Documentation ¶
Index ¶
- Variables
- type Feature
- type GetFeaturesRequest
- type GetFeaturesResponse
- func (*GetFeaturesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeaturesResponse) GetFeatures() []*Feature
- func (*GetFeaturesResponse) ProtoMessage()
- func (x *GetFeaturesResponse) ProtoReflect() protoreflect.Message
- func (x *GetFeaturesResponse) Reset()
- func (x *GetFeaturesResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_commonfate_control_feature_v1alpha1_feature_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Feature ¶
type Feature struct { // Name of the feature. By convention this is 'snake_case', // for example: "least_privilege_analytics" Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*Feature) Descriptor
deprecated
func (*Feature) GetEnabled ¶
func (*Feature) ProtoMessage ¶
func (*Feature) ProtoMessage()
func (*Feature) ProtoReflect ¶
func (x *Feature) ProtoReflect() protoreflect.Message
type GetFeaturesRequest ¶
type GetFeaturesRequest struct {
// contains filtered or unexported fields
}
func (*GetFeaturesRequest) Descriptor
deprecated
func (*GetFeaturesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFeaturesRequest.ProtoReflect.Descriptor instead.
func (*GetFeaturesRequest) ProtoMessage ¶
func (*GetFeaturesRequest) ProtoMessage()
func (*GetFeaturesRequest) ProtoReflect ¶
func (x *GetFeaturesRequest) ProtoReflect() protoreflect.Message
func (*GetFeaturesRequest) Reset ¶
func (x *GetFeaturesRequest) Reset()
func (*GetFeaturesRequest) String ¶
func (x *GetFeaturesRequest) String() string
type GetFeaturesResponse ¶
type GetFeaturesResponse struct { Features []*Feature `protobuf:"bytes,1,rep,name=features,proto3" json:"features,omitempty"` // contains filtered or unexported fields }
func (*GetFeaturesResponse) Descriptor
deprecated
func (*GetFeaturesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFeaturesResponse.ProtoReflect.Descriptor instead.
func (*GetFeaturesResponse) GetFeatures ¶
func (x *GetFeaturesResponse) GetFeatures() []*Feature
func (*GetFeaturesResponse) ProtoMessage ¶
func (*GetFeaturesResponse) ProtoMessage()
func (*GetFeaturesResponse) ProtoReflect ¶
func (x *GetFeaturesResponse) ProtoReflect() protoreflect.Message
func (*GetFeaturesResponse) Reset ¶
func (x *GetFeaturesResponse) Reset()
func (*GetFeaturesResponse) String ¶
func (x *GetFeaturesResponse) String() string
Click to show internal directories.
Click to hide internal directories.