Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ConfigName containes the name of the configuration file ConfigName = "config" // ConfigType containes the type of the configuration file ConfigType = "yaml" // ConfigFolder containes the name of the folder that the // config file is located ConfigFolder = ".ditctl" )
Variables ¶
View Source
var ( // ConfigDirPath is the DIR path that containes the config file ConfigDirPath string )
Functions ¶
func AddReminder ¶
func CreateEmpty ¶
func SetCredentials ¶
func SetCredentials(c Credentials) error
func SetReminders ¶
func SetSemesters ¶
Types ¶
type Credentials ¶
func GetCredentials ¶
func GetCredentials() (c Credentials)
type Reminder ¶
Reminder defines the fields of a reminder
func GetReminders ¶
func GetReminders() (rs []Reminder)
Click to show internal directories.
Click to hide internal directories.