Documentation ¶
Index ¶
- func ConvGrpcStatusErr(err error, tag string, method string) error
- func ConvertToMessage(inType string, inData string, obj interface{}) error
- func ConvertToOutput(outType string, obj interface{}) (string, error)
- func CopySrcToDest(src interface{}, dest interface{}) error
- func NewGrpcStatusErr(msg string, tag string, method string) error
- type CBConnection
- type CBServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvGrpcStatusErr ¶
ConvGrpcStatusErr - GRPC 상태 코드 에러로 변환
func ConvertToMessage ¶
ConvertToMessage - 입력 데이터를 grpc 메시지로 변환
func ConvertToOutput ¶
ConvertToOutput - grpc 메시지를 출력포맷으로 변환
func CopySrcToDest ¶
func CopySrcToDest(src interface{}, dest interface{}) error
CopySrcToDest - 소스에서 타켓으로 데이터 복사
Types ¶
type CBConnection ¶
type CBConnection struct {
Conn *grpc.ClientConn
}
CBConnection - CB-GRPC에서 사용하는 grpc 클라이언트를 위한 Wrapper 구조
func NewCBConnection ¶
func NewCBConnection(gConf *config.GrpcClientConfig) (*CBConnection, io.Closer, error)
NewCBConnection - 초기화된 grpc 클라이언트의 인스턴스 생성
Click to show internal directories.
Click to hide internal directories.