blob: 978374822f485271b44e480fe3a2d76900aae1e9 [file] [log] [blame]
package response
// ModuleList is the response structure for a pageable list of modules.
type ModuleList struct {
Meta PaginationMeta `json:"meta"`
Modules []*Module `json:"modules"`
}