You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/api/workers/worker_config.gen.go

9 lines
254 B

// Code generated by "make api"; DO NOT EDIT.
package workers
type WorkerConfig struct {
Address string `json:"address,omitempty"`
Name string `json:"name,omitempty"`
Tags map[string][]string `json:"tags,omitempty"`
}