Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileTokenManager ¶
func NewFileTokenManager() tokencache.Manager
NewFileTokenManager creates a KIS file-backed token manager.
func NewFileTokenManagerWithDir ¶
func NewFileTokenManagerWithDir(dir string) tokencache.Manager
NewFileTokenManagerWithDir creates a KIS file-backed token manager with a fixed directory.
Types ¶
type Adapter ¶
type Adapter interface {
adapter.Adapter
CallEndpoint(ctx context.Context, method, path, trID string, request interface{}) (interface{}, error)
BootstrapSymbols(ctx context.Context) (int, error)
ReloadSymbols(ctx context.Context) (int, error)
}
Adapter is the public KIS adapter contract.
Click to show internal directories.
Click to hide internal directories.