package
0.0.0-20160721150600-68900edcface
Repository: https://github.com/gopheracademy/congo.git
Documentation: pkg.go.dev
# Functions
AdminuserHref returns the resource href.
No description provided by the author
No description provided by the author
EventHref returns the resource href.
MountAdminuserController "mounts" a Adminuser resource controller on the given service.
MountAuthController "mounts" a Auth resource controller on the given service.
MountEventController "mounts" a Event resource controller on the given service.
MountHealthzController "mounts" a Healthz resource controller on the given service.
MountPresentationController "mounts" a Presentation resource controller on the given service.
MountSeriesController "mounts" a Series resource controller on the given service.
MountSpeakerController "mounts" a Speaker resource controller on the given service.
MountTenantController "mounts" a Tenant resource controller on the given service.
MountUserController "mounts" a User resource controller on the given service.
MountValidateController "mounts" a Validate resource controller on the given service.
NewCreateAdminuserContext parses the incoming request URL and body, performs validations and creates the context used by the adminuser controller create action.
NewCreateEventContext parses the incoming request URL and body, performs validations and creates the context used by the event controller create action.
NewCreatePresentationContext parses the incoming request URL and body, performs validations and creates the context used by the presentation controller create action.
NewCreateSeriesContext parses the incoming request URL and body, performs validations and creates the context used by the series controller create action.
NewCreateSpeakerContext parses the incoming request URL and body, performs validations and creates the context used by the speaker controller create action.
NewCreateTenantContext parses the incoming request URL and body, performs validations and creates the context used by the tenant controller create action.
NewCreateUserContext parses the incoming request URL and body, performs validations and creates the context used by the user controller create action.
NewDeleteAdminuserContext parses the incoming request URL and body, performs validations and creates the context used by the adminuser controller delete action.
NewDeleteEventContext parses the incoming request URL and body, performs validations and creates the context used by the event controller delete action.
NewDeletePresentationContext parses the incoming request URL and body, performs validations and creates the context used by the presentation controller delete action.
NewDeleteSeriesContext parses the incoming request URL and body, performs validations and creates the context used by the series controller delete action.
NewDeleteSpeakerContext parses the incoming request URL and body, performs validations and creates the context used by the speaker controller delete action.
NewDeleteTenantContext parses the incoming request URL and body, performs validations and creates the context used by the tenant controller delete action.
NewDeleteUserContext parses the incoming request URL and body, performs validations and creates the context used by the user controller delete action.
NewListAdminuserContext parses the incoming request URL and body, performs validations and creates the context used by the adminuser controller list action.
NewListEventContext parses the incoming request URL and body, performs validations and creates the context used by the event controller list action.
NewListPresentationContext parses the incoming request URL and body, performs validations and creates the context used by the presentation controller list action.
NewListSeriesContext parses the incoming request URL and body, performs validations and creates the context used by the series controller list action.
NewListSpeakerContext parses the incoming request URL and body, performs validations and creates the context used by the speaker controller list action.
NewListTenantContext parses the incoming request URL and body, performs validations and creates the context used by the tenant controller list action.
NewListUserContext parses the incoming request URL and body, performs validations and creates the context used by the user controller list action.
NewRefreshAuthContext parses the incoming request URL and body, performs validations and creates the context used by the auth controller refresh action.
NewShowAdminuserContext parses the incoming request URL and body, performs validations and creates the context used by the adminuser controller show action.
NewShowEventContext parses the incoming request URL and body, performs validations and creates the context used by the event controller show action.
NewShowPresentationContext parses the incoming request URL and body, performs validations and creates the context used by the presentation controller show action.
NewShowSeriesContext parses the incoming request URL and body, performs validations and creates the context used by the series controller show action.
NewShowSpeakerContext parses the incoming request URL and body, performs validations and creates the context used by the speaker controller show action.
NewShowTenantContext parses the incoming request URL and body, performs validations and creates the context used by the tenant controller show action.
NewShowUserContext parses the incoming request URL and body, performs validations and creates the context used by the user controller show action.
NewStatusHealthzContext parses the incoming request URL and body, performs validations and creates the context used by the healthz controller status action.
NewTokenAuthContext parses the incoming request URL and body, performs validations and creates the context used by the auth controller token action.
NewUpdateAdminuserContext parses the incoming request URL and body, performs validations and creates the context used by the adminuser controller update action.
NewUpdateEventContext parses the incoming request URL and body, performs validations and creates the context used by the event controller update action.
NewUpdatePresentationContext parses the incoming request URL and body, performs validations and creates the context used by the presentation controller update action.
NewUpdateSeriesContext parses the incoming request URL and body, performs validations and creates the context used by the series controller update action.
NewUpdateSpeakerContext parses the incoming request URL and body, performs validations and creates the context used by the speaker controller update action.
NewUpdateTenantContext parses the incoming request URL and body, performs validations and creates the context used by the tenant controller update action.
NewUpdateUserContext parses the incoming request URL and body, performs validations and creates the context used by the user controller update action.
NewValidateValidateContext parses the incoming request URL and body, performs validations and creates the context used by the validate controller validate action.
PresentationHref returns the resource href.
SeriesHref returns the resource href.
SpeakerHref returns the resource href.
TenantHref returns the resource href.
UserHref returns the resource href.
# Structs
AdminUserPayload user type.
Authorize media type.
CreateAdminuserContext provides the adminuser create action context.
CreateAdminuserPayload is the adminuser create action payload.
CreateEventContext provides the event create action context.
CreateEventPayload is the event create action payload.
CreatePresentationContext provides the presentation create action context.
CreatePresentationPayload is the presentation create action payload.
CreateSeriesContext provides the series create action context.
CreateSeriesPayload is the series create action payload.
CreateSpeakerContext provides the speaker create action context.
CreateSpeakerPayload is the speaker create action payload.
CreateTenantContext provides the tenant create action context.
CreateTenantPayload is the tenant create action payload.
CreateUserContext provides the user create action context.
CreateUserPayload is the user create action payload.
DeleteAdminuserContext provides the adminuser delete action context.
DeleteEventContext provides the event delete action context.
DeletePresentationContext provides the presentation delete action context.
DeleteSeriesContext provides the series delete action context.
DeleteSpeakerContext provides the speaker delete action context.
DeleteTenantContext provides the tenant delete action context.
DeleteUserContext provides the user delete action context.
Event media type.
EventPayload user type.
ListAdminuserContext provides the adminuser list action context.
ListEventContext provides the event list action context.
ListPresentationContext provides the presentation list action context.
ListSeriesContext provides the series list action context.
ListSpeakerContext provides the speaker list action context.
ListTenantContext provides the tenant list action context.
ListUserContext provides the user list action context.
Login media type.
Presentation media type.
PresentationAdmin media type.
PresentationLinks contains links to related resources of Presentation.
PresentationPayload user type.
RefreshAuthContext provides the auth refresh action context.
Series media type.
SeriesPayload user type.
ShowAdminuserContext provides the adminuser show action context.
ShowEventContext provides the event show action context.
ShowPresentationContext provides the presentation show action context.
ShowSeriesContext provides the series show action context.
ShowSpeakerContext provides the speaker show action context.
ShowTenantContext provides the tenant show action context.
ShowUserContext provides the user show action context.
Speaker media type.
SpeakerAdmin media type.
SpeakerLink media type.
SpeakerPayload user type.
StatusHealthzContext provides the healthz status action context.
Tenant media type.
TenantPayload user type.
TokenAuthContext provides the auth token action context.
UpdateAdminuserContext provides the adminuser update action context.
UpdateAdminuserPayload is the adminuser update action payload.
UpdateEventContext provides the event update action context.
UpdateEventPayload is the event update action payload.
UpdatePresentationContext provides the presentation update action context.
UpdatePresentationPayload is the presentation update action payload.
UpdateSeriesContext provides the series update action context.
UpdateSeriesPayload is the series update action payload.
UpdateSpeakerContext provides the speaker update action context.
UpdateSpeakerPayload is the speaker update action payload.
UpdateTenantContext provides the tenant update action context.
UpdateTenantPayload is the tenant update action payload.
UpdateUserContext provides the user update action context.
UpdateUserPayload is the user update action payload.
User media type.
UserLink media type.
UserPayload user type.
UserTenant media type.
ValidateValidateContext provides the validate validate action context.
# Interfaces
AdminuserController is the controller interface for the Adminuser actions.
AuthController is the controller interface for the Auth actions.
EventController is the controller interface for the Event actions.
HealthzController is the controller interface for the Healthz actions.
PresentationController is the controller interface for the Presentation actions.
SeriesController is the controller interface for the Series actions.
SpeakerController is the controller interface for the Speaker actions.
TenantController is the controller interface for the Tenant actions.
UserController is the controller interface for the User actions.
ValidateController is the controller interface for the Validate actions.
# Type aliases
EventCollection media type is a collection of Event.
PresentationAdminCollection media type is a collection of PresentationAdmin.
PresentationCollection media type is a collection of Presentation.
PresentationLinksArray contains links to related resources of PresentationCollection.
SeriesCollection media type is a collection of Series.
SpeakerAdminCollection media type is a collection of SpeakerAdmin.
SpeakerCollection media type is a collection of Speaker.
SpeakerLinkCollection media type is a collection of SpeakerLink.
TenantCollection media type is a collection of Tenant.
UserCollection media type is a collection of User.
UserTenantCollection media type is a collection of UserTenant.