Documentation ¶
Index ¶
Constants ¶
View Source
const ParamId = "target-id"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentEntity ¶
type CommentEntity struct {
Text string `json:"text" description:"raw markdown text"`
}
type TargetFunction ¶
type TargetService ¶
type TargetService struct {
*services.BaseService
}
func New ¶
func New(base *services.BaseService) *TargetService
func (*TargetService) Register ¶
func (s *TargetService) Register(container *restful.Container)
func (*TargetService) TakeTarget ¶
func (s *TargetService) TakeTarget(fn TargetFunction) restful.RouteFunction
Click to show internal directories.
Click to hide internal directories.