Documentation ¶
Index ¶
- Variables
- type GrpcWeb
- func (m *GrpcWeb) Clone() proto.Message
- func (*GrpcWeb) Descriptor() ([]byte, []int)deprecated
- func (m *GrpcWeb) Equal(that interface{}) bool
- func (x *GrpcWeb) GetDisable() bool
- func (m *GrpcWeb) Hash(hasher hash.Hash64) (uint64, error)
- func (*GrpcWeb) ProtoMessage()
- func (x *GrpcWeb) ProtoReflect() protoreflect.Message
- func (x *GrpcWeb) Reset()
- func (x *GrpcWeb) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_solo_io_gloo_projects_gloo_api_v1_options_grpc_web_grpc_web_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GrpcWeb ¶
type GrpcWeb struct { // Disable grpc web support. Disable bool `protobuf:"varint,1,opt,name=disable,proto3" json:"disable,omitempty"` // contains filtered or unexported fields }
GrpcWeb support is enabled be default. Use this extension to disable it.
func (*GrpcWeb) Descriptor
deprecated
func (*GrpcWeb) GetDisable ¶
func (*GrpcWeb) ProtoMessage ¶
func (*GrpcWeb) ProtoMessage()
func (*GrpcWeb) ProtoReflect ¶ added in v1.6.0
func (x *GrpcWeb) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.