Versions in this module Expand all Collapse all v0 v0.3.0 Nov 1, 2023 Changes in this version + func AddProfile(profile Profile) string + func CheckIfProfileExists(id string) bool + func GetProfileIDFromPath(path string) string + func GetProfiles() *[]Profile + func IsAliasAlreadyUsed(alias string) bool + func RemoveProfile(id string) + type DiskProfile struct + Alias string + Email string + Username string + Website string + type Profile struct + Alias string + Email string + Id string + Password string + Username string + Website string + func GetProfileFromPath(path string) (Profile, error) + type SchemaGutConf struct + ProfileID string + UpdatedAt string