Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
DatasetsService *Service
}
func (*Controller) Create ¶
func (x *Controller) Create(ctx context.Context, c *app.RequestContext)
func (*Controller) Delete ¶
func (x *Controller) Delete(ctx context.Context, c *app.RequestContext)
func (*Controller) Lists ¶
func (x *Controller) Lists(ctx context.Context, c *app.RequestContext)
type CreateDto ¶
type CreateDto struct { Name string `json:"name"` Kind string `json:"kind"` Option CreateOptionDto `json:"option,omitempty"` }
type CreateOptionDto ¶
Click to show internal directories.
Click to hide internal directories.