Categorygithub.com/go-chassis/go-chassis-protocol
module
0.0.0-20200525011845-d1643389cdb8
Repository: https://github.com/go-chassis/go-chassis-protocol.git
Documentation: pkg.go.dev

# README

go-chassis-protocol

How to use

Import the protocol client you want to use

import _ "github.com/go-chassis/go-chassis-protocol/client/grpc"

Import the protocol server you want to use and launch it by chassis.yaml

import _ "github.com/go-chassis/go-chassis-protocol/server/grpc"
cse:
  service:
    registry:
      address: http://127.0.0.1:30100
  protocols:
    grpc:
      listenAddress: 127.0.0.1:5000
      advertiseAddress: 127.0.0.1:5000

# Packages

No description provided by the author
No description provided by the author