v1

package
v0.4.23 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: MIT Imports: 9 Imported by: 4

Documentation

Index

Constants

View Source
const (
	LibrarianPorterService_GetPorterInformation_FullMethodName       = "/librarian.porter.v1.LibrarianPorterService/GetPorterInformation"
	LibrarianPorterService_EnablePorter_FullMethodName               = "/librarian.porter.v1.LibrarianPorterService/EnablePorter"
	LibrarianPorterService_EnableContext_FullMethodName              = "/librarian.porter.v1.LibrarianPorterService/EnableContext"
	LibrarianPorterService_DisableContext_FullMethodName             = "/librarian.porter.v1.LibrarianPorterService/DisableContext"
	LibrarianPorterService_PullAccount_FullMethodName                = "/librarian.porter.v1.LibrarianPorterService/PullAccount"
	LibrarianPorterService_PullAppInfo_FullMethodName                = "/librarian.porter.v1.LibrarianPorterService/PullAppInfo"
	LibrarianPorterService_PullAccountAppInfoRelation_FullMethodName = "/librarian.porter.v1.LibrarianPorterService/PullAccountAppInfoRelation"
	LibrarianPorterService_SearchAppInfo_FullMethodName              = "/librarian.porter.v1.LibrarianPorterService/SearchAppInfo"
	LibrarianPorterService_PullFeed_FullMethodName                   = "/librarian.porter.v1.LibrarianPorterService/PullFeed"
	LibrarianPorterService_ExecFeedItemAction_FullMethodName         = "/librarian.porter.v1.LibrarianPorterService/ExecFeedItemAction"
	LibrarianPorterService_EnableFeedSetter_FullMethodName           = "/librarian.porter.v1.LibrarianPorterService/EnableFeedSetter"
	LibrarianPorterService_DisableFeedSetter_FullMethodName          = "/librarian.porter.v1.LibrarianPorterService/DisableFeedSetter"
	LibrarianPorterService_EnableFeedGetter_FullMethodName           = "/librarian.porter.v1.LibrarianPorterService/EnableFeedGetter"
	LibrarianPorterService_DisableFeedGetter_FullMethodName          = "/librarian.porter.v1.LibrarianPorterService/DisableFeedGetter"
	LibrarianPorterService_PushFeedItems_FullMethodName              = "/librarian.porter.v1.LibrarianPorterService/PushFeedItems"
)

Variables

View Source
var File_librarian_porter_v1_porter_proto protoreflect.FileDescriptor
View Source
var LibrarianPorterService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "librarian.porter.v1.LibrarianPorterService",
	HandlerType: (*LibrarianPorterServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetPorterInformation",
			Handler:    _LibrarianPorterService_GetPorterInformation_Handler,
		},
		{
			MethodName: "EnablePorter",
			Handler:    _LibrarianPorterService_EnablePorter_Handler,
		},
		{
			MethodName: "EnableContext",
			Handler:    _LibrarianPorterService_EnableContext_Handler,
		},
		{
			MethodName: "DisableContext",
			Handler:    _LibrarianPorterService_DisableContext_Handler,
		},
		{
			MethodName: "PullAccount",
			Handler:    _LibrarianPorterService_PullAccount_Handler,
		},
		{
			MethodName: "PullAppInfo",
			Handler:    _LibrarianPorterService_PullAppInfo_Handler,
		},
		{
			MethodName: "PullAccountAppInfoRelation",
			Handler:    _LibrarianPorterService_PullAccountAppInfoRelation_Handler,
		},
		{
			MethodName: "SearchAppInfo",
			Handler:    _LibrarianPorterService_SearchAppInfo_Handler,
		},
		{
			MethodName: "PullFeed",
			Handler:    _LibrarianPorterService_PullFeed_Handler,
		},
		{
			MethodName: "ExecFeedItemAction",
			Handler:    _LibrarianPorterService_ExecFeedItemAction_Handler,
		},
		{
			MethodName: "EnableFeedSetter",
			Handler:    _LibrarianPorterService_EnableFeedSetter_Handler,
		},
		{
			MethodName: "DisableFeedSetter",
			Handler:    _LibrarianPorterService_DisableFeedSetter_Handler,
		},
		{
			MethodName: "EnableFeedGetter",
			Handler:    _LibrarianPorterService_EnableFeedGetter_Handler,
		},
		{
			MethodName: "DisableFeedGetter",
			Handler:    _LibrarianPorterService_DisableFeedGetter_Handler,
		},
		{
			MethodName: "PushFeedItems",
			Handler:    _LibrarianPorterService_PushFeedItems_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "librarian/porter/v1/porter.proto",
}

LibrarianPorterService_ServiceDesc is the grpc.ServiceDesc for LibrarianPorterService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterLibrarianPorterServiceServer

func RegisterLibrarianPorterServiceServer(s grpc.ServiceRegistrar, srv LibrarianPorterServiceServer)

Types

type DisableContextRequest added in v0.4.15

type DisableContextRequest struct {
	ContextId *v1.InternalID `protobuf:"bytes,1,opt,name=context_id,json=contextId,proto3" json:"context_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableContextRequest) Descriptor deprecated added in v0.4.15

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

Deprecated: Use DisableContextRequest.ProtoReflect.Descriptor instead.

func (*DisableContextRequest) GetContextId added in v0.4.15

func (x *DisableContextRequest) GetContextId() *v1.InternalID

func (*DisableContextRequest) ProtoMessage added in v0.4.15

func (*DisableContextRequest) ProtoMessage()

func (*DisableContextRequest) ProtoReflect added in v0.4.15

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

func (*DisableContextRequest) Reset added in v0.4.15

func (x *DisableContextRequest) Reset()

func (*DisableContextRequest) String added in v0.4.15

func (x *DisableContextRequest) String() string

type DisableContextResponse added in v0.4.15

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

func (*DisableContextResponse) Descriptor deprecated added in v0.4.15

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

Deprecated: Use DisableContextResponse.ProtoReflect.Descriptor instead.

func (*DisableContextResponse) ProtoMessage added in v0.4.15

func (*DisableContextResponse) ProtoMessage()

func (*DisableContextResponse) ProtoReflect added in v0.4.15

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

func (*DisableContextResponse) Reset added in v0.4.15

func (x *DisableContextResponse) Reset()

func (*DisableContextResponse) String added in v0.4.15

func (x *DisableContextResponse) String() string

type DisableFeedGetterRequest added in v0.4.17

type DisableFeedGetterRequest struct {
	GetterId *v1.InternalID `protobuf:"bytes,1,opt,name=getter_id,json=getterId,proto3" json:"getter_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableFeedGetterRequest) Descriptor deprecated added in v0.4.17

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

Deprecated: Use DisableFeedGetterRequest.ProtoReflect.Descriptor instead.

func (*DisableFeedGetterRequest) GetGetterId added in v0.4.18

func (x *DisableFeedGetterRequest) GetGetterId() *v1.InternalID

func (*DisableFeedGetterRequest) ProtoMessage added in v0.4.17

func (*DisableFeedGetterRequest) ProtoMessage()

func (*DisableFeedGetterRequest) ProtoReflect added in v0.4.17

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

func (*DisableFeedGetterRequest) Reset added in v0.4.17

func (x *DisableFeedGetterRequest) Reset()

func (*DisableFeedGetterRequest) String added in v0.4.17

func (x *DisableFeedGetterRequest) String() string

type DisableFeedGetterResponse added in v0.4.17

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

func (*DisableFeedGetterResponse) Descriptor deprecated added in v0.4.17

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

Deprecated: Use DisableFeedGetterResponse.ProtoReflect.Descriptor instead.

func (*DisableFeedGetterResponse) ProtoMessage added in v0.4.17

func (*DisableFeedGetterResponse) ProtoMessage()

func (*DisableFeedGetterResponse) ProtoReflect added in v0.4.17

func (*DisableFeedGetterResponse) Reset added in v0.4.17

func (x *DisableFeedGetterResponse) Reset()

func (*DisableFeedGetterResponse) String added in v0.4.17

func (x *DisableFeedGetterResponse) String() string

type DisableFeedSetterRequest added in v0.4.17

type DisableFeedSetterRequest struct {
	SetterId *v1.InternalID `protobuf:"bytes,1,opt,name=setter_id,json=setterId,proto3" json:"setter_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableFeedSetterRequest) Descriptor deprecated added in v0.4.17

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

Deprecated: Use DisableFeedSetterRequest.ProtoReflect.Descriptor instead.

func (*DisableFeedSetterRequest) GetSetterId added in v0.4.18

func (x *DisableFeedSetterRequest) GetSetterId() *v1.InternalID

func (*DisableFeedSetterRequest) ProtoMessage added in v0.4.17

func (*DisableFeedSetterRequest) ProtoMessage()

func (*DisableFeedSetterRequest) ProtoReflect added in v0.4.17

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

func (*DisableFeedSetterRequest) Reset added in v0.4.17

func (x *DisableFeedSetterRequest) Reset()

func (*DisableFeedSetterRequest) String added in v0.4.17

func (x *DisableFeedSetterRequest) String() string

type DisableFeedSetterResponse added in v0.4.17

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

func (*DisableFeedSetterResponse) Descriptor deprecated added in v0.4.17

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

Deprecated: Use DisableFeedSetterResponse.ProtoReflect.Descriptor instead.

func (*DisableFeedSetterResponse) ProtoMessage added in v0.4.17

func (*DisableFeedSetterResponse) ProtoMessage()

func (*DisableFeedSetterResponse) ProtoReflect added in v0.4.17

func (*DisableFeedSetterResponse) Reset added in v0.4.17

func (x *DisableFeedSetterResponse) Reset()

func (*DisableFeedSetterResponse) String added in v0.4.17

func (x *DisableFeedSetterResponse) String() string

type EnableContextRequest added in v0.4.15

type EnableContextRequest struct {

	// Identifier of context.
	// New context can replace old context with same id.
	ContextId   *v1.InternalID `protobuf:"bytes,1,opt,name=context_id,json=contextId,proto3" json:"context_id,omitempty"`
	ContextJson string         `protobuf:"bytes,2,opt,name=context_json,json=contextJson,proto3" json:"context_json,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableContextRequest) Descriptor deprecated added in v0.4.15

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

Deprecated: Use EnableContextRequest.ProtoReflect.Descriptor instead.

func (*EnableContextRequest) GetContextId added in v0.4.15

func (x *EnableContextRequest) GetContextId() *v1.InternalID

func (*EnableContextRequest) GetContextJson added in v0.4.15

func (x *EnableContextRequest) GetContextJson() string

func (*EnableContextRequest) ProtoMessage added in v0.4.15

func (*EnableContextRequest) ProtoMessage()

func (*EnableContextRequest) ProtoReflect added in v0.4.15

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

func (*EnableContextRequest) Reset added in v0.4.15

func (x *EnableContextRequest) Reset()

func (*EnableContextRequest) String added in v0.4.15

func (x *EnableContextRequest) String() string

type EnableContextResponse added in v0.4.15

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

func (*EnableContextResponse) Descriptor deprecated added in v0.4.15

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

Deprecated: Use EnableContextResponse.ProtoReflect.Descriptor instead.

func (*EnableContextResponse) ProtoMessage added in v0.4.15

func (*EnableContextResponse) ProtoMessage()

func (*EnableContextResponse) ProtoReflect added in v0.4.15

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

func (*EnableContextResponse) Reset added in v0.4.15

func (x *EnableContextResponse) Reset()

func (*EnableContextResponse) String added in v0.4.15

func (x *EnableContextResponse) String() string

type EnableFeedGetterRequest added in v0.4.17

type EnableFeedGetterRequest struct {
	GetterId *v1.InternalID `protobuf:"bytes,1,opt,name=getter_id,json=getterId,proto3" json:"getter_id,omitempty"`
	// `PorterFeatureSummary.feed_getters`
	Getter *v1.FeatureRequest `protobuf:"bytes,2,opt,name=getter,proto3" json:"getter,omitempty"`
	FeedId *v1.InternalID     `protobuf:"bytes,3,opt,name=feed_id,json=feedId,proto3" json:"feed_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableFeedGetterRequest) Descriptor deprecated added in v0.4.17

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

Deprecated: Use EnableFeedGetterRequest.ProtoReflect.Descriptor instead.

func (*EnableFeedGetterRequest) GetFeedId added in v0.4.17

func (x *EnableFeedGetterRequest) GetFeedId() *v1.InternalID

func (*EnableFeedGetterRequest) GetGetter added in v0.4.17

func (x *EnableFeedGetterRequest) GetGetter() *v1.FeatureRequest

func (*EnableFeedGetterRequest) GetGetterId added in v0.4.18

func (x *EnableFeedGetterRequest) GetGetterId() *v1.InternalID

func (*EnableFeedGetterRequest) ProtoMessage added in v0.4.17

func (*EnableFeedGetterRequest) ProtoMessage()

func (*EnableFeedGetterRequest) ProtoReflect added in v0.4.17

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

func (*EnableFeedGetterRequest) Reset added in v0.4.17

func (x *EnableFeedGetterRequest) Reset()

func (*EnableFeedGetterRequest) String added in v0.4.17

func (x *EnableFeedGetterRequest) String() string

type EnableFeedGetterResponse added in v0.4.17

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

func (*EnableFeedGetterResponse) Descriptor deprecated added in v0.4.17

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

Deprecated: Use EnableFeedGetterResponse.ProtoReflect.Descriptor instead.

func (*EnableFeedGetterResponse) ProtoMessage added in v0.4.17

func (*EnableFeedGetterResponse) ProtoMessage()

func (*EnableFeedGetterResponse) ProtoReflect added in v0.4.17

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

func (*EnableFeedGetterResponse) Reset added in v0.4.17

func (x *EnableFeedGetterResponse) Reset()

func (*EnableFeedGetterResponse) String added in v0.4.17

func (x *EnableFeedGetterResponse) String() string

type EnableFeedSetterRequest added in v0.4.17

type EnableFeedSetterRequest struct {
	SetterId *v1.InternalID `protobuf:"bytes,1,opt,name=setter_id,json=setterId,proto3" json:"setter_id,omitempty"`
	// `PorterFeatureSummary.feed_setters`
	Setter *v1.FeatureRequest `protobuf:"bytes,2,opt,name=setter,proto3" json:"setter,omitempty"`
	FeedId *v1.InternalID     `protobuf:"bytes,3,opt,name=feed_id,json=feedId,proto3" json:"feed_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableFeedSetterRequest) Descriptor deprecated added in v0.4.17

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

Deprecated: Use EnableFeedSetterRequest.ProtoReflect.Descriptor instead.

func (*EnableFeedSetterRequest) GetFeedId added in v0.4.17

func (x *EnableFeedSetterRequest) GetFeedId() *v1.InternalID

func (*EnableFeedSetterRequest) GetSetter added in v0.4.17

func (x *EnableFeedSetterRequest) GetSetter() *v1.FeatureRequest

func (*EnableFeedSetterRequest) GetSetterId added in v0.4.18

func (x *EnableFeedSetterRequest) GetSetterId() *v1.InternalID

func (*EnableFeedSetterRequest) ProtoMessage added in v0.4.17

func (*EnableFeedSetterRequest) ProtoMessage()

func (*EnableFeedSetterRequest) ProtoReflect added in v0.4.17

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

func (*EnableFeedSetterRequest) Reset added in v0.4.17

func (x *EnableFeedSetterRequest) Reset()

func (*EnableFeedSetterRequest) String added in v0.4.17

func (x *EnableFeedSetterRequest) String() string

type EnableFeedSetterResponse added in v0.4.17

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

func (*EnableFeedSetterResponse) Descriptor deprecated added in v0.4.17

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

Deprecated: Use EnableFeedSetterResponse.ProtoReflect.Descriptor instead.

func (*EnableFeedSetterResponse) ProtoMessage added in v0.4.17

func (*EnableFeedSetterResponse) ProtoMessage()

func (*EnableFeedSetterResponse) ProtoReflect added in v0.4.17

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

func (*EnableFeedSetterResponse) Reset added in v0.4.17

func (x *EnableFeedSetterResponse) Reset()

func (*EnableFeedSetterResponse) String added in v0.4.17

func (x *EnableFeedSetterResponse) String() string

type EnablePorterRequest added in v0.3.0

type EnablePorterRequest struct {

	// Identifier of sephirah. can be randomly generated.
	// porter can only be enabled by one sephirah.
	// redundancy requests from enabler must return success.
	SephirahId int64 `protobuf:"varint,1,opt,name=sephirah_id,json=sephirahId,proto3" json:"sephirah_id,omitempty"`
	// Used to perform reverse call.
	// If not needed, porter should ignore it.
	// If needed, porter should refresh token before response to verify reverse call is available.
	// Enabler can send empty token as default, and resend request with token if needed.
	RefreshToken *string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3,oneof" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*EnablePorterRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use EnablePorterRequest.ProtoReflect.Descriptor instead.

func (*EnablePorterRequest) GetRefreshToken added in v0.3.0

func (x *EnablePorterRequest) GetRefreshToken() string

func (*EnablePorterRequest) GetSephirahId added in v0.3.0

func (x *EnablePorterRequest) GetSephirahId() int64

func (*EnablePorterRequest) ProtoMessage added in v0.3.0

func (*EnablePorterRequest) ProtoMessage()

func (*EnablePorterRequest) ProtoReflect added in v0.3.0

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

func (*EnablePorterRequest) Reset added in v0.3.0

func (x *EnablePorterRequest) Reset()

func (*EnablePorterRequest) String added in v0.3.0

func (x *EnablePorterRequest) String() string

type EnablePorterResponse added in v0.3.0

type EnablePorterResponse struct {

	// Human-readable status message.
	StatusMessage string `protobuf:"bytes,1,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// If true, enabler should resend request with `refresh_token`.
	NeedRefreshToken bool                  `protobuf:"varint,2,opt,name=need_refresh_token,json=needRefreshToken,proto3" json:"need_refresh_token,omitempty"`
	EnablesSummary   *PorterEnablesSummary `protobuf:"bytes,3,opt,name=enables_summary,json=enablesSummary,proto3" json:"enables_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*EnablePorterResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use EnablePorterResponse.ProtoReflect.Descriptor instead.

func (*EnablePorterResponse) GetEnablesSummary added in v0.4.18

func (x *EnablePorterResponse) GetEnablesSummary() *PorterEnablesSummary

func (*EnablePorterResponse) GetNeedRefreshToken added in v0.4.18

func (x *EnablePorterResponse) GetNeedRefreshToken() bool

func (*EnablePorterResponse) GetStatusMessage added in v0.4.18

func (x *EnablePorterResponse) GetStatusMessage() string

func (*EnablePorterResponse) ProtoMessage added in v0.3.0

func (*EnablePorterResponse) ProtoMessage()

func (*EnablePorterResponse) ProtoReflect added in v0.3.0

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

func (*EnablePorterResponse) Reset added in v0.3.0

func (x *EnablePorterResponse) Reset()

func (*EnablePorterResponse) String added in v0.3.0

func (x *EnablePorterResponse) String() string

type ExecFeedItemActionRequest added in v0.4.13

type ExecFeedItemActionRequest struct {

	// `PorterFeatureSummary.feed_item_actions`
	Action *v1.FeatureRequest `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	Item   *v1.FeedItem       `protobuf:"bytes,3,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecFeedItemActionRequest) Descriptor deprecated added in v0.4.13

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

Deprecated: Use ExecFeedItemActionRequest.ProtoReflect.Descriptor instead.

func (*ExecFeedItemActionRequest) GetAction added in v0.4.13

func (*ExecFeedItemActionRequest) GetItem added in v0.4.13

func (x *ExecFeedItemActionRequest) GetItem() *v1.FeedItem

func (*ExecFeedItemActionRequest) ProtoMessage added in v0.4.13

func (*ExecFeedItemActionRequest) ProtoMessage()

func (*ExecFeedItemActionRequest) ProtoReflect added in v0.4.13

func (*ExecFeedItemActionRequest) Reset added in v0.4.13

func (x *ExecFeedItemActionRequest) Reset()

func (*ExecFeedItemActionRequest) String added in v0.4.13

func (x *ExecFeedItemActionRequest) String() string

type ExecFeedItemActionResponse added in v0.4.13

type ExecFeedItemActionResponse struct {

	// Return the result of the action.
	// Leave empty if item should be filtered out.
	Item *v1.FeedItem `protobuf:"bytes,1,opt,name=item,proto3,oneof" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecFeedItemActionResponse) Descriptor deprecated added in v0.4.13

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

Deprecated: Use ExecFeedItemActionResponse.ProtoReflect.Descriptor instead.

func (*ExecFeedItemActionResponse) GetItem added in v0.4.13

func (x *ExecFeedItemActionResponse) GetItem() *v1.FeedItem

func (*ExecFeedItemActionResponse) ProtoMessage added in v0.4.13

func (*ExecFeedItemActionResponse) ProtoMessage()

func (*ExecFeedItemActionResponse) ProtoReflect added in v0.4.13

func (*ExecFeedItemActionResponse) Reset added in v0.4.13

func (x *ExecFeedItemActionResponse) Reset()

func (*ExecFeedItemActionResponse) String added in v0.4.13

func (x *ExecFeedItemActionResponse) String() string

type GetPorterInformationRequest added in v0.3.0

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

func (*GetPorterInformationRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetPorterInformationRequest.ProtoReflect.Descriptor instead.

func (*GetPorterInformationRequest) ProtoMessage added in v0.3.0

func (*GetPorterInformationRequest) ProtoMessage()

func (*GetPorterInformationRequest) ProtoReflect added in v0.3.0

func (*GetPorterInformationRequest) Reset added in v0.3.0

func (x *GetPorterInformationRequest) Reset()

func (*GetPorterInformationRequest) String added in v0.3.0

func (x *GetPorterInformationRequest) String() string

type GetPorterInformationResponse added in v0.3.0

type GetPorterInformationResponse struct {
	BinarySummary *v1.PorterBinarySummary `protobuf:"bytes,1,opt,name=binary_summary,json=binarySummary,proto3" json:"binary_summary,omitempty"`
	// Global identifier. Same global name means same project. no format limit.
	// e.g. use project url "github.com/tuihub/porter-steam".
	GlobalName string `protobuf:"bytes,2,opt,name=global_name,json=globalName,proto3" json:"global_name,omitempty"`
	// Region is used to group porters,
	// same porter in same region can be randomly selected.
	// Leave empty to use default region.
	Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	// Supported features.
	FeatureSummary *v1.FeatureSummary `protobuf:"bytes,4,opt,name=feature_summary,json=featureSummary,proto3" json:"feature_summary,omitempty"`
	// JSON schema for `FeatureRequest.context_json`.
	// Leave empty if not needed.
	// If needed, all feature requests should deliver `context_json`.
	// Can be used to configure third-party token, etc.
	ContextJsonSchema *string `protobuf:"bytes,5,opt,name=context_json_schema,json=contextJsonSchema,proto3,oneof" json:"context_json_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPorterInformationResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetPorterInformationResponse.ProtoReflect.Descriptor instead.

func (*GetPorterInformationResponse) GetBinarySummary added in v0.4.20

func (x *GetPorterInformationResponse) GetBinarySummary() *v1.PorterBinarySummary

func (*GetPorterInformationResponse) GetContextJsonSchema added in v0.4.15

func (x *GetPorterInformationResponse) GetContextJsonSchema() string

func (*GetPorterInformationResponse) GetFeatureSummary added in v0.3.0

func (x *GetPorterInformationResponse) GetFeatureSummary() *v1.FeatureSummary

func (*GetPorterInformationResponse) GetGlobalName added in v0.3.0

func (x *GetPorterInformationResponse) GetGlobalName() string

func (*GetPorterInformationResponse) GetRegion added in v0.4.17

func (x *GetPorterInformationResponse) GetRegion() string

func (*GetPorterInformationResponse) ProtoMessage added in v0.3.0

func (*GetPorterInformationResponse) ProtoMessage()

func (*GetPorterInformationResponse) ProtoReflect added in v0.3.0

func (*GetPorterInformationResponse) Reset added in v0.3.0

func (x *GetPorterInformationResponse) Reset()

func (*GetPorterInformationResponse) String added in v0.3.0

type LibrarianPorterServiceClient

type LibrarianPorterServiceClient interface {
	GetPorterInformation(ctx context.Context, in *GetPorterInformationRequest, opts ...grpc.CallOption) (*GetPorterInformationResponse, error)
	// Used to enable porter and heartbeat.
	EnablePorter(ctx context.Context, in *EnablePorterRequest, opts ...grpc.CallOption) (*EnablePorterResponse, error)
	EnableContext(ctx context.Context, in *EnableContextRequest, opts ...grpc.CallOption) (*EnableContextResponse, error)
	DisableContext(ctx context.Context, in *DisableContextRequest, opts ...grpc.CallOption) (*DisableContextResponse, error)
	// `Tiphereth`
	PullAccount(ctx context.Context, in *PullAccountRequest, opts ...grpc.CallOption) (*PullAccountResponse, error)
	// `Gebura`
	PullAppInfo(ctx context.Context, in *PullAppInfoRequest, opts ...grpc.CallOption) (*PullAppInfoResponse, error)
	// `Gebura`
	PullAccountAppInfoRelation(ctx context.Context, in *PullAccountAppInfoRelationRequest, opts ...grpc.CallOption) (*PullAccountAppInfoRelationResponse, error)
	// `Gebura`
	SearchAppInfo(ctx context.Context, in *SearchAppInfoRequest, opts ...grpc.CallOption) (*SearchAppInfoResponse, error)
	// `Yesod`
	PullFeed(ctx context.Context, in *PullFeedRequest, opts ...grpc.CallOption) (*PullFeedResponse, error)
	// `Yesod`
	ExecFeedItemAction(ctx context.Context, in *ExecFeedItemActionRequest, opts ...grpc.CallOption) (*ExecFeedItemActionResponse, error)
	// `Yesod` Enabled Setter can add items to feed through `LibrarianSephirahService.PUpsertFeed`
	// without extra permissions.
	EnableFeedSetter(ctx context.Context, in *EnableFeedSetterRequest, opts ...grpc.CallOption) (*EnableFeedSetterResponse, error)
	// `Yesod`
	DisableFeedSetter(ctx context.Context, in *DisableFeedSetterRequest, opts ...grpc.CallOption) (*DisableFeedSetterResponse, error)
	// `Yesod` Enabled Getter can get items from feed through `LibrarianSephirahService.PGetFeed`
	// without extra permissions.
	EnableFeedGetter(ctx context.Context, in *EnableFeedGetterRequest, opts ...grpc.CallOption) (*EnableFeedGetterResponse, error)
	// `Yesod`
	DisableFeedGetter(ctx context.Context, in *DisableFeedGetterRequest, opts ...grpc.CallOption) (*DisableFeedGetterResponse, error)
	// `Netzach`
	PushFeedItems(ctx context.Context, in *PushFeedItemsRequest, opts ...grpc.CallOption) (*PushFeedItemsResponse, error)
}

LibrarianPorterServiceClient is the client API for LibrarianPorterService 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 LibrarianPorterServiceServer

type LibrarianPorterServiceServer interface {
	GetPorterInformation(context.Context, *GetPorterInformationRequest) (*GetPorterInformationResponse, error)
	// Used to enable porter and heartbeat.
	EnablePorter(context.Context, *EnablePorterRequest) (*EnablePorterResponse, error)
	EnableContext(context.Context, *EnableContextRequest) (*EnableContextResponse, error)
	DisableContext(context.Context, *DisableContextRequest) (*DisableContextResponse, error)
	// `Tiphereth`
	PullAccount(context.Context, *PullAccountRequest) (*PullAccountResponse, error)
	// `Gebura`
	PullAppInfo(context.Context, *PullAppInfoRequest) (*PullAppInfoResponse, error)
	// `Gebura`
	PullAccountAppInfoRelation(context.Context, *PullAccountAppInfoRelationRequest) (*PullAccountAppInfoRelationResponse, error)
	// `Gebura`
	SearchAppInfo(context.Context, *SearchAppInfoRequest) (*SearchAppInfoResponse, error)
	// `Yesod`
	PullFeed(context.Context, *PullFeedRequest) (*PullFeedResponse, error)
	// `Yesod`
	ExecFeedItemAction(context.Context, *ExecFeedItemActionRequest) (*ExecFeedItemActionResponse, error)
	// `Yesod` Enabled Setter can add items to feed through `LibrarianSephirahService.PUpsertFeed`
	// without extra permissions.
	EnableFeedSetter(context.Context, *EnableFeedSetterRequest) (*EnableFeedSetterResponse, error)
	// `Yesod`
	DisableFeedSetter(context.Context, *DisableFeedSetterRequest) (*DisableFeedSetterResponse, error)
	// `Yesod` Enabled Getter can get items from feed through `LibrarianSephirahService.PGetFeed`
	// without extra permissions.
	EnableFeedGetter(context.Context, *EnableFeedGetterRequest) (*EnableFeedGetterResponse, error)
	// `Yesod`
	DisableFeedGetter(context.Context, *DisableFeedGetterRequest) (*DisableFeedGetterResponse, error)
	// `Netzach`
	PushFeedItems(context.Context, *PushFeedItemsRequest) (*PushFeedItemsResponse, error)
	// contains filtered or unexported methods
}

LibrarianPorterServiceServer is the server API for LibrarianPorterService service. All implementations must embed UnimplementedLibrarianPorterServiceServer for forward compatibility.

type PorterEnablesSummary added in v0.4.18

type PorterEnablesSummary struct {

	// `EnableContextRequest.context_id`
	ContextIds []*v1.InternalID `protobuf:"bytes,1,rep,name=context_ids,json=contextIds,proto3" json:"context_ids,omitempty"`
	// `EnableFeedSetterRequest.setter_id`
	FeedSetterIds []*v1.InternalID `protobuf:"bytes,2,rep,name=feed_setter_ids,json=feedSetterIds,proto3" json:"feed_setter_ids,omitempty"`
	// `EnableFeedGetterRequest.getter_id`
	FeedGetterIds []*v1.InternalID `protobuf:"bytes,3,rep,name=feed_getter_ids,json=feedGetterIds,proto3" json:"feed_getter_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*PorterEnablesSummary) Descriptor deprecated added in v0.4.18

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

Deprecated: Use PorterEnablesSummary.ProtoReflect.Descriptor instead.

func (*PorterEnablesSummary) GetContextIds added in v0.4.18

func (x *PorterEnablesSummary) GetContextIds() []*v1.InternalID

func (*PorterEnablesSummary) GetFeedGetterIds added in v0.4.18

func (x *PorterEnablesSummary) GetFeedGetterIds() []*v1.InternalID

func (*PorterEnablesSummary) GetFeedSetterIds added in v0.4.18

func (x *PorterEnablesSummary) GetFeedSetterIds() []*v1.InternalID

func (*PorterEnablesSummary) ProtoMessage added in v0.4.18

func (*PorterEnablesSummary) ProtoMessage()

func (*PorterEnablesSummary) ProtoReflect added in v0.4.18

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

func (*PorterEnablesSummary) Reset added in v0.4.18

func (x *PorterEnablesSummary) Reset()

func (*PorterEnablesSummary) String added in v0.4.18

func (x *PorterEnablesSummary) String() string

type PullAccountAppInfoRelationRequest added in v0.4.0

type PullAccountAppInfoRelationRequest struct {
	RelationType v1.AccountAppRelationType `` /* 139-byte string literal not displayed */
	AccountId    *v1.AccountID             `protobuf:"bytes,2,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PullAccountAppInfoRelationRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use PullAccountAppInfoRelationRequest.ProtoReflect.Descriptor instead.

func (*PullAccountAppInfoRelationRequest) GetAccountId added in v0.4.0

func (x *PullAccountAppInfoRelationRequest) GetAccountId() *v1.AccountID

func (*PullAccountAppInfoRelationRequest) GetRelationType added in v0.4.0

func (*PullAccountAppInfoRelationRequest) ProtoMessage added in v0.4.0

func (*PullAccountAppInfoRelationRequest) ProtoMessage()

func (*PullAccountAppInfoRelationRequest) ProtoReflect added in v0.4.0

func (*PullAccountAppInfoRelationRequest) Reset added in v0.4.0

func (*PullAccountAppInfoRelationRequest) String added in v0.4.0

type PullAccountAppInfoRelationResponse added in v0.4.0

type PullAccountAppInfoRelationResponse struct {
	AppInfos []*v1.AppInfo `protobuf:"bytes,1,rep,name=app_infos,json=appInfos,proto3" json:"app_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*PullAccountAppInfoRelationResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use PullAccountAppInfoRelationResponse.ProtoReflect.Descriptor instead.

func (*PullAccountAppInfoRelationResponse) GetAppInfos added in v0.4.0

func (x *PullAccountAppInfoRelationResponse) GetAppInfos() []*v1.AppInfo

func (*PullAccountAppInfoRelationResponse) ProtoMessage added in v0.4.0

func (*PullAccountAppInfoRelationResponse) ProtoMessage()

func (*PullAccountAppInfoRelationResponse) ProtoReflect added in v0.4.0

func (*PullAccountAppInfoRelationResponse) Reset added in v0.4.0

func (*PullAccountAppInfoRelationResponse) String added in v0.4.0

type PullAccountRequest

type PullAccountRequest struct {
	AccountId *v1.AccountID `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PullAccountRequest) Descriptor deprecated

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

Deprecated: Use PullAccountRequest.ProtoReflect.Descriptor instead.

func (*PullAccountRequest) GetAccountId

func (x *PullAccountRequest) GetAccountId() *v1.AccountID

func (*PullAccountRequest) ProtoMessage

func (*PullAccountRequest) ProtoMessage()

func (*PullAccountRequest) ProtoReflect

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

func (*PullAccountRequest) Reset

func (x *PullAccountRequest) Reset()

func (*PullAccountRequest) String

func (x *PullAccountRequest) String() string

type PullAccountResponse

type PullAccountResponse struct {
	Account *v1.Account `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*PullAccountResponse) Descriptor deprecated

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

Deprecated: Use PullAccountResponse.ProtoReflect.Descriptor instead.

func (*PullAccountResponse) GetAccount

func (x *PullAccountResponse) GetAccount() *v1.Account

func (*PullAccountResponse) ProtoMessage

func (*PullAccountResponse) ProtoMessage()

func (*PullAccountResponse) ProtoReflect

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

func (*PullAccountResponse) Reset

func (x *PullAccountResponse) Reset()

func (*PullAccountResponse) String

func (x *PullAccountResponse) String() string

type PullAppInfoRequest added in v0.4.0

type PullAppInfoRequest struct {
	AppInfoId *v1.AppInfoID `protobuf:"bytes,1,opt,name=app_info_id,json=appInfoId,proto3" json:"app_info_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PullAppInfoRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use PullAppInfoRequest.ProtoReflect.Descriptor instead.

func (*PullAppInfoRequest) GetAppInfoId added in v0.4.0

func (x *PullAppInfoRequest) GetAppInfoId() *v1.AppInfoID

func (*PullAppInfoRequest) ProtoMessage added in v0.4.0

func (*PullAppInfoRequest) ProtoMessage()

func (*PullAppInfoRequest) ProtoReflect added in v0.4.0

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

func (*PullAppInfoRequest) Reset added in v0.4.0

func (x *PullAppInfoRequest) Reset()

func (*PullAppInfoRequest) String added in v0.4.0

func (x *PullAppInfoRequest) String() string

type PullAppInfoResponse added in v0.4.0

type PullAppInfoResponse struct {
	AppInfo *v1.AppInfo `protobuf:"bytes,1,opt,name=app_info,json=appInfo,proto3" json:"app_info,omitempty"`
	// contains filtered or unexported fields
}

func (*PullAppInfoResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use PullAppInfoResponse.ProtoReflect.Descriptor instead.

func (*PullAppInfoResponse) GetAppInfo added in v0.4.0

func (x *PullAppInfoResponse) GetAppInfo() *v1.AppInfo

func (*PullAppInfoResponse) ProtoMessage added in v0.4.0

func (*PullAppInfoResponse) ProtoMessage()

func (*PullAppInfoResponse) ProtoReflect added in v0.4.0

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

func (*PullAppInfoResponse) Reset added in v0.4.0

func (x *PullAppInfoResponse) Reset()

func (*PullAppInfoResponse) String added in v0.4.0

func (x *PullAppInfoResponse) String() string

type PullFeedRequest

type PullFeedRequest struct {

	// `PorterFeatureSummary.feed_sources`
	Source *v1.FeatureRequest `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*PullFeedRequest) Descriptor deprecated

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

Deprecated: Use PullFeedRequest.ProtoReflect.Descriptor instead.

func (*PullFeedRequest) GetSource

func (x *PullFeedRequest) GetSource() *v1.FeatureRequest

func (*PullFeedRequest) ProtoMessage

func (*PullFeedRequest) ProtoMessage()

func (*PullFeedRequest) ProtoReflect

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

func (*PullFeedRequest) Reset

func (x *PullFeedRequest) Reset()

func (*PullFeedRequest) String

func (x *PullFeedRequest) String() string

type PullFeedResponse

type PullFeedResponse struct {
	Data *v1.Feed `protobuf:"bytes,1,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PullFeedResponse) Descriptor deprecated

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

Deprecated: Use PullFeedResponse.ProtoReflect.Descriptor instead.

func (*PullFeedResponse) GetData

func (x *PullFeedResponse) GetData() *v1.Feed

func (*PullFeedResponse) ProtoMessage

func (*PullFeedResponse) ProtoMessage()

func (*PullFeedResponse) ProtoReflect

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

func (*PullFeedResponse) Reset

func (x *PullFeedResponse) Reset()

func (*PullFeedResponse) String

func (x *PullFeedResponse) String() string

type PushFeedItemsRequest added in v0.2.16

type PushFeedItemsRequest struct {

	// `PorterFeatureSummary.notify_destinations`
	Destination *v1.FeatureRequest `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
	Items       []*v1.FeedItem     `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*PushFeedItemsRequest) Descriptor deprecated added in v0.2.16

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

Deprecated: Use PushFeedItemsRequest.ProtoReflect.Descriptor instead.

func (*PushFeedItemsRequest) GetDestination added in v0.2.16

func (x *PushFeedItemsRequest) GetDestination() *v1.FeatureRequest

func (*PushFeedItemsRequest) GetItems added in v0.2.16

func (x *PushFeedItemsRequest) GetItems() []*v1.FeedItem

func (*PushFeedItemsRequest) ProtoMessage added in v0.2.16

func (*PushFeedItemsRequest) ProtoMessage()

func (*PushFeedItemsRequest) ProtoReflect added in v0.2.16

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

func (*PushFeedItemsRequest) Reset added in v0.2.16

func (x *PushFeedItemsRequest) Reset()

func (*PushFeedItemsRequest) String added in v0.2.16

func (x *PushFeedItemsRequest) String() string

type PushFeedItemsResponse added in v0.2.16

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

func (*PushFeedItemsResponse) Descriptor deprecated added in v0.2.16

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

Deprecated: Use PushFeedItemsResponse.ProtoReflect.Descriptor instead.

func (*PushFeedItemsResponse) ProtoMessage added in v0.2.16

func (*PushFeedItemsResponse) ProtoMessage()

func (*PushFeedItemsResponse) ProtoReflect added in v0.2.16

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

func (*PushFeedItemsResponse) Reset added in v0.2.16

func (x *PushFeedItemsResponse) Reset()

func (*PushFeedItemsResponse) String added in v0.2.16

func (x *PushFeedItemsResponse) String() string

type SearchAppInfoRequest added in v0.4.0

type SearchAppInfoRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchAppInfoRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use SearchAppInfoRequest.ProtoReflect.Descriptor instead.

func (*SearchAppInfoRequest) GetName added in v0.4.0

func (x *SearchAppInfoRequest) GetName() string

func (*SearchAppInfoRequest) ProtoMessage added in v0.4.0

func (*SearchAppInfoRequest) ProtoMessage()

func (*SearchAppInfoRequest) ProtoReflect added in v0.4.0

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

func (*SearchAppInfoRequest) Reset added in v0.4.0

func (x *SearchAppInfoRequest) Reset()

func (*SearchAppInfoRequest) String added in v0.4.0

func (x *SearchAppInfoRequest) String() string

type SearchAppInfoResponse added in v0.4.0

type SearchAppInfoResponse struct {
	AppInfos []*v1.AppInfo `protobuf:"bytes,1,rep,name=app_infos,json=appInfos,proto3" json:"app_infos,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchAppInfoResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use SearchAppInfoResponse.ProtoReflect.Descriptor instead.

func (*SearchAppInfoResponse) GetAppInfos added in v0.4.0

func (x *SearchAppInfoResponse) GetAppInfos() []*v1.AppInfo

func (*SearchAppInfoResponse) ProtoMessage added in v0.4.0

func (*SearchAppInfoResponse) ProtoMessage()

func (*SearchAppInfoResponse) ProtoReflect added in v0.4.0

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

func (*SearchAppInfoResponse) Reset added in v0.4.0

func (x *SearchAppInfoResponse) Reset()

func (*SearchAppInfoResponse) String added in v0.4.0

func (x *SearchAppInfoResponse) String() string

type UnimplementedLibrarianPorterServiceServer

type UnimplementedLibrarianPorterServiceServer struct{}

UnimplementedLibrarianPorterServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedLibrarianPorterServiceServer) DisableContext added in v0.4.15

func (UnimplementedLibrarianPorterServiceServer) DisableFeedGetter added in v0.4.17

func (UnimplementedLibrarianPorterServiceServer) DisableFeedSetter added in v0.4.17

func (UnimplementedLibrarianPorterServiceServer) EnableContext added in v0.4.15

func (UnimplementedLibrarianPorterServiceServer) EnableFeedGetter added in v0.4.17

func (UnimplementedLibrarianPorterServiceServer) EnableFeedSetter added in v0.4.17

func (UnimplementedLibrarianPorterServiceServer) EnablePorter added in v0.3.0

func (UnimplementedLibrarianPorterServiceServer) ExecFeedItemAction added in v0.4.13

func (UnimplementedLibrarianPorterServiceServer) GetPorterInformation added in v0.3.0

func (UnimplementedLibrarianPorterServiceServer) PullAccount

func (UnimplementedLibrarianPorterServiceServer) PullAccountAppInfoRelation added in v0.4.0

func (UnimplementedLibrarianPorterServiceServer) PullAppInfo added in v0.4.0

func (UnimplementedLibrarianPorterServiceServer) PullFeed

func (UnimplementedLibrarianPorterServiceServer) PushFeedItems added in v0.2.16

func (UnimplementedLibrarianPorterServiceServer) SearchAppInfo added in v0.4.0

type UnsafeLibrarianPorterServiceServer

type UnsafeLibrarianPorterServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLibrarianPorterServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LibrarianPorterServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

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