Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Administrator ¶
func NewAdministrator ¶
func NewAdministrator(username types.Name, menu Menu) Administrator
type Administrators ¶
func NewAdministrators ¶
type Client ¶
type Client struct { Logged Form Client client.Client Enrollments []enrollment.Enrollment Payments []payment.Payment }
type Enrollment ¶
type Enrollment struct { Logged Form Enrollment enrollment.Enrollment Clients []client.Client Groups []group.Group Back string }
func NewEnrollment ¶
func NewEnrollment(username types.Name, menu Menu) Enrollment
type Group ¶
type Group struct { Logged Form Group group.Group Places []place.Place Enrollments []enrollment.Enrollment }
type InternalServerError ¶
type InternalServerError struct {
Ticket string
}
func NewInternalServerError ¶
func NewInternalServerError(ticket string) InternalServerError
Click to show internal directories.
Click to hide internal directories.