Documentation ¶
Index ¶
- Variables
- func ErrorAPIDenpendencyError()
- func ErrorDependencyService(service string, err error)
- func FatalDependencyService(service string, err error)
- func InfoAPIDatabaseCreate(statement interface{})
- func InfoAPIDatabaseDelete(statement interface{})
- func InfoAPIDatabaseInsert(statement interface{})
- func InfoAPIDatabaseSelect(statement interface{})
- func InfoAPIDatabaseUpdate(statement interface{})
- func InfoAPIDenpendencyOk()
- func InfoAPIPaymentBalance(statement interface{})
- func InfoAPIPaymentBurn(statement interface{})
- func InfoAPIPaymentMint(statement interface{})
- func InfoAPIPaymentTransfer(statement interface{})
- func InfoAPIPermissionGrantAdmin(statement interface{})
- func InfoAPIPermissionGrantMaintainer(statement interface{})
- func InfoAPIPermissionGrantUser(statement interface{})
- func InfoAPIPermissionRevokeAdmin(statement interface{})
- func InfoAPIPermissionRevokeMaintainer(statement interface{})
- func InfoAPIPermissionRevokeUser(statement interface{})
- func InfoAPIPermissionVerifyAdmin(statement interface{})
- func InfoAPIPermissionVerifyMaintainer(statement interface{})
- func InfoAPIPermissionVerifyUser(statement interface{})
- func InfoAPIPing()
- func InfoAPIRoleCreate(statement interface{})
- func InfoAPIUserCreate()
- func InfoDependencyService()
- func WarnAPIDatabaseCreate(err error)
- func WarnAPIDatabaseCreateUnAuth(account string)
- func WarnAPIDatabaseDelete(err error)
- func WarnAPIDatabaseDeleteUnAuth(account string)
- func WarnAPIDatabaseInsert(err error)
- func WarnAPIDatabaseInsertUnAuth(account string)
- func WarnAPIDatabaseSelect(err error)
- func WarnAPIDatabaseSelectUnAuth(account string)
- func WarnAPIDatabaseUpdate(err error)
- func WarnAPIDatabaseUpdateUnAuth(account string)
- func WarnAPIPaymentBalance(statement interface{})
- func WarnAPIPaymentBalanceUnAuth(account string)
- func WarnAPIPaymentBurn(statement interface{})
- func WarnAPIPaymentBurnUnAuth(account string)
- func WarnAPIPaymentMint(statement interface{})
- func WarnAPIPaymentMintUnAuth(account string)
- func WarnAPIPaymentTransfer(statement interface{})
- func WarnAPIPaymentTransferNotEnough(statement interface{})
- func WarnAPIPermissionGrantAdmin(err error)
- func WarnAPIPermissionGrantAdminUnAuth(account string)
- func WarnAPIPermissionGrantMaintainer(err error)
- func WarnAPIPermissionGrantMaintainerUnAuth(account string)
- func WarnAPIPermissionGrantUser(err error)
- func WarnAPIPermissionGrantUserUnAuth(account string)
- func WarnAPIPermissionRevokeAdmin(err error)
- func WarnAPIPermissionRevokeAdminUnAuth(account string)
- func WarnAPIPermissionRevokeMaintainer(err error)
- func WarnAPIPermissionRevokeMaintainerUnAuth(account string)
- func WarnAPIPermissionRevokeUser(err error)
- func WarnAPIPermissionRevokeUserUnAuth(account string)
- func WarnAPIPermissionVerifyAdmin(err error)
- func WarnAPIPermissionVerifyAdminUnAuth(account string)
- func WarnAPIPermissionVerifyMaintainer(err error)
- func WarnAPIPermissionVerifyMaintainerUnAuth(account string)
- func WarnAPIPermissionVerifyUser(err error)
- func WarnAPIPermissionVerifyUserUnAuth(account string)
- func WarnAPIRoleCreate(statement interface{})
- func WarnAPIRoleCreateUnAuth(account string)
Constants ¶
This section is empty.
Variables ¶
View Source
var APIServerLogger = logrus.New()
View Source
var InternalLogger = logrus.New()
View Source
var ServiceConnectorLogger = logrus.New()
Functions ¶
func ErrorAPIDenpendencyError ¶
func ErrorAPIDenpendencyError()
func ErrorDependencyService ¶
func FatalDependencyService ¶
func InfoAPIDatabaseCreate ¶
func InfoAPIDatabaseCreate(statement interface{})
func InfoAPIDatabaseDelete ¶
func InfoAPIDatabaseDelete(statement interface{})
func InfoAPIDatabaseInsert ¶
func InfoAPIDatabaseInsert(statement interface{})
func InfoAPIDatabaseSelect ¶
func InfoAPIDatabaseSelect(statement interface{})
func InfoAPIDatabaseUpdate ¶
func InfoAPIDatabaseUpdate(statement interface{})
func InfoAPIDenpendencyOk ¶
func InfoAPIDenpendencyOk()
func InfoAPIPaymentBalance ¶
func InfoAPIPaymentBalance(statement interface{})
func InfoAPIPaymentBurn ¶
func InfoAPIPaymentBurn(statement interface{})
func InfoAPIPaymentMint ¶
func InfoAPIPaymentMint(statement interface{})
func InfoAPIPaymentTransfer ¶
func InfoAPIPaymentTransfer(statement interface{})
func InfoAPIPermissionGrantAdmin ¶
func InfoAPIPermissionGrantAdmin(statement interface{})
func InfoAPIPermissionGrantMaintainer ¶
func InfoAPIPermissionGrantMaintainer(statement interface{})
func InfoAPIPermissionGrantUser ¶
func InfoAPIPermissionGrantUser(statement interface{})
func InfoAPIPermissionRevokeAdmin ¶
func InfoAPIPermissionRevokeAdmin(statement interface{})
func InfoAPIPermissionRevokeMaintainer ¶
func InfoAPIPermissionRevokeMaintainer(statement interface{})
func InfoAPIPermissionRevokeUser ¶
func InfoAPIPermissionRevokeUser(statement interface{})
func InfoAPIPermissionVerifyAdmin ¶
func InfoAPIPermissionVerifyAdmin(statement interface{})
func InfoAPIPermissionVerifyMaintainer ¶
func InfoAPIPermissionVerifyMaintainer(statement interface{})
func InfoAPIPermissionVerifyUser ¶
func InfoAPIPermissionVerifyUser(statement interface{})
func InfoAPIRoleCreate ¶
func InfoAPIRoleCreate(statement interface{})
func InfoAPIUserCreate ¶
func InfoAPIUserCreate()
func InfoDependencyService ¶
func InfoDependencyService()
func WarnAPIDatabaseCreate ¶
func WarnAPIDatabaseCreate(err error)
func WarnAPIDatabaseCreateUnAuth ¶
func WarnAPIDatabaseCreateUnAuth(account string)
func WarnAPIDatabaseDelete ¶
func WarnAPIDatabaseDelete(err error)
func WarnAPIDatabaseDeleteUnAuth ¶
func WarnAPIDatabaseDeleteUnAuth(account string)
func WarnAPIDatabaseInsert ¶
func WarnAPIDatabaseInsert(err error)
func WarnAPIDatabaseInsertUnAuth ¶
func WarnAPIDatabaseInsertUnAuth(account string)
func WarnAPIDatabaseSelect ¶
func WarnAPIDatabaseSelect(err error)
func WarnAPIDatabaseSelectUnAuth ¶
func WarnAPIDatabaseSelectUnAuth(account string)
func WarnAPIDatabaseUpdate ¶
func WarnAPIDatabaseUpdate(err error)
func WarnAPIDatabaseUpdateUnAuth ¶
func WarnAPIDatabaseUpdateUnAuth(account string)
func WarnAPIPaymentBalance ¶
func WarnAPIPaymentBalance(statement interface{})
func WarnAPIPaymentBalanceUnAuth ¶
func WarnAPIPaymentBalanceUnAuth(account string)
func WarnAPIPaymentBurn ¶
func WarnAPIPaymentBurn(statement interface{})
func WarnAPIPaymentBurnUnAuth ¶
func WarnAPIPaymentBurnUnAuth(account string)
func WarnAPIPaymentMint ¶
func WarnAPIPaymentMint(statement interface{})
func WarnAPIPaymentMintUnAuth ¶
func WarnAPIPaymentMintUnAuth(account string)
func WarnAPIPaymentTransfer ¶
func WarnAPIPaymentTransfer(statement interface{})
func WarnAPIPaymentTransferNotEnough ¶
func WarnAPIPaymentTransferNotEnough(statement interface{})
func WarnAPIPermissionGrantAdmin ¶
func WarnAPIPermissionGrantAdmin(err error)
func WarnAPIPermissionGrantAdminUnAuth ¶
func WarnAPIPermissionGrantAdminUnAuth(account string)
func WarnAPIPermissionGrantMaintainer ¶
func WarnAPIPermissionGrantMaintainer(err error)
func WarnAPIPermissionGrantMaintainerUnAuth ¶
func WarnAPIPermissionGrantMaintainerUnAuth(account string)
func WarnAPIPermissionGrantUser ¶
func WarnAPIPermissionGrantUser(err error)
func WarnAPIPermissionGrantUserUnAuth ¶
func WarnAPIPermissionGrantUserUnAuth(account string)
func WarnAPIPermissionRevokeAdmin ¶
func WarnAPIPermissionRevokeAdmin(err error)
func WarnAPIPermissionRevokeAdminUnAuth ¶
func WarnAPIPermissionRevokeAdminUnAuth(account string)
func WarnAPIPermissionRevokeMaintainer ¶
func WarnAPIPermissionRevokeMaintainer(err error)
func WarnAPIPermissionRevokeMaintainerUnAuth ¶
func WarnAPIPermissionRevokeMaintainerUnAuth(account string)
func WarnAPIPermissionRevokeUser ¶
func WarnAPIPermissionRevokeUser(err error)
func WarnAPIPermissionRevokeUserUnAuth ¶
func WarnAPIPermissionRevokeUserUnAuth(account string)
func WarnAPIPermissionVerifyAdmin ¶
func WarnAPIPermissionVerifyAdmin(err error)
func WarnAPIPermissionVerifyAdminUnAuth ¶
func WarnAPIPermissionVerifyAdminUnAuth(account string)
func WarnAPIPermissionVerifyMaintainer ¶
func WarnAPIPermissionVerifyMaintainer(err error)
func WarnAPIPermissionVerifyMaintainerUnAuth ¶
func WarnAPIPermissionVerifyMaintainerUnAuth(account string)
func WarnAPIPermissionVerifyUser ¶
func WarnAPIPermissionVerifyUser(err error)
func WarnAPIPermissionVerifyUserUnAuth ¶
func WarnAPIPermissionVerifyUserUnAuth(account string)
func WarnAPIRoleCreate ¶
func WarnAPIRoleCreate(statement interface{})
func WarnAPIRoleCreateUnAuth ¶
func WarnAPIRoleCreateUnAuth(account string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.