Documentation ¶
Index ¶
Constants ¶
View Source
const MAX_UPLOAD_SIZE = 5 * 1024 * 1024 // 5MB
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPEntityStore ¶
type HTTPEntityStore interface { // Register HTTP Access to the store RegisterHTTPRoutes(routing.RouteRegister) }
func ProvideHTTPEntityStore ¶
func ProvideHTTPEntityStore(store entity.EntityStoreServer, kinds kind.KindRegistry) HTTPEntityStore
Click to show internal directories.
Click to hide internal directories.