# Packages
Package gitacls implements read ACLs for Git/Gerrit data.
# Functions
Get returns Client set in supplied context.
NewClient returns a new production Client.
NewMockClient creates a new mock instance.
ProjectFromContext is the opposite of WithProject, is extracts the LUCI project which the current call stack is handling a request for.
Use returns context with provided Client implementation.
UseACLs returns context with production implementation installed.
WithProject annotates the context object with the LUCI project that a request is handled for.
# Structs
LogOptions are options for Log function.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
# Interfaces
Client provides high level API for Git/Gerrit data.