Discover Packages
github.com/febrihidayan/go-architecture-monorepo
services
storage
internal
repositories
mongo
models
package
Version:
v0.0.0-...-31ddaea
Opens a new window with list of versions in this module.
Published: Nov 27, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Cloud struct {
ID string `bson:"_id"`
Name string `bson:"name"`
Url string `bson:"url"`
Status string `bson:"status"`
CreatedBy string `bson:"created_by"`
CreatedAt time .Time `bson:"created_at"`
UpdatedAt time .Time `bson:"updated_at"`
}
type CloudMeta struct {
Data []*Cloud `bson:"data,omitempty"`
Page int `json:"page,omitempty"`
PerPage int `json:"per_page,omitempty"`
Total int `json:"total,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.