Documentation ¶
Index ¶
- Variables
- type Artifact
- func (*Artifact) Descriptor() ([]byte, []int)deprecated
- func (x *Artifact) GetCompiledData() map[string][]byte
- func (x *Artifact) GetExports() []*Export
- func (x *Artifact) GetRequirements() []*Requirement
- func (*Artifact) ProtoMessage()
- func (x *Artifact) ProtoReflect() protoreflect.Message
- func (x *Artifact) Reset()
- func (x *Artifact) String() string
- type BuildRequest
- func (*BuildRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BuildRequest) GetMemo() map[string]string
- func (x *BuildRequest) GetResources() map[string][]byte
- func (x *BuildRequest) GetSymbols() []string
- func (*BuildRequest) ProtoMessage()
- func (x *BuildRequest) ProtoReflect() protoreflect.Message
- func (x *BuildRequest) Reset()
- func (x *BuildRequest) String() string
- type BuildResponse
- func (*BuildResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BuildResponse) GetArtifact() []byte
- func (x *BuildResponse) GetError() *v1.Error
- func (*BuildResponse) ProtoMessage()
- func (x *BuildResponse) ProtoReflect() protoreflect.Message
- func (x *BuildResponse) Reset()
- func (x *BuildResponse) String() string
- type DescribeRequest
- type DescribeResponse
- type Export
- type ListRequest
- type ListResponse
- type Requirement
- func (*Requirement) Descriptor() ([]byte, []int)deprecated
- func (x *Requirement) GetLocation() *v1.CodeLocation
- func (x *Requirement) GetSymbol() string
- func (x *Requirement) GetUrl() string
- func (*Requirement) ProtoMessage()
- func (x *Requirement) ProtoReflect() protoreflect.Message
- func (x *Requirement) Reset()
- func (x *Requirement) String() string
- type RunRequest
- func (*RunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RunRequest) GetArtifact() []byte
- func (x *RunRequest) GetGlobals() map[string]*v11.Value
- func (x *RunRequest) GetPath() string
- func (x *RunRequest) GetRunId() string
- func (*RunRequest) ProtoMessage()
- func (x *RunRequest) ProtoReflect() protoreflect.Message
- func (x *RunRequest) Reset()
- func (x *RunRequest) String() string
- type RunResponse
- func (*RunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RunResponse) GetError() *v1.Error
- func (x *RunResponse) GetPrint() string
- func (x *RunResponse) GetResult() map[string]*v11.Value
- func (*RunResponse) ProtoMessage()
- func (x *RunResponse) ProtoReflect() protoreflect.Message
- func (x *RunResponse) Reset()
- func (x *RunResponse) String() string
- type Runtime
Constants ¶
This section is empty.
Variables ¶
View Source
var File_autokitteh_runtimes_v1_build_proto protoreflect.FileDescriptor
View Source
var File_autokitteh_runtimes_v1_runtime_proto protoreflect.FileDescriptor
View Source
var File_autokitteh_runtimes_v1_svc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Artifact ¶ added in v0.3.0
type Artifact struct { Requirements []*Requirement `protobuf:"bytes,1,rep,name=requirements,proto3" json:"requirements,omitempty"` Exports []*Export `protobuf:"bytes,2,rep,name=exports,proto3" json:"exports,omitempty"` // Runtime specific build output. This essentialy the "executable". // Map structure for convenience. Intended to use as a filesystem - // each entry will be stored as a different file in a persistent store. // This means that each key must be a relative path, no '..' or '.' allowed. CompiledData map[string][]byte `` /* 185-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Artifact) Descriptor
deprecated
added in
v0.3.0
func (*Artifact) GetCompiledData ¶ added in v0.3.0
func (*Artifact) GetExports ¶ added in v0.3.0
func (*Artifact) GetRequirements ¶ added in v0.3.0
func (x *Artifact) GetRequirements() []*Requirement
func (*Artifact) ProtoMessage ¶ added in v0.3.0
func (*Artifact) ProtoMessage()
func (*Artifact) ProtoReflect ¶ added in v0.3.0
func (x *Artifact) ProtoReflect() protoreflect.Message
type BuildRequest ¶
type BuildRequest struct { Resources map[string][]byte `` /* 159-byte string literal not displayed */ Symbols []string `protobuf:"bytes,2,rep,name=symbols,proto3" json:"symbols,omitempty"` Memo map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BuildRequest) Descriptor
deprecated
func (*BuildRequest) Descriptor() ([]byte, []int)
Deprecated: Use BuildRequest.ProtoReflect.Descriptor instead.
func (*BuildRequest) GetMemo ¶ added in v0.2.0
func (x *BuildRequest) GetMemo() map[string]string
func (*BuildRequest) GetResources ¶ added in v0.2.0
func (x *BuildRequest) GetResources() map[string][]byte
func (*BuildRequest) GetSymbols ¶ added in v0.2.0
func (x *BuildRequest) GetSymbols() []string
func (*BuildRequest) ProtoMessage ¶
func (*BuildRequest) ProtoMessage()
func (*BuildRequest) ProtoReflect ¶
func (x *BuildRequest) ProtoReflect() protoreflect.Message
func (*BuildRequest) Reset ¶
func (x *BuildRequest) Reset()
func (*BuildRequest) String ¶
func (x *BuildRequest) String() string
type BuildResponse ¶
type BuildResponse struct { Artifact []byte `protobuf:"bytes,1,opt,name=artifact,proto3" json:"artifact,omitempty"` Error *v1.Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*BuildResponse) Descriptor
deprecated
func (*BuildResponse) Descriptor() ([]byte, []int)
Deprecated: Use BuildResponse.ProtoReflect.Descriptor instead.
func (*BuildResponse) GetArtifact ¶ added in v0.2.0
func (x *BuildResponse) GetArtifact() []byte
func (*BuildResponse) GetError ¶
func (x *BuildResponse) GetError() *v1.Error
func (*BuildResponse) ProtoMessage ¶
func (*BuildResponse) ProtoMessage()
func (*BuildResponse) ProtoReflect ¶
func (x *BuildResponse) ProtoReflect() protoreflect.Message
func (*BuildResponse) Reset ¶
func (x *BuildResponse) Reset()
func (*BuildResponse) String ¶
func (x *BuildResponse) String() string
type DescribeRequest ¶
type DescribeRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DescribeRequest) Descriptor
deprecated
func (*DescribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use DescribeRequest.ProtoReflect.Descriptor instead.
func (*DescribeRequest) GetName ¶
func (x *DescribeRequest) GetName() string
func (*DescribeRequest) ProtoMessage ¶
func (*DescribeRequest) ProtoMessage()
func (*DescribeRequest) ProtoReflect ¶
func (x *DescribeRequest) ProtoReflect() protoreflect.Message
func (*DescribeRequest) Reset ¶
func (x *DescribeRequest) Reset()
func (*DescribeRequest) String ¶
func (x *DescribeRequest) String() string
type DescribeResponse ¶
type DescribeResponse struct { Runtime *Runtime `protobuf:"bytes,1,opt,name=runtime,proto3" json:"runtime,omitempty"` // empty if not found. // contains filtered or unexported fields }
func (*DescribeResponse) Descriptor
deprecated
func (*DescribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use DescribeResponse.ProtoReflect.Descriptor instead.
func (*DescribeResponse) GetRuntime ¶
func (x *DescribeResponse) GetRuntime() *Runtime
func (*DescribeResponse) ProtoMessage ¶
func (*DescribeResponse) ProtoMessage()
func (*DescribeResponse) ProtoReflect ¶
func (x *DescribeResponse) ProtoReflect() protoreflect.Message
func (*DescribeResponse) Reset ¶
func (x *DescribeResponse) Reset()
func (*DescribeResponse) String ¶
func (x *DescribeResponse) String() string
type Export ¶
type Export struct { Location *v1.CodeLocation `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` // where the export is coming from. Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` // contains filtered or unexported fields }
func (*Export) Descriptor
deprecated
func (*Export) GetLocation ¶
func (x *Export) GetLocation() *v1.CodeLocation
func (*Export) ProtoMessage ¶
func (*Export) ProtoMessage()
func (*Export) ProtoReflect ¶
func (x *Export) ProtoReflect() protoreflect.Message
type ListRequest ¶
type ListRequest struct {
// contains filtered or unexported fields
}
func (*ListRequest) Descriptor
deprecated
func (*ListRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.
func (*ListRequest) ProtoMessage ¶
func (*ListRequest) ProtoMessage()
func (*ListRequest) ProtoReflect ¶
func (x *ListRequest) ProtoReflect() protoreflect.Message
func (*ListRequest) Reset ¶
func (x *ListRequest) Reset()
func (*ListRequest) String ¶
func (x *ListRequest) String() string
type ListResponse ¶
type ListResponse struct { Runtimes []*Runtime `protobuf:"bytes,1,rep,name=runtimes,proto3" json:"runtimes,omitempty"` // contains filtered or unexported fields }
func (*ListResponse) Descriptor
deprecated
func (*ListResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.
func (*ListResponse) GetRuntimes ¶
func (x *ListResponse) GetRuntimes() []*Runtime
func (*ListResponse) ProtoMessage ¶
func (*ListResponse) ProtoMessage()
func (*ListResponse) ProtoReflect ¶
func (x *ListResponse) ProtoReflect() protoreflect.Message
func (*ListResponse) Reset ¶
func (x *ListResponse) Reset()
func (*ListResponse) String ¶
func (x *ListResponse) String() string
type Requirement ¶
type Requirement struct { Location *v1.CodeLocation `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"` // where the requirement is coming from. Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"` // contains filtered or unexported fields }
func (*Requirement) Descriptor
deprecated
func (*Requirement) Descriptor() ([]byte, []int)
Deprecated: Use Requirement.ProtoReflect.Descriptor instead.
func (*Requirement) GetLocation ¶
func (x *Requirement) GetLocation() *v1.CodeLocation
func (*Requirement) GetSymbol ¶
func (x *Requirement) GetSymbol() string
func (*Requirement) GetUrl ¶
func (x *Requirement) GetUrl() string
func (*Requirement) ProtoMessage ¶
func (*Requirement) ProtoMessage()
func (*Requirement) ProtoReflect ¶
func (x *Requirement) ProtoReflect() protoreflect.Message
func (*Requirement) Reset ¶
func (x *Requirement) Reset()
func (*Requirement) String ¶
func (x *Requirement) String() string
type RunRequest ¶
type RunRequest struct { RunId string `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` Artifact []byte `protobuf:"bytes,2,opt,name=artifact,proto3" json:"artifact,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` Globals map[string]*v11.Value `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RunRequest) Descriptor
deprecated
func (*RunRequest) Descriptor() ([]byte, []int)
Deprecated: Use RunRequest.ProtoReflect.Descriptor instead.
func (*RunRequest) GetArtifact ¶ added in v0.2.0
func (x *RunRequest) GetArtifact() []byte
func (*RunRequest) GetGlobals ¶ added in v0.2.0
func (x *RunRequest) GetGlobals() map[string]*v11.Value
func (*RunRequest) GetPath ¶ added in v0.2.0
func (x *RunRequest) GetPath() string
func (*RunRequest) GetRunId ¶ added in v0.2.0
func (x *RunRequest) GetRunId() string
func (*RunRequest) ProtoMessage ¶
func (*RunRequest) ProtoMessage()
func (*RunRequest) ProtoReflect ¶
func (x *RunRequest) ProtoReflect() protoreflect.Message
func (*RunRequest) Reset ¶
func (x *RunRequest) Reset()
func (*RunRequest) String ¶
func (x *RunRequest) String() string
type RunResponse ¶
type RunResponse struct { // either of Print string `protobuf:"bytes,1,opt,name=print,proto3" json:"print,omitempty"` Error *v1.Error `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` Result map[string]*v11.Value `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RunResponse) Descriptor
deprecated
func (*RunResponse) Descriptor() ([]byte, []int)
Deprecated: Use RunResponse.ProtoReflect.Descriptor instead.
func (*RunResponse) GetError ¶ added in v0.2.0
func (x *RunResponse) GetError() *v1.Error
func (*RunResponse) GetPrint ¶ added in v0.2.0
func (x *RunResponse) GetPrint() string
func (*RunResponse) GetResult ¶ added in v0.2.0
func (x *RunResponse) GetResult() map[string]*v11.Value
func (*RunResponse) ProtoMessage ¶
func (*RunResponse) ProtoMessage()
func (*RunResponse) ProtoReflect ¶
func (x *RunResponse) ProtoReflect() protoreflect.Message
func (*RunResponse) Reset ¶
func (x *RunResponse) Reset()
func (*RunResponse) String ¶
func (x *RunResponse) String() string
type Runtime ¶
type Runtime struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` FileExtensions []string `protobuf:"bytes,2,rep,name=file_extensions,json=fileExtensions,proto3" json:"file_extensions,omitempty"` // contains filtered or unexported fields }
func (*Runtime) Descriptor
deprecated
func (*Runtime) GetFileExtensions ¶
func (*Runtime) ProtoMessage ¶
func (*Runtime) ProtoMessage()
func (*Runtime) ProtoReflect ¶
func (x *Runtime) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.