Versions in this module Expand all Collapse all v0 v0.1.1 May 11, 2024 Changes in this version + var ENV_name = map[int32]string + var ENV_value = map[string]int32 + var File_conf_conf_proto protoreflect.FileDescriptor + var Wallet_Mode_name = map[int32]string + var Wallet_Mode_value = map[string]int32 + type Bootstrap struct + Chain *Chain + Contract *Contract + Dacp *Dacp + Data *Data + Env ENV + Server *Server + Wallet *Wallet + func (*Bootstrap) Descriptor() ([]byte, []int) + func (*Bootstrap) ProtoMessage() + func (x *Bootstrap) GetChain() *Chain + func (x *Bootstrap) GetContract() *Contract + func (x *Bootstrap) GetDacp() *Dacp + func (x *Bootstrap) GetData() *Data + func (x *Bootstrap) GetEnv() ENV + func (x *Bootstrap) GetServer() *Server + func (x *Bootstrap) GetWallet() *Wallet + func (x *Bootstrap) ProtoReflect() protoreflect.Message + func (x *Bootstrap) Reset() + func (x *Bootstrap) String() string + type Chain struct + ChainId int64 + ChainName string + OffsetBlock int64 + RpcUrl string + StartBlock int64 + func (*Chain) Descriptor() ([]byte, []int) + func (*Chain) ProtoMessage() + func (x *Chain) GetChainId() int64 + func (x *Chain) GetChainName() string + func (x *Chain) GetOffsetBlock() int64 + func (x *Chain) GetRpcUrl() string + func (x *Chain) GetStartBlock() int64 + func (x *Chain) ProtoReflect() protoreflect.Message + func (x *Chain) Reset() + func (x *Chain) String() string + type Contract struct + Addr string + TeeAddr string + Topic string + func (*Contract) Descriptor() ([]byte, []int) + func (*Contract) ProtoMessage() + func (x *Contract) GetAddr() string + func (x *Contract) GetTeeAddr() string + func (x *Contract) GetTopic() string + func (x *Contract) ProtoReflect() protoreflect.Message + func (x *Contract) Reset() + func (x *Contract) String() string + type Dacp struct + IdentityPath string + TcbPath string + TrustedPath string + func (*Dacp) Descriptor() ([]byte, []int) + func (*Dacp) ProtoMessage() + func (x *Dacp) GetIdentityPath() string + func (x *Dacp) GetTcbPath() string + func (x *Dacp) GetTrustedPath() string + func (x *Dacp) ProtoReflect() protoreflect.Message + func (x *Dacp) Reset() + func (x *Dacp) String() string + type Data struct + Database *Data_Database + func (*Data) Descriptor() ([]byte, []int) + func (*Data) ProtoMessage() + func (x *Data) GetDatabase() *Data_Database + func (x *Data) ProtoReflect() protoreflect.Message + func (x *Data) Reset() + func (x *Data) String() string + type Data_Database struct + ConnMaxIdleTime *durationpb.Duration + ConnMaxLifetime *durationpb.Duration + Driver string + MaxIdleConnections int32 + MaxOpenConnections int32 + Source string + func (*Data_Database) Descriptor() ([]byte, []int) + func (*Data_Database) ProtoMessage() + func (x *Data_Database) GetConnMaxIdleTime() *durationpb.Duration + func (x *Data_Database) GetConnMaxLifetime() *durationpb.Duration + func (x *Data_Database) GetDriver() string + func (x *Data_Database) GetMaxIdleConnections() int32 + func (x *Data_Database) GetMaxOpenConnections() int32 + func (x *Data_Database) GetSource() string + func (x *Data_Database) ProtoReflect() protoreflect.Message + func (x *Data_Database) Reset() + func (x *Data_Database) String() string + type ENV int32 + const ENV_ENV_DEV + const ENV_ENV_LOCAL + const ENV_ENV_PROD + const ENV_ENV_UAT + const ENV_ENV_UNSPECIFIED + func (ENV) Descriptor() protoreflect.EnumDescriptor + func (ENV) EnumDescriptor() ([]byte, []int) + func (ENV) Type() protoreflect.EnumType + func (x ENV) Enum() *ENV + func (x ENV) Number() protoreflect.EnumNumber + func (x ENV) String() string + type Server struct + Grpc *Server_GRPC + Http *Server_HTTP + func (*Server) Descriptor() ([]byte, []int) + func (*Server) ProtoMessage() + func (x *Server) GetGrpc() *Server_GRPC + func (x *Server) GetHttp() *Server_HTTP + func (x *Server) ProtoReflect() protoreflect.Message + func (x *Server) Reset() + func (x *Server) String() string + type Server_GRPC struct + Addr string + Network string + Timeout *durationpb.Duration + func (*Server_GRPC) Descriptor() ([]byte, []int) + func (*Server_GRPC) ProtoMessage() + func (x *Server_GRPC) GetAddr() string + func (x *Server_GRPC) GetNetwork() string + func (x *Server_GRPC) GetTimeout() *durationpb.Duration + func (x *Server_GRPC) ProtoReflect() protoreflect.Message + func (x *Server_GRPC) Reset() + func (x *Server_GRPC) String() string + type Server_HTTP struct + Addr string + Network string + Timeout *durationpb.Duration + func (*Server_HTTP) Descriptor() ([]byte, []int) + func (*Server_HTTP) ProtoMessage() + func (x *Server_HTTP) GetAddr() string + func (x *Server_HTTP) GetNetwork() string + func (x *Server_HTTP) GetTimeout() *durationpb.Duration + func (x *Server_HTTP) ProtoReflect() protoreflect.Message + func (x *Server_HTTP) Reset() + func (x *Server_HTTP) String() string + type Wallet struct + KeystorePassword string + KeystorePath string + Mode Wallet_Mode + PrivateKey string + func (*Wallet) Descriptor() ([]byte, []int) + func (*Wallet) ProtoMessage() + func (x *Wallet) GetKeystorePassword() string + func (x *Wallet) GetKeystorePath() string + func (x *Wallet) GetMode() Wallet_Mode + func (x *Wallet) GetPrivateKey() string + func (x *Wallet) ProtoReflect() protoreflect.Message + func (x *Wallet) Reset() + func (x *Wallet) String() string + type Wallet_Mode int32 + const Wallet_ModeEnvVar + const Wallet_ModeKeyStore + const Wallet_ModePrivateKey + func (Wallet_Mode) Descriptor() protoreflect.EnumDescriptor + func (Wallet_Mode) EnumDescriptor() ([]byte, []int) + func (Wallet_Mode) Type() protoreflect.EnumType + func (x Wallet_Mode) Enum() *Wallet_Mode + func (x Wallet_Mode) Number() protoreflect.EnumNumber + func (x Wallet_Mode) String() string