Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGRPC ¶
type MockGRPC struct {
// contains filtered or unexported fields
}
type OptionGRPC ¶
type OptionGRPC func(*MockGRPC)
option for New MockGRPC
func WithContainerName ¶
func WithContainerName(name string) OptionGRPC
WithContainerName set the name of container
func WithDirProtocs ¶
func WithDirProtocs(dir string) OptionGRPC
WithDirProtocs set the directory of protoc files
func WithDirStubs ¶
func WithDirStubs(dir string) OptionGRPC
WithDirStubs set the directory of stubs
Click to show internal directories.
Click to hide internal directories.