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 export types.RegisterModuleName RegisterModuleName = types.RegisterModuleName //OraclePriceServiceName export types.OraclePriceServiceName OraclePriceServiceName = types.OraclePriceServiceName //PATH_BODY export types.PATH_BODY PATH_BODY = types.PATH_BODY )
Variables ¶
View Source
var ( //RequestContextStateFromString export types.RequestContextStateFromString RequestContextStateFromString = types.RequestContextStateFromString //ValidateServiceName export types.ValidateServiceName ValidateServiceName = types.ValidateServiceName //OraclePriceServiceProvider export types.OraclePriceServiceProvider OraclePriceServiceProvider = types.OraclePriceServiceProvider )
Functions ¶
This section is empty.
Types ¶
type ModuleService ¶
type ModuleService = types.ModuleService
ModuleService defines the moduler 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.