Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KendoCross/kendoDDD
/ types & classes
Types & classes
57 in github.com/KendoCross/kendoDDD
⨍
Functions
224
◇
Types & classes
57
Struct
AddFileCmd
添加文件
domain/files/commands.go:17
Struct
AddFileCmd
添加文件
domain/k8s_info/commands.go:17
Struct
AddFileCmd
添加文件
domain/trips/commands.go:17
Struct
AddFileForm
application/files_vm.go:12
Struct
BadRequestError
400 response
infrastructure/errorext/errors.go:23
TypeAlias
BadRequestErrors
infrastructure/errorext/errors.go:32
Struct
CodeError
infrastructure/errorext/code_err.go:3
Interface
CommandDealer
infrastructure/bus/kendobus.go:18
Struct
ConflictError
409 response
infrastructure/errorext/errors.go:52
Struct
ExtraValidation
ExtraValidation model
infrastructure/errorext/error_convter.go:108
Struct
FileInfo
application/files_vm.go:5
Struct
FileInfo
interfaces/file_repo.go:12
Struct
FileInfos
domain/files/value_objs.go:5
Struct
FindParmFiles
interfaces/file_repo.go:24
Struct
FlightInfo
domain/services/trip/i_trip.go:18
Struct
FlightsReq
domain/services/trip/i_trip.go:9
Struct
ForbiddenError
403 response
infrastructure/errorext/errors.go:47
Interface
GoWorker
infrastructure/helper/gowork.go:5
Struct
HelmAction
domain/services/helm/helm_client.go:43
Interface
ICaptchaRepo
interfaces/redis_repos.go:3
Interface
IFileInfoRepo
interfaces/file_repo.go:3
Interface
ITripSer
domain/services/trip/i_trip.go:5
Struct
InternalServerError
500 response
infrastructure/errorext/errors.go:67
Struct
IpInfo
infrastructure/helper/ip_agent.go:15
Struct
IpInfoRes
infrastructure/helper/ip_agent.go:30
Struct
ListMsgError
infrastructure/errorext/code_err.go:29
TypeAlias
LogTypes
infrastructure/logs/logs.go:9
Struct
Options
domain/services/helm/helm_client.go:36
Struct
Page
应用层的struct ,主要是为了适配表现层的数据格式。正常情况下,领域模型是无法直接暴露给用户直接使用的。
application/commonVM.go:5
Struct
Pages
interfaces/common.go:7
Struct
PodsReq
application/k8s/pods_vm.go:7
Struct
Price
domain/services/trip/i_trip.go:26
Struct
RateFlightsInfo
domain/trips/events.go:20
Struct
Redis
Redis driver
infrastructure/repos_redis/common.go:10
Struct
ReleaseInfo
domain/services/helm/helm_client.go:27
Struct
RepoFactory
infrastructure/repoFac.go:20
Struct
TeapotError
418 response
infrastructure/errorext/errors.go:57
Struct
TestOnlyCmd
方便开发使用的 处理机相关的命令
domain/testcmd/commands.go:19
Struct
UnauthorizedError
401 response
infrastructure/errorext/errors.go:42
Interface
Validator
infrastructure/ddd/domain_common.go:10
Interface
ValidatorCtx
验证接口,主要用于cmd参数是否有效校验
infrastructure/ddd/domain_common.go:6
Struct
captchaRepo
infrastructure/repos_redis/captcha_repo.go:8
Struct
ctripServer
domain/services/trip/ctrip_svc.go:14
Struct
errEmptyPayload
infrastructure/errorext/errors.go:7
Struct
errWithCode
infrastructure/errorext/errors.go:13
Struct
fileEntity
domain/files/file_entity.go:18
Struct
fileRepo
infrastructure/repos_mysql/file_repo.go:11
Struct
filesAggregate
想更多的表达"继承"建议使用匿名成员。具名成员表示组合。
domain/files/aggregate_root.go:26
Struct
filesEventHandler
domain/files/event_handler.go:18
Struct
helmEntity
domain/testcmd/helm_entity.go:5
Struct
k8sInfoAggregate
想更多的表达"继承"建议使用匿名成员。具名成员表示组合。
domain/k8s_info/aggregate_root.go:22
Struct
podEntity
domain/k8s_info/pod_entity.go:9
Struct
testOnlyAggregate
只有聚合根才可以处理CMD、处理Enevt、激活领域事件。直接持有实体,本身也是实体! 想更多的表达"继承"建议使用匿名成员。具名成员表示组合。
domain/testcmd/aggregate_root.go:29
Struct
tripsAggregate
想更多的表达"继承"建议使用匿名成员。具名成员表示组合。
domain/trips/aggregate_root.go:24
Struct
tripsEventHandler
domain/trips/event_handler.go:18
Struct
workerPool
infrastructure/helper/gowork.go:9
Struct
workerSyncPool
infrastructure/helper/gowork.go:41