Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileUserStore ¶
type FileUserStore struct {
FilePath string
}
func (*FileUserStore) Load ¶
func (f *FileUserStore) Load(user *msp.UserData) error
func (*FileUserStore) LoadAll ¶
func (f *FileUserStore) LoadAll(appCode string) []*msp.UserData
func (*FileUserStore) Store ¶
func (f *FileUserStore) Store(user *msp.UserData) error
Click to show internal directories.
Click to hide internal directories.