Documentation ¶ Index ¶ func ReadConfigEnv(cfg *Config) error func RunServer() error type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadConfigEnv ¶ func ReadConfigEnv(cfg *Config) error ReadConfigEnv - APIサーバに関する設定を読み込む func RunServer ¶ func RunServer() error RunServer runs gRPC server and HTTP gateway Types ¶ type Config ¶ type Config struct { // gRPC server start parameters section // gRPC is TCP port to listen by gRPC server GRPCHost string `split_words:"true"` GRPCPort string `split_words:"true"` } Config - サーバのホストとポートのコンフィグ Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.