yao/brain/types.go
2022-05-25 20:33:33 +08:00

9 lines
146 B
Go

package brain
// Behaviors the Behaviors struct
type Behaviors struct{}
// Response NPL Response
type Response struct {
Behaviors *Behaviors
}