organization

package
v0.0.0-...-4e82913 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvConfigService

type EnvConfigService struct {
}

func (*EnvConfigService) CreateEnvConfig

func (envConfigService *EnvConfigService) CreateEnvConfig(envConfig organization.EnvConfig) (err error)

CreateEnvConfig 创建EnvConfig记录 Author [piexlmax](https://github.com/piexlmax)

func (*EnvConfigService) DeleteEnvConfig

func (envConfigService *EnvConfigService) DeleteEnvConfig(envConfig organization.EnvConfig) (err error)

DeleteEnvConfig 删除EnvConfig记录 Author [piexlmax](https://github.com/piexlmax)

func (*EnvConfigService) DeleteEnvConfigByIds

func (envConfigService *EnvConfigService) DeleteEnvConfigByIds(ids request.IdsReq) (err error)

DeleteEnvConfigByIds 批量删除EnvConfig记录 Author [piexlmax](https://github.com/piexlmax)

func (*EnvConfigService) GetEnvConfig

func (envConfigService *EnvConfigService) GetEnvConfig(id uint) (err error, envConfig organization.EnvConfig)

GetEnvConfig 根据id获取EnvConfig记录 Author [piexlmax](https://github.com/piexlmax)

func (*EnvConfigService) GetEnvConfigInfoList

func (envConfigService *EnvConfigService) GetEnvConfigInfoList(info organizationReq.EnvConfigSearch) (err error, list interface{}, total int64)

GetEnvConfigInfoList 分页获取EnvConfig记录 Author [piexlmax](https://github.com/piexlmax)

func (*EnvConfigService) UpdateEnvConfig

func (envConfigService *EnvConfigService) UpdateEnvConfig(envConfig organization.EnvConfig) (err error)

UpdateEnvConfig 更新EnvConfig记录 Author [piexlmax](https://github.com/piexlmax)

type OrganizationService

type OrganizationService struct {
}

func (*OrganizationService) CreateOrganization

func (organizationService *OrganizationService) CreateOrganization(organization organization.Organization) (err error)

CreateOrganization 创建Organization记录 Author [piexlmax](https://github.com/piexlmax)

func (*OrganizationService) DeleteOrganization

func (organizationService *OrganizationService) DeleteOrganization(organization organization.Organization) (err error)

DeleteOrganization 删除Organization记录 Author [piexlmax](https://github.com/piexlmax)

func (*OrganizationService) DeleteOrganizationByIds

func (organizationService *OrganizationService) DeleteOrganizationByIds(ids request.IdsReq) (err error)

DeleteOrganizationByIds 批量删除Organization记录 Author [piexlmax](https://github.com/piexlmax)

func (*OrganizationService) GetOrganization

func (organizationService *OrganizationService) GetOrganization(id uint) (err error, organization organization.Organization)

GetOrganization 根据id获取Organization记录 Author [piexlmax](https://github.com/piexlmax)

func (*OrganizationService) GetOrganizationInfoList

func (organizationService *OrganizationService) GetOrganizationInfoList(info organizationReq.OrganizationSearch) (err error, list interface{}, total int64)

GetOrganizationInfoList 分页获取Organization记录 Author [piexlmax](https://github.com/piexlmax)

func (*OrganizationService) UpdateOrganization

func (organizationService *OrganizationService) UpdateOrganization(organization organization.Organization) (err error)

UpdateOrganization 更新Organization记录 Author [piexlmax](https://github.com/piexlmax)

type ServiceGroup

type ServiceGroup struct {
	// Code generated by github.com/jizi19911101/gin-vue-admin/server Begin; DO NOT EDIT.
	EnvConfigService
	OrganizationService
}

Jump to

Keyboard shortcuts

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