Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akamai-developers/serverless-architectures-and-patterns
/ types & classes
Types & classes
86 in github.com/akamai-developers/serverless-architectures-and-patterns
⨍
Functions
266
◇
Types & classes
86
Class
AddressCreatedModel
cqrs-rust/crates/commands/src/models.rs:75
Class
AddressCreatedModel
cqrs-servicechaining/commands/src/models.rs:75
Class
AddressDetailsModel
cqrs-rust/crates/queries/src/models.rs:21
Struct
AddressDetailsModel
cqrs-servicechaining/queries/pkg/models/models.go:16
Class
AddressUpdatedModel
cqrs-rust/crates/commands/src/models.rs:109
Class
AddressUpdatedModel
cqrs-servicechaining/commands/src/models.rs:109
Class
Api
http-crud-rust-mysql/src/api.rs:10
Class
Asset
distributed-todo-app/src/migrations/src/main.rs:36
Class
BatchDeleteModel
http-crud-rust-mysql/src/models.rs:84
Struct
BatchDeleteModel
http-crud-go-sqlite/pkg/types/types.go:27
Class
CacheKey
caching-rust/src/model.rs:2
Interface
CacheKeyProvider
caching-rust/src/model.rs:48
Class
Commands
The Queries struct encapsulates available commands
cqrs-rust/crates/commands/src/lib.rs:27
Class
Config
long-running-jobs-over-http/api/src/config.rs:3
Class
Config
aggregate-pattern/aggregates-service/src/config.rs:1
Struct
Config
long-running-jobs-over-http/native-worker/main.go:113
Class
Counter
api-with-cronjob/api/src/models.rs:5
Class
CreateAddressModel
cqrs-rust/crates/commands/src/models.rs:18
Class
CreateAddressModel
cqrs-servicechaining/commands/src/models.rs:18
Class
CreateEmployeeModel
cqrs-rust/crates/commands/src/models.rs:5
Class
CreateEmployeeModel
cqrs-servicechaining/commands/src/models.rs:5
Class
CreateItemModel
http-crud-rust-mysql/src/models.rs:60
Class
CreateJobModel
long-running-jobs-over-http/api/src/models.rs:17
Struct
CreateProductModel
Request model for creating new products
cqrs-go/pkg/commands/commands.go:11
Class
CreateTaskModel
distributed-todo-app/src/http-api/src/models.rs:12
Class
CustomerCountResponseModel
aggregate-pattern/aggregates-service/src/models.rs:126
Interface
CustomerDetailsModel
aggregate-pattern/customers-service/src/models.ts:8
Class
CustomerIncidentVolumeModel
aggregate-pattern/aggregates-service/src/models.rs:91
Class
CustomerListModel
aggregate-pattern/aggregates-service/src/models.rs:131
Interface
CustomerListModel
aggregate-pattern/customers-service/src/models.ts:1
Class
CustomerScoringModel
aggregate-pattern/aggregates-service/src/models.rs:54
Class
CustomerWithNumberOfIncidentModel
aggregate-pattern/aggregates-service/src/models.rs:61
Class
DashboardModel
aggregate-pattern/aggregates-service/src/models.rs:7
Class
Dimension
image-transformation/api/src/helpers.rs:19
Class
EmployeeCreatedModel
cqrs-rust/crates/commands/src/models.rs:57
Class
EmployeeCreatedModel
cqrs-servicechaining/commands/src/models.rs:57
Class
EmployeeDetailsModel
cqrs-rust/crates/queries/src/models.rs:11
Struct
EmployeeDetailsModel
cqrs-servicechaining/queries/pkg/models/models.go:9
Class
EmployeeListModel
cqrs-rust/crates/queries/src/models.rs:4
Struct
EmployeeListModel
cqrs-servicechaining/queries/pkg/models/models.go:3
Class
EmployeeUpdatedModel
cqrs-rust/crates/commands/src/models.rs:91
Class
EmployeeUpdatedModel
cqrs-servicechaining/commands/src/models.rs:91
Struct
IncidentDetailsModel
aggregate-pattern/incidents-service/pkg/types/types.go:9
Struct
IncidentListModel
aggregate-pattern/incidents-service/pkg/types/types.go:3
Class
IncidentResponseModel
aggregate-pattern/aggregates-service/src/models.rs:139
Class
IncidentsGroupedByCustomerResponseModel
aggregate-pattern/aggregates-service/src/models.rs:120
Class
Item
caching-rust/src/model.rs:12
Class
Item
cors-rust/src/models.rs:14
Class
Item
http-crud-rust-mysql/src/models.rs:10
Struct
Item
http-crud-go-sqlite/pkg/types/types.go:3
Struct
ItemCreateModel
http-crud-go-sqlite/pkg/types/types.go:9
Struct
ItemUpdateModel
http-crud-go-sqlite/pkg/types/types.go:22
Class
Items
cors-rust/src/models.rs:21
Class
Job
long-running-jobs-over-http/shared/src/lib.rs:4
Struct
Job
long-running-jobs-over-http/native-worker/main.go:104
Enum
JobStatus
long-running-jobs-over-http/shared/src/lib.rs:12
TypeAlias
JobStatus
long-running-jobs-over-http/native-worker/main.go:111
Class
JobStatusList
long-running-jobs-over-http/api/src/models.rs:53
Class
JobStatusModel
long-running-jobs-over-http/api/src/models.rs:22
Class
ListOfItems
http-crud-rust-mysql/src/models.rs:41
Interface
Negotiate
content-negotiation-rust/src/content_negotiation.rs:36
Class
NewItemModel
cors-rust/src/models.rs:9
Struct
Pair
aggregate-pattern/incidents-service/pkg/api/handlers.go:69
Struct
ProductCreatedModel
Response model used once a product has been created
cqrs-go/pkg/commands/commands.go:23
Struct
ProductDetailsModel
Response model used for a particular product, queried using the product identifier
cqrs-go/pkg/queries/queries.go:20
Struct
ProductListModel
Response model used for a particular product, queried as part of a list
cqrs-go/pkg/queries/queries.go:14
Struct
ProductUpdatedModel
Response model used once a product has been updated
cqrs-go/pkg/commands/commands.go:30
Class
Queries
The Queries struct encapsulates available queries
cqrs-rust/crates/queries/src/lib.rs:18
Class
Sample
load-testing-spin-with-k6/scenario/src/lib.rs:31
Class
SampleService
content-negotiation-rust/src/service.rs:3
Class
Stat
distributed-todo-app/src/http-api/src/models.rs:140
Class
Stats
distributed-todo-app/src/http-api/src/models.rs:114
Class
Stats
distributed-todo-app/src/stats-generator/src/main.rs:16
Enum
SupportedContentType
content-negotiation-rust/src/content_negotiation.rs:7
Class
Task
distributed-todo-app/src/http-api/src/models.rs:31
Class
Tasks
distributed-todo-app/src/http-api/src/models.rs:88
Class
UpdateAddressModel
cqrs-rust/crates/commands/src/models.rs:44
Class
UpdateAddressModel
cqrs-servicechaining/commands/src/models.rs:44
Class
UpdateEmployeeModel
cqrs-rust/crates/commands/src/models.rs:29
Class
UpdateEmployeeModel
cqrs-servicechaining/commands/src/models.rs:29
Class
UpdateItemModel
caching-rust/src/model.rs:7
Class
UpdateItemModel
http-crud-rust-mysql/src/models.rs:72
Struct
UpdateProductModel
Request model for updating a particular product
cqrs-go/pkg/commands/commands.go:17
Interface
Validate
http-crud-rust-mysql/src/models.rs:5
Class
Value
content-negotiation-rust/src/models.rs:25
Class
Values
content-negotiation-rust/src/models.rs:6