req

package
v0.0.0-...-a49857f Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package req Code generated, DO NOT EDIT.

Package req Code generated, DO NOT EDIT.

Package req Code generated, DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateAccountReq

type CreateAccountReq interface {
	base.AccountName
	base.AccountNickname
	base.Operator
	base.Validator
}

get create update delete req for Account

type CreateApplicationReq

get create update delete req for Application

type CreateEventBusReq

get create update delete req for EventBus

type CreateEventTypeReq

get create update delete req for EventType

type CreatePassportReq

type CreatePassportReq interface {
	base.Operator
	base.Validator
}

get create update delete req for Passport

type CreatePublicationReq

get create update delete req for Publication

type CreateSecretReq

type CreateSecretReq interface {
	base.Operator
	base.Validator
}

get create update delete req for Secret

type CreateSubscriptionReq

get create update delete req for Subscription

type CreateTechRelationReq

type CreateTechRelationReq interface {
	base.Operator
	base.Validator
}

get create update delete req for TechRelation

type DeleteAccountReq

type DeleteAccountReq interface {
	base.AccountID
	base.Operator
	base.Validator
}

get create update delete req for Account

type DeleteApplicationReq

type DeleteApplicationReq interface {
	base.ApplicationID
	base.Operator
	base.Validator
}

get create update delete req for Application

type DeleteEventBusReq

type DeleteEventBusReq interface {
	base.EventBusID
	base.Operator
	base.Validator
}

get create update delete req for EventBus

type DeleteEventTypeReq

type DeleteEventTypeReq interface {
	base.EventTypeID
	base.Operator
	base.Validator
}

get create update delete req for EventType

type DeletePassportReq

type DeletePassportReq interface {
	base.PassportID
	base.Operator
	base.Validator
}

get create update delete req for Passport

type DeletePublicationReq

type DeletePublicationReq interface {
	base.PublicationID
	base.Operator
	base.Validator
}

get create update delete req for Publication

type DeleteSecretReq

type DeleteSecretReq interface {
	base.SecretID
	base.Operator
	base.Validator
}

get create update delete req for Secret

type DeleteSubscriptionReq

type DeleteSubscriptionReq interface {
	base.SubscriptionID
	base.Operator
	base.Validator
}

get create update delete req for Subscription

type DeleteTechRelationReq

type DeleteTechRelationReq interface {
	base.TechRelationID
	base.Operator
	base.Validator
}

get create update delete req for TechRelation

type GetAccountsNoForeign

GetAccountsNoForeign get Accounts no foreign key

type GetAccountsPO

type GetAccountsPO interface {
	GetAccountsPure
	base.PageOrderOperator
}

GetAccountsPO get Accounts po, 用于 persistence 上的 get 操作

type GetAccountsPure

GetAccountsPure get Accounts pure, 仅仅作用在单一实体表上

type GetAccountsReq

type GetAccountsReq interface {
	GetAccountsPure
	base.Fields
	base.PageOrderOperator
	base.Validator
}

GetAccountsReq get Accounts req, 用于对外 service 中使用

type GetApplicationsNoForeign

GetApplicationsNoForeign get Applications no foreign key

type GetApplicationsPO

type GetApplicationsPO interface {
	GetApplicationsPure
	base.PageOrderOperator
}

GetApplicationsPO get Applications po, 用于 persistence 上的 get 操作

type GetApplicationsPure

GetApplicationsPure get Applications pure, 仅仅作用在单一实体表上

type GetApplicationsReq

type GetApplicationsReq interface {
	GetApplicationsPure
	base.Fields
	base.PageOrderOperator
	base.Validator
}

GetApplicationsReq get Applications req, 用于对外 service 中使用

type GetEventBusesNoForeign

GetEventBusesNoForeign get EventBuses no foreign key

type GetEventBusesPO

type GetEventBusesPO interface {
	GetEventBusesPure
	base.PageOrderOperator
}

GetEventBusesPO get EventBuses po, 用于 persistence 上的 get 操作

type GetEventBusesPure

GetEventBusesPure get EventBuses pure, 仅仅作用在单一实体表上

type GetEventBusesReq

type GetEventBusesReq interface {
	GetEventBusesPure
	base.Fields
	base.PageOrderOperator
	base.Validator
}

GetEventBusesReq get EventBuses req, 用于对外 service 中使用

type GetEventTypesNoForeign

GetEventTypesNoForeign get EventTypes no foreign key

type GetEventTypesPO

type GetEventTypesPO interface {
	GetEventTypesPure
	base.PageOrderOperator
}

GetEventTypesPO get EventTypes po, 用于 persistence 上的 get 操作

type GetEventTypesPure

GetEventTypesPure get EventTypes pure, 仅仅作用在单一实体表上

type GetEventTypesReq

GetEventTypesReq get EventTypes req, 用于对外 service 中使用

type GetPassportsNoForeign

GetPassportsNoForeign get Passports no foreign key

type GetPassportsPO

type GetPassportsPO interface {
	GetPassportsPure
	base.PageOrderOperator
}

GetPassportsPO get Passports po, 用于 persistence 上的 get 操作

type GetPassportsPure

GetPassportsPure get Passports pure, 仅仅作用在单一实体表上

type GetPassportsReq

GetPassportsReq get Passports req, 用于对外 service 中使用

type GetPublicationsNoForeign

GetPublicationsNoForeign get Publications no foreign key

type GetPublicationsPO

type GetPublicationsPO interface {
	GetPublicationsPure
	base.PageOrderOperator
}

GetPublicationsPO get Publications po, 用于 persistence 上的 get 操作

type GetPublicationsPure

GetPublicationsPure get Publications pure, 仅仅作用在单一实体表上

type GetSecretsNoForeign

type GetSecretsNoForeign interface {
	base.SecretID
	base.SecretIDs
}

GetSecretsNoForeign get Secrets no foreign key

type GetSecretsPO

type GetSecretsPO interface {
	GetSecretsPure
	base.PageOrderOperator
}

GetSecretsPO get Secrets po, 用于 persistence 上的 get 操作

type GetSecretsPure

type GetSecretsPure interface {
	base.AccountID
	base.SecretID
	base.SecretIDs
}

GetSecretsPure get Secrets pure, 仅仅作用在单一实体表上

type GetSecretsReq

GetSecretsReq get Secrets req, 用于对外 service 中使用

type GetSubscriptionsNoForeign

GetSubscriptionsNoForeign get Subscriptions no foreign key

type GetSubscriptionsPO

type GetSubscriptionsPO interface {
	GetSubscriptionsPure
	base.PageOrderOperator
}

GetSubscriptionsPO get Subscriptions po, 用于 persistence 上的 get 操作

type GetSubscriptionsPure

GetSubscriptionsPure get Subscriptions pure, 仅仅作用在单一实体表上

type GetTechRelationsNoForeign

type GetTechRelationsNoForeign interface {
	base.TechRelationID
	base.TechRelationIDs
}

GetTechRelationsNoForeign get TechRelations no foreign key

type GetTechRelationsPO

type GetTechRelationsPO interface {
	GetTechRelationsPure
	base.PageOrderOperator
}

GetTechRelationsPO get TechRelations po, 用于 persistence 上的 get 操作

type GetTechRelationsPure

type GetTechRelationsPure interface {
	base.TechRelationID
	base.TechRelationIDs
}

GetTechRelationsPure get TechRelations pure, 仅仅作用在单一实体表上

type GetTechRelationsReq

GetTechRelationsReq get TechRelations req, 用于对外 service 中使用

type UpdateAccountReq

type UpdateAccountReq interface {
	base.AccountName
	base.AccountNickname
	base.Operator
	base.Validator
}

get create update delete req for Account

type UpdateApplicationReq

get create update delete req for Application

type UpdateEventBusReq

get create update delete req for EventBus

type UpdateEventTypeReq

get create update delete req for EventType

type UpdatePassportReq

type UpdatePassportReq interface {
	base.Operator
	base.Validator
}

get create update delete req for Passport

type UpdatePublicationReq

get create update delete req for Publication

type UpdateSecretReq

type UpdateSecretReq interface {
	base.Operator
	base.Validator
}

get create update delete req for Secret

type UpdateSubscriptionReq

get create update delete req for Subscription

type UpdateTechRelationReq

type UpdateTechRelationReq interface {
	base.Operator
	base.Validator
}

get create update delete req for TechRelation

Jump to

Keyboard shortcuts

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