Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountStore ¶
type ChallengeProvider ¶
type FilesystemStore ¶
type FilesystemStore struct {
// contains filtered or unexported fields
}
func NewFilesystemStore ¶
func NewFilesystemStore(path string, challengeProvider ChallengeProvider) *FilesystemStore
func (*FilesystemStore) Create ¶
func (f *FilesystemStore) Create(name string) *User
func (*FilesystemStore) Get ¶
func (f *FilesystemStore) Get(name string) *User
func (*FilesystemStore) Save ¶
func (f *FilesystemStore) Save(user *User) error
Click to show internal directories.
Click to hide internal directories.