Documentation
¶
Index ¶
- Variables
- type Action
- type DictValue
- type KeyValue
- type ListValue
- type ModuleDescriptor
- func (*ModuleDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *ModuleDescriptor) GetActions() []*Action
- func (x *ModuleDescriptor) GetDescriptorSet() *descriptorpb.FileDescriptorSet
- func (x *ModuleDescriptor) GetVars() []*Var
- func (*ModuleDescriptor) ProtoMessage()
- func (x *ModuleDescriptor) ProtoReflect() protoreflect.Message
- func (x *ModuleDescriptor) Reset()
- func (x *ModuleDescriptor) String() string
- type NamedValue
- type NoneValue
- type SetValue
- type TupleValue
- type Value
- func (*Value) Descriptor() ([]byte, []int)deprecated
- func (x *Value) GetBoolValue() bool
- func (x *Value) GetBytesValue() []byte
- func (x *Value) GetDictValue() *DictValue
- func (x *Value) GetDurationValue() *durationpb.Duration
- func (x *Value) GetFloatValue() float64
- func (x *Value) GetIntegerValue() int64
- func (x *Value) GetKind() isValue_Kind
- func (x *Value) GetListValue() *ListValue
- func (x *Value) GetMessageValue() *anypb.Any
- func (x *Value) GetNoneValue() NoneValue
- func (x *Value) GetSetValue() *SetValue
- func (x *Value) GetStringValue() string
- func (x *Value) GetTimestampValue() *timestamppb.Timestamp
- func (x *Value) GetTupleValue() *TupleValue
- func (*Value) ProtoMessage()
- func (x *Value) ProtoReflect() protoreflect.Message
- func (x *Value) Reset()
- func (x *Value) String() string
- type Value_BoolValue
- type Value_BytesValue
- type Value_DictValue
- type Value_DurationValue
- type Value_FloatValue
- type Value_IntegerValue
- type Value_ListValue
- type Value_MessageValue
- type Value_NoneValue
- type Value_SetValue
- type Value_StringValue
- type Value_TimestampValue
- type Value_TupleValue
- type Var
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NoneValue_name = map[int32]string{ 0: "NONE_VALUE", } NoneValue_value = map[string]int32{ "NONE_VALUE": 0, } )
Enum value maps for NoneValue.
View Source
var File_pkg_autoflow_module_descriptor_proto protoreflect.FileDescriptor
View Source
var File_pkg_autoflow_value_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*Action) Descriptor
deprecated
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type DictValue ¶
type DictValue struct {
KeyValues []*KeyValue `protobuf:"bytes,1,rep,name=key_values,json=keyValues" json:"key_values,omitempty"`
// contains filtered or unexported fields
}
func (*DictValue) Descriptor
deprecated
func (*DictValue) GetKeyValues ¶
func (*DictValue) ProtoMessage ¶
func (*DictValue) ProtoMessage()
func (*DictValue) ProtoReflect ¶
func (x *DictValue) ProtoReflect() protoreflect.Message
type KeyValue ¶
type KeyValue struct {
Key *Value `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
Val *Value `protobuf:"bytes,2,opt,name=val" json:"val,omitempty"`
// contains filtered or unexported fields
}
func (*KeyValue) Descriptor
deprecated
func (*KeyValue) ProtoMessage ¶
func (*KeyValue) ProtoMessage()
func (*KeyValue) ProtoReflect ¶
func (x *KeyValue) ProtoReflect() protoreflect.Message
type ListValue ¶
type ListValue struct {
Values []*Value `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*ListValue) Descriptor
deprecated
func (*ListValue) ProtoMessage ¶
func (*ListValue) ProtoMessage()
func (*ListValue) ProtoReflect ¶
func (x *ListValue) ProtoReflect() protoreflect.Message
type ModuleDescriptor ¶
type ModuleDescriptor struct {
DescriptorSet *descriptorpb.FileDescriptorSet `protobuf:"bytes,1,opt,name=descriptor_set,json=descriptorSet" json:"descriptor_set,omitempty"`
Vars []*Var `protobuf:"bytes,2,rep,name=vars" json:"vars,omitempty"`
Actions []*Action `protobuf:"bytes,3,rep,name=actions" json:"actions,omitempty"`
// contains filtered or unexported fields
}
func (*ModuleDescriptor) Descriptor
deprecated
func (*ModuleDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use ModuleDescriptor.ProtoReflect.Descriptor instead.
func (*ModuleDescriptor) GetActions ¶
func (x *ModuleDescriptor) GetActions() []*Action
func (*ModuleDescriptor) GetDescriptorSet ¶
func (x *ModuleDescriptor) GetDescriptorSet() *descriptorpb.FileDescriptorSet
func (*ModuleDescriptor) GetVars ¶
func (x *ModuleDescriptor) GetVars() []*Var
func (*ModuleDescriptor) ProtoMessage ¶
func (*ModuleDescriptor) ProtoMessage()
func (*ModuleDescriptor) ProtoReflect ¶
func (x *ModuleDescriptor) ProtoReflect() protoreflect.Message
func (*ModuleDescriptor) Reset ¶
func (x *ModuleDescriptor) Reset()
func (*ModuleDescriptor) String ¶
func (x *ModuleDescriptor) String() string
type NamedValue ¶
type NamedValue struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
Value *Value `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*NamedValue) Descriptor
deprecated
func (*NamedValue) Descriptor() ([]byte, []int)
Deprecated: Use NamedValue.ProtoReflect.Descriptor instead.
func (*NamedValue) GetName ¶
func (x *NamedValue) GetName() string
func (*NamedValue) GetValue ¶
func (x *NamedValue) GetValue() *Value
func (*NamedValue) ProtoMessage ¶
func (*NamedValue) ProtoMessage()
func (*NamedValue) ProtoReflect ¶
func (x *NamedValue) ProtoReflect() protoreflect.Message
func (*NamedValue) Reset ¶
func (x *NamedValue) Reset()
func (*NamedValue) String ¶
func (x *NamedValue) String() string
type NoneValue ¶
type NoneValue int32
const (
NoneValue_NONE_VALUE NoneValue = 0
)
func (NoneValue) Descriptor ¶
func (NoneValue) Descriptor() protoreflect.EnumDescriptor
func (NoneValue) EnumDescriptor
deprecated
func (NoneValue) Number ¶
func (x NoneValue) Number() protoreflect.EnumNumber
func (NoneValue) Type ¶
func (NoneValue) Type() protoreflect.EnumType
type SetValue ¶
type SetValue struct {
Values []*Value `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*SetValue) Descriptor
deprecated
func (*SetValue) ProtoMessage ¶
func (*SetValue) ProtoMessage()
func (*SetValue) ProtoReflect ¶
func (x *SetValue) ProtoReflect() protoreflect.Message
type TupleValue ¶
type TupleValue struct {
Values []*Value `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*TupleValue) Descriptor
deprecated
func (*TupleValue) Descriptor() ([]byte, []int)
Deprecated: Use TupleValue.ProtoReflect.Descriptor instead.
func (*TupleValue) GetValues ¶
func (x *TupleValue) GetValues() []*Value
func (*TupleValue) ProtoMessage ¶
func (*TupleValue) ProtoMessage()
func (*TupleValue) ProtoReflect ¶
func (x *TupleValue) ProtoReflect() protoreflect.Message
func (*TupleValue) Reset ¶
func (x *TupleValue) Reset()
func (*TupleValue) String ¶
func (x *TupleValue) String() string
type Value ¶
type Value struct {
// Types that are valid to be assigned to Kind:
//
// *Value_NoneValue
// *Value_IntegerValue
// *Value_FloatValue
// *Value_StringValue
// *Value_BoolValue
// *Value_BytesValue
// *Value_TimestampValue
// *Value_DurationValue
// *Value_ListValue
// *Value_TupleValue
// *Value_SetValue
// *Value_DictValue
// *Value_MessageValue
Kind isValue_Kind `protobuf_oneof:"kind"`
// contains filtered or unexported fields
}
func (*Value) Descriptor
deprecated
func (*Value) GetBoolValue ¶
func (*Value) GetBytesValue ¶
func (*Value) GetDictValue ¶
func (*Value) GetDurationValue ¶
func (x *Value) GetDurationValue() *durationpb.Duration
func (*Value) GetFloatValue ¶
func (*Value) GetIntegerValue ¶
func (*Value) GetListValue ¶
func (*Value) GetMessageValue ¶
func (*Value) GetNoneValue ¶
func (*Value) GetSetValue ¶
func (*Value) GetStringValue ¶
func (*Value) GetTimestampValue ¶
func (x *Value) GetTimestampValue() *timestamppb.Timestamp
func (*Value) GetTupleValue ¶
func (x *Value) GetTupleValue() *TupleValue
func (*Value) ProtoMessage ¶
func (*Value) ProtoMessage()
func (*Value) ProtoReflect ¶
func (x *Value) ProtoReflect() protoreflect.Message
type Value_BoolValue ¶
type Value_BoolValue struct {
BoolValue bool `protobuf:"varint,5,opt,name=bool_value,json=boolValue,oneof"`
}
type Value_BytesValue ¶
type Value_BytesValue struct {
BytesValue []byte `protobuf:"bytes,6,opt,name=bytes_value,json=bytesValue,oneof"`
}
type Value_DictValue ¶
type Value_DictValue struct {
DictValue *DictValue `protobuf:"bytes,12,opt,name=dict_value,json=dictValue,oneof"`
}
type Value_DurationValue ¶
type Value_DurationValue struct {
DurationValue *durationpb.Duration `protobuf:"bytes,8,opt,name=duration_value,json=durationValue,oneof"`
}
type Value_FloatValue ¶
type Value_FloatValue struct {
FloatValue float64 `protobuf:"fixed64,3,opt,name=float_value,json=floatValue,oneof"`
}
type Value_IntegerValue ¶
type Value_IntegerValue struct {
IntegerValue int64 `protobuf:"varint,2,opt,name=integer_value,json=integerValue,oneof"`
}
type Value_ListValue ¶
type Value_ListValue struct {
ListValue *ListValue `protobuf:"bytes,9,opt,name=list_value,json=listValue,oneof"`
}
type Value_MessageValue ¶
type Value_NoneValue ¶
type Value_NoneValue struct {
NoneValue NoneValue `protobuf:"varint,1,opt,name=none_value,json=noneValue,enum=gitlab.agent.autoflow.NoneValue,oneof"`
}
type Value_SetValue ¶
type Value_SetValue struct {
SetValue *SetValue `protobuf:"bytes,11,opt,name=set_value,json=setValue,oneof"`
}
type Value_StringValue ¶
type Value_StringValue struct {
StringValue string `protobuf:"bytes,4,opt,name=string_value,json=stringValue,oneof"`
}
type Value_TimestampValue ¶
type Value_TimestampValue struct {
TimestampValue *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=timestamp_value,json=timestampValue,oneof"`
}
type Value_TupleValue ¶
type Value_TupleValue struct {
TupleValue *TupleValue `protobuf:"bytes,10,opt,name=tuple_value,json=tupleValue,oneof"`
}
type Var ¶
type Var struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
Value *Value `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
Sensitive bool `protobuf:"varint,3,opt,name=sensitive" json:"sensitive,omitempty"`
// contains filtered or unexported fields
}
func (*Var) Descriptor
deprecated
func (*Var) GetSensitive ¶
func (*Var) ProtoMessage ¶
func (*Var) ProtoMessage()
func (*Var) ProtoReflect ¶
func (x *Var) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.