Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateUUID ¶
func GenerateUUID() string
func NewAwsSession ¶
Types ¶
type RecordWatcher ¶
type RecordWatcher struct {
// contains filtered or unexported fields
}
func NewRecordWatcher ¶
func NewRecordWatcher(bucketName string) *RecordWatcher
func (*RecordWatcher) Upload ¶
func (a *RecordWatcher) Upload(key string) (err error)
type TokenStorage ¶
type TokenStorage interface { Store(ctx context.Context, key string, token *januscluster.Ticket) error Resolve(ctx context.Context, key string) (*januscluster.Ticket, error) }
func NewTokenStorage ¶
func NewTokenStorage() TokenStorage
Click to show internal directories.
Click to hide internal directories.