user

package
v0.33.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2023 License: AGPL-3.0, AGPL-3.0-only Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReqEpisodeCollectionBatch

type ReqEpisodeCollectionBatch struct {
	EpisodeID []model.EpisodeID            `json:"episode_id"`
	Type      collection.EpisodeCollection `json:"type"`
}

func (ReqEpisodeCollectionBatch) Validate

func (r ReqEpisodeCollectionBatch) Validate() error

type ResUserEpisodeCollection

type ResUserEpisodeCollection struct {
	Episode res.Episode                  `json:"episode"`
	Type    collection.EpisodeCollection `json:"type"`
}

type User

type User struct {
	// contains filtered or unexported fields
}

func New

func New(
	p person.Service,
	user user.Repo,
	ctrl ctrl.Ctrl,
	subject subject.Repo,
	collect collections.Repo,
	episode episode.Repo,
	log *zap.Logger,
) (User, error)

func (User) Get

func (h User) Get(c echo.Context) error

func (User) GetAvatar

func (h User) GetAvatar(c echo.Context) error

func (User) GetCurrent

func (h User) GetCurrent(c echo.Context) error

func (User) GetEpisodeCollection

func (h User) GetEpisodeCollection(c echo.Context) error

func (User) GetSubjectCollection

func (h User) GetSubjectCollection(c echo.Context) error

func (User) GetSubjectEpisodeCollection

func (h User) GetSubjectEpisodeCollection(c echo.Context) error

GetSubjectEpisodeCollection return episodes with user's collection info.

func (User) ListSubjectCollection

func (h User) ListSubjectCollection(c echo.Context) error

func (User) PatchEpisodeCollectionBatch

func (h User) PatchEpisodeCollectionBatch(c echo.Context) error

PatchEpisodeCollectionBatch

/v0/users/-/collections/:subject_id/episodes"

func (User) PatchSubjectCollection

func (h User) PatchSubjectCollection(c echo.Context) error

func (User) PostSubjectCollection added in v0.32.9

func (h User) PostSubjectCollection(c echo.Context) error

func (User) PutEpisodeCollection

func (h User) PutEpisodeCollection(c echo.Context) error

PutEpisodeCollection

/v0/users/-/collections/-/episodes/:episode_id

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL