Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretsGateway ¶
type SecretsGateway interface { Add(secret *models.SecretsRow) (int64, error) GetByID(id int64) (*models.SecretsRow, error) GetByLogin(login string) (*models.SecretsRow, error) }
func NewSecretsGateway ¶
func NewSecretsGateway(db *sql.DB) SecretsGateway
Click to show internal directories.
Click to hide internal directories.