Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateKey ¶ added in v0.23.2
Types ¶
type EmailEncrypt ¶ added in v0.23.2
type EmailEncrypt struct {
// contains filtered or unexported fields
}
func NewEmailEncrypt ¶ added in v0.23.2
func NewEmailEncrypt(key string) (*EmailEncrypt, error)
func (*EmailEncrypt) Decrypt ¶ added in v0.23.2
func (ec *EmailEncrypt) Decrypt(data string) (string, error)
func (*EmailEncrypt) Encrypt ¶ added in v0.23.2
func (ec *EmailEncrypt) Encrypt(payload string) string
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is the implementation of the activity.Store interface backed by SQLite
func NewSQLiteStore ¶
NewSQLiteStore creates a new Store with an event table if not exists.
Click to show internal directories.
Click to hide internal directories.