Documentation ¶
Overview ¶
Package endpoints API相关的数据信息
Package endpoints Info的handle
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints struct {
// contains filtered or unexported fields
}
Endpoints 定义 endpoint 方法
func (*Endpoints) Info ¶
func (e *Endpoints) Info(ctx context.Context, r *http.Request, vars map[string]string) (httpserver.Responser, error)
Info 用于健康检查
func (*Endpoints) ListSyncRecord ¶
func (e *Endpoints) ListSyncRecord(ctx context.Context, r *http.Request, vars map[string]string) ( httpserver.Responser, error)
ListSyncRecord 查看uc同步历史记录
func (*Endpoints) Routes ¶
func (e *Endpoints) Routes() []httpserver.Endpoint
Routes 返回 endpoints 的所有 endpoint 方法,也就是 route.
Click to show internal directories.
Click to hide internal directories.