Documentation
¶
Index ¶
- type NSService
- func (s *NSService) CheckNS(ctx context.Context, req *pb.NSQryRequest) (*pb.ExistsResponse, error)
- func (s *NSService) CreateNS(ctx context.Context, req *pb.NSCreateRequest) (*pb.NSInfoResponse, error)
- func (s *NSService) DeleteAllNS(ctx context.Context, req *pb.Empty) (*pb.MessageResponse, error)
- func (s *NSService) DeleteNS(ctx context.Context, req *pb.NSQryRequest) (*pb.MessageResponse, error)
- func (s *NSService) GetNS(ctx context.Context, req *pb.NSQryRequest) (*pb.NSInfoResponse, error)
- func (s *NSService) ListNS(ctx context.Context, req *pb.Empty) (*pb.ListNSInfoResponse, error)
- type UTILITYService
- func (s *UTILITYService) GetConnConfig(ctx context.Context, req *pb.ConnConfigQryRequest) (*pb.ConnConfigResponse, error)
- func (s *UTILITYService) GetRegion(ctx context.Context, req *pb.RegionQryRequest) (*pb.RegionResponse, error)
- func (s *UTILITYService) ListConnConfig(ctx context.Context, req *pb.Empty) (*pb.ListConnConfigResponse, error)
- func (s *UTILITYService) ListRegion(ctx context.Context, req *pb.Empty) (*pb.ListRegionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NSService ¶
type NSService struct { }
NSService - Namespace 서비스 구현
func (*NSService) CheckNS ¶
func (s *NSService) CheckNS(ctx context.Context, req *pb.NSQryRequest) (*pb.ExistsResponse, error)
CheckNS - Namespace 체크
func (*NSService) CreateNS ¶
func (s *NSService) CreateNS(ctx context.Context, req *pb.NSCreateRequest) (*pb.NSInfoResponse, error)
CreateNS - Namespace 생성
func (*NSService) DeleteAllNS ¶
DeleteAllNS - Namespace 전체 삭제
func (*NSService) DeleteNS ¶
func (s *NSService) DeleteNS(ctx context.Context, req *pb.NSQryRequest) (*pb.MessageResponse, error)
DeleteNS - Namespace 삭제
func (*NSService) GetNS ¶
func (s *NSService) GetNS(ctx context.Context, req *pb.NSQryRequest) (*pb.NSInfoResponse, error)
GetNS - Namespace 조회
type UTILITYService ¶
type UTILITYService struct { }
UTILITYService - Utility 서비스 구현
func (*UTILITYService) GetConnConfig ¶
func (s *UTILITYService) GetConnConfig(ctx context.Context, req *pb.ConnConfigQryRequest) (*pb.ConnConfigResponse, error)
GetConnConfig - Connection Config 조회
func (*UTILITYService) GetRegion ¶
func (s *UTILITYService) GetRegion(ctx context.Context, req *pb.RegionQryRequest) (*pb.RegionResponse, error)
GetRegion - Region 조회
func (*UTILITYService) ListConnConfig ¶
func (s *UTILITYService) ListConnConfig(ctx context.Context, req *pb.Empty) (*pb.ListConnConfigResponse, error)
ListConnConfig - Connection Config 목록
func (*UTILITYService) ListRegion ¶
func (s *UTILITYService) ListRegion(ctx context.Context, req *pb.Empty) (*pb.ListRegionResponse, error)
ListRegion - Region 목록
Click to show internal directories.
Click to hide internal directories.