ValidateSettings validates the current field settings.
(ctx context.Context, app App, collection *Collection)
| 110 | |
| 111 | // ValidateSettings validates the current field settings. |
| 112 | ValidateSettings(ctx context.Context, app App, collection *Collection) error |
| 113 | } |
| 114 | |
| 115 | // MaxBodySizeCalculator defines an optional field interface for |
no outgoing calls