//
pkg.gl
Category
go-micro.dev/v4
api
client
package
4.11.0
Repository:
https://github.com/micro/go-micro.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
203 SLOC
#
Functions
NewClient
NewClient returns a generic micro client that connects to live by default.
#
Structs
Client
Client enables generic calls to micro.
Options
Options of the Client.
Request
Request is the request of the generic `api-client` call.
Response
Response is the response of the generic `api-client` call.
Stream
Stream is a websockets stream.