package
0.0.0-20160721150600-68900edcface
Repository: https://github.com/gopheracademy/congo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CreateAdminuserPath computes a request path to the create action of adminuser.
CreateEventPath computes a request path to the create action of event.
CreatePresentationPath computes a request path to the create action of presentation.
CreateSeriesPath computes a request path to the create action of series.
CreateSpeakerPath computes a request path to the create action of speaker.
CreateTenantPath computes a request path to the create action of tenant.
CreateUserPath computes a request path to the create action of user.
DecodeAuthorize decodes the Authorize instance encoded in r.
DecodeEvent decodes the Event instance encoded in r.
DecodeEventCollection decodes the EventCollection instance encoded in r.
DecodePresentation decodes the Presentation instance encoded in r.
DecodePresentationCollection decodes the PresentationCollection instance encoded in r.
DecodeSeries decodes the Series instance encoded in r.
DecodeSeriesCollection decodes the SeriesCollection instance encoded in r.
DecodeSpeaker decodes the Speaker instance encoded in r.
DecodeSpeakerCollection decodes the SpeakerCollection instance encoded in r.
DecodeTenant decodes the Tenant instance encoded in r.
DecodeTenantCollection decodes the TenantCollection instance encoded in r.
DecodeUser decodes the User instance encoded in r.
DecodeUserCollection decodes the UserCollection instance encoded in r.
DeleteAdminuserPath computes a request path to the delete action of adminuser.
DeleteEventPath computes a request path to the delete action of event.
DeletePresentationPath computes a request path to the delete action of presentation.
DeleteSeriesPath computes a request path to the delete action of series.
DeleteSpeakerPath computes a request path to the delete action of speaker.
DeleteTenantPath computes a request path to the delete action of tenant.
DeleteUserPath computes a request path to the delete action of user.
ListAdminuserPath computes a request path to the list action of adminuser.
ListEventPath computes a request path to the list action of event.
ListPresentationPath computes a request path to the list action of presentation.
ListSeriesPath computes a request path to the list action of series.
ListSpeakerPath computes a request path to the list action of speaker.
ListTenantPath computes a request path to the list action of tenant.
ListUserPath computes a request path to the list action of user.
New instantiates the client.
RefreshAuthPath computes a request path to the refresh action of auth.
ShowAdminuserPath computes a request path to the show action of adminuser.
ShowEventPath computes a request path to the show action of event.
ShowPresentationPath computes a request path to the show action of presentation.
ShowSeriesPath computes a request path to the show action of series.
ShowSpeakerPath computes a request path to the show action of speaker.
ShowTenantPath computes a request path to the show action of tenant.
ShowUserPath computes a request path to the show action of user.
StatusHealthzPath computes a request path to the status action of healthz.
TokenAuthPath computes a request path to the token action of auth.
UpdateAdminuserPath computes a request path to the update action of adminuser.
UpdateEventPath computes a request path to the update action of event.
UpdatePresentationPath computes a request path to the update action of presentation.
UpdateSeriesPath computes a request path to the update action of series.
UpdateSpeakerPath computes a request path to the update action of speaker.
UpdateTenantPath computes a request path to the update action of tenant.
UpdateUserPath computes a request path to the update action of user.
ValidateValidatePath computes a request path to the validate action of validate.

# Structs

Token authorization response.
Client is the congo service client.
CreateAdminuserPayload is the adminuser create action payload.
CreateEventPayload is the event create action payload.
CreatePresentationPayload is the presentation create action payload.
CreateSeriesPayload is the series create action payload.
CreateSpeakerPayload is the speaker create action payload.
CreateTenantPayload is the tenant create action payload.
CreateUserPayload is the user create action payload.
An event is a specific instance of a conference, e.g.
A presentation is a scheduled talk given by a speaker.
A series is a recurring event, e.g.
A speaker is someone giving a talk at an event.
Tenant account in Congo.
UpdateAdminuserPayload is the adminuser update action payload.
UpdateEventPayload is the event update action payload.
UpdatePresentationPayload is the presentation update action payload.
UpdateSeriesPayload is the series update action payload.
UpdateSpeakerPayload is the speaker update action payload.
UpdateTenantPayload is the tenant update action payload.
UpdateUserPayload is the user update action payload.
A user belonging to a tenant.

# Type aliases

EventCollection media type is a collection of Event.
PresentationCollection media type is a collection of Presentation.
SeriesCollection media type is a collection of Series.
SpeakerCollection media type is a collection of Speaker.
TenantCollection media type is a collection of Tenant.
UserCollection media type is a collection of User.