Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = kit.NewRouter(httptransport.Group("/project"))
Functions ¶
This section is empty.
Types ¶
type CreateProject ¶
type CreateProject struct { httpx.MethodPost project.CreateReq `in:"body"` }
type GetProject ¶ added in v1.0.0
func (*GetProject) Output ¶ added in v1.0.0
func (r *GetProject) Output(ctx context.Context) (interface{}, error)
func (*GetProject) Path ¶ added in v1.0.0
func (r *GetProject) Path() string
type ListProject ¶
func (*ListProject) Path ¶ added in v1.1.0
func (r *ListProject) Path() string
type ListProjectDetail ¶ added in v1.1.0
func (*ListProjectDetail) Output ¶ added in v1.1.0
func (r *ListProjectDetail) Output(ctx context.Context) (interface{}, error)
func (*ListProjectDetail) Path ¶ added in v1.1.0
func (r *ListProjectDetail) Path() string
type RemoveProject ¶
type RemoveProject struct {
httpx.MethodDelete
}
Click to show internal directories.
Click to hide internal directories.