Documentation ¶
Index ¶
- Variables
- func ExtensionServiceClientType() reflect.Type
- func ExtensionServiceHandlerType() reflect.Type
- func ExtensionServiceServerType() reflect.Type
- func RegisterExtensionServiceHandler(r http.Router, srv ExtensionServiceHandler, opts ...http.HandleOption)
- func RegisterExtensionServiceImp(regester transport.Register, srv ExtensionServiceServer, ...)
- func RegisterExtensionServiceServer(s grpc1.ServiceRegistrar, srv ExtensionServiceServer, ...)
- func ServiceNames(svr ...string) []string
- func Types() []reflect.Type
- type Extension
- func (*Extension) Descriptor() ([]byte, []int)deprecated
- func (x *Extension) GetCategory() string
- func (x *Extension) GetCreatedAt() *timestamppb.Timestamp
- func (x *Extension) GetDesc() string
- func (x *Extension) GetDisplayName() string
- func (x *Extension) GetId() uint64
- func (x *Extension) GetLogoUrl() string
- func (x *Extension) GetName() string
- func (x *Extension) GetPublic() bool
- func (x *Extension) GetType() string
- func (x *Extension) GetUpdatedAt() *timestamppb.Timestamp
- func (m *Extension) MarshalJSON() ([]byte, error)
- func (*Extension) ProtoMessage()
- func (x *Extension) ProtoReflect() protoreflect.Message
- func (x *Extension) Reset()
- func (x *Extension) String() string
- func (m *Extension) UnmarshalJSON(b []byte) error
- func (m *Extension) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *Extension) Validate() error
- type ExtensionCreateRequest
- func (*ExtensionCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionCreateRequest) GetCategory() string
- func (x *ExtensionCreateRequest) GetDesc() string
- func (x *ExtensionCreateRequest) GetDisplayName() string
- func (x *ExtensionCreateRequest) GetLabels() string
- func (x *ExtensionCreateRequest) GetLogoUrl() string
- func (x *ExtensionCreateRequest) GetName() string
- func (x *ExtensionCreateRequest) GetPublic() bool
- func (x *ExtensionCreateRequest) GetType() string
- func (m *ExtensionCreateRequest) MarshalJSON() ([]byte, error)
- func (*ExtensionCreateRequest) ProtoMessage()
- func (x *ExtensionCreateRequest) ProtoReflect() protoreflect.Message
- func (x *ExtensionCreateRequest) Reset()
- func (x *ExtensionCreateRequest) String() string
- func (m *ExtensionCreateRequest) UnmarshalJSON(b []byte) error
- func (m *ExtensionCreateRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionCreateRequest) Validate() error
- type ExtensionCreateResponse
- func (*ExtensionCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionCreateResponse) GetData() *Extension
- func (m *ExtensionCreateResponse) MarshalJSON() ([]byte, error)
- func (*ExtensionCreateResponse) ProtoMessage()
- func (x *ExtensionCreateResponse) ProtoReflect() protoreflect.Message
- func (x *ExtensionCreateResponse) Reset()
- func (x *ExtensionCreateResponse) String() string
- func (m *ExtensionCreateResponse) UnmarshalJSON(b []byte) error
- func (m *ExtensionCreateResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionCreateResponse) Validate() error
- type ExtensionMenu
- func (*ExtensionMenu) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionMenu) GetDisplayName() string
- func (x *ExtensionMenu) GetItems() []*Extension
- func (x *ExtensionMenu) GetName() string
- func (m *ExtensionMenu) MarshalJSON() ([]byte, error)
- func (*ExtensionMenu) ProtoMessage()
- func (x *ExtensionMenu) ProtoReflect() protoreflect.Message
- func (x *ExtensionMenu) Reset()
- func (x *ExtensionMenu) String() string
- func (m *ExtensionMenu) UnmarshalJSON(b []byte) error
- func (m *ExtensionMenu) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionMenu) Validate() error
- type ExtensionQueryRequest
- func (*ExtensionQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionQueryRequest) GetAll() string
- func (x *ExtensionQueryRequest) GetLabels() string
- func (x *ExtensionQueryRequest) GetType() string
- func (m *ExtensionQueryRequest) MarshalJSON() ([]byte, error)
- func (*ExtensionQueryRequest) ProtoMessage()
- func (x *ExtensionQueryRequest) ProtoReflect() protoreflect.Message
- func (x *ExtensionQueryRequest) Reset()
- func (x *ExtensionQueryRequest) String() string
- func (m *ExtensionQueryRequest) UnmarshalJSON(b []byte) error
- func (m *ExtensionQueryRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionQueryRequest) Validate() error
- type ExtensionQueryResponse
- func (*ExtensionQueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionQueryResponse) GetData() []*Extension
- func (m *ExtensionQueryResponse) MarshalJSON() ([]byte, error)
- func (*ExtensionQueryResponse) ProtoMessage()
- func (x *ExtensionQueryResponse) ProtoReflect() protoreflect.Message
- func (x *ExtensionQueryResponse) Reset()
- func (x *ExtensionQueryResponse) String() string
- func (m *ExtensionQueryResponse) UnmarshalJSON(b []byte) error
- func (m *ExtensionQueryResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionQueryResponse) Validate() error
- type ExtensionSearchRequest
- func (*ExtensionSearchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionSearchRequest) GetExtensions() []string
- func (x *ExtensionSearchRequest) GetYamlFormat() bool
- func (m *ExtensionSearchRequest) MarshalJSON() ([]byte, error)
- func (*ExtensionSearchRequest) ProtoMessage()
- func (x *ExtensionSearchRequest) ProtoReflect() protoreflect.Message
- func (x *ExtensionSearchRequest) Reset()
- func (x *ExtensionSearchRequest) String() string
- func (m *ExtensionSearchRequest) UnmarshalJSON(b []byte) error
- func (m *ExtensionSearchRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionSearchRequest) Validate() error
- type ExtensionSearchResponse
- func (*ExtensionSearchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionSearchResponse) GetData() map[string]*ExtensionVersion
- func (m *ExtensionSearchResponse) MarshalJSON() ([]byte, error)
- func (*ExtensionSearchResponse) ProtoMessage()
- func (x *ExtensionSearchResponse) ProtoReflect() protoreflect.Message
- func (x *ExtensionSearchResponse) Reset()
- func (x *ExtensionSearchResponse) String() string
- func (m *ExtensionSearchResponse) UnmarshalJSON(b []byte) error
- func (m *ExtensionSearchResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionSearchResponse) Validate() error
- type ExtensionServiceClient
- type ExtensionServiceHandler
- type ExtensionServiceServer
- type ExtensionVersion
- func (*ExtensionVersion) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersion) GetCreatedAt() *timestamppb.Timestamp
- func (x *ExtensionVersion) GetDice() *structpb.Value
- func (x *ExtensionVersion) GetIsDefault() bool
- func (x *ExtensionVersion) GetName() string
- func (x *ExtensionVersion) GetPublic() bool
- func (x *ExtensionVersion) GetReadme() string
- func (x *ExtensionVersion) GetSpec() *structpb.Value
- func (x *ExtensionVersion) GetSwagger() *structpb.Value
- func (x *ExtensionVersion) GetType() string
- func (x *ExtensionVersion) GetUpdatedAt() *timestamppb.Timestamp
- func (x *ExtensionVersion) GetVersion() string
- func (m *ExtensionVersion) MarshalJSON() ([]byte, error)
- func (*ExtensionVersion) ProtoMessage()
- func (x *ExtensionVersion) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersion) Reset()
- func (x *ExtensionVersion) String() string
- func (m *ExtensionVersion) UnmarshalJSON(b []byte) error
- func (m *ExtensionVersion) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionVersion) Validate() error
- type ExtensionVersionCreateRequest
- func (*ExtensionVersionCreateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersionCreateRequest) GetAll() bool
- func (x *ExtensionVersionCreateRequest) GetDiceYml() string
- func (x *ExtensionVersionCreateRequest) GetForceUpdate() bool
- func (x *ExtensionVersionCreateRequest) GetIsDefault() bool
- func (x *ExtensionVersionCreateRequest) GetName() string
- func (x *ExtensionVersionCreateRequest) GetPublic() bool
- func (x *ExtensionVersionCreateRequest) GetReadme() string
- func (x *ExtensionVersionCreateRequest) GetSpecYml() string
- func (x *ExtensionVersionCreateRequest) GetSwaggerYml() string
- func (x *ExtensionVersionCreateRequest) GetVersion() string
- func (m *ExtensionVersionCreateRequest) MarshalJSON() ([]byte, error)
- func (*ExtensionVersionCreateRequest) ProtoMessage()
- func (x *ExtensionVersionCreateRequest) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersionCreateRequest) Reset()
- func (x *ExtensionVersionCreateRequest) String() string
- func (m *ExtensionVersionCreateRequest) UnmarshalJSON(b []byte) error
- func (m *ExtensionVersionCreateRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionVersionCreateRequest) Validate() error
- type ExtensionVersionCreateResponse
- func (*ExtensionVersionCreateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersionCreateResponse) GetData() *ExtensionVersion
- func (m *ExtensionVersionCreateResponse) MarshalJSON() ([]byte, error)
- func (*ExtensionVersionCreateResponse) ProtoMessage()
- func (x *ExtensionVersionCreateResponse) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersionCreateResponse) Reset()
- func (x *ExtensionVersionCreateResponse) String() string
- func (m *ExtensionVersionCreateResponse) UnmarshalJSON(b []byte) error
- func (m *ExtensionVersionCreateResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionVersionCreateResponse) Validate() error
- type ExtensionVersionGetRequest
- func (*ExtensionVersionGetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersionGetRequest) GetName() string
- func (x *ExtensionVersionGetRequest) GetVersion() string
- func (x *ExtensionVersionGetRequest) GetYamlFormat() bool
- func (m *ExtensionVersionGetRequest) MarshalJSON() ([]byte, error)
- func (*ExtensionVersionGetRequest) ProtoMessage()
- func (x *ExtensionVersionGetRequest) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersionGetRequest) Reset()
- func (x *ExtensionVersionGetRequest) String() string
- func (m *ExtensionVersionGetRequest) UnmarshalJSON(b []byte) error
- func (m *ExtensionVersionGetRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionVersionGetRequest) Validate() error
- type ExtensionVersionGetResponse
- func (*ExtensionVersionGetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersionGetResponse) GetData() *ExtensionVersion
- func (m *ExtensionVersionGetResponse) MarshalJSON() ([]byte, error)
- func (*ExtensionVersionGetResponse) ProtoMessage()
- func (x *ExtensionVersionGetResponse) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersionGetResponse) Reset()
- func (x *ExtensionVersionGetResponse) String() string
- func (m *ExtensionVersionGetResponse) UnmarshalJSON(b []byte) error
- func (m *ExtensionVersionGetResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionVersionGetResponse) Validate() error
- type ExtensionVersionQueryRequest
- func (*ExtensionVersionQueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersionQueryRequest) GetAll() string
- func (x *ExtensionVersionQueryRequest) GetName() string
- func (x *ExtensionVersionQueryRequest) GetYamlFormat() bool
- func (m *ExtensionVersionQueryRequest) MarshalJSON() ([]byte, error)
- func (*ExtensionVersionQueryRequest) ProtoMessage()
- func (x *ExtensionVersionQueryRequest) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersionQueryRequest) Reset()
- func (x *ExtensionVersionQueryRequest) String() string
- func (m *ExtensionVersionQueryRequest) UnmarshalJSON(b []byte) error
- func (m *ExtensionVersionQueryRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionVersionQueryRequest) Validate() error
- type ExtensionVersionQueryResponse
- func (*ExtensionVersionQueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExtensionVersionQueryResponse) GetData() []*ExtensionVersion
- func (m *ExtensionVersionQueryResponse) MarshalJSON() ([]byte, error)
- func (*ExtensionVersionQueryResponse) ProtoMessage()
- func (x *ExtensionVersionQueryResponse) ProtoReflect() protoreflect.Message
- func (x *ExtensionVersionQueryResponse) Reset()
- func (x *ExtensionVersionQueryResponse) String() string
- func (m *ExtensionVersionQueryResponse) UnmarshalJSON(b []byte) error
- func (m *ExtensionVersionQueryResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *ExtensionVersionQueryResponse) Validate() error
- type GetExtensionVersionRequest
- func (*GetExtensionVersionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetExtensionVersionRequest) GetName() string
- func (x *GetExtensionVersionRequest) GetVersion() string
- func (x *GetExtensionVersionRequest) GetYamlFormat() bool
- func (m *GetExtensionVersionRequest) MarshalJSON() ([]byte, error)
- func (*GetExtensionVersionRequest) ProtoMessage()
- func (x *GetExtensionVersionRequest) ProtoReflect() protoreflect.Message
- func (x *GetExtensionVersionRequest) Reset()
- func (x *GetExtensionVersionRequest) String() string
- func (m *GetExtensionVersionRequest) UnmarshalJSON(b []byte) error
- func (m *GetExtensionVersionRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *GetExtensionVersionRequest) Validate() error
- type GetExtensionVersionResponse
- func (*GetExtensionVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetExtensionVersionResponse) GetData() *ExtensionVersion
- func (m *GetExtensionVersionResponse) MarshalJSON() ([]byte, error)
- func (*GetExtensionVersionResponse) ProtoMessage()
- func (x *GetExtensionVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetExtensionVersionResponse) Reset()
- func (x *GetExtensionVersionResponse) String() string
- func (m *GetExtensionVersionResponse) UnmarshalJSON(b []byte) error
- func (m *GetExtensionVersionResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *GetExtensionVersionResponse) Validate() error
- type QueryExtensionsMenuRequest
- func (*QueryExtensionsMenuRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryExtensionsMenuRequest) GetAll() string
- func (x *QueryExtensionsMenuRequest) GetLabels() string
- func (x *QueryExtensionsMenuRequest) GetType() string
- func (m *QueryExtensionsMenuRequest) MarshalJSON() ([]byte, error)
- func (*QueryExtensionsMenuRequest) ProtoMessage()
- func (x *QueryExtensionsMenuRequest) ProtoReflect() protoreflect.Message
- func (x *QueryExtensionsMenuRequest) Reset()
- func (x *QueryExtensionsMenuRequest) String() string
- func (m *QueryExtensionsMenuRequest) UnmarshalJSON(b []byte) error
- func (m *QueryExtensionsMenuRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *QueryExtensionsMenuRequest) Validate() error
- type QueryExtensionsMenuResponse
- func (*QueryExtensionsMenuResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryExtensionsMenuResponse) GetData() map[string]*structpb.Value
- func (m *QueryExtensionsMenuResponse) MarshalJSON() ([]byte, error)
- func (*QueryExtensionsMenuResponse) ProtoMessage()
- func (x *QueryExtensionsMenuResponse) ProtoReflect() protoreflect.Message
- func (x *QueryExtensionsMenuResponse) Reset()
- func (x *QueryExtensionsMenuResponse) String() string
- func (m *QueryExtensionsMenuResponse) UnmarshalJSON(b []byte) error
- func (m *QueryExtensionsMenuResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *QueryExtensionsMenuResponse) Validate() error
- type QueryExtensionsRequest
- func (*QueryExtensionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryExtensionsRequest) GetAll() string
- func (x *QueryExtensionsRequest) GetLabels() string
- func (x *QueryExtensionsRequest) GetMenu() string
- func (x *QueryExtensionsRequest) GetType() string
- func (m *QueryExtensionsRequest) MarshalJSON() ([]byte, error)
- func (*QueryExtensionsRequest) ProtoMessage()
- func (x *QueryExtensionsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryExtensionsRequest) Reset()
- func (x *QueryExtensionsRequest) String() string
- func (m *QueryExtensionsRequest) UnmarshalJSON(b []byte) error
- func (m *QueryExtensionsRequest) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *QueryExtensionsRequest) Validate() error
- type QueryExtensionsResponse
- func (*QueryExtensionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryExtensionsResponse) GetData() *structpb.Value
- func (m *QueryExtensionsResponse) MarshalJSON() ([]byte, error)
- func (*QueryExtensionsResponse) ProtoMessage()
- func (x *QueryExtensionsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryExtensionsResponse) Reset()
- func (x *QueryExtensionsResponse) String() string
- func (m *QueryExtensionsResponse) UnmarshalJSON(b []byte) error
- func (m *QueryExtensionsResponse) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *QueryExtensionsResponse) Validate() error
- type Spec
- func (*Spec) Descriptor() ([]byte, []int)deprecated
- func (x *Spec) GetCategory() string
- func (x *Spec) GetDesc() string
- func (x *Spec) GetDisplayName() string
- func (x *Spec) GetIsDefault() bool
- func (x *Spec) GetLabels() map[string]string
- func (x *Spec) GetLogoUrl() string
- func (x *Spec) GetName() string
- func (x *Spec) GetPublic() bool
- func (x *Spec) GetSupportedVersions() []string
- func (x *Spec) GetType() string
- func (x *Spec) GetVersion() string
- func (m *Spec) MarshalJSON() ([]byte, error)
- func (*Spec) ProtoMessage()
- func (x *Spec) ProtoReflect() protoreflect.Message
- func (x *Spec) Reset()
- func (x *Spec) String() string
- func (m *Spec) UnmarshalJSON(b []byte) error
- func (m *Spec) UnmarshalURLValues(prefix string, values url.Values) error
- func (this *Spec) Validate() error
- type UnimplementedExtensionServiceServer
- func (*UnimplementedExtensionServiceServer) CreateExtension(context.Context, *ExtensionCreateRequest) (*ExtensionCreateResponse, error)
- func (*UnimplementedExtensionServiceServer) CreateExtensionVersion(context.Context, *ExtensionVersionCreateRequest) (*ExtensionVersionCreateResponse, error)
- func (*UnimplementedExtensionServiceServer) GetExtensionVersion(context.Context, *GetExtensionVersionRequest) (*GetExtensionVersionResponse, error)
- func (*UnimplementedExtensionServiceServer) QueryExtensionVersions(context.Context, *ExtensionVersionQueryRequest) (*ExtensionVersionQueryResponse, error)
- func (*UnimplementedExtensionServiceServer) QueryExtensions(context.Context, *QueryExtensionsRequest) (*QueryExtensionsResponse, error)
- func (*UnimplementedExtensionServiceServer) QueryExtensionsMenu(context.Context, *QueryExtensionsMenuRequest) (*QueryExtensionsMenuResponse, error)
- func (*UnimplementedExtensionServiceServer) SearchExtensions(context.Context, *ExtensionSearchRequest) (*ExtensionSearchResponse, error)
Constants ¶
This section is empty.
Variables ¶
var File_extension_proto protoreflect.FileDescriptor
Functions ¶
func ExtensionServiceClientType ¶
ExtensionServiceClientType .
func ExtensionServiceHandlerType ¶
ExtensionServiceHandlerType .
func ExtensionServiceServerType ¶
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)
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) GetCategory ¶
func (*Extension) GetCreatedAt ¶
func (x *Extension) GetCreatedAt() *timestamppb.Timestamp
func (*Extension) GetDisplayName ¶
func (*Extension) GetLogoUrl ¶
func (*Extension) GetUpdatedAt ¶
func (x *Extension) GetUpdatedAt() *timestamppb.Timestamp
func (*Extension) MarshalJSON ¶
Extension implement json.Marshaler.
func (*Extension) ProtoMessage ¶
func (*Extension) ProtoMessage()
func (*Extension) ProtoReflect ¶
func (x *Extension) ProtoReflect() protoreflect.Message
func (*Extension) UnmarshalJSON ¶
Extension implement json.Marshaler.
func (*Extension) UnmarshalURLValues ¶
Extension implement urlenc.URLValuesUnmarshaler.
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 (x *ExtensionSearchResponse) GetData() map[string]*ExtensionVersion
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 ¶
type ExtensionServiceClient interface { SearchExtensions(ctx context.Context, in *ExtensionSearchRequest, opts ...grpc.CallOption) (*ExtensionSearchResponse, error) CreateExtension(ctx context.Context, in *ExtensionCreateRequest, opts ...grpc.CallOption) (*ExtensionCreateResponse, error) QueryExtensions(ctx context.Context, in *QueryExtensionsRequest, opts ...grpc.CallOption) (*QueryExtensionsResponse, error) QueryExtensionsMenu(ctx context.Context, in *QueryExtensionsMenuRequest, opts ...grpc.CallOption) (*QueryExtensionsMenuResponse, error) CreateExtensionVersion(ctx context.Context, in *ExtensionVersionCreateRequest, opts ...grpc.CallOption) (*ExtensionVersionCreateResponse, error) GetExtensionVersion(ctx context.Context, in *GetExtensionVersionRequest, opts ...grpc.CallOption) (*GetExtensionVersionResponse, error) QueryExtensionVersions(ctx context.Context, in *ExtensionVersionQueryRequest, opts ...grpc.CallOption) (*ExtensionVersionQueryResponse, error) }
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.
func NewExtensionServiceClient ¶
func NewExtensionServiceClient(cc grpc1.ClientConnInterface) ExtensionServiceClient
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 ¶
type ExtensionServiceServer interface { SearchExtensions(context.Context, *ExtensionSearchRequest) (*ExtensionSearchResponse, error) CreateExtension(context.Context, *ExtensionCreateRequest) (*ExtensionCreateResponse, error) QueryExtensions(context.Context, *QueryExtensionsRequest) (*QueryExtensionsResponse, error) QueryExtensionsMenu(context.Context, *QueryExtensionsMenuRequest) (*QueryExtensionsMenuResponse, error) CreateExtensionVersion(context.Context, *ExtensionVersionCreateRequest) (*ExtensionVersionCreateResponse, error) GetExtensionVersion(context.Context, *GetExtensionVersionRequest) (*GetExtensionVersionResponse, error) QueryExtensionVersions(context.Context, *ExtensionVersionQueryRequest) (*ExtensionVersionQueryResponse, error) }
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 (x *ExtensionVersionCreateRequest) GetName() string
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 (x *ExtensionVersionCreateRequest) ProtoReflect() protoreflect.Message
func (*ExtensionVersionCreateRequest) Reset ¶
func (x *ExtensionVersionCreateRequest) Reset()
func (*ExtensionVersionCreateRequest) String ¶
func (x *ExtensionVersionCreateRequest) String() 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 (x *ExtensionVersionCreateResponse) GetData() *ExtensionVersion
func (*ExtensionVersionCreateResponse) MarshalJSON ¶
func (m *ExtensionVersionCreateResponse) MarshalJSON() ([]byte, error)
ExtensionVersionCreateResponse implement json.Marshaler.
func (*ExtensionVersionCreateResponse) ProtoMessage ¶
func (*ExtensionVersionCreateResponse) ProtoMessage()
func (*ExtensionVersionCreateResponse) ProtoReflect ¶
func (x *ExtensionVersionCreateResponse) ProtoReflect() protoreflect.Message
func (*ExtensionVersionCreateResponse) Reset ¶
func (x *ExtensionVersionCreateResponse) Reset()
func (*ExtensionVersionCreateResponse) String ¶
func (x *ExtensionVersionCreateResponse) String() 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 (x *ExtensionVersionGetRequest) ProtoReflect() protoreflect.Message
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 (x *ExtensionVersionGetResponse) GetData() *ExtensionVersion
func (*ExtensionVersionGetResponse) MarshalJSON ¶
func (m *ExtensionVersionGetResponse) MarshalJSON() ([]byte, error)
ExtensionVersionGetResponse implement json.Marshaler.
func (*ExtensionVersionGetResponse) ProtoMessage ¶
func (*ExtensionVersionGetResponse) ProtoMessage()
func (*ExtensionVersionGetResponse) ProtoReflect ¶
func (x *ExtensionVersionGetResponse) ProtoReflect() protoreflect.Message
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 (x *ExtensionVersionQueryRequest) GetAll() string
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 (x *ExtensionVersionQueryRequest) ProtoReflect() protoreflect.Message
func (*ExtensionVersionQueryRequest) Reset ¶
func (x *ExtensionVersionQueryRequest) Reset()
func (*ExtensionVersionQueryRequest) String ¶
func (x *ExtensionVersionQueryRequest) String() 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 (x *ExtensionVersionQueryResponse) GetData() []*ExtensionVersion
func (*ExtensionVersionQueryResponse) MarshalJSON ¶
func (m *ExtensionVersionQueryResponse) MarshalJSON() ([]byte, error)
ExtensionVersionQueryResponse implement json.Marshaler.
func (*ExtensionVersionQueryResponse) ProtoMessage ¶
func (*ExtensionVersionQueryResponse) ProtoMessage()
func (*ExtensionVersionQueryResponse) ProtoReflect ¶
func (x *ExtensionVersionQueryResponse) ProtoReflect() protoreflect.Message
func (*ExtensionVersionQueryResponse) Reset ¶
func (x *ExtensionVersionQueryResponse) Reset()
func (*ExtensionVersionQueryResponse) String ¶
func (x *ExtensionVersionQueryResponse) String() 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 (x *GetExtensionVersionRequest) ProtoReflect() protoreflect.Message
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 (x *GetExtensionVersionResponse) GetData() *ExtensionVersion
func (*GetExtensionVersionResponse) MarshalJSON ¶
func (m *GetExtensionVersionResponse) MarshalJSON() ([]byte, error)
GetExtensionVersionResponse implement json.Marshaler.
func (*GetExtensionVersionResponse) ProtoMessage ¶
func (*GetExtensionVersionResponse) ProtoMessage()
func (*GetExtensionVersionResponse) ProtoReflect ¶
func (x *GetExtensionVersionResponse) ProtoReflect() protoreflect.Message
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 (x *QueryExtensionsMenuRequest) ProtoReflect() protoreflect.Message
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 (x *QueryExtensionsMenuResponse) GetData() map[string]*structpb.Value
func (*QueryExtensionsMenuResponse) MarshalJSON ¶
func (m *QueryExtensionsMenuResponse) MarshalJSON() ([]byte, error)
QueryExtensionsMenuResponse implement json.Marshaler.
func (*QueryExtensionsMenuResponse) ProtoMessage ¶
func (*QueryExtensionsMenuResponse) ProtoMessage()
func (*QueryExtensionsMenuResponse) ProtoReflect ¶
func (x *QueryExtensionsMenuResponse) ProtoReflect() protoreflect.Message
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) GetCategory ¶
func (*Spec) GetDisplayName ¶
func (*Spec) GetIsDefault ¶
func (*Spec) GetLogoUrl ¶
func (*Spec) GetSupportedVersions ¶
func (*Spec) GetVersion ¶
func (*Spec) MarshalJSON ¶
Spec implement json.Marshaler.
func (*Spec) ProtoMessage ¶
func (*Spec) ProtoMessage()
func (*Spec) ProtoReflect ¶
func (x *Spec) ProtoReflect() protoreflect.Message
func (*Spec) UnmarshalJSON ¶
Spec implement json.Marshaler.
func (*Spec) UnmarshalURLValues ¶
Spec implement urlenc.URLValuesUnmarshaler.
type UnimplementedExtensionServiceServer ¶
type UnimplementedExtensionServiceServer struct { }
UnimplementedExtensionServiceServer should be embedded to have forward compatible implementations.
func (*UnimplementedExtensionServiceServer) CreateExtension ¶
func (*UnimplementedExtensionServiceServer) CreateExtension(context.Context, *ExtensionCreateRequest) (*ExtensionCreateResponse, error)
func (*UnimplementedExtensionServiceServer) CreateExtensionVersion ¶
func (*UnimplementedExtensionServiceServer) CreateExtensionVersion(context.Context, *ExtensionVersionCreateRequest) (*ExtensionVersionCreateResponse, error)
func (*UnimplementedExtensionServiceServer) GetExtensionVersion ¶
func (*UnimplementedExtensionServiceServer) GetExtensionVersion(context.Context, *GetExtensionVersionRequest) (*GetExtensionVersionResponse, error)
func (*UnimplementedExtensionServiceServer) QueryExtensionVersions ¶
func (*UnimplementedExtensionServiceServer) QueryExtensionVersions(context.Context, *ExtensionVersionQueryRequest) (*ExtensionVersionQueryResponse, error)
func (*UnimplementedExtensionServiceServer) QueryExtensions ¶
func (*UnimplementedExtensionServiceServer) QueryExtensions(context.Context, *QueryExtensionsRequest) (*QueryExtensionsResponse, error)
func (*UnimplementedExtensionServiceServer) QueryExtensionsMenu ¶
func (*UnimplementedExtensionServiceServer) QueryExtensionsMenu(context.Context, *QueryExtensionsMenuRequest) (*QueryExtensionsMenuResponse, error)
func (*UnimplementedExtensionServiceServer) SearchExtensions ¶
func (*UnimplementedExtensionServiceServer) SearchExtensions(context.Context, *ExtensionSearchRequest) (*ExtensionSearchResponse, error)