Home
last modified time | relevance | path

Searched defs:SimpleSchema (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/kube-openapi/pkg/validation/spec/
H A Ditems.go28 type SimpleSchema struct { struct
29 Type string `json:"type,omitempty"`
30 Nullable bool `json:"nullable,omitempty"`
31 Format string `json:"format,omitempty"`
32 Items *Items `json:"items,omitempty"`
33 CollectionFormat string `json:"collectionFormat,omitempty"`
34 Default interface{} `json:"default,omitempty"`
35 Example interface{} `json:"example,omitempty"`
61 SimpleSchema anonMember
H A Dheader.go37 SimpleSchema anonMember
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/k8s.io/kube-openapi/pkg/validation/spec/
H A Ditems.go28 type SimpleSchema struct { struct
29 Type string `json:"type,omitempty"`
30 Nullable bool `json:"nullable,omitempty"`
31 Format string `json:"format,omitempty"`
32 Items *Items `json:"items,omitempty"`
33 CollectionFormat string `json:"collectionFormat,omitempty"`
34 Default interface{} `json:"default,omitempty"`
35 Example interface{} `json:"example,omitempty"`
61 SimpleSchema anonMember
H A Dheader.go37 SimpleSchema anonMember
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/go-openapi/spec/spec-0.19.2/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/go-openapi/spec/
H A Ditems.go30 type SimpleSchema struct { struct
31 Type string `json:"type,omitempty"`
32 Nullable bool `json:"nullable,omitempty"`
33 Format string `json:"format,omitempty"`
34 Items *Items `json:"items,omitempty"`
35 CollectionFormat string `json:"collectionFormat,omitempty"`
36 Default interface{} `json:"default,omitempty"`
37 Example interface{} `json:"example,omitempty"`
41 func (s *SimpleSchema) TypeName() string {
49 func (s *SimpleSchema) ItemsTypeName() string {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/
H A Ditems.go26 type SimpleSchema struct { struct
27 Type string `json:"type,omitempty"`
28 Format string `json:"format,omitempty"`
29 Items *Items `json:"items,omitempty"`
30 CollectionFormat string `json:"collectionFormat,omitempty"`
31 Default interface{} `json:"default,omitempty"`
32 Example interface{} `json:"example,omitempty"`
36 func (s *SimpleSchema) TypeName() string {
44 func (s *SimpleSchema) ItemsTypeName() string {
74 SimpleSchema anonMember
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/go-openapi/spec/
H A Ditems.go26 type SimpleSchema struct { struct
27 Type string `json:"type,omitempty"`
28 Format string `json:"format,omitempty"`
29 Items *Items `json:"items,omitempty"`
30 CollectionFormat string `json:"collectionFormat,omitempty"`
31 Default interface{} `json:"default,omitempty"`
32 Example interface{} `json:"example,omitempty"`
36 func (s *SimpleSchema) TypeName() string {
44 func (s *SimpleSchema) ItemsTypeName() string {
74 SimpleSchema anonMember
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/vendor/github.com/go-openapi/spec/
H A Ditems.go25 type SimpleSchema struct { struct
26 Type string `json:"type,omitempty"`
27 Format string `json:"format,omitempty"`
28 Items *Items `json:"items,omitempty"`
29 CollectionFormat string `json:"collectionFormat,omitempty"`
30 Default interface{} `json:"default,omitempty"`
31 Example interface{} `json:"example,omitempty"`
34 func (s *SimpleSchema) TypeName() string {
41 func (s *SimpleSchema) ItemsTypeName() string {
70 SimpleSchema anonMember
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/vendor/github.com/go-openapi/spec/
H A Ditems.go25 type SimpleSchema struct { struct
26 Type string `json:"type,omitempty"`
27 Format string `json:"format,omitempty"`
28 Items *Items `json:"items,omitempty"`
29 CollectionFormat string `json:"collectionFormat,omitempty"`
30 Default interface{} `json:"default,omitempty"`
31 Example interface{} `json:"example,omitempty"`
34 func (s *SimpleSchema) TypeName() string {
41 func (s *SimpleSchema) ItemsTypeName() string {
70 SimpleSchema anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-openapi/spec/
H A Ditems.go25 type SimpleSchema struct { struct
26 Type string `json:"type,omitempty"`
27 Format string `json:"format,omitempty"`
28 Items *Items `json:"items,omitempty"`
29 CollectionFormat string `json:"collectionFormat,omitempty"`
30 Default interface{} `json:"default,omitempty"`
33 func (s *SimpleSchema) TypeName() string {
40 func (s *SimpleSchema) ItemsTypeName() string {
69 SimpleSchema anonMember
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/go-openapi/spec/
H A Ditems.go23 type SimpleSchema struct { struct
24 Type string `json:"type,omitempty"`
25 Format string `json:"format,omitempty"`
26 Items *Items `json:"items,omitempty"`
27 CollectionFormat string `json:"collectionFormat,omitempty"`
28 Default interface{} `json:"default,omitempty"`
31 func (s *SimpleSchema) TypeName() string {
38 func (s *SimpleSchema) ItemsTypeName() string {
67 SimpleSchema anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-openapi/spec/
H A Ditems.go25 type SimpleSchema struct { struct
26 Type string `json:"type,omitempty"`
27 Format string `json:"format,omitempty"`
28 Items *Items `json:"items,omitempty"`
29 CollectionFormat string `json:"collectionFormat,omitempty"`
30 Default interface{} `json:"default,omitempty"`
33 func (s *SimpleSchema) TypeName() string {
40 func (s *SimpleSchema) ItemsTypeName() string {
69 SimpleSchema anonMember
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/cmd/swagger/commands/diff/
H A Dschema.go24 func getTypeFromSimpleSchema(schema *spec.SimpleSchema) (typeName string, isArray bool) {

123