Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_library_runtime_instances_proto protoreflect.FileDescriptor
View Source
var File_library_runtime_intents_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SecretInstance ¶
type SecretInstance struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*SecretInstance) Descriptor
deprecated
func (*SecretInstance) Descriptor() ([]byte, []int)
Deprecated: Use SecretInstance.ProtoReflect.Descriptor instead.
func (*SecretInstance) GetPath ¶
func (x *SecretInstance) GetPath() string
func (*SecretInstance) ProtoMessage ¶
func (*SecretInstance) ProtoMessage()
func (*SecretInstance) ProtoReflect ¶
func (x *SecretInstance) ProtoReflect() protoreflect.Message
func (*SecretInstance) Reset ¶
func (x *SecretInstance) Reset()
func (*SecretInstance) String ¶
func (x *SecretInstance) String() string
type SecretIntent ¶
type SecretIntent struct { Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*SecretIntent) Descriptor
deprecated
func (*SecretIntent) Descriptor() ([]byte, []int)
Deprecated: Use SecretIntent.ProtoReflect.Descriptor instead.
func (*SecretIntent) GetRef ¶
func (x *SecretIntent) GetRef() string
func (*SecretIntent) ProtoMessage ¶
func (*SecretIntent) ProtoMessage()
func (*SecretIntent) ProtoReflect ¶
func (x *SecretIntent) ProtoReflect() protoreflect.Message
func (*SecretIntent) Reset ¶
func (x *SecretIntent) Reset()
func (*SecretIntent) String ¶
func (x *SecretIntent) String() string
type ServerIntent ¶
type ServerIntent struct { PackageName string `protobuf:"bytes,1,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"` // contains filtered or unexported fields }
func (*ServerIntent) Descriptor
deprecated
func (*ServerIntent) Descriptor() ([]byte, []int)
Deprecated: Use ServerIntent.ProtoReflect.Descriptor instead.
func (*ServerIntent) GetPackageName ¶
func (x *ServerIntent) GetPackageName() string
func (*ServerIntent) ProtoMessage ¶
func (*ServerIntent) ProtoMessage()
func (*ServerIntent) ProtoReflect ¶
func (x *ServerIntent) ProtoReflect() protoreflect.Message
func (*ServerIntent) Reset ¶
func (x *ServerIntent) Reset()
func (*ServerIntent) String ¶
func (x *ServerIntent) String() string
Click to show internal directories.
Click to hide internal directories.