github.com/abolfazlbeh/zhycan@v0.0.0-20230819144214-24cf38237387/internal/grpc/types.go (about)

     1  package grpc
     2  
     3  type ServerConfig struct {
     4  	Host     string                 `json:"host"`
     5  	Port     int                    `json:"port"`
     6  	Protocol string                 `json:"protocol"`
     7  	Async    bool                   `json:"async"`
     8  	Configs  map[string]interface{} `json:"configs"`
     9  }