autoflow

package
v19.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) GetName

func (x *Action) GetName() string

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) ProtoReflect

func (x *Action) ProtoReflect() protoreflect.Message

func (*Action) Reset

func (x *Action) Reset()

func (*Action) String

func (x *Action) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use DictValue.ProtoReflect.Descriptor instead.

func (*DictValue) GetKeyValues

func (x *DictValue) GetKeyValues() []*KeyValue

func (*DictValue) ProtoMessage

func (*DictValue) ProtoMessage()

func (*DictValue) ProtoReflect

func (x *DictValue) ProtoReflect() protoreflect.Message

func (*DictValue) Reset

func (x *DictValue) Reset()

func (*DictValue) String

func (x *DictValue) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use KeyValue.ProtoReflect.Descriptor instead.

func (*KeyValue) GetKey

func (x *KeyValue) GetKey() *Value

func (*KeyValue) GetVal

func (x *KeyValue) GetVal() *Value

func (*KeyValue) ProtoMessage

func (*KeyValue) ProtoMessage()

func (*KeyValue) ProtoReflect

func (x *KeyValue) ProtoReflect() protoreflect.Message

func (*KeyValue) Reset

func (x *KeyValue) Reset()

func (*KeyValue) String

func (x *KeyValue) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ListValue.ProtoReflect.Descriptor instead.

func (*ListValue) GetValues

func (x *ListValue) GetValues() []*Value

func (*ListValue) ProtoMessage

func (*ListValue) ProtoMessage()

func (*ListValue) ProtoReflect

func (x *ListValue) ProtoReflect() protoreflect.Message

func (*ListValue) Reset

func (x *ListValue) Reset()

func (*ListValue) String

func (x *ListValue) String() string

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) Enum

func (x NoneValue) Enum() *NoneValue

func (NoneValue) EnumDescriptor deprecated

func (NoneValue) EnumDescriptor() ([]byte, []int)

Deprecated: Use NoneValue.Descriptor instead.

func (NoneValue) Number

func (x NoneValue) Number() protoreflect.EnumNumber

func (NoneValue) String

func (x NoneValue) String() string

func (NoneValue) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use SetValue.ProtoReflect.Descriptor instead.

func (*SetValue) GetValues

func (x *SetValue) GetValues() []*Value

func (*SetValue) ProtoMessage

func (*SetValue) ProtoMessage()

func (*SetValue) ProtoReflect

func (x *SetValue) ProtoReflect() protoreflect.Message

func (*SetValue) Reset

func (x *SetValue) Reset()

func (*SetValue) String

func (x *SetValue) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetBoolValue

func (x *Value) GetBoolValue() bool

func (*Value) GetBytesValue

func (x *Value) GetBytesValue() []byte

func (*Value) GetDictValue

func (x *Value) GetDictValue() *DictValue

func (*Value) GetDurationValue

func (x *Value) GetDurationValue() *durationpb.Duration

func (*Value) GetFloatValue

func (x *Value) GetFloatValue() float64

func (*Value) GetIntegerValue

func (x *Value) GetIntegerValue() int64

func (*Value) GetKind

func (x *Value) GetKind() isValue_Kind

func (*Value) GetListValue

func (x *Value) GetListValue() *ListValue

func (*Value) GetMessageValue

func (x *Value) GetMessageValue() *anypb.Any

func (*Value) GetNoneValue

func (x *Value) GetNoneValue() NoneValue

func (*Value) GetSetValue

func (x *Value) GetSetValue() *SetValue

func (*Value) GetStringValue

func (x *Value) GetStringValue() string

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

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

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_MessageValue struct {
	MessageValue *anypb.Any `protobuf:"bytes,13,opt,name=message_value,json=messageValue,oneof"`
}

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) Descriptor() ([]byte, []int)

Deprecated: Use Var.ProtoReflect.Descriptor instead.

func (*Var) GetName

func (x *Var) GetName() string

func (*Var) GetSensitive

func (x *Var) GetSensitive() bool

func (*Var) GetValue

func (x *Var) GetValue() *Value

func (*Var) ProtoMessage

func (*Var) ProtoMessage()

func (*Var) ProtoReflect

func (x *Var) ProtoReflect() protoreflect.Message

func (*Var) Reset

func (x *Var) Reset()

func (*Var) String

func (x *Var) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL