Documentation ¶
Index ¶
- type Config
- type PoolMicroserviceServer
- func (s *PoolMicroserviceServer) Construct(poolServiceType string, config ...Config)
- func (s *PoolMicroserviceServer) Init(app app_with_multitenancy.AppWithMultitenancy, configPath ...string) error
- func (s *PoolMicroserviceServer) SetPropagateAuthUser(val bool)
- func (s *PoolMicroserviceServer) SetPropagateContextId(val bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config = noauth_server.Config
type PoolMicroserviceServer ¶
type PoolMicroserviceServer struct {
noauth_server.NoAuthServer
}
func New ¶
func New(poolServiceType string, config ...Config) *PoolMicroserviceServer
func (*PoolMicroserviceServer) Construct ¶
func (s *PoolMicroserviceServer) Construct(poolServiceType string, config ...Config)
func (*PoolMicroserviceServer) Init ¶
func (s *PoolMicroserviceServer) Init(app app_with_multitenancy.AppWithMultitenancy, configPath ...string) error
func (*PoolMicroserviceServer) SetPropagateAuthUser ¶
func (s *PoolMicroserviceServer) SetPropagateAuthUser(val bool)
func (*PoolMicroserviceServer) SetPropagateContextId ¶
func (s *PoolMicroserviceServer) SetPropagateContextId(val bool)
Click to show internal directories.
Click to hide internal directories.