Documentation ¶
Index ¶
- type CreateUserInput
- type CreateUserOutput
- type PublishedController
- func (c *PublishedController) Data(ctx context.Context, name string) (io.Reader, error)
- func (c *PublishedController) Index(ctx context.Context, name string, url *url.URL) (string, error)
- func (c *PublishedController) Metadata(ctx context.Context, name string) (interfaces.ProjectPublishedMetadata, error)
- type UserController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserInput ¶
type CreateUserOutput ¶
type PublishedController ¶
type PublishedController struct {
// contains filtered or unexported fields
}
func NewPublishedController ¶
func NewPublishedController(usecase interfaces.Published) *PublishedController
func (*PublishedController) Metadata ¶
func (c *PublishedController) Metadata(ctx context.Context, name string) (interfaces.ProjectPublishedMetadata, error)
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController(usecase interfaces.User) *UserController
func (*UserController) CreateUser ¶
func (c *UserController) CreateUser(ctx context.Context, input CreateUserInput) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.