package
0.0.0-20240419133027-aeba8327aa53
Repository: https://github.com/openflagr/flagr.git
Documentation: pkg.go.dev

# Functions

NewGetExportEvalCacheJSON creates a new http.Handler for the get export eval cache JSON operation.
NewGetExportEvalCacheJSONDefault creates GetExportEvalCacheJSONDefault with default headers values.
NewGetExportEvalCacheJSONOK creates GetExportEvalCacheJSONOK with default headers values.
NewGetExportEvalCacheJSONParams creates a new GetExportEvalCacheJSONParams object There are no default values defined in the spec.
NewGetExportSqlite creates a new http.Handler for the get export sqlite operation.
NewGetExportSqliteDefault creates GetExportSqliteDefault with default headers values.
NewGetExportSqliteOK creates GetExportSqliteOK with default headers values.
NewGetExportSqliteParams creates a new GetExportSqliteParams object There are no default values defined in the spec.

# Constants

GetExportEvalCacheJSONOKCode is the HTTP code returned for type GetExportEvalCacheJSONOK.
GetExportSqliteOKCode is the HTTP code returned for type GetExportSqliteOK.

# Structs

GetExportEvalCacheJSON swagger:route GET /export/eval_cache/json export getExportEvalCacheJson Export JSON format of the eval cache dump */.
GetExportEvalCacheJSONDefault generic error response swagger:response getExportEvalCacheJsonDefault */.
GetExportEvalCacheJSONOK OK swagger:response getExportEvalCacheJsonOK */.
GetExportEvalCacheJSONParams contains all the bound params for the get export eval cache JSON operation typically these are obtained from a http.Request swagger:parameters getExportEvalCacheJSON.
GetExportEvalCacheJSONURL generates an URL for the get export eval cache JSON operation.
GetExportSqlite swagger:route GET /export/sqlite export getExportSqlite Export sqlite3 format of the db dump, which is converted from the main database.
GetExportSqliteDefault generic error response swagger:response getExportSqliteDefault */.
GetExportSqliteOK OK swagger:response getExportSqliteOK */.
GetExportSqliteParams contains all the bound params for the get export sqlite operation typically these are obtained from a http.Request swagger:parameters getExportSqlite.
GetExportSqliteURL generates an URL for the get export sqlite operation.

# Interfaces

GetExportEvalCacheJSONHandler interface for that can handle valid get export eval cache JSON params.
GetExportSqliteHandler interface for that can handle valid get export sqlite params.

# Type aliases

GetExportEvalCacheJSONHandlerFunc turns a function with the right signature into a get export eval cache JSON handler.
GetExportSqliteHandlerFunc turns a function with the right signature into a get export sqlite handler.