package
0.0.0-20201106104914-e99cc0b83bb6
Repository: https://github.com/ozonep/drone.git
Documentation: pkg.go.dev
# Functions
HandleCreate returns an http.HandlerFunc that processes an http.Request to create the named user account in the system.
HandleDelete returns an http.HandlerFunc that processes an http.Request to delete the named user account from the system.
HandleFind returns an http.HandlerFunc that writes json-encoded user account information to the the response body.
HandleList returns an http.HandlerFunc that writes a json-encoded list of all registered system users to the response body.
HandleRepoList returns an http.HandlerFunc that writes a json-encoded list of all user repositories to the response body.
HandleUpdate returns an http.HandlerFunc that processes an http.Request to update a user account.