Documentation ¶
Index ¶
- type DidsResponse
- type Follow
- type Handlers
- func (h *Handlers) GetAreMoots(c echo.Context) error
- func (h *Handlers) GetDoesFollow(c echo.Context) error
- func (h *Handlers) GetFollowers(c echo.Context) error
- func (h *Handlers) GetFollowersNotFollowing(c echo.Context) error
- func (h *Handlers) GetFollowing(c echo.Context) error
- func (h *Handlers) GetFollowsFollowing(c echo.Context) error
- func (h *Handlers) GetIntersectFollowers(c echo.Context) error
- func (h *Handlers) GetIntersectFollowing(c echo.Context) error
- func (h *Handlers) GetMoots(c echo.Context) error
- func (h *Handlers) Health(c echo.Context) error
- func (h *Handlers) PostFollow(c echo.Context) error
- func (h *Handlers) PostFollows(c echo.Context) error
- func (h *Handlers) PostUnfollow(c echo.Context) error
- func (h *Handlers) PostUnfollows(c echo.Context) error
- type HealthStatus
- type PostFollowsBody
- type PostUnfollowsBody
- type Unfollow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DidsResponse ¶
type DidsResponse struct {
DIDs []string `json:"dids"`
}
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func NewHandlers ¶
func (*Handlers) GetAreMoots ¶
func (*Handlers) GetDoesFollow ¶
func (*Handlers) GetFollowers ¶
func (*Handlers) GetFollowersNotFollowing ¶
func (*Handlers) GetFollowing ¶
func (*Handlers) GetFollowsFollowing ¶
func (*Handlers) GetIntersectFollowers ¶
func (*Handlers) GetIntersectFollowing ¶
func (*Handlers) PostFollow ¶
func (*Handlers) PostFollows ¶
func (*Handlers) PostUnfollow ¶
func (*Handlers) PostUnfollows ¶
type HealthStatus ¶
type PostFollowsBody ¶
type PostFollowsBody struct {
Follows []Follow `json:"follows"`
}
type PostUnfollowsBody ¶
type PostUnfollowsBody struct {
Unfollows []Unfollow `json:"unfollows"`
}
Click to show internal directories.
Click to hide internal directories.