Documentation
¶
Index ¶
- type Api
- type ApiClient
- type BackupReader
- type ClientStopQueue
- type ConfigProvider
- type Encoder
- type EncoderFactory
- type Flusher
- type FlushingQueue
- type HashReader
- type Logger
- type Observer
- type PasswordReader
- type Queue
- type RequestQueue
- type Requester
- type SubmissionQueue
- type Submitter
- type Tracker
- type Verifier
- type Waiter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupReader ¶
type ClientStopQueue ¶
type ClientStopQueue interface { Get() (models.ClientStopReason, error) Put(models.ClientStopReason) error }
type ConfigProvider ¶
type EncoderFactory ¶
type EncoderFactory interface {
GetNewEncoder() Encoder
}
type FlushingQueue ¶
type HashReader ¶
type PasswordReader ¶
type PasswordReader interface {
LoadPasswords() error
}
type RequestQueue ¶
type RequestQueue interface { Size() int Get() (models.HashingRequest, error) Put(models.HashingRequest) error }
type SubmissionQueue ¶
type SubmissionQueue interface { Size() int Get() (models.HashSubmission, error) Put(models.HashSubmission) error }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.