1 2 3 4 5 6
package config type ConfigResponse struct { MaxFileSize int64 `json:"max_file_size"` MaxAttachments int `json:"max_attachments"` }