Documentation ¶
Index ¶
Constants ¶
View Source
const HelloServiceName = "github.com/Minnull/practice-golang/tree/main/02_advanced/01_rpc/02_standard/svc/hello_service_interface"
Variables ¶
This section is empty.
Functions ¶
func RegisterHelloService ¶
func RegisterHelloService(svc HelloServiceInterface) error
Types ¶
type HelloServiceClient ¶
func DialHelloService ¶
func DialHelloService(network, address string) (*HelloServiceClient, error)
type HelloServiceInterface ¶
Click to show internal directories.
Click to hide internal directories.