Documentation
¶
Index ¶
- type Server
- func (s *Server) Group(ctx context.Context, r *proto.GroupRequest) (*proto.GroupResponse, error)
- func (s *Server) GroupCredentials(ctx context.Context, r *proto.GroupCredentialsRequest) (*proto.CredentialsResponse, error)
- func (s *Server) Serve(addr string) error
- func (s *Server) User(ctx context.Context, r *proto.UserRequest) (*proto.UserResponse, error)
- func (s *Server) UserCredentials(ctx context.Context, r *proto.UserCredentialsRequest) (*proto.CredentialsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { proto.UnimplementedGitLabServer // contains filtered or unexported fields }
func (*Server) Group ¶
func (s *Server) Group(ctx context.Context, r *proto.GroupRequest) (*proto.GroupResponse, error)
func (*Server) GroupCredentials ¶
func (s *Server) GroupCredentials(ctx context.Context, r *proto.GroupCredentialsRequest) (*proto.CredentialsResponse, error)
func (*Server) User ¶
func (s *Server) User(ctx context.Context, r *proto.UserRequest) (*proto.UserResponse, error)
func (*Server) UserCredentials ¶
func (s *Server) UserCredentials(ctx context.Context, r *proto.UserCredentialsRequest) (*proto.CredentialsResponse, error)
Click to show internal directories.
Click to hide internal directories.