9 lines
146 B
Go
9 lines
146 B
Go
package brain
|
|
|
|
// Behaviors the Behaviors struct
|
|
type Behaviors struct{}
|
|
|
|
// Response NPL Response
|
|
type Response struct {
|
|
Behaviors *Behaviors
|
|
}
|