v1

package
v0.0.0-...-850ec13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2019 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendTeamToUserHandler

func AppendTeamToUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.AppendTeamToUserHandlerFunc

AppendTeamToUserHandler implements the handler for the AppendTeamToUser operation.

func AppendUserToTeamHandler

func AppendUserToTeamHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.AppendUserToTeamHandlerFunc

AppendUserToTeamHandler implements the handler for the AppendUserToTeam operation.

func CreateTeamHandler

func CreateTeamHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.CreateTeamHandlerFunc

CreateTeamHandler implements the handler for the CreateTeam operation.

func CreateUserHandler

func CreateUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.CreateUserHandlerFunc

CreateUserHandler implements the handler for the CreateUser operation.

func DeleteTeamFromUserHandler

func DeleteTeamFromUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.DeleteTeamFromUserHandlerFunc

DeleteTeamFromUserHandler implements the handler for the DeleteTeamFromUser operation.

func DeleteTeamHandler

func DeleteTeamHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.DeleteTeamHandlerFunc

DeleteTeamHandler implements the handler for the DeleteTeam operation.

func DeleteUserFromTeamHandler

func DeleteUserFromTeamHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.DeleteUserFromTeamHandlerFunc

DeleteUserFromTeamHandler implements the handler for the DeleteUserFromTeam operation.

func DeleteUserHandler

func DeleteUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.DeleteUserHandlerFunc

DeleteUserHandler implements the handler for the DeleteUser operation.

func ListTeamUsersHandler

func ListTeamUsersHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.ListTeamUsersHandlerFunc

ListTeamUsersHandler implements the handler for the ListTeamUsers operation.

func ListTeamsHandler

func ListTeamsHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.ListTeamsHandlerFunc

ListTeamsHandler implements the handler for the ListTeams operation.

func ListUserTeamsHandler

func ListUserTeamsHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.ListUserTeamsHandlerFunc

ListUserTeamsHandler implements the handler for the ListUserTeams operation.

func ListUsersHandler

func ListUsersHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.ListUsersHandlerFunc

ListUsersHandler implements the handler for the ListUsers operation.

func LoginUserHandler

func LoginUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) auth.LoginUserHandlerFunc

LoginUserHandler implements the handler for the AuthLoginUser operation.

func PermitTeamUserHandler

func PermitTeamUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.PermitTeamUserHandlerFunc

PermitTeamUserHandler implements the handler for the PermitTeamUser operation.

func PermitUserTeamHandler

func PermitUserTeamHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.PermitUserTeamHandlerFunc

PermitUserTeamHandler implements the handler for the PermitUserTeam operation.

func RefreshAuthHandler

func RefreshAuthHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) auth.RefreshAuthHandlerFunc

RefreshAuthHandler implements the handler for the AuthRefreshAuth operation.

func ShowProfileHandler

func ShowProfileHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) profile.ShowProfileHandlerFunc

ShowProfileHandler implements the handler for the ProfileShowProfile operation.

func ShowTeamHandler

func ShowTeamHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.ShowTeamHandlerFunc

ShowTeamHandler implements the handler for the ShowTeam operation.

func ShowUserHandler

func ShowUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.ShowUserHandlerFunc

ShowUserHandler implements the handler for the ShowUser operation.

func TokenProfileHandler

func TokenProfileHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) profile.TokenProfileHandlerFunc

TokenProfileHandler implements the handler for the ProfileTokenProfile operation.

func UpdateProfileHandler

func UpdateProfileHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) profile.UpdateProfileHandlerFunc

UpdateProfileHandler implements the handler for the ProfileUpdateProfile operation.

func UpdateTeamHandler

func UpdateTeamHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) team.UpdateTeamHandlerFunc

UpdateTeamHandler implements the handler for the UpdateTeam operation.

func UpdateUserHandler

func UpdateUserHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) user.UpdateUserHandlerFunc

UpdateUserHandler implements the handler for the UpdateUser operation.

func VerifyAuthHandler

func VerifyAuthHandler(cfg *config.Config, uploads upload.Upload, registry *service.Registry) auth.VerifyAuthHandlerFunc

VerifyAuthHandler implements the handler for the AuthVerifyAuth operation.

Types

type API

type API struct {
	Handler http.Handler
}

API provides the http.Handler for the OpenAPI implementation.

func New

func New(cfg *config.Config, uploads upload.Upload, registry *service.Registry) *API

New creates a new API that adds the custom Handler implementations.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL