7 lines
336 B
Go
7 lines
336 B
Go
// Package aero hosts a mock for the third-party aero gRPC client. The
|
|
// interface is generated protobuf code we don't own, so the //go:generate
|
|
// directive lives here rather than next to the source.
|
|
package aero
|
|
|
|
//go:generate mockgen -destination ./mock_aero.go -package aero github.com/flowy-live/llink/genproto/aero PrimaryClient
|