MCPcopy Create free account
hub / github.com/Masterminds/cookoo / QueryParameterDatasource

Struct QueryParameterDatasource

web/datasources.go:12–14  ·  view source on GitHub ↗

Get the query parameters by name.

Source from the content-addressed store, hash-verified

10
11// Get the query parameters by name.
12type QueryParameterDatasource struct {
13 Parameters url.Values
14}
15
16// The datasource for URLs.
17// This datasource knows the following items:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected