Documentation ¶
Index ¶
- Variables
- type Operations
- func (op Operations) CreateAccount(w http.ResponseWriter, req *http.Request)
- func (op Operations) CreateIssuingAccount(w http.ResponseWriter, req *http.Request)
- func (op Operations) CreateOperatingAccount(w http.ResponseWriter, req *http.Request)
- func (op Operations) GetOperatingAccount(w http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
View Source
var LOGGER = logging.MustGetLogger("onboarding")
Functions ¶
This section is empty.
Types ¶
type Operations ¶
type Operations struct { ParticipantRegistryClient pr_client.PRServiceClient CryptoServiceClient crypto_client.CryptoServiceClient GasServiceClient gasserviceclient.GasServiceClient // contains filtered or unexported fields }
Operations - init struct
func CreateOnboardingOperations ¶
func CreateOnboardingOperations() (Operations, error)
CreateOnboardingOperations - Init opeartions
func (Operations) CreateAccount ¶
func (op Operations) CreateAccount(w http.ResponseWriter, req *http.Request)
CreateAccount - Create generic account handler
func (Operations) CreateIssuingAccount ¶
func (op Operations) CreateIssuingAccount(w http.ResponseWriter, req *http.Request)
CreateIssuingAccount - Create issuing account
func (Operations) CreateOperatingAccount ¶
func (op Operations) CreateOperatingAccount(w http.ResponseWriter, req *http.Request)
CreateOperatingAccount - create operating account handler
func (Operations) GetOperatingAccount ¶
func (op Operations) GetOperatingAccount(w http.ResponseWriter, req *http.Request)
GetOperatingAccount - get account function
Click to show internal directories.
Click to hide internal directories.