Documentation ¶
Index ¶
- Variables
- type Array
- type Bool
- type Data
- func (*Data) Descriptor() ([]byte, []int)deprecated
- func (x *Data) GetComments() []string
- func (x *Data) GetFields() []*Field
- func (x *Data) GetMetadata() []*Metadata
- func (x *Data) GetName() string
- func (x *Data) GetPos() *Position
- func (*Data) ProtoMessage()
- func (x *Data) ProtoReflect() protoreflect.Message
- func (x *Data) Reset()
- func (x *Data) String() string
- type DataRef
- func (*DataRef) Descriptor() ([]byte, []int)deprecated
- func (x *DataRef) GetModule() string
- func (x *DataRef) GetName() string
- func (x *DataRef) GetPos() *Position
- func (*DataRef) ProtoMessage()
- func (x *DataRef) ProtoReflect() protoreflect.Message
- func (x *DataRef) Reset()
- func (x *DataRef) String() string
- type Decl
- type Decl_Data
- type Decl_Verb
- type Field
- func (*Field) Descriptor() ([]byte, []int)deprecated
- func (x *Field) GetComments() []string
- func (x *Field) GetName() string
- func (x *Field) GetPos() *Position
- func (x *Field) GetType() *Type
- func (*Field) ProtoMessage()
- func (x *Field) ProtoReflect() protoreflect.Message
- func (x *Field) Reset()
- func (x *Field) String() string
- type Float
- type Int
- type IsDeclValue
- type IsMetadataValue
- type IsTypeValue
- type Map
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetCalls() *MetadataCalls
- func (x *Metadata) GetIngress() *MetadataIngress
- func (m *Metadata) GetValue() isMetadata_Value
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
- type MetadataCalls
- func (*MetadataCalls) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataCalls) GetCalls() []*VerbRef
- func (x *MetadataCalls) GetPos() *Position
- func (*MetadataCalls) ProtoMessage()
- func (x *MetadataCalls) ProtoReflect() protoreflect.Message
- func (x *MetadataCalls) Reset()
- func (x *MetadataCalls) String() string
- type MetadataIngress
- func (*MetadataIngress) Descriptor() ([]byte, []int)deprecated
- func (x *MetadataIngress) GetMethod() string
- func (x *MetadataIngress) GetPath() string
- func (x *MetadataIngress) GetPos() *Position
- func (*MetadataIngress) ProtoMessage()
- func (x *MetadataIngress) ProtoReflect() protoreflect.Message
- func (x *MetadataIngress) Reset()
- func (x *MetadataIngress) String() string
- type Metadata_Calls
- type Metadata_Ingress
- type Module
- func (*Module) Descriptor() ([]byte, []int)deprecated
- func (x *Module) GetComments() []string
- func (x *Module) GetDecls() []*Decl
- func (x *Module) GetName() string
- func (x *Module) GetPos() *Position
- func (x *Module) GetRuntime() *ModuleRuntime
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
- type ModuleRuntime
- func (*ModuleRuntime) Descriptor() ([]byte, []int)deprecated
- func (x *ModuleRuntime) GetCreateTime() *timestamppb.Timestamp
- func (x *ModuleRuntime) GetLanguage() string
- func (x *ModuleRuntime) GetMinReplicas() int32
- func (*ModuleRuntime) ProtoMessage()
- func (x *ModuleRuntime) ProtoReflect() protoreflect.Message
- func (x *ModuleRuntime) Reset()
- func (x *ModuleRuntime) String() string
- type Optional
- type Position
- func (*Position) Descriptor() ([]byte, []int)deprecated
- func (x *Position) GetColumn() int64
- func (x *Position) GetFilename() string
- func (x *Position) GetLine() int64
- func (*Position) ProtoMessage()
- func (x *Position) ProtoReflect() protoreflect.Message
- func (x *Position) Reset()
- func (x *Position) String() string
- type Schema
- type Status
- type String
- type Time
- type Type
- func (*Type) Descriptor() ([]byte, []int)deprecated
- func (x *Type) GetArray() *Array
- func (x *Type) GetBool() *Bool
- func (x *Type) GetDataRef() *DataRef
- func (x *Type) GetFloat() *Float
- func (x *Type) GetInt() *Int
- func (x *Type) GetMap() *Map
- func (x *Type) GetOptional() *Optional
- func (x *Type) GetString_() *String
- func (x *Type) GetTime() *Time
- func (m *Type) GetValue() isType_Value
- func (*Type) ProtoMessage()
- func (x *Type) ProtoReflect() protoreflect.Message
- func (x *Type) Reset()
- func (x *Type) String() string
- type Type_Array
- type Type_Bool
- type Type_DataRef
- type Type_Float
- type Type_Int
- type Type_Map
- type Type_Optional
- type Type_String_
- type Type_Time
- type Verb
- func (*Verb) Descriptor() ([]byte, []int)deprecated
- func (x *Verb) GetComments() []string
- func (x *Verb) GetMetadata() []*Metadata
- func (x *Verb) GetName() string
- func (x *Verb) GetPos() *Position
- func (x *Verb) GetRequest() *DataRef
- func (x *Verb) GetResponse() *DataRef
- func (x *Verb) GetRuntime() *VerbRuntime
- func (*Verb) ProtoMessage()
- func (x *Verb) ProtoReflect() protoreflect.Message
- func (x *Verb) Reset()
- func (x *Verb) String() string
- type VerbRef
- func (*VerbRef) Descriptor() ([]byte, []int)deprecated
- func (x *VerbRef) GetModule() string
- func (x *VerbRef) GetName() string
- func (x *VerbRef) GetPos() *Position
- func (*VerbRef) ProtoMessage()
- func (x *VerbRef) ProtoReflect() protoreflect.Message
- func (x *VerbRef) Reset()
- func (x *VerbRef) String() string
- func (v *VerbRef) ToFTL() string
- type VerbRuntime
- func (*VerbRuntime) Descriptor() ([]byte, []int)deprecated
- func (x *VerbRuntime) GetCreateTime() *timestamppb.Timestamp
- func (x *VerbRuntime) GetStartTime() *timestamppb.Timestamp
- func (x *VerbRuntime) GetStatus() Status
- func (*VerbRuntime) ProtoMessage()
- func (x *VerbRuntime) ProtoReflect() protoreflect.Message
- func (x *VerbRuntime) Reset()
- func (x *VerbRuntime) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Status_name = map[int32]string{ 0: "OFFLINE", 1: "STARTING", 2: "ONLINE", 3: "STOPPING", 4: "STOPPED", 5: "ERRORED", } Status_value = map[string]int32{ "OFFLINE": 0, "STARTING": 1, "ONLINE": 2, "STOPPING": 3, "STOPPED": 4, "ERRORED": 5, } )
Enum value maps for Status.
View Source
var File_xyz_block_ftl_v1_schema_runtime_proto protoreflect.FileDescriptor
View Source
var File_xyz_block_ftl_v1_schema_schema_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Array ¶
type Array struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Element *Type `protobuf:"bytes,2,opt,name=element,proto3" json:"element,omitempty"` // contains filtered or unexported fields }
func (*Array) Descriptor
deprecated
func (*Array) GetElement ¶
func (*Array) ProtoMessage ¶
func (*Array) ProtoMessage()
func (*Array) ProtoReflect ¶
func (x *Array) ProtoReflect() protoreflect.Message
type Bool ¶
type Bool struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` // contains filtered or unexported fields }
func (*Bool) Descriptor
deprecated
func (*Bool) ProtoMessage ¶
func (*Bool) ProtoMessage()
func (*Bool) ProtoReflect ¶
func (x *Bool) ProtoReflect() protoreflect.Message
type Data ¶
type Data struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Fields []*Field `protobuf:"bytes,3,rep,name=fields,proto3" json:"fields,omitempty"` Metadata []*Metadata `protobuf:"bytes,4,rep,name=metadata,proto3" json:"metadata,omitempty"` Comments []string `protobuf:"bytes,5,rep,name=comments,proto3" json:"comments,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) GetComments ¶
func (*Data) GetMetadata ¶
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type DataRef ¶
type DataRef struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Module string `protobuf:"bytes,3,opt,name=module,proto3" json:"module,omitempty"` // contains filtered or unexported fields }
func (*DataRef) Descriptor
deprecated
func (*DataRef) ProtoMessage ¶
func (*DataRef) ProtoMessage()
func (*DataRef) ProtoReflect ¶
func (x *DataRef) ProtoReflect() protoreflect.Message
type Decl ¶
type Decl struct { // Types that are assignable to Value: // // *Decl_Data // *Decl_Verb Value isDecl_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*Decl) Descriptor
deprecated
func (*Decl) ProtoMessage ¶
func (*Decl) ProtoMessage()
func (*Decl) ProtoReflect ¶
func (x *Decl) ProtoReflect() protoreflect.Message
type Decl_Data ¶
type Decl_Data struct {
Data *Data `protobuf:"bytes,1,opt,name=data,proto3,oneof"`
}
type Decl_Verb ¶
type Decl_Verb struct {
Verb *Verb `protobuf:"bytes,2,opt,name=verb,proto3,oneof"`
}
type Field ¶
type Field struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Comments []string `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"` Type *Type `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Field) Descriptor
deprecated
func (*Field) GetComments ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) ProtoReflect ¶
func (x *Field) ProtoReflect() protoreflect.Message
type Float ¶
type Float struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` // contains filtered or unexported fields }
func (*Float) Descriptor
deprecated
func (*Float) ProtoMessage ¶
func (*Float) ProtoMessage()
func (*Float) ProtoReflect ¶
func (x *Float) ProtoReflect() protoreflect.Message
type Int ¶
type Int struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` // contains filtered or unexported fields }
func (*Int) Descriptor
deprecated
func (*Int) ProtoMessage ¶
func (*Int) ProtoMessage()
func (*Int) ProtoReflect ¶
func (x *Int) ProtoReflect() protoreflect.Message
type IsDeclValue ¶
type IsDeclValue = isDecl_Value
type IsMetadataValue ¶
type IsMetadataValue = isMetadata_Value
type IsTypeValue ¶
type IsTypeValue = isType_Value
type Map ¶
type Map struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Key *Type `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Value *Type `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Map) Descriptor
deprecated
func (*Map) ProtoMessage ¶
func (*Map) ProtoMessage()
func (*Map) ProtoReflect ¶
func (x *Map) ProtoReflect() protoreflect.Message
type Metadata ¶
type Metadata struct { // Types that are assignable to Value: // // *Metadata_Calls // *Metadata_Ingress Value isMetadata_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetCalls ¶
func (x *Metadata) GetCalls() *MetadataCalls
func (*Metadata) GetIngress ¶
func (x *Metadata) GetIngress() *MetadataIngress
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
type MetadataCalls ¶
type MetadataCalls struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Calls []*VerbRef `protobuf:"bytes,2,rep,name=calls,proto3" json:"calls,omitempty"` // contains filtered or unexported fields }
func (*MetadataCalls) Descriptor
deprecated
func (*MetadataCalls) Descriptor() ([]byte, []int)
Deprecated: Use MetadataCalls.ProtoReflect.Descriptor instead.
func (*MetadataCalls) GetCalls ¶
func (x *MetadataCalls) GetCalls() []*VerbRef
func (*MetadataCalls) GetPos ¶
func (x *MetadataCalls) GetPos() *Position
func (*MetadataCalls) ProtoMessage ¶
func (*MetadataCalls) ProtoMessage()
func (*MetadataCalls) ProtoReflect ¶
func (x *MetadataCalls) ProtoReflect() protoreflect.Message
func (*MetadataCalls) Reset ¶
func (x *MetadataCalls) Reset()
func (*MetadataCalls) String ¶
func (x *MetadataCalls) String() string
type MetadataIngress ¶
type MetadataIngress struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*MetadataIngress) Descriptor
deprecated
func (*MetadataIngress) Descriptor() ([]byte, []int)
Deprecated: Use MetadataIngress.ProtoReflect.Descriptor instead.
func (*MetadataIngress) GetMethod ¶
func (x *MetadataIngress) GetMethod() string
func (*MetadataIngress) GetPath ¶
func (x *MetadataIngress) GetPath() string
func (*MetadataIngress) GetPos ¶
func (x *MetadataIngress) GetPos() *Position
func (*MetadataIngress) ProtoMessage ¶
func (*MetadataIngress) ProtoMessage()
func (*MetadataIngress) ProtoReflect ¶
func (x *MetadataIngress) ProtoReflect() protoreflect.Message
func (*MetadataIngress) Reset ¶
func (x *MetadataIngress) Reset()
func (*MetadataIngress) String ¶
func (x *MetadataIngress) String() string
type Metadata_Calls ¶
type Metadata_Calls struct {
Calls *MetadataCalls `protobuf:"bytes,1,opt,name=calls,proto3,oneof"`
}
type Metadata_Ingress ¶
type Metadata_Ingress struct {
Ingress *MetadataIngress `protobuf:"bytes,2,opt,name=ingress,proto3,oneof"`
}
type Module ¶
type Module struct { Runtime *ModuleRuntime `protobuf:"bytes,31634,opt,name=runtime,proto3,oneof" json:"runtime,omitempty"` Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Comments []string `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"` Decls []*Decl `protobuf:"bytes,4,rep,name=decls,proto3" json:"decls,omitempty"` // contains filtered or unexported fields }
func (*Module) Descriptor
deprecated
func (*Module) GetComments ¶
func (*Module) GetRuntime ¶
func (x *Module) GetRuntime() *ModuleRuntime
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
type ModuleRuntime ¶
type ModuleRuntime struct { CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"` MinReplicas int32 `protobuf:"varint,3,opt,name=min_replicas,json=minReplicas,proto3" json:"min_replicas,omitempty"` // contains filtered or unexported fields }
func (*ModuleRuntime) Descriptor
deprecated
func (*ModuleRuntime) Descriptor() ([]byte, []int)
Deprecated: Use ModuleRuntime.ProtoReflect.Descriptor instead.
func (*ModuleRuntime) GetCreateTime ¶
func (x *ModuleRuntime) GetCreateTime() *timestamppb.Timestamp
func (*ModuleRuntime) GetLanguage ¶
func (x *ModuleRuntime) GetLanguage() string
func (*ModuleRuntime) GetMinReplicas ¶
func (x *ModuleRuntime) GetMinReplicas() int32
func (*ModuleRuntime) ProtoMessage ¶
func (*ModuleRuntime) ProtoMessage()
func (*ModuleRuntime) ProtoReflect ¶
func (x *ModuleRuntime) ProtoReflect() protoreflect.Message
func (*ModuleRuntime) Reset ¶
func (x *ModuleRuntime) Reset()
func (*ModuleRuntime) String ¶
func (x *ModuleRuntime) String() string
type Optional ¶ added in v0.78.0
type Optional struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Type *Type `protobuf:"bytes,2,opt,name=type,proto3,oneof" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Optional) Descriptor
deprecated
added in
v0.78.0
func (*Optional) ProtoMessage ¶ added in v0.78.0
func (*Optional) ProtoMessage()
func (*Optional) ProtoReflect ¶ added in v0.78.0
func (x *Optional) ProtoReflect() protoreflect.Message
type Position ¶
type Position struct { Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"` Line int64 `protobuf:"varint,2,opt,name=line,proto3" json:"line,omitempty"` Column int64 `protobuf:"varint,3,opt,name=column,proto3" json:"column,omitempty"` // contains filtered or unexported fields }
func (*Position) Descriptor
deprecated
func (*Position) GetFilename ¶
func (*Position) ProtoMessage ¶
func (*Position) ProtoMessage()
func (*Position) ProtoReflect ¶
func (x *Position) ProtoReflect() protoreflect.Message
type Schema ¶
type Schema struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Modules []*Module `protobuf:"bytes,2,rep,name=modules,proto3" json:"modules,omitempty"` // contains filtered or unexported fields }
func (*Schema) Descriptor
deprecated
func (*Schema) GetModules ¶
func (*Schema) ProtoMessage ¶
func (*Schema) ProtoMessage()
func (*Schema) ProtoReflect ¶
func (x *Schema) ProtoReflect() protoreflect.Message
type Status ¶
type Status int32
func (Status) Descriptor ¶
func (Status) Descriptor() protoreflect.EnumDescriptor
func (Status) EnumDescriptor
deprecated
func (Status) Number ¶
func (x Status) Number() protoreflect.EnumNumber
func (Status) Type ¶
func (Status) Type() protoreflect.EnumType
type String ¶
type String struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` // contains filtered or unexported fields }
func (*String) Descriptor
deprecated
func (*String) ProtoMessage ¶
func (*String) ProtoMessage()
func (*String) ProtoReflect ¶
func (x *String) ProtoReflect() protoreflect.Message
type Time ¶
type Time struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` // contains filtered or unexported fields }
func (*Time) Descriptor
deprecated
func (*Time) ProtoMessage ¶
func (*Time) ProtoMessage()
func (*Time) ProtoReflect ¶
func (x *Time) ProtoReflect() protoreflect.Message
type Type ¶
type Type struct { // Types that are assignable to Value: // // *Type_Int // *Type_Float // *Type_String_ // *Type_Bool // *Type_Time // *Type_Array // *Type_Map // *Type_DataRef // *Type_Optional Value isType_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*Type) Descriptor
deprecated
func (*Type) GetDataRef ¶
func (*Type) GetOptional ¶ added in v0.78.0
func (*Type) GetString_ ¶
func (*Type) ProtoMessage ¶
func (*Type) ProtoMessage()
func (*Type) ProtoReflect ¶
func (x *Type) ProtoReflect() protoreflect.Message
type Type_Array ¶
type Type_Array struct {
Array *Array `protobuf:"bytes,6,opt,name=array,proto3,oneof"`
}
type Type_Bool ¶
type Type_Bool struct {
Bool *Bool `protobuf:"bytes,4,opt,name=bool,proto3,oneof"`
}
type Type_DataRef ¶
type Type_DataRef struct {
DataRef *DataRef `protobuf:"bytes,8,opt,name=dataRef,proto3,oneof"`
}
type Type_Float ¶
type Type_Float struct {
Float *Float `protobuf:"bytes,2,opt,name=float,proto3,oneof"`
}
type Type_Optional ¶ added in v0.78.0
type Type_Optional struct {
Optional *Optional `protobuf:"bytes,9,opt,name=optional,proto3,oneof"`
}
type Type_String_ ¶
type Type_String_ struct {
String_ *String `protobuf:"bytes,3,opt,name=string,proto3,oneof"`
}
type Type_Time ¶
type Type_Time struct {
Time *Time `protobuf:"bytes,5,opt,name=time,proto3,oneof"`
}
type Verb ¶
type Verb struct { Runtime *VerbRuntime `protobuf:"bytes,31634,opt,name=runtime,proto3,oneof" json:"runtime,omitempty"` Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Comments []string `protobuf:"bytes,3,rep,name=comments,proto3" json:"comments,omitempty"` Request *DataRef `protobuf:"bytes,4,opt,name=request,proto3" json:"request,omitempty"` Response *DataRef `protobuf:"bytes,5,opt,name=response,proto3" json:"response,omitempty"` Metadata []*Metadata `protobuf:"bytes,6,rep,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*Verb) Descriptor
deprecated
func (*Verb) GetComments ¶
func (*Verb) GetMetadata ¶
func (*Verb) GetRequest ¶
func (*Verb) GetResponse ¶
func (*Verb) GetRuntime ¶
func (x *Verb) GetRuntime() *VerbRuntime
func (*Verb) ProtoMessage ¶
func (*Verb) ProtoMessage()
func (*Verb) ProtoReflect ¶
func (x *Verb) ProtoReflect() protoreflect.Message
type VerbRef ¶
type VerbRef struct { Pos *Position `protobuf:"bytes,1,opt,name=pos,proto3,oneof" json:"pos,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Module string `protobuf:"bytes,3,opt,name=module,proto3" json:"module,omitempty"` // contains filtered or unexported fields }
func (*VerbRef) Descriptor
deprecated
func (*VerbRef) ProtoMessage ¶
func (*VerbRef) ProtoMessage()
func (*VerbRef) ProtoReflect ¶
func (x *VerbRef) ProtoReflect() protoreflect.Message
type VerbRuntime ¶
type VerbRuntime struct { CreateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` Status Status `protobuf:"varint,3,opt,name=status,proto3,enum=xyz.block.ftl.v1.schema.Status" json:"status,omitempty"` // contains filtered or unexported fields }
func (*VerbRuntime) Descriptor
deprecated
func (*VerbRuntime) Descriptor() ([]byte, []int)
Deprecated: Use VerbRuntime.ProtoReflect.Descriptor instead.
func (*VerbRuntime) GetCreateTime ¶
func (x *VerbRuntime) GetCreateTime() *timestamppb.Timestamp
func (*VerbRuntime) GetStartTime ¶
func (x *VerbRuntime) GetStartTime() *timestamppb.Timestamp
func (*VerbRuntime) GetStatus ¶
func (x *VerbRuntime) GetStatus() Status
func (*VerbRuntime) ProtoMessage ¶
func (*VerbRuntime) ProtoMessage()
func (*VerbRuntime) ProtoReflect ¶
func (x *VerbRuntime) ProtoReflect() protoreflect.Message
func (*VerbRuntime) Reset ¶
func (x *VerbRuntime) Reset()
func (*VerbRuntime) String ¶
func (x *VerbRuntime) String() string
Click to show internal directories.
Click to hide internal directories.