ftlv1

package
v0.409.0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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 (*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 (*GetDeploymentContextResponse) GetDeployment

func (x *GetDeploymentContextResponse) GetDeployment() string

func (*GetDeploymentContextResponse) GetModule

func (x *GetDeploymentContextResponse) GetModule() string

func (*GetDeploymentContextResponse) GetRoutes

func (*GetDeploymentContextResponse) GetSecrets

func (x *GetDeploymentContextResponse) GetSecrets() map[string][]byte

func (*GetDeploymentContextResponse) ProtoMessage

func (*GetDeploymentContextResponse) ProtoMessage()

func (*GetDeploymentContextResponse) ProtoReflect

func (*GetDeploymentContextResponse) Reset

func (x *GetDeploymentContextResponse) Reset()

func (*GetDeploymentContextResponse) 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 (*GetDeploymentContextResponse_DSN) GetName

func (*GetDeploymentContextResponse_DSN) GetType

func (*GetDeploymentContextResponse_DSN) ProtoMessage

func (*GetDeploymentContextResponse_DSN) ProtoMessage()

func (*GetDeploymentContextResponse_DSN) ProtoReflect

func (*GetDeploymentContextResponse_DSN) Reset

func (*GetDeploymentContextResponse_DSN) 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) Enum

func (GetDeploymentContextResponse_DbType) EnumDescriptor deprecated

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

Deprecated: Use GetDeploymentContextResponse_DbType.Descriptor instead.

func (GetDeploymentContextResponse_DbType) Number

func (GetDeploymentContextResponse_DbType) String

func (GetDeploymentContextResponse_DbType) Type

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 (*GetDeploymentContextResponse_Route) GetUri

func (*GetDeploymentContextResponse_Route) ProtoMessage

func (*GetDeploymentContextResponse_Route) ProtoMessage()

func (*GetDeploymentContextResponse_Route) ProtoReflect

func (*GetDeploymentContextResponse_Route) Reset

func (*GetDeploymentContextResponse_Route) 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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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