Documentation
¶
Index ¶
- type SQLiteStorage
- 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) Retrieve ¶
func (s *SQLiteStorage) Retrieve(ctx context.Context, channelName string) (helix.AccessCredentials, error)
func (*SQLiteStorage) Save ¶
func (s *SQLiteStorage) Save(ctx context.Context, accessCredentials helix.AccessCredentials, channelName string) error
func (*SQLiteStorage) Update ¶
func (s *SQLiteStorage) Update(ctx context.Context, accessCredentials helix.AccessCredentials, channelName string) error
Click to show internal directories.
Click to hide internal directories.