Documentation ¶
Overview ¶
Package adminsrv implements Admin API.
Code defined here is either invoked by an administrator or by the service itself (via cron jobs or task queues).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminServer ¶
type AdminServer struct { admin.UnsafeAdminServer certconfig.ImportCAConfigsRPC delegation.ImportDelegationConfigsRPC delegation.InspectDelegationTokenRPC machinetoken.InspectMachineTokenRPC projectscope.ImportProjectIdentityConfigsRPC serviceaccounts.ImportProjectOwnedAccountsConfigsRPC }
AdminServer implements admin.AdminServer RPC interface.
func NewServer ¶
func NewServer(signer signing.Signer) *AdminServer
NewServer returns prod AdminServer implementation.
It assumes authorization has happened already.
Click to show internal directories.
Click to hide internal directories.