mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-25 14:28:20 +01:00
75 lines
1.4 KiB
YAML
75 lines
1.4 KiB
YAML
# NOTE: this file is used by the tool defined in
|
|
# ./cmd/urfave-cli-genflags/main.go which uses the
|
|
# `Spec` type that maps to this file structure.
|
|
flag_types:
|
|
bool:
|
|
struct_fields:
|
|
- name: Count
|
|
type: int
|
|
pointer: true
|
|
float64:
|
|
Float64Slice:
|
|
value_pointer: true
|
|
skip_interfaces:
|
|
- fmt.Stringer
|
|
int:
|
|
struct_fields:
|
|
- name: Base
|
|
type: int
|
|
IntSlice:
|
|
value_pointer: true
|
|
skip_interfaces:
|
|
- fmt.Stringer
|
|
int64:
|
|
struct_fields:
|
|
- name: Base
|
|
type: int
|
|
Int64Slice:
|
|
value_pointer: true
|
|
skip_interfaces:
|
|
- fmt.Stringer
|
|
uint:
|
|
struct_fields:
|
|
- name: Base
|
|
type: int
|
|
UintSlice:
|
|
value_pointer: true
|
|
skip_interfaces:
|
|
- fmt.Stringer
|
|
uint64:
|
|
struct_fields:
|
|
- name: Base
|
|
type: int
|
|
Uint64Slice:
|
|
value_pointer: true
|
|
skip_interfaces:
|
|
- fmt.Stringer
|
|
string:
|
|
struct_fields:
|
|
- name: TakesFile
|
|
type: bool
|
|
StringSlice:
|
|
value_pointer: true
|
|
skip_interfaces:
|
|
- fmt.Stringer
|
|
struct_fields:
|
|
- name: TakesFile
|
|
type: bool
|
|
time.Duration:
|
|
Timestamp:
|
|
value_pointer: true
|
|
struct_fields:
|
|
- name: Layout
|
|
type: string
|
|
- name: Timezone
|
|
type: "*time.Location"
|
|
Generic:
|
|
no_destination_pointer: true
|
|
struct_fields:
|
|
- name: TakesFile
|
|
type: bool
|
|
Path:
|
|
struct_fields:
|
|
- name: TakesFile
|
|
type: bool
|