Documentation
¶
Index ¶
- type Config
- type Server
- func (s *Server) AddIamMember(ctx context.Context, member *admin.AddIamMemberRequest) (*admin.IamMember, error)
- func (s *Server) AppName() string
- func (s *Server) AuthMethods() authz.MethodMapping
- func (s *Server) ChangeIamMember(ctx context.Context, member *admin.ChangeIamMemberRequest) (*admin.IamMember, error)
- func (s *Server) ClearView(ctx context.Context, viewID *admin.ViewID) (_ *empty.Empty, err error)
- func (s *Server) CreateOrgIamPolicy(ctx context.Context, in *admin.OrgIamPolicyRequest) (_ *admin.OrgIamPolicy, err error)
- func (s *Server) DeleteOrgIamPolicy(ctx context.Context, in *admin.OrgIamPolicyID) (_ *empty.Empty, err error)
- func (s *Server) GatewayPathPrefix() string
- func (s *Server) GetFailedEvents(ctx context.Context, _ *empty.Empty) (_ *admin.FailedEvents, err error)
- func (s *Server) GetIamMemberRoles(ctx context.Context, _ *empty.Empty) (*admin.IamMemberRoles, error)
- func (s *Server) GetOrgByID(ctx context.Context, orgID *admin.OrgID) (_ *admin.Org, err error)
- func (s *Server) GetOrgIamPolicy(ctx context.Context, in *admin.OrgIamPolicyID) (_ *admin.OrgIamPolicy, err error)
- func (s *Server) GetViews(ctx context.Context, _ *empty.Empty) (_ *admin.Views, err error)
- func (s *Server) Healthz(_ context.Context, e *empty.Empty) (*empty.Empty, error)
- func (s *Server) IsOrgUnique(ctx context.Context, request *admin.UniqueOrgRequest) (org *admin.UniqueOrgResponse, err error)
- func (s *Server) MethodPrefix() string
- func (s *Server) Ready(ctx context.Context, e *empty.Empty) (*empty.Empty, error)
- func (s *Server) RegisterGateway() server.GatewayFunc
- func (s *Server) RegisterServer(grpcServer *grpc.Server)
- func (s *Server) RemoveFailedEvent(ctx context.Context, failedEventID *admin.FailedEventID) (_ *empty.Empty, err error)
- func (s *Server) RemoveIamMember(ctx context.Context, member *admin.RemoveIamMemberRequest) (*empty.Empty, error)
- func (s *Server) SearchIamMembers(ctx context.Context, in *admin.IamMemberSearchRequest) (*admin.IamMemberSearchResponse, error)
- func (s *Server) SearchOrgs(ctx context.Context, request *admin.OrgSearchRequest) (_ *admin.OrgSearchResponse, err error)
- func (s *Server) SetUpOrg(ctx context.Context, orgSetUp *admin.OrgSetUpRequest) (_ *admin.OrgSetUpResponse, err error)
- func (s *Server) UpdateOrgIamPolicy(ctx context.Context, in *admin.OrgIamPolicyRequest) (_ *admin.OrgIamPolicy, err error)
- func (s *Server) Validate(ctx context.Context, _ *empty.Empty) (*pb_struct.Struct, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Repository eventsourcing.Config
}
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func CreateServer ¶
func CreateServer(repo repository.Repository) *Server
func (*Server) AddIamMember ¶
func (*Server) AuthMethods ¶
func (s *Server) AuthMethods() authz.MethodMapping
func (*Server) ChangeIamMember ¶
func (*Server) CreateOrgIamPolicy ¶
func (s *Server) CreateOrgIamPolicy(ctx context.Context, in *admin.OrgIamPolicyRequest) (_ *admin.OrgIamPolicy, err error)
func (*Server) DeleteOrgIamPolicy ¶
func (*Server) GatewayPathPrefix ¶
func (*Server) GetFailedEvents ¶
func (*Server) GetIamMemberRoles ¶
func (*Server) GetOrgByID ¶
func (*Server) GetOrgIamPolicy ¶
func (s *Server) GetOrgIamPolicy(ctx context.Context, in *admin.OrgIamPolicyID) (_ *admin.OrgIamPolicy, err error)
func (*Server) IsOrgUnique ¶
func (s *Server) IsOrgUnique(ctx context.Context, request *admin.UniqueOrgRequest) (org *admin.UniqueOrgResponse, err error)
func (*Server) MethodPrefix ¶
func (*Server) RegisterGateway ¶
func (s *Server) RegisterGateway() server.GatewayFunc
func (*Server) RegisterServer ¶
func (*Server) RemoveFailedEvent ¶
func (*Server) RemoveIamMember ¶
func (*Server) SearchIamMembers ¶
func (s *Server) SearchIamMembers(ctx context.Context, in *admin.IamMemberSearchRequest) (*admin.IamMemberSearchResponse, error)
func (*Server) SearchOrgs ¶
func (s *Server) SearchOrgs(ctx context.Context, request *admin.OrgSearchRequest) (_ *admin.OrgSearchResponse, err error)
func (*Server) SetUpOrg ¶
func (s *Server) SetUpOrg(ctx context.Context, orgSetUp *admin.OrgSetUpRequest) (_ *admin.OrgSetUpResponse, err error)
func (*Server) UpdateOrgIamPolicy ¶
func (s *Server) UpdateOrgIamPolicy(ctx context.Context, in *admin.OrgIamPolicyRequest) (_ *admin.OrgIamPolicy, err error)
Click to show internal directories.
Click to hide internal directories.