Documentation ¶
Index ¶
- func HandleDelete(users core.UserStore, repos core.RepositoryStore, members core.PermStore) http.HandlerFunc
- func HandleFind(users core.UserStore, repos core.RepositoryStore, members core.PermStore) http.HandlerFunc
- func HandleList(repos core.RepositoryStore, members core.PermStore) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleDelete ¶
func HandleDelete( users core.UserStore, repos core.RepositoryStore, members core.PermStore, ) http.HandlerFunc
HandleDelete returns an http.HandlerFunc that processes a request to delete account membership to a repository. This should only be used if the datastore is out-of-sync with github.
func HandleFind ¶
func HandleFind( users core.UserStore, repos core.RepositoryStore, members core.PermStore, ) http.HandlerFunc
HandleFind returns an http.HandlerFunc that writes a json-encoded repository collaborator details to the response body.
func HandleList ¶
func HandleList( repos core.RepositoryStore, members core.PermStore, ) http.HandlerFunc
HandleList returns an http.HandlerFunc that write a json-encoded list of repository collaborators to the response body.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.