service

package
v0.0.0-...-8010d25 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddIDLService

type AddIDLService struct {
	// contains filtered or unexported fields

} // NewAddIDLService new AddIDLService

func NewAddIDLService

func NewAddIDLService(ctx context.Context, svcCtx *svc.ServiceContext, agentService agent.AgentService) *AddIDLService

func (*AddIDLService) Run

func (s *AddIDLService) Run(req *agent.AddIDLReq) (resp *agent.AddIDLRes, err error)

Run create note info

type AddRepositoryService

type AddRepositoryService struct {
	// contains filtered or unexported fields

} // NewAddRepositoryService new AddRepositoryService

func NewAddRepositoryService

func NewAddRepositoryService(ctx context.Context, svcCtx *svc.ServiceContext) *AddRepositoryService

func (*AddRepositoryService) Run

Run create note info

type AddTemplateItemService

type AddTemplateItemService struct {
	// contains filtered or unexported fields

} // NewAddTemplateItemService new AddTemplateItemService

func NewAddTemplateItemService

func NewAddTemplateItemService(ctx context.Context, svcCtx *svc.ServiceContext) *AddTemplateItemService

func (*AddTemplateItemService) Run

Run create note info

type AddTemplateService

type AddTemplateService struct {
	// contains filtered or unexported fields

} // NewAddTemplateService new AddTemplateService

func NewAddTemplateService

func NewAddTemplateService(ctx context.Context, svcCtx *svc.ServiceContext) *AddTemplateService

func (*AddTemplateService) Run

Run create note info

type AddTokenService

type AddTokenService struct {
	// contains filtered or unexported fields

} // NewAddTokenService new AddTokenService

func NewAddTokenService

func NewAddTokenService(ctx context.Context, svcCtx *svc.ServiceContext) *AddTokenService

func (*AddTokenService) Run

func (s *AddTokenService) Run(req *agent.AddTokenReq) (resp *agent.AddTokenRes, err error)

Run create note info

type DeleteIDLService

type DeleteIDLService struct {
	// contains filtered or unexported fields

} // NewDeleteIDLService new DeleteIDLService

func NewDeleteIDLService

func NewDeleteIDLService(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteIDLService

func (*DeleteIDLService) Run

func (s *DeleteIDLService) Run(req *agent.DeleteIDLsReq) (resp *agent.DeleteIDLsRes, err error)

Run create note info

type DeleteRepositoriesService

type DeleteRepositoriesService struct {
	// contains filtered or unexported fields

} // NewDeleteRepositoriesService new DeleteRepositoriesService

func NewDeleteRepositoriesService

func NewDeleteRepositoriesService(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteRepositoriesService

func (*DeleteRepositoriesService) Run

Run create note info

type DeleteTemplateItemService

type DeleteTemplateItemService struct {
	// contains filtered or unexported fields

} // NewDeleteTemplateItemService new DeleteTemplateItemService

func NewDeleteTemplateItemService

func NewDeleteTemplateItemService(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTemplateItemService

func (*DeleteTemplateItemService) Run

Run create note info

type DeleteTemplateService

type DeleteTemplateService struct {
	// contains filtered or unexported fields

} // NewDeleteTemplateService new DeleteTemplateService

func NewDeleteTemplateService

func NewDeleteTemplateService(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTemplateService

func (*DeleteTemplateService) Run

Run create note info

type DeleteTokenService

type DeleteTokenService struct {
	// contains filtered or unexported fields

} // NewDeleteTokenService new DeleteTokenService

func NewDeleteTokenService

func NewDeleteTokenService(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteTokenService

func (*DeleteTokenService) Run

Run create note info

type GetIDLsService

type GetIDLsService struct {
	// contains filtered or unexported fields

} // NewGetIDLsService new GetIDLsService

func NewGetIDLsService

func NewGetIDLsService(ctx context.Context, svcCtx *svc.ServiceContext) *GetIDLsService

func (*GetIDLsService) Run

func (s *GetIDLsService) Run(req *agent.GetIDLsReq) (resp *agent.GetIDLsRes, err error)

Run create note info

type GetRepositoriesService

type GetRepositoriesService struct {
	// contains filtered or unexported fields

} // NewGetRepositoriesService new GetRepositoriesService

func NewGetRepositoriesService

func NewGetRepositoriesService(ctx context.Context, svcCtx *svc.ServiceContext) *GetRepositoriesService

func (*GetRepositoriesService) Run

Run create note info

type GetTemplateItemsService

type GetTemplateItemsService struct {
	// contains filtered or unexported fields

} // NewGetTemplateItemsService new GetTemplateItemsService

func NewGetTemplateItemsService

func NewGetTemplateItemsService(ctx context.Context, svcCtx *svc.ServiceContext) *GetTemplateItemsService

func (*GetTemplateItemsService) Run

Run create note infoaw

type GetTemplatesService

type GetTemplatesService struct {
	// contains filtered or unexported fields

} // NewGetTemplatesService new GetTemplatesService

func NewGetTemplatesService

func NewGetTemplatesService(ctx context.Context, svcCtx *svc.ServiceContext) *GetTemplatesService

func (*GetTemplatesService) Run

Run create note info

type GetTokenService

type GetTokenService struct {
	// contains filtered or unexported fields

} // NewGetTokenService new GetTokenService

func NewGetTokenService

func NewGetTokenService(ctx context.Context, svcCtx *svc.ServiceContext) *GetTokenService

func (*GetTokenService) Run

func (s *GetTokenService) Run(req *agent.GetTokenReq) (resp *agent.GetTokenRes, err error)

Run create note info

type SyncIDLsByIdService

type SyncIDLsByIdService struct {
	// contains filtered or unexported fields

} // NewSyncIDLsByIdService new SyncIDLsByIdService

func NewSyncIDLsByIdService

func NewSyncIDLsByIdService(ctx context.Context, svcCtx *svc.ServiceContext, agentService agent.AgentService) *SyncIDLsByIdService

func (*SyncIDLsByIdService) Run

Run create note info

type UpdateIDLService

type UpdateIDLService struct {
	// contains filtered or unexported fields

} // NewUpdateIDLService new UpdateIDLService

func NewUpdateIDLService

func NewUpdateIDLService(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateIDLService

func (*UpdateIDLService) Run

func (s *UpdateIDLService) Run(req *agent.UpdateIDLReq) (resp *agent.UpdateIDLRes, err error)

Run create note info

type UpdateRepositoryService

type UpdateRepositoryService struct {
	// contains filtered or unexported fields

} // NewUpdateRepositoryService new UpdateRepositoryService

func NewUpdateRepositoryService

func NewUpdateRepositoryService(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRepositoryService

func (*UpdateRepositoryService) Run

Run create note info

type UpdateTasksService

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

func NewUpdateTasksService

func NewUpdateTasksService(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTasksService

NewUpdateTasksService new UpdateTasksService

func (*UpdateTasksService) Run

Run create note info

type UpdateTemplateItemService

type UpdateTemplateItemService struct {
	// contains filtered or unexported fields

} // NewUpdateTemplateItemService new UpdateTemplateItemService

func NewUpdateTemplateItemService

func NewUpdateTemplateItemService(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTemplateItemService

func (*UpdateTemplateItemService) Run

Run create note info

type UpdateTemplateService

type UpdateTemplateService struct {
	// contains filtered or unexported fields

} // NewUpdateTemplateService new UpdateTemplateService

func NewUpdateTemplateService

func NewUpdateTemplateService(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateTemplateService

func (*UpdateTemplateService) Run

Run create note info

Jump to

Keyboard shortcuts

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