11 lines
97 B
Go
11 lines
97 B
Go
package lib
|
|
|
|
|
|
type GrpcConfig struct {
|
|
Server string
|
|
}
|
|
|
|
type Config struct {
|
|
Grpc GrpcConfig
|
|
}
|