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

# README

congo

How to communicate with us:

My cool picture.

WIP Conference Management Software for Conference Organizers

We'd love you to join our effort

We need Go developers to volunteer for the backend / API. We also need front-end developers for help with frontend applications (management interface, conference websites, etc)

Don't be shy, jump into an issue, propose a solution and start helping!

Documentation

See our wiki for documentation

Contributing

  • Find an open issue
  • Propose a solution
  • Get approval for your solution
  • Fork, code, create pull request
  • Bask in the glory of open source fun!

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

BasicAuth creates a username/password handler for your `goa.BasicAuthSecurity` method.
Migrate creates seed records and updates the database schema.
NewAdminuserController creates a adminuser controller.
NewAuthController creates a auth controller.
NewEventController creates a user controller.
NewHealthzController creates a healthz controller.
NewPresentationController creates a user controller.
NewSeriesController creates a user controller.
NewSpeakerController creates a user controller.
NewTenantController creates a tenant controller.
NewUserController creates a user controller.
NewValidateController creates a validate controller.

# Variables

ErrBasicAuthFailed means it wasn't able to authenticate you with your login/password.

# Structs

AdminuserController implements the adminuser resource.
AuthController manages authentication.
Env is the struct that holds important things to be passed into controllers.
EventController implements theuser resource.
HealthzController implements the healthz resource.
PresentationController implements theuser resource.
SeriesController implements theuser resource.
Settings is the struct that holds config information retrieved from the environment.
SpeakerController implements theuser resource.
TenantController implements theuser resource.
UserController implements theuser resource.
ValidateController implements the validate resource.

# Interfaces

Storage is an interface for database access.