Documentation ¶
Index ¶
- Variables
- type ConfigRepositoryImpl
- type ConnectionManagerImpl
- type TokenRepositoryImpl
- func (tokenRepository *TokenRepositoryImpl) GetToken() (*iamclientmodels.OauthmodelTokenResponseV3, error)
- func (tokenRepository *TokenRepositoryImpl) RemoveToken() error
- func (tokenRepository *TokenRepositoryImpl) Store(accessToken iamclientmodels.OauthmodelTokenResponseV3) error
- func (tokenRepository *TokenRepositoryImpl) TokenIssuedTimeUTC() time.Time
Constants ¶
This section is empty.
Variables ¶
View Source
var (
NamespaceTest = os.Getenv("AB_NAMESPACE")
)
Functions ¶
This section is empty.
Types ¶
type ConfigRepositoryImpl ¶
type ConfigRepositoryImpl struct { }
func (*ConfigRepositoryImpl) GetClientId ¶
func (configRepository *ConfigRepositoryImpl) GetClientId() string
func (*ConfigRepositoryImpl) GetClientSecret ¶
func (configRepository *ConfigRepositoryImpl) GetClientSecret() string
func (*ConfigRepositoryImpl) GetJusticeBaseUrl ¶
func (configRepository *ConfigRepositoryImpl) GetJusticeBaseUrl() string
type ConnectionManagerImpl ¶ added in v0.15.0
type ConnectionManagerImpl struct { }
func (*ConnectionManagerImpl) Close ¶ added in v0.15.0
func (connManager *ConnectionManagerImpl) Close() error
func (*ConnectionManagerImpl) Get ¶ added in v0.15.0
func (connManager *ConnectionManagerImpl) Get() *connectionutils.WSConnection
func (*ConnectionManagerImpl) Save ¶ added in v0.15.0
func (connManager *ConnectionManagerImpl) Save(conn *connectionutils.WSConnection)
type TokenRepositoryImpl ¶
func (*TokenRepositoryImpl) GetToken ¶
func (tokenRepository *TokenRepositoryImpl) GetToken() (*iamclientmodels.OauthmodelTokenResponseV3, error)
func (*TokenRepositoryImpl) RemoveToken ¶
func (tokenRepository *TokenRepositoryImpl) RemoveToken() error
func (*TokenRepositoryImpl) Store ¶
func (tokenRepository *TokenRepositoryImpl) Store(accessToken iamclientmodels.OauthmodelTokenResponseV3) error
func (*TokenRepositoryImpl) TokenIssuedTimeUTC ¶ added in v0.23.0
func (tokenRepository *TokenRepositoryImpl) TokenIssuedTimeUTC() time.Time
Click to show internal directories.
Click to hide internal directories.