# Functions
GetAllCodesOfConduct performs requests for "codes-of-conduct/get-all-codes-of-conduct"
Get all codes of conduct.
GetConductCode performs requests for "codes-of-conduct/get-conduct-code"
Get a code of conduct.
GetForRepo performs requests for "codes-of-conduct/get-for-repo"
Get the code of conduct for a repository.
NewClient returns a new Client.
# Structs
GetAllCodesOfConductReq is request data for Client.GetAllCodesOfConduct
https://developer.github.com/v3/codes_of_conduct/#get-all-codes-of-conduct
Non-nil errors will have the type *requests.RequestError, octo.ResponseError or url.Error.
GetAllCodesOfConductResponse is a response for GetAllCodesOfConduct
https://developer.github.com/v3/codes_of_conduct/#get-all-codes-of-conduct
*/.
GetConductCodeReq is request data for Client.GetConductCode
https://developer.github.com/v3/codes_of_conduct/#get-a-code-of-conduct
Non-nil errors will have the type *requests.RequestError, octo.ResponseError or url.Error.
GetConductCodeResponse is a response for GetConductCode
https://developer.github.com/v3/codes_of_conduct/#get-a-code-of-conduct
*/.
GetForRepoReq is request data for Client.GetForRepo
https://developer.github.com/v3/codes_of_conduct/#get-the-code-of-conduct-for-a-repository
Non-nil errors will have the type *requests.RequestError, octo.ResponseError or url.Error.
GetForRepoResponse is a response for GetForRepo
https://developer.github.com/v3/codes_of_conduct/#get-the-code-of-conduct-for-a-repository
*/.
# Type aliases
Client is a set of options to apply to requests.