consolepb

package
v0.463.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_xyz_block_ftl_console_v1_console_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Config

type Config struct {
	Config *v1.Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	Edges  *Edges     `protobuf:"bytes,2,opt,name=edges,proto3" json:"edges,omitempty"`
	Schema string     `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

func (*Config) Descriptor() ([]byte, []int)

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetConfig

func (x *Config) GetConfig() *v1.Config

func (*Config) GetEdges added in v0.435.0

func (x *Config) GetEdges() *Edges

func (*Config) GetSchema added in v0.434.0

func (x *Config) GetSchema() string

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

func (x *Config) ProtoReflect() protoreflect.Message

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

type Data

type Data struct {
	Data   *v1.Data `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Schema string   `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	Edges  *Edges   `protobuf:"bytes,3,opt,name=edges,proto3" json:"edges,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

func (*Data) Descriptor() ([]byte, []int)

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetData

func (x *Data) GetData() *v1.Data

func (*Data) GetEdges added in v0.435.0

func (x *Data) GetEdges() *Edges

func (*Data) GetSchema

func (x *Data) GetSchema() string

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

func (x *Data) ProtoReflect() protoreflect.Message

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type Database

type Database struct {
	Database *v1.Database `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	Edges    *Edges       `protobuf:"bytes,2,opt,name=edges,proto3" json:"edges,omitempty"`
	Schema   string       `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*Database) Descriptor deprecated

func (*Database) Descriptor() ([]byte, []int)

Deprecated: Use Database.ProtoReflect.Descriptor instead.

func (*Database) GetDatabase

func (x *Database) GetDatabase() *v1.Database

func (*Database) GetEdges added in v0.435.0

func (x *Database) GetEdges() *Edges

func (*Database) GetSchema added in v0.434.0

func (x *Database) GetSchema() string

func (*Database) ProtoMessage

func (*Database) ProtoMessage()

func (*Database) ProtoReflect

func (x *Database) ProtoReflect() protoreflect.Message

func (*Database) Reset

func (x *Database) Reset()

func (*Database) String

func (x *Database) String() string

type Edges added in v0.435.0

type Edges struct {
	In  []*v1.Ref `protobuf:"bytes,1,rep,name=in,proto3" json:"in,omitempty"`
	Out []*v1.Ref `protobuf:"bytes,2,rep,name=out,proto3" json:"out,omitempty"`
	// contains filtered or unexported fields
}

func (*Edges) Descriptor deprecated added in v0.435.0

func (*Edges) Descriptor() ([]byte, []int)

Deprecated: Use Edges.ProtoReflect.Descriptor instead.

func (*Edges) GetIn added in v0.435.0

func (x *Edges) GetIn() []*v1.Ref

func (*Edges) GetOut added in v0.435.0

func (x *Edges) GetOut() []*v1.Ref

func (*Edges) ProtoMessage added in v0.435.0

func (*Edges) ProtoMessage()

func (*Edges) ProtoReflect added in v0.435.0

func (x *Edges) ProtoReflect() protoreflect.Message

func (*Edges) Reset added in v0.435.0

func (x *Edges) Reset()

func (*Edges) String added in v0.435.0

func (x *Edges) String() string

type Enum

type Enum struct {
	Enum   *v1.Enum `protobuf:"bytes,1,opt,name=enum,proto3" json:"enum,omitempty"`
	Edges  *Edges   `protobuf:"bytes,2,opt,name=edges,proto3" json:"edges,omitempty"`
	Schema string   `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*Enum) Descriptor deprecated

func (*Enum) Descriptor() ([]byte, []int)

Deprecated: Use Enum.ProtoReflect.Descriptor instead.

func (*Enum) GetEdges added in v0.435.0

func (x *Enum) GetEdges() *Edges

func (*Enum) GetEnum

func (x *Enum) GetEnum() *v1.Enum

func (*Enum) GetSchema added in v0.434.0

func (x *Enum) GetSchema() string

func (*Enum) ProtoMessage

func (*Enum) ProtoMessage()

func (*Enum) ProtoReflect

func (x *Enum) ProtoReflect() protoreflect.Message

func (*Enum) Reset

func (x *Enum) Reset()

func (*Enum) String

func (x *Enum) String() string

type GetConfigRequest

type GetConfigRequest struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigRequest) Descriptor deprecated

func (*GetConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigRequest.ProtoReflect.Descriptor instead.

func (*GetConfigRequest) GetModule

func (x *GetConfigRequest) GetModule() string

func (*GetConfigRequest) GetName

func (x *GetConfigRequest) GetName() string

func (*GetConfigRequest) ProtoMessage

func (*GetConfigRequest) ProtoMessage()

func (*GetConfigRequest) ProtoReflect

func (x *GetConfigRequest) ProtoReflect() protoreflect.Message

func (*GetConfigRequest) Reset

func (x *GetConfigRequest) Reset()

func (*GetConfigRequest) String

func (x *GetConfigRequest) String() string

type GetConfigResponse

type GetConfigResponse struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConfigResponse) Descriptor deprecated

func (*GetConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetConfigResponse.ProtoReflect.Descriptor instead.

func (*GetConfigResponse) GetValue

func (x *GetConfigResponse) GetValue() []byte

func (*GetConfigResponse) ProtoMessage

func (*GetConfigResponse) ProtoMessage()

func (*GetConfigResponse) ProtoReflect

func (x *GetConfigResponse) ProtoReflect() protoreflect.Message

func (*GetConfigResponse) Reset

func (x *GetConfigResponse) Reset()

func (*GetConfigResponse) String

func (x *GetConfigResponse) String() string

type GetInfoRequest added in v0.442.1

type GetInfoRequest struct {
	// contains filtered or unexported fields
}

func (*GetInfoRequest) Descriptor deprecated added in v0.442.1

func (*GetInfoRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInfoRequest.ProtoReflect.Descriptor instead.

func (*GetInfoRequest) ProtoMessage added in v0.442.1

func (*GetInfoRequest) ProtoMessage()

func (*GetInfoRequest) ProtoReflect added in v0.442.1

func (x *GetInfoRequest) ProtoReflect() protoreflect.Message

func (*GetInfoRequest) Reset added in v0.442.1

func (x *GetInfoRequest) Reset()

func (*GetInfoRequest) String added in v0.442.1

func (x *GetInfoRequest) String() string

type GetInfoResponse added in v0.442.1

type GetInfoResponse struct {
	Version   string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	BuildTime string `protobuf:"bytes,4,opt,name=build_time,json=buildTime,proto3" json:"build_time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInfoResponse) Descriptor deprecated added in v0.442.1

func (*GetInfoResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetInfoResponse.ProtoReflect.Descriptor instead.

func (*GetInfoResponse) GetBuildTime added in v0.442.1

func (x *GetInfoResponse) GetBuildTime() string

func (*GetInfoResponse) GetVersion added in v0.442.1

func (x *GetInfoResponse) GetVersion() string

func (*GetInfoResponse) ProtoMessage added in v0.442.1

func (*GetInfoResponse) ProtoMessage()

func (*GetInfoResponse) ProtoReflect added in v0.442.1

func (x *GetInfoResponse) ProtoReflect() protoreflect.Message

func (*GetInfoResponse) Reset added in v0.442.1

func (x *GetInfoResponse) Reset()

func (*GetInfoResponse) String added in v0.442.1

func (x *GetInfoResponse) String() string

type GetModulesRequest

type GetModulesRequest struct {
	// contains filtered or unexported fields
}

func (*GetModulesRequest) Descriptor deprecated

func (*GetModulesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetModulesRequest.ProtoReflect.Descriptor instead.

func (*GetModulesRequest) ProtoMessage

func (*GetModulesRequest) ProtoMessage()

func (*GetModulesRequest) ProtoReflect

func (x *GetModulesRequest) ProtoReflect() protoreflect.Message

func (*GetModulesRequest) Reset

func (x *GetModulesRequest) Reset()

func (*GetModulesRequest) String

func (x *GetModulesRequest) String() string

type GetModulesResponse

type GetModulesResponse struct {
	Modules  []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
	Topology *Topology `protobuf:"bytes,2,opt,name=topology,proto3" json:"topology,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModulesResponse) Descriptor deprecated

func (*GetModulesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetModulesResponse.ProtoReflect.Descriptor instead.

func (*GetModulesResponse) GetModules

func (x *GetModulesResponse) GetModules() []*Module

func (*GetModulesResponse) GetTopology

func (x *GetModulesResponse) GetTopology() *Topology

func (*GetModulesResponse) ProtoMessage

func (*GetModulesResponse) ProtoMessage()

func (*GetModulesResponse) ProtoReflect

func (x *GetModulesResponse) ProtoReflect() protoreflect.Message

func (*GetModulesResponse) Reset

func (x *GetModulesResponse) Reset()

func (*GetModulesResponse) String

func (x *GetModulesResponse) String() string

type GetSecretRequest

type GetSecretRequest struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecretRequest) Descriptor deprecated

func (*GetSecretRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSecretRequest.ProtoReflect.Descriptor instead.

func (*GetSecretRequest) GetModule

func (x *GetSecretRequest) GetModule() string

func (*GetSecretRequest) GetName

func (x *GetSecretRequest) GetName() string

func (*GetSecretRequest) ProtoMessage

func (*GetSecretRequest) ProtoMessage()

func (*GetSecretRequest) ProtoReflect

func (x *GetSecretRequest) ProtoReflect() protoreflect.Message

func (*GetSecretRequest) Reset

func (x *GetSecretRequest) Reset()

func (*GetSecretRequest) String

func (x *GetSecretRequest) String() string

type GetSecretResponse

type GetSecretResponse struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecretResponse) Descriptor deprecated

func (*GetSecretResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSecretResponse.ProtoReflect.Descriptor instead.

func (*GetSecretResponse) GetValue

func (x *GetSecretResponse) GetValue() []byte

func (*GetSecretResponse) ProtoMessage

func (*GetSecretResponse) ProtoMessage()

func (*GetSecretResponse) ProtoReflect

func (x *GetSecretResponse) ProtoReflect() protoreflect.Message

func (*GetSecretResponse) Reset

func (x *GetSecretResponse) Reset()

func (*GetSecretResponse) String

func (x *GetSecretResponse) String() string

type Module

type Module struct {
	Name        string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Schema      string            `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	Runtime     *v1.ModuleRuntime `protobuf:"bytes,3,opt,name=runtime,proto3" json:"runtime,omitempty"`
	Verbs       []*Verb           `protobuf:"bytes,4,rep,name=verbs,proto3" json:"verbs,omitempty"`
	Data        []*Data           `protobuf:"bytes,5,rep,name=data,proto3" json:"data,omitempty"`
	Secrets     []*Secret         `protobuf:"bytes,6,rep,name=secrets,proto3" json:"secrets,omitempty"`
	Configs     []*Config         `protobuf:"bytes,7,rep,name=configs,proto3" json:"configs,omitempty"`
	Databases   []*Database       `protobuf:"bytes,8,rep,name=databases,proto3" json:"databases,omitempty"`
	Enums       []*Enum           `protobuf:"bytes,9,rep,name=enums,proto3" json:"enums,omitempty"`
	Topics      []*Topic          `protobuf:"bytes,10,rep,name=topics,proto3" json:"topics,omitempty"`
	Typealiases []*TypeAlias      `protobuf:"bytes,11,rep,name=typealiases,proto3" json:"typealiases,omitempty"`
	// contains filtered or unexported fields
}

func (*Module) Descriptor deprecated

func (*Module) Descriptor() ([]byte, []int)

Deprecated: Use Module.ProtoReflect.Descriptor instead.

func (*Module) GetConfigs

func (x *Module) GetConfigs() []*Config

func (*Module) GetData

func (x *Module) GetData() []*Data

func (*Module) GetDatabases

func (x *Module) GetDatabases() []*Database

func (*Module) GetEnums

func (x *Module) GetEnums() []*Enum

func (*Module) GetName

func (x *Module) GetName() string

func (*Module) GetRuntime added in v0.442.1

func (x *Module) GetRuntime() *v1.ModuleRuntime

func (*Module) GetSchema

func (x *Module) GetSchema() string

func (*Module) GetSecrets

func (x *Module) GetSecrets() []*Secret

func (*Module) GetTopics

func (x *Module) GetTopics() []*Topic

func (*Module) GetTypealiases

func (x *Module) GetTypealiases() []*TypeAlias

func (*Module) GetVerbs

func (x *Module) GetVerbs() []*Verb

func (*Module) ProtoMessage

func (*Module) ProtoMessage()

func (*Module) ProtoReflect

func (x *Module) ProtoReflect() protoreflect.Message

func (*Module) Reset

func (x *Module) Reset()

func (*Module) String

func (x *Module) String() string

type Secret

type Secret struct {
	Secret *v1.Secret `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	Edges  *Edges     `protobuf:"bytes,2,opt,name=edges,proto3" json:"edges,omitempty"`
	Schema string     `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*Secret) Descriptor deprecated

func (*Secret) Descriptor() ([]byte, []int)

Deprecated: Use Secret.ProtoReflect.Descriptor instead.

func (*Secret) GetEdges added in v0.435.0

func (x *Secret) GetEdges() *Edges

func (*Secret) GetSchema added in v0.434.0

func (x *Secret) GetSchema() string

func (*Secret) GetSecret

func (x *Secret) GetSecret() *v1.Secret

func (*Secret) ProtoMessage

func (*Secret) ProtoMessage()

func (*Secret) ProtoReflect

func (x *Secret) ProtoReflect() protoreflect.Message

func (*Secret) Reset

func (x *Secret) Reset()

func (*Secret) String

func (x *Secret) String() string

type SetConfigRequest

type SetConfigRequest struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"`
	Value  []byte  `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConfigRequest) Descriptor deprecated

func (*SetConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetConfigRequest.ProtoReflect.Descriptor instead.

func (*SetConfigRequest) GetModule

func (x *SetConfigRequest) GetModule() string

func (*SetConfigRequest) GetName

func (x *SetConfigRequest) GetName() string

func (*SetConfigRequest) GetValue

func (x *SetConfigRequest) GetValue() []byte

func (*SetConfigRequest) ProtoMessage

func (*SetConfigRequest) ProtoMessage()

func (*SetConfigRequest) ProtoReflect

func (x *SetConfigRequest) ProtoReflect() protoreflect.Message

func (*SetConfigRequest) Reset

func (x *SetConfigRequest) Reset()

func (*SetConfigRequest) String

func (x *SetConfigRequest) String() string

type SetConfigResponse

type SetConfigResponse struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConfigResponse) Descriptor deprecated

func (*SetConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetConfigResponse.ProtoReflect.Descriptor instead.

func (*SetConfigResponse) GetValue

func (x *SetConfigResponse) GetValue() []byte

func (*SetConfigResponse) ProtoMessage

func (*SetConfigResponse) ProtoMessage()

func (*SetConfigResponse) ProtoReflect

func (x *SetConfigResponse) ProtoReflect() protoreflect.Message

func (*SetConfigResponse) Reset

func (x *SetConfigResponse) Reset()

func (*SetConfigResponse) String

func (x *SetConfigResponse) String() string

type SetSecretRequest

type SetSecretRequest struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Module *string `protobuf:"bytes,2,opt,name=module,proto3,oneof" json:"module,omitempty"`
	Value  []byte  `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSecretRequest) Descriptor deprecated

func (*SetSecretRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSecretRequest.ProtoReflect.Descriptor instead.

func (*SetSecretRequest) GetModule

func (x *SetSecretRequest) GetModule() string

func (*SetSecretRequest) GetName

func (x *SetSecretRequest) GetName() string

func (*SetSecretRequest) GetValue

func (x *SetSecretRequest) GetValue() []byte

func (*SetSecretRequest) ProtoMessage

func (*SetSecretRequest) ProtoMessage()

func (*SetSecretRequest) ProtoReflect

func (x *SetSecretRequest) ProtoReflect() protoreflect.Message

func (*SetSecretRequest) Reset

func (x *SetSecretRequest) Reset()

func (*SetSecretRequest) String

func (x *SetSecretRequest) String() string

type SetSecretResponse

type SetSecretResponse struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSecretResponse) Descriptor deprecated

func (*SetSecretResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSecretResponse.ProtoReflect.Descriptor instead.

func (*SetSecretResponse) GetValue

func (x *SetSecretResponse) GetValue() []byte

func (*SetSecretResponse) ProtoMessage

func (*SetSecretResponse) ProtoMessage()

func (*SetSecretResponse) ProtoReflect

func (x *SetSecretResponse) ProtoReflect() protoreflect.Message

func (*SetSecretResponse) Reset

func (x *SetSecretResponse) Reset()

func (*SetSecretResponse) String

func (x *SetSecretResponse) String() string

type StreamModulesRequest

type StreamModulesRequest struct {
	// contains filtered or unexported fields
}

func (*StreamModulesRequest) Descriptor deprecated

func (*StreamModulesRequest) Descriptor() ([]byte, []int)

Deprecated: Use StreamModulesRequest.ProtoReflect.Descriptor instead.

func (*StreamModulesRequest) ProtoMessage

func (*StreamModulesRequest) ProtoMessage()

func (*StreamModulesRequest) ProtoReflect

func (x *StreamModulesRequest) ProtoReflect() protoreflect.Message

func (*StreamModulesRequest) Reset

func (x *StreamModulesRequest) Reset()

func (*StreamModulesRequest) String

func (x *StreamModulesRequest) String() string

type StreamModulesResponse

type StreamModulesResponse struct {
	Modules  []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
	Topology *Topology `protobuf:"bytes,2,opt,name=topology,proto3" json:"topology,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamModulesResponse) Descriptor deprecated

func (*StreamModulesResponse) Descriptor() ([]byte, []int)

Deprecated: Use StreamModulesResponse.ProtoReflect.Descriptor instead.

func (*StreamModulesResponse) GetModules

func (x *StreamModulesResponse) GetModules() []*Module

func (*StreamModulesResponse) GetTopology

func (x *StreamModulesResponse) GetTopology() *Topology

func (*StreamModulesResponse) ProtoMessage

func (*StreamModulesResponse) ProtoMessage()

func (*StreamModulesResponse) ProtoReflect

func (x *StreamModulesResponse) ProtoReflect() protoreflect.Message

func (*StreamModulesResponse) Reset

func (x *StreamModulesResponse) Reset()

func (*StreamModulesResponse) String

func (x *StreamModulesResponse) String() string

type Topic

type Topic struct {
	Topic  *v1.Topic `protobuf:"bytes,1,opt,name=topic,proto3" json:"topic,omitempty"`
	Edges  *Edges    `protobuf:"bytes,2,opt,name=edges,proto3" json:"edges,omitempty"`
	Schema string    `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*Topic) Descriptor deprecated

func (*Topic) Descriptor() ([]byte, []int)

Deprecated: Use Topic.ProtoReflect.Descriptor instead.

func (*Topic) GetEdges added in v0.435.0

func (x *Topic) GetEdges() *Edges

func (*Topic) GetSchema added in v0.434.0

func (x *Topic) GetSchema() string

func (*Topic) GetTopic

func (x *Topic) GetTopic() *v1.Topic

func (*Topic) ProtoMessage

func (*Topic) ProtoMessage()

func (*Topic) ProtoReflect

func (x *Topic) ProtoReflect() protoreflect.Message

func (*Topic) Reset

func (x *Topic) Reset()

func (*Topic) String

func (x *Topic) String() string

type Topology

type Topology struct {
	Levels []*TopologyGroup `protobuf:"bytes,1,rep,name=levels,proto3" json:"levels,omitempty"`
	// contains filtered or unexported fields
}

func (*Topology) Descriptor deprecated

func (*Topology) Descriptor() ([]byte, []int)

Deprecated: Use Topology.ProtoReflect.Descriptor instead.

func (*Topology) GetLevels

func (x *Topology) GetLevels() []*TopologyGroup

func (*Topology) ProtoMessage

func (*Topology) ProtoMessage()

func (*Topology) ProtoReflect

func (x *Topology) ProtoReflect() protoreflect.Message

func (*Topology) Reset

func (x *Topology) Reset()

func (*Topology) String

func (x *Topology) String() string

type TopologyGroup

type TopologyGroup struct {
	Modules []string `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
	// contains filtered or unexported fields
}

func (*TopologyGroup) Descriptor deprecated

func (*TopologyGroup) Descriptor() ([]byte, []int)

Deprecated: Use TopologyGroup.ProtoReflect.Descriptor instead.

func (*TopologyGroup) GetModules

func (x *TopologyGroup) GetModules() []string

func (*TopologyGroup) ProtoMessage

func (*TopologyGroup) ProtoMessage()

func (*TopologyGroup) ProtoReflect

func (x *TopologyGroup) ProtoReflect() protoreflect.Message

func (*TopologyGroup) Reset

func (x *TopologyGroup) Reset()

func (*TopologyGroup) String

func (x *TopologyGroup) String() string

type TypeAlias

type TypeAlias struct {
	Typealias *v1.TypeAlias `protobuf:"bytes,1,opt,name=typealias,proto3" json:"typealias,omitempty"`
	Edges     *Edges        `protobuf:"bytes,2,opt,name=edges,proto3" json:"edges,omitempty"`
	Schema    string        `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*TypeAlias) Descriptor deprecated

func (*TypeAlias) Descriptor() ([]byte, []int)

Deprecated: Use TypeAlias.ProtoReflect.Descriptor instead.

func (*TypeAlias) GetEdges added in v0.435.0

func (x *TypeAlias) GetEdges() *Edges

func (*TypeAlias) GetSchema added in v0.434.0

func (x *TypeAlias) GetSchema() string

func (*TypeAlias) GetTypealias

func (x *TypeAlias) GetTypealias() *v1.TypeAlias

func (*TypeAlias) ProtoMessage

func (*TypeAlias) ProtoMessage()

func (*TypeAlias) ProtoReflect

func (x *TypeAlias) ProtoReflect() protoreflect.Message

func (*TypeAlias) Reset

func (x *TypeAlias) Reset()

func (*TypeAlias) String

func (x *TypeAlias) String() string

type Verb

type Verb struct {
	Verb              *v1.Verb `protobuf:"bytes,1,opt,name=verb,proto3" json:"verb,omitempty"`
	Schema            string   `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	JsonRequestSchema string   `protobuf:"bytes,3,opt,name=json_request_schema,json=jsonRequestSchema,proto3" json:"json_request_schema,omitempty"`
	Edges             *Edges   `protobuf:"bytes,4,opt,name=edges,proto3" json:"edges,omitempty"`
	// contains filtered or unexported fields
}

func (*Verb) Descriptor deprecated

func (*Verb) Descriptor() ([]byte, []int)

Deprecated: Use Verb.ProtoReflect.Descriptor instead.

func (*Verb) GetEdges added in v0.435.0

func (x *Verb) GetEdges() *Edges

func (*Verb) GetJsonRequestSchema

func (x *Verb) GetJsonRequestSchema() string

func (*Verb) GetSchema

func (x *Verb) GetSchema() string

func (*Verb) GetVerb

func (x *Verb) GetVerb() *v1.Verb

func (*Verb) ProtoMessage

func (*Verb) ProtoMessage()

func (*Verb) ProtoReflect

func (x *Verb) ProtoReflect() protoreflect.Message

func (*Verb) Reset

func (x *Verb) Reset()

func (*Verb) String

func (x *Verb) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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