Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitQodContext ¶
func InitQodContext() (err error)
Types ¶
type OAuth2ClientCfg ¶
type OAuth2ServiceCfg ¶
type QodContext ¶
type QodContext struct {
CompName string
Port int
NotifyPort int
RegisterDomainName string
BindingDomainName string
UriScheme string
ServiceUrl string
NotificationServiceUrl string
NefScheme string
NefServiceDomainName string
NefPort int
NefServiceName string
NefServiceUrl string
NefSuppFeat string
NefHttpTimeoutSecs int
OAuth2Srv *OAuth2ServiceCfg
OAuth2Cli *OAuth2ClientCfg
Db *dbapi.DbApi
}
Running Bsf intance qodContext. Any param that is global to replicas of this instance needs to be stored in DB
func GetSelf ¶
func GetSelf() *QodContext
Click to show internal directories.
Click to hide internal directories.