Versions in this module Expand all Collapse all v0 v0.2.0 Aug 2, 2021 v0.1.0 Apr 26, 2021 Changes in this version + const Session_Month + const Session_Year + const StateAborted + const StateFinished + const StateScheduled + const StateStarted + func NewServer(prefixPath string) *mserver + func StartMServer() + func Var(r *http.Request, name string) string + type AlbumCollection struct + Info *model.Album + Photos *PhotoFiles + type ApiError struct + Code int + Message string + func BadRequestError(message string) *ApiError + func InternalError(message string) *ApiError + func NotFoundError(message string) *ApiError + func ResolveError(err error) *ApiError + func UnauthorizedError(message string) *ApiError + func (e *ApiError) Error() string + type AuthUser struct + Authenticated bool + type DriveFile struct + CreatedTime time.Time + Id string + Kind string + Md5Checksum string + MimeType string + type DriveFiles struct + Files []*DriveFile + Length int + type Job struct + Err *ApiError + Id string + NumFiles int + NumProcessed int + Percent int + State string + type PSResponse struct + Data interface{} + Err *ApiError + type PhotoFiles struct + Length int + Photos []*model.Photo + type SessionGuest struct + Id string + type WelcomeEmail struct + Code string + Name string + VerifyUrl string