Documentation ¶
Index ¶
- type SQLiteStorage
- func (s *SQLiteStorage) Close() error
- func (s *SQLiteStorage) Retrieve(ctx context.Context, channelName string) (helix.AccessCredentials, error)
- func (s *SQLiteStorage) Save(ctx context.Context, accessCredentials helix.AccessCredentials, ...) error
- func (s *SQLiteStorage) Update(ctx context.Context, accessCredentials helix.AccessCredentials, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteStorage ¶
type SQLiteStorage struct {
// contains filtered or unexported fields
}
func NewSQLiteStorage ¶
func (*SQLiteStorage) Close ¶ added in v0.8.0
func (s *SQLiteStorage) Close() error
func (*SQLiteStorage) Retrieve ¶
func (s *SQLiteStorage) Retrieve(ctx context.Context, channelName string) (helix.AccessCredentials, error)
Click to show internal directories.
Click to hide internal directories.