Documentation ¶
Index ¶
Constants ¶
View Source
const ( Session_Year int = 60 * 60 * 24 * 365 Session_Month int = 60 * 60 * 24 * 30 )
View Source
const StateAborted = "ABORTED"
View Source
const StateFinished = "FINISHED"
View Source
const StateScheduled = "SCHEDULED"
async
View Source
const StateStarted = "STARTED"
Variables ¶
This section is empty.
Functions ¶
func StartMServer ¶
func StartMServer()
Types ¶
type AlbumCollection ¶
type AlbumCollection struct { Info *model.Album `json:"info"` Photos *PhotoFiles `json:"photos"` }
type ApiError ¶
func BadRequestError ¶
func InternalError ¶
func NotFoundError ¶
func ResolveError ¶
func UnauthorizedError ¶
type DriveFiles ¶
type PSResponse ¶
type PSResponse struct { Err *ApiError `json:"error,omitempty"` Data interface{} `json:"data,omitempty"` }
type PhotoFiles ¶
type SessionGuest ¶
type SessionGuest struct {
Id string `json:"id"`
}
type WelcomeEmail ¶
Click to show internal directories.
Click to hide internal directories.