Documentation ¶
Index ¶
- type GrpcWeb
- func (*GrpcWeb) Descriptor() ([]byte, []int)
- func (this *GrpcWeb) Equal(that interface{}) bool
- func (m *GrpcWeb) GetDisable() bool
- func (*GrpcWeb) ProtoMessage()
- func (m *GrpcWeb) Reset()
- func (m *GrpcWeb) String() string
- func (m *GrpcWeb) XXX_DiscardUnknown()
- func (m *GrpcWeb) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GrpcWeb) XXX_Merge(src proto.Message)
- func (m *GrpcWeb) XXX_Size() int
- func (m *GrpcWeb) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcWeb ¶
type GrpcWeb struct { // Disable grpc web supoort. Disable bool `protobuf:"varint,1,opt,name=disable,proto3" json:"disable,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
GrpcWeb support is enabled be default. Use this extension to disable it.
func (*GrpcWeb) Descriptor ¶
func (*GrpcWeb) GetDisable ¶
func (*GrpcWeb) ProtoMessage ¶
func (*GrpcWeb) ProtoMessage()
func (*GrpcWeb) XXX_DiscardUnknown ¶
func (m *GrpcWeb) XXX_DiscardUnknown()
func (*GrpcWeb) XXX_Marshal ¶
func (*GrpcWeb) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.