Documentation ¶
Index ¶
- func FxModule() fx.Option
- type Controller
- type RegisterParams
- type Service
- func (s *Service) GetArtsExceptForStoryArts(server ark.Server) ([]*art.Art, error)
- func (s *Service) GetArtsOfStory(server ark.Server, storyID string) ([]*art.Art, error)
- func (s *Service) GetArtsOfStoryGroup(server ark.Server, groupID string) ([]*art.Art, error)
- func (s *Service) GetSiblingsOfCharacterArt(characterID string) (siblings []*art.Art, err error)
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
func (*Controller) GetSiblingsOfCharacterArt ¶ added in v1.7.0
func (c *Controller) GetSiblingsOfCharacterArt(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 ¶
func (*Service) GetArtsOfStoryGroup ¶
func (*Service) GetSiblingsOfCharacterArt ¶ added in v1.7.0
GetSiblingsOfCharacterArt gets the sibling characters of the specified character.
Sibling Characters: the characters that have the same base name as the specified character.
Click to show internal directories.
Click to hide internal directories.