Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface {
echo.Context
RequestContext() context.Context
Body() string
BodyBytes() []byte
BodyJson() ([]byte, error)
BodyGJson() (*gjson.Result, error)
BodyMap() (map[string]interface{}, error)
JSONBytes(code int, json []byte) error
JSONString(code int, json string) error
ParamInt64(name string, defaultValue int64) int64
QueryParamInt64(name string, defaultValue int64) int64
}
type GRPCClient ¶
type GRPCClient interface {
entityproto.RPCClient
Ping() error
}
type ImportClient ¶
type ImportClient entityproto.RPC_ImportClient
type JsonReader ¶
Click to show internal directories.
Click to hide internal directories.