Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RUNNING indicates the request context is running RUNNING = types.RUNNING // PAUSED indicates the request context is paused PAUSED = types.PAUSED // COMPLETED indicates the request context is completed COMPLETED = types.COMPLETED // RegisterModuleName exports types.RegisterModuleName RegisterModuleName = types.RegisterModuleName // OraclePriceServiceName exports types.OraclePriceServiceName OraclePriceServiceName = types.OraclePriceServiceName // PATH_BODY exports types.PATH_BODY PATH_BODY = types.PATH_BODY )
Variables ¶
View Source
var ( // RequestContextStateFromString exports types.RequestContextStateFromString RequestContextStateFromString = types.RequestContextStateFromString // ValidateServiceName exports types.ValidateServiceName ValidateServiceName = types.ValidateServiceName // OraclePriceServiceProvider exports types.OraclePriceServiceProvider OraclePriceServiceProvider = types.OraclePriceServiceProvider )
Functions ¶
This section is empty.
Types ¶
type ModuleService ¶
type ModuleService = types.ModuleService
ModuleService defines the module service interface
type RequestContext ¶
type RequestContext = types.RequestContext
RequestContext defines a context which holds request-related data
type RequestContextState ¶
type RequestContextState = types.RequestContextState
RequestContextState represents the request context state
type ResponseCallback ¶
type ResponseCallback = types.ResponseCallback
ResponseCallback defines the response callback interface
type StateCallback ¶
type StateCallback = types.StateCallback
StateCallback defines the state callback interface
Click to show internal directories.
Click to hide internal directories.