Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( ctx context.Context, cancel context.CancelFunc, wg *sync.WaitGroup, service service.Service, port string, ) *Controller
func (*Controller) Start ¶
func (s *Controller) Start()
type RequestCacheTags ¶
type RequestCacheTags struct {
Tags []string `json:"tags"`
}
type RequestPostCache ¶
type RequestPutCache ¶
type ResponseCache ¶
type ResponseCache struct { Id uint64 `json:"id"` RequestPostCache }
type ResponseIds ¶
type ResponseIds struct {
Ids []uint64 `json:"ids"`
}
Click to show internal directories.
Click to hide internal directories.