openapi: generate

This commit is contained in:
2025-04-02 13:02:40 -07:00
committed by Quaternions
parent 722ac5178f
commit 493c6d084a
12 changed files with 877 additions and 0 deletions

@ -164,6 +164,12 @@ type Handler interface {
//
// GET /mapfixes/{MapfixID}
GetMapfix(ctx context.Context, params GetMapfixParams) (*Mapfix, error)
// GetOperation implements getOperation operation.
//
// Retrieve operation with ID.
//
// GET /operations/{OperationID}
GetOperation(ctx context.Context, params GetOperationParams) (*Operation, error)
// GetScript implements getScript operation.
//
// Get the specified script by ID.