Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { // Username and Email are unique Identifiers Username, Password, Name, Email, Salt string ProjectIds []string }
Account contains the information for each user
type Project ¶
type Project struct { ID string Name string Description string Status string CurrentEvolution Evolution Evolutions []Evolution }
Project contains a representation of a project
Click to show internal directories.
Click to hide internal directories.