exported

package
v1.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL