Documentation ¶
Index ¶
- Variables
- type GetDeploymentContextRequest
- func (*GetDeploymentContextRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentContextRequest) GetDeployment() string
- func (*GetDeploymentContextRequest) ProtoMessage()
- func (x *GetDeploymentContextRequest) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentContextRequest) Reset()
- func (x *GetDeploymentContextRequest) String() string
- type GetDeploymentContextResponse
- func (*GetDeploymentContextResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentContextResponse) GetConfigs() map[string][]byte
- func (x *GetDeploymentContextResponse) GetDatabases() []*GetDeploymentContextResponse_DSN
- func (x *GetDeploymentContextResponse) GetDeployment() string
- func (x *GetDeploymentContextResponse) GetModule() string
- func (x *GetDeploymentContextResponse) GetRoutes() []*GetDeploymentContextResponse_Route
- func (x *GetDeploymentContextResponse) GetSecrets() map[string][]byte
- func (*GetDeploymentContextResponse) ProtoMessage()
- func (x *GetDeploymentContextResponse) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentContextResponse) Reset()
- func (x *GetDeploymentContextResponse) String() string
- type GetDeploymentContextResponse_DSN
- func (*GetDeploymentContextResponse_DSN) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentContextResponse_DSN) GetDsn() string
- func (x *GetDeploymentContextResponse_DSN) GetName() string
- func (x *GetDeploymentContextResponse_DSN) GetType() GetDeploymentContextResponse_DbType
- func (*GetDeploymentContextResponse_DSN) ProtoMessage()
- func (x *GetDeploymentContextResponse_DSN) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentContextResponse_DSN) Reset()
- func (x *GetDeploymentContextResponse_DSN) String() string
- type GetDeploymentContextResponse_DbType
- func (GetDeploymentContextResponse_DbType) Descriptor() protoreflect.EnumDescriptor
- func (x GetDeploymentContextResponse_DbType) Enum() *GetDeploymentContextResponse_DbType
- func (GetDeploymentContextResponse_DbType) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetDeploymentContextResponse_DbType) Number() protoreflect.EnumNumber
- func (x GetDeploymentContextResponse_DbType) String() string
- func (GetDeploymentContextResponse_DbType) Type() protoreflect.EnumType
- type GetDeploymentContextResponse_Route
- func (*GetDeploymentContextResponse_Route) Descriptor() ([]byte, []int)deprecated
- func (x *GetDeploymentContextResponse_Route) GetModule() string
- func (x *GetDeploymentContextResponse_Route) GetUri() string
- func (*GetDeploymentContextResponse_Route) ProtoMessage()
- func (x *GetDeploymentContextResponse_Route) ProtoReflect() protoreflect.Message
- func (x *GetDeploymentContextResponse_Route) Reset()
- func (x *GetDeploymentContextResponse_Route) String() string
- type PublishEventRequest
- func (*PublishEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PublishEventRequest) GetBody() []byte
- func (x *PublishEventRequest) GetCaller() string
- func (x *PublishEventRequest) GetTopic() *v1.Ref
- func (*PublishEventRequest) ProtoMessage()
- func (x *PublishEventRequest) ProtoReflect() protoreflect.Message
- func (x *PublishEventRequest) Reset()
- func (x *PublishEventRequest) String() string
- type PublishEventResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GetDeploymentContextResponse_DbType_name = map[int32]string{ 0: "DB_TYPE_UNSPECIFIED", 1: "DB_TYPE_POSTGRES", 2: "DB_TYPE_MYSQL", } GetDeploymentContextResponse_DbType_value = map[string]int32{ "DB_TYPE_UNSPECIFIED": 0, "DB_TYPE_POSTGRES": 1, "DB_TYPE_MYSQL": 2, } )
Enum value maps for GetDeploymentContextResponse_DbType.
View Source
var File_xyz_block_ftl_deployment_v1_deployment_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GetDeploymentContextRequest ¶
type GetDeploymentContextRequest struct { Deployment string `protobuf:"bytes,1,opt,name=deployment,proto3" json:"deployment,omitempty"` // contains filtered or unexported fields }
func (*GetDeploymentContextRequest) Descriptor
deprecated
func (*GetDeploymentContextRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDeploymentContextRequest.ProtoReflect.Descriptor instead.
func (*GetDeploymentContextRequest) GetDeployment ¶
func (x *GetDeploymentContextRequest) GetDeployment() string
func (*GetDeploymentContextRequest) ProtoMessage ¶
func (*GetDeploymentContextRequest) ProtoMessage()
func (*GetDeploymentContextRequest) ProtoReflect ¶
func (x *GetDeploymentContextRequest) ProtoReflect() protoreflect.Message
func (*GetDeploymentContextRequest) Reset ¶
func (x *GetDeploymentContextRequest) Reset()
func (*GetDeploymentContextRequest) String ¶
func (x *GetDeploymentContextRequest) String() string
type GetDeploymentContextResponse ¶
type GetDeploymentContextResponse struct { Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` Deployment string `protobuf:"bytes,2,opt,name=deployment,proto3" json:"deployment,omitempty"` Configs map[string][]byte `` /* 155-byte string literal not displayed */ Secrets map[string][]byte `` /* 155-byte string literal not displayed */ Databases []*GetDeploymentContextResponse_DSN `protobuf:"bytes,5,rep,name=databases,proto3" json:"databases,omitempty"` Routes []*GetDeploymentContextResponse_Route `protobuf:"bytes,6,rep,name=routes,proto3" json:"routes,omitempty"` // contains filtered or unexported fields }
func (*GetDeploymentContextResponse) Descriptor
deprecated
func (*GetDeploymentContextResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDeploymentContextResponse.ProtoReflect.Descriptor instead.
func (*GetDeploymentContextResponse) GetConfigs ¶
func (x *GetDeploymentContextResponse) GetConfigs() map[string][]byte
func (*GetDeploymentContextResponse) GetDatabases ¶
func (x *GetDeploymentContextResponse) GetDatabases() []*GetDeploymentContextResponse_DSN
func (*GetDeploymentContextResponse) GetDeployment ¶
func (x *GetDeploymentContextResponse) GetDeployment() string
func (*GetDeploymentContextResponse) GetModule ¶
func (x *GetDeploymentContextResponse) GetModule() string
func (*GetDeploymentContextResponse) GetRoutes ¶
func (x *GetDeploymentContextResponse) GetRoutes() []*GetDeploymentContextResponse_Route
func (*GetDeploymentContextResponse) GetSecrets ¶
func (x *GetDeploymentContextResponse) GetSecrets() map[string][]byte
func (*GetDeploymentContextResponse) ProtoMessage ¶
func (*GetDeploymentContextResponse) ProtoMessage()
func (*GetDeploymentContextResponse) ProtoReflect ¶
func (x *GetDeploymentContextResponse) ProtoReflect() protoreflect.Message
func (*GetDeploymentContextResponse) Reset ¶
func (x *GetDeploymentContextResponse) Reset()
func (*GetDeploymentContextResponse) String ¶
func (x *GetDeploymentContextResponse) String() string
type GetDeploymentContextResponse_DSN ¶
type GetDeploymentContextResponse_DSN struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type GetDeploymentContextResponse_DbType `` /* 131-byte string literal not displayed */ Dsn string `protobuf:"bytes,3,opt,name=dsn,proto3" json:"dsn,omitempty"` // contains filtered or unexported fields }
func (*GetDeploymentContextResponse_DSN) Descriptor
deprecated
func (*GetDeploymentContextResponse_DSN) Descriptor() ([]byte, []int)
Deprecated: Use GetDeploymentContextResponse_DSN.ProtoReflect.Descriptor instead.
func (*GetDeploymentContextResponse_DSN) GetDsn ¶
func (x *GetDeploymentContextResponse_DSN) GetDsn() string
func (*GetDeploymentContextResponse_DSN) GetName ¶
func (x *GetDeploymentContextResponse_DSN) GetName() string
func (*GetDeploymentContextResponse_DSN) GetType ¶
func (x *GetDeploymentContextResponse_DSN) GetType() GetDeploymentContextResponse_DbType
func (*GetDeploymentContextResponse_DSN) ProtoMessage ¶
func (*GetDeploymentContextResponse_DSN) ProtoMessage()
func (*GetDeploymentContextResponse_DSN) ProtoReflect ¶
func (x *GetDeploymentContextResponse_DSN) ProtoReflect() protoreflect.Message
func (*GetDeploymentContextResponse_DSN) Reset ¶
func (x *GetDeploymentContextResponse_DSN) Reset()
func (*GetDeploymentContextResponse_DSN) String ¶
func (x *GetDeploymentContextResponse_DSN) String() string
type GetDeploymentContextResponse_DbType ¶
type GetDeploymentContextResponse_DbType int32
const ( GetDeploymentContextResponse_DB_TYPE_UNSPECIFIED GetDeploymentContextResponse_DbType = 0 GetDeploymentContextResponse_DB_TYPE_POSTGRES GetDeploymentContextResponse_DbType = 1 GetDeploymentContextResponse_DB_TYPE_MYSQL GetDeploymentContextResponse_DbType = 2 )
func (GetDeploymentContextResponse_DbType) Descriptor ¶
func (GetDeploymentContextResponse_DbType) Descriptor() protoreflect.EnumDescriptor
func (GetDeploymentContextResponse_DbType) Enum ¶
func (x GetDeploymentContextResponse_DbType) Enum() *GetDeploymentContextResponse_DbType
func (GetDeploymentContextResponse_DbType) EnumDescriptor
deprecated
func (GetDeploymentContextResponse_DbType) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetDeploymentContextResponse_DbType.Descriptor instead.
func (GetDeploymentContextResponse_DbType) Number ¶
func (x GetDeploymentContextResponse_DbType) Number() protoreflect.EnumNumber
func (GetDeploymentContextResponse_DbType) String ¶
func (x GetDeploymentContextResponse_DbType) String() string
func (GetDeploymentContextResponse_DbType) Type ¶
func (GetDeploymentContextResponse_DbType) Type() protoreflect.EnumType
type GetDeploymentContextResponse_Route ¶
type GetDeploymentContextResponse_Route struct { Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` Uri string `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"` // contains filtered or unexported fields }
func (*GetDeploymentContextResponse_Route) Descriptor
deprecated
func (*GetDeploymentContextResponse_Route) Descriptor() ([]byte, []int)
Deprecated: Use GetDeploymentContextResponse_Route.ProtoReflect.Descriptor instead.
func (*GetDeploymentContextResponse_Route) GetModule ¶
func (x *GetDeploymentContextResponse_Route) GetModule() string
func (*GetDeploymentContextResponse_Route) GetUri ¶
func (x *GetDeploymentContextResponse_Route) GetUri() string
func (*GetDeploymentContextResponse_Route) ProtoMessage ¶
func (*GetDeploymentContextResponse_Route) ProtoMessage()
func (*GetDeploymentContextResponse_Route) ProtoReflect ¶
func (x *GetDeploymentContextResponse_Route) ProtoReflect() protoreflect.Message
func (*GetDeploymentContextResponse_Route) Reset ¶
func (x *GetDeploymentContextResponse_Route) Reset()
func (*GetDeploymentContextResponse_Route) String ¶
func (x *GetDeploymentContextResponse_Route) String() string
type PublishEventRequest ¶
type PublishEventRequest struct { Topic *v1.Ref `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"` Body []byte `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` // Only verb name is included because this verb will be in the same module as topic Caller string `protobuf:"bytes,3,opt,name=caller,proto3" json:"caller,omitempty"` // contains filtered or unexported fields }
func (*PublishEventRequest) Descriptor
deprecated
func (*PublishEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use PublishEventRequest.ProtoReflect.Descriptor instead.
func (*PublishEventRequest) GetBody ¶
func (x *PublishEventRequest) GetBody() []byte
func (*PublishEventRequest) GetCaller ¶
func (x *PublishEventRequest) GetCaller() string
func (*PublishEventRequest) GetTopic ¶
func (x *PublishEventRequest) GetTopic() *v1.Ref
func (*PublishEventRequest) ProtoMessage ¶
func (*PublishEventRequest) ProtoMessage()
func (*PublishEventRequest) ProtoReflect ¶
func (x *PublishEventRequest) ProtoReflect() protoreflect.Message
func (*PublishEventRequest) Reset ¶
func (x *PublishEventRequest) Reset()
func (*PublishEventRequest) String ¶
func (x *PublishEventRequest) String() string
type PublishEventResponse ¶
type PublishEventResponse struct {
// contains filtered or unexported fields
}
func (*PublishEventResponse) Descriptor
deprecated
func (*PublishEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use PublishEventResponse.ProtoReflect.Descriptor instead.
func (*PublishEventResponse) ProtoMessage ¶
func (*PublishEventResponse) ProtoMessage()
func (*PublishEventResponse) ProtoReflect ¶
func (x *PublishEventResponse) ProtoReflect() protoreflect.Message
func (*PublishEventResponse) Reset ¶
func (x *PublishEventResponse) Reset()
func (*PublishEventResponse) String ¶
func (x *PublishEventResponse) String() string
Click to show internal directories.
Click to hide internal directories.