Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersistenceService ¶
type SQLLitePersistence ¶
type SQLLitePersistence struct {
// contains filtered or unexported fields
}
func NewSQLLitePersistence ¶
func NewSQLLitePersistence(db *sql.DB) *SQLLitePersistence
func (*SQLLitePersistence) Add ¶
func (s *SQLLitePersistence) Add(identity []byte, secret []byte, installationID string) error
func (*SQLLitePersistence) All ¶
func (s *SQLLitePersistence) All() ([][][]byte, error)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(persistence PersistenceService) *Service
Click to show internal directories.
Click to hide internal directories.