Documentation ¶
Overview ¶
Package configproto is a generated protocol buffer package.
It is generated from these files:
config.proto
It has these top-level messages:
ServerConfig
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerConfig ¶
type ServerConfig struct { PushCertificate []byte `protobuf:"bytes,1,opt,name=push_certificate,json=pushCertificate,proto3" json:"push_certificate,omitempty"` PushCertificateKey []byte `protobuf:"bytes,2,opt,name=push_certificate_key,json=pushCertificateKey,proto3" json:"push_certificate_key,omitempty"` }
func (*ServerConfig) Descriptor ¶
func (*ServerConfig) Descriptor() ([]byte, []int)
func (*ServerConfig) GetPushCertificate ¶
func (m *ServerConfig) GetPushCertificate() []byte
func (*ServerConfig) GetPushCertificateKey ¶
func (m *ServerConfig) GetPushCertificateKey() []byte
func (*ServerConfig) ProtoMessage ¶
func (*ServerConfig) ProtoMessage()
func (*ServerConfig) Reset ¶
func (m *ServerConfig) Reset()
func (*ServerConfig) String ¶
func (m *ServerConfig) String() string
Click to show internal directories.
Click to hide internal directories.