Discover Packages
github.com/ultravioletrs/cocos
pkg
clients
grpc
package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jan 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Copyright (c) Ultraviolet
SPDX-License-Identifier: Apache-2.0
Package grpc contains the domain concept definitions needed to support
Agent Client grpc functionality.
type Config struct {
ClientTLS bool `env:"CLIENT_TLS" envDefault:"false"`
CACerts string `env:"CA_CERTS" envDefault:""`
URL string `env:"URL" envDefault:"localhost:7001"`
Timeout time .Duration `env:"TIMEOUT" envDefault:"60s"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.