Documentation
¶
Index ¶
- type AuthController
- type NeuronController
- func (this NeuronController) CreateAction(_context context.Context)
- func (this NeuronController) GetNeuron(_context context.Context)
- func (this NeuronController) ListActions(_context context.Context)
- func (this NeuronController) ListNeurons(_context context.Context)
- func (this *NeuronController) RegisterRouters()
- func (this *NeuronController) SetContext(cc core.ContextController)
- func (this NeuronController) Subscribe(_context context.Context)
- type UserController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
// contains filtered or unexported fields
}
func NewAuthController ¶
func NewAuthController(cc core.ContextController) AuthController
func (AuthController) Login ¶
func (this AuthController) Login(_context context.Context)
func (*AuthController) RegisterRouters ¶
func (this *AuthController) RegisterRouters()
func (*AuthController) SetContext ¶
func (this *AuthController) SetContext(cc core.ContextController)
type NeuronController ¶
type NeuronController struct {
// contains filtered or unexported fields
}
func NewNeuronController ¶
func NewNeuronController(cc core.ContextController) NeuronController
func (NeuronController) CreateAction ¶
func (this NeuronController) CreateAction(_context context.Context)
func (NeuronController) GetNeuron ¶
func (this NeuronController) GetNeuron(_context context.Context)
func (NeuronController) ListActions ¶
func (this NeuronController) ListActions(_context context.Context)
func (NeuronController) ListNeurons ¶
func (this NeuronController) ListNeurons(_context context.Context)
func (*NeuronController) RegisterRouters ¶
func (this *NeuronController) RegisterRouters()
func (*NeuronController) SetContext ¶
func (this *NeuronController) SetContext(cc core.ContextController)
func (NeuronController) Subscribe ¶
func (this NeuronController) Subscribe(_context context.Context)
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController(cc core.ContextController) UserController
func (UserController) CreateUser ¶
func (this UserController) CreateUser(_context context.Context)
func (UserController) GetUser ¶
func (this UserController) GetUser(_context context.Context)
func (UserController) ListUsers ¶
func (this UserController) ListUsers(_context context.Context)
func (*UserController) RegisterRouters ¶
func (this *UserController) RegisterRouters()
func (*UserController) SetContext ¶
func (this *UserController) SetContext(cc core.ContextController)
Click to show internal directories.
Click to hide internal directories.