Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FlowType ¶
type FlowType string
FlowType represents the flow we are in when creating the log
const ( // RegistrationFlow is the FlowType for registration RegistrationFlow FlowType = "registration" )
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is used to store logs
func NewManager ¶
NewManager creates and initializes a new Manager
func (*Manager) SaveLog ¶
func (m *Manager) SaveLog(log *PersistentLog) error
SaveLog stores a new PersistentLog entry
Click to show internal directories.
Click to hide internal directories.