Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrProfileDataNotFound = errors.New("profile data not found")
)
Functions ¶
func IsProfileDataNotFound ¶
Types ¶
type ProfileData ¶
type Store ¶
type Store interface { Get() (*ProfileData, error) Save(profileData *ProfileData) error Delete() error }
Click to show internal directories.
Click to hide internal directories.