pb

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2021 License: Apache-2.0 Imports: 29 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_extension_proto protoreflect.FileDescriptor

Functions

func ExtensionServiceClientType

func ExtensionServiceClientType() reflect.Type

ExtensionServiceClientType .

func ExtensionServiceHandlerType

func ExtensionServiceHandlerType() reflect.Type

ExtensionServiceHandlerType .

func ExtensionServiceServerType

func ExtensionServiceServerType() reflect.Type

ExtensionServiceServerType .

func RegisterExtensionServiceHandler

func RegisterExtensionServiceHandler(r http.Router, srv ExtensionServiceHandler, opts ...http.HandleOption)

RegisterExtensionServiceHandler register ExtensionServiceHandler to http.Router.

func RegisterExtensionServiceImp

func RegisterExtensionServiceImp(regester transport.Register, srv ExtensionServiceServer, opts ...transport.ServiceOption)

RegisterExtensionServiceImp extension.proto

func RegisterExtensionServiceServer

func RegisterExtensionServiceServer(s grpc1.ServiceRegistrar, srv ExtensionServiceServer, opts ...grpc1.HandleOption)

func ServiceNames

func ServiceNames(svr ...string) []string

ServiceNames return all service names

func Types

func Types() []reflect.Type

Types

type Extension

type Extension struct {
	Id          uint64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type        string                 `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name        string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Desc        string                 `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	DisplayName string                 `protobuf:"bytes,5,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Category    string                 `protobuf:"bytes,6,opt,name=category,proto3" json:"category,omitempty"`
	LogoUrl     string                 `protobuf:"bytes,7,opt,name=logoUrl,proto3" json:"logoUrl,omitempty"`
	Public      bool                   `protobuf:"varint,8,opt,name=public,proto3" json:"public,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*Extension) Descriptor deprecated

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

Deprecated: Use Extension.ProtoReflect.Descriptor instead.

func (*Extension) GetCategory

func (x *Extension) GetCategory() string

func (*Extension) GetCreatedAt

func (x *Extension) GetCreatedAt() *timestamppb.Timestamp

func (*Extension) GetDesc

func (x *Extension) GetDesc() string

func (*Extension) GetDisplayName

func (x *Extension) GetDisplayName() string

func (*Extension) GetId

func (x *Extension) GetId() uint64

func (*Extension) GetLogoUrl

func (x *Extension) GetLogoUrl() string

func (*Extension) GetName

func (x *Extension) GetName() string

func (*Extension) GetPublic

func (x *Extension) GetPublic() bool

func (*Extension) GetType

func (x *Extension) GetType() string

func (*Extension) GetUpdatedAt

func (x *Extension) GetUpdatedAt() *timestamppb.Timestamp

func (*Extension) MarshalJSON

func (m *Extension) MarshalJSON() ([]byte, error)

Extension implement json.Marshaler.

func (*Extension) ProtoMessage

func (*Extension) ProtoMessage()

func (*Extension) ProtoReflect

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

func (*Extension) Reset

func (x *Extension) Reset()

func (*Extension) String

func (x *Extension) String() string

func (*Extension) UnmarshalJSON

func (m *Extension) UnmarshalJSON(b []byte) error

Extension implement json.Marshaler.

func (*Extension) UnmarshalURLValues

func (m *Extension) UnmarshalURLValues(prefix string, values url.Values) error

Extension implement urlenc.URLValuesUnmarshaler.

func (*Extension) Validate

func (this *Extension) Validate() error

type ExtensionCreateRequest

type ExtensionCreateRequest struct {
	Type        string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName string `protobuf:"bytes,3,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Desc        string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc,omitempty"`
	Category    string `protobuf:"bytes,5,opt,name=category,proto3" json:"category,omitempty"`
	LogoUrl     string `protobuf:"bytes,6,opt,name=logoUrl,proto3" json:"logoUrl,omitempty"`
	Public      bool   `protobuf:"varint,7,opt,name=public,proto3" json:"public,omitempty"`
	Labels      string `protobuf:"bytes,8,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionCreateRequest) Descriptor deprecated

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

Deprecated: Use ExtensionCreateRequest.ProtoReflect.Descriptor instead.

func (*ExtensionCreateRequest) GetCategory

func (x *ExtensionCreateRequest) GetCategory() string

func (*ExtensionCreateRequest) GetDesc

func (x *ExtensionCreateRequest) GetDesc() string

func (*ExtensionCreateRequest) GetDisplayName

func (x *ExtensionCreateRequest) GetDisplayName() string

func (*ExtensionCreateRequest) GetLabels

func (x *ExtensionCreateRequest) GetLabels() string

func (*ExtensionCreateRequest) GetLogoUrl

func (x *ExtensionCreateRequest) GetLogoUrl() string

func (*ExtensionCreateRequest) GetName

func (x *ExtensionCreateRequest) GetName() string

func (*ExtensionCreateRequest) GetPublic

func (x *ExtensionCreateRequest) GetPublic() bool

func (*ExtensionCreateRequest) GetType

func (x *ExtensionCreateRequest) GetType() string

func (*ExtensionCreateRequest) MarshalJSON

func (m *ExtensionCreateRequest) MarshalJSON() ([]byte, error)

ExtensionCreateRequest implement json.Marshaler.

func (*ExtensionCreateRequest) ProtoMessage

func (*ExtensionCreateRequest) ProtoMessage()

func (*ExtensionCreateRequest) ProtoReflect

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

func (*ExtensionCreateRequest) Reset

func (x *ExtensionCreateRequest) Reset()

func (*ExtensionCreateRequest) String

func (x *ExtensionCreateRequest) String() string

func (*ExtensionCreateRequest) UnmarshalJSON

func (m *ExtensionCreateRequest) UnmarshalJSON(b []byte) error

ExtensionCreateRequest implement json.Marshaler.

func (*ExtensionCreateRequest) UnmarshalURLValues

func (m *ExtensionCreateRequest) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionCreateRequest implement urlenc.URLValuesUnmarshaler.

func (*ExtensionCreateRequest) Validate

func (this *ExtensionCreateRequest) Validate() error

type ExtensionCreateResponse

type ExtensionCreateResponse struct {
	Data *Extension `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionCreateResponse) Descriptor deprecated

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

Deprecated: Use ExtensionCreateResponse.ProtoReflect.Descriptor instead.

func (*ExtensionCreateResponse) GetData

func (x *ExtensionCreateResponse) GetData() *Extension

func (*ExtensionCreateResponse) MarshalJSON

func (m *ExtensionCreateResponse) MarshalJSON() ([]byte, error)

ExtensionCreateResponse implement json.Marshaler.

func (*ExtensionCreateResponse) ProtoMessage

func (*ExtensionCreateResponse) ProtoMessage()

func (*ExtensionCreateResponse) ProtoReflect

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

func (*ExtensionCreateResponse) Reset

func (x *ExtensionCreateResponse) Reset()

func (*ExtensionCreateResponse) String

func (x *ExtensionCreateResponse) String() string

func (*ExtensionCreateResponse) UnmarshalJSON

func (m *ExtensionCreateResponse) UnmarshalJSON(b []byte) error

ExtensionCreateResponse implement json.Marshaler.

func (*ExtensionCreateResponse) UnmarshalURLValues

func (m *ExtensionCreateResponse) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionCreateResponse implement urlenc.URLValuesUnmarshaler.

func (*ExtensionCreateResponse) Validate

func (this *ExtensionCreateResponse) Validate() error

type ExtensionMenu

type ExtensionMenu struct {
	Name        string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName string       `protobuf:"bytes,2,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Items       []*Extension `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionMenu) Descriptor deprecated

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

Deprecated: Use ExtensionMenu.ProtoReflect.Descriptor instead.

func (*ExtensionMenu) GetDisplayName

func (x *ExtensionMenu) GetDisplayName() string

func (*ExtensionMenu) GetItems

func (x *ExtensionMenu) GetItems() []*Extension

func (*ExtensionMenu) GetName

func (x *ExtensionMenu) GetName() string

func (*ExtensionMenu) MarshalJSON

func (m *ExtensionMenu) MarshalJSON() ([]byte, error)

ExtensionMenu implement json.Marshaler.

func (*ExtensionMenu) ProtoMessage

func (*ExtensionMenu) ProtoMessage()

func (*ExtensionMenu) ProtoReflect

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

func (*ExtensionMenu) Reset

func (x *ExtensionMenu) Reset()

func (*ExtensionMenu) String

func (x *ExtensionMenu) String() string

func (*ExtensionMenu) UnmarshalJSON

func (m *ExtensionMenu) UnmarshalJSON(b []byte) error

ExtensionMenu implement json.Marshaler.

func (*ExtensionMenu) UnmarshalURLValues

func (m *ExtensionMenu) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionMenu implement urlenc.URLValuesUnmarshaler.

func (*ExtensionMenu) Validate

func (this *ExtensionMenu) Validate() error

type ExtensionQueryRequest

type ExtensionQueryRequest struct {
	All    string `protobuf:"bytes,1,opt,name=all,proto3" json:"all,omitempty"`
	Type   string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Labels string `protobuf:"bytes,3,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionQueryRequest) Descriptor deprecated

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

Deprecated: Use ExtensionQueryRequest.ProtoReflect.Descriptor instead.

func (*ExtensionQueryRequest) GetAll

func (x *ExtensionQueryRequest) GetAll() string

func (*ExtensionQueryRequest) GetLabels

func (x *ExtensionQueryRequest) GetLabels() string

func (*ExtensionQueryRequest) GetType

func (x *ExtensionQueryRequest) GetType() string

func (*ExtensionQueryRequest) MarshalJSON

func (m *ExtensionQueryRequest) MarshalJSON() ([]byte, error)

ExtensionQueryRequest implement json.Marshaler.

func (*ExtensionQueryRequest) ProtoMessage

func (*ExtensionQueryRequest) ProtoMessage()

func (*ExtensionQueryRequest) ProtoReflect

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

func (*ExtensionQueryRequest) Reset

func (x *ExtensionQueryRequest) Reset()

func (*ExtensionQueryRequest) String

func (x *ExtensionQueryRequest) String() string

func (*ExtensionQueryRequest) UnmarshalJSON

func (m *ExtensionQueryRequest) UnmarshalJSON(b []byte) error

ExtensionQueryRequest implement json.Marshaler.

func (*ExtensionQueryRequest) UnmarshalURLValues

func (m *ExtensionQueryRequest) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionQueryRequest implement urlenc.URLValuesUnmarshaler.

func (*ExtensionQueryRequest) Validate

func (this *ExtensionQueryRequest) Validate() error

type ExtensionQueryResponse

type ExtensionQueryResponse struct {
	Data []*Extension `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionQueryResponse) Descriptor deprecated

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

Deprecated: Use ExtensionQueryResponse.ProtoReflect.Descriptor instead.

func (*ExtensionQueryResponse) GetData

func (x *ExtensionQueryResponse) GetData() []*Extension

func (*ExtensionQueryResponse) MarshalJSON

func (m *ExtensionQueryResponse) MarshalJSON() ([]byte, error)

ExtensionQueryResponse implement json.Marshaler.

func (*ExtensionQueryResponse) ProtoMessage

func (*ExtensionQueryResponse) ProtoMessage()

func (*ExtensionQueryResponse) ProtoReflect

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

func (*ExtensionQueryResponse) Reset

func (x *ExtensionQueryResponse) Reset()

func (*ExtensionQueryResponse) String

func (x *ExtensionQueryResponse) String() string

func (*ExtensionQueryResponse) UnmarshalJSON

func (m *ExtensionQueryResponse) UnmarshalJSON(b []byte) error

ExtensionQueryResponse implement json.Marshaler.

func (*ExtensionQueryResponse) UnmarshalURLValues

func (m *ExtensionQueryResponse) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionQueryResponse implement urlenc.URLValuesUnmarshaler.

func (*ExtensionQueryResponse) Validate

func (this *ExtensionQueryResponse) Validate() error

type ExtensionSearchRequest

type ExtensionSearchRequest struct {
	YamlFormat bool     `protobuf:"varint,1,opt,name=yamlFormat,proto3" json:"yamlFormat,omitempty"`
	Extensions []string `protobuf:"bytes,2,rep,name=extensions,proto3" json:"extensions,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionSearchRequest) Descriptor deprecated

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

Deprecated: Use ExtensionSearchRequest.ProtoReflect.Descriptor instead.

func (*ExtensionSearchRequest) GetExtensions

func (x *ExtensionSearchRequest) GetExtensions() []string

func (*ExtensionSearchRequest) GetYamlFormat

func (x *ExtensionSearchRequest) GetYamlFormat() bool

func (*ExtensionSearchRequest) MarshalJSON

func (m *ExtensionSearchRequest) MarshalJSON() ([]byte, error)

ExtensionSearchRequest implement json.Marshaler.

func (*ExtensionSearchRequest) ProtoMessage

func (*ExtensionSearchRequest) ProtoMessage()

func (*ExtensionSearchRequest) ProtoReflect

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

func (*ExtensionSearchRequest) Reset

func (x *ExtensionSearchRequest) Reset()

func (*ExtensionSearchRequest) String

func (x *ExtensionSearchRequest) String() string

func (*ExtensionSearchRequest) UnmarshalJSON

func (m *ExtensionSearchRequest) UnmarshalJSON(b []byte) error

ExtensionSearchRequest implement json.Marshaler.

func (*ExtensionSearchRequest) UnmarshalURLValues

func (m *ExtensionSearchRequest) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionSearchRequest implement urlenc.URLValuesUnmarshaler.

func (*ExtensionSearchRequest) Validate

func (this *ExtensionSearchRequest) Validate() error

type ExtensionSearchResponse

type ExtensionSearchResponse struct {
	Data map[string]*ExtensionVersion `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExtensionSearchResponse) Descriptor deprecated

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

Deprecated: Use ExtensionSearchResponse.ProtoReflect.Descriptor instead.

func (*ExtensionSearchResponse) GetData

func (*ExtensionSearchResponse) MarshalJSON

func (m *ExtensionSearchResponse) MarshalJSON() ([]byte, error)

ExtensionSearchResponse implement json.Marshaler.

func (*ExtensionSearchResponse) ProtoMessage

func (*ExtensionSearchResponse) ProtoMessage()

func (*ExtensionSearchResponse) ProtoReflect

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

func (*ExtensionSearchResponse) Reset

func (x *ExtensionSearchResponse) Reset()

func (*ExtensionSearchResponse) String

func (x *ExtensionSearchResponse) String() string

func (*ExtensionSearchResponse) UnmarshalJSON

func (m *ExtensionSearchResponse) UnmarshalJSON(b []byte) error

ExtensionSearchResponse implement json.Marshaler.

func (*ExtensionSearchResponse) UnmarshalURLValues

func (m *ExtensionSearchResponse) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionSearchResponse implement urlenc.URLValuesUnmarshaler.

func (*ExtensionSearchResponse) Validate

func (this *ExtensionSearchResponse) Validate() error

type ExtensionServiceClient

ExtensionServiceClient is the client API for ExtensionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ExtensionServiceHandler

type ExtensionServiceHandler interface {
	// POST /api/extensions/actions/search
	SearchExtensions(context.Context, *ExtensionSearchRequest) (*ExtensionSearchResponse, error)
	// POST /api/extensions
	CreateExtension(context.Context, *ExtensionCreateRequest) (*ExtensionCreateResponse, error)
	// GET /api/extensions
	QueryExtensions(context.Context, *QueryExtensionsRequest) (*QueryExtensionsResponse, error)
	// GET /api/extensions/actions/query-menu
	QueryExtensionsMenu(context.Context, *QueryExtensionsMenuRequest) (*QueryExtensionsMenuResponse, error)
	// POST /api/extensions/{name}
	CreateExtensionVersion(context.Context, *ExtensionVersionCreateRequest) (*ExtensionVersionCreateResponse, error)
	// GET /api/extensions/{name}/{version}
	GetExtensionVersion(context.Context, *GetExtensionVersionRequest) (*GetExtensionVersionResponse, error)
	// GET /api/extensions/{name}
	QueryExtensionVersions(context.Context, *ExtensionVersionQueryRequest) (*ExtensionVersionQueryResponse, error)
}

ExtensionServiceHandler is the server API for ExtensionService service.

type ExtensionServiceServer

ExtensionServiceServer is the server API for ExtensionService service. All implementations should embed UnimplementedExtensionServiceServer for forward compatibility

type ExtensionVersion

type ExtensionVersion struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version   string                 `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Type      string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Spec      *structpb.Value        `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Dice      *structpb.Value        `protobuf:"bytes,5,opt,name=dice,proto3" json:"dice,omitempty"`
	Swagger   *structpb.Value        `protobuf:"bytes,6,opt,name=swagger,proto3" json:"swagger,omitempty"`
	Readme    string                 `protobuf:"bytes,7,opt,name=readme,proto3" json:"readme,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	IsDefault bool                   `protobuf:"varint,10,opt,name=isDefault,proto3" json:"isDefault,omitempty"`
	Public    bool                   `protobuf:"varint,11,opt,name=public,proto3" json:"public,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersion) Descriptor deprecated

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

Deprecated: Use ExtensionVersion.ProtoReflect.Descriptor instead.

func (*ExtensionVersion) GetCreatedAt

func (x *ExtensionVersion) GetCreatedAt() *timestamppb.Timestamp

func (*ExtensionVersion) GetDice

func (x *ExtensionVersion) GetDice() *structpb.Value

func (*ExtensionVersion) GetIsDefault

func (x *ExtensionVersion) GetIsDefault() bool

func (*ExtensionVersion) GetName

func (x *ExtensionVersion) GetName() string

func (*ExtensionVersion) GetPublic

func (x *ExtensionVersion) GetPublic() bool

func (*ExtensionVersion) GetReadme

func (x *ExtensionVersion) GetReadme() string

func (*ExtensionVersion) GetSpec

func (x *ExtensionVersion) GetSpec() *structpb.Value

func (*ExtensionVersion) GetSwagger

func (x *ExtensionVersion) GetSwagger() *structpb.Value

func (*ExtensionVersion) GetType

func (x *ExtensionVersion) GetType() string

func (*ExtensionVersion) GetUpdatedAt

func (x *ExtensionVersion) GetUpdatedAt() *timestamppb.Timestamp

func (*ExtensionVersion) GetVersion

func (x *ExtensionVersion) GetVersion() string

func (*ExtensionVersion) MarshalJSON

func (m *ExtensionVersion) MarshalJSON() ([]byte, error)

ExtensionVersion implement json.Marshaler.

func (*ExtensionVersion) ProtoMessage

func (*ExtensionVersion) ProtoMessage()

func (*ExtensionVersion) ProtoReflect

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

func (*ExtensionVersion) Reset

func (x *ExtensionVersion) Reset()

func (*ExtensionVersion) String

func (x *ExtensionVersion) String() string

func (*ExtensionVersion) UnmarshalJSON

func (m *ExtensionVersion) UnmarshalJSON(b []byte) error

ExtensionVersion implement json.Marshaler.

func (*ExtensionVersion) UnmarshalURLValues

func (m *ExtensionVersion) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionVersion implement urlenc.URLValuesUnmarshaler.

func (*ExtensionVersion) Validate

func (this *ExtensionVersion) Validate() error

type ExtensionVersionCreateRequest

type ExtensionVersionCreateRequest struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version     string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	SpecYml     string `protobuf:"bytes,3,opt,name=specYml,proto3" json:"specYml,omitempty"`
	DiceYml     string `protobuf:"bytes,4,opt,name=diceYml,proto3" json:"diceYml,omitempty"`
	SwaggerYml  string `protobuf:"bytes,5,opt,name=swaggerYml,proto3" json:"swaggerYml,omitempty"`
	Readme      string `protobuf:"bytes,6,opt,name=readme,proto3" json:"readme,omitempty"`
	Public      bool   `protobuf:"varint,7,opt,name=public,proto3" json:"public,omitempty"`
	ForceUpdate bool   `protobuf:"varint,8,opt,name=forceUpdate,proto3" json:"forceUpdate,omitempty"`
	All         bool   `protobuf:"varint,9,opt,name=all,proto3" json:"all,omitempty"`
	IsDefault   bool   `protobuf:"varint,10,opt,name=isDefault,proto3" json:"isDefault,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersionCreateRequest) Descriptor deprecated

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

Deprecated: Use ExtensionVersionCreateRequest.ProtoReflect.Descriptor instead.

func (*ExtensionVersionCreateRequest) GetAll

func (x *ExtensionVersionCreateRequest) GetAll() bool

func (*ExtensionVersionCreateRequest) GetDiceYml

func (x *ExtensionVersionCreateRequest) GetDiceYml() string

func (*ExtensionVersionCreateRequest) GetForceUpdate

func (x *ExtensionVersionCreateRequest) GetForceUpdate() bool

func (*ExtensionVersionCreateRequest) GetIsDefault

func (x *ExtensionVersionCreateRequest) GetIsDefault() bool

func (*ExtensionVersionCreateRequest) GetName

func (*ExtensionVersionCreateRequest) GetPublic

func (x *ExtensionVersionCreateRequest) GetPublic() bool

func (*ExtensionVersionCreateRequest) GetReadme

func (x *ExtensionVersionCreateRequest) GetReadme() string

func (*ExtensionVersionCreateRequest) GetSpecYml

func (x *ExtensionVersionCreateRequest) GetSpecYml() string

func (*ExtensionVersionCreateRequest) GetSwaggerYml

func (x *ExtensionVersionCreateRequest) GetSwaggerYml() string

func (*ExtensionVersionCreateRequest) GetVersion

func (x *ExtensionVersionCreateRequest) GetVersion() string

func (*ExtensionVersionCreateRequest) MarshalJSON

func (m *ExtensionVersionCreateRequest) MarshalJSON() ([]byte, error)

ExtensionVersionCreateRequest implement json.Marshaler.

func (*ExtensionVersionCreateRequest) ProtoMessage

func (*ExtensionVersionCreateRequest) ProtoMessage()

func (*ExtensionVersionCreateRequest) ProtoReflect

func (*ExtensionVersionCreateRequest) Reset

func (x *ExtensionVersionCreateRequest) Reset()

func (*ExtensionVersionCreateRequest) String

func (*ExtensionVersionCreateRequest) UnmarshalJSON

func (m *ExtensionVersionCreateRequest) UnmarshalJSON(b []byte) error

ExtensionVersionCreateRequest implement json.Marshaler.

func (*ExtensionVersionCreateRequest) UnmarshalURLValues

func (m *ExtensionVersionCreateRequest) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionVersionCreateRequest implement urlenc.URLValuesUnmarshaler.

func (*ExtensionVersionCreateRequest) Validate

func (this *ExtensionVersionCreateRequest) Validate() error

type ExtensionVersionCreateResponse

type ExtensionVersionCreateResponse struct {
	Data *ExtensionVersion `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersionCreateResponse) Descriptor deprecated

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

Deprecated: Use ExtensionVersionCreateResponse.ProtoReflect.Descriptor instead.

func (*ExtensionVersionCreateResponse) GetData

func (*ExtensionVersionCreateResponse) MarshalJSON

func (m *ExtensionVersionCreateResponse) MarshalJSON() ([]byte, error)

ExtensionVersionCreateResponse implement json.Marshaler.

func (*ExtensionVersionCreateResponse) ProtoMessage

func (*ExtensionVersionCreateResponse) ProtoMessage()

func (*ExtensionVersionCreateResponse) ProtoReflect

func (*ExtensionVersionCreateResponse) Reset

func (x *ExtensionVersionCreateResponse) Reset()

func (*ExtensionVersionCreateResponse) String

func (*ExtensionVersionCreateResponse) UnmarshalJSON

func (m *ExtensionVersionCreateResponse) UnmarshalJSON(b []byte) error

ExtensionVersionCreateResponse implement json.Marshaler.

func (*ExtensionVersionCreateResponse) UnmarshalURLValues

func (m *ExtensionVersionCreateResponse) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionVersionCreateResponse implement urlenc.URLValuesUnmarshaler.

func (*ExtensionVersionCreateResponse) Validate

func (this *ExtensionVersionCreateResponse) Validate() error

type ExtensionVersionGetRequest

type ExtensionVersionGetRequest struct {
	Name       string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version    string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	YamlFormat bool   `protobuf:"varint,3,opt,name=yamlFormat,proto3" json:"yamlFormat,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersionGetRequest) Descriptor deprecated

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

Deprecated: Use ExtensionVersionGetRequest.ProtoReflect.Descriptor instead.

func (*ExtensionVersionGetRequest) GetName

func (x *ExtensionVersionGetRequest) GetName() string

func (*ExtensionVersionGetRequest) GetVersion

func (x *ExtensionVersionGetRequest) GetVersion() string

func (*ExtensionVersionGetRequest) GetYamlFormat

func (x *ExtensionVersionGetRequest) GetYamlFormat() bool

func (*ExtensionVersionGetRequest) MarshalJSON

func (m *ExtensionVersionGetRequest) MarshalJSON() ([]byte, error)

ExtensionVersionGetRequest implement json.Marshaler.

func (*ExtensionVersionGetRequest) ProtoMessage

func (*ExtensionVersionGetRequest) ProtoMessage()

func (*ExtensionVersionGetRequest) ProtoReflect

func (*ExtensionVersionGetRequest) Reset

func (x *ExtensionVersionGetRequest) Reset()

func (*ExtensionVersionGetRequest) String

func (x *ExtensionVersionGetRequest) String() string

func (*ExtensionVersionGetRequest) UnmarshalJSON

func (m *ExtensionVersionGetRequest) UnmarshalJSON(b []byte) error

ExtensionVersionGetRequest implement json.Marshaler.

func (*ExtensionVersionGetRequest) UnmarshalURLValues

func (m *ExtensionVersionGetRequest) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionVersionGetRequest implement urlenc.URLValuesUnmarshaler.

func (*ExtensionVersionGetRequest) Validate

func (this *ExtensionVersionGetRequest) Validate() error

type ExtensionVersionGetResponse

type ExtensionVersionGetResponse struct {
	Data *ExtensionVersion `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersionGetResponse) Descriptor deprecated

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

Deprecated: Use ExtensionVersionGetResponse.ProtoReflect.Descriptor instead.

func (*ExtensionVersionGetResponse) GetData

func (*ExtensionVersionGetResponse) MarshalJSON

func (m *ExtensionVersionGetResponse) MarshalJSON() ([]byte, error)

ExtensionVersionGetResponse implement json.Marshaler.

func (*ExtensionVersionGetResponse) ProtoMessage

func (*ExtensionVersionGetResponse) ProtoMessage()

func (*ExtensionVersionGetResponse) ProtoReflect

func (*ExtensionVersionGetResponse) Reset

func (x *ExtensionVersionGetResponse) Reset()

func (*ExtensionVersionGetResponse) String

func (x *ExtensionVersionGetResponse) String() string

func (*ExtensionVersionGetResponse) UnmarshalJSON

func (m *ExtensionVersionGetResponse) UnmarshalJSON(b []byte) error

ExtensionVersionGetResponse implement json.Marshaler.

func (*ExtensionVersionGetResponse) UnmarshalURLValues

func (m *ExtensionVersionGetResponse) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionVersionGetResponse implement urlenc.URLValuesUnmarshaler.

func (*ExtensionVersionGetResponse) Validate

func (this *ExtensionVersionGetResponse) Validate() error

type ExtensionVersionQueryRequest

type ExtensionVersionQueryRequest struct {
	Name       string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	YamlFormat bool   `protobuf:"varint,2,opt,name=yamlFormat,proto3" json:"yamlFormat,omitempty"`
	All        string `protobuf:"bytes,3,opt,name=all,proto3" json:"all,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersionQueryRequest) Descriptor deprecated

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

Deprecated: Use ExtensionVersionQueryRequest.ProtoReflect.Descriptor instead.

func (*ExtensionVersionQueryRequest) GetAll

func (*ExtensionVersionQueryRequest) GetName

func (x *ExtensionVersionQueryRequest) GetName() string

func (*ExtensionVersionQueryRequest) GetYamlFormat

func (x *ExtensionVersionQueryRequest) GetYamlFormat() bool

func (*ExtensionVersionQueryRequest) MarshalJSON

func (m *ExtensionVersionQueryRequest) MarshalJSON() ([]byte, error)

ExtensionVersionQueryRequest implement json.Marshaler.

func (*ExtensionVersionQueryRequest) ProtoMessage

func (*ExtensionVersionQueryRequest) ProtoMessage()

func (*ExtensionVersionQueryRequest) ProtoReflect

func (*ExtensionVersionQueryRequest) Reset

func (x *ExtensionVersionQueryRequest) Reset()

func (*ExtensionVersionQueryRequest) String

func (*ExtensionVersionQueryRequest) UnmarshalJSON

func (m *ExtensionVersionQueryRequest) UnmarshalJSON(b []byte) error

ExtensionVersionQueryRequest implement json.Marshaler.

func (*ExtensionVersionQueryRequest) UnmarshalURLValues

func (m *ExtensionVersionQueryRequest) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionVersionQueryRequest implement urlenc.URLValuesUnmarshaler.

func (*ExtensionVersionQueryRequest) Validate

func (this *ExtensionVersionQueryRequest) Validate() error

type ExtensionVersionQueryResponse

type ExtensionVersionQueryResponse struct {
	Data []*ExtensionVersion `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionVersionQueryResponse) Descriptor deprecated

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

Deprecated: Use ExtensionVersionQueryResponse.ProtoReflect.Descriptor instead.

func (*ExtensionVersionQueryResponse) GetData

func (*ExtensionVersionQueryResponse) MarshalJSON

func (m *ExtensionVersionQueryResponse) MarshalJSON() ([]byte, error)

ExtensionVersionQueryResponse implement json.Marshaler.

func (*ExtensionVersionQueryResponse) ProtoMessage

func (*ExtensionVersionQueryResponse) ProtoMessage()

func (*ExtensionVersionQueryResponse) ProtoReflect

func (*ExtensionVersionQueryResponse) Reset

func (x *ExtensionVersionQueryResponse) Reset()

func (*ExtensionVersionQueryResponse) String

func (*ExtensionVersionQueryResponse) UnmarshalJSON

func (m *ExtensionVersionQueryResponse) UnmarshalJSON(b []byte) error

ExtensionVersionQueryResponse implement json.Marshaler.

func (*ExtensionVersionQueryResponse) UnmarshalURLValues

func (m *ExtensionVersionQueryResponse) UnmarshalURLValues(prefix string, values url.Values) error

ExtensionVersionQueryResponse implement urlenc.URLValuesUnmarshaler.

func (*ExtensionVersionQueryResponse) Validate

func (this *ExtensionVersionQueryResponse) Validate() error

type GetExtensionVersionRequest

type GetExtensionVersionRequest struct {
	Name       string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Version    string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	YamlFormat bool   `protobuf:"varint,3,opt,name=yamlFormat,proto3" json:"yamlFormat,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExtensionVersionRequest) Descriptor deprecated

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

Deprecated: Use GetExtensionVersionRequest.ProtoReflect.Descriptor instead.

func (*GetExtensionVersionRequest) GetName

func (x *GetExtensionVersionRequest) GetName() string

func (*GetExtensionVersionRequest) GetVersion

func (x *GetExtensionVersionRequest) GetVersion() string

func (*GetExtensionVersionRequest) GetYamlFormat

func (x *GetExtensionVersionRequest) GetYamlFormat() bool

func (*GetExtensionVersionRequest) MarshalJSON

func (m *GetExtensionVersionRequest) MarshalJSON() ([]byte, error)

GetExtensionVersionRequest implement json.Marshaler.

func (*GetExtensionVersionRequest) ProtoMessage

func (*GetExtensionVersionRequest) ProtoMessage()

func (*GetExtensionVersionRequest) ProtoReflect

func (*GetExtensionVersionRequest) Reset

func (x *GetExtensionVersionRequest) Reset()

func (*GetExtensionVersionRequest) String

func (x *GetExtensionVersionRequest) String() string

func (*GetExtensionVersionRequest) UnmarshalJSON

func (m *GetExtensionVersionRequest) UnmarshalJSON(b []byte) error

GetExtensionVersionRequest implement json.Marshaler.

func (*GetExtensionVersionRequest) UnmarshalURLValues

func (m *GetExtensionVersionRequest) UnmarshalURLValues(prefix string, values url.Values) error

GetExtensionVersionRequest implement urlenc.URLValuesUnmarshaler.

func (*GetExtensionVersionRequest) Validate

func (this *GetExtensionVersionRequest) Validate() error

type GetExtensionVersionResponse

type GetExtensionVersionResponse struct {
	Data *ExtensionVersion `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetExtensionVersionResponse) Descriptor deprecated

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

Deprecated: Use GetExtensionVersionResponse.ProtoReflect.Descriptor instead.

func (*GetExtensionVersionResponse) GetData

func (*GetExtensionVersionResponse) MarshalJSON

func (m *GetExtensionVersionResponse) MarshalJSON() ([]byte, error)

GetExtensionVersionResponse implement json.Marshaler.

func (*GetExtensionVersionResponse) ProtoMessage

func (*GetExtensionVersionResponse) ProtoMessage()

func (*GetExtensionVersionResponse) ProtoReflect

func (*GetExtensionVersionResponse) Reset

func (x *GetExtensionVersionResponse) Reset()

func (*GetExtensionVersionResponse) String

func (x *GetExtensionVersionResponse) String() string

func (*GetExtensionVersionResponse) UnmarshalJSON

func (m *GetExtensionVersionResponse) UnmarshalJSON(b []byte) error

GetExtensionVersionResponse implement json.Marshaler.

func (*GetExtensionVersionResponse) UnmarshalURLValues

func (m *GetExtensionVersionResponse) UnmarshalURLValues(prefix string, values url.Values) error

GetExtensionVersionResponse implement urlenc.URLValuesUnmarshaler.

func (*GetExtensionVersionResponse) Validate

func (this *GetExtensionVersionResponse) Validate() error

type QueryExtensionsMenuRequest

type QueryExtensionsMenuRequest struct {
	All    string `protobuf:"bytes,1,opt,name=all,proto3" json:"all,omitempty"`
	Type   string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Labels string `protobuf:"bytes,3,opt,name=labels,proto3" json:"labels,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryExtensionsMenuRequest) Descriptor deprecated

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

Deprecated: Use QueryExtensionsMenuRequest.ProtoReflect.Descriptor instead.

func (*QueryExtensionsMenuRequest) GetAll

func (x *QueryExtensionsMenuRequest) GetAll() string

func (*QueryExtensionsMenuRequest) GetLabels

func (x *QueryExtensionsMenuRequest) GetLabels() string

func (*QueryExtensionsMenuRequest) GetType

func (x *QueryExtensionsMenuRequest) GetType() string

func (*QueryExtensionsMenuRequest) MarshalJSON

func (m *QueryExtensionsMenuRequest) MarshalJSON() ([]byte, error)

QueryExtensionsMenuRequest implement json.Marshaler.

func (*QueryExtensionsMenuRequest) ProtoMessage

func (*QueryExtensionsMenuRequest) ProtoMessage()

func (*QueryExtensionsMenuRequest) ProtoReflect

func (*QueryExtensionsMenuRequest) Reset

func (x *QueryExtensionsMenuRequest) Reset()

func (*QueryExtensionsMenuRequest) String

func (x *QueryExtensionsMenuRequest) String() string

func (*QueryExtensionsMenuRequest) UnmarshalJSON

func (m *QueryExtensionsMenuRequest) UnmarshalJSON(b []byte) error

QueryExtensionsMenuRequest implement json.Marshaler.

func (*QueryExtensionsMenuRequest) UnmarshalURLValues

func (m *QueryExtensionsMenuRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryExtensionsMenuRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryExtensionsMenuRequest) Validate

func (this *QueryExtensionsMenuRequest) Validate() error

type QueryExtensionsMenuResponse

type QueryExtensionsMenuResponse struct {
	Data map[string]*structpb.Value `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*QueryExtensionsMenuResponse) Descriptor deprecated

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

Deprecated: Use QueryExtensionsMenuResponse.ProtoReflect.Descriptor instead.

func (*QueryExtensionsMenuResponse) GetData

func (*QueryExtensionsMenuResponse) MarshalJSON

func (m *QueryExtensionsMenuResponse) MarshalJSON() ([]byte, error)

QueryExtensionsMenuResponse implement json.Marshaler.

func (*QueryExtensionsMenuResponse) ProtoMessage

func (*QueryExtensionsMenuResponse) ProtoMessage()

func (*QueryExtensionsMenuResponse) ProtoReflect

func (*QueryExtensionsMenuResponse) Reset

func (x *QueryExtensionsMenuResponse) Reset()

func (*QueryExtensionsMenuResponse) String

func (x *QueryExtensionsMenuResponse) String() string

func (*QueryExtensionsMenuResponse) UnmarshalJSON

func (m *QueryExtensionsMenuResponse) UnmarshalJSON(b []byte) error

QueryExtensionsMenuResponse implement json.Marshaler.

func (*QueryExtensionsMenuResponse) UnmarshalURLValues

func (m *QueryExtensionsMenuResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryExtensionsMenuResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryExtensionsMenuResponse) Validate

func (this *QueryExtensionsMenuResponse) Validate() error

type QueryExtensionsRequest

type QueryExtensionsRequest struct {
	All    string `protobuf:"bytes,1,opt,name=all,proto3" json:"all,omitempty"`
	Type   string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Labels string `protobuf:"bytes,3,opt,name=labels,proto3" json:"labels,omitempty"`
	Menu   string `protobuf:"bytes,4,opt,name=menu,proto3" json:"menu,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryExtensionsRequest) Descriptor deprecated

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

Deprecated: Use QueryExtensionsRequest.ProtoReflect.Descriptor instead.

func (*QueryExtensionsRequest) GetAll

func (x *QueryExtensionsRequest) GetAll() string

func (*QueryExtensionsRequest) GetLabels

func (x *QueryExtensionsRequest) GetLabels() string

func (*QueryExtensionsRequest) GetMenu

func (x *QueryExtensionsRequest) GetMenu() string

func (*QueryExtensionsRequest) GetType

func (x *QueryExtensionsRequest) GetType() string

func (*QueryExtensionsRequest) MarshalJSON

func (m *QueryExtensionsRequest) MarshalJSON() ([]byte, error)

QueryExtensionsRequest implement json.Marshaler.

func (*QueryExtensionsRequest) ProtoMessage

func (*QueryExtensionsRequest) ProtoMessage()

func (*QueryExtensionsRequest) ProtoReflect

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

func (*QueryExtensionsRequest) Reset

func (x *QueryExtensionsRequest) Reset()

func (*QueryExtensionsRequest) String

func (x *QueryExtensionsRequest) String() string

func (*QueryExtensionsRequest) UnmarshalJSON

func (m *QueryExtensionsRequest) UnmarshalJSON(b []byte) error

QueryExtensionsRequest implement json.Marshaler.

func (*QueryExtensionsRequest) UnmarshalURLValues

func (m *QueryExtensionsRequest) UnmarshalURLValues(prefix string, values url.Values) error

QueryExtensionsRequest implement urlenc.URLValuesUnmarshaler.

func (*QueryExtensionsRequest) Validate

func (this *QueryExtensionsRequest) Validate() error

type QueryExtensionsResponse

type QueryExtensionsResponse struct {
	Data *structpb.Value `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryExtensionsResponse) Descriptor deprecated

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

Deprecated: Use QueryExtensionsResponse.ProtoReflect.Descriptor instead.

func (*QueryExtensionsResponse) GetData

func (x *QueryExtensionsResponse) GetData() *structpb.Value

func (*QueryExtensionsResponse) MarshalJSON

func (m *QueryExtensionsResponse) MarshalJSON() ([]byte, error)

QueryExtensionsResponse implement json.Marshaler.

func (*QueryExtensionsResponse) ProtoMessage

func (*QueryExtensionsResponse) ProtoMessage()

func (*QueryExtensionsResponse) ProtoReflect

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

func (*QueryExtensionsResponse) Reset

func (x *QueryExtensionsResponse) Reset()

func (*QueryExtensionsResponse) String

func (x *QueryExtensionsResponse) String() string

func (*QueryExtensionsResponse) UnmarshalJSON

func (m *QueryExtensionsResponse) UnmarshalJSON(b []byte) error

QueryExtensionsResponse implement json.Marshaler.

func (*QueryExtensionsResponse) UnmarshalURLValues

func (m *QueryExtensionsResponse) UnmarshalURLValues(prefix string, values url.Values) error

QueryExtensionsResponse implement urlenc.URLValuesUnmarshaler.

func (*QueryExtensionsResponse) Validate

func (this *QueryExtensionsResponse) Validate() error

type Spec

type Spec struct {
	Name              string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName       string            `protobuf:"bytes,2,opt,name=displayName,proto3" json:"displayName,omitempty"`
	Version           string            `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Type              string            `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Category          string            `protobuf:"bytes,5,opt,name=category,proto3" json:"category,omitempty"`
	Desc              string            `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"`
	Labels            map[string]string `` /* 153-byte string literal not displayed */
	LogoUrl           string            `protobuf:"bytes,8,opt,name=logoUrl,proto3" json:"logoUrl,omitempty"`
	SupportedVersions []string          `protobuf:"bytes,9,rep,name=supportedVersions,proto3" json:"supportedVersions,omitempty"`
	Public            bool              `protobuf:"varint,10,opt,name=public,proto3" json:"public,omitempty"`
	IsDefault         bool              `protobuf:"varint,11,opt,name=isDefault,proto3" json:"isDefault,omitempty"`
	// contains filtered or unexported fields
}

func (*Spec) Descriptor deprecated

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

Deprecated: Use Spec.ProtoReflect.Descriptor instead.

func (*Spec) GetCategory

func (x *Spec) GetCategory() string

func (*Spec) GetDesc

func (x *Spec) GetDesc() string

func (*Spec) GetDisplayName

func (x *Spec) GetDisplayName() string

func (*Spec) GetIsDefault

func (x *Spec) GetIsDefault() bool

func (*Spec) GetLabels

func (x *Spec) GetLabels() map[string]string

func (*Spec) GetLogoUrl

func (x *Spec) GetLogoUrl() string

func (*Spec) GetName

func (x *Spec) GetName() string

func (*Spec) GetPublic

func (x *Spec) GetPublic() bool

func (*Spec) GetSupportedVersions

func (x *Spec) GetSupportedVersions() []string

func (*Spec) GetType

func (x *Spec) GetType() string

func (*Spec) GetVersion

func (x *Spec) GetVersion() string

func (*Spec) MarshalJSON

func (m *Spec) MarshalJSON() ([]byte, error)

Spec implement json.Marshaler.

func (*Spec) ProtoMessage

func (*Spec) ProtoMessage()

func (*Spec) ProtoReflect

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

func (*Spec) Reset

func (x *Spec) Reset()

func (*Spec) String

func (x *Spec) String() string

func (*Spec) UnmarshalJSON

func (m *Spec) UnmarshalJSON(b []byte) error

Spec implement json.Marshaler.

func (*Spec) UnmarshalURLValues

func (m *Spec) UnmarshalURLValues(prefix string, values url.Values) error

Spec implement urlenc.URLValuesUnmarshaler.

func (*Spec) Validate

func (this *Spec) Validate() error

type UnimplementedExtensionServiceServer

type UnimplementedExtensionServiceServer struct {
}

UnimplementedExtensionServiceServer should be embedded to have forward compatible implementations.

func (*UnimplementedExtensionServiceServer) CreateExtension

func (*UnimplementedExtensionServiceServer) GetExtensionVersion

func (*UnimplementedExtensionServiceServer) QueryExtensionVersions

func (*UnimplementedExtensionServiceServer) QueryExtensions

func (*UnimplementedExtensionServiceServer) QueryExtensionsMenu

func (*UnimplementedExtensionServiceServer) SearchExtensions

Jump to

Keyboard shortcuts

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