Documentation ¶
Index ¶
- Constants
- func AddrForGrpc(appid string, method string) string
- func AddrForHTTP(appid string, method string) string
- func AddrForProxiedGrpc(appid string, pathAndQuery string) string
- func AddrForProxiedHTTP(appid string, pathAndQuery string) string
- func NewDaprGrpcOldURL(service string, grpcPath string) string
- func NewDaprGrpcURL(service string, method string) string
- func PayloadForGrpc(data []byte) *pb.InvokeServiceRequest
- func Use()
- type DaprAddr
Constants ¶
View Source
const ( DriverName = "dtm-driver-dapr" SchemaHTTP = "daprhttp" SchemaProxiedHTTP = "daprphttp" SchemaGrpc = "daprgrpc" SchemaProxiedGrpc = "daprpgrpc" )
Variables ¶
This section is empty.
Functions ¶
func AddrForGrpc ¶
func AddrForHTTP ¶
func AddrForProxiedGrpc ¶
func AddrForProxiedHTTP ¶
func NewDaprGrpcOldURL ¶
func NewDaprGrpcURL ¶
func PayloadForGrpc ¶
func PayloadForGrpc(data []byte) *pb.InvokeServiceRequest
Types ¶
Click to show internal directories.
Click to hide internal directories.