Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) GetArtsExceptForStoryArts ¶ added in v1.4.0
func (c *Controller) GetArtsExceptForStoryArts(ctx *fiber.Ctx) error
func (*Controller) GetArtsOfStory ¶
func (c *Controller) GetArtsOfStory(ctx *fiber.Ctx) error
func (*Controller) GetArtsOfStoryGroup ¶
func (c *Controller) GetArtsOfStoryGroup(ctx *fiber.Ctx) error
type RegisterParams ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GetArtsExceptForStoryArts ¶ added in v1.4.0
GetArtsExceptForStoryArts gets all arts but except for the arts which are present in the story tree.
func (*Service) GetArtsOfStory ¶
Click to show internal directories.
Click to hide internal directories.