diff --git a/GNUmakefile b/GNUmakefile index f8df94957..4c26949eb 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -201,7 +201,7 @@ checkproto: ## Lint protobuf files @buf check breaking --config tools/buf/buf.yaml --against-config tools/buf/buf.yaml --against .git#tag=$(PROTO_COMPARE_TAG) .PHONY: generate-all -generate-all: generate-structs proto generate-examples ## Generate structs, protobufs, examples +generate-all: generate-structs proto ## Generate structs, protobufs .PHONY: generate-structs generate-structs: LOCAL_PACKAGES = $(shell go list ./...) @@ -214,12 +214,6 @@ proto: ## Generate protobuf bindings @echo "==> Generating proto bindings..." @buf --config tools/buf/buf.yaml --template tools/buf/buf.gen.yaml generate -.PHONY: generate-examples -generate-examples: command/job_init.bindata_assetfs.go - -command/job_init.bindata_assetfs.go: command/assets/* - go-bindata-assetfs -pkg command -o command/job_init.bindata_assetfs.go ./command/assets/... - changelog: ## Generate changelog from entries @changelog-build -last-release $(LAST_RELEASE) -this-release HEAD \ -entries-dir .changelog/ -changelog-template ./.changelog/changelog.tmpl -note-template ./.changelog/note.tmpl @@ -414,4 +408,3 @@ ec2info: ## Generate AWS EC2 CPU specification table .PHONY: cl cl: ## Create a new Changelog entry @go run -modfile tools/go.mod tools/cl-entry/main.go - diff --git a/command/asset/asset.go b/command/asset/asset.go new file mode 100644 index 000000000..a67597df1 --- /dev/null +++ b/command/asset/asset.go @@ -0,0 +1,15 @@ +package asset + +import _ "embed" + +//go:embed example.nomad.hcl +var JobExample []byte + +//go:embed example-short.nomad.hcl +var JobExampleShort []byte + +//go:embed connect.nomad.hcl +var JobConnect []byte + +//go:embed connect-short.nomad.hcl +var JobConnectShort []byte diff --git a/command/assets/connect-short.nomad.hcl b/command/asset/connect-short.nomad.hcl similarity index 100% rename from command/assets/connect-short.nomad.hcl rename to command/asset/connect-short.nomad.hcl diff --git a/command/assets/connect.nomad.hcl b/command/asset/connect.nomad.hcl similarity index 100% rename from command/assets/connect.nomad.hcl rename to command/asset/connect.nomad.hcl diff --git a/command/assets/example-short.nomad.hcl b/command/asset/example-short.nomad.hcl similarity index 100% rename from command/assets/example-short.nomad.hcl rename to command/asset/example-short.nomad.hcl diff --git a/command/assets/example.nomad.hcl b/command/asset/example.nomad.hcl similarity index 100% rename from command/assets/example.nomad.hcl rename to command/asset/example.nomad.hcl diff --git a/command/job_init.bindata_assetfs.go b/command/job_init.bindata_assetfs.go deleted file mode 100644 index f855b9ad4..000000000 --- a/command/job_init.bindata_assetfs.go +++ /dev/null @@ -1,319 +0,0 @@ -// Code generated by go-bindata. -// sources: -// command/assets/connect-short.nomad.hcl -// command/assets/connect.nomad.hcl -// command/assets/example-short.nomad.hcl -// command/assets/example.nomad.hcl -// DO NOT EDIT! - -package command - -import ( - "github.com/elazarl/go-bindata-assetfs" - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _commandAssetsConnectShortNomadHcl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x52\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\x08\x61\xd7\x21\x5e\x77\x69\x0b\xf8\x10\x34\xc1\x50\x60\x4d\x07\xb7\xd9\x55\x90\x25\xc6\xd6\x12\x4b\x82\x44\xbb\x1b\x0a\xff\xfb\x60\xc1\x53\xdd\x66\x0b\xb2\x4d\x17\x5b\x8f\xa4\xf8\xf8\xf8\xbe\xd9\x0a\x98\xb4\x9d\x21\x25\x42\xc3\xe0\x39\xcb\x00\x6a\x6f\x3b\x07\x4c\x38\x3d\x02\x00\x00\x06\xe9\xc9\xfa\xfd\x74\x03\x68\xad\x42\x28\x80\x55\x5e\xab\x1a\x59\x44\x87\x2c\x7e\x02\xfa\x5e\x4b\x4c\xa9\x46\xb4\x31\x35\x36\x79\x3f\xbe\x39\x05\x9c\xf5\x34\x06\xae\xf2\xfc\x03\xcb\x26\x50\x5a\x63\x50\x52\xaa\x06\x08\x5a\xa1\x14\x9e\xa7\x77\x87\x29\x34\xcc\xbb\x92\x08\x7b\x60\x4f\x58\xb1\x54\xaa\xbc\xee\xd1\x8f\x1d\x94\x95\x7b\xf4\xf3\x1e\x3b\x5d\xcf\x5a\xe8\x56\xd4\x08\xe9\x14\xc0\x1a\x11\x1a\x2d\xad\x77\x0a\xfb\x45\x64\x8e\x7e\xe4\x7e\xdd\x7f\x64\xa9\x4c\x74\xd4\xf0\x60\x77\xc4\x77\x42\x1f\xa0\x00\xf2\x1d\xbe\x21\x37\x11\x9c\x14\x1d\x35\xae\xac\xf0\xea\x5c\x5d\xe7\x52\xb1\x86\xc8\xb1\xb9\x32\x24\x48\x4b\x28\xe0\x2a\xcf\x2f\x12\x4a\x76\x1a\x62\x86\x0e\xe7\x2f\xe8\x85\xe2\xf1\x9a\x2e\xfe\x66\x4d\xd9\x8b\xa0\xce\xdb\xef\x3f\x5e\x21\x00\x9d\x0b\xe4\x51\xb4\xe1\x0d\x0e\xa0\x30\x90\x36\x82\xb4\x35\xfc\x8f\xe6\xf9\x75\x0e\x56\x8a\x03\xaf\xb4\x51\x3c\x12\x85\x02\x2e\xf3\xcb\xfc\x55\xd6\x90\xfd\xee\xff\x84\x8d\x8e\xd6\x74\xc2\x4c\x68\xfa\xd9\x04\x37\xf7\xdb\xcd\xe3\xed\xe6\x13\x7f\x58\x97\x5f\x6f\x6f\xd6\x7c\x5b\x7e\x8e\x7e\x22\x72\xd7\x8b\xc5\xbb\xe7\xcd\xfd\xdd\x72\xc5\xb7\x5f\x1e\x1e\xcb\xf5\xf2\x8e\x2f\x57\xab\x92\xc7\xe1\xb8\x70\x7a\x60\x89\xd3\x7f\x5a\x35\x4d\xf0\x4f\x86\x1d\xb2\x9f\x01\x00\x00\xff\xff\x9e\xa8\xfc\x22\x17\x04\x00\x00") - -func commandAssetsConnectShortNomadHclBytes() ([]byte, error) { - return bindataRead( - _commandAssetsConnectShortNomadHcl, - "command/assets/connect-short.nomad.hcl", - ) -} - -func commandAssetsConnectShortNomadHcl() (*asset, error) { - bytes, err := commandAssetsConnectShortNomadHclBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "command/assets/connect-short.nomad.hcl", size: 1047, mode: os.FileMode(436), modTime: time.Unix(1675363032, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commandAssetsConnectNomadHcl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x3c\x6b\x8f\x1b\x37\x92\xdf\xe7\x57\x14\x7a\x16\xc8\xee\x62\x46\xf3\x70\x26\x0f\xe3\x74\x80\x13\x67\xef\x7c\xb7\x71\x0e\xb6\x73\xfb\x61\x11\xc8\x54\x77\x49\xa2\x87\x4d\x76\x48\xb6\x64\x25\x98\xff\x7e\xa8\xe2\xa3\xd9\x2d\x69\xe2\x38\x87\x75\x02\x78\xec\x6e\xb2\x58\xac\xf7\xab\xe7\x1c\xde\x6c\xd0\x22\xd4\x42\x83\xd1\x6a\x0f\x4b\x04\x01\x4e\xea\xb5\x42\x78\x67\x96\xd0\xe0\x4a\x6a\xe9\xa5\xd1\xd0\xa1\x85\x95\x54\x38\x83\x37\x1b\xe9\xf8\xad\x74\xa0\x45\x8b\xcd\xd9\x39\x54\xb5\xe9\xb5\x6f\x84\xdb\x54\xe0\x0c\x48\x0f\x3b\xa9\x14\xd4\x16\x85\x27\x98\xb4\x7c\x27\xfd\x06\xfc\x06\xe1\xc5\x73\x10\xba\x81\x97\xa2\xc5\x72\xe3\xec\xec\x8c\x11\x82\xea\x9d\x59\x56\xb0\x54\xa6\xbe\xa7\x33\x68\x8b\x37\xdd\x65\x6b\x9c\x87\xda\xe8\x95\x5c\xf7\x56\x30\x52\xa6\xe3\x1f\x52\xf3\xa2\x77\x66\x79\x76\x0e\xae\xc3\x5a\xae\x64\xcd\x2b\x66\xf0\x2c\xa1\x2a\xa0\xc1\x5a\x09\xda\xb9\xc5\xf1\x2a\x30\x2b\xf0\xc2\xdd\xd3\x59\xc2\xc3\x4b\xd3\x0a\xba\x94\xdb\x98\x5e\x35\x60\x7b\x3d\x83\xff\x32\x4b\x07\x1b\xb1\xa5\xcb\xac\x95\x59\x0a\xa5\xf6\xd0\x6b\xf9\x73\x8f\x4c\x84\x0b\x30\x1a\xc1\x58\x68\x85\xde\x33\x30\x58\x5b\xd3\x77\xee\x02\x76\x1b\x59\x6f\xce\xce\x41\x58\x24\x34\x5b\x87\x6a\x8b\x0e\x6a\xa3\x14\xd6\x74\xbc\xa3\xf3\xa7\xdb\xdd\xec\xec\xfc\xec\x1c\xfe\x46\xcf\x8c\x45\x90\x7a\x65\x6c\x1b\xd0\x25\xea\xe1\x7b\xd1\x76\x0a\x1d\x98\x70\xf9\x82\x68\x17\xd0\x29\x14\x0e\xc1\x21\x9e\x9d\xf3\x5b\xa3\x95\xd4\x08\x8d\xa9\xfb\x16\xb5\x8f\x60\xfc\x53\x3e\x83\xfe\xdb\x78\xdf\xb9\xa7\x57\x57\xbb\xdd\x6e\xa6\xe9\xfe\x9d\x35\xef\xb0\xf6\x33\x69\xae\x1a\x53\xbb\xab\x77\x66\x79\x39\x22\x1a\x3d\x99\x6d\x7c\xab\xce\xce\xcf\x88\xc4\xa5\x08\xfc\x7a\x06\x10\x79\x69\x71\x2d\x8d\xae\xa0\x13\x56\xb4\xe8\xd1\x26\xd2\x63\xe0\x6c\x78\x4f\x2c\x64\x3a\x81\x37\x80\xef\xb1\xee\x3d\x26\x9e\xce\xe0\xc5\x8a\xe1\x99\x56\x7a\x8f\xcd\x05\x78\x92\x40\xa9\x37\x68\xa5\x0f\x50\x1a\x5c\x89\x5e\xf9\x04\x8d\x38\x42\x44\xad\x02\xab\xaa\x19\xef\x8f\x2f\xe7\xf9\x31\x3d\x1d\x30\x6d\x84\x17\x35\x6a\x8f\xd6\x9d\x46\x57\x49\xe7\x09\x72\xb1\x38\x22\x1e\xa4\x85\xc1\x2d\x91\xe4\xd4\xc9\x06\x2d\x36\xb0\xdb\xa0\x86\x4e\x89\x5a\xea\x75\x40\x9d\xf8\x1b\xf5\x48\xd4\x35\x76\xde\x91\xba\x34\xb5\xb0\x8d\x63\xe6\xc6\xeb\x38\x86\x26\x94\x32\x3b\xda\x4b\x30\x90\xd8\x47\x3c\x17\x4a\x95\x48\xd0\x0d\x4b\x9c\xe6\xf0\xcf\xea\xaf\xd5\x4f\x67\xc3\xf5\xfc\xbe\xc3\xf2\x5e\xb5\xd1\xde\x1a\x15\xf5\x6b\xdf\x31\xc1\xde\x99\x65\x14\x58\x90\x6d\x27\xea\x48\x5e\x57\x6f\xb0\xe9\x15\xda\xcf\x02\x4a\x0d\xd6\xd2\xb1\xe2\xe8\x01\xab\x78\xa3\xb1\x86\x4a\x17\x95\x54\xa8\xd1\xcd\xc0\x1b\x86\x54\x39\xb4\x5b\x59\x63\x35\x63\x51\x17\xb0\xea\x95\xca\x54\x26\xb9\x22\xd4\x02\x55\xfc\x06\xa5\x85\x46\xae\x56\x68\x51\xd7\xe8\x46\x82\x4e\xd0\x4e\x89\xfa\x2c\x73\xfa\x98\x3e\x95\x60\x1e\xd7\x96\x04\xe5\x43\x35\x86\x64\xe7\x2a\x13\xcf\x05\x75\x09\x40\x98\xe2\xf3\xe1\xfe\x05\xa7\x48\x76\xbc\x15\x52\xfb\x64\x05\xd9\x0e\x13\x15\x9a\x46\x46\x62\x0e\x8b\x1c\xac\x8c\x1d\x0b\x18\xb1\x91\xe1\x49\x9d\xf7\x90\x66\x91\x71\xb1\xe8\x4c\x6f\x6b\xb6\x36\x8d\x95\xdb\x20\x0a\x09\x56\x64\x62\x38\xb6\x15\xec\x12\x98\xc3\x41\xb2\x85\x1f\x8c\xcd\x05\x54\x6c\xe2\xaa\x0b\x02\x55\x91\x50\x57\xa0\x70\x8b\xea\x82\xd9\xe5\xfa\xae\x33\xd6\x3b\xd8\x0a\x2b\xc5\x52\x11\xcd\x3d\xda\xce\xa8\x0f\xe0\xc9\x71\x1b\x77\x40\x99\x0f\x96\x80\x8f\x62\xdf\xc4\xe0\x0d\xa7\x97\x8c\x3c\x2f\xc8\x17\x0d\x1f\x80\xf0\xde\xca\x25\x19\xb1\x39\x54\x7f\xfa\x95\xfe\x39\xbb\x47\xab\x51\xcd\xc8\x36\x3d\x54\x71\xdd\x56\xa8\x1e\x19\x9f\x39\x54\x4a\xea\xfe\x7d\x78\xf3\x50\x88\x43\xdf\x35\xc2\x63\x12\x85\xb1\x39\x0a\xef\x80\x8e\xf7\xb8\xde\x27\x47\x16\x7d\xcf\x8c\x01\x84\x35\x0c\x2f\xaf\x93\x0e\x7a\x87\x0d\xc9\x44\xb4\x03\x24\x38\x7a\xed\x40\xc9\x7b\x04\x6b\x94\x22\x61\xea\xbb\xb5\x15\x0d\x29\x5a\x2d\xb4\xb0\x92\xfe\x26\x74\x34\x72\xaa\xc7\xab\xb5\x45\xd4\xd0\x60\xa7\xcc\x9e\x68\xed\xc8\x58\x0f\x86\x5a\x9b\x03\x0c\xa5\x03\x24\x36\xd7\xd8\x30\x7a\xc1\x0a\x8c\xef\x38\x92\xbb\x24\x73\x64\x0b\x8c\x2d\xae\x37\x83\x7f\x24\xcb\x9a\x57\x31\x34\x36\x62\xd2\x83\xe8\x3a\xc5\x84\x32\x6c\x2d\x03\x4d\x38\x0c\x19\x02\x86\x03\x20\x4b\x13\xa3\x14\x3a\x2f\xdd\x95\xb7\x26\xd9\xa6\x97\x8c\xa7\x63\x97\xde\xa2\x5d\x93\x95\x4f\xd1\x0d\xaf\xfd\x8c\x8c\xfc\x3d\x1b\x6d\x8b\x35\x36\x64\xae\x3e\x46\xe0\x47\x74\xf9\x97\x0a\x7b\x38\xb9\x14\xf4\xc8\x49\x12\xf1\x2c\x9b\xad\x78\xbf\x20\x97\xa2\x14\xaa\xd3\x4e\xb3\x15\xef\x65\xdb\xb7\xa0\xfb\x76\x89\x96\x84\x34\xc0\x8a\x5e\x80\xa0\x75\x68\x89\x14\x64\xb0\x12\xbc\x19\xbc\xd0\xc1\x9c\xd5\xc2\x61\xf4\xfa\x05\xe0\x2c\x5b\x39\x64\x25\xd9\x88\xf0\x84\x07\x01\x5e\xb6\x4c\x75\x80\x12\x4f\x98\xc3\xcd\xd9\xe8\x12\x52\x2f\x36\x28\x94\xdf\xec\x17\xb4\xe5\x91\x8b\x48\xcd\x17\xa1\x55\xfc\x80\x7c\x73\x20\x58\x04\xd8\xf6\xce\x93\xec\x46\x09\x8b\x60\xc1\x79\x42\x74\x89\x2b\xe6\xba\x27\x2d\x68\x85\xbd\x27\x91\x73\x79\x11\x49\x40\xaf\x83\x68\x45\x70\xab\xde\xfa\x0d\xda\xe2\x1c\x07\x2b\x6b\x5a\x58\x62\xd0\x4f\x22\x40\x13\xef\x38\xb9\x06\x99\x94\x9b\x6b\x57\x8d\xee\x9a\x16\x34\x28\x1a\x12\x9c\xd3\x77\x4d\x2b\x8a\xd0\x8c\xf5\x2b\x85\x24\x31\x74\x4e\x17\x3e\x72\x9d\x15\x01\xcd\x5b\xcb\x4d\x32\xdd\x4f\xf4\xde\x90\xfc\xd7\x1c\x4f\x7b\x2b\xb4\x63\x67\x15\x4c\x53\xaf\x23\xac\x19\xbc\xc9\xaf\xd8\xc9\x15\xef\x38\xd3\x48\xe4\x12\x52\x45\xe4\x93\x45\x62\xaa\x76\xc6\xa3\xf6\x92\x0f\x21\xdb\x06\x4b\x51\xdf\x67\x2d\x97\x2b\xa8\x08\x91\x85\xc5\x2d\x5a\x5f\x0d\xe8\x39\xf4\x74\x96\xb7\x7d\x94\xa3\x29\xf9\x88\xc6\x4f\xda\x31\x89\x3b\x6b\xd6\x16\x9d\xfb\x28\x1a\x0b\xfd\x3b\x48\x1c\xec\x7b\x06\xb2\xc4\xb5\xd4\x2e\xc4\x9b\x04\x7d\x25\xad\xf3\x87\xe0\x28\x5a\x98\xd0\x88\x74\x8c\x53\xb5\x86\xc9\x25\x1d\x45\x09\xe8\x19\x14\xd1\x04\x84\x3e\x14\x75\xe1\xe8\x5e\x1c\xa7\x4d\xc0\x0d\x7c\x0c\xc6\x77\xac\x06\xec\x22\xb4\x39\x04\x38\xd9\x76\x52\x7f\xe8\x45\x22\x72\xbe\xfd\x45\x21\x9e\xe3\x9b\x0d\x64\x23\xf1\x48\xda\x72\xc0\xa5\xa0\x2e\x13\x5e\x8e\xc4\xe2\x18\x17\xe5\x2a\x8b\x51\x4c\x17\x69\xcb\x65\xd8\x12\x6f\x11\x01\x2a\xe1\x3c\x5d\x64\x19\x93\x6b\x53\x3a\x4e\xc6\xad\xb7\x58\x24\xac\x03\xde\x71\x93\x5c\xb1\x1f\x3b\xa6\x86\xae\xe4\x06\x25\x45\x05\xe4\x1d\xa5\xf8\x11\x58\x12\x1c\x06\x50\x5c\x0e\xe6\xb0\x12\xca\xe1\xe8\xf2\xec\xf3\xf7\xa7\xa4\x57\x78\xa8\x37\x42\xaf\x31\x33\x8b\xa3\x75\x7a\xbe\x0b\x79\x33\xba\x5e\x25\xf9\x93\x74\x59\xe7\x6d\x5f\x73\xfa\x9d\xec\x7f\xa4\x59\xac\x13\x70\xaa\x11\x8f\x68\x0a\x6f\x91\x82\x8f\x08\x8b\x5c\xad\xe9\x89\x96\xa6\xeb\xc8\x1c\x50\x58\xdb\x59\xdc\x4a\xd3\xbb\x92\x28\x33\xf8\x41\xd7\x31\xa4\xef\xd0\x0a\x4f\x21\x2f\x5d\xa4\xe5\x68\x7a\x20\x64\x3a\x80\x1d\x7a\xa4\x11\x0b\xd4\x9e\x6b\x23\x4b\x96\xb7\xd6\x78\xce\xe6\x48\x4d\x93\x99\x06\x51\xc4\x4a\x31\xcc\xe2\x54\x75\x15\x93\xdb\x56\x48\xb6\x58\x23\x56\x91\x6f\xa2\x70\x88\x53\xd4\x91\x0b\x0d\x8c\x39\x8f\x50\xfe\x16\xac\xff\x05\xd9\x21\x4f\x50\x32\x4b\xf0\xe7\x5e\xa8\x44\x77\x4e\xbc\xd3\x91\x43\x7c\x14\x12\xc7\x44\xb4\x53\xe1\xda\x3f\x92\xb5\x88\x52\x17\x5d\xca\x45\x4a\xc5\xc8\x0c\x44\xd0\x1a\x77\x11\xd8\x16\xad\x8b\xd9\x5d\x00\x16\x0d\x47\xdf\x51\x42\xc8\xa4\x92\x31\x84\x31\xaa\x29\x97\x33\xcf\x92\x0e\x86\xdb\xc0\x1c\xae\xcf\x00\x1e\x72\xc4\xdb\xca\x35\x53\xe7\x58\xc0\x9b\xa2\xab\x1c\x4f\x92\x35\x0b\x1b\x88\x40\x66\xb5\x02\x13\xaa\x05\x8d\x8d\xa4\xd7\xa6\xc1\x49\x5c\x2a\x72\xc1\x20\x6e\x35\x7a\x14\xa1\x86\xc8\xb1\xf9\x8d\x88\x2d\x05\x69\x11\xdf\x4f\x11\xa5\xc5\xa3\xcb\x30\x2d\x51\x2f\xc5\x69\xaf\x47\xf4\x1b\x94\xaa\xc8\x13\xa2\x36\x07\x49\x8f\xfb\x73\xdc\xed\x44\x9b\xa4\x9a\xe3\xa9\x90\x20\x46\x38\xc9\x35\x29\x32\xc5\x7e\x23\x74\xac\xd6\x79\xce\x50\x49\x2c\x93\xb7\x89\x22\x99\xc4\xf1\xcf\xe1\xed\xe5\x28\x32\xfb\x4b\xa8\x1a\x32\xbc\x95\x07\xdb\x6b\x66\x60\xd3\x5b\xfa\x91\x59\xe5\x1e\x8f\xe9\xc6\x17\x6e\x91\xac\x94\x74\x6d\xe1\x63\x0b\x5d\x0c\xca\x1e\x04\x39\x1a\x86\x9c\x97\x70\x5c\x9a\x22\x87\x90\xaa\x05\x0b\x51\xd5\x1b\xac\xef\x5d\x95\xf3\xde\x05\xfb\x27\x57\x95\x41\xc2\x82\x17\x91\x57\x89\xab\x4f\xe0\x77\x3a\xa4\x7c\x34\x98\x4c\x6a\xfd\xe1\x21\xe5\x6f\x04\x93\x29\x80\x8d\xec\x8f\x7c\x2e\x42\xee\x06\x7a\xc7\xa6\x0c\x94\x58\xa2\x02\xd7\xaf\x56\xf2\x7d\x48\x18\xab\x27\xd7\x91\x1c\x37\x77\x6d\xf5\x61\xf1\xe8\xeb\xdf\x0e\x37\x3f\x28\x0a\x4a\xce\xf0\xb1\x70\xf3\x77\x04\x9a\x9b\x1c\xfd\x7d\xe8\xdd\x6f\xdb\x78\xf5\x4d\x75\x3a\x4a\xbc\x6b\xab\x91\x91\x8b\xb5\x93\x69\x81\x07\x1c\xb2\x23\x1a\x57\xa4\xa3\x9b\xe4\xba\xe2\x25\x5f\x0b\x1b\xe0\xb8\xe9\x3c\xeb\x68\x28\x5b\x43\xad\x24\xd7\xe2\x9e\xa5\x32\x74\xcc\x77\x45\xd4\xc0\xa4\x61\x31\xe3\x8d\x36\x2c\x2a\xf9\x79\xda\xfe\x11\xa9\x6a\x79\x9f\x7f\xa9\x0d\x0c\xc5\x80\xc2\x02\x86\x8b\x56\xa2\x93\xd5\x38\x5b\x65\x9b\x73\x3a\x1a\x2f\x6c\xe3\xc8\x91\x8e\x98\x90\xf5\x2e\x9b\xa7\x5e\x37\x68\x43\x76\x1a\xeb\x12\xac\x39\xa1\xb4\x93\xa4\x56\x1b\x7d\xa9\x71\x1d\x9a\x0f\x93\x12\x2f\x13\xc8\xc0\x4d\x74\x8a\x6c\x18\xa7\x39\xaa\x45\xe7\x85\xcd\x05\xc1\x54\x64\x65\x91\x49\x3e\x71\x89\x1b\xb1\x95\xc6\x32\x4b\x08\xfb\x1c\x53\x72\x01\x9d\x63\x50\xb2\xab\xbd\xce\x62\x5d\xba\xc2\x78\x04\x74\x46\xc9\x7a\x28\x11\x2d\x85\x1b\xe4\x24\x15\x64\x27\x71\xca\x07\x0b\xc9\xf8\x1a\x13\x31\xf9\x00\x41\x19\xce\xfc\x48\x61\x89\x08\x24\x71\x49\xf0\xd2\xdd\x83\xb8\x24\xaa\x0f\x02\x21\xbc\xc7\xb6\xe3\xb2\x35\xf1\x3d\xd3\xa2\x28\x26\x0d\xa6\x82\xcb\x9c\x5b\xa1\x66\x11\x58\xde\x3c\x87\xdb\xf8\x28\x2d\xe1\xfc\x31\x27\x1d\x43\x2b\x02\x95\x38\x19\x78\x23\x39\x44\x91\x4a\xba\x3b\x21\x7d\xf2\x02\xf1\x16\xc9\x98\xb3\x55\x0c\x92\x10\x8c\xa3\xf4\xb0\x99\xa4\x41\x00\x7c\x16\xdb\xe6\x3b\x37\xc5\xa3\x35\xcd\xf1\x9e\xc1\x8e\x14\x62\x23\xba\x0e\x53\xc2\x19\x0f\x22\xf8\x11\x0d\x6c\x32\xb0\x2a\x91\xa0\x62\x3f\x37\x2a\xc2\x65\x6a\xe5\x6b\xd3\xa9\x01\xad\xa8\x97\xf8\xde\x67\x50\x89\x53\xbd\xf6\x31\xd7\xa7\xd7\x25\x14\xba\x5e\x02\x62\xd0\x81\x36\x83\x6c\x27\xc5\xce\xe0\x38\xf7\xcf\xc8\x11\xf6\x4b\x0a\x91\x37\xdc\xc1\x3c\xc4\x31\xee\x63\xe0\xf3\x78\x14\x3f\x7b\x18\x69\x2b\x76\x1b\x6c\xd1\x0a\xb5\x68\xa4\xbb\xcf\xbd\x4c\x1d\x12\x20\x17\x4d\x35\x39\x1e\x2f\x95\xfc\x85\x2c\x02\xe4\x3d\x40\x7b\x72\xda\xe4\x3c\x8a\x86\x45\x10\x36\xc2\x36\xfc\x12\x2c\xfe\xdc\x4b\x1b\xbb\x2e\xdf\xb2\xc9\x76\xd1\x43\xf9\xa1\x7c\x3f\x32\x58\x44\x85\x20\x45\xfb\x03\x18\x2e\x45\x18\xa9\x37\x90\x20\x14\xa6\x70\x06\xcf\x72\x99\x25\x78\x26\xa9\x0b\xa3\x17\xfc\x8a\xdb\xc4\x26\x67\xf0\x48\xe3\x2b\x7d\xac\xcd\x38\x4a\xcc\x64\x3a\x72\xa1\xe6\x37\x3b\x37\x7f\xd8\x74\x8c\xf1\x98\x5a\x90\xf1\xdb\xc2\x90\x70\x82\xe5\xbc\xac\xef\xd9\xa6\x7a\xdb\x63\xea\x66\x95\xc9\x5a\x99\x7a\x8d\x5a\x6e\x19\x10\x53\xb8\xb3\xb8\x22\x6f\x63\x82\x03\x2f\x9a\x00\x4d\x19\xf1\x14\x6e\x9d\xf3\x9f\x58\xc9\x2e\x00\xa5\x34\x81\xed\x89\xf0\x62\x88\xf7\x7a\x87\xab\x5e\x85\xc0\xbd\x08\x41\x3c\x31\x8b\x56\x66\x38\x65\x68\xd2\x51\x8a\xe7\x3c\x88\xda\x1a\x57\x26\xe1\x29\xd5\x9f\xe5\x6d\x91\x16\x73\x26\x45\x7a\x9a\xdf\xbe\x8e\xa9\x6e\xc6\x2f\x94\xdf\x62\x35\x21\x4b\x6a\x71\x40\x23\x2d\xd6\xde\x58\xee\x7e\x88\xe9\x31\x47\x17\x7a\x53\x66\x3a\x03\x6a\xe9\xd0\x13\xb8\xb1\x6e\x3b\xf9\xcb\x23\x15\x3d\x7a\x4b\x38\x7e\xff\x0d\x61\xc3\xfa\xd0\x1c\x53\xed\x10\x43\xf8\x1d\x19\x9b\x42\x9d\x62\x9e\x94\x30\x62\x68\x73\x78\x72\x7d\x7d\xc4\xc8\x88\x15\x0f\x67\xec\x93\x79\x41\x2d\x96\xac\x37\xb1\xd4\xe1\x42\x2f\xbd\xe3\x32\xd9\xd0\x3b\x0e\x12\xc4\xfd\xd3\x14\xcb\x24\x0f\x1f\x24\x25\xb5\xae\x1c\xcf\x23\xa0\x17\x2c\x1e\x1f\xa9\xbc\x13\x24\x3f\x81\xda\x26\x0c\xa6\x0a\x4b\x19\x43\x78\x93\x83\xc4\xd0\x38\x48\x9d\xbb\x49\x70\x18\x47\x0a\xc4\x84\x4a\x25\x91\x32\x98\x49\xfb\x8f\x76\xcc\x86\xee\xfc\x43\x35\xb9\xd7\x79\x0c\x16\xa7\xc5\x61\x27\x2d\xe7\xe1\x09\x18\xaf\x1a\xda\x22\x91\xd8\x71\x5e\x65\x00\x56\x1a\x8a\x81\xef\x32\xb5\x94\xdc\xe5\x0e\x9d\xbf\xa9\x8a\x79\x81\x59\xde\x1d\x10\x99\x17\xcb\x0e\x70\xdd\xa1\x5c\x6f\x72\xb9\x20\xb5\x11\xa5\x6e\x88\xe2\xa4\xa8\x2a\x44\xb9\x83\xa0\x95\x9b\xcb\x72\x13\xb9\xdb\x36\x54\x74\x79\x02\x09\x33\x4b\x66\xf0\xc2\x97\xb3\x02\x70\x77\x4d\xae\x9a\x9d\x18\xfa\x01\xdd\x88\xcb\x1c\x6e\xa2\x8a\x70\xeb\xb4\xd4\x12\xd7\x59\x14\x4d\xd2\x91\x50\x12\x1b\xab\x88\xd4\xb5\xe5\x28\x94\x6b\xe6\x21\x64\x06\x6f\x14\x5a\xa1\x6b\x0c\xe5\xa4\x18\x9a\x4a\x1b\x4a\x43\x29\x7b\x5e\xee\x93\x4f\x0d\xc9\xe1\x44\x34\xd8\x40\x16\xd9\x76\x92\xfa\x9c\xcd\x05\xe4\xc0\x6c\x33\x0b\x7e\xb7\x82\x8d\xee\xf7\x09\xd4\x2b\x9c\x7f\xa8\x5c\xf1\x6a\x9f\x48\xb5\x06\x53\xe9\x85\x5d\xa3\x77\x53\x71\x0d\x09\x77\xd6\xb1\x0e\x2d\x01\x10\xeb\x90\x7a\x1f\xf2\x8c\xbc\x21\x8a\x7a\x13\xe1\x1d\x51\xcb\x09\x31\xc3\x3a\xd6\x23\x14\xac\x6e\xbf\x16\x84\x8e\xe7\xc1\x1c\xbe\xb8\xce\x8f\x1f\x8e\x6d\x8e\xba\x7a\x7c\xf3\xe7\x47\x36\x8f\x9d\x84\x46\xbf\x33\x36\x87\xa0\x2b\x9e\xb1\x09\x11\x47\x28\xba\x53\x02\x19\x17\x31\x23\x5c\x47\x61\x45\x70\x5c\xc9\x3f\xec\x43\xdf\x81\xdd\x54\x11\x15\x17\xae\x2a\x41\x18\xc2\x9e\x98\x3b\xc4\xf9\xbd\x6f\x5f\xbe\x80\x4e\xf5\x6b\xa9\xcb\xb9\x83\x90\xc2\xc6\x20\x7e\x82\x42\x11\x2f\x44\x29\x1e\x8b\x2f\xdd\x64\x80\xea\xb2\x38\x97\xfe\xba\x14\xe9\xb5\xf4\x9b\x7e\x39\xab\x4d\x7b\x45\x59\x8c\x90\x1a\x6d\x3c\x54\xea\xf5\x55\x04\x33\x01\x91\xe2\xfc\xa5\x95\xcd\x1a\x27\xd9\x51\x9c\xdc\x81\x1d\x26\x69\x0a\xb5\xce\x1c\x12\xc7\xf1\x2e\xe7\xe4\x52\x61\x18\xb0\xdc\xca\x21\x40\xf9\xd6\x68\xd7\x2b\xfa\xa1\xb1\xf6\x17\xe0\x0c\x83\x32\x6c\xe5\x22\xc4\x30\x40\x23\x35\xf7\x74\x22\xba\x03\x65\xe8\x2d\x54\x74\xc3\xaa\xa0\x3c\x10\x75\xe7\x50\x7d\x75\xfd\xd5\x75\x95\x9f\x3e\x4c\x53\x4c\xed\x1e\x33\x8a\x64\x92\xac\x6c\x02\xe5\x9f\xbf\x7c\x3d\x1e\xeb\x1a\xd2\xa7\x30\x84\x87\x0d\x09\x09\xd7\x28\x79\x48\x33\x17\x91\xc2\xaa\x46\xbb\x11\x7e\x44\xb9\x34\xa4\x76\x33\xe3\xff\xab\x9f\x0a\x4c\xa1\x90\xe7\x60\xc4\xe3\x90\xd4\x24\xd2\x19\x53\x30\x9c\x97\xb8\x92\xce\x63\xe3\x32\x8f\xb5\x9f\x4b\xd1\xc9\x09\x17\x99\x86\x29\x85\x8f\x7b\x47\xa3\xa7\xbc\xa0\x7c\xab\xa4\xf3\x94\xf6\x86\x11\xa6\x01\xd2\x77\x7a\x6b\xf6\xd0\x59\xf3\x3e\xf4\xa4\x27\x35\x47\x6b\xd8\x25\x58\x72\x71\x75\x68\xdd\x08\xcf\xd0\x0b\x6a\xba\x44\xf2\x43\x7d\x80\x17\x21\x19\x2b\x1c\x10\x2c\xa5\x6e\x98\x5d\x64\xae\x14\xd1\x3e\xc3\x32\x31\x48\xa0\x03\x2e\x86\x64\x43\x23\x36\x8e\xbb\xaf\xc3\x28\x59\x3a\x6b\xc4\xe2\x74\x37\xbe\xfe\x1c\xaa\xaf\xaf\xaf\x6f\xa6\xe5\x01\x2e\x6c\x1f\x0e\x26\xa5\x7e\x2f\x84\x0a\xb8\x70\xce\xd4\x92\x33\x94\x3c\x24\x13\x69\x59\x12\x50\x66\x1b\x3d\x54\x52\xda\x5e\x79\x49\x21\x4e\xa8\x1a\x0c\x76\x3b\xbf\x08\xb5\xf5\xd4\x65\x28\x6c\x46\x80\x0f\x2f\x4d\xf2\xc3\x71\xa5\xed\x75\x49\x67\x26\x4a\x8a\x5d\xb2\x14\x87\x61\xb6\x0c\x6d\x25\x51\x0d\x59\x42\x7e\x1c\xae\x57\x0a\x36\x0b\x1b\x84\x69\x2e\xa1\xe4\x16\xab\x52\x2b\xf7\x5d\x7e\xe9\xeb\x6e\xf4\x8a\xb0\x48\xfb\x48\x44\x87\x57\x65\xa5\x88\xab\xe7\xc5\x2e\xd9\xa2\xe9\x3d\xef\xba\x75\x47\x54\xbd\x0e\x8a\x91\x51\x2c\x72\x98\x06\x6b\x61\x17\x13\xbd\x2a\xaa\x8a\x3e\x0b\x74\x5c\x0b\xa2\x69\xa5\x73\x83\xf2\x43\x98\x7c\xf3\xd6\x28\x85\x36\x8c\x6f\x46\x0f\x99\x93\x5a\xe6\xb7\x80\xc9\x71\x17\xb1\xfe\x31\x4c\x6e\x24\xf1\xa7\x58\x03\x84\x8e\x27\x47\xde\xc4\x2e\x67\x39\xf8\xf5\x2c\xc2\x4f\x92\x1b\x8b\xda\x05\xac\x58\xdd\x08\x6d\x49\x01\xcd\x5e\x8b\x56\xd6\x41\x9a\x53\x09\xdc\xe2\x9a\x54\x99\x56\x91\xfc\x58\x6c\x49\x58\x22\x92\xae\x00\x16\xbc\x15\x93\xd2\x9b\x88\x5c\x16\x65\xe6\xf9\xdb\xf8\xfe\x92\xd5\xff\xf2\xdf\x22\x90\x7f\x7f\x3b\x1b\xc0\x14\x00\xbf\xd9\xa7\xe0\xf6\x22\x83\x8b\x38\xf5\x9a\x9c\x04\xdb\x7b\x43\x96\x42\x0a\x05\x7d\xe7\xbc\x45\xd1\xc2\x73\x53\xdf\xa3\x05\xd9\x8a\x35\x0e\x90\x27\xe4\x85\x5f\x1f\xe2\xab\x23\x96\x34\x4c\x69\x46\x76\xa7\x00\x40\xb3\x06\x6c\x65\xd3\xd3\x61\x5a\x72\xc7\x97\x08\x7b\x01\xae\xaf\x37\x20\x48\xa7\xc3\xd9\x67\x03\xe3\xd9\x85\x5e\xc0\x0e\x97\xa5\x4d\xe2\x61\xd0\xa5\xf0\xf5\x86\x4c\x21\x7b\x3f\xbd\xfe\xd8\xe0\xb6\xc0\xf6\x13\xd4\x8a\xb9\xec\x35\x09\x6c\x59\x0a\xab\x1d\x2e\xab\x49\xad\xb8\x0a\xb3\xb4\xa7\x2b\x03\xbc\x33\x0e\xdc\x4e\x9a\x3a\x31\x24\xca\xf0\x52\x85\x99\x11\x88\x4f\xe3\xce\x39\x54\x0d\x33\xe2\xc0\x16\xb3\xee\x1e\x9f\x12\x1d\xc6\x7c\x07\xfb\x9e\xc7\xbc\x1d\x74\xc2\xb9\xa2\x58\x1b\xca\x24\x6a\x9f\xc6\x0b\x12\xce\x06\xc6\x35\xd4\x34\x7d\xe4\x85\x54\x1c\x35\x8f\xe0\xe7\x50\x8a\x3b\xa6\x89\xb0\x5c\x92\x20\x23\x11\x80\x72\xd0\x53\x0c\x5f\xe7\x65\xe1\xf5\x80\xd2\x41\xe8\x37\x95\x9f\xd9\x60\xf2\x56\x72\x5d\x58\x3c\xd6\x15\x22\xdb\x46\xb8\x8d\xac\x8d\xed\x1a\xdc\x5e\x71\x34\x80\x96\xe2\x81\xa7\xdb\x27\x99\x96\x50\xcc\xfd\x6c\x16\xce\xac\xfc\x22\x54\x93\x27\x43\xed\x87\x85\x5c\x6f\xf7\xd0\xf5\x4b\x25\xeb\x91\x11\xea\x8c\x93\xde\xd8\x62\x52\x28\x37\x66\xc2\x68\x54\xef\x37\xa8\x7d\xc8\x9c\xc3\x87\x02\x7d\x18\x27\x61\xbc\x4b\x23\x94\x6a\x86\xd1\x06\x44\xae\x50\x0a\x2d\x74\x40\x78\x8a\x26\x8b\xc2\x60\x26\xc6\x77\x1a\xd7\xb8\xa6\xd1\xa1\xb0\x5e\xae\x44\xed\x1f\x29\x5d\x37\x66\xa7\x95\x11\x0d\xcf\x86\xc5\xe5\xa1\x9d\x3c\x84\xb8\xc9\xa4\x86\x81\xf3\xce\x4a\x33\xc8\x51\x28\x56\x63\xf9\x31\x44\x67\xcd\x56\x36\x1c\x41\xd4\x46\x6f\x51\x53\x18\x39\x14\xe7\x72\x27\x9f\x04\x20\x1d\x4f\x60\xc6\xd7\x5e\x49\x15\x6a\x57\x94\x16\x72\xc0\x13\x12\x8e\xa8\x55\x19\x5e\x38\xf8\x05\x77\xce\x3b\x13\xa3\x74\xc2\x2e\x56\xc9\xfd\x31\x42\x1c\x44\x24\x85\x8c\x46\x7a\xe4\x25\x69\xaf\x3b\x0c\x1d\x7e\x47\x01\x6d\x8c\xc0\x81\x19\xfc\x20\x43\x78\x2a\x29\xfa\x3d\x65\xb4\x88\xc7\x60\x10\x4b\xa0\x59\x00\x46\x61\x7e\x60\xfb\x3c\xa4\x28\x4f\xaf\xae\x56\xc6\x70\x02\x96\x61\x79\x61\x67\xeb\x5f\xca\x98\x26\x7c\x2c\x32\x4e\x17\x20\xc6\x6e\x7d\x4b\xb0\xda\xe6\xee\x69\xfd\xb9\x10\x5f\xdd\x3d\x11\xcd\xed\xed\xcd\xdd\xe7\xb7\x5f\xe0\xf2\xcb\xe6\xcb\x6b\x71\x7b\xf3\xf5\xed\x2d\x7e\xf9\xf5\xe7\x25\xc4\x87\x32\x2e\x1a\x4b\xb9\x32\x6b\x77\x28\xe1\x44\xcd\xb2\x97\x4e\xac\xd8\x98\x5d\xf8\x34\x4b\x99\x75\x14\xb0\xb2\xa2\x5e\x0e\x39\x73\xcd\x96\x1b\x27\xc6\x21\xad\x77\x71\x03\x89\x20\x19\x4b\x3d\x83\xbf\x9b\xf5\x9a\x95\xdc\xc5\x5c\x86\x22\xcf\x41\x92\x52\x68\xb0\xec\xe3\xe7\x16\x25\xa2\x31\x5b\x23\x1d\xa0\x50\xd8\x5e\xae\x2d\x79\xe2\x26\x0f\xf2\x9b\xd2\x72\xf2\x37\x4b\x66\x0d\xd6\xf8\x41\xc8\x9c\x37\x96\xac\xe2\xd1\x80\xff\x63\x84\xb4\xc0\xef\x93\x09\x28\xe1\x70\x5c\x38\x99\x07\xa5\x40\xb5\xe2\xfd\x22\xf0\x04\x38\xe6\xbe\xb9\x3e\xf2\x72\x11\x8b\xef\x37\x77\x27\x73\x68\xd9\x90\xed\x1e\x2a\xf0\x47\xac\x24\xbe\xef\x8c\x1b\x52\x8d\xcf\x1c\xc7\x55\x64\x27\x86\xac\x2f\x42\x01\x6f\xee\x51\x43\x30\xe8\xa8\xb7\xd2\x1a\xcd\x95\xdb\xfc\xfd\x0c\xcf\xe6\xa6\xd9\x5e\x55\x66\x3b\xb5\x45\xef\xae\x98\x52\x0b\x06\x33\x3b\x04\x5f\x52\x00\xf5\x16\x26\x5d\x0e\x00\x06\x3a\x7d\x3a\xbd\x73\x6e\x11\x0e\xa3\x2b\xae\xb6\x72\x99\x3f\xe7\x2b\xba\x8a\xa2\xcc\x39\x0b\x53\x19\x3f\xf0\x9b\xc1\xab\xf4\x2d\xd2\xa4\x19\x59\xab\xbe\x41\x68\xb1\x35\x76\x7f\x91\xa2\xfc\x0b\xa8\xbb\x3e\x7c\x5a\x44\x52\x39\xc9\x1d\x51\xbb\x9c\xb8\xc4\xb9\x17\xa5\xf2\xa7\x84\x24\x6a\xd0\x8a\x7a\x43\x22\x18\xd2\xc1\x10\xc1\xd2\x46\xd3\xaf\x37\x85\xcb\x8a\x28\xd5\xa2\x13\xb5\xf4\xfb\x3f\xa2\x17\x53\x62\x7d\x32\xe5\xc8\x88\x1c\xd3\x90\xa1\xeb\x3b\x84\x4d\x75\xd7\x07\xdd\xb8\xbb\xbe\x86\x73\xfe\xf3\xfb\xff\xfc\x25\xbf\x0e\xac\x81\x39\xdc\xde\x7d\x01\xe7\xf4\xe7\xf7\xdf\x4c\x92\x8e\x22\xeb\x38\x91\x48\x16\xe9\x63\xe0\xd6\xc9\x04\x30\xc2\x1a\x7f\x5a\x3b\xd4\x64\x73\x25\xee\x68\xba\x99\x94\x73\xe0\x79\xea\x1f\x9c\x48\x23\x3f\x22\x79\x3c\x83\x51\xbc\x13\x53\xc8\x3f\x9e\x38\xfe\x7f\xa6\x8a\xe7\x03\x47\x2c\x86\xaf\x91\x77\x06\x76\x3c\x65\x61\xa0\x35\x4d\x0a\x7a\xd2\x40\x50\x9a\x27\x7a\x9a\xd3\xa8\xbf\xc2\x1b\x2e\x02\xd7\x42\xa7\x4a\x8c\x80\xb7\x89\xde\xc4\x9a\xb7\xd9\x14\x32\xa8\x74\xbd\xf8\xb8\xc8\xc7\x58\x09\xf9\xdb\x29\x37\xe4\xf8\xe9\xe4\x24\x2a\x47\x1c\x54\x40\xe3\x59\x13\x82\xe1\xb7\xf7\x52\x37\xa1\xbc\x57\x90\xf1\x69\x26\x63\xf5\x36\x14\x6f\xc2\xc7\x8f\x86\xc7\x1f\x87\xac\x2a\x60\xf2\x86\x30\x19\x4c\x06\xf3\x76\x68\xae\x27\x94\xca\xea\x1e\x2f\x26\xab\x6a\x51\xed\xc7\xc4\x0d\xf9\x61\xc2\x66\xc0\xa3\x28\xe0\x33\xca\xf0\x18\xd2\x79\xe9\x89\xa4\xef\x7c\x9a\xe8\x84\x8b\xe4\x54\xe7\x4f\xbf\xb6\xe8\xc5\x2c\x82\x9f\x25\xfe\xf0\xfb\x87\xaa\xd8\x21\xec\xda\x11\x26\xff\x2c\x9e\x41\x75\x59\x57\x17\x04\xe4\xe5\x0f\xdf\x3f\x7b\xbe\x78\xf3\xec\xf5\x7f\x2f\x9e\xbf\x78\xf5\x70\xb5\x34\xc6\x3b\x6f\x45\x37\x7b\xe7\x8c\xae\x2e\xc6\x9b\x54\xd8\x34\x3a\x59\x99\xf5\x82\xbf\x9a\x1b\x9d\xfa\x53\xfe\xfb\xc3\x70\x9f\xa9\x11\x3a\x1f\x9b\xa1\xa1\xbf\x37\x32\x3f\x4f\xae\xaf\x8f\x01\x2b\x3c\x7e\xdc\x30\xf1\xf8\xb7\x47\xde\x25\x87\x7f\x5b\x40\x84\x5c\x91\x4e\x93\x9b\xf1\x77\x1f\x70\xde\x45\x8e\xd7\xe8\x66\x32\xcb\x39\x54\x29\x8b\xf1\x89\x96\xfb\x94\xe3\x8f\x69\xd9\x29\x39\xec\x04\xcf\x1c\x8c\x42\x4e\xce\xa3\x8a\xb1\xe9\xa5\xd9\xe6\xef\x07\xe3\x78\x63\x23\xdc\x66\x69\x84\x6d\x92\x6c\x4d\x7b\x30\x8f\x36\x2f\xde\x3a\x72\x32\x35\xcc\xe1\xeb\xeb\xeb\xdb\xb7\x45\xd5\x82\x8c\x1f\xba\x51\x1c\x9c\x67\x51\xf8\xb3\x20\xbb\x1d\x7c\x17\x9b\x44\x82\x10\x2e\xc3\xd5\xff\x84\x07\x57\x2e\x57\x5c\xba\xe6\x13\xb9\x2b\x31\x39\x2d\x03\x5a\x19\xbb\xe3\xcf\xdf\x99\x5a\x0c\x27\x14\xde\x4d\x71\xc6\xa3\xf5\xf1\x08\xea\x58\x4f\x04\x60\x74\xdb\xfc\xd4\x9b\x28\x0e\xc5\xd3\x91\xfb\x7a\xbc\x99\x30\x70\xa0\x3c\x3b\xd4\xca\x6f\xab\xd3\x45\xd8\x83\x7a\x5d\x7e\x03\xd1\xc0\x94\x4f\x12\xc7\x92\x65\x77\x93\x91\xe1\xf8\x9d\x49\xe1\x77\xd8\xd8\x71\xe3\x69\x02\xe6\xcf\xb9\x09\xf2\x17\x76\x6d\xbb\xd4\x81\x18\x45\xaa\xc2\x67\x40\x26\xd5\xca\x27\x80\x4e\x74\x28\xc2\x6f\x34\x08\xf9\x49\xfe\x45\x07\x21\xef\x11\xc5\xf7\x83\x03\x9c\xec\xad\x84\x1f\x5a\x18\x4f\xbf\xba\xfe\xea\x7a\x36\x5a\x39\xdc\x7d\x4c\x19\xe0\x8f\x8a\xa4\x66\xff\xb0\x38\xd2\xea\x19\x2f\xe6\x23\x16\x4b\xa9\x9b\x05\xdf\x1a\xe6\x40\x67\x8d\x56\x3d\x9c\x1d\xfb\xfb\xc3\xb4\x42\x74\xd4\xe9\xb1\x0f\x1d\xc6\x37\x82\xe3\x38\xd6\x38\x83\xe1\x13\xa1\xa9\x5f\x29\x0a\xc6\x50\x9e\x31\x2a\xe2\x1f\x8f\xd9\x0e\x4d\xe6\xf5\xe4\x5d\xb6\x9b\x77\x37\xb7\xa3\x57\x0f\xc5\xbf\xa6\xd5\x63\xfe\x11\xfc\xda\x81\xcd\xf9\xcd\xba\x64\xd9\xad\xa2\xa8\xc1\x8b\x7b\x04\xd1\x6c\x05\x37\xdb\xb9\xd7\x3e\xea\x92\xc5\xcf\x10\x87\x54\xe1\x48\x1e\xc4\xf1\xca\x4a\xc6\x7a\x98\x68\x1a\x9e\x70\x8a\x1f\xbe\x25\x51\x29\x92\xa3\x51\xab\x89\x32\x9f\x81\x64\xdf\xfe\xf0\xe3\xcb\x37\x2f\x5e\xfe\xc7\xe2\xf5\x77\xaf\xfe\xf7\xc5\xb7\xdf\x2d\x7e\x7c\xf5\xf7\xa2\x60\x91\x7c\xe0\x8f\xff\xf3\xfa\xcd\xab\xef\x9e\x7d\xbf\x78\xf6\xfc\xf9\xab\x05\xcb\xd7\x42\x74\xf2\xa1\x9a\x96\xcf\x4e\x94\x1f\xf3\x7f\xa7\xea\x90\x99\xb0\x5c\x8d\x4c\xab\x1f\xaf\xd8\xa5\x3f\x1f\xce\x1e\xce\xfe\x2f\x00\x00\xff\xff\x2e\x00\xb8\x85\xca\x47\x00\x00") - -func commandAssetsConnectNomadHclBytes() ([]byte, error) { - return bindataRead( - _commandAssetsConnectNomadHcl, - "command/assets/connect.nomad.hcl", - ) -} - -func commandAssetsConnectNomadHcl() (*asset, error) { - bytes, err := commandAssetsConnectNomadHclBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "command/assets/connect.nomad.hcl", size: 18378, mode: os.FileMode(436), modTime: time.Unix(1675363032, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commandAssetsExampleShortNomadHcl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x6b\x6a\xc3\x30\x10\x84\xff\xfb\x14\x83\x4e\x10\x5a\x92\xd0\x82\x4e\x52\x4a\x50\xa4\xb5\xa3\xfa\xb1\x66\xb5\x4a\x1b\x4a\xee\x5e\x9c\x08\xd5\x2d\x44\xa0\xd7\xec\x68\xf4\xb1\x1f\x7c\x84\xa1\x2f\x37\xce\x03\x19\x7c\x37\x0d\xd0\x09\xe7\x19\xc6\x3b\x7f\xba\x49\x00\x30\x91\x7e\xb2\xf4\xe5\x06\xcc\x2c\x0a\x13\x8e\xa6\x2a\x80\x32\x2c\x76\xcf\xfb\x97\xa2\x5c\x9b\xfb\x7a\xdb\xd4\xa5\x1e\x46\x28\xc4\xf4\xfb\x26\x48\x3c\x93\xc0\xc2\x04\xf6\x3d\x89\x69\x4a\xc1\xf3\xd4\xc6\x6e\x95\x1d\x47\xd7\x11\xea\xb0\x25\xea\x75\x6f\xaa\x65\x41\x4a\x6b\xcb\xdb\xc2\xf7\x5e\xeb\x2e\xeb\xe9\x90\xb8\xd5\x43\xeb\xe2\x00\x0b\x95\x4c\x15\xb5\x1c\x62\xa0\x49\xa3\x5e\x56\x5f\xd3\x74\xc6\x5f\x37\xd0\xc6\x81\x1e\x24\x08\x25\xce\xe2\x29\xad\x22\xfc\x9c\xef\x48\xdb\xcd\xa6\x8a\x23\x8d\x2c\x17\x58\x3c\x6d\x77\xff\x3a\xb6\xcc\x6b\xf3\x13\x00\x00\xff\xff\x79\xf2\x64\x01\x9b\x01\x00\x00") - -func commandAssetsExampleShortNomadHclBytes() ([]byte, error) { - return bindataRead( - _commandAssetsExampleShortNomadHcl, - "command/assets/example-short.nomad.hcl", - ) -} - -func commandAssetsExampleShortNomadHcl() (*asset, error) { - bytes, err := commandAssetsExampleShortNomadHclBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "command/assets/example-short.nomad.hcl", size: 411, mode: os.FileMode(436), modTime: time.Unix(1675363032, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commandAssetsExampleNomadHcl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5c\xdd\x6f\x24\x37\x72\x7f\xd7\x5f\x51\x68\x05\x70\x12\x48\xa3\x8f\xb5\xec\x78\x83\x79\xb0\x7d\xb9\x78\x93\xf8\x12\xc4\x4e\x0e\x81\x7d\x10\xd8\xdd\x35\xd3\xdc\x61\x93\x6d\x92\x3d\xb3\xe3\x85\xfe\xf7\xa0\x8a\x1f\xcd\x9e\x19\x69\x65\x19\x77\xf2\x83\x7c\x1e\x92\xc5\x62\x7d\xfe\xaa\xc8\xbe\x73\xf8\xb1\x43\x8b\xd0\x08\x0d\x46\xab\x3d\xd4\x08\x02\x9c\xd4\x6b\x85\xf0\xde\xd4\xd0\xe2\x4a\x6a\xe9\xa5\xd1\x30\xa0\x85\x95\x54\xb8\x80\x1f\x3b\xe9\x78\x54\x3a\xd0\xa2\xc7\xf6\xec\x1c\x2a\xfc\x20\xfa\x41\x61\x05\xce\x80\xf4\xb0\x93\x4a\x41\x63\x51\x78\xa2\x48\x93\x77\xd2\x77\xe0\x3b\x84\x77\x7f\x00\xa1\x5b\xf8\x93\xe8\x71\x5a\xb6\x38\x3b\x63\x66\xa0\x7a\x6f\xea\x0a\x6a\x65\x9a\x0d\xd1\xa7\x05\xde\x0c\x97\xbd\x71\x1e\x1a\xa3\x57\x72\x3d\x5a\xc1\x0c\x99\x81\xff\x25\x35\x4f\x7a\x6f\xea\xb3\x73\x70\x03\x36\x72\x25\x1b\x9e\xb1\x80\xaf\x13\x9b\x02\x5a\x6c\x94\xa0\x95\x5b\x9c\xcf\x02\xb3\x02\x2f\xdc\x86\xf6\x12\x1e\xfe\x64\x7a\x41\x07\x72\x9d\x19\x55\x0b\x76\xd4\x0b\xf8\x37\x53\x3b\xe8\xc4\x96\x8e\xb2\x56\xa6\x16\x4a\xed\x61\xd4\xf2\x97\x11\x59\x00\x17\x60\x34\x82\xb1\xd0\x0b\xbd\x67\x62\xb0\xb6\x66\x1c\xdc\x05\xec\x3a\xd9\x74\x67\xe7\x20\x2c\x12\x9b\xbd\x43\xb5\x45\x07\x8d\x51\x0a\x1b\xda\xde\xd1\xfe\x87\xcb\xdd\xe2\xec\xfc\xec\x1c\xfe\x48\xbf\x19\x8b\x20\xf5\xca\xd8\x3e\xb0\x4b\xb2\x8b\x52\x73\x60\xc2\xe1\x0b\xa1\x5d\xc0\xa0\x50\x38\x04\x87\x78\x76\xce\xa3\x46\x2b\xa9\x11\x5a\xd3\x8c\x3d\x6a\x1f\xc9\xf8\xb7\xbc\x07\xfd\xd3\x79\x3f\xb8\xb7\x57\x57\xbb\xdd\x6e\xa1\xe9\xfc\x83\x35\xef\xb1\xf1\x0b\x69\xae\x5a\xd3\xb8\xab\xf7\xa6\xbe\x9c\x09\xed\x8a\xc5\x7d\x46\xd2\x9d\x34\xff\xf1\x0c\x20\x2a\xd1\xe2\x5a\x1a\x5d\xc1\x20\xac\xe8\xd1\xa3\x4d\x32\xc7\xa0\xd2\x30\x4e\xba\x63\x01\x81\x37\x80\x1f\xb0\x19\x3d\x26\x65\x2e\x98\xd8\xbb\x15\x98\x5e\x7a\x8f\xed\x05\x78\x32\x3b\xa9\x3b\xb4\xd2\x07\x2a\x2d\xae\xc4\xa8\x7c\xa2\x46\xaa\x20\x69\x56\x41\x47\x55\x20\x11\x07\x97\xf9\x67\xfa\x75\xe2\xb4\x15\x5e\x34\xa8\x3d\x5a\xf7\x38\xbb\x4a\x3a\x4f\x94\x8b\xc9\x91\xf1\x60\x26\x4c\xae\x46\x32\x50\x27\x5b\xb4\xd8\xc2\xae\x43\x0d\x83\x12\x8d\xd4\xeb\xc0\x3a\x29\x36\x3a\x8f\x68\x1a\x1c\xbc\x23\x2f\x69\x1b\x61\x5b\xc7\x5a\x8d\xc7\x71\x4c\x4d\x28\x65\x76\xb4\x96\x68\x20\xe9\x8d\x94\x2d\x94\x2a\x99\xa0\x13\x96\x3c\x2d\xe1\xa7\xea\x1f\xab\xbf\x9c\x4d\xc7\xf3\xfb\x01\xcb\x73\x35\x46\x7b\x6b\x54\x74\xac\xfd\xc0\x02\x7b\x6f\xea\x68\xa9\x20\xfb\x41\x34\x51\xbc\xae\xe9\xb0\x1d\x15\xda\xcf\x02\x4b\x2d\x36\xd2\xb1\xc7\xe8\x89\xab\x78\xa2\xb9\x6b\x4a\x17\xbd\x53\xa8\xd9\xc9\xc0\x1b\xa6\x54\x39\xb4\x5b\xd9\x60\xb5\x60\x1b\x17\xb0\x1a\x95\xca\x52\x26\xab\x22\xd6\x82\x54\x7c\x87\xd2\x42\x2b\x57\x2b\xb4\xa8\x1b\x74\x33\x0b\x27\x6a\x8f\xd9\xf8\x22\x6b\xfa\x94\x23\x95\x64\x9e\x76\x93\x44\xe5\x59\xae\x92\x85\xe6\xe2\x3a\x16\xf2\x72\x3a\x72\xa1\x1c\x32\x17\x6f\x85\xd4\x3e\x45\x3c\x8e\xb7\x74\xf0\xb6\x95\x51\x7e\xd3\x24\x07\x2b\x63\xe7\x36\x45\x9a\x63\x7a\x52\xe7\x35\xe4\x4c\x14\x48\x2c\x3a\x33\xda\x86\x23\x4b\x6b\xe5\x36\x68\x3f\xd1\x8a\x7a\x0b\xdb\xf6\x82\x43\x3f\x2b\x35\x18\xb3\xf0\x53\x60\xb9\x80\x8a\xc3\x59\x75\x41\xa4\x2a\xb2\xe3\x0a\x14\x6e\x51\x5d\xb0\x86\xdc\x38\x0c\xc6\x7a\x07\x5b\x61\xa5\xa8\x15\x89\xd9\xa3\x1d\x8c\x7a\x86\x1a\x4e\xc7\xb3\x23\xc9\x3c\x5b\xe9\xbf\x5d\x63\xc7\xc1\x6d\xda\x3d\x53\x9a\x7e\x8a\x61\x0e\x40\x78\x6f\x65\x4d\x21\x6b\x09\xd5\xdf\x7d\xa4\xff\x5c\x6c\xd0\x6a\x54\x0b\x8a\x44\x0f\x55\x9c\xb7\x15\x6a\x44\x66\x65\x09\x95\x92\x7a\xfc\x10\x46\x1e\x0a\x4b\x18\x87\x56\x78\x4c\x56\x30\x0f\x3e\x61\x0c\x68\x7b\x8f\xeb\x7d\xca\x57\x31\xc5\x2c\x98\x40\x98\xc3\xf4\xf2\x3c\xe9\x60\x74\xd8\x92\x39\x44\xaf\x27\x9b\xd1\x6b\x07\x4a\x6e\x10\xac\x51\x8a\xec\x68\x1c\xd6\x56\xb4\xe4\x56\x8d\xd0\xc2\x4a\xfa\x5f\x42\xc7\x90\xa6\x46\xbc\x5a\x5b\x44\x0d\x2d\x0e\xca\xec\x49\xcc\x6e\x31\x0b\xcb\xda\x1c\x71\x28\x1d\x20\x69\xb8\xc1\x96\xd9\x0b\x3e\x3f\x3f\xe3\xcc\xe4\x92\xb9\x91\xe7\x1b\x5b\x1c\x6f\x01\x7f\x4e\x71\x34\xcf\x62\x6a\x1c\xb2\xa4\x07\x31\x0c\x8a\x05\x65\x38\x36\x06\x99\x30\xd6\x98\x70\xc1\x11\x91\xda\x44\x28\x42\xfb\xa5\xb3\xf2\xd2\x64\xd6\x34\xc8\x7c\x3a\xce\xdc\x3d\xda\x35\xc5\xf4\x04\x61\x78\xee\x67\x14\xd2\x37\x1c\xa2\x2d\x36\xd8\x52\x70\x7a\x89\xad\xcf\xe4\xf2\x37\xb5\xf3\xc9\x6a\xce\x20\x29\x91\xac\x3b\x9b\x65\x2f\x3e\xdc\x53\xee\x50\x0a\xd5\xe3\xd9\xb1\x17\x1f\x64\x3f\xf6\xa0\xc7\xbe\x46\x4b\xf6\x19\x68\xc5\x70\x4f\xd4\x06\xb4\x24\x05\x0a\x53\x89\xde\x02\xde\xe9\x10\xc4\x1a\xe1\x30\xa6\xf7\x82\x70\x36\xab\x0c\x48\xc9\x2c\x22\x3d\xe1\x41\x80\x97\x3d\x0b\x1c\xa0\xe4\x13\x96\x70\x73\x36\x3b\x84\xd4\xf7\x1d\x0a\xe5\xbb\xfd\x3d\x2d\x79\xe2\x20\x52\xf3\x41\x68\x16\xff\x40\x49\x38\xc8\x2a\x12\xec\x47\xe7\xc9\x6c\xa3\x71\x45\xb2\xe0\x3c\x31\x5a\xe3\x8a\x15\xee\xc9\x01\x7a\x61\x37\x64\x6d\x2e\x4f\x22\xe5\x8f\x3a\x58\x55\x24\xb7\x1a\xad\xef\xd0\x16\xfb\x38\x58\x59\xd3\x43\x8d\xc1\x35\x49\x00\x6d\x3c\xe3\xc1\x31\x28\x9a\xdc\x5c\xbb\x6a\x76\xd6\x34\xa1\x45\xd1\x92\xcd\x3c\x7e\xd6\x34\xa3\xc0\x60\xec\x5a\x09\x7b\x44\x70\x9c\x0e\x7c\xe2\x38\x2b\x22\x9a\x97\x96\x8b\x64\x3a\x9f\x18\xbd\x21\xd3\x6f\x18\x31\x7b\x2b\xb4\xe3\x14\x15\xa2\xd2\xa8\x23\xad\x05\xfc\x98\x87\x38\xb5\x15\x63\x5c\x49\x24\x71\x09\xa9\x22\xf3\x29\x18\xb1\x54\x07\xe3\x51\x7b\xc9\x9b\x50\x58\x83\x5a\x34\x9b\xec\xe0\x72\x05\x15\x31\x72\x6f\x71\x8b\xd6\x57\x13\x7b\x0e\x3d\xed\xe5\xed\x18\xed\xe8\x50\x7c\x24\xe3\x37\xfd\x5c\xc4\x83\x35\x6b\x8b\xce\xbd\x48\xc6\x42\xff\x06\x11\x87\xd0\x9e\x89\xd4\xb8\x96\xda\x05\x60\x49\xd4\x57\xd2\x3a\x7f\x4c\x8e\x30\xc2\x81\x8c\xc8\xc7\xb8\x14\x6b\x59\x5c\xd2\x11\x36\x40\xcf\xa4\x48\x26\x20\xf4\xb1\xa9\x0b\x47\xe7\x62\x40\x76\x40\x6e\xd2\x63\x88\xbb\x73\x37\xe0\xec\xa0\xcd\x31\xc1\x83\x65\x8f\xfa\x0f\x0d\x24\x21\xe7\xd3\x5f\x14\xe6\x39\x3f\xd9\x24\x36\x32\x8f\xe4\x2d\x47\x5a\x0a\xee\x72\xa0\xcb\x99\x59\x9c\xd2\xa2\x5c\x65\x33\x8a\x05\x21\x2d\xb9\x0c\x4b\xe2\x29\x22\x41\x25\x9c\xa7\x83\xd4\xb1\x74\x36\x65\xce\x64\xde\x46\x8b\x45\x49\x3a\xf1\x1d\x17\xc9\x15\xa7\xb0\x53\x6e\xe8\x4a\x6d\x50\xf5\x53\x50\xde\x51\x01\x1f\x89\x25\xc3\x61\x02\xc5\xe1\x60\x09\x2b\xa1\x1c\xce\x0e\xcf\xe9\x7e\xff\x98\xf5\x0a\x0f\x4d\x27\xf4\x1a\xb3\xb2\x18\x96\xd3\xef\xbb\x50\x19\xa3\x1b\x55\xb2\x3f\x49\x87\x75\xde\x8e\x0d\x17\xd8\x29\xfe\x47\x99\xc5\x3e\x00\xd7\x14\x71\x8b\xb6\xc8\x16\x09\x77\x44\x5a\x94\x65\xcd\x48\xb2\x34\xc3\x40\xe1\x80\xc0\xec\x60\x71\x2b\xcd\xe8\x4a\xa1\x2c\xe0\x3f\x75\x13\xb1\xfb\x80\x56\x78\x02\xba\x74\x90\x9e\x31\xf4\x24\xc8\xb4\x01\xe7\xf2\x28\x23\x36\xa8\x3d\x77\x3e\x6a\xb6\xb7\xde\x78\x2e\xdb\xc8\x4d\x53\x98\x06\x51\xc0\xa4\x98\x2b\x89\x60\xf4\x09\x8b\xbd\x90\x1c\xb1\x66\xaa\xa2\xdc\x44\x48\x88\x6b\xd1\x59\x0a\x0d\x8a\x39\x8f\x54\xfe\x18\xa2\xff\x05\xc5\x21\x4f\x54\xb2\x4a\xf0\x97\x51\xa8\x24\xf7\xc6\x8c\x3a\xbb\xe1\x04\x8d\x42\x85\x98\x84\xf6\x18\x52\xfb\x73\x8a\x16\xd1\xea\x62\x4a\xb9\x48\x35\x17\x85\x81\x48\x5a\xe3\x2e\x12\xdb\xa2\x75\xb1\x8c\x0b\xc4\x62\xe0\x18\x07\xaa\xfc\x58\x54\x32\xa2\x17\xa3\xda\x72\x3a\xeb\x2c\xf9\x60\x38\x0d\x2c\xe1\xfa\x0c\xe0\x21\x83\xdd\x5e\xae\x59\x3a\xa7\xb0\x6e\x02\x56\x19\x4a\x52\x34\x0b\x0b\x48\x40\x66\xb5\x02\xb3\x0a\xc5\xa8\x8d\xa2\xd7\xa6\xc5\x03\x48\x2a\x72\x67\x20\x2e\x35\x7a\x06\x4e\x03\x68\x6c\x3f\x01\xd6\x12\x3e\x8b\xfc\xbe\x06\x40\x8b\x5b\x47\x32\x49\x70\x09\xa2\xfd\x30\x13\xdd\xe4\x4f\x45\x75\x10\x1d\x39\x18\x79\x5c\x9f\xd1\xb6\x13\x7d\x32\x68\x86\x52\xa1\x22\x8c\x74\x52\x56\x52\x14\x85\x7d\x27\x74\x6c\xc5\x79\x2e\x49\xc9\x22\x53\xa2\x89\xd6\x98\x2c\xf1\xef\xc3\xe8\xe5\x0c\x94\xfd\x43\x68\x08\x32\xbd\x95\x07\x3b\x6a\xd6\x5d\x3b\x5a\xfa\x57\xd6\x92\x7b\x1a\xce\xcd\x0f\xdc\x23\x05\x28\xe9\xfa\x22\xbd\x16\x6e\x18\xfc\x3c\xd8\x70\x8c\x09\xb9\x1a\x61\x48\x9a\x40\x43\x28\xd0\x42\x70\xa8\x9a\x0e\x9b\x8d\xab\x72\xa1\x7b\xcf\xa9\xc9\x55\x25\x3e\xb8\xe7\x49\x94\x50\xe2\xec\x47\xf8\x7b\x1c\x4d\x3e\x89\x23\x93\x47\x3f\x1f\x4d\x7e\x02\x47\x26\xec\x1a\xd5\x1f\xf5\x5c\xa0\xed\x16\x46\xc7\x51\x0c\x94\xa8\x51\x81\x1b\x57\x2b\xf9\x21\x94\x89\xd5\x9b\xeb\x28\x8e\x9b\xbb\xbe\x7a\x1e\x14\xfd\xe1\xd3\x48\xf3\x59\x00\x28\xe5\xc1\xa7\x90\xe6\x6f\xc0\x98\x5d\x06\x7e\xcf\x3d\xfb\x6d\x1f\x8f\xde\x55\x8f\x03\xc4\xbb\xbe\x9a\xc5\xb7\xd8\x2c\x39\xec\xe8\x80\x43\xce\x41\xf3\x76\x73\xcc\x90\xdc\x3b\xbc\xe4\x63\x61\x0b\x0c\x99\xce\xb3\x8f\x86\x9e\x34\x34\x4a\x72\xbf\xed\xeb\xd4\x63\x8e\x55\xae\x88\x1e\x98\x3c\x2c\xd6\xb9\x31\x7c\x45\x27\x3f\x4f\xcb\x5f\x50\xa0\x96\xe7\xf9\x9b\x86\x3f\xde\x38\x12\x09\x67\xac\x1a\xd1\x74\xb1\xd5\x5c\xb4\xd1\x46\xfd\x08\x7e\x3b\x08\x8c\xb3\x04\x3a\xd3\x40\x76\xba\x1c\x9b\x46\xdd\xa2\x0d\x55\x69\x6c\x45\xb0\xdb\x84\x6e\x4e\x32\x59\x6d\xf4\xa5\xc6\x75\xb8\x56\x38\xe8\xe1\xb2\x74\x0c\xdc\xc4\x64\xc8\x51\xf1\xb0\x36\xd5\xe8\x77\xc6\x6e\x4e\x37\x7e\xe2\xe0\x41\x6f\x35\x85\xdd\x23\x7c\x2d\x75\xa3\xc6\x96\x58\xb7\xf8\xcb\x88\x8e\x33\xe6\x60\xac\x87\x5a\x6a\xfa\xdd\x1d\xc0\x8f\x67\x1b\xc0\x9c\xcb\x03\x13\x78\x86\x11\x4c\x7b\xbe\xd0\x10\x22\x03\x05\xa9\x24\x9b\x60\x08\x10\xce\x59\xb5\x75\x95\x7f\x01\x12\xfe\x12\xbe\x78\xf3\xe5\x57\xf1\x97\x87\xb3\xf0\xb7\x54\x40\xea\xca\xa6\x1b\x27\x1d\x40\xac\x8b\x3e\xe7\x0d\xdf\x1f\x38\x9f\x4c\x81\xcd\x47\x44\x77\xa6\x95\x13\x00\x66\x6f\x0b\x3f\x42\x2b\x5d\x63\xb6\x68\xf7\x80\x7a\xcd\xe5\x4b\x6c\xaf\x3b\x68\x46\x6b\x51\x7b\xb5\x8f\x5b\x18\x0b\xdf\x1a\xed\x46\x35\x8b\x50\xec\xcc\xbd\xd8\xe0\x49\xb2\x5c\x2f\x84\xb0\x18\x88\x74\x54\x1f\x04\xbf\x97\xe1\xa2\x00\x3a\xe3\x7c\x6c\x6e\x85\x74\x67\xfd\x4b\xf5\x3f\x17\xd2\x2b\xe8\x7f\x26\x6b\xfe\x9b\x24\x92\xb4\xcd\x77\x3f\xb1\xc7\x6a\xb1\x95\xee\x32\x44\x8a\x38\xec\xc5\xda\xc5\xe1\x9f\xd2\x3d\xd0\x45\x8a\x26\x7f\x29\x6d\x28\xd2\x68\xeb\xb4\x74\xb0\x66\x2b\x29\x14\x2c\xa1\x62\x76\x63\x9a\x9b\xc2\x0f\x81\x80\x27\x0c\x28\xdf\x82\x06\x35\x27\x60\x12\x40\xc4\xca\xd8\x4c\x2d\x74\xc0\xc2\xc1\xa8\x50\x74\xac\x86\x38\x51\xba\xc4\x09\x95\x79\x16\x39\x0e\xec\xcd\xc8\x4d\xfd\x2d\x6a\x89\xba\xc1\x7f\xce\xb4\x46\xdd\x98\x3e\x94\xc8\x5c\xa7\xa2\x0e\x35\xa6\x5f\x9c\x62\xda\x65\xb5\x91\x01\xe9\x5c\x3a\xcd\xee\x6a\x52\x42\x9b\x5f\xb1\xe4\x79\x81\xcd\x8f\xf9\xbf\xe7\x3a\x11\x4a\x6e\xb3\x36\x68\x90\xaf\x45\xe2\xa0\x6f\x86\x72\x88\x6f\x0f\xb6\x42\x65\x58\x51\xac\x92\x3d\x52\x6d\x48\x43\xb7\xc5\x48\x74\xea\xb9\x6f\x5b\x74\x5e\xd8\x7c\xb7\x92\xc2\x28\x27\xe3\x54\x68\xd4\xd8\x89\xad\x34\x96\x6d\x9d\x7c\x3b\x17\xea\xef\x56\xa9\xb0\x27\xc4\x3a\xea\x0c\x18\xca\xfa\x22\x6e\x01\x83\x51\xb2\x99\x5a\xee\xb5\x70\x53\x06\x4e\xd7\x59\x2f\xf5\xbe\xf9\x31\x5e\xc1\xfb\x22\x03\x05\xa9\x74\xec\x8f\x33\x4f\x98\x12\xad\xf0\x1e\xfb\x81\xef\xfb\x28\x9f\x66\x31\x14\x7d\xf9\x09\x7f\x25\x75\x2f\x22\xb1\xbc\x78\x09\xb7\xf1\xa7\xd2\x22\xde\xe4\x26\xce\x74\x87\x8b\x4a\x3c\xda\xc8\x40\xaa\x32\x44\xba\x18\xdb\x09\xe9\x13\xb4\x8e\xa7\x48\x08\x99\xa1\x66\x0c\xf0\x1c\x5a\xa5\xe7\xb8\x5a\xb6\x95\x00\x78\x2f\xb6\xcc\x3b\x77\xc8\x47\x6f\xda\xd3\x97\xad\x3b\x02\x1a\x9d\x18\x06\x4c\x0d\xbc\xb8\x11\xd1\x8f\x6c\x60\x3b\xb9\x5c\x12\x41\xc5\x06\x3f\xbb\xcf\xc8\xd2\xca\xc7\xa6\x5d\x03\x5b\x09\x36\x7c\xf0\x99\x54\xd2\xd4\xa8\x7d\xec\x9d\xd2\x70\x49\x85\x8e\x97\x88\x18\x74\xa0\xcd\x64\xd6\x09\x30\x65\x72\xdc\x4b\xcd\xcc\x11\xf7\x35\xa2\x86\x8e\x5f\x7c\x1c\xf3\x18\xd7\x31\xf1\x65\xdc\xea\x84\xa3\xe2\xd0\x61\x8f\x56\xa8\xfb\x56\xba\xa7\x42\xe9\xe8\xa5\x92\xbf\x12\xd2\x82\xbc\x86\x92\xe2\x26\x67\x61\xe7\x91\x72\xea\x8a\x12\xa0\xb0\x2d\x0f\x32\x1e\x92\x36\x5e\x57\x7f\xcb\x38\xd8\x45\xd8\xef\xa7\x4b\xd0\x19\x10\x24\x29\x04\x2b\xda\x1f\xd1\x70\x29\xdb\xa7\x1b\xd6\x44\xa1\x80\x98\x0b\xf8\x3a\xb7\xad\x03\xdc\x97\xba\x00\x93\x21\xbf\xbb\x2e\x3e\x0b\x09\x30\x7f\x7e\xa4\x97\x86\x8b\x93\xc2\x4c\x51\x23\x37\xbe\x3f\x79\xe5\xfd\xbb\xa3\xc6\x9c\x8f\x82\xe2\x7c\xa0\x88\x21\xdc\xab\x72\x5e\x36\x1b\x8e\xa4\xde\x8e\x98\x5e\x00\x94\x7d\xaf\xb2\x8b\x35\x7b\xa6\x90\x09\xb1\x70\x07\x8b\x2b\x42\x6d\x26\x00\xa3\xe2\x2a\xb5\x2d\x2b\xc8\xa2\x4c\xe2\x56\x52\x86\x4c\x13\x0a\x8b\x6d\x17\x0e\x25\xc2\x8b\xa9\x7e\x1e\x1d\xae\x46\x15\x10\x79\x51\xd2\x79\xd2\x13\xcd\x2c\x32\xfb\x54\xea\x0d\x68\x9d\x24\x68\xd6\x58\xe3\xca\x7e\x66\xea\x9a\x2e\xf2\xb2\x28\x8b\x25\x8b\x22\xfd\x9a\x47\x7f\x88\x5d\xc3\xcc\x5f\xb8\xc9\x88\x8d\xd9\x6c\xa4\xc5\x06\xad\xb4\xd8\x78\x63\xf9\x0e\x59\x1c\x6e\x73\x72\xa2\x37\x65\xe7\x68\x62\x2d\x6d\xfa\x08\x6f\x01\x5b\xcb\x5f\x9f\xb8\x1c\xa1\x51\xe2\xf1\xfb\x6f\x88\x1b\x76\x85\xf6\x94\x57\x87\xb2\xcc\xef\x28\xce\x14\x9e\x14\xfb\x4e\x89\x23\xa6\xb6\x84\x37\xd7\xd7\x27\xe2\x8b\x58\xf1\x2b\xb6\x7d\x8a\x2c\x01\x0c\xb9\xdc\x35\x76\xe1\xfd\xd1\xc0\x37\x0e\xd3\x7b\x9b\x60\x41\xfc\xe6\x24\x95\x87\x29\xaf\x07\x4b\x49\x0f\x00\x1c\x3f\xde\x42\x2f\xd8\x3c\x5e\xe8\xb7\x07\x4c\xbe\x82\xc7\x26\x0e\x66\xb4\xd2\x8f\xb9\xe4\x9e\x9e\x3d\x1c\x54\xab\xf1\xf5\x95\x38\x10\x4e\x29\x9b\x23\x12\xfc\x72\x82\xe6\x2f\xa6\x67\x4c\x0f\xd5\x59\xd2\x5e\x28\xb6\x0f\x2f\xd5\x9c\xb4\xdc\xc4\x4c\x44\x78\xd6\x74\x9d\x1c\x25\x1b\x5f\xf2\x1d\x47\x84\x49\xc1\x32\xdd\xc0\xbb\xcb\x1d\x3a\x7f\x53\x15\x8f\xa9\x16\x33\x16\x88\xd1\x3c\x2b\xb3\xb7\x43\xb9\xee\x72\x7b\x35\x3d\xb6\xa0\x62\xbb\x21\xdf\xb0\xa8\x42\x63\x60\x32\xa4\xb4\xb0\xec\xca\x53\x16\xed\xc3\xc5\x17\x3f\xc3\xc4\x2c\xf3\x05\xbc\xf3\xe5\xdb\x29\xb8\xbb\xa6\x0c\xcc\xb9\x09\x53\x35\x97\xb8\x58\xc2\x4d\x34\xfe\x73\xb6\xff\x59\x95\x3b\x58\x14\x6d\x32\xff\x70\x71\x30\xb7\x7e\xa9\xa9\x4c\x71\xc1\xc8\x22\x06\x06\x6f\x14\x5a\xa1\x1b\x0c\x4d\xf7\x88\x35\xa5\x0d\x0d\xf4\xd4\x68\xac\xf7\x29\x53\x86\x3e\xda\x81\xfa\x39\xf6\x15\x8d\xc9\x64\xd0\xb9\xf1\x15\x98\x03\xaa\x6b\x5f\x5c\xa0\x96\xe7\x7b\x05\xcf\x09\xfb\xcf\x28\xc5\x53\xbd\x86\xd7\x78\x61\xd7\xe8\xdd\xa1\x5d\x86\x4e\x64\xf6\x9f\x01\x2d\xad\x14\xeb\xd0\x93\x3c\xd6\x10\xa5\x35\x14\x4d\x17\xe9\x9d\x70\xb9\x03\xd1\x85\x79\xec\x28\x28\xd8\x9d\x3e\x16\x62\x8d\xfb\xc1\x12\xbe\xc8\x66\x1a\x5b\x32\x07\x8b\xa3\x2f\x9e\x5e\xfc\xf9\x89\xc5\xf3\x68\x1f\xde\xa7\xc5\x9a\x8f\x6b\x6f\x47\x80\x91\xdc\x72\x2b\xdb\x51\x28\x18\xb5\xe4\x5b\xaf\x9d\xb1\x9b\x0b\x70\x63\xd3\x85\x96\xce\x1f\x4c\xb3\x89\x30\x82\x5f\x7c\x79\x21\x35\xda\x0b\xd8\x61\x5d\x9a\x3c\x3f\x83\xab\x85\x6f\x3a\x2a\xc9\x1b\x74\x84\x24\x5f\x6a\xba\x05\xb7\xaf\x50\xda\x4d\x4f\x6a\xf8\x2f\xa3\xac\xd0\x3f\xa9\x0e\x8a\xbb\x2a\x3c\x21\x7c\x3c\x9f\xf3\xda\xf8\xce\xf0\xa0\xb5\x1d\x2d\x70\x2a\x4a\x62\x49\xc8\x40\x39\xd5\x55\x61\xe5\x12\xaa\x96\xb5\x70\xd4\x65\xe1\xea\xfd\x74\xa3\x74\x7a\xdd\x38\xf5\x49\x8b\x8e\xdb\x20\x9c\x2b\xaa\xab\x00\x6e\xd4\x3e\xdd\xaf\x26\x9e\x0d\xcc\x8b\x9e\xf4\xfc\xc2\x0b\xa9\xd8\x45\x66\xf4\xdd\x54\x33\xda\xe9\x45\x39\x03\x09\xf2\x99\x40\xf4\x02\x9c\x29\x9f\x99\xe6\x69\x61\x78\x62\x69\xa6\xdb\xd5\x09\xe3\x49\x62\x0a\x3c\x14\x4d\x4e\xd9\x8b\x35\xe6\xae\xd7\xdb\x2f\xab\x3c\x12\xde\x64\x2e\xe1\xa7\xaa\xad\xc3\x9b\xe0\x99\x40\xc5\xe8\xbb\x7b\x67\x56\xfe\x3e\x54\x80\x07\x2f\x78\x8f\x8b\x2f\x6f\xf7\x30\x8c\xb5\x92\x4d\x41\xca\xe2\x60\x9c\xf4\xc6\x16\xaf\x25\x72\x1f\x25\x3c\x0f\x19\x7d\x87\xda\x87\x94\x18\x5e\x45\x8f\xe1\x4a\x9d\x59\x77\x05\xb1\x04\xf6\x83\x1f\x26\xc5\x50\x7e\x14\x3a\x30\x7c\xc8\x26\x5b\xc3\x22\x93\x98\x9f\x69\x0e\x4e\x1f\x0e\x0c\x8a\x2a\xff\x95\x68\xfc\x13\xe5\x66\x6b\x76\x5a\x19\xd1\xf2\xfb\x98\x38\x3d\xdc\xab\x89\xa2\xc0\xee\x0d\x45\xf5\xf0\xd4\x76\xb0\xd2\x4c\xa6\x14\x0a\x4c\x2c\x5f\x7e\xc7\x1e\x1e\x45\x9b\xdc\xb7\x9b\xaa\xf5\xe9\x4a\x93\x6c\x20\x6d\x4f\x64\x0e\xee\x00\xa4\x0a\xa0\x93\xe2\x3f\x68\xc4\x36\x84\xf8\xe8\x58\x53\xdd\xc1\x1b\xbf\xe3\x2b\xc4\xc1\x38\x27\x6b\xc5\x75\x42\xaa\x6c\xfd\x29\x41\xf4\xa3\xf2\x92\x00\x54\xe8\x3d\x14\x7e\x9b\xe5\x91\xa7\xa4\xb5\x53\xd1\x92\x27\xff\x06\xe4\x3b\x67\xe0\x28\x0c\x3e\x2b\x10\x96\x5b\xbf\x30\x18\x26\x3e\x8e\xe8\x65\xdd\x97\xdd\xcd\xa8\xf1\x25\x54\xb4\xd5\xdb\xab\xab\x95\x31\x8b\xc6\xf4\x99\xcc\xc2\x0b\xbb\x58\xff\x5a\xb6\x2f\xc3\xa3\x78\x37\xa3\x03\xa1\x73\xea\xc6\x9e\x68\xf5\xed\xdd\xdb\xe6\x73\x21\xfe\xe9\xee\x8d\x68\x6f\x6f\x6f\xee\x3e\xbf\xfd\x02\xeb\x2f\xdb\x2f\xaf\xc5\xed\xcd\x57\xb7\xb7\xf8\xe5\x57\x9f\x97\x14\x1f\x0e\x5b\xa0\xd9\xbe\x95\x59\xbb\x63\xdb\x26\x39\x96\xd7\x89\xa4\x84\xce\xec\xc2\xa7\x27\xca\xac\xa3\x69\x95\x45\x70\xf9\xc4\x93\xcb\x2c\x6e\x73\x18\x87\x34\xdf\xc5\x05\x7c\x51\x42\xf9\x72\x01\xff\x61\xd6\x6b\x76\x6f\x17\x0b\xad\x16\xea\xfd\x64\x43\x01\xce\x5e\x40\x3d\xc6\x27\xe6\x25\xa3\x11\x9a\x92\xf5\x13\x58\xb1\x97\x6b\x4b\x39\xb8\xcd\x2f\x98\x4d\x19\x36\xf9\xd3\x0c\xb3\x06\x6b\xfc\x64\x5e\x54\x7e\x53\x48\x9c\x79\xcc\xef\x31\xcf\x82\xbf\x57\x33\x4d\xe2\xe1\x88\x16\x8b\xbf\x34\xa5\x5e\x7c\xb8\x0f\xea\x00\x6e\xac\xdf\x5c\x9f\x18\xbc\x8f\xa5\xf2\xcd\xdd\xa3\xa6\x23\x5b\x0a\xd8\x53\xbd\x7c\x22\x34\xe2\x87\xc1\xc4\x6a\x81\x82\xcc\x67\x8e\xc1\x14\x05\x87\xa9\x57\x18\xa9\x80\x37\x1b\xd4\x10\xa2\x38\xea\xad\xb4\x46\x73\xf9\x95\x3f\x17\xe0\x47\x89\xe9\x51\xa3\x9a\x24\xeb\xb0\xb1\xe8\xdd\x15\x0b\xe9\x9e\xc9\x24\x45\x66\xe2\x53\x26\x44\xbd\x85\x79\xc8\x07\x26\xf7\x74\x1a\xc8\x3d\xbc\xe9\xc2\xde\x35\x56\xd6\xf9\x43\xa5\xa2\xed\x17\x9b\xb6\x14\x6f\x67\x71\x31\x7e\xba\xb4\x80\xff\x4e\x9f\x5c\x1c\x74\x0b\x1b\x35\xb6\x08\x3d\xf6\xc6\xee\x2f\xa0\x19\xc6\xf0\xe1\x04\xd9\xdf\xa2\x60\x87\x3d\xc6\xf1\x0d\x45\xce\xa3\x5c\xb9\xa6\x6f\xa3\xf8\x62\xaf\x17\x4d\x47\xc6\x16\x9e\xf6\x04\x94\x4a\x0b\xcd\xb8\xee\x8a\xb4\x14\x39\x69\xc4\x20\x1a\xaa\x25\x7f\x87\x07\x1c\xca\xe8\xd5\xdc\x20\x33\x72\x40\x70\x6a\xc4\x4e\xe6\xd0\x0c\x63\xf0\x82\xbb\xeb\x6b\x38\xe7\xbf\xdf\x7f\xf7\x6b\x1e\x0e\xca\x80\x25\xdc\xde\x7d\x01\xe7\xf4\xf7\xfb\x6f\x26\x13\x99\xdb\x88\xc7\x7e\x50\xc5\xb7\x0b\x27\xfc\xa1\x17\x9a\x82\x8e\x80\x34\x37\xd7\x15\x53\x16\x39\x91\xc4\x29\x87\x93\xb9\x0d\xe9\x3b\xaa\xb4\x3c\x7c\x92\x19\xbf\xa1\x52\x7b\xc6\x4c\xf3\x9e\x22\xe3\x90\x78\xa5\x68\x2c\xfc\x2f\xdf\x47\x79\x03\x83\x19\x46\xa6\x60\x47\xcd\x8f\x73\xe6\xbb\x4e\x2d\xaa\x97\xd9\xc2\x81\x2c\x5e\xcd\x14\x12\x1f\x47\xf4\xb2\x04\xcb\xc8\xc8\x38\x29\xff\xb3\x84\xea\xf2\xf2\xf2\x67\xbd\xc1\xfd\x5b\xf8\xf8\x11\x36\xb8\x87\x9f\xd3\x3d\xe7\x55\xbf\xbf\xdc\xe0\xfe\xe7\x0a\x1e\x1e\xca\x4c\xdb\xf2\x8b\x8a\x70\x8e\xf0\x29\x8f\x69\x84\xba\xe2\x4f\x62\xf7\xbd\x2a\xa7\x86\x87\xb3\xf7\x7c\xed\xc1\x53\x9d\x5c\x6b\x71\x6a\x4a\x18\xa0\x29\x3f\xbc\xfb\xd7\xef\xfe\xe7\xbf\x8e\x6e\x34\x1f\xb5\xc1\x86\xdf\x6c\x3b\x53\x56\xf8\xf1\xa6\xf9\x54\x8c\x9d\xcc\xf0\xa0\x5b\x9d\xda\xe4\x9c\xd0\xc3\xa7\x42\x54\x60\x70\x1a\x09\x15\xd0\x14\x86\x6a\x3c\x71\x59\xc5\x90\x9e\xe5\x4b\x36\x8a\xed\x69\xc3\x8c\x6f\x89\x8f\x2d\xef\x93\xea\x5a\x42\xf5\xef\xff\xf2\x7f\xcb\x97\xa8\x69\xae\x24\xd4\xdb\x72\x22\xa7\x8b\xbc\x47\xd9\xc5\x3e\x92\xfd\x96\x8e\xf0\x0c\x2c\x45\xd5\x4e\xc3\x81\x9f\x02\x01\x67\x3d\x12\x46\x11\x01\xbe\x13\xae\x93\xdf\x1a\x3b\x44\xb1\xd0\x61\xd0\x06\x39\x07\x52\xe1\x17\x97\x5f\x18\xe5\x5b\xeb\x76\x06\xca\xa8\xd2\x31\x56\xfe\x9a\xbe\xef\xea\xfb\x51\xc7\x12\x4b\xfa\x2e\x50\x5f\xc0\x37\xfb\x09\x6f\x05\xf2\xac\x47\xa9\xc9\xb9\x66\x67\x0c\xdc\x4a\x5d\xbc\xf5\xde\x4a\xf1\x64\xc6\xce\xaf\x53\x78\xed\xc4\xd9\x56\x48\x25\x62\xa1\x71\x2a\x64\x94\xa7\x8d\x82\xeb\x84\x6e\x55\xce\xb8\x1a\x77\x42\x4d\xf4\x74\x0b\x16\xb7\xa6\xf8\x5a\xbb\xc3\x1c\xee\x0a\x48\xf0\x92\x68\x56\x6a\xf6\xd5\x42\x19\x33\x71\x44\x8c\x7f\x9d\x79\x05\x3f\x32\x90\x11\xdd\x71\x61\xdf\xb4\xba\xba\x80\x6a\x65\x8d\xf6\xa8\xdb\xfc\x92\xe5\xaf\x10\x84\xbe\x9d\x7d\x38\x1c\x9f\x61\xa4\x7b\x99\x40\x41\x85\xfe\x2f\xc7\x8b\xf4\x7f\x01\x50\x23\x6c\x24\x85\x85\x99\x3e\xe9\xa7\x79\x71\xfc\x2e\xb7\xb5\x8b\xd7\x15\xf1\x39\xc5\x04\x91\x68\xdd\x7d\xda\x7c\x09\xd5\x6d\x7a\x1d\xf2\xc0\x2f\x30\x1f\xce\xfe\x3f\x00\x00\xff\xff\x6b\x66\xbd\x13\xd1\x40\x00\x00") - -func commandAssetsExampleNomadHclBytes() ([]byte, error) { - return bindataRead( - _commandAssetsExampleNomadHcl, - "command/assets/example.nomad.hcl", - ) -} - -func commandAssetsExampleNomadHcl() (*asset, error) { - bytes, err := commandAssetsExampleNomadHclBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "command/assets/example.nomad.hcl", size: 16593, mode: os.FileMode(436), modTime: time.Unix(1675362981, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "command/assets/connect-short.nomad.hcl": commandAssetsConnectShortNomadHcl, - "command/assets/connect.nomad.hcl": commandAssetsConnectNomadHcl, - "command/assets/example-short.nomad.hcl": commandAssetsExampleShortNomadHcl, - "command/assets/example.nomad.hcl": commandAssetsExampleNomadHcl, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} -var _bintree = &bintree{nil, map[string]*bintree{ - "command": &bintree{nil, map[string]*bintree{ - "assets": &bintree{nil, map[string]*bintree{ - "connect-short.nomad.hcl": &bintree{commandAssetsConnectShortNomadHcl, map[string]*bintree{}}, - "connect.nomad.hcl": &bintree{commandAssetsConnectNomadHcl, map[string]*bintree{}}, - "example-short.nomad.hcl": &bintree{commandAssetsExampleShortNomadHcl, map[string]*bintree{}}, - "example.nomad.hcl": &bintree{commandAssetsExampleNomadHcl, map[string]*bintree{}}, - }}, - }}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} - - -func assetFS() *assetfs.AssetFS { - assetInfo := func(path string) (os.FileInfo, error) { - return os.Stat(path) - } - for k := range _bintree.Children { - return &assetfs.AssetFS{Asset: Asset, AssetDir: AssetDir, AssetInfo: assetInfo, Prefix: k} - } - panic("unreachable") -} diff --git a/command/job_init.go b/command/job_init.go index 1737ea081..9b810e6f5 100644 --- a/command/job_init.go +++ b/command/job_init.go @@ -7,6 +7,7 @@ import ( "strings" "github.com/hashicorp/nomad/api" + "github.com/hashicorp/nomad/command/asset" "github.com/posener/complete" ) @@ -170,19 +171,13 @@ func (c *JobInitCommand) Run(args []string) int { } else { switch { case connect && !short: - jobSpec, err = Asset("command/assets/connect.nomad.hcl") + jobSpec = asset.JobConnect case connect && short: - jobSpec, err = Asset("command/assets/connect-short.nomad.hcl") + jobSpec = asset.JobConnectShort case !connect && short: - jobSpec, err = Asset("command/assets/example-short.nomad.hcl") + jobSpec = asset.JobExampleShort default: - jobSpec, err = Asset("command/assets/example.nomad.hcl") - } - if err != nil { - // should never see this because we've precompiled the assets - // as part of `make generate-examples` - c.Ui.Error(fmt.Sprintf("Accessed non-existent asset: %s", err)) - return 1 + jobSpec = asset.JobExample } } diff --git a/command/job_init_test.go b/command/job_init_test.go index 81e90b057..2948c2000 100644 --- a/command/job_init_test.go +++ b/command/job_init_test.go @@ -8,6 +8,7 @@ import ( "testing" "github.com/hashicorp/nomad/ci" + "github.com/hashicorp/nomad/command/asset" "github.com/mitchellh/cli" "github.com/shoenig/test/must" "github.com/stretchr/testify/require" @@ -53,7 +54,7 @@ func TestInitCommand_Run(t *testing.T) { if err != nil { t.Fatalf("err: %s", err) } - defaultJob, _ := Asset("command/assets/example.nomad.hcl") + defaultJob := asset.JobExample if string(content) != string(defaultJob) { t.Fatalf("unexpected file content\n\n%s", string(content)) } @@ -65,7 +66,7 @@ func TestInitCommand_Run(t *testing.T) { } content, err = ioutil.ReadFile(DefaultInitName) require.NoError(t, err) - shortJob, _ := Asset("command/assets/example-short.nomad.hcl") + shortJob := asset.JobExampleShort require.Equal(t, string(content), string(shortJob)) // Fails if the file exists @@ -82,7 +83,7 @@ func TestInitCommand_defaultJob(t *testing.T) { // Ensure the job file is always written with spaces instead of tabs. Since // the default job file is embedded in the go file, it's easy for tabs to // slip in. - defaultJob, _ := Asset("command/assets/example.nomad.hcl") + defaultJob := asset.JobExample if strings.Contains(string(defaultJob), "\t") { t.Error("default job contains tab character - please convert to spaces") } @@ -151,7 +152,7 @@ func TestInitCommand_fromJobTemplate(t *testing.T) { jobCmd := &JobInitCommand{Meta: Meta{Ui: ui}} - // Doesnt work if our var lacks a template key + // Doesn't work if our var lacks a template key must.Eq(t, 1, jobCmd.Run([]string{"-address=" + url, "-template=invalid-template"})) // Works if the file doesn't exist @@ -193,7 +194,7 @@ func TestInitCommand_customFilename(t *testing.T) { if err != nil { t.Fatalf("err: %s", err) } - defaultJob, _ := Asset("command/assets/example.nomad.hcl") + defaultJob := asset.JobExample if string(content) != string(defaultJob) { t.Fatalf("unexpected file content\n\n%s", string(content)) } @@ -205,7 +206,7 @@ func TestInitCommand_customFilename(t *testing.T) { } content, err = ioutil.ReadFile(filename) require.NoError(t, err) - shortJob, _ := Asset("command/assets/example-short.nomad.hcl") + shortJob := asset.JobExampleShort require.Equal(t, string(content), string(shortJob)) // Fails if the file exists diff --git a/command/job_plan_test.go b/command/job_plan_test.go index 13f97c41c..d33cc26e0 100644 --- a/command/job_plan_test.go +++ b/command/job_plan_test.go @@ -125,7 +125,7 @@ func TestPlanCommand_hcl1_hcl2_strict(t *testing.T) { got := cmd.Run([]string{ "-hcl1", "-hcl2-strict", "-address", addr, - "assets/example-short.nomad.hcl", + "asset/example-short.nomad.hcl", }) // Exit code 1 here means that an alloc will be created, which is // expected. @@ -134,6 +134,8 @@ func TestPlanCommand_hcl1_hcl2_strict(t *testing.T) { } func TestPlanCommand_From_STDIN(t *testing.T) { + _, _, addr := testServer(t, false, nil) + ci.Parallel(t) stdinR, stdinW, err := os.Pipe() if err != nil { @@ -142,38 +144,36 @@ func TestPlanCommand_From_STDIN(t *testing.T) { ui := cli.NewMockUi() cmd := &JobPlanCommand{ - Meta: Meta{Ui: ui}, + Meta: Meta{ + Ui: ui, + flagAddress: addr, + }, JobGetter: JobGetter{testStdin: stdinR}, } go func() { stdinW.WriteString(` job "job1" { + datacenters = ["dc1"] type = "service" - datacenters = [ "dc1" ] - group "group1" { - count = 1 - task "task1" { - driver = "exec" - resources { - cpu = 1000 - memory = 512 - } - } - } + group "group1" { + count = 1 + task "task1" { + driver = "exec" + resources { + cpu = 100 + memory = 100 + } + } + } }`) stdinW.Close() }() - args := []string{"-"} - if code := cmd.Run(args); code != 255 { - t.Fatalf("expected exit code 255, got %d: %q", code, ui.ErrorWriter.String()) - } - - if out := ui.ErrorWriter.String(); !strings.Contains(out, "connection refused") { - t.Fatalf("expected connection refused error, got: %s", out) - } - ui.ErrorWriter.Reset() + args := []string{"-address", addr, "-"} + code := cmd.Run(args) + must.Eq(t, 1, code, must.Sprintf("expected exit code 1, got %d: %q", code, ui.ErrorWriter.String())) + must.Eq(t, "", ui.ErrorWriter.String(), must.Sprintf("expected no stderr output, got:\n%s", ui.ErrorWriter.String())) } func TestPlanCommand_From_Files(t *testing.T) { @@ -246,7 +246,7 @@ func TestPlanCommand_From_URL(t *testing.T) { } } -func TestPlanCommad_Preemptions(t *testing.T) { +func TestPlanCommand_Preemptions(t *testing.T) { ci.Parallel(t) ui := cli.NewMockUi() cmd := &JobPlanCommand{Meta: Meta{Ui: ui}} @@ -329,7 +329,7 @@ func TestPlanCommad_Preemptions(t *testing.T) { require.Contains(out, "service") } -func TestPlanCommad_JSON(t *testing.T) { +func TestPlanCommand_JSON(t *testing.T) { ui := cli.NewMockUi() cmd := &JobPlanCommand{ Meta: Meta{Ui: ui}, diff --git a/command/job_run_test.go b/command/job_run_test.go index 590d50994..b8dae74e8 100644 --- a/command/job_run_test.go +++ b/command/job_run_test.go @@ -66,7 +66,7 @@ func TestRunCommand_hcl1_hcl2_strict(t *testing.T) { "-hcl1", "-hcl2-strict", "-address", addr, "-detach", - "assets/example-short.nomad.hcl", + "asset/example-short.nomad.hcl", }) require.Equal(t, 0, got, ui.ErrorWriter.String()) }) @@ -258,7 +258,7 @@ func TestRunCommand_JSON(t *testing.T) { }() // First convert HCL -> JSON with -output - stdout, stderr, code := run("-output", "assets/example-short.nomad.hcl") + stdout, stderr, code := run("-output", "asset/example-short.nomad.hcl") require.Zero(t, code, stderr) require.Empty(t, stderr) require.NotEmpty(t, stdout) diff --git a/command/job_validate_test.go b/command/job_validate_test.go index ae8a0b440..1f0192338 100644 --- a/command/job_validate_test.go +++ b/command/job_validate_test.go @@ -79,7 +79,7 @@ func TestValidateCommand_hcl1_hcl2_strict(t *testing.T) { got := cmd.Run([]string{ "-hcl1", "-hcl2-strict", "-address", addr, - "assets/example-short.nomad.hcl", + "asset/example-short.nomad.hcl", }) require.Equal(t, 0, got, ui.ErrorWriter.String()) }) diff --git a/tools/missing/main.go b/tools/missing/main.go index 5825b30dc..072bf236d 100644 --- a/tools/missing/main.go +++ b/tools/missing/main.go @@ -147,6 +147,9 @@ var uninteresting = []string{ // main ".", + // go embed assets + "command/asset", + // testing helpers "ci", "client/testutil",