Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithListExcludeColumns ¶ added in v1.0.30
func WithListExcludeColumns(columns []string) optionFunc
func WithListIncludeColumns ¶ added in v1.0.30
func WithListIncludeColumns(columns []string) optionFunc
func WithSQLTransaction ¶
Types ¶
type Module ¶
type Module interface {
FetchExtensionByUUID(ctx context.Context, req types.FetchExtensionByUUIDRequest, opts ...Option) (types.FetchExtensionByUUIDResponse, error)
FetchExtensionByVersion(ctx context.Context, req types.FetchExtensionByVersionRequest, opts ...Option) (types.FetchExtensionByVersionResponse, error)
FetchExtensionByIdentifier(ctx context.Context, req types.FetchExtensionByIdentifierRequest, opts ...Option) (types.FetchExtensionByIdentifierResponse, error)
FetchExtensionByVersionAndIdentifier(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierResponse, error)
FetchExtensionByRepository(ctx context.Context, req types.FetchExtensionByRepositoryRequest, opts ...Option) (types.FetchExtensionByRepositoryResponse, error)
FetchExtensionByVersionAndRepository(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryResponse, error)
FetchExtensionByIdentifierAndRepository(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryResponse, error)
FetchExtensionByVersionAndIdentifierAndRepository(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryResponse, error)
FetchExtensionByExtensionType(ctx context.Context, req types.FetchExtensionByExtensionTypeRequest, opts ...Option) (types.FetchExtensionByExtensionTypeResponse, error)
FetchExtensionByVersionAndExtensionType(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeResponse, error)
FetchExtensionByIdentifierAndExtensionType(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionType(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeResponse, error)
FetchExtensionByRepositoryAndExtensionType(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionType(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionType(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionType(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeResponse, error)
FetchExtensionByPro(ctx context.Context, req types.FetchExtensionByProRequest, opts ...Option) (types.FetchExtensionByProResponse, error)
FetchExtensionByVersionAndPro(ctx context.Context, req types.FetchExtensionByVersionAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndProResponse, error)
FetchExtensionByIdentifierAndPro(ctx context.Context, req types.FetchExtensionByIdentifierAndProRequest, opts ...Option) (types.FetchExtensionByIdentifierAndProResponse, error)
FetchExtensionByVersionAndIdentifierAndPro(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndProResponse, error)
FetchExtensionByRepositoryAndPro(ctx context.Context, req types.FetchExtensionByRepositoryAndProRequest, opts ...Option) (types.FetchExtensionByRepositoryAndProResponse, error)
FetchExtensionByVersionAndRepositoryAndPro(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndProResponse, error)
FetchExtensionByIdentifierAndRepositoryAndPro(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndProRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndProResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndPro(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProResponse, error)
FetchExtensionByExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByExtensionTypeAndProResponse, error)
FetchExtensionByVersionAndExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeAndProResponse, error)
FetchExtensionByIdentifierAndExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeAndProResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProResponse, error)
FetchExtensionByRepositoryAndExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeAndProResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndPro(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProResponse, error)
FetchExtensionByPublic(ctx context.Context, req types.FetchExtensionByPublicRequest, opts ...Option) (types.FetchExtensionByPublicResponse, error)
FetchExtensionByVersionAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndPublicResponse, error)
FetchExtensionByIdentifierAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndPublicResponse, error)
FetchExtensionByRepositoryAndPublic(ctx context.Context, req types.FetchExtensionByRepositoryAndPublicRequest, opts ...Option) (types.FetchExtensionByRepositoryAndPublicResponse, error)
FetchExtensionByVersionAndRepositoryAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndPublicResponse, error)
FetchExtensionByIdentifierAndRepositoryAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndPublicResponse, error)
FetchExtensionByExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByExtensionTypeAndPublicResponse, error)
FetchExtensionByVersionAndExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeAndPublicResponse, error)
FetchExtensionByIdentifierAndExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndPublicResponse, error)
FetchExtensionByRepositoryAndExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeAndPublicResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndPublicResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndPublicResponse, error)
FetchExtensionByProAndPublic(ctx context.Context, req types.FetchExtensionByProAndPublicRequest, opts ...Option) (types.FetchExtensionByProAndPublicResponse, error)
FetchExtensionByVersionAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndProAndPublicResponse, error)
FetchExtensionByIdentifierAndProAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndProAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndProAndPublicResponse, error)
FetchExtensionByRepositoryAndProAndPublic(ctx context.Context, req types.FetchExtensionByRepositoryAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByRepositoryAndProAndPublicResponse, error)
FetchExtensionByVersionAndRepositoryAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndProAndPublicResponse, error)
FetchExtensionByIdentifierAndRepositoryAndProAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndProAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndPublicResponse, error)
FetchExtensionByExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByVersionAndExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByIdentifierAndExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByRepositoryAndExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndPublic(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndPublicRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndPublicResponse, error)
FetchExtensionByStatus(ctx context.Context, req types.FetchExtensionByStatusRequest, opts ...Option) (types.FetchExtensionByStatusResponse, error)
FetchExtensionByVersionAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndStatusResponse, error)
FetchExtensionByIdentifierAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndStatusResponse, error)
FetchExtensionByRepositoryAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndStatusResponse, error)
FetchExtensionByExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByExtensionTypeAndStatusResponse, error)
FetchExtensionByVersionAndExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeAndStatusResponse, error)
FetchExtensionByIdentifierAndExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndStatusResponse, error)
FetchExtensionByRepositoryAndExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndStatusResponse, error)
FetchExtensionByProAndStatus(ctx context.Context, req types.FetchExtensionByProAndStatusRequest, opts ...Option) (types.FetchExtensionByProAndStatusResponse, error)
FetchExtensionByVersionAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndProAndStatusResponse, error)
FetchExtensionByIdentifierAndProAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndProAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndProAndStatusResponse, error)
FetchExtensionByRepositoryAndProAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndProAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndProAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndProAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndProAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndStatusResponse, error)
FetchExtensionByExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByVersionAndExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByIdentifierAndExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByRepositoryAndExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndStatusResponse, error)
FetchExtensionByPublicAndStatus(ctx context.Context, req types.FetchExtensionByPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByPublicAndStatusResponse, error)
FetchExtensionByVersionAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndPublicAndStatusResponse, error)
FetchExtensionByRepositoryAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndPublicAndStatusResponse, error)
FetchExtensionByExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByRepositoryAndExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndPublicAndStatusResponse, error)
FetchExtensionByProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndProAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndProAndPublicAndStatusResponse, error)
FetchExtensionByRepositoryAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndProAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndProAndPublicAndStatusResponse, error)
FetchExtensionByExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByExtensionTypeAndProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndExtensionTypeAndProAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndExtensionTypeAndProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndExtensionTypeAndProAndPublicAndStatusResponse, error)
FetchExtensionByRepositoryAndExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByRepositoryAndExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByRepositoryAndExtensionTypeAndProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndRepositoryAndExtensionTypeAndProAndPublicAndStatusResponse, error)
FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByIdentifierAndRepositoryAndExtensionTypeAndProAndPublicAndStatusResponse, error)
FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndPublicAndStatus(ctx context.Context, req types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndPublicAndStatusRequest, opts ...Option) (types.FetchExtensionByVersionAndIdentifierAndRepositoryAndExtensionTypeAndProAndPublicAndStatusResponse, error)
List(ctx context.Context, req types.ListRequest, opts ...Option) (types.ListResponse, error)
Upsert(ctx context.Context, req types.UpsertRequest, partial bool, opts ...Option) (types.UpsertResponse, error)
Insert(ctx context.Context, req types.UpsertRequest, opts ...Option) (types.UpsertResponse, error)
Update(ctx context.Context, req types.UpsertRequest, partial bool, opts ...Option) (types.UpsertResponse, error)
Search(ctx context.Context, query string, limit int32, offset int32) (types.SearchExtensionResponse, error)
}
func New ¶
func New(params coretypes.ModuleParams) Module
Source Files
¶
- extension.go
- fetch_extension_by_extension_type.go
- fetch_extension_by_extension_type_and_pro.go
- fetch_extension_by_extension_type_and_pro_and_public.go
- fetch_extension_by_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_extension_type_and_pro_and_status.go
- fetch_extension_by_extension_type_and_public.go
- fetch_extension_by_extension_type_and_public_and_status.go
- fetch_extension_by_extension_type_and_status.go
- fetch_extension_by_identifier.go
- fetch_extension_by_identifier_and_extension_type.go
- fetch_extension_by_identifier_and_extension_type_and_pro.go
- fetch_extension_by_identifier_and_extension_type_and_pro_and_public.go
- fetch_extension_by_identifier_and_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_identifier_and_extension_type_and_pro_and_status.go
- fetch_extension_by_identifier_and_extension_type_and_public.go
- fetch_extension_by_identifier_and_extension_type_and_public_and_status.go
- fetch_extension_by_identifier_and_extension_type_and_status.go
- fetch_extension_by_identifier_and_pro.go
- fetch_extension_by_identifier_and_pro_and_public.go
- fetch_extension_by_identifier_and_pro_and_public_and_status.go
- fetch_extension_by_identifier_and_pro_and_status.go
- fetch_extension_by_identifier_and_public.go
- fetch_extension_by_identifier_and_public_and_status.go
- fetch_extension_by_identifier_and_repository.go
- fetch_extension_by_identifier_and_repository_and_extension_type.go
- fetch_extension_by_identifier_and_repository_and_extension_type_and_pro.go
- fetch_extension_by_identifier_and_repository_and_extension_type_and_pro_and_public.go
- fetch_extension_by_identifier_and_repository_and_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_identifier_and_repository_and_extension_type_and_pro_and_status.go
- fetch_extension_by_identifier_and_repository_and_extension_type_and_public.go
- fetch_extension_by_identifier_and_repository_and_extension_type_and_public_and_status.go
- fetch_extension_by_identifier_and_repository_and_extension_type_and_status.go
- fetch_extension_by_identifier_and_repository_and_pro.go
- fetch_extension_by_identifier_and_repository_and_pro_and_public.go
- fetch_extension_by_identifier_and_repository_and_pro_and_public_and_status.go
- fetch_extension_by_identifier_and_repository_and_pro_and_status.go
- fetch_extension_by_identifier_and_repository_and_public.go
- fetch_extension_by_identifier_and_repository_and_public_and_status.go
- fetch_extension_by_identifier_and_repository_and_status.go
- fetch_extension_by_identifier_and_status.go
- fetch_extension_by_pro.go
- fetch_extension_by_pro_and_public.go
- fetch_extension_by_pro_and_public_and_status.go
- fetch_extension_by_pro_and_status.go
- fetch_extension_by_public.go
- fetch_extension_by_public_and_status.go
- fetch_extension_by_repository.go
- fetch_extension_by_repository_and_extension_type.go
- fetch_extension_by_repository_and_extension_type_and_pro.go
- fetch_extension_by_repository_and_extension_type_and_pro_and_public.go
- fetch_extension_by_repository_and_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_repository_and_extension_type_and_pro_and_status.go
- fetch_extension_by_repository_and_extension_type_and_public.go
- fetch_extension_by_repository_and_extension_type_and_public_and_status.go
- fetch_extension_by_repository_and_extension_type_and_status.go
- fetch_extension_by_repository_and_pro.go
- fetch_extension_by_repository_and_pro_and_public.go
- fetch_extension_by_repository_and_pro_and_public_and_status.go
- fetch_extension_by_repository_and_pro_and_status.go
- fetch_extension_by_repository_and_public.go
- fetch_extension_by_repository_and_public_and_status.go
- fetch_extension_by_repository_and_status.go
- fetch_extension_by_status.go
- fetch_extension_by_uuid.go
- fetch_extension_by_version.go
- fetch_extension_by_version_and_extension_type.go
- fetch_extension_by_version_and_extension_type_and_pro.go
- fetch_extension_by_version_and_extension_type_and_pro_and_public.go
- fetch_extension_by_version_and_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_extension_type_and_pro_and_status.go
- fetch_extension_by_version_and_extension_type_and_public.go
- fetch_extension_by_version_and_extension_type_and_public_and_status.go
- fetch_extension_by_version_and_extension_type_and_status.go
- fetch_extension_by_version_and_identifier.go
- fetch_extension_by_version_and_identifier_and_extension_type.go
- fetch_extension_by_version_and_identifier_and_extension_type_and_pro.go
- fetch_extension_by_version_and_identifier_and_extension_type_and_pro_and_public.go
- fetch_extension_by_version_and_identifier_and_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_extension_type_and_pro_and_status.go
- fetch_extension_by_version_and_identifier_and_extension_type_and_public.go
- fetch_extension_by_version_and_identifier_and_extension_type_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_extension_type_and_status.go
- fetch_extension_by_version_and_identifier_and_pro.go
- fetch_extension_by_version_and_identifier_and_pro_and_public.go
- fetch_extension_by_version_and_identifier_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_pro_and_status.go
- fetch_extension_by_version_and_identifier_and_public.go
- fetch_extension_by_version_and_identifier_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_repository.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type_and_pro.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type_and_pro_and_public.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type_and_pro_and_status.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type_and_public.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_repository_and_extension_type_and_status.go
- fetch_extension_by_version_and_identifier_and_repository_and_pro.go
- fetch_extension_by_version_and_identifier_and_repository_and_pro_and_public.go
- fetch_extension_by_version_and_identifier_and_repository_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_repository_and_pro_and_status.go
- fetch_extension_by_version_and_identifier_and_repository_and_public.go
- fetch_extension_by_version_and_identifier_and_repository_and_public_and_status.go
- fetch_extension_by_version_and_identifier_and_repository_and_status.go
- fetch_extension_by_version_and_identifier_and_status.go
- fetch_extension_by_version_and_pro.go
- fetch_extension_by_version_and_pro_and_public.go
- fetch_extension_by_version_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_pro_and_status.go
- fetch_extension_by_version_and_public.go
- fetch_extension_by_version_and_public_and_status.go
- fetch_extension_by_version_and_repository.go
- fetch_extension_by_version_and_repository_and_extension_type.go
- fetch_extension_by_version_and_repository_and_extension_type_and_pro.go
- fetch_extension_by_version_and_repository_and_extension_type_and_pro_and_public.go
- fetch_extension_by_version_and_repository_and_extension_type_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_repository_and_extension_type_and_pro_and_status.go
- fetch_extension_by_version_and_repository_and_extension_type_and_public.go
- fetch_extension_by_version_and_repository_and_extension_type_and_public_and_status.go
- fetch_extension_by_version_and_repository_and_extension_type_and_status.go
- fetch_extension_by_version_and_repository_and_pro.go
- fetch_extension_by_version_and_repository_and_pro_and_public.go
- fetch_extension_by_version_and_repository_and_pro_and_public_and_status.go
- fetch_extension_by_version_and_repository_and_pro_and_status.go
- fetch_extension_by_version_and_repository_and_public.go
- fetch_extension_by_version_and_repository_and_public_and_status.go
- fetch_extension_by_version_and_repository_and_status.go
- fetch_extension_by_version_and_status.go
- list.go
- mapper.go
- option.go
- search_extension.go
- upsert.go
- upsert_insert.go
- upsert_update.go
Click to show internal directories.
Click to hide internal directories.