Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AIController ¶
type AIController struct {
// contains filtered or unexported fields
}
func NewAIController ¶
func NewAIController(ds store.IStore) *AIController
func (*AIController) Create ¶
func (ctrl *AIController) Create(c *gin.Context)
func (*AIController) Delete ¶
func (ctrl *AIController) Delete(c *gin.Context)
func (*AIController) Get ¶
func (ctrl *AIController) Get(c *gin.Context)
func (*AIController) List ¶
func (ctrl *AIController) List(c *gin.Context)
func (*AIController) Update ¶
func (ctrl *AIController) Update(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.