Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { auth.ConfigAuth // contains filtered or unexported fields }
func (*Config) GetAuthType ¶ added in v1.6.0
func (c *Config) GetAuthType() authEnums.AuthorizationType
func (*Config) IsApplicationAdminEnable ¶ added in v1.6.0
func (*Config) IsDisabledBroker ¶ added in v1.3.0
type IAppConfig ¶
type IAppConfig interface { IsDisabledBroker() bool IsApplicationAdminEnable() bool GetAuthType() authEnums.AuthorizationType }
func SetupApp ¶
func SetupApp(grpcCon grpc.ClientConnInterface) IAppConfig
Click to show internal directories.
Click to hide internal directories.