From 85893affe6d4c4144d2534036ed2c99c0368cdfe Mon Sep 17 00:00:00 2001 From: Sam Wierema Date: Fri, 18 Nov 2016 20:42:13 +0100 Subject: [PATCH 1/2] Change the vendor folder from submodule to directory --- vendor/src/github.com/beorn7/perks | 1 - vendor/src/github.com/beorn7/perks/.gitignore | 2 + vendor/src/github.com/beorn7/perks/LICENSE | 20 + vendor/src/github.com/beorn7/perks/README.md | 31 + .../beorn7/perks/histogram/bench_test.go | 26 + .../beorn7/perks/histogram/histogram.go | 108 + .../beorn7/perks/histogram/histogram_test.go | 38 + .../beorn7/perks/quantile/bench_test.go | 63 + .../beorn7/perks/quantile/example_test.go | 121 + .../beorn7/perks/quantile/exampledata.txt | 2388 +++++ .../beorn7/perks/quantile/stream.go | 292 + .../beorn7/perks/quantile/stream_test.go | 215 + .../src/github.com/beorn7/perks/topk/topk.go | 90 + .../github.com/beorn7/perks/topk/topk_test.go | 57 + vendor/src/github.com/carlosdp/twiliogo | 1 - .../github.com/carlosdp/twiliogo/.travis.yml | 6 + .../src/github.com/carlosdp/twiliogo/LICENSE | 21 + .../github.com/carlosdp/twiliogo/README.md | 113 + .../src/github.com/carlosdp/twiliogo/call.go | 96 + .../twiliogo/call_integration_test.go | 65 + .../github.com/carlosdp/twiliogo/call_list.go | 99 + .../github.com/carlosdp/twiliogo/call_test.go | 68 + .../github.com/carlosdp/twiliogo/client.go | 174 + .../github.com/carlosdp/twiliogo/errors.go | 38 + .../carlosdp/twiliogo/helper_test.go | 33 + .../twiliogo/incoming_phone_number.go | 75 + .../twiliogo/incoming_phone_number_list.go | 45 + .../twiliogo/incoming_phone_number_test.go | 65 + .../carlosdp/twiliogo/ip_channel.go | 197 + .../github.com/carlosdp/twiliogo/ip_client.go | 21 + .../carlosdp/twiliogo/ip_credential.go | 200 + .../carlosdp/twiliogo/ip_integration_test.go | 177 + .../github.com/carlosdp/twiliogo/ip_member.go | 164 + .../carlosdp/twiliogo/ip_message.go | 160 + .../github.com/carlosdp/twiliogo/ip_role.go | 212 + .../carlosdp/twiliogo/ip_service.go | 266 + .../github.com/carlosdp/twiliogo/ip_user.go | 181 + .../github.com/carlosdp/twiliogo/message.go | 72 + .../twiliogo/message_integration_test.go | 66 + .../carlosdp/twiliogo/message_list.go | 99 + .../carlosdp/twiliogo/message_test.go | 64 + .../carlosdp/twiliogo/mock_client.go | 38 + .../github.com/carlosdp/twiliogo/optionals.go | 143 + vendor/src/github.com/golang/protobuf | 1 - .../src/github.com/golang/protobuf/.gitignore | 16 + vendor/src/github.com/golang/protobuf/AUTHORS | 3 + .../github.com/golang/protobuf/CONTRIBUTORS | 3 + vendor/src/github.com/golang/protobuf/LICENSE | 31 + .../github.com/golang/protobuf/Make.protobuf | 40 + .../src/github.com/golang/protobuf/Makefile | 55 + .../src/github.com/golang/protobuf/README.md | 241 + .../golang/protobuf/_conformance/Makefile | 33 + .../protobuf/_conformance/conformance.go | 161 + .../conformance_proto/conformance.pb.go | 1886 ++++ .../conformance_proto/conformance.proto | 285 + .../golang/protobuf/descriptor/descriptor.go | 93 + .../protobuf/descriptor/descriptor_test.go | 32 + .../golang/protobuf/jsonpb/jsonpb.go | 843 ++ .../golang/protobuf/jsonpb/jsonpb_test.go | 563 ++ .../jsonpb/jsonpb_test_proto/Makefile | 33 + .../jsonpb_test_proto/more_test_objects.pb.go | 207 + .../jsonpb_test_proto/more_test_objects.proto | 57 + .../jsonpb_test_proto/test_objects.pb.go | 771 ++ .../jsonpb_test_proto/test_objects.proto | 135 + .../github.com/golang/protobuf/proto/Makefile | 43 + .../golang/protobuf/proto/all_test.go | 2278 +++++ .../golang/protobuf/proto/any_test.go | 300 + .../github.com/golang/protobuf/proto/clone.go | 229 + .../golang/protobuf/proto/clone_test.go | 300 + .../golang/protobuf/proto/decode.go | 970 +++ .../golang/protobuf/proto/decode_test.go | 256 + .../golang/protobuf/proto/encode.go | 1362 +++ .../golang/protobuf/proto/encode_test.go | 83 + .../github.com/golang/protobuf/proto/equal.go | 300 + .../golang/protobuf/proto/equal_test.go | 224 + .../golang/protobuf/proto/extensions.go | 587 ++ .../golang/protobuf/proto/extensions_test.go | 536 ++ .../github.com/golang/protobuf/proto/lib.go | 898 ++ .../golang/protobuf/proto/map_test.go | 46 + .../golang/protobuf/proto/message_set.go | 311 + .../golang/protobuf/proto/message_set_test.go | 66 + .../golang/protobuf/proto/pointer_reflect.go | 484 ++ .../golang/protobuf/proto/pointer_unsafe.go | 270 + .../golang/protobuf/proto/properties.go | 872 ++ .../protobuf/proto/proto3_proto/proto3.pb.go | 347 + .../protobuf/proto/proto3_proto/proto3.proto | 87 + .../golang/protobuf/proto/proto3_test.go | 135 + .../golang/protobuf/proto/size2_test.go | 63 + .../golang/protobuf/proto/size_test.go | 164 + .../golang/protobuf/proto/testdata/Makefile | 50 + .../protobuf/proto/testdata/golden_test.go | 86 + .../golang/protobuf/proto/testdata/test.pb.go | 4148 +++++++++ .../golang/protobuf/proto/testdata/test.proto | 548 ++ .../github.com/golang/protobuf/proto/text.go | 854 ++ .../golang/protobuf/proto/text_parser.go | 895 ++ .../golang/protobuf/proto/text_parser_test.go | 673 ++ .../golang/protobuf/proto/text_test.go | 474 + .../golang/protobuf/protoc-gen-go/Makefile | 33 + .../protoc-gen-go/descriptor/Makefile | 39 + .../protoc-gen-go/descriptor/descriptor.pb.go | 2065 +++++ .../golang/protobuf/protoc-gen-go/doc.go | 51 + .../protobuf/protoc-gen-go/generator/Makefile | 40 + .../protoc-gen-go/generator/generator.go | 2806 ++++++ .../protoc-gen-go/generator/name_test.go | 85 + .../protobuf/protoc-gen-go/grpc/grpc.go | 463 + .../protobuf/protoc-gen-go/link_grpc.go | 34 + .../golang/protobuf/protoc-gen-go/main.go | 98 + .../protobuf/protoc-gen-go/plugin/Makefile | 45 + .../protoc-gen-go/plugin/plugin.pb.go | 229 + .../protoc-gen-go/plugin/plugin.pb.golden | 83 + .../protobuf/protoc-gen-go/testdata/Makefile | 73 + .../testdata/extension_base.proto | 46 + .../testdata/extension_extra.proto | 38 + .../protoc-gen-go/testdata/extension_test.go | 210 + .../testdata/extension_user.proto | 100 + .../protoc-gen-go/testdata/grpc.proto | 59 + .../protoc-gen-go/testdata/imp.pb.go.golden | 113 + .../protobuf/protoc-gen-go/testdata/imp.proto | 70 + .../protoc-gen-go/testdata/imp2.proto | 43 + .../protoc-gen-go/testdata/imp3.proto | 38 + .../protoc-gen-go/testdata/main_test.go | 46 + .../protoc-gen-go/testdata/multi/multi1.proto | 44 + .../protoc-gen-go/testdata/multi/multi2.proto | 46 + .../protoc-gen-go/testdata/multi/multi3.proto | 43 + .../protoc-gen-go/testdata/my_test/test.pb.go | 866 ++ .../testdata/my_test/test.pb.go.golden | 866 ++ .../protoc-gen-go/testdata/my_test/test.proto | 156 + .../protoc-gen-go/testdata/proto3.proto | 53 + .../github.com/golang/protobuf/ptypes/any.go | 136 + .../golang/protobuf/ptypes/any/any.pb.go | 155 + .../golang/protobuf/ptypes/any/any.proto | 140 + .../golang/protobuf/ptypes/any_test.go | 113 + .../github.com/golang/protobuf/ptypes/doc.go | 35 + .../golang/protobuf/ptypes/duration.go | 102 + .../protobuf/ptypes/duration/duration.pb.go | 114 + .../protobuf/ptypes/duration/duration.proto | 98 + .../golang/protobuf/ptypes/duration_test.go | 121 + .../golang/protobuf/ptypes/empty/empty.pb.go | 69 + .../golang/protobuf/ptypes/empty/empty.proto | 53 + .../golang/protobuf/ptypes/regen.sh | 66 + .../protobuf/ptypes/struct/struct.pb.go | 382 + .../protobuf/ptypes/struct/struct.proto | 96 + .../golang/protobuf/ptypes/timestamp.go | 125 + .../protobuf/ptypes/timestamp/timestamp.pb.go | 127 + .../protobuf/ptypes/timestamp/timestamp.proto | 111 + .../golang/protobuf/ptypes/timestamp_test.go | 138 + .../protobuf/ptypes/wrappers/wrappers.pb.go | 200 + .../protobuf/ptypes/wrappers/wrappers.proto | 119 + .../matttproud/golang_protobuf_extensions | 1 - .../golang_protobuf_extensions/.travis.yml | 8 + .../golang_protobuf_extensions/LICENSE | 201 + .../Makefile.TRAVIS | 15 + .../golang_protobuf_extensions/NOTICE | 1 + .../golang_protobuf_extensions/README.md | 20 + .../golang_protobuf_extensions/ext/moved.go | 2 + .../pbtest/deleted.go | 2 + .../pbutil/.gitignore | 1 + .../pbutil/Makefile | 7 + .../pbutil/all_test.go | 178 + .../pbutil/decode.go | 75 + .../pbutil/decode_test.go | 99 + .../golang_protobuf_extensions/pbutil/doc.go | 16 + .../pbutil/encode.go | 46 + .../pbutil/encode_test.go | 67 + .../testdata/README.THIRD_PARTY | 4 + .../testdata/test.pb.go | 4029 +++++++++ .../testdata/test.proto | 540 ++ vendor/src/github.com/messagebird/go-rest-api | 1 - .../messagebird/go-rest-api/.travis.yml | 5 + .../messagebird/go-rest-api/LICENSE | 22 + .../messagebird/go-rest-api/README.md | 73 + .../messagebird/go-rest-api/balance.go | 8 + .../messagebird/go-rest-api/balance_test.go | 55 + .../messagebird/go-rest-api/client.go | 316 + .../messagebird/go-rest-api/error.go | 7 + .../github.com/messagebird/go-rest-api/hlr.go | 16 + .../messagebird/go-rest-api/hlr_test.go | 94 + .../messagebird/go-rest-api/lookup.go | 42 + .../messagebird/go-rest-api/lookup_test.go | 102 + .../messagebird/go-rest-api/main_test.go | 76 + .../messagebird/go-rest-api/message.go | 84 + .../messagebird/go-rest-api/message_test.go | 458 + .../messagebird/go-rest-api/otp_message.go | 64 + .../go-rest-api/otp_message_test.go | 114 + .../messagebird/go-rest-api/recipient.go | 17 + .../messagebird/go-rest-api/voice_message.go | 70 + .../go-rest-api/voice_message_test.go | 226 + vendor/src/github.com/prometheus/alertmanager | 1 - .../prometheus/alertmanager/.dockerignore | 4 + .../prometheus/alertmanager/.gitignore | 12 + .../prometheus/alertmanager/.promu.yml | 18 + .../prometheus/alertmanager/.travis.yml | 8 + .../prometheus/alertmanager/AUTHORS.md | 23 + .../prometheus/alertmanager/CHANGELOG.md | 126 + .../prometheus/alertmanager/CONTRIBUTING.md | 18 + .../prometheus/alertmanager/Dockerfile | 12 + .../prometheus/alertmanager/LICENSE | 201 + .../prometheus/alertmanager/Makefile | 70 + .../github.com/prometheus/alertmanager/NOTICE | 18 + .../prometheus/alertmanager/Procfile | 5 + .../prometheus/alertmanager/README.md | 209 + .../prometheus/alertmanager/VERSION | 1 + .../prometheus/alertmanager/api/api.go | 548 ++ .../prometheus/alertmanager/circle.yml | 61 + .../alertmanager/cmd/alertmanager/main.go | 416 + .../prometheus/alertmanager/config/config.go | 483 ++ .../alertmanager/config/config_test.go | 39 + .../alertmanager/config/notifiers.go | 394 + .../alertmanager/dispatch/dispatch.go | 420 + .../alertmanager/dispatch/dispatch_test.go | 216 + .../prometheus/alertmanager/dispatch/route.go | 213 + .../alertmanager/dispatch/route_test.go | 240 + .../prometheus/alertmanager/doc/arch.jpg | Bin 0 -> 359992 bytes .../alertmanager/doc/examples/simple.yml | 123 + .../alertmanager/examples/ha/send_alerts.sh | 40 + .../alertmanager/examples/webhook/echo.go | 24 + .../alertmanager/inhibit/inhibit.go | 224 + .../alertmanager/inhibit/inhibit_test.go | 168 + .../prometheus/alertmanager/nflog/nflog.go | 604 ++ .../alertmanager/nflog/nflog_test.go | 280 + .../alertmanager/nflog/nflogpb/nflog.pb.go | 141 + .../alertmanager/nflog/nflogpb/nflog.proto | 40 + .../prometheus/alertmanager/notify/impl.go | 982 +++ .../prometheus/alertmanager/notify/notify.go | 603 ++ .../alertmanager/notify/notify_test.go | 502 ++ .../alertmanager/provider/mem/mem.go | 189 + .../alertmanager/provider/mem/mem_test.go | 129 + .../alertmanager/provider/provider.go | 88 + .../alertmanager/scripts/genproto.sh | 2 + .../alertmanager/silence/silence.go | 896 ++ .../alertmanager/silence/silence_test.go | 962 +++ .../silence/silencepb/silence.pb.go | 211 + .../silence/silencepb/silence.proto | 57 + .../alertmanager/template/default.tmpl | 192 + .../alertmanager/template/email.html | 404 + .../template/internal/deftmpl/bindata.go | 237 + .../alertmanager/template/template.go | 326 + .../alertmanager/test/acceptance.go | 370 + .../test/acceptance/inhibit_test.go | 80 + .../alertmanager/test/acceptance/send_test.go | 425 + .../test/acceptance/silence_test.go | 120 + .../prometheus/alertmanager/test/collector.go | 162 + .../prometheus/alertmanager/test/mock.go | 291 + .../prometheus/alertmanager/types/match.go | 166 + .../prometheus/alertmanager/types/types.go | 303 + .../alertmanager/types/types_test.go | 63 + .../alertmanager/ui/app/css/main.css | 277 + .../prometheus/alertmanager/ui/app/index.html | 40 + .../prometheus/alertmanager/ui/app/js/app.js | 448 + .../alertmanager/ui/app/partials/alert.html | 40 + .../alertmanager/ui/app/partials/alerts.html | 40 + .../alertmanager/ui/app/partials/route.html | 25 + .../ui/app/partials/silence-form.html | 55 + .../alertmanager/ui/app/partials/silence.html | 50 + .../ui/app/partials/silences.html | 50 + .../alertmanager/ui/app/partials/status.html | 37 + .../prometheus/alertmanager/ui/bindata.go | 753 ++ .../alertmanager/ui/lib/angular-moment.min.js | 2 + .../ui/lib/angular-resource.min.js | 13 + .../alertmanager/ui/lib/angular-route.min.js | 15 + .../ui/lib/angular-sanitize.min.js | 16 + .../alertmanager/ui/lib/angular.min.js | 294 + .../alertmanager/ui/lib/d3.v3.min.js | 5 + .../alertmanager/ui/lib/jquery.min.js | 5 + .../alertmanager/ui/lib/js-yaml.min.js | 3 + .../alertmanager/ui/lib/kube.min.css | 1 + .../alertmanager/ui/lib/moment.min.js | 7 + .../alertmanager/ui/lib/routing-tree.js | 262 + .../prometheus/alertmanager/ui/web.go | 77 + .../github.com/Sirupsen/logrus/CHANGELOG.md | 47 + .../vendor/github.com/Sirupsen/logrus/LICENSE | 21 + .../github.com/Sirupsen/logrus/README.md | 357 + .../vendor/github.com/Sirupsen/logrus/doc.go | 26 + .../github.com/Sirupsen/logrus/entry.go | 264 + .../github.com/Sirupsen/logrus/exported.go | 193 + .../github.com/Sirupsen/logrus/formatter.go | 48 + .../github.com/Sirupsen/logrus/hooks.go | 34 + .../Sirupsen/logrus/json_formatter.go | 41 + .../github.com/Sirupsen/logrus/logger.go | 206 + .../github.com/Sirupsen/logrus/logrus.go | 98 + .../Sirupsen/logrus/terminal_bsd.go | 9 + .../Sirupsen/logrus/terminal_linux.go | 12 + .../Sirupsen/logrus/terminal_notwindows.go | 21 + .../Sirupsen/logrus/terminal_windows.go | 27 + .../Sirupsen/logrus/text_formatter.go | 159 + .../github.com/Sirupsen/logrus/writer.go | 31 + .../beorn7/perks/quantile/exampledata.txt | 2388 +++++ .../beorn7/perks/quantile/stream.go | 292 + .../github.com/cenkalti/backoff/LICENSE | 20 + .../github.com/cenkalti/backoff/README.md | 116 + .../github.com/cenkalti/backoff/backoff.go | 59 + .../cenkalti/backoff/exponential.go | 151 + .../github.com/cenkalti/backoff/retry.go | 46 + .../github.com/cenkalti/backoff/ticker.go | 79 + .../vendor/github.com/davecgh/go-spew/LICENSE | 13 + .../github.com/davecgh/go-spew/spew/bypass.go | 151 + .../davecgh/go-spew/spew/bypasssafe.go | 37 + .../github.com/davecgh/go-spew/spew/common.go | 341 + .../github.com/davecgh/go-spew/spew/config.go | 297 + .../github.com/davecgh/go-spew/spew/doc.go | 202 + .../github.com/davecgh/go-spew/spew/dump.go | 509 ++ .../github.com/davecgh/go-spew/spew/format.go | 419 + .../github.com/davecgh/go-spew/spew/spew.go | 148 + .../vendor/github.com/golang/protobuf/LICENSE | 31 + .../github.com/golang/protobuf/proto/Makefile | 43 + .../github.com/golang/protobuf/proto/clone.go | 229 + .../golang/protobuf/proto/decode.go | 869 ++ .../golang/protobuf/proto/encode.go | 1363 +++ .../github.com/golang/protobuf/proto/equal.go | 296 + .../golang/protobuf/proto/extensions.go | 583 ++ .../github.com/golang/protobuf/proto/lib.go | 898 ++ .../golang/protobuf/proto/message_set.go | 311 + .../golang/protobuf/proto/pointer_reflect.go | 484 ++ .../golang/protobuf/proto/pointer_unsafe.go | 270 + .../golang/protobuf/proto/properties.go | 864 ++ .../github.com/golang/protobuf/proto/text.go | 854 ++ .../golang/protobuf/proto/text_parser.go | 880 ++ .../github.com/golang/protobuf/ptypes/any.go | 136 + .../golang/protobuf/ptypes/any/any.pb.go | 155 + .../golang/protobuf/ptypes/any/any.proto | 140 + .../github.com/golang/protobuf/ptypes/doc.go | 35 + .../golang/protobuf/ptypes/duration.go | 102 + .../protobuf/ptypes/duration/duration.pb.go | 114 + .../protobuf/ptypes/duration/duration.proto | 98 + .../golang/protobuf/ptypes/regen.sh | 66 + .../golang/protobuf/ptypes/timestamp.go | 125 + .../protobuf/ptypes/timestamp/timestamp.pb.go | 127 + .../protobuf/ptypes/timestamp/timestamp.proto | 111 + .../julienschmidt/httprouter/LICENSE | 24 + .../julienschmidt/httprouter/README.md | 323 + .../julienschmidt/httprouter/path.go | 123 + .../julienschmidt/httprouter/router.go | 363 + .../julienschmidt/httprouter/tree.go | 555 ++ .../github.com/kylelemons/godebug/LICENSE | 202 + .../kylelemons/godebug/diff/diff.go | 133 + .../kylelemons/godebug/pretty/doc.go | 25 + .../kylelemons/godebug/pretty/public.go | 116 + .../kylelemons/godebug/pretty/reflect.go | 114 + .../kylelemons/godebug/pretty/structure.go | 160 + .../pbutil/decode.go | 75 + .../golang_protobuf_extensions/pbutil/doc.go | 16 + .../pbutil/encode.go | 46 + .../github.com/pmezard/go-difflib/LICENSE | 27 + .../pmezard/go-difflib/difflib/difflib.go | 758 ++ .../prometheus/client_golang/LICENSE | 201 + .../prometheus/client_golang/NOTICE | 23 + .../client_golang/api/alertmanager/api.go | 351 + .../client_golang/prometheus/README.md | 1 + .../client_golang/prometheus/collector.go | 75 + .../client_golang/prometheus/counter.go | 172 + .../client_golang/prometheus/desc.go | 205 + .../client_golang/prometheus/doc.go | 181 + .../prometheus/expvar_collector.go | 119 + .../client_golang/prometheus/fnv.go | 29 + .../client_golang/prometheus/gauge.go | 140 + .../client_golang/prometheus/go_collector.go | 263 + .../client_golang/prometheus/histogram.go | 444 + .../client_golang/prometheus/http.go | 490 ++ .../client_golang/prometheus/metric.go | 166 + .../prometheus/process_collector.go | 142 + .../client_golang/prometheus/registry.go | 806 ++ .../client_golang/prometheus/summary.go | 534 ++ .../client_golang/prometheus/untyped.go | 138 + .../client_golang/prometheus/value.go | 234 + .../client_golang/prometheus/vec.go | 404 + .../prometheus/client_model/go/metrics.pb.go | 364 + .../github.com/prometheus/common/LICENSE | 201 + .../github.com/prometheus/common/NOTICE | 5 + .../prometheus/common/expfmt/decode.go | 412 + .../prometheus/common/expfmt/encode.go | 88 + .../prometheus/common/expfmt/expfmt.go | 40 + .../prometheus/common/expfmt/fuzz.go | 36 + .../prometheus/common/expfmt/text_create.go | 300 + .../prometheus/common/expfmt/text_parse.go | 753 ++ .../bitbucket.org/ww/goautoneg/README.txt | 67 + .../bitbucket.org/ww/goautoneg/autoneg.go | 162 + .../github.com/prometheus/common/log/log.go | 342 + .../prometheus/common/log/syslog_formatter.go | 119 + .../prometheus/common/model/alert.go | 136 + .../prometheus/common/model/fingerprinting.go | 105 + .../github.com/prometheus/common/model/fnv.go | 42 + .../prometheus/common/model/labels.go | 206 + .../prometheus/common/model/labelset.go | 169 + .../prometheus/common/model/metric.go | 98 + .../prometheus/common/model/model.go | 16 + .../prometheus/common/model/signature.go | 144 + .../prometheus/common/model/silence.go | 106 + .../prometheus/common/model/time.go | 249 + .../prometheus/common/model/value.go | 403 + .../prometheus/common/route/route.go | 119 + .../prometheus/common/version/info.go | 89 + .../github.com/prometheus/procfs/AUTHORS.md | 20 + .../prometheus/procfs/CONTRIBUTING.md | 18 + .../github.com/prometheus/procfs/LICENSE | 201 + .../github.com/prometheus/procfs/Makefile | 6 + .../github.com/prometheus/procfs/NOTICE | 7 + .../github.com/prometheus/procfs/README.md | 10 + .../github.com/prometheus/procfs/doc.go | 45 + .../vendor/github.com/prometheus/procfs/fs.go | 40 + .../github.com/prometheus/procfs/ipvs.go | 223 + .../github.com/prometheus/procfs/mdstat.go | 158 + .../github.com/prometheus/procfs/proc.go | 188 + .../github.com/prometheus/procfs/proc_io.go | 54 + .../prometheus/procfs/proc_limits.go | 111 + .../github.com/prometheus/procfs/proc_stat.go | 175 + .../github.com/prometheus/procfs/stat.go | 55 + .../vendor/github.com/satori/go.uuid/LICENSE | 20 + .../github.com/satori/go.uuid/README.md | 64 + .../vendor/github.com/satori/go.uuid/uuid.go | 442 + .../github.com/stretchr/testify/LICENSE | 22 + .../testify/assert/assertion_forward.go | 387 + .../testify/assert/assertion_forward.go.tmpl | 4 + .../stretchr/testify/assert/assertions.go | 1007 +++ .../github.com/stretchr/testify/assert/doc.go | 45 + .../stretchr/testify/assert/errors.go | 10 + .../testify/assert/forward_assertions.go | 16 + .../testify/assert/http_assertions.go | 106 + .../stretchr/testify/require/doc.go | 28 + .../testify/require/forward_requirements.go | 16 + .../stretchr/testify/require/require.go | 464 + .../stretchr/testify/require/require.go.tmpl | 6 + .../testify/require/require_forward.go | 388 + .../testify/require/require_forward.go.tmpl | 4 + .../stretchr/testify/require/requirements.go | 9 + .../vendor/github.com/weaveworks/mesh/LICENSE | 201 + .../github.com/weaveworks/mesh/README.md | 79 + .../github.com/weaveworks/mesh/connection.go | 489 ++ .../weaveworks/mesh/connection_maker.go | 394 + .../github.com/weaveworks/mesh/gossip.go | 269 + .../weaveworks/mesh/gossip_channel.go | 152 + .../vendor/github.com/weaveworks/mesh/lint | 21 + .../github.com/weaveworks/mesh/local_peer.go | 296 + .../github.com/weaveworks/mesh/logger.go | 6 + .../github.com/weaveworks/mesh/overlay.go | 119 + .../vendor/github.com/weaveworks/mesh/peer.go | 200 + .../weaveworks/mesh/peer_name_hash.go | 56 + .../weaveworks/mesh/peer_name_mac.go | 110 + .../github.com/weaveworks/mesh/peers.go | 560 ++ .../github.com/weaveworks/mesh/protocol.go | 364 + .../weaveworks/mesh/protocol_crypto.go | 205 + .../github.com/weaveworks/mesh/router.go | 308 + .../github.com/weaveworks/mesh/routes.go | 263 + .../github.com/weaveworks/mesh/status.go | 215 + .../weaveworks/mesh/surrogate_gossiper.go | 51 + .../weaveworks/mesh/token_bucket.go | 48 + .../vendor/golang.org/x/crypto/LICENSE | 27 + .../vendor/golang.org/x/crypto/PATENTS | 22 + .../x/crypto/curve25519/const_amd64.s | 20 + .../x/crypto/curve25519/cswap_amd64.s | 88 + .../x/crypto/curve25519/curve25519.go | 841 ++ .../golang.org/x/crypto/curve25519/doc.go | 23 + .../x/crypto/curve25519/freeze_amd64.s | 94 + .../x/crypto/curve25519/ladderstep_amd64.s | 1398 +++ .../x/crypto/curve25519/mont25519_amd64.go | 240 + .../x/crypto/curve25519/mul_amd64.s | 191 + .../x/crypto/curve25519/square_amd64.s | 153 + .../golang.org/x/crypto/nacl/box/box.go | 85 + .../x/crypto/nacl/secretbox/secretbox.go | 149 + .../x/crypto/poly1305/const_amd64.s | 45 + .../golang.org/x/crypto/poly1305/poly1305.go | 32 + .../x/crypto/poly1305/poly1305_amd64.s | 497 ++ .../x/crypto/poly1305/poly1305_arm.s | 379 + .../golang.org/x/crypto/poly1305/sum_amd64.go | 24 + .../golang.org/x/crypto/poly1305/sum_arm.go | 24 + .../golang.org/x/crypto/poly1305/sum_ref.go | 1531 ++++ .../x/crypto/salsa20/salsa/hsalsa20.go | 144 + .../x/crypto/salsa20/salsa/salsa2020_amd64.s | 902 ++ .../x/crypto/salsa20/salsa/salsa208.go | 199 + .../x/crypto/salsa20/salsa/salsa20_amd64.go | 23 + .../x/crypto/salsa20/salsa/salsa20_ref.go | 234 + .../golang.org/x/net/context/context.go | 447 + .../x/net/context/ctxhttp/cancelreq.go | 18 + .../x/net/context/ctxhttp/cancelreq_go14.go | 23 + .../x/net/context/ctxhttp/ctxhttp.go | 79 + .../vendor/gopkg.in/yaml.v2/LICENSE | 188 + .../vendor/gopkg.in/yaml.v2/LICENSE.libyaml | 31 + .../vendor/gopkg.in/yaml.v2/README.md | 128 + .../vendor/gopkg.in/yaml.v2/apic.go | 742 ++ .../vendor/gopkg.in/yaml.v2/decode.go | 683 ++ .../vendor/gopkg.in/yaml.v2/emitterc.go | 1685 ++++ .../vendor/gopkg.in/yaml.v2/encode.go | 306 + .../vendor/gopkg.in/yaml.v2/parserc.go | 1096 +++ .../vendor/gopkg.in/yaml.v2/readerc.go | 391 + .../vendor/gopkg.in/yaml.v2/resolve.go | 203 + .../vendor/gopkg.in/yaml.v2/scannerc.go | 2710 ++++++ .../vendor/gopkg.in/yaml.v2/sorter.go | 104 + .../vendor/gopkg.in/yaml.v2/writerc.go | 89 + .../vendor/gopkg.in/yaml.v2/yaml.go | 346 + .../vendor/gopkg.in/yaml.v2/yamlh.go | 716 ++ .../vendor/gopkg.in/yaml.v2/yamlprivateh.go | 173 + .../alertmanager/vendor/vendor.json | 214 + .../src/github.com/prometheus/client_golang | 1 - .../prometheus/client_golang/.gitignore | 26 + .../prometheus/client_golang/.travis.yml | 9 + .../prometheus/client_golang/AUTHORS.md | 11 + .../prometheus/client_golang/CHANGELOG.md | 109 + .../prometheus/client_golang/CONTRIBUTING.md | 18 + .../prometheus/client_golang/LICENSE | 201 + .../prometheus/client_golang/NOTICE | 23 + .../prometheus/client_golang/README.md | 46 + .../prometheus/client_golang/VERSION | 1 + .../client_golang/api/prometheus/api.go | 348 + .../client_golang/api/prometheus/api_test.go | 453 + .../client_golang/examples/random/main.go | 105 + .../client_golang/examples/simple/main.go | 31 + .../client_golang/prometheus/.gitignore | 1 + .../client_golang/prometheus/README.md | 1 + .../prometheus/benchmark_test.go | 183 + .../client_golang/prometheus/collector.go | 75 + .../client_golang/prometheus/counter.go | 164 + .../client_golang/prometheus/counter_test.go | 58 + .../client_golang/prometheus/desc.go | 200 + .../client_golang/prometheus/doc.go | 181 + .../prometheus/example_clustermanager_test.go | 118 + .../client_golang/prometheus/examples_test.go | 752 ++ .../prometheus/expvar_collector.go | 119 + .../prometheus/expvar_collector_test.go | 97 + .../client_golang/prometheus/fnv.go | 29 + .../client_golang/prometheus/gauge.go | 145 + .../client_golang/prometheus/gauge_test.go | 202 + .../client_golang/prometheus/go_collector.go | 263 + .../prometheus/go_collector_test.go | 123 + .../prometheus/graphite/bridge.go | 277 + .../prometheus/graphite/bridge_test.go | 308 + .../client_golang/prometheus/histogram.go | 444 + .../prometheus/histogram_test.go | 348 + .../client_golang/prometheus/http.go | 522 ++ .../client_golang/prometheus/http_test.go | 153 + .../client_golang/prometheus/metric.go | 166 + .../client_golang/prometheus/metric_test.go | 35 + .../prometheus/process_collector.go | 140 + .../prometheus/process_collector_test.go | 58 + .../client_golang/prometheus/promhttp/http.go | 201 + .../prometheus/promhttp/http_test.go | 137 + .../push/example_add_from_gatherer_test.go | 83 + .../prometheus/push/examples_test.go | 36 + .../client_golang/prometheus/push/push.go | 172 + .../prometheus/push/push_test.go | 176 + .../client_golang/prometheus/registry.go | 755 ++ .../client_golang/prometheus/registry_test.go | 546 ++ .../client_golang/prometheus/summary.go | 534 ++ .../client_golang/prometheus/summary_test.go | 347 + .../client_golang/prometheus/untyped.go | 143 + .../client_golang/prometheus/value.go | 239 + .../client_golang/prometheus/vec.go | 404 + .../client_golang/prometheus/vec_test.go | 312 + vendor/src/github.com/prometheus/client_model | 1 - .../prometheus/client_model/.gitignore | 1 + .../prometheus/client_model/AUTHORS.md | 13 + .../prometheus/client_model/CONTRIBUTING.md | 18 + .../prometheus/client_model/LICENSE | 201 + .../prometheus/client_model/Makefile | 61 + .../github.com/prometheus/client_model/NOTICE | 5 + .../prometheus/client_model/README.md | 26 + .../prometheus/client_model/cpp/metrics.pb.cc | 3380 ++++++++ .../prometheus/client_model/cpp/metrics.pb.h | 2072 +++++ .../prometheus/client_model/go/metrics.pb.go | 364 + .../prometheus/client_model/metrics.proto | 81 + .../prometheus/client_model/pom.xml | 130 + .../python/prometheus/__init__.py | 12 + .../python/prometheus/client/__init__.py | 12 + .../prometheus/client/model/__init__.py | 14 + .../prometheus/client/model/metrics_pb2.py | 575 ++ .../prometheus/client_model/ruby/.gitignore | 5 + .../prometheus/client_model/ruby/Gemfile | 4 + .../prometheus/client_model/ruby/LICENSE | 201 + .../prometheus/client_model/ruby/Makefile | 17 + .../prometheus/client_model/ruby/README.md | 31 + .../prometheus/client_model/ruby/Rakefile | 1 + .../ruby/lib/prometheus/client/model.rb | 2 + .../lib/prometheus/client/model/metrics.pb.rb | 111 + .../lib/prometheus/client/model/version.rb | 7 + .../ruby/prometheus-client-model.gemspec | 22 + .../prometheus/client_model/setup.py | 23 + .../java/io/prometheus/client/Metrics.java | 7683 +++++++++++++++++ vendor/src/github.com/prometheus/common | 1 - .../github.com/prometheus/common/.travis.yml | 7 + .../github.com/prometheus/common/AUTHORS.md | 11 + .../prometheus/common/CONTRIBUTING.md | 18 + .../src/github.com/prometheus/common/LICENSE | 201 + .../src/github.com/prometheus/common/NOTICE | 5 + .../github.com/prometheus/common/README.md | 12 + .../prometheus/common/config/config.go | 30 + .../testdata/tls_config.cert_no_key.bad.yml | 1 + .../config/testdata/tls_config.empty.good.yml | 0 .../testdata/tls_config.insecure.good.yml | 1 + .../testdata/tls_config.invalid_field.bad.yml | 1 + .../testdata/tls_config.key_no_cert.bad.yml | 1 + .../prometheus/common/config/tls_config.go | 79 + .../common/config/tls_config_test.go | 92 + .../prometheus/common/expfmt/bench_test.go | 167 + .../prometheus/common/expfmt/decode.go | 412 + .../prometheus/common/expfmt/decode_test.go | 367 + .../prometheus/common/expfmt/encode.go | 88 + .../prometheus/common/expfmt/expfmt.go | 37 + .../prometheus/common/expfmt/fuzz.go | 36 + .../expfmt/fuzz/corpus/from_test_parse_0 | 2 + .../expfmt/fuzz/corpus/from_test_parse_1 | 6 + .../expfmt/fuzz/corpus/from_test_parse_2 | 12 + .../expfmt/fuzz/corpus/from_test_parse_3 | 22 + .../expfmt/fuzz/corpus/from_test_parse_4 | 10 + .../fuzz/corpus/from_test_parse_error_0 | 1 + .../fuzz/corpus/from_test_parse_error_1 | 1 + .../fuzz/corpus/from_test_parse_error_10 | 1 + .../fuzz/corpus/from_test_parse_error_11 | 1 + .../fuzz/corpus/from_test_parse_error_12 | 3 + .../fuzz/corpus/from_test_parse_error_13 | 3 + .../fuzz/corpus/from_test_parse_error_14 | 3 + .../fuzz/corpus/from_test_parse_error_15 | 2 + .../fuzz/corpus/from_test_parse_error_16 | 2 + .../fuzz/corpus/from_test_parse_error_17 | 1 + .../fuzz/corpus/from_test_parse_error_18 | 1 + .../fuzz/corpus/from_test_parse_error_19 | 3 + .../fuzz/corpus/from_test_parse_error_2 | 3 + .../fuzz/corpus/from_test_parse_error_3 | 1 + .../fuzz/corpus/from_test_parse_error_4 | 1 + .../fuzz/corpus/from_test_parse_error_5 | 1 + .../fuzz/corpus/from_test_parse_error_6 | 1 + .../fuzz/corpus/from_test_parse_error_7 | 3 + .../fuzz/corpus/from_test_parse_error_8 | 1 + .../fuzz/corpus/from_test_parse_error_9 | 1 + .../common/expfmt/fuzz/corpus/minimal | 1 + .../prometheus/common/expfmt/testdata/json2 | 46 + .../common/expfmt/testdata/json2_bad | 46 + .../common/expfmt/testdata/protobuf | Bin 0 -> 8239 bytes .../common/expfmt/testdata/protobuf.gz | Bin 0 -> 2097 bytes .../prometheus/common/expfmt/testdata/text | 322 + .../prometheus/common/expfmt/testdata/text.gz | Bin 0 -> 2598 bytes .../prometheus/common/expfmt/text_create.go | 303 + .../common/expfmt/text_create_test.go | 443 + .../prometheus/common/expfmt/text_parse.go | 753 ++ .../common/expfmt/text_parse_test.go | 588 ++ .../bitbucket.org/ww/goautoneg/README.txt | 67 + .../bitbucket.org/ww/goautoneg/autoneg.go | 162 + .../ww/goautoneg/autoneg_test.go | 33 + .../common/log/eventlog_formatter.go | 89 + .../github.com/prometheus/common/log/log.go | 365 + .../prometheus/common/log/log_test.go | 39 + .../prometheus/common/log/syslog_formatter.go | 119 + .../prometheus/common/model/alert.go | 136 + .../prometheus/common/model/alert_test.go | 118 + .../prometheus/common/model/fingerprinting.go | 105 + .../github.com/prometheus/common/model/fnv.go | 42 + .../prometheus/common/model/labels.go | 210 + .../prometheus/common/model/labels_test.go | 140 + .../prometheus/common/model/labelset.go | 169 + .../prometheus/common/model/metric.go | 103 + .../prometheus/common/model/metric_test.go | 132 + .../prometheus/common/model/model.go | 16 + .../prometheus/common/model/signature.go | 144 + .../prometheus/common/model/signature_test.go | 314 + .../prometheus/common/model/silence.go | 106 + .../prometheus/common/model/silence_test.go | 228 + .../prometheus/common/model/time.go | 249 + .../prometheus/common/model/time_test.go | 129 + .../prometheus/common/model/value.go | 419 + .../prometheus/common/model/value_test.go | 417 + .../prometheus/common/route/route.go | 137 + .../prometheus/common/route/route_test.go | 75 + .../prometheus/common/version/info.go | 89 + vendor/src/github.com/prometheus/procfs | 1 - .../github.com/prometheus/procfs/.travis.yml | 5 + .../github.com/prometheus/procfs/AUTHORS.md | 20 + .../prometheus/procfs/CONTRIBUTING.md | 18 + .../src/github.com/prometheus/procfs/LICENSE | 201 + .../src/github.com/prometheus/procfs/Makefile | 6 + .../src/github.com/prometheus/procfs/NOTICE | 7 + .../github.com/prometheus/procfs/README.md | 10 + .../src/github.com/prometheus/procfs/doc.go | 45 + .../prometheus/procfs/fixtures/26231/cmdline | Bin 0 -> 16 bytes .../prometheus/procfs/fixtures/26231/comm | 1 + .../prometheus/procfs/fixtures/26231/exe | 1 + .../prometheus/procfs/fixtures/26231/fd/0 | 1 + .../prometheus/procfs/fixtures/26231/fd/1 | 1 + .../prometheus/procfs/fixtures/26231/fd/10 | 1 + .../prometheus/procfs/fixtures/26231/fd/2 | 1 + .../prometheus/procfs/fixtures/26231/fd/3 | 1 + .../prometheus/procfs/fixtures/26231/io | 7 + .../prometheus/procfs/fixtures/26231/limits | 17 + .../prometheus/procfs/fixtures/26231/stat | 1 + .../prometheus/procfs/fixtures/26232/cmdline | 0 .../prometheus/procfs/fixtures/26232/comm | 1 + .../prometheus/procfs/fixtures/26232/fd/0 | 1 + .../prometheus/procfs/fixtures/26232/fd/1 | 1 + .../prometheus/procfs/fixtures/26232/fd/2 | 1 + .../prometheus/procfs/fixtures/26232/fd/3 | 1 + .../prometheus/procfs/fixtures/26232/fd/4 | 1 + .../prometheus/procfs/fixtures/26232/limits | 17 + .../prometheus/procfs/fixtures/26232/stat | 1 + .../prometheus/procfs/fixtures/584/stat | 2 + .../prometheus/procfs/fixtures/mdstat | 26 + .../prometheus/procfs/fixtures/net/ip_vs | 14 + .../procfs/fixtures/net/ip_vs_stats | 6 + .../prometheus/procfs/fixtures/self | 1 + .../prometheus/procfs/fixtures/stat | 16 + .../procfs/fixtures/symlinktargets/README | 2 + .../procfs/fixtures/symlinktargets/abc | 0 .../procfs/fixtures/symlinktargets/def | 0 .../procfs/fixtures/symlinktargets/ghi | 0 .../procfs/fixtures/symlinktargets/uvw | 0 .../procfs/fixtures/symlinktargets/xyz | 0 vendor/src/github.com/prometheus/procfs/fs.go | 33 + .../github.com/prometheus/procfs/fs_test.go | 13 + .../src/github.com/prometheus/procfs/ipvs.go | 224 + .../github.com/prometheus/procfs/ipvs_test.go | 190 + .../github.com/prometheus/procfs/mdstat.go | 138 + .../prometheus/procfs/mdstat_test.go | 31 + .../src/github.com/prometheus/procfs/proc.go | 212 + .../github.com/prometheus/procfs/proc_io.go | 55 + .../prometheus/procfs/proc_io_test.go | 33 + .../prometheus/procfs/proc_limits.go | 137 + .../prometheus/procfs/proc_limits_test.go | 31 + .../github.com/prometheus/procfs/proc_stat.go | 175 + .../prometheus/procfs/proc_stat_test.go | 110 + .../github.com/prometheus/procfs/proc_test.go | 160 + .../src/github.com/prometheus/procfs/stat.go | 56 + .../github.com/prometheus/procfs/stat_test.go | 14 + vendor/src/github.com/stretchr/testify | 1 - .../github.com/stretchr/testify/.gitignore | 24 + .../github.com/stretchr/testify/.travis.yml | 16 + .../stretchr/testify/Godeps/Godeps.json | 23 + .../github.com/stretchr/testify/Godeps/Readme | 5 + .../github.com/stretchr/testify/LICENCE.txt | 22 + .../src/github.com/stretchr/testify/LICENSE | 22 + .../src/github.com/stretchr/testify/README.md | 332 + .../stretchr/testify/_codegen/main.go | 293 + .../testify/assert/assertion_forward.go | 346 + .../testify/assert/assertion_forward.go.tmpl | 4 + .../stretchr/testify/assert/assertions.go | 1063 +++ .../testify/assert/assertions_test.go | 1210 +++ .../github.com/stretchr/testify/assert/doc.go | 45 + .../stretchr/testify/assert/errors.go | 10 + .../testify/assert/forward_assertions.go | 16 + .../testify/assert/forward_assertions_test.go | 611 ++ .../testify/assert/http_assertions.go | 106 + .../testify/assert/http_assertions_test.go | 86 + vendor/src/github.com/stretchr/testify/doc.go | 22 + .../github.com/stretchr/testify/http/doc.go | 2 + .../testify/http/test_response_writer.go | 49 + .../testify/http/test_round_tripper.go | 17 + .../github.com/stretchr/testify/mock/doc.go | 44 + .../github.com/stretchr/testify/mock/mock.go | 766 ++ .../stretchr/testify/mock/mock_test.go | 1132 +++ .../stretchr/testify/package_test.go | 12 + .../stretchr/testify/require/doc.go | 28 + .../testify/require/forward_requirements.go | 16 + .../require/forward_requirements_test.go | 385 + .../stretchr/testify/require/require.go | 423 + .../stretchr/testify/require/require.go.tmpl | 6 + .../testify/require/require_forward.go | 347 + .../testify/require/require_forward.go.tmpl | 4 + .../stretchr/testify/require/requirements.go | 9 + .../testify/require/requirements_test.go | 369 + .../github.com/stretchr/testify/suite/doc.go | 65 + .../stretchr/testify/suite/interfaces.go | 34 + .../stretchr/testify/suite/suite.go | 115 + .../stretchr/testify/suite/suite_test.go | 239 + .../vendor/github.com/davecgh/go-spew/LICENSE | 15 + .../github.com/davecgh/go-spew/spew/bypass.go | 152 + .../davecgh/go-spew/spew/bypasssafe.go | 38 + .../github.com/davecgh/go-spew/spew/common.go | 341 + .../github.com/davecgh/go-spew/spew/config.go | 306 + .../github.com/davecgh/go-spew/spew/doc.go | 202 + .../github.com/davecgh/go-spew/spew/dump.go | 509 ++ .../github.com/davecgh/go-spew/spew/format.go | 419 + .../github.com/davecgh/go-spew/spew/spew.go | 148 + .../github.com/pmezard/go-difflib/LICENSE | 27 + .../pmezard/go-difflib/difflib/difflib.go | 758 ++ .../github.com/stretchr/objx/.gitignore | 22 + .../github.com/stretchr/objx/LICENSE.md | 23 + .../vendor/github.com/stretchr/objx/README.md | 3 + .../github.com/stretchr/objx/accessors.go | 179 + .../stretchr/objx/codegen/array-access.txt | 14 + .../stretchr/objx/codegen/index.html | 86 + .../stretchr/objx/codegen/template.txt | 286 + .../stretchr/objx/codegen/types_list.txt | 20 + .../github.com/stretchr/objx/constants.go | 13 + .../github.com/stretchr/objx/conversions.go | 117 + .../vendor/github.com/stretchr/objx/doc.go | 72 + .../vendor/github.com/stretchr/objx/map.go | 222 + .../github.com/stretchr/objx/mutations.go | 81 + .../github.com/stretchr/objx/security.go | 14 + .../vendor/github.com/stretchr/objx/tests.go | 17 + .../stretchr/objx/type_specific_codegen.go | 2881 ++++++ .../vendor/github.com/stretchr/objx/value.go | 13 + vendor/src/gopkg.in/njern/gonexmo.v1 | 1 - vendor/src/gopkg.in/njern/gonexmo.v1/LICENSE | 8 + .../src/gopkg.in/njern/gonexmo.v1/README.md | 81 + .../src/gopkg.in/njern/gonexmo.v1/account.go | 55 + .../gopkg.in/njern/gonexmo.v1/account_test.go | 19 + .../src/gopkg.in/njern/gonexmo.v1/client.go | 42 + .../src/gopkg.in/njern/gonexmo.v1/gonexmo.go | 14 + .../gopkg.in/njern/gonexmo.v1/gonexmo_test.go | 42 + vendor/src/gopkg.in/njern/gonexmo.v1/ip.go | 34 + .../src/gopkg.in/njern/gonexmo.v1/ip_test.go | 25 + .../src/gopkg.in/njern/gonexmo.v1/server.go | 280 + vendor/src/gopkg.in/njern/gonexmo.v1/sms.go | 229 + .../src/gopkg.in/njern/gonexmo.v1/sms_test.go | 71 + vendor/src/gopkg.in/njern/gonexmo.v1/ussd.go | 104 + .../gopkg.in/njern/gonexmo.v1/ussd_test.go | 63 + .../src/gopkg.in/njern/gonexmo.v1/verify.go | 267 + .../gopkg.in/njern/gonexmo.v1/verify_test.go | 86 + vendor/src/gopkg.in/yaml.v2 | 1 - vendor/src/gopkg.in/yaml.v2/.travis.yml | 9 + vendor/src/gopkg.in/yaml.v2/LICENSE | 13 + vendor/src/gopkg.in/yaml.v2/LICENSE.libyaml | 31 + vendor/src/gopkg.in/yaml.v2/README.md | 131 + vendor/src/gopkg.in/yaml.v2/apic.go | 742 ++ vendor/src/gopkg.in/yaml.v2/decode.go | 683 ++ vendor/src/gopkg.in/yaml.v2/decode_test.go | 989 +++ vendor/src/gopkg.in/yaml.v2/emitterc.go | 1685 ++++ vendor/src/gopkg.in/yaml.v2/encode.go | 306 + vendor/src/gopkg.in/yaml.v2/encode_test.go | 501 ++ vendor/src/gopkg.in/yaml.v2/parserc.go | 1096 +++ vendor/src/gopkg.in/yaml.v2/readerc.go | 394 + vendor/src/gopkg.in/yaml.v2/resolve.go | 203 + vendor/src/gopkg.in/yaml.v2/scannerc.go | 2710 ++++++ vendor/src/gopkg.in/yaml.v2/sorter.go | 104 + vendor/src/gopkg.in/yaml.v2/suite_test.go | 12 + vendor/src/gopkg.in/yaml.v2/writerc.go | 89 + vendor/src/gopkg.in/yaml.v2/yaml.go | 346 + vendor/src/gopkg.in/yaml.v2/yamlh.go | 716 ++ vendor/src/gopkg.in/yaml.v2/yamlprivateh.go | 173 + 823 files changed, 184540 insertions(+), 13 deletions(-) delete mode 160000 vendor/src/github.com/beorn7/perks create mode 100644 vendor/src/github.com/beorn7/perks/.gitignore create mode 100644 vendor/src/github.com/beorn7/perks/LICENSE create mode 100644 vendor/src/github.com/beorn7/perks/README.md create mode 100644 vendor/src/github.com/beorn7/perks/histogram/bench_test.go create mode 100644 vendor/src/github.com/beorn7/perks/histogram/histogram.go create mode 100644 vendor/src/github.com/beorn7/perks/histogram/histogram_test.go create mode 100644 vendor/src/github.com/beorn7/perks/quantile/bench_test.go create mode 100644 vendor/src/github.com/beorn7/perks/quantile/example_test.go create mode 100644 vendor/src/github.com/beorn7/perks/quantile/exampledata.txt create mode 100644 vendor/src/github.com/beorn7/perks/quantile/stream.go create mode 100644 vendor/src/github.com/beorn7/perks/quantile/stream_test.go create mode 100644 vendor/src/github.com/beorn7/perks/topk/topk.go create mode 100644 vendor/src/github.com/beorn7/perks/topk/topk_test.go delete mode 160000 vendor/src/github.com/carlosdp/twiliogo create mode 100644 vendor/src/github.com/carlosdp/twiliogo/.travis.yml create mode 100644 vendor/src/github.com/carlosdp/twiliogo/LICENSE create mode 100644 vendor/src/github.com/carlosdp/twiliogo/README.md create mode 100644 vendor/src/github.com/carlosdp/twiliogo/call.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/call_integration_test.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/call_list.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/call_test.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/client.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/errors.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/helper_test.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_list.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_test.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_channel.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_client.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_credential.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_integration_test.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_member.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_message.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_role.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_service.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/ip_user.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/message.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/message_integration_test.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/message_list.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/message_test.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/mock_client.go create mode 100644 vendor/src/github.com/carlosdp/twiliogo/optionals.go delete mode 160000 vendor/src/github.com/golang/protobuf create mode 100644 vendor/src/github.com/golang/protobuf/.gitignore create mode 100644 vendor/src/github.com/golang/protobuf/AUTHORS create mode 100644 vendor/src/github.com/golang/protobuf/CONTRIBUTORS create mode 100644 vendor/src/github.com/golang/protobuf/LICENSE create mode 100644 vendor/src/github.com/golang/protobuf/Make.protobuf create mode 100644 vendor/src/github.com/golang/protobuf/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/README.md create mode 100644 vendor/src/github.com/golang/protobuf/_conformance/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/_conformance/conformance.go create mode 100644 vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.proto create mode 100644 vendor/src/github.com/golang/protobuf/descriptor/descriptor.go create mode 100644 vendor/src/github.com/golang/protobuf/descriptor/descriptor_test.go create mode 100644 vendor/src/github.com/golang/protobuf/jsonpb/jsonpb.go create mode 100644 vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go create mode 100644 vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto create mode 100644 vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto create mode 100644 vendor/src/github.com/golang/protobuf/proto/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/proto/all_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/any_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/clone.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/clone_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/decode.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/decode_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/encode.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/encode_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/equal.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/equal_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/extensions.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/extensions_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/lib.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/map_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/message_set.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/message_set_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/pointer_reflect.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/pointer_unsafe.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/properties.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto create mode 100644 vendor/src/github.com/golang/protobuf/proto/proto3_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/size2_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/size_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/testdata/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/proto/testdata/golden_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/testdata/test.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/testdata/test.proto create mode 100644 vendor/src/github.com/golang/protobuf/proto/text.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/text_parser.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/text_parser_test.go create mode 100644 vendor/src/github.com/golang/protobuf/proto/text_test.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/doc.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/link_grpc.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/main.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/Makefile create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.pb.go.golden create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp2.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp3.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go.golden create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto create mode 100644 vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3.proto create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/any.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/any/any.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/any/any.proto create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/any_test.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/doc.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/duration.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/duration/duration.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/duration/duration.proto create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/duration_test.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/empty/empty.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/empty/empty.proto create mode 100755 vendor/src/github.com/golang/protobuf/ptypes/regen.sh create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/struct/struct.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/struct/struct.proto create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/timestamp.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/timestamp_test.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go create mode 100644 vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto delete mode 160000 vendor/src/github.com/matttproud/golang_protobuf_extensions create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/.travis.yml create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/LICENSE create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/Makefile.TRAVIS create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/NOTICE create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/README.md create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/ext/moved.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbtest/deleted.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode_test.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode_test.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/README.THIRD_PARTY create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.pb.go create mode 100644 vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.proto delete mode 160000 vendor/src/github.com/messagebird/go-rest-api create mode 100644 vendor/src/github.com/messagebird/go-rest-api/.travis.yml create mode 100644 vendor/src/github.com/messagebird/go-rest-api/LICENSE create mode 100644 vendor/src/github.com/messagebird/go-rest-api/README.md create mode 100644 vendor/src/github.com/messagebird/go-rest-api/balance.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/balance_test.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/client.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/error.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/hlr.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/hlr_test.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/lookup.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/lookup_test.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/main_test.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/message.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/message_test.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/otp_message.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/otp_message_test.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/recipient.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/voice_message.go create mode 100644 vendor/src/github.com/messagebird/go-rest-api/voice_message_test.go delete mode 160000 vendor/src/github.com/prometheus/alertmanager create mode 100644 vendor/src/github.com/prometheus/alertmanager/.dockerignore create mode 100644 vendor/src/github.com/prometheus/alertmanager/.gitignore create mode 100644 vendor/src/github.com/prometheus/alertmanager/.promu.yml create mode 100644 vendor/src/github.com/prometheus/alertmanager/.travis.yml create mode 100644 vendor/src/github.com/prometheus/alertmanager/AUTHORS.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/CHANGELOG.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/CONTRIBUTING.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/Dockerfile create mode 100644 vendor/src/github.com/prometheus/alertmanager/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/Makefile create mode 100644 vendor/src/github.com/prometheus/alertmanager/NOTICE create mode 100644 vendor/src/github.com/prometheus/alertmanager/Procfile create mode 100644 vendor/src/github.com/prometheus/alertmanager/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/VERSION create mode 100644 vendor/src/github.com/prometheus/alertmanager/api/api.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/circle.yml create mode 100644 vendor/src/github.com/prometheus/alertmanager/cmd/alertmanager/main.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/config/config.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/config/config_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/config/notifiers.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/dispatch/route.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/dispatch/route_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/doc/arch.jpg create mode 100644 vendor/src/github.com/prometheus/alertmanager/doc/examples/simple.yml create mode 100755 vendor/src/github.com/prometheus/alertmanager/examples/ha/send_alerts.sh create mode 100644 vendor/src/github.com/prometheus/alertmanager/examples/webhook/echo.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/nflog/nflog.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/nflog/nflog_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.pb.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.proto create mode 100644 vendor/src/github.com/prometheus/alertmanager/notify/impl.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/notify/notify.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/notify/notify_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/provider/mem/mem.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/provider/mem/mem_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/provider/provider.go create mode 100755 vendor/src/github.com/prometheus/alertmanager/scripts/genproto.sh create mode 100644 vendor/src/github.com/prometheus/alertmanager/silence/silence.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/silence/silence_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.pb.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.proto create mode 100644 vendor/src/github.com/prometheus/alertmanager/template/default.tmpl create mode 100644 vendor/src/github.com/prometheus/alertmanager/template/email.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/template/internal/deftmpl/bindata.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/template/template.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/test/acceptance.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/test/acceptance/inhibit_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/test/acceptance/send_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/test/acceptance/silence_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/test/collector.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/test/mock.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/types/match.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/types/types.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/types/types_test.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/css/main.css create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/index.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/js/app.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alert.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alerts.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/partials/route.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence-form.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silences.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/app/partials/status.html create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/bindata.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-moment.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-resource.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-route.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-sanitize.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/angular.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/d3.v3.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/jquery.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/js-yaml.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/kube.min.css create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/moment.min.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/lib/routing-tree.js create mode 100644 vendor/src/github.com/prometheus/alertmanager/ui/web.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/CHANGELOG.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/entry.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/exported.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/formatter.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/hooks.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/json_formatter.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/logger.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/logrus.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/terminal_bsd.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/terminal_linux.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/terminal_notwindows.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/terminal_windows.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/text_formatter.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/Sirupsen/logrus/writer.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/beorn7/perks/quantile/exampledata.txt create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/beorn7/perks/quantile/stream.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/cenkalti/backoff/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/cenkalti/backoff/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/cenkalti/backoff/backoff.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/cenkalti/backoff/exponential.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/cenkalti/backoff/retry.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/cenkalti/backoff/ticker.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/bypass.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/common.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/config.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/dump.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/format.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/davecgh/go-spew/spew/spew.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/Makefile create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/clone.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/decode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/encode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/equal.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/extensions.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/lib.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/message_set.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/pointer_reflect.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/pointer_unsafe.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/properties.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/text.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/proto/text_parser.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/any.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/any/any.pb.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/any/any.proto create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/duration.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/duration/duration.proto create mode 100755 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/regen.sh create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/timestamp.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/julienschmidt/httprouter/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/julienschmidt/httprouter/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/julienschmidt/httprouter/path.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/julienschmidt/httprouter/router.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/julienschmidt/httprouter/tree.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/kylelemons/godebug/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/kylelemons/godebug/diff/diff.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/kylelemons/godebug/pretty/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/kylelemons/godebug/pretty/public.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/kylelemons/godebug/pretty/reflect.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/kylelemons/godebug/pretty/structure.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/pmezard/go-difflib/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/pmezard/go-difflib/difflib/difflib.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/NOTICE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/api/alertmanager/api.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/collector.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/counter.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/desc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/expvar_collector.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/fnv.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/gauge.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/go_collector.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/histogram.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/http.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/metric.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/process_collector.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/registry.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/summary.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/untyped.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/value.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_golang/prometheus/vec.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/client_model/go/metrics.pb.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/NOTICE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/expfmt/decode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/expfmt/encode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/expfmt/expfmt.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/expfmt/fuzz.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/expfmt/text_create.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/expfmt/text_parse.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/README.txt create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/log/log.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/log/syslog_formatter.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/alert.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/fingerprinting.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/fnv.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/labels.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/labelset.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/metric.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/model.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/signature.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/silence.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/time.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/model/value.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/route/route.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/common/version/info.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/AUTHORS.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/CONTRIBUTING.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/Makefile create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/NOTICE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/fs.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/ipvs.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/mdstat.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/proc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/proc_io.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/proc_limits.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/proc_stat.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/prometheus/procfs/stat.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/satori/go.uuid/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/satori/go.uuid/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/satori/go.uuid/uuid.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/assert/assertion_forward.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/assert/assertions.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/assert/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/assert/errors.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/assert/forward_assertions.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/assert/http_assertions.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/require/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/require/forward_requirements.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/require/require.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/require/require.go.tmpl create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/require/require_forward.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/stretchr/testify/require/requirements.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/connection.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/connection_maker.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/gossip.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/gossip_channel.go create mode 100755 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/lint create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/local_peer.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/logger.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/overlay.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/peer.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/peer_name_hash.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/peer_name_mac.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/peers.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/protocol.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/protocol_crypto.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/router.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/routes.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/status.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/surrogate_gossiper.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/github.com/weaveworks/mesh/token_bucket.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/PATENTS create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/const_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/cswap_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/curve25519.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/doc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/freeze_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/ladderstep_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/mont25519_amd64.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/mul_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/curve25519/square_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/nacl/box/box.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/poly1305/const_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/poly1305/poly1305.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/poly1305/poly1305_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/poly1305/poly1305_arm.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/poly1305/sum_amd64.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/poly1305/sum_arm.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/poly1305/sum_ref.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/salsa20/salsa/hsalsa20.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/salsa20/salsa/salsa2020_amd64.s create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/salsa20/salsa/salsa208.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/net/context/context.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/net/context/ctxhttp/cancelreq.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/net/context/ctxhttp/cancelreq_go14.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/LICENSE create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/LICENSE.libyaml create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/README.md create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/apic.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/decode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/emitterc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/encode.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/parserc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/readerc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/resolve.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/scannerc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/sorter.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/writerc.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/yaml.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/yamlh.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/gopkg.in/yaml.v2/yamlprivateh.go create mode 100644 vendor/src/github.com/prometheus/alertmanager/vendor/vendor.json delete mode 160000 vendor/src/github.com/prometheus/client_golang create mode 100644 vendor/src/github.com/prometheus/client_golang/.gitignore create mode 100644 vendor/src/github.com/prometheus/client_golang/.travis.yml create mode 100644 vendor/src/github.com/prometheus/client_golang/AUTHORS.md create mode 100644 vendor/src/github.com/prometheus/client_golang/CHANGELOG.md create mode 100644 vendor/src/github.com/prometheus/client_golang/CONTRIBUTING.md create mode 100644 vendor/src/github.com/prometheus/client_golang/LICENSE create mode 100644 vendor/src/github.com/prometheus/client_golang/NOTICE create mode 100644 vendor/src/github.com/prometheus/client_golang/README.md create mode 100644 vendor/src/github.com/prometheus/client_golang/VERSION create mode 100644 vendor/src/github.com/prometheus/client_golang/api/prometheus/api.go create mode 100644 vendor/src/github.com/prometheus/client_golang/api/prometheus/api_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/examples/random/main.go create mode 100644 vendor/src/github.com/prometheus/client_golang/examples/simple/main.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/.gitignore create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/README.md create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/benchmark_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/collector.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/counter.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/counter_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/desc.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/doc.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/example_clustermanager_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/examples_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/expvar_collector.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/expvar_collector_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/fnv.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/gauge.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/gauge_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/go_collector.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/go_collector_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/graphite/bridge.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/graphite/bridge_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/histogram.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/histogram_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/http.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/http_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/metric.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/metric_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/process_collector.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/process_collector_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/promhttp/http.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/promhttp/http_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/push/example_add_from_gatherer_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/push/examples_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/push/push.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/push/push_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/registry.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/registry_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/summary.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/summary_test.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/untyped.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/value.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/vec.go create mode 100644 vendor/src/github.com/prometheus/client_golang/prometheus/vec_test.go delete mode 160000 vendor/src/github.com/prometheus/client_model create mode 100644 vendor/src/github.com/prometheus/client_model/.gitignore create mode 100644 vendor/src/github.com/prometheus/client_model/AUTHORS.md create mode 100644 vendor/src/github.com/prometheus/client_model/CONTRIBUTING.md create mode 100644 vendor/src/github.com/prometheus/client_model/LICENSE create mode 100644 vendor/src/github.com/prometheus/client_model/Makefile create mode 100644 vendor/src/github.com/prometheus/client_model/NOTICE create mode 100644 vendor/src/github.com/prometheus/client_model/README.md create mode 100644 vendor/src/github.com/prometheus/client_model/cpp/metrics.pb.cc create mode 100644 vendor/src/github.com/prometheus/client_model/cpp/metrics.pb.h create mode 100644 vendor/src/github.com/prometheus/client_model/go/metrics.pb.go create mode 100644 vendor/src/github.com/prometheus/client_model/metrics.proto create mode 100644 vendor/src/github.com/prometheus/client_model/pom.xml create mode 100644 vendor/src/github.com/prometheus/client_model/python/prometheus/__init__.py create mode 100644 vendor/src/github.com/prometheus/client_model/python/prometheus/client/__init__.py create mode 100644 vendor/src/github.com/prometheus/client_model/python/prometheus/client/model/__init__.py create mode 100644 vendor/src/github.com/prometheus/client_model/python/prometheus/client/model/metrics_pb2.py create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/.gitignore create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/Gemfile create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/LICENSE create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/Makefile create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/README.md create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/Rakefile create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/lib/prometheus/client/model.rb create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/lib/prometheus/client/model/metrics.pb.rb create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/lib/prometheus/client/model/version.rb create mode 100644 vendor/src/github.com/prometheus/client_model/ruby/prometheus-client-model.gemspec create mode 100644 vendor/src/github.com/prometheus/client_model/setup.py create mode 100644 vendor/src/github.com/prometheus/client_model/src/main/java/io/prometheus/client/Metrics.java delete mode 160000 vendor/src/github.com/prometheus/common create mode 100644 vendor/src/github.com/prometheus/common/.travis.yml create mode 100644 vendor/src/github.com/prometheus/common/AUTHORS.md create mode 100644 vendor/src/github.com/prometheus/common/CONTRIBUTING.md create mode 100644 vendor/src/github.com/prometheus/common/LICENSE create mode 100644 vendor/src/github.com/prometheus/common/NOTICE create mode 100644 vendor/src/github.com/prometheus/common/README.md create mode 100644 vendor/src/github.com/prometheus/common/config/config.go create mode 100644 vendor/src/github.com/prometheus/common/config/testdata/tls_config.cert_no_key.bad.yml create mode 100644 vendor/src/github.com/prometheus/common/config/testdata/tls_config.empty.good.yml create mode 100644 vendor/src/github.com/prometheus/common/config/testdata/tls_config.insecure.good.yml create mode 100644 vendor/src/github.com/prometheus/common/config/testdata/tls_config.invalid_field.bad.yml create mode 100644 vendor/src/github.com/prometheus/common/config/testdata/tls_config.key_no_cert.bad.yml create mode 100644 vendor/src/github.com/prometheus/common/config/tls_config.go create mode 100644 vendor/src/github.com/prometheus/common/config/tls_config_test.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/bench_test.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/decode.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/decode_test.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/encode.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/expfmt.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_0 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_1 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_2 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_3 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_4 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_0 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_1 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_10 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_11 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_12 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_13 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_14 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_15 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_16 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_17 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_18 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_19 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_2 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_3 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_4 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_5 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_6 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_7 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_8 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/from_test_parse_error_9 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/fuzz/corpus/minimal create mode 100644 vendor/src/github.com/prometheus/common/expfmt/testdata/json2 create mode 100644 vendor/src/github.com/prometheus/common/expfmt/testdata/json2_bad create mode 100644 vendor/src/github.com/prometheus/common/expfmt/testdata/protobuf create mode 100644 vendor/src/github.com/prometheus/common/expfmt/testdata/protobuf.gz create mode 100644 vendor/src/github.com/prometheus/common/expfmt/testdata/text create mode 100644 vendor/src/github.com/prometheus/common/expfmt/testdata/text.gz create mode 100644 vendor/src/github.com/prometheus/common/expfmt/text_create.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/text_create_test.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/text_parse.go create mode 100644 vendor/src/github.com/prometheus/common/expfmt/text_parse_test.go create mode 100644 vendor/src/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/README.txt create mode 100644 vendor/src/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg.go create mode 100644 vendor/src/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/autoneg_test.go create mode 100644 vendor/src/github.com/prometheus/common/log/eventlog_formatter.go create mode 100644 vendor/src/github.com/prometheus/common/log/log.go create mode 100644 vendor/src/github.com/prometheus/common/log/log_test.go create mode 100644 vendor/src/github.com/prometheus/common/log/syslog_formatter.go create mode 100644 vendor/src/github.com/prometheus/common/model/alert.go create mode 100644 vendor/src/github.com/prometheus/common/model/alert_test.go create mode 100644 vendor/src/github.com/prometheus/common/model/fingerprinting.go create mode 100644 vendor/src/github.com/prometheus/common/model/fnv.go create mode 100644 vendor/src/github.com/prometheus/common/model/labels.go create mode 100644 vendor/src/github.com/prometheus/common/model/labels_test.go create mode 100644 vendor/src/github.com/prometheus/common/model/labelset.go create mode 100644 vendor/src/github.com/prometheus/common/model/metric.go create mode 100644 vendor/src/github.com/prometheus/common/model/metric_test.go create mode 100644 vendor/src/github.com/prometheus/common/model/model.go create mode 100644 vendor/src/github.com/prometheus/common/model/signature.go create mode 100644 vendor/src/github.com/prometheus/common/model/signature_test.go create mode 100644 vendor/src/github.com/prometheus/common/model/silence.go create mode 100644 vendor/src/github.com/prometheus/common/model/silence_test.go create mode 100644 vendor/src/github.com/prometheus/common/model/time.go create mode 100644 vendor/src/github.com/prometheus/common/model/time_test.go create mode 100644 vendor/src/github.com/prometheus/common/model/value.go create mode 100644 vendor/src/github.com/prometheus/common/model/value_test.go create mode 100644 vendor/src/github.com/prometheus/common/route/route.go create mode 100644 vendor/src/github.com/prometheus/common/route/route_test.go create mode 100644 vendor/src/github.com/prometheus/common/version/info.go delete mode 160000 vendor/src/github.com/prometheus/procfs create mode 100644 vendor/src/github.com/prometheus/procfs/.travis.yml create mode 100644 vendor/src/github.com/prometheus/procfs/AUTHORS.md create mode 100644 vendor/src/github.com/prometheus/procfs/CONTRIBUTING.md create mode 100644 vendor/src/github.com/prometheus/procfs/LICENSE create mode 100644 vendor/src/github.com/prometheus/procfs/Makefile create mode 100644 vendor/src/github.com/prometheus/procfs/NOTICE create mode 100644 vendor/src/github.com/prometheus/procfs/README.md create mode 100644 vendor/src/github.com/prometheus/procfs/doc.go create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26231/cmdline create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26231/comm create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26231/exe create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26231/fd/0 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26231/fd/1 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26231/fd/10 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26231/fd/2 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26231/fd/3 create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26231/io create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26231/limits create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26231/stat create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26232/cmdline create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26232/comm create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26232/fd/0 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26232/fd/1 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26232/fd/2 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26232/fd/3 create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/26232/fd/4 create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26232/limits create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/26232/stat create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/584/stat create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/mdstat create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/net/ip_vs create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/net/ip_vs_stats create mode 120000 vendor/src/github.com/prometheus/procfs/fixtures/self create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/stat create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/symlinktargets/README create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/symlinktargets/abc create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/symlinktargets/def create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/symlinktargets/ghi create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/symlinktargets/uvw create mode 100644 vendor/src/github.com/prometheus/procfs/fixtures/symlinktargets/xyz create mode 100644 vendor/src/github.com/prometheus/procfs/fs.go create mode 100644 vendor/src/github.com/prometheus/procfs/fs_test.go create mode 100644 vendor/src/github.com/prometheus/procfs/ipvs.go create mode 100644 vendor/src/github.com/prometheus/procfs/ipvs_test.go create mode 100644 vendor/src/github.com/prometheus/procfs/mdstat.go create mode 100644 vendor/src/github.com/prometheus/procfs/mdstat_test.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc_io.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc_io_test.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc_limits.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc_limits_test.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc_stat.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc_stat_test.go create mode 100644 vendor/src/github.com/prometheus/procfs/proc_test.go create mode 100644 vendor/src/github.com/prometheus/procfs/stat.go create mode 100644 vendor/src/github.com/prometheus/procfs/stat_test.go delete mode 160000 vendor/src/github.com/stretchr/testify create mode 100644 vendor/src/github.com/stretchr/testify/.gitignore create mode 100644 vendor/src/github.com/stretchr/testify/.travis.yml create mode 100644 vendor/src/github.com/stretchr/testify/Godeps/Godeps.json create mode 100644 vendor/src/github.com/stretchr/testify/Godeps/Readme create mode 100644 vendor/src/github.com/stretchr/testify/LICENCE.txt create mode 100644 vendor/src/github.com/stretchr/testify/LICENSE create mode 100644 vendor/src/github.com/stretchr/testify/README.md create mode 100644 vendor/src/github.com/stretchr/testify/_codegen/main.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/assertion_forward.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/assertion_forward.go.tmpl create mode 100644 vendor/src/github.com/stretchr/testify/assert/assertions.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/assertions_test.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/errors.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/forward_assertions.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/forward_assertions_test.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/http_assertions.go create mode 100644 vendor/src/github.com/stretchr/testify/assert/http_assertions_test.go create mode 100644 vendor/src/github.com/stretchr/testify/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/http/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/http/test_response_writer.go create mode 100644 vendor/src/github.com/stretchr/testify/http/test_round_tripper.go create mode 100644 vendor/src/github.com/stretchr/testify/mock/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/mock/mock.go create mode 100644 vendor/src/github.com/stretchr/testify/mock/mock_test.go create mode 100644 vendor/src/github.com/stretchr/testify/package_test.go create mode 100644 vendor/src/github.com/stretchr/testify/require/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/require/forward_requirements.go create mode 100644 vendor/src/github.com/stretchr/testify/require/forward_requirements_test.go create mode 100644 vendor/src/github.com/stretchr/testify/require/require.go create mode 100644 vendor/src/github.com/stretchr/testify/require/require.go.tmpl create mode 100644 vendor/src/github.com/stretchr/testify/require/require_forward.go create mode 100644 vendor/src/github.com/stretchr/testify/require/require_forward.go.tmpl create mode 100644 vendor/src/github.com/stretchr/testify/require/requirements.go create mode 100644 vendor/src/github.com/stretchr/testify/require/requirements_test.go create mode 100644 vendor/src/github.com/stretchr/testify/suite/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/suite/interfaces.go create mode 100644 vendor/src/github.com/stretchr/testify/suite/suite.go create mode 100644 vendor/src/github.com/stretchr/testify/suite/suite_test.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go create mode 100644 vendor/src/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go delete mode 160000 vendor/src/gopkg.in/njern/gonexmo.v1 create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/LICENSE create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/README.md create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/account.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/account_test.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/client.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/gonexmo.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/gonexmo_test.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/ip.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/ip_test.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/server.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/sms.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/sms_test.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/ussd.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/ussd_test.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/verify.go create mode 100644 vendor/src/gopkg.in/njern/gonexmo.v1/verify_test.go delete mode 160000 vendor/src/gopkg.in/yaml.v2 create mode 100644 vendor/src/gopkg.in/yaml.v2/.travis.yml create mode 100644 vendor/src/gopkg.in/yaml.v2/LICENSE create mode 100644 vendor/src/gopkg.in/yaml.v2/LICENSE.libyaml create mode 100644 vendor/src/gopkg.in/yaml.v2/README.md create mode 100644 vendor/src/gopkg.in/yaml.v2/apic.go create mode 100644 vendor/src/gopkg.in/yaml.v2/decode.go create mode 100644 vendor/src/gopkg.in/yaml.v2/decode_test.go create mode 100644 vendor/src/gopkg.in/yaml.v2/emitterc.go create mode 100644 vendor/src/gopkg.in/yaml.v2/encode.go create mode 100644 vendor/src/gopkg.in/yaml.v2/encode_test.go create mode 100644 vendor/src/gopkg.in/yaml.v2/parserc.go create mode 100644 vendor/src/gopkg.in/yaml.v2/readerc.go create mode 100644 vendor/src/gopkg.in/yaml.v2/resolve.go create mode 100644 vendor/src/gopkg.in/yaml.v2/scannerc.go create mode 100644 vendor/src/gopkg.in/yaml.v2/sorter.go create mode 100644 vendor/src/gopkg.in/yaml.v2/suite_test.go create mode 100644 vendor/src/gopkg.in/yaml.v2/writerc.go create mode 100644 vendor/src/gopkg.in/yaml.v2/yaml.go create mode 100644 vendor/src/gopkg.in/yaml.v2/yamlh.go create mode 100644 vendor/src/gopkg.in/yaml.v2/yamlprivateh.go diff --git a/vendor/src/github.com/beorn7/perks b/vendor/src/github.com/beorn7/perks deleted file mode 160000 index 4c0e845..0000000 --- a/vendor/src/github.com/beorn7/perks +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9 diff --git a/vendor/src/github.com/beorn7/perks/.gitignore b/vendor/src/github.com/beorn7/perks/.gitignore new file mode 100644 index 0000000..1bd9209 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/.gitignore @@ -0,0 +1,2 @@ +*.test +*.prof diff --git a/vendor/src/github.com/beorn7/perks/LICENSE b/vendor/src/github.com/beorn7/perks/LICENSE new file mode 100644 index 0000000..339177b --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/LICENSE @@ -0,0 +1,20 @@ +Copyright (C) 2013 Blake Mizerany + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/src/github.com/beorn7/perks/README.md b/vendor/src/github.com/beorn7/perks/README.md new file mode 100644 index 0000000..fc05777 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/README.md @@ -0,0 +1,31 @@ +# Perks for Go (golang.org) + +Perks contains the Go package quantile that computes approximate quantiles over +an unbounded data stream within low memory and CPU bounds. + +For more information and examples, see: +http://godoc.org/github.com/bmizerany/perks + +A very special thank you and shout out to Graham Cormode (Rutgers University), +Flip Korn (AT&T Labs–Research), S. Muthukrishnan (Rutgers University), and +Divesh Srivastava (AT&T Labs–Research) for their research and publication of +[Effective Computation of Biased Quantiles over Data Streams](http://www.cs.rutgers.edu/~muthu/bquant.pdf) + +Thank you, also: +* Armon Dadgar (@armon) +* Andrew Gerrand (@nf) +* Brad Fitzpatrick (@bradfitz) +* Keith Rarick (@kr) + +FAQ: + +Q: Why not move the quantile package into the project root? +A: I want to add more packages to perks later. + +Copyright (C) 2013 Blake Mizerany + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/src/github.com/beorn7/perks/histogram/bench_test.go b/vendor/src/github.com/beorn7/perks/histogram/bench_test.go new file mode 100644 index 0000000..56c7e55 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/histogram/bench_test.go @@ -0,0 +1,26 @@ +package histogram + +import ( + "math/rand" + "testing" +) + +func BenchmarkInsert10Bins(b *testing.B) { + b.StopTimer() + h := New(10) + b.StartTimer() + for i := 0; i < b.N; i++ { + f := rand.ExpFloat64() + h.Insert(f) + } +} + +func BenchmarkInsert100Bins(b *testing.B) { + b.StopTimer() + h := New(100) + b.StartTimer() + for i := 0; i < b.N; i++ { + f := rand.ExpFloat64() + h.Insert(f) + } +} diff --git a/vendor/src/github.com/beorn7/perks/histogram/histogram.go b/vendor/src/github.com/beorn7/perks/histogram/histogram.go new file mode 100644 index 0000000..bef05c7 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/histogram/histogram.go @@ -0,0 +1,108 @@ +// Package histogram provides a Go implementation of BigML's histogram package +// for Clojure/Java. It is currently experimental. +package histogram + +import ( + "container/heap" + "math" + "sort" +) + +type Bin struct { + Count int + Sum float64 +} + +func (b *Bin) Update(x *Bin) { + b.Count += x.Count + b.Sum += x.Sum +} + +func (b *Bin) Mean() float64 { + return b.Sum / float64(b.Count) +} + +type Bins []*Bin + +func (bs Bins) Len() int { return len(bs) } +func (bs Bins) Less(i, j int) bool { return bs[i].Mean() < bs[j].Mean() } +func (bs Bins) Swap(i, j int) { bs[i], bs[j] = bs[j], bs[i] } + +func (bs *Bins) Push(x interface{}) { + *bs = append(*bs, x.(*Bin)) +} + +func (bs *Bins) Pop() interface{} { + return bs.remove(len(*bs) - 1) +} + +func (bs *Bins) remove(n int) *Bin { + if n < 0 || len(*bs) < n { + return nil + } + x := (*bs)[n] + *bs = append((*bs)[:n], (*bs)[n+1:]...) + return x +} + +type Histogram struct { + res *reservoir +} + +func New(maxBins int) *Histogram { + return &Histogram{res: newReservoir(maxBins)} +} + +func (h *Histogram) Insert(f float64) { + h.res.insert(&Bin{1, f}) + h.res.compress() +} + +func (h *Histogram) Bins() Bins { + return h.res.bins +} + +type reservoir struct { + n int + maxBins int + bins Bins +} + +func newReservoir(maxBins int) *reservoir { + return &reservoir{maxBins: maxBins} +} + +func (r *reservoir) insert(bin *Bin) { + r.n += bin.Count + i := sort.Search(len(r.bins), func(i int) bool { + return r.bins[i].Mean() >= bin.Mean() + }) + if i < 0 || i == r.bins.Len() { + // TODO(blake): Maybe use an .insert(i, bin) instead of + // performing the extra work of a heap.Push. + heap.Push(&r.bins, bin) + return + } + r.bins[i].Update(bin) +} + +func (r *reservoir) compress() { + for r.bins.Len() > r.maxBins { + minGapIndex := -1 + minGap := math.MaxFloat64 + for i := 0; i < r.bins.Len()-1; i++ { + gap := gapWeight(r.bins[i], r.bins[i+1]) + if minGap > gap { + minGap = gap + minGapIndex = i + } + } + prev := r.bins[minGapIndex] + next := r.bins.remove(minGapIndex + 1) + prev.Update(next) + } +} + +func gapWeight(prev, next *Bin) float64 { + return next.Mean() - prev.Mean() +} diff --git a/vendor/src/github.com/beorn7/perks/histogram/histogram_test.go b/vendor/src/github.com/beorn7/perks/histogram/histogram_test.go new file mode 100644 index 0000000..0575ebe --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/histogram/histogram_test.go @@ -0,0 +1,38 @@ +package histogram + +import ( + "math/rand" + "testing" +) + +func TestHistogram(t *testing.T) { + const numPoints = 1e6 + const maxBins = 3 + + h := New(maxBins) + for i := 0; i < numPoints; i++ { + f := rand.ExpFloat64() + h.Insert(f) + } + + bins := h.Bins() + if g := len(bins); g > maxBins { + t.Fatalf("got %d bins, wanted <= %d", g, maxBins) + } + + for _, b := range bins { + t.Logf("%+v", b) + } + + if g := count(h.Bins()); g != numPoints { + t.Fatalf("binned %d points, wanted %d", g, numPoints) + } +} + +func count(bins Bins) int { + binCounts := 0 + for _, b := range bins { + binCounts += b.Count + } + return binCounts +} diff --git a/vendor/src/github.com/beorn7/perks/quantile/bench_test.go b/vendor/src/github.com/beorn7/perks/quantile/bench_test.go new file mode 100644 index 0000000..0bd0e4e --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/quantile/bench_test.go @@ -0,0 +1,63 @@ +package quantile + +import ( + "testing" +) + +func BenchmarkInsertTargeted(b *testing.B) { + b.ReportAllocs() + + s := NewTargeted(Targets) + b.ResetTimer() + for i := float64(0); i < float64(b.N); i++ { + s.Insert(i) + } +} + +func BenchmarkInsertTargetedSmallEpsilon(b *testing.B) { + s := NewTargeted(TargetsSmallEpsilon) + b.ResetTimer() + for i := float64(0); i < float64(b.N); i++ { + s.Insert(i) + } +} + +func BenchmarkInsertBiased(b *testing.B) { + s := NewLowBiased(0.01) + b.ResetTimer() + for i := float64(0); i < float64(b.N); i++ { + s.Insert(i) + } +} + +func BenchmarkInsertBiasedSmallEpsilon(b *testing.B) { + s := NewLowBiased(0.0001) + b.ResetTimer() + for i := float64(0); i < float64(b.N); i++ { + s.Insert(i) + } +} + +func BenchmarkQuery(b *testing.B) { + s := NewTargeted(Targets) + for i := float64(0); i < 1e6; i++ { + s.Insert(i) + } + b.ResetTimer() + n := float64(b.N) + for i := float64(0); i < n; i++ { + s.Query(i / n) + } +} + +func BenchmarkQuerySmallEpsilon(b *testing.B) { + s := NewTargeted(TargetsSmallEpsilon) + for i := float64(0); i < 1e6; i++ { + s.Insert(i) + } + b.ResetTimer() + n := float64(b.N) + for i := float64(0); i < n; i++ { + s.Query(i / n) + } +} diff --git a/vendor/src/github.com/beorn7/perks/quantile/example_test.go b/vendor/src/github.com/beorn7/perks/quantile/example_test.go new file mode 100644 index 0000000..ab3293a --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/quantile/example_test.go @@ -0,0 +1,121 @@ +// +build go1.1 + +package quantile_test + +import ( + "bufio" + "fmt" + "log" + "os" + "strconv" + "time" + + "github.com/beorn7/perks/quantile" +) + +func Example_simple() { + ch := make(chan float64) + go sendFloats(ch) + + // Compute the 50th, 90th, and 99th percentile. + q := quantile.NewTargeted(map[float64]float64{ + 0.50: 0.005, + 0.90: 0.001, + 0.99: 0.0001, + }) + for v := range ch { + q.Insert(v) + } + + fmt.Println("perc50:", q.Query(0.50)) + fmt.Println("perc90:", q.Query(0.90)) + fmt.Println("perc99:", q.Query(0.99)) + fmt.Println("count:", q.Count()) + // Output: + // perc50: 5 + // perc90: 16 + // perc99: 223 + // count: 2388 +} + +func Example_mergeMultipleStreams() { + // Scenario: + // We have multiple database shards. On each shard, there is a process + // collecting query response times from the database logs and inserting + // them into a Stream (created via NewTargeted(0.90)), much like the + // Simple example. These processes expose a network interface for us to + // ask them to serialize and send us the results of their + // Stream.Samples so we may Merge and Query them. + // + // NOTES: + // * These sample sets are small, allowing us to get them + // across the network much faster than sending the entire list of data + // points. + // + // * For this to work correctly, we must supply the same quantiles + // a priori the process collecting the samples supplied to NewTargeted, + // even if we do not plan to query them all here. + ch := make(chan quantile.Samples) + getDBQuerySamples(ch) + q := quantile.NewTargeted(map[float64]float64{0.90: 0.001}) + for samples := range ch { + q.Merge(samples) + } + fmt.Println("perc90:", q.Query(0.90)) +} + +func Example_window() { + // Scenario: We want the 90th, 95th, and 99th percentiles for each + // minute. + + ch := make(chan float64) + go sendStreamValues(ch) + + tick := time.NewTicker(1 * time.Minute) + q := quantile.NewTargeted(map[float64]float64{ + 0.90: 0.001, + 0.95: 0.0005, + 0.99: 0.0001, + }) + for { + select { + case t := <-tick.C: + flushToDB(t, q.Samples()) + q.Reset() + case v := <-ch: + q.Insert(v) + } + } +} + +func sendStreamValues(ch chan float64) { + // Use your imagination +} + +func flushToDB(t time.Time, samples quantile.Samples) { + // Use your imagination +} + +// This is a stub for the above example. In reality this would hit the remote +// servers via http or something like it. +func getDBQuerySamples(ch chan quantile.Samples) {} + +func sendFloats(ch chan<- float64) { + f, err := os.Open("exampledata.txt") + if err != nil { + log.Fatal(err) + } + sc := bufio.NewScanner(f) + for sc.Scan() { + b := sc.Bytes() + v, err := strconv.ParseFloat(string(b), 64) + if err != nil { + log.Fatal(err) + } + ch <- v + } + if sc.Err() != nil { + log.Fatal(sc.Err()) + } + close(ch) +} diff --git a/vendor/src/github.com/beorn7/perks/quantile/exampledata.txt b/vendor/src/github.com/beorn7/perks/quantile/exampledata.txt new file mode 100644 index 0000000..1602287 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/quantile/exampledata.txt @@ -0,0 +1,2388 @@ +8 +5 +26 +12 +5 +235 +13 +6 +28 +30 +3 +3 +3 +3 +5 +2 +33 +7 +2 +4 +7 +12 +14 +5 +8 +3 +10 +4 +5 +3 +6 +6 +209 +20 +3 +10 +14 +3 +4 +6 +8 +5 +11 +7 +3 +2 +3 +3 +212 +5 +222 +4 +10 +10 +5 +6 +3 +8 +3 +10 +254 +220 +2 +3 +5 +24 +5 +4 +222 +7 +3 +3 +223 +8 +15 +12 +14 +14 +3 +2 +2 +3 +13 +3 +11 +4 +4 +6 +5 +7 +13 +5 +3 +5 +2 +5 +3 +5 +2 +7 +15 +17 +14 +3 +6 +6 +3 +17 +5 +4 +7 +6 +4 +4 +8 +6 +8 +3 +9 +3 +6 +3 +4 +5 +3 +3 +660 +4 +6 +10 +3 +6 +3 +2 +5 +13 +2 +4 +4 +10 +4 +8 +4 +3 +7 +9 +9 +3 +10 +37 +3 +13 +4 +12 +3 +6 +10 +8 +5 +21 +2 +3 +8 +3 +2 +3 +3 +4 +12 +2 +4 +8 +8 +4 +3 +2 +20 +1 +6 +32 +2 +11 +6 +18 +3 +8 +11 +3 +212 +3 +4 +2 +6 +7 +12 +11 +3 +2 +16 +10 +6 +4 +6 +3 +2 +7 +3 +2 +2 +2 +2 +5 +6 +4 +3 +10 +3 +4 +6 +5 +3 +4 +4 +5 +6 +4 +3 +4 +4 +5 +7 +5 +5 +3 +2 +7 +2 +4 +12 +4 +5 +6 +2 +4 +4 +8 +4 +15 +13 +7 +16 +5 +3 +23 +5 +5 +7 +3 +2 +9 +8 +7 +5 +8 +11 +4 +10 +76 +4 +47 +4 +3 +2 +7 +4 +2 +3 +37 +10 +4 +2 +20 +5 +4 +4 +10 +10 +4 +3 +7 +23 +240 +7 +13 +5 +5 +3 +3 +2 +5 +4 +2 +8 +7 +19 +2 +23 +8 +7 +2 +5 +3 +8 +3 +8 +13 +5 +5 +5 +2 +3 +23 +4 +9 +8 +4 +3 +3 +5 +220 +2 +3 +4 +6 +14 +3 +53 +6 +2 +5 +18 +6 +3 +219 +6 +5 +2 +5 +3 +6 +5 +15 +4 +3 +17 +3 +2 +4 +7 +2 +3 +3 +4 +4 +3 +2 +664 +6 +3 +23 +5 +5 +16 +5 +8 +2 +4 +2 +24 +12 +3 +2 +3 +5 +8 +3 +5 +4 +3 +14 +3 +5 +8 +2 +3 +7 +9 +4 +2 +3 +6 +8 +4 +3 +4 +6 +5 +3 +3 +6 +3 +19 +4 +4 +6 +3 +6 +3 +5 +22 +5 +4 +4 +3 +8 +11 +4 +9 +7 +6 +13 +4 +4 +4 +6 +17 +9 +3 +3 +3 +4 +3 +221 +5 +11 +3 +4 +2 +12 +6 +3 +5 +7 +5 +7 +4 +9 +7 +14 +37 +19 +217 +16 +3 +5 +2 +2 +7 +19 +7 +6 +7 +4 +24 +5 +11 +4 +7 +7 +9 +13 +3 +4 +3 +6 +28 +4 +4 +5 +5 +2 +5 +6 +4 +4 +6 +10 +5 +4 +3 +2 +3 +3 +6 +5 +5 +4 +3 +2 +3 +7 +4 +6 +18 +16 +8 +16 +4 +5 +8 +6 +9 +13 +1545 +6 +215 +6 +5 +6 +3 +45 +31 +5 +2 +2 +4 +3 +3 +2 +5 +4 +3 +5 +7 +7 +4 +5 +8 +5 +4 +749 +2 +31 +9 +11 +2 +11 +5 +4 +4 +7 +9 +11 +4 +5 +4 +7 +3 +4 +6 +2 +15 +3 +4 +3 +4 +3 +5 +2 +13 +5 +5 +3 +3 +23 +4 +4 +5 +7 +4 +13 +2 +4 +3 +4 +2 +6 +2 +7 +3 +5 +5 +3 +29 +5 +4 +4 +3 +10 +2 +3 +79 +16 +6 +6 +7 +7 +3 +5 +5 +7 +4 +3 +7 +9 +5 +6 +5 +9 +6 +3 +6 +4 +17 +2 +10 +9 +3 +6 +2 +3 +21 +22 +5 +11 +4 +2 +17 +2 +224 +2 +14 +3 +4 +4 +2 +4 +4 +4 +4 +5 +3 +4 +4 +10 +2 +6 +3 +3 +5 +7 +2 +7 +5 +6 +3 +218 +2 +2 +5 +2 +6 +3 +5 +222 +14 +6 +33 +3 +2 +5 +3 +3 +3 +9 +5 +3 +3 +2 +7 +4 +3 +4 +3 +5 +6 +5 +26 +4 +13 +9 +7 +3 +221 +3 +3 +4 +4 +4 +4 +2 +18 +5 +3 +7 +9 +6 +8 +3 +10 +3 +11 +9 +5 +4 +17 +5 +5 +6 +6 +3 +2 +4 +12 +17 +6 +7 +218 +4 +2 +4 +10 +3 +5 +15 +3 +9 +4 +3 +3 +6 +29 +3 +3 +4 +5 +5 +3 +8 +5 +6 +6 +7 +5 +3 +5 +3 +29 +2 +31 +5 +15 +24 +16 +5 +207 +4 +3 +3 +2 +15 +4 +4 +13 +5 +5 +4 +6 +10 +2 +7 +8 +4 +6 +20 +5 +3 +4 +3 +12 +12 +5 +17 +7 +3 +3 +3 +6 +10 +3 +5 +25 +80 +4 +9 +3 +2 +11 +3 +3 +2 +3 +8 +7 +5 +5 +19 +5 +3 +3 +12 +11 +2 +6 +5 +5 +5 +3 +3 +3 +4 +209 +14 +3 +2 +5 +19 +4 +4 +3 +4 +14 +5 +6 +4 +13 +9 +7 +4 +7 +10 +2 +9 +5 +7 +2 +8 +4 +6 +5 +5 +222 +8 +7 +12 +5 +216 +3 +4 +4 +6 +3 +14 +8 +7 +13 +4 +3 +3 +3 +3 +17 +5 +4 +3 +33 +6 +6 +33 +7 +5 +3 +8 +7 +5 +2 +9 +4 +2 +233 +24 +7 +4 +8 +10 +3 +4 +15 +2 +16 +3 +3 +13 +12 +7 +5 +4 +207 +4 +2 +4 +27 +15 +2 +5 +2 +25 +6 +5 +5 +6 +13 +6 +18 +6 +4 +12 +225 +10 +7 +5 +2 +2 +11 +4 +14 +21 +8 +10 +3 +5 +4 +232 +2 +5 +5 +3 +7 +17 +11 +6 +6 +23 +4 +6 +3 +5 +4 +2 +17 +3 +6 +5 +8 +3 +2 +2 +14 +9 +4 +4 +2 +5 +5 +3 +7 +6 +12 +6 +10 +3 +6 +2 +2 +19 +5 +4 +4 +9 +2 +4 +13 +3 +5 +6 +3 +6 +5 +4 +9 +6 +3 +5 +7 +3 +6 +6 +4 +3 +10 +6 +3 +221 +3 +5 +3 +6 +4 +8 +5 +3 +6 +4 +4 +2 +54 +5 +6 +11 +3 +3 +4 +4 +4 +3 +7 +3 +11 +11 +7 +10 +6 +13 +223 +213 +15 +231 +7 +3 +7 +228 +2 +3 +4 +4 +5 +6 +7 +4 +13 +3 +4 +5 +3 +6 +4 +6 +7 +2 +4 +3 +4 +3 +3 +6 +3 +7 +3 +5 +18 +5 +6 +8 +10 +3 +3 +3 +2 +4 +2 +4 +4 +5 +6 +6 +4 +10 +13 +3 +12 +5 +12 +16 +8 +4 +19 +11 +2 +4 +5 +6 +8 +5 +6 +4 +18 +10 +4 +2 +216 +6 +6 +6 +2 +4 +12 +8 +3 +11 +5 +6 +14 +5 +3 +13 +4 +5 +4 +5 +3 +28 +6 +3 +7 +219 +3 +9 +7 +3 +10 +6 +3 +4 +19 +5 +7 +11 +6 +15 +19 +4 +13 +11 +3 +7 +5 +10 +2 +8 +11 +2 +6 +4 +6 +24 +6 +3 +3 +3 +3 +6 +18 +4 +11 +4 +2 +5 +10 +8 +3 +9 +5 +3 +4 +5 +6 +2 +5 +7 +4 +4 +14 +6 +4 +4 +5 +5 +7 +2 +4 +3 +7 +3 +3 +6 +4 +5 +4 +4 +4 +3 +3 +3 +3 +8 +14 +2 +3 +5 +3 +2 +4 +5 +3 +7 +3 +3 +18 +3 +4 +4 +5 +7 +3 +3 +3 +13 +5 +4 +8 +211 +5 +5 +3 +5 +2 +5 +4 +2 +655 +6 +3 +5 +11 +2 +5 +3 +12 +9 +15 +11 +5 +12 +217 +2 +6 +17 +3 +3 +207 +5 +5 +4 +5 +9 +3 +2 +8 +5 +4 +3 +2 +5 +12 +4 +14 +5 +4 +2 +13 +5 +8 +4 +225 +4 +3 +4 +5 +4 +3 +3 +6 +23 +9 +2 +6 +7 +233 +4 +4 +6 +18 +3 +4 +6 +3 +4 +4 +2 +3 +7 +4 +13 +227 +4 +3 +5 +4 +2 +12 +9 +17 +3 +7 +14 +6 +4 +5 +21 +4 +8 +9 +2 +9 +25 +16 +3 +6 +4 +7 +8 +5 +2 +3 +5 +4 +3 +3 +5 +3 +3 +3 +2 +3 +19 +2 +4 +3 +4 +2 +3 +4 +4 +2 +4 +3 +3 +3 +2 +6 +3 +17 +5 +6 +4 +3 +13 +5 +3 +3 +3 +4 +9 +4 +2 +14 +12 +4 +5 +24 +4 +3 +37 +12 +11 +21 +3 +4 +3 +13 +4 +2 +3 +15 +4 +11 +4 +4 +3 +8 +3 +4 +4 +12 +8 +5 +3 +3 +4 +2 +220 +3 +5 +223 +3 +3 +3 +10 +3 +15 +4 +241 +9 +7 +3 +6 +6 +23 +4 +13 +7 +3 +4 +7 +4 +9 +3 +3 +4 +10 +5 +5 +1 +5 +24 +2 +4 +5 +5 +6 +14 +3 +8 +2 +3 +5 +13 +13 +3 +5 +2 +3 +15 +3 +4 +2 +10 +4 +4 +4 +5 +5 +3 +5 +3 +4 +7 +4 +27 +3 +6 +4 +15 +3 +5 +6 +6 +5 +4 +8 +3 +9 +2 +6 +3 +4 +3 +7 +4 +18 +3 +11 +3 +3 +8 +9 +7 +24 +3 +219 +7 +10 +4 +5 +9 +12 +2 +5 +4 +4 +4 +3 +3 +19 +5 +8 +16 +8 +6 +22 +3 +23 +3 +242 +9 +4 +3 +3 +5 +7 +3 +3 +5 +8 +3 +7 +5 +14 +8 +10 +3 +4 +3 +7 +4 +6 +7 +4 +10 +4 +3 +11 +3 +7 +10 +3 +13 +6 +8 +12 +10 +5 +7 +9 +3 +4 +7 +7 +10 +8 +30 +9 +19 +4 +3 +19 +15 +4 +13 +3 +215 +223 +4 +7 +4 +8 +17 +16 +3 +7 +6 +5 +5 +4 +12 +3 +7 +4 +4 +13 +4 +5 +2 +5 +6 +5 +6 +6 +7 +10 +18 +23 +9 +3 +3 +6 +5 +2 +4 +2 +7 +3 +3 +2 +5 +5 +14 +10 +224 +6 +3 +4 +3 +7 +5 +9 +3 +6 +4 +2 +5 +11 +4 +3 +3 +2 +8 +4 +7 +4 +10 +7 +3 +3 +18 +18 +17 +3 +3 +3 +4 +5 +3 +3 +4 +12 +7 +3 +11 +13 +5 +4 +7 +13 +5 +4 +11 +3 +12 +3 +6 +4 +4 +21 +4 +6 +9 +5 +3 +10 +8 +4 +6 +4 +4 +6 +5 +4 +8 +6 +4 +6 +4 +4 +5 +9 +6 +3 +4 +2 +9 +3 +18 +2 +4 +3 +13 +3 +6 +6 +8 +7 +9 +3 +2 +16 +3 +4 +6 +3 +2 +33 +22 +14 +4 +9 +12 +4 +5 +6 +3 +23 +9 +4 +3 +5 +5 +3 +4 +5 +3 +5 +3 +10 +4 +5 +5 +8 +4 +4 +6 +8 +5 +4 +3 +4 +6 +3 +3 +3 +5 +9 +12 +6 +5 +9 +3 +5 +3 +2 +2 +2 +18 +3 +2 +21 +2 +5 +4 +6 +4 +5 +10 +3 +9 +3 +2 +10 +7 +3 +6 +6 +4 +4 +8 +12 +7 +3 +7 +3 +3 +9 +3 +4 +5 +4 +4 +5 +5 +10 +15 +4 +4 +14 +6 +227 +3 +14 +5 +216 +22 +5 +4 +2 +2 +6 +3 +4 +2 +9 +9 +4 +3 +28 +13 +11 +4 +5 +3 +3 +2 +3 +3 +5 +3 +4 +3 +5 +23 +26 +3 +4 +5 +6 +4 +6 +3 +5 +5 +3 +4 +3 +2 +2 +2 +7 +14 +3 +6 +7 +17 +2 +2 +15 +14 +16 +4 +6 +7 +13 +6 +4 +5 +6 +16 +3 +3 +28 +3 +6 +15 +3 +9 +2 +4 +6 +3 +3 +22 +4 +12 +6 +7 +2 +5 +4 +10 +3 +16 +6 +9 +2 +5 +12 +7 +5 +5 +5 +5 +2 +11 +9 +17 +4 +3 +11 +7 +3 +5 +15 +4 +3 +4 +211 +8 +7 +5 +4 +7 +6 +7 +6 +3 +6 +5 +6 +5 +3 +4 +4 +26 +4 +6 +10 +4 +4 +3 +2 +3 +3 +4 +5 +9 +3 +9 +4 +4 +5 +5 +8 +2 +4 +2 +3 +8 +4 +11 +19 +5 +8 +6 +3 +5 +6 +12 +3 +2 +4 +16 +12 +3 +4 +4 +8 +6 +5 +6 +6 +219 +8 +222 +6 +16 +3 +13 +19 +5 +4 +3 +11 +6 +10 +4 +7 +7 +12 +5 +3 +3 +5 +6 +10 +3 +8 +2 +5 +4 +7 +2 +4 +4 +2 +12 +9 +6 +4 +2 +40 +2 +4 +10 +4 +223 +4 +2 +20 +6 +7 +24 +5 +4 +5 +2 +20 +16 +6 +5 +13 +2 +3 +3 +19 +3 +2 +4 +5 +6 +7 +11 +12 +5 +6 +7 +7 +3 +5 +3 +5 +3 +14 +3 +4 +4 +2 +11 +1 +7 +3 +9 +6 +11 +12 +5 +8 +6 +221 +4 +2 +12 +4 +3 +15 +4 +5 +226 +7 +218 +7 +5 +4 +5 +18 +4 +5 +9 +4 +4 +2 +9 +18 +18 +9 +5 +6 +6 +3 +3 +7 +3 +5 +4 +4 +4 +12 +3 +6 +31 +5 +4 +7 +3 +6 +5 +6 +5 +11 +2 +2 +11 +11 +6 +7 +5 +8 +7 +10 +5 +23 +7 +4 +3 +5 +34 +2 +5 +23 +7 +3 +6 +8 +4 +4 +4 +2 +5 +3 +8 +5 +4 +8 +25 +2 +3 +17 +8 +3 +4 +8 +7 +3 +15 +6 +5 +7 +21 +9 +5 +6 +6 +5 +3 +2 +3 +10 +3 +6 +3 +14 +7 +4 +4 +8 +7 +8 +2 +6 +12 +4 +213 +6 +5 +21 +8 +2 +5 +23 +3 +11 +2 +3 +6 +25 +2 +3 +6 +7 +6 +6 +4 +4 +6 +3 +17 +9 +7 +6 +4 +3 +10 +7 +2 +3 +3 +3 +11 +8 +3 +7 +6 +4 +14 +36 +3 +4 +3 +3 +22 +13 +21 +4 +2 +7 +4 +4 +17 +15 +3 +7 +11 +2 +4 +7 +6 +209 +6 +3 +2 +2 +24 +4 +9 +4 +3 +3 +3 +29 +2 +2 +4 +3 +3 +5 +4 +6 +3 +3 +2 +4 diff --git a/vendor/src/github.com/beorn7/perks/quantile/stream.go b/vendor/src/github.com/beorn7/perks/quantile/stream.go new file mode 100644 index 0000000..f4cabd6 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/quantile/stream.go @@ -0,0 +1,292 @@ +// Package quantile computes approximate quantiles over an unbounded data +// stream within low memory and CPU bounds. +// +// A small amount of accuracy is traded to achieve the above properties. +// +// Multiple streams can be merged before calling Query to generate a single set +// of results. This is meaningful when the streams represent the same type of +// data. See Merge and Samples. +// +// For more detailed information about the algorithm used, see: +// +// Effective Computation of Biased Quantiles over Data Streams +// +// http://www.cs.rutgers.edu/~muthu/bquant.pdf +package quantile + +import ( + "math" + "sort" +) + +// Sample holds an observed value and meta information for compression. JSON +// tags have been added for convenience. +type Sample struct { + Value float64 `json:",string"` + Width float64 `json:",string"` + Delta float64 `json:",string"` +} + +// Samples represents a slice of samples. It implements sort.Interface. +type Samples []Sample + +func (a Samples) Len() int { return len(a) } +func (a Samples) Less(i, j int) bool { return a[i].Value < a[j].Value } +func (a Samples) Swap(i, j int) { a[i], a[j] = a[j], a[i] } + +type invariant func(s *stream, r float64) float64 + +// NewLowBiased returns an initialized Stream for low-biased quantiles +// (e.g. 0.01, 0.1, 0.5) where the needed quantiles are not known a priori, but +// error guarantees can still be given even for the lower ranks of the data +// distribution. +// +// The provided epsilon is a relative error, i.e. the true quantile of a value +// returned by a query is guaranteed to be within (1±Epsilon)*Quantile. +// +// See http://www.cs.rutgers.edu/~muthu/bquant.pdf for time, space, and error +// properties. +func NewLowBiased(epsilon float64) *Stream { + ƒ := func(s *stream, r float64) float64 { + return 2 * epsilon * r + } + return newStream(ƒ) +} + +// NewHighBiased returns an initialized Stream for high-biased quantiles +// (e.g. 0.01, 0.1, 0.5) where the needed quantiles are not known a priori, but +// error guarantees can still be given even for the higher ranks of the data +// distribution. +// +// The provided epsilon is a relative error, i.e. the true quantile of a value +// returned by a query is guaranteed to be within 1-(1±Epsilon)*(1-Quantile). +// +// See http://www.cs.rutgers.edu/~muthu/bquant.pdf for time, space, and error +// properties. +func NewHighBiased(epsilon float64) *Stream { + ƒ := func(s *stream, r float64) float64 { + return 2 * epsilon * (s.n - r) + } + return newStream(ƒ) +} + +// NewTargeted returns an initialized Stream concerned with a particular set of +// quantile values that are supplied a priori. Knowing these a priori reduces +// space and computation time. The targets map maps the desired quantiles to +// their absolute errors, i.e. the true quantile of a value returned by a query +// is guaranteed to be within (Quantile±Epsilon). +// +// See http://www.cs.rutgers.edu/~muthu/bquant.pdf for time, space, and error properties. +func NewTargeted(targets map[float64]float64) *Stream { + ƒ := func(s *stream, r float64) float64 { + var m = math.MaxFloat64 + var f float64 + for quantile, epsilon := range targets { + if quantile*s.n <= r { + f = (2 * epsilon * r) / quantile + } else { + f = (2 * epsilon * (s.n - r)) / (1 - quantile) + } + if f < m { + m = f + } + } + return m + } + return newStream(ƒ) +} + +// Stream computes quantiles for a stream of float64s. It is not thread-safe by +// design. Take care when using across multiple goroutines. +type Stream struct { + *stream + b Samples + sorted bool +} + +func newStream(ƒ invariant) *Stream { + x := &stream{ƒ: ƒ} + return &Stream{x, make(Samples, 0, 500), true} +} + +// Insert inserts v into the stream. +func (s *Stream) Insert(v float64) { + s.insert(Sample{Value: v, Width: 1}) +} + +func (s *Stream) insert(sample Sample) { + s.b = append(s.b, sample) + s.sorted = false + if len(s.b) == cap(s.b) { + s.flush() + } +} + +// Query returns the computed qth percentiles value. If s was created with +// NewTargeted, and q is not in the set of quantiles provided a priori, Query +// will return an unspecified result. +func (s *Stream) Query(q float64) float64 { + if !s.flushed() { + // Fast path when there hasn't been enough data for a flush; + // this also yields better accuracy for small sets of data. + l := len(s.b) + if l == 0 { + return 0 + } + i := int(math.Ceil(float64(l) * q)) + if i > 0 { + i -= 1 + } + s.maybeSort() + return s.b[i].Value + } + s.flush() + return s.stream.query(q) +} + +// Merge merges samples into the underlying streams samples. This is handy when +// merging multiple streams from separate threads, database shards, etc. +// +// ATTENTION: This method is broken and does not yield correct results. The +// underlying algorithm is not capable of merging streams correctly. +func (s *Stream) Merge(samples Samples) { + sort.Sort(samples) + s.stream.merge(samples) +} + +// Reset reinitializes and clears the list reusing the samples buffer memory. +func (s *Stream) Reset() { + s.stream.reset() + s.b = s.b[:0] +} + +// Samples returns stream samples held by s. +func (s *Stream) Samples() Samples { + if !s.flushed() { + return s.b + } + s.flush() + return s.stream.samples() +} + +// Count returns the total number of samples observed in the stream +// since initialization. +func (s *Stream) Count() int { + return len(s.b) + s.stream.count() +} + +func (s *Stream) flush() { + s.maybeSort() + s.stream.merge(s.b) + s.b = s.b[:0] +} + +func (s *Stream) maybeSort() { + if !s.sorted { + s.sorted = true + sort.Sort(s.b) + } +} + +func (s *Stream) flushed() bool { + return len(s.stream.l) > 0 +} + +type stream struct { + n float64 + l []Sample + ƒ invariant +} + +func (s *stream) reset() { + s.l = s.l[:0] + s.n = 0 +} + +func (s *stream) insert(v float64) { + s.merge(Samples{{v, 1, 0}}) +} + +func (s *stream) merge(samples Samples) { + // TODO(beorn7): This tries to merge not only individual samples, but + // whole summaries. The paper doesn't mention merging summaries at + // all. Unittests show that the merging is inaccurate. Find out how to + // do merges properly. + var r float64 + i := 0 + for _, sample := range samples { + for ; i < len(s.l); i++ { + c := s.l[i] + if c.Value > sample.Value { + // Insert at position i. + s.l = append(s.l, Sample{}) + copy(s.l[i+1:], s.l[i:]) + s.l[i] = Sample{ + sample.Value, + sample.Width, + math.Max(sample.Delta, math.Floor(s.ƒ(s, r))-1), + // TODO(beorn7): How to calculate delta correctly? + } + i++ + goto inserted + } + r += c.Width + } + s.l = append(s.l, Sample{sample.Value, sample.Width, 0}) + i++ + inserted: + s.n += sample.Width + r += sample.Width + } + s.compress() +} + +func (s *stream) count() int { + return int(s.n) +} + +func (s *stream) query(q float64) float64 { + t := math.Ceil(q * s.n) + t += math.Ceil(s.ƒ(s, t) / 2) + p := s.l[0] + var r float64 + for _, c := range s.l[1:] { + r += p.Width + if r+c.Width+c.Delta > t { + return p.Value + } + p = c + } + return p.Value +} + +func (s *stream) compress() { + if len(s.l) < 2 { + return + } + x := s.l[len(s.l)-1] + xi := len(s.l) - 1 + r := s.n - 1 - x.Width + + for i := len(s.l) - 2; i >= 0; i-- { + c := s.l[i] + if c.Width+x.Width+x.Delta <= s.ƒ(s, r) { + x.Width += c.Width + s.l[xi] = x + // Remove element at i. + copy(s.l[i:], s.l[i+1:]) + s.l = s.l[:len(s.l)-1] + xi -= 1 + } else { + x = c + xi = i + } + r -= c.Width + } +} + +func (s *stream) samples() Samples { + samples := make(Samples, len(s.l)) + copy(samples, s.l) + return samples +} diff --git a/vendor/src/github.com/beorn7/perks/quantile/stream_test.go b/vendor/src/github.com/beorn7/perks/quantile/stream_test.go new file mode 100644 index 0000000..8551950 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/quantile/stream_test.go @@ -0,0 +1,215 @@ +package quantile + +import ( + "math" + "math/rand" + "sort" + "testing" +) + +var ( + Targets = map[float64]float64{ + 0.01: 0.001, + 0.10: 0.01, + 0.50: 0.05, + 0.90: 0.01, + 0.99: 0.001, + } + TargetsSmallEpsilon = map[float64]float64{ + 0.01: 0.0001, + 0.10: 0.001, + 0.50: 0.005, + 0.90: 0.001, + 0.99: 0.0001, + } + LowQuantiles = []float64{0.01, 0.1, 0.5} + HighQuantiles = []float64{0.99, 0.9, 0.5} +) + +const RelativeEpsilon = 0.01 + +func verifyPercsWithAbsoluteEpsilon(t *testing.T, a []float64, s *Stream) { + sort.Float64s(a) + for quantile, epsilon := range Targets { + n := float64(len(a)) + k := int(quantile * n) + if k < 1 { + k = 1 + } + lower := int((quantile - epsilon) * n) + if lower < 1 { + lower = 1 + } + upper := int(math.Ceil((quantile + epsilon) * n)) + if upper > len(a) { + upper = len(a) + } + w, min, max := a[k-1], a[lower-1], a[upper-1] + if g := s.Query(quantile); g < min || g > max { + t.Errorf("q=%f: want %v [%f,%f], got %v", quantile, w, min, max, g) + } + } +} + +func verifyLowPercsWithRelativeEpsilon(t *testing.T, a []float64, s *Stream) { + sort.Float64s(a) + for _, qu := range LowQuantiles { + n := float64(len(a)) + k := int(qu * n) + + lowerRank := int((1 - RelativeEpsilon) * qu * n) + upperRank := int(math.Ceil((1 + RelativeEpsilon) * qu * n)) + w, min, max := a[k-1], a[lowerRank-1], a[upperRank-1] + if g := s.Query(qu); g < min || g > max { + t.Errorf("q=%f: want %v [%f,%f], got %v", qu, w, min, max, g) + } + } +} + +func verifyHighPercsWithRelativeEpsilon(t *testing.T, a []float64, s *Stream) { + sort.Float64s(a) + for _, qu := range HighQuantiles { + n := float64(len(a)) + k := int(qu * n) + + lowerRank := int((1 - (1+RelativeEpsilon)*(1-qu)) * n) + upperRank := int(math.Ceil((1 - (1-RelativeEpsilon)*(1-qu)) * n)) + w, min, max := a[k-1], a[lowerRank-1], a[upperRank-1] + if g := s.Query(qu); g < min || g > max { + t.Errorf("q=%f: want %v [%f,%f], got %v", qu, w, min, max, g) + } + } +} + +func populateStream(s *Stream) []float64 { + a := make([]float64, 0, 1e5+100) + for i := 0; i < cap(a); i++ { + v := rand.NormFloat64() + // Add 5% asymmetric outliers. + if i%20 == 0 { + v = v*v + 1 + } + s.Insert(v) + a = append(a, v) + } + return a +} + +func TestTargetedQuery(t *testing.T) { + rand.Seed(42) + s := NewTargeted(Targets) + a := populateStream(s) + verifyPercsWithAbsoluteEpsilon(t, a, s) +} + +func TestTargetedQuerySmallSampleSize(t *testing.T) { + rand.Seed(42) + s := NewTargeted(TargetsSmallEpsilon) + a := []float64{1, 2, 3, 4, 5} + for _, v := range a { + s.Insert(v) + } + verifyPercsWithAbsoluteEpsilon(t, a, s) + // If not yet flushed, results should be precise: + if !s.flushed() { + for φ, want := range map[float64]float64{ + 0.01: 1, + 0.10: 1, + 0.50: 3, + 0.90: 5, + 0.99: 5, + } { + if got := s.Query(φ); got != want { + t.Errorf("want %f for φ=%f, got %f", want, φ, got) + } + } + } +} + +func TestLowBiasedQuery(t *testing.T) { + rand.Seed(42) + s := NewLowBiased(RelativeEpsilon) + a := populateStream(s) + verifyLowPercsWithRelativeEpsilon(t, a, s) +} + +func TestHighBiasedQuery(t *testing.T) { + rand.Seed(42) + s := NewHighBiased(RelativeEpsilon) + a := populateStream(s) + verifyHighPercsWithRelativeEpsilon(t, a, s) +} + +// BrokenTestTargetedMerge is broken, see Merge doc comment. +func BrokenTestTargetedMerge(t *testing.T) { + rand.Seed(42) + s1 := NewTargeted(Targets) + s2 := NewTargeted(Targets) + a := populateStream(s1) + a = append(a, populateStream(s2)...) + s1.Merge(s2.Samples()) + verifyPercsWithAbsoluteEpsilon(t, a, s1) +} + +// BrokenTestLowBiasedMerge is broken, see Merge doc comment. +func BrokenTestLowBiasedMerge(t *testing.T) { + rand.Seed(42) + s1 := NewLowBiased(RelativeEpsilon) + s2 := NewLowBiased(RelativeEpsilon) + a := populateStream(s1) + a = append(a, populateStream(s2)...) + s1.Merge(s2.Samples()) + verifyLowPercsWithRelativeEpsilon(t, a, s2) +} + +// BrokenTestHighBiasedMerge is broken, see Merge doc comment. +func BrokenTestHighBiasedMerge(t *testing.T) { + rand.Seed(42) + s1 := NewHighBiased(RelativeEpsilon) + s2 := NewHighBiased(RelativeEpsilon) + a := populateStream(s1) + a = append(a, populateStream(s2)...) + s1.Merge(s2.Samples()) + verifyHighPercsWithRelativeEpsilon(t, a, s2) +} + +func TestUncompressed(t *testing.T) { + q := NewTargeted(Targets) + for i := 100; i > 0; i-- { + q.Insert(float64(i)) + } + if g := q.Count(); g != 100 { + t.Errorf("want count 100, got %d", g) + } + // Before compression, Query should have 100% accuracy. + for quantile := range Targets { + w := quantile * 100 + if g := q.Query(quantile); g != w { + t.Errorf("want %f, got %f", w, g) + } + } +} + +func TestUncompressedSamples(t *testing.T) { + q := NewTargeted(map[float64]float64{0.99: 0.001}) + for i := 1; i <= 100; i++ { + q.Insert(float64(i)) + } + if g := q.Samples().Len(); g != 100 { + t.Errorf("want count 100, got %d", g) + } +} + +func TestUncompressedOne(t *testing.T) { + q := NewTargeted(map[float64]float64{0.99: 0.01}) + q.Insert(3.14) + if g := q.Query(0.90); g != 3.14 { + t.Error("want PI, got", g) + } +} + +func TestDefaults(t *testing.T) { + if g := NewTargeted(map[float64]float64{0.99: 0.001}).Query(0.99); g != 0 { + t.Errorf("want 0, got %f", g) + } +} diff --git a/vendor/src/github.com/beorn7/perks/topk/topk.go b/vendor/src/github.com/beorn7/perks/topk/topk.go new file mode 100644 index 0000000..5ac3d99 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/topk/topk.go @@ -0,0 +1,90 @@ +package topk + +import ( + "sort" +) + +// http://www.cs.ucsb.edu/research/tech_reports/reports/2005-23.pdf + +type Element struct { + Value string + Count int +} + +type Samples []*Element + +func (sm Samples) Len() int { + return len(sm) +} + +func (sm Samples) Less(i, j int) bool { + return sm[i].Count < sm[j].Count +} + +func (sm Samples) Swap(i, j int) { + sm[i], sm[j] = sm[j], sm[i] +} + +type Stream struct { + k int + mon map[string]*Element + + // the minimum Element + min *Element +} + +func New(k int) *Stream { + s := new(Stream) + s.k = k + s.mon = make(map[string]*Element) + s.min = &Element{} + + // Track k+1 so that less frequenet items contended for that spot, + // resulting in k being more accurate. + return s +} + +func (s *Stream) Insert(x string) { + s.insert(&Element{x, 1}) +} + +func (s *Stream) Merge(sm Samples) { + for _, e := range sm { + s.insert(e) + } +} + +func (s *Stream) insert(in *Element) { + e := s.mon[in.Value] + if e != nil { + e.Count++ + } else { + if len(s.mon) < s.k+1 { + e = &Element{in.Value, in.Count} + s.mon[in.Value] = e + } else { + e = s.min + delete(s.mon, e.Value) + e.Value = in.Value + e.Count += in.Count + s.min = e + } + } + if e.Count < s.min.Count { + s.min = e + } +} + +func (s *Stream) Query() Samples { + var sm Samples + for _, e := range s.mon { + sm = append(sm, e) + } + sort.Sort(sort.Reverse(sm)) + + if len(sm) < s.k { + return sm + } + + return sm[:s.k] +} diff --git a/vendor/src/github.com/beorn7/perks/topk/topk_test.go b/vendor/src/github.com/beorn7/perks/topk/topk_test.go new file mode 100644 index 0000000..c24f0f7 --- /dev/null +++ b/vendor/src/github.com/beorn7/perks/topk/topk_test.go @@ -0,0 +1,57 @@ +package topk + +import ( + "fmt" + "math/rand" + "sort" + "testing" +) + +func TestTopK(t *testing.T) { + stream := New(10) + ss := []*Stream{New(10), New(10), New(10)} + m := make(map[string]int) + for _, s := range ss { + for i := 0; i < 1e6; i++ { + v := fmt.Sprintf("%x", int8(rand.ExpFloat64())) + s.Insert(v) + m[v]++ + } + stream.Merge(s.Query()) + } + + var sm Samples + for x, s := range m { + sm = append(sm, &Element{x, s}) + } + sort.Sort(sort.Reverse(sm)) + + g := stream.Query() + if len(g) != 10 { + t.Fatalf("got %d, want 10", len(g)) + } + for i, e := range g { + if sm[i].Value != e.Value { + t.Errorf("at %d: want %q, got %q", i, sm[i].Value, e.Value) + } + } +} + +func TestQuery(t *testing.T) { + queryTests := []struct { + value string + expected int + }{ + {"a", 1}, + {"b", 2}, + {"c", 2}, + } + + stream := New(2) + for _, tt := range queryTests { + stream.Insert(tt.value) + if n := len(stream.Query()); n != tt.expected { + t.Errorf("want %d, got %d", tt.expected, n) + } + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo b/vendor/src/github.com/carlosdp/twiliogo deleted file mode 160000 index b26045e..0000000 --- a/vendor/src/github.com/carlosdp/twiliogo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b26045ebb9d15c9296ba59d94687aaf7d2080905 diff --git a/vendor/src/github.com/carlosdp/twiliogo/.travis.yml b/vendor/src/github.com/carlosdp/twiliogo/.travis.yml new file mode 100644 index 0000000..30b30c4 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/.travis.yml @@ -0,0 +1,6 @@ +language: go + +go: +- 1.1 +- 1.2 +- tip diff --git a/vendor/src/github.com/carlosdp/twiliogo/LICENSE b/vendor/src/github.com/carlosdp/twiliogo/LICENSE new file mode 100644 index 0000000..38c6bf2 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) [year] [fullname] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/vendor/src/github.com/carlosdp/twiliogo/README.md b/vendor/src/github.com/carlosdp/twiliogo/README.md new file mode 100644 index 0000000..08731b3 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/README.md @@ -0,0 +1,113 @@ +[![Build Status](https://travis-ci.org/carlosdp/twiliogo.png?branch=master)](https://travis-ci.org/carlosdp/twiliogo) +# twilio-go +The unofficial Go helper library for [Twilio](http://twilio.com). + +# Installation + +``` bash +go get github.com/carlosdp/twiliogo +``` + +# Documentation + +[GoDoc](http://godoc.org/github.com/carlosdp/twiliogo) + +# Usage + +## Send a Text + +``` go +package main + +import ( + "fmt" + twilio "github.com/carlosdp/twiliogo" +) + +func main() { + client := twilio.NewClient("", "") + + message, err := twilio.NewMessage(client, "3334445555", "2223334444", twilio.Body("Hello World!")) + + if err != nil { + fmt.Println(err) + } else { + fmt.Println(message.Status) + } +} +``` + +## Make a Call + +``` go +package main + +import ( + "fmt" + twilio "github.com/carlosdp/twiliogo" +) + +func main() { + client := twilio.NewClient("", "") + + call, err := twilio.NewCall(client, "8883332222", "3334443333", nil) + + if err != nil { + fmt.Println(err) + } else { + fmt.Println("Call Queued!") + } +} +``` + +## Implemented Resources +- Calls +- Messages +- IncomingPhoneNumbers (partial) + +## Run Tests +Tests can be run using `go test`, as with most golang projects. This project also contains integration tests (where they can be done non-destructively using the API or the working Test Credential endpoints). + +These integration tests can be run by providing the necessary environment variables to access the API, as in this Makefile: + +```makefile +test: + @export API_KEY="";\ + export API_TOKEN="";\ + export TEST_KEY="";\ + export TEST_TOKEN="";\ + export TEST_FROM_NUMBER="";\ + export FROM_NUMBER="";\ + export TO_NUMBER="";\ + go test -v +``` + +## Contributing +This is a side project meant to allow for quick adoption of the Twilio API for those programming web applications with it in Go. Feel free to submit pull requests so that we can cover all of the features the Twilio API has to offer! + +## To Do +Here are a few things that the project needs in order to reach v1.0: + +1. Complete test coverage. Right now, tests cover the bare minimum of usage for each feature implemented. +2. Complete IncomingPhoneNumber functionality. +3. Implement the following resources: + - AvailablePhoneNumbers + - OutgoingCallerIds + - Applications + - ConnectApps + - AuthorizedConnectApps + - Conferences + - Queues + - Short Codes + - Recordings + - Transcriptions + - Notifications + - SIP Domains + - IpAccessControlLists + - CredentialLists + - Usage Records + - Usage Triggers + +## License +This project is licensed under the [MIT License](http://opensource.org/licenses/MIT) + diff --git a/vendor/src/github.com/carlosdp/twiliogo/call.go b/vendor/src/github.com/carlosdp/twiliogo/call.go new file mode 100644 index 0000000..37766f5 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/call.go @@ -0,0 +1,96 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +type Call struct { + Sid string `json:"sid"` + ParentCallSid string `json:"parent_call_sid"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + AccountSid string `json:"account_sid"` + To string `json:"to"` + From string `json:"from"` + PhoneNumberSid string `json:"phone_number_sid"` + Status string `json:"status"` + StartTime string `json:"start_time"` + EndTime string `json:"end_time"` + Duration string `json:"duration"` + Price string `json:"price"` + PriceUnit string `json:"price_unit"` + Direction string `json:"direction"` + AnsweredBy string `json:"answered_by"` + ForwardedFrom string `json:"forwarded_from"` + CallerName string `json:"caller_name"` + Uri string `json:"uri"` +} + +func NewCall(client Client, from, to string, callback Optional, optionals ...Optional) (*Call, error) { + var call *Call + + params := url.Values{} + params.Set("From", from) + params.Set("To", to) + + callbackType, callbackParam := callback.GetParam() + params.Set(callbackType, callbackParam) + + for _, optional := range optionals { + param, value := optional.GetParam() + params.Set(param, value) + } + + res, err := client.post(params, "/Calls.json") + + if err != nil { + return nil, err + } + + call = new(Call) + err = json.Unmarshal(res, call) + + return call, err +} + +func GetCall(client Client, sid string) (*Call, error) { + var call *Call + + res, err := client.get(url.Values{}, "/Calls/"+sid+".json") + + if err != nil { + return nil, err + } + + call = new(Call) + err = json.Unmarshal(res, call) + + return call, err +} + +func (call *Call) Update(client Client, optionals ...Optional) error { + var tempCall *Call + + params := url.Values{} + + for _, optional := range optionals { + param, value := optional.GetParam() + params.Set(param, value) + } + + res, err := client.post(params, "/Calls/"+call.Sid+".json") + + if err != nil { + return err + } + + tempCall = new(Call) + err = json.Unmarshal(res, tempCall) + + if err == nil { + call = tempCall + } + + return err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/call_integration_test.go b/vendor/src/github.com/carlosdp/twiliogo/call_integration_test.go new file mode 100644 index 0000000..8484d4e --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/call_integration_test.go @@ -0,0 +1,65 @@ +package twiliogo + +import ( + "github.com/stretchr/testify/assert" + "testing" +) + +func TestIntegrationCallList(t *testing.T) { + CheckTestEnv(t) + + client := NewClient(API_KEY, API_TOKEN) + + callList, err := GetCallList(client) + + if assert.Nil(t, err, "Failed to retrieve call list") { + calls := callList.GetCalls() + + assert.NotNil(t, calls, "Failed to retrieve calls") + } +} + +func TestIntegrationMakingCall(t *testing.T) { + CheckTestEnv(t) + + client := NewClient(TEST_KEY, TEST_TOKEN) + + call, err := NewCall(client, TEST_FROM_NUMBER, TO_NUMBER, Callback("http://test.com")) + + if assert.Nil(t, err, "Failed to make call") { + assert.Equal(t, call.Status, "queued", "Making Call failed, status: "+call.Status) + } +} + +func TestIntegrationCallListNextPage(t *testing.T) { + CheckTestEnv(t) + + client := NewClient(API_KEY, API_TOKEN) + + callList, err := GetCallList(client) + + if assert.Nil(t, err, "Failed to retrieve call list") { + nextPageCallList, err := callList.NextPage() + + if assert.Nil(t, err, "Failed to retrieve next page") { + assert.Equal(t, nextPageCallList.Page, 1, "Page incorrect on next page") + } + } +} + +func TestIntegrationGetCall(t *testing.T) { + CheckTestEnv(t) + + client := NewClient(API_KEY, API_TOKEN) + + callList, err := GetCallList(client) + + if assert.Nil(t, err, "Failed to retrieve call list") { + callSid := callList.Calls[0].Sid + call, err := GetCall(client, callSid) + + if assert.Nil(t, err, "Failed to retrieve call") { + assert.Equal(t, call.Sid, callSid, "Call was invalid") + } + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/call_list.go b/vendor/src/github.com/carlosdp/twiliogo/call_list.go new file mode 100644 index 0000000..dfe20d9 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/call_list.go @@ -0,0 +1,99 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +type CallList struct { + Client Client + Start int `json:"start"` + Total int `json:"total"` + NumPages int `json:"num_pages"` + Page int `json:"page"` + PageSize int `json:"page_size"` + End int `json:"end"` + Uri string `json:"uri"` + FirstPageUri string `json:"first_page_uri"` + LastPageUri string `json:"last_page_uri"` + NextPageUri string `json:"next_page_uri"` + PreviousPageUri string `json"previous_page_uri"` + Calls []Call `json:"calls"` +} + +func GetCallList(client Client, optionals ...Optional) (*CallList, error) { + var callList *CallList + + params := url.Values{} + + for _, optional := range optionals { + param, value := optional.GetParam() + params.Set(param, value) + } + + body, err := client.get(nil, "/Calls.json") + + if err != nil { + return nil, err + } + + callList = new(CallList) + callList.Client = client + err = json.Unmarshal(body, callList) + + return callList, err +} + +func (callList *CallList) GetCalls() []Call { + return callList.Calls +} + +func (currentCallList *CallList) HasNextPage() bool { + return currentCallList.NextPageUri != "" +} + +func (currentCallList *CallList) NextPage() (*CallList, error) { + if !currentCallList.HasNextPage() { + return nil, Error{"No next page"} + } + + return currentCallList.getPage(currentCallList.NextPageUri) +} + +func (currentCallList *CallList) HasPreviousPage() bool { + return currentCallList.PreviousPageUri != "" +} + +func (currentCallList *CallList) PreviousPage() (*CallList, error) { + if !currentCallList.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return currentCallList.getPage(currentCallList.NextPageUri) +} + +func (currentCallList *CallList) FirstPage() (*CallList, error) { + return currentCallList.getPage(currentCallList.FirstPageUri) +} + +func (currentCallList *CallList) LastPage() (*CallList, error) { + return currentCallList.getPage(currentCallList.LastPageUri) +} + +func (currentCallList *CallList) getPage(uri string) (*CallList, error) { + var callList *CallList + + client := currentCallList.Client + + body, err := client.get(nil, uri) + + if err != nil { + return callList, err + } + + callList = new(CallList) + callList.Client = client + err = json.Unmarshal(body, callList) + + return callList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/call_test.go b/vendor/src/github.com/carlosdp/twiliogo/call_test.go new file mode 100644 index 0000000..3f18ba8 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/call_test.go @@ -0,0 +1,68 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" + "testing" + + "github.com/stretchr/testify/assert" +) + +var testCall = Call{ + Sid: "testsid", + ParentCallSid: "", + DateCreated: "2013-05-11", + DateUpdated: "2013-05-11", + AccountSid: "AC3TestAccount", + To: "+15555555555", + From: "+16666666666", + PhoneNumberSid: "", + Status: "queued", + StartTime: "5:00", + EndTime: "6:00", + Duration: "5", + Price: "4", + PriceUnit: "dollars", + Direction: "outbound-api", + AnsweredBy: "", + ForwardedFrom: "", + CallerName: "", + Uri: "/2010-04-01/Accounts/AC3TestAccount/Calls/testsid.json", +} + +func TestNewCall(t *testing.T) { + client := new(MockClient) + + callJson, _ := json.Marshal(testCall) + + params := url.Values{} + params.Set("From", "6666666666") + params.Set("To", "5555555555") + params.Set("Url", "http://callback.com") + + client.On("post", params, "/Calls.json").Return(callJson, nil) + + call, err := NewCall(client, "6666666666", "5555555555", Callback("http://callback.com")) + + client.Mock.AssertExpectations(t) + + if assert.Nil(t, err, "Error unmarshaling call") { + assert.Equal(t, call.Sid, "testsid", "Call malformed") + } +} + +func TestGetCall(t *testing.T) { + client := new(MockClient) + + callJson, _ := json.Marshal(testCall) + + client.On("get", url.Values{}, "/Calls/testsid.json").Return(callJson, nil) + + call, err := GetCall(client, "testsid") + + client.Mock.AssertExpectations(t) + + if assert.Nil(t, err, "Error unmarshaling call") { + assert.Equal(t, call.Sid, "testsid", "Call malformed") + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/client.go b/vendor/src/github.com/carlosdp/twiliogo/client.go new file mode 100644 index 0000000..8f6cfc4 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/client.go @@ -0,0 +1,174 @@ +package twiliogo + +import ( + "encoding/json" + "fmt" + "io/ioutil" + "net/http" + "net/url" + "strings" +) + +const ROOT = "https://api.twilio.com" +const VERSION = "2010-04-01" + +type Client interface { + AccountSid() string + AuthToken() string + RootUrl() string + get(url.Values, string) ([]byte, error) + post(url.Values, string) ([]byte, error) + delete(string) error +} + +type TwilioClient struct { + accountSid string + authToken string + rootUrl string +} + +var _ Client = &TwilioClient{} + +func NewClient(accountSid, authToken string) *TwilioClient { + rootUrl := ROOT + "/" + VERSION + "/Accounts/" + accountSid + return &TwilioClient{accountSid, authToken, rootUrl} +} + +func (client *TwilioClient) post(values url.Values, uri string) ([]byte, error) { + req, err := http.NewRequest("POST", client.buildUri(uri), strings.NewReader(values.Encode())) + + if err != nil { + return nil, err + } + + req.SetBasicAuth(client.AccountSid(), client.AuthToken()) + req.Header.Add("Content-Type", "application/x-www-form-urlencoded") + httpClient := &http.Client{} + + res, err := httpClient.Do(req) + + if err != nil { + return nil, err + } + + defer res.Body.Close() + + body, err := ioutil.ReadAll(res.Body) + + if err != nil { + return body, err + } + + if res.StatusCode != 200 && res.StatusCode != 201 { + if res.StatusCode == 500 { + return body, Error{"Server Error"} + } else { + twilioError := new(TwilioError) + json.Unmarshal(body, twilioError) + return body, twilioError + } + } + + return body, err +} + +func (client *TwilioClient) get(queryParams url.Values, uri string) ([]byte, error) { + var params *strings.Reader + + if queryParams == nil { + queryParams = url.Values{} + } + + params = strings.NewReader(queryParams.Encode()) + req, err := http.NewRequest("GET", client.buildUri(uri), params) + + if err != nil { + return nil, err + } + + req.SetBasicAuth(client.AccountSid(), client.AuthToken()) + httpClient := &http.Client{} + + res, err := httpClient.Do(req) + + if err != nil { + return nil, err + } + + defer res.Body.Close() + + body, err := ioutil.ReadAll(res.Body) + + if err != nil { + return body, err + } + + if res.StatusCode != 200 && res.StatusCode != 201 { + if res.StatusCode == 500 { + return body, Error{"Server Error"} + } else { + twilioError := new(TwilioError) + json.Unmarshal(body, twilioError) + return body, twilioError + } + } + + return body, err +} + +func (client *TwilioClient) delete(uri string) error { + req, err := http.NewRequest("DELETE", client.buildUri(uri), nil) + + if err != nil { + return err + } + + req.SetBasicAuth(client.AccountSid(), client.AuthToken()) + httpClient := &http.Client{} + + res, err := httpClient.Do(req) + + if err != nil { + return err + } + + defer res.Body.Close() + + if res.StatusCode != 204 { + return fmt.Errorf("Non-204 returned from server for DELETE: %d", res.StatusCode) + } + + return nil +} + +func (client *TwilioClient) AccountSid() string { + return client.accountSid +} + +func (client *TwilioClient) AuthToken() string { + return client.authToken +} + +func (client *TwilioClient) RootUrl() string { + return client.rootUrl +} + +func (client *TwilioClient) buildUri(parts ...string) string { + if len(parts) == 0 { + return "" + } + + newParts := make([]string, 0, len(parts)) + // Check for "http" because sometimes we get raw URLs from following the metadata. + if !strings.HasPrefix(parts[0], "http") { + newParts = append(newParts, client.RootUrl()) + } + for _, p := range parts { + p = strings.Trim(p, "/") + if p == "" { + continue + } + newParts = append(newParts, p) + } + return strings.Join(newParts, "/") +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/errors.go b/vendor/src/github.com/carlosdp/twiliogo/errors.go new file mode 100644 index 0000000..a326122 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/errors.go @@ -0,0 +1,38 @@ +package twiliogo + +import "fmt" + +type Error struct { + Description string +} + +func (e Error) Error() string { + return e.Description +} + +type TwilioError struct { + Status int `json:"status"` + Message string `json:"message"` + Code int `json:"code"` + MoreInfo string `json:"more_info"` +} + +func (e TwilioError) Error() string { + var message string + + message = "Twilio Error, " + + if e.Status != 0 { + message += fmt.Sprintf("Status: %d", e.Status) + } + + if e.Code != 0 { + message += fmt.Sprintf(", Code: %d", e.Code) + } + + if e.Message != "" { + message += ", Message: " + e.Message + } + + return message +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/helper_test.go b/vendor/src/github.com/carlosdp/twiliogo/helper_test.go new file mode 100644 index 0000000..446ca11 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/helper_test.go @@ -0,0 +1,33 @@ +package twiliogo + +import ( + "os" + "testing" +) + +var API_KEY string = os.Getenv("API_KEY") +var API_TOKEN string = os.Getenv("API_TOKEN") +var FROM_NUMBER string = os.Getenv("FROM_NUMBER") + +var TEST_KEY string = os.Getenv("TEST_KEY") +var TEST_TOKEN string = os.Getenv("TEST_TOKEN") +var TEST_FROM_NUMBER string = os.Getenv("TEST_FROM_NUMBER") + +var TO_NUMBER string = os.Getenv("TO_NUMBER") + +func CheckTestEnv(t *testing.T) { + if API_KEY == "" || API_TOKEN == "" || + TEST_KEY == "" || TEST_TOKEN == "" || + TEST_FROM_NUMBER == "" || FROM_NUMBER == "" || + TO_NUMBER == "" { + t.SkipNow() + } +} + +func TestBuildUri(t *testing.T) { + c := NewClient("abc", "") + uri := c.buildUri("qzx") + if uri != ROOT+"/"+VERSION+"/Accounts/abc/qzx" { + t.Errorf("buildUri failed: got %s", uri) + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number.go b/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number.go new file mode 100644 index 0000000..a7482a3 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number.go @@ -0,0 +1,75 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +type Capabilites struct { + Voice bool `json:"voice"` + SMS bool `json:"SMS"` + MMS bool `json:"MMS"` +} + +type IncomingPhoneNumber struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + FriendlyName string `json:"friendly_name"` + PhoneNumber string `json:"phone_number"` + VoiceUrl string `json:"voice_url"` + VoiceMethod string `json:"voice_method"` + VoiceFallbackUrl string `json:"voice_fallback_url"` + VoiceFallbackMethod string `json:"voice_fallback_method"` + StatusCallback string `json:"status_callback"` + StatusCallbackMethod string `json:"status_callback_method"` + VoiceCallerIdLookup bool `json:"voice_caller_id_lookup"` + VoiceApplicationId string `json:"voice_application_id"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + SmsUrl string `json:"sms_url"` + SmsMethod string `json:"sms_method"` + SmsFallbackUrl string `json:"sms_fallback_url"` + SmsFallbackMethod string `json:"sms_fallback_method"` + SmsApplicationId string `json:"sms_application_id"` + Capabilities Capabilites `json:"capabilities"` + ApiVersion string `json:"api_version"` + Uri string `json:"uri"` +} + +func GetIncomingPhoneNumber(client Client, sid string) (*IncomingPhoneNumber, error) { + var incomingPhoneNumber *IncomingPhoneNumber + + res, err := client.get(url.Values{}, "/IncomingPhoneNumbers/"+sid+".json") + + if err != nil { + return nil, err + } + + incomingPhoneNumber = new(IncomingPhoneNumber) + err = json.Unmarshal(res, incomingPhoneNumber) + + return incomingPhoneNumber, err +} + +func BuyPhoneNumber(client Client, number Optional) (*IncomingPhoneNumber, error) { + var incomingPhoneNumber *IncomingPhoneNumber + + if number == nil { + return nil, Error{"Must input PhoneNumber or AreaCode"} + } + + params := url.Values{} + param, value := number.GetParam() + params.Set(param, value) + + res, err := client.post(params, "/IncomingPhoneNumbers.json") + + if err != nil { + return incomingPhoneNumber, err + } + + incomingPhoneNumber = new(IncomingPhoneNumber) + err = json.Unmarshal(res, incomingPhoneNumber) + + return incomingPhoneNumber, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_list.go b/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_list.go new file mode 100644 index 0000000..fd331aa --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_list.go @@ -0,0 +1,45 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +type IncomingPhoneNumberList struct { + Client Client + Start int `json:"start"` + Total int `json:"total"` + NumPages int `json:"num_pages"` + Page int `json:"page"` + PageSize int `json:"page_size"` + End int `json:"end"` + Uri string `json:"uri"` + FirstPageUri string `json:"first_page_uri"` + LastPageUri string `json:"last_page_uri"` + NextPageUri string `json:"next_page_uri"` + PreviousPageUri string `json"previous_page_uri"` + IncomingPhoneNumbers []IncomingPhoneNumber `json:"incoming_phone_numbers"` +} + +func GetIncomingPhoneNumberList(client Client, optionals ...Optional) (*IncomingPhoneNumberList, error) { + var incomingPhoneNumberList *IncomingPhoneNumberList + + params := url.Values{} + + for _, optional := range optionals { + param, value := optional.GetParam() + params.Set(param, value) + } + + body, err := client.get(params, "/IncomingPhoneNumbers.json") + + if err != nil { + return nil, err + } + + incomingPhoneNumberList = new(IncomingPhoneNumberList) + incomingPhoneNumberList.Client = client + err = json.Unmarshal(body, incomingPhoneNumberList) + + return incomingPhoneNumberList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_test.go b/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_test.go new file mode 100644 index 0000000..3b699b9 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/incoming_phone_number_test.go @@ -0,0 +1,65 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" + "testing" + + "github.com/stretchr/testify/assert" +) + +var testNumber = IncomingPhoneNumber{ + Sid: "testsid", + AccountSid: "AC3TestAccount", + FriendlyName: "testname", + PhoneNumber: "+1 (444) 444-4444", + VoiceUrl: "http://test.com", + VoiceMethod: "POST", + VoiceFallbackUrl: "http://fail.com", + VoiceFallbackMethod: "GET", + VoiceCallerIdLookup: true, + StatusCallback: "http://status.com", + StatusCallbackMethod: "GET", + SmsUrl: "http://sms.com", + SmsMethod: "GET", + DateCreated: "2013-05-11", + DateUpdated: "2013-05-11", + Capabilities: Capabilites{true, true, true}, + ApiVersion: "2008-04-01", + Uri: "/2010-04-01/Accounts/AC3TestAccount/Messages/testsid.json", +} + +func TestBuyPhoneNumber(t *testing.T) { + client := new(MockClient) + + numberJson, _ := json.Marshal(testNumber) + + params := url.Values{} + params.Set("PhoneNumber", "4444444444") + + client.On("post", params, "/IncomingPhoneNumbers.json").Return(numberJson, nil) + + number, err := BuyPhoneNumber(client, PhoneNumber("4444444444")) + + client.Mock.AssertExpectations(t) + + if assert.Nil(t, err, "Error unmarshaling number") { + assert.Equal(t, number.Sid, "testsid", "Number malformed") + } +} + +func TestGetIncomingPhoneNumber(t *testing.T) { + client := new(MockClient) + + numberJson, _ := json.Marshal(testNumber) + + client.On("get", url.Values{}, "/IncomingPhoneNumbers/testsid.json").Return(numberJson, nil) + + number, err := GetIncomingPhoneNumber(client, "testsid") + + client.Mock.AssertExpectations(t) + + if assert.Nil(t, err, "Error unmarshaling number") { + assert.Equal(t, number.Sid, "testsid", "Number malformed") + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_channel.go b/vendor/src/github.com/carlosdp/twiliogo/ip_channel.go new file mode 100644 index 0000000..5819f79 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_channel.go @@ -0,0 +1,197 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +// IPChannel is a IP Messaging Channel resource. +type IPChannel struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + ServiceSid string `json:"service_sid"` + FriendlyName string `json:"friendly_name"` + UniqueName string `json:"unique_name"` + Attributes string `json:"attributes"` + Type string `json:"type"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + CreatedBy string `json:"created_by"` + URL string `json:"url"` + Links map[string]string `json:"links"` +} + +// IPChannelList gives the results for querying the set of channels. Returns the first page +// by default. +type IPChannelList struct { + Client Client + Channels []IPChannel `json:"channels"` + Meta Meta `json:"meta"` +} + +// NewIPChannel creates a new IP Messaging Channel. +func NewIPChannel(client *TwilioIPMessagingClient, serviceSid string, friendlyName string, uniqueName string, public bool, attributes string) (*IPChannel, error) { + var channel *IPChannel + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("UniqueName", uniqueName) + kind := "private" + if public { + kind = "public" + } + params.Set("Type", kind) + params.Set("Attributes", attributes) + + res, err := client.post(params, "/Services/"+serviceSid+"/Channels.json") + + if err != nil { + return channel, err + } + + channel = new(IPChannel) + err = json.Unmarshal(res, channel) + + return channel, err +} + +// UpdateIPChannel updates ane existing IP Messaging Channel. +func UpdateIPChannel(client *TwilioIPMessagingClient, serviceSid string, sid string, friendlyName string, uniqueName string, public bool, attributes string) (*IPChannel, error) { + var channel *IPChannel + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("UniqueName", uniqueName) + kind := "private" + if public { + kind = "public" + } + params.Set("Type", kind) + params.Set("Attributes", attributes) + + res, err := client.post(params, "/Services/"+serviceSid+"/Channels/"+sid+".json") + + if err != nil { + return channel, err + } + + channel = new(IPChannel) + err = json.Unmarshal(res, channel) + + return channel, err +} + +// GetIPChannel returns the specified IP Channel. +func GetIPChannel(client *TwilioIPMessagingClient, serviceSid string, sid string) (*IPChannel, error) { + var channel *IPChannel + + res, err := client.get(url.Values{}, "/Services/"+serviceSid+"/Channels/"+sid+".json") + + if err != nil { + return nil, err + } + + channel = new(IPChannel) + err = json.Unmarshal(res, channel) + + return channel, err +} + +// DeleteIPChannel deletes the given IP Channel. +func DeleteIPChannel(client *TwilioIPMessagingClient, serviceSid, sid string) error { + return client.delete("/Services/" + serviceSid + "/Channels/" + sid) +} + +// ListIPChannels returns the first page of channels. +func ListIPChannels(client *TwilioIPMessagingClient, serviceSid string) (*IPChannelList, error) { + var channelList *IPChannelList + + body, err := client.get(nil, "/Services/"+serviceSid+"/Channels.json") + + if err != nil { + return channelList, err + } + + channelList = new(IPChannelList) + channelList.Client = client + err = json.Unmarshal(body, channelList) + + return channelList, err +} + +// GetChannels recturns the current page of channels. +func (c *IPChannelList) GetChannels() []IPChannel { + return c.Channels +} + +// GetAllChannels returns all of the channels from all of the pages (from here forward). +func (c *IPChannelList) GetAllChannels() ([]IPChannel, error) { + channels := c.Channels + t := c + + for t.HasNextPage() { + var err error + t, err = t.NextPage() + if err != nil { + return nil, err + } + channels = append(channels, t.Channels...) + } + return channels, nil +} + +// HasNextPage returns whether or not there is a next page of channels. +func (c *IPChannelList) HasNextPage() bool { + return c.Meta.NextPageUri != "" +} + +// NextPage returns the next page of channels. +func (c *IPChannelList) NextPage() (*IPChannelList, error) { + if !c.HasNextPage() { + return nil, Error{"No next page"} + } + + return c.getPage(c.Meta.NextPageUri) +} + +// HasPreviousPage indicates whether or not there is a previous page of results. +func (c *IPChannelList) HasPreviousPage() bool { + return c.Meta.PreviousPageUri != "" +} + +// PreviousPage returns the previous page of channels. +func (c *IPChannelList) PreviousPage() (*IPChannelList, error) { + if !c.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return c.getPage(c.Meta.NextPageUri) +} + +// FirstPage returns the first page of channels. +func (c *IPChannelList) FirstPage() (*IPChannelList, error) { + return c.getPage(c.Meta.FirstPageUri) +} + +// LastPage returns the last page of channels. +func (c *IPChannelList) LastPage() (*IPChannelList, error) { + return c.getPage(c.Meta.LastPageUri) +} + +func (c *IPChannelList) getPage(uri string) (*IPChannelList, error) { + var channelList *IPChannelList + + client := c.Client + + body, err := client.get(nil, uri) + + if err != nil { + return channelList, err + } + + channelList = new(IPChannelList) + channelList.Client = client + err = json.Unmarshal(body, channelList) + + return channelList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_client.go b/vendor/src/github.com/carlosdp/twiliogo/ip_client.go new file mode 100644 index 0000000..b8d99c2 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_client.go @@ -0,0 +1,21 @@ +package twiliogo + +// Constants for the IP Messaging service. +const ( + IP_MESSAGING_ROOT = "https://ip-messaging.twilio.com" + IP_MESSAGING_VERSION = "v1" + IP_MESSAGING_ROOT_URL = IP_MESSAGING_ROOT + "/" + IP_MESSAGING_VERSION +) + +// TwilioIPMessagingClient is used for accessing the Twilio IP Messaging API. +type TwilioIPMessagingClient struct { + TwilioClient +} + +var _ Client = &TwilioIPMessagingClient{} + +// NewIPMessagingClient creates a new Twilio IP Messaging client. +func NewIPMessagingClient(accountSid, authToken string) *TwilioIPMessagingClient { + rootUrl := IP_MESSAGING_ROOT + "/" + IP_MESSAGING_VERSION + return &TwilioIPMessagingClient{TwilioClient{accountSid, authToken, rootUrl}} +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_credential.go b/vendor/src/github.com/carlosdp/twiliogo/ip_credential.go new file mode 100644 index 0000000..6f59d3f --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_credential.go @@ -0,0 +1,200 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +// IPCredential is a IP Messaging Credential resource. +type IPCredential struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + FriendlyName string `json:"friendly_name"` + Type string `json:"type"` // apns or gcm + Sandbox bool `json:"sandbox"` + URL string `json:"url"` +} + +// IPCredentialList gives the results for querying the set of credentials. Returns the first page +// by default. +type IPCredentialList struct { + Client Client + Credentials []IPCredential `json:"credentials"` + Meta Meta `json:"meta"` +} + +// NewIPCredential creates a new IP Messaging Credential. +// Kind must be apns or gcm. +func NewIPCredential(client *TwilioIPMessagingClient, friendlyName string, kind string, sandbox bool, apnsCert string, apnsPrivateKey string, + gcmApiKey string) (*IPCredential, error) { + var credential *IPCredential + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("Type", kind) + if sandbox { + params.Set("Sandbox", "true") + } else { + params.Set("Sandbox", "false") + } + if apnsCert != "" { + params.Set("Certificate", apnsCert) + } + if apnsPrivateKey != "" { + params.Set("PrivateKey", apnsPrivateKey) + } + if gcmApiKey != "" { + params.Set("ApiKey", gcmApiKey) + } + + res, err := client.post(params, "/Credentials.json") + + if err != nil { + return credential, err + } + + credential = new(IPCredential) + err = json.Unmarshal(res, credential) + + return credential, err +} + +// GetIPCredential returns information on the specified credential. +func GetIPCredential(client *TwilioIPMessagingClient, sid string) (*IPCredential, error) { + var credential *IPCredential + + res, err := client.get(url.Values{}, "/Credentials/"+sid+".json") + + if err != nil { + return nil, err + } + + credential = new(IPCredential) + err = json.Unmarshal(res, credential) + + return credential, err +} + +// DeleteIPCredential deletes the given IP Credential. +func DeleteIPCredential(client *TwilioIPMessagingClient, sid string) error { + return client.delete("/Credentials/" + sid) +} + +// UpdateIPCredential updates an existing IP Messaging Credential. +func UpdateIPCredential(client *TwilioIPMessagingClient, sid string, friendlyName string, kind string, sandbox bool) (*IPCredential, error) { + var credential *IPCredential + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("Type", kind) + if sandbox { + params.Set("Sandbox", "true") + } else { + params.Set("Sandbox", "false") + } + + res, err := client.post(params, "/Credentials/"+sid+".json") + + if err != nil { + return credential, err + } + + credential = new(IPCredential) + err = json.Unmarshal(res, credential) + + return credential, err +} + +// ListIPCredentials returns the first page of credentials. +func ListIPCredentials(client *TwilioIPMessagingClient) (*IPCredentialList, error) { + var credentialList *IPCredentialList + + body, err := client.get(nil, "/Credentials.json") + + if err != nil { + return credentialList, err + } + + credentialList = new(IPCredentialList) + credentialList.Client = client + err = json.Unmarshal(body, credentialList) + + return credentialList, err +} + +// GetCredentials returns the current page of credentials. +func (s *IPCredentialList) GetCredentials() []IPCredential { + return s.Credentials +} + +// GetAllCredentials returns all of the credentials from all of the pages (from here forward). +func (s *IPCredentialList) GetAllCredentials() ([]IPCredential, error) { + credentials := s.Credentials + t := s + + for t.HasNextPage() { + var err error + t, err = t.NextPage() + if err != nil { + return nil, err + } + credentials = append(credentials, t.Credentials...) + } + return credentials, nil +} + +// HasNextPage returns whether or not there is a next page of credentials. +func (s *IPCredentialList) HasNextPage() bool { + return s.Meta.NextPageUri != "" +} + +// NextPage returns the next page of credentials. +func (s *IPCredentialList) NextPage() (*IPCredentialList, error) { + if !s.HasNextPage() { + return nil, Error{"No next page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// HasPreviousPage indicates whether or not there is a previous page of results. +func (s *IPCredentialList) HasPreviousPage() bool { + return s.Meta.PreviousPageUri != "" +} + +// PreviousPage returns the previous page of credentials. +func (s *IPCredentialList) PreviousPage() (*IPCredentialList, error) { + if !s.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// FirstPage returns the first page of credentials. +func (s *IPCredentialList) FirstPage() (*IPCredentialList, error) { + return s.getPage(s.Meta.FirstPageUri) +} + +// LastPage returns the last page of credentials. +func (s *IPCredentialList) LastPage() (*IPCredentialList, error) { + return s.getPage(s.Meta.LastPageUri) +} + +func (s *IPCredentialList) getPage(uri string) (*IPCredentialList, error) { + var credentialList *IPCredentialList + + client := s.Client + + body, err := client.get(nil, uri) + + if err != nil { + return credentialList, err + } + + credentialList = new(IPCredentialList) + credentialList.Client = client + err = json.Unmarshal(body, credentialList) + + return credentialList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_integration_test.go b/vendor/src/github.com/carlosdp/twiliogo/ip_integration_test.go new file mode 100644 index 0000000..2fb1c8a --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_integration_test.go @@ -0,0 +1,177 @@ +package twiliogo + +import ( + "fmt" + "testing" + "time" + + "github.com/stretchr/testify/assert" +) + +func TestIntegrationIPMessaging(t *testing.T) { + CheckTestEnv(t) + + client := NewIPMessagingClient(API_KEY, API_TOKEN) + + service, err := NewIPService(client, "integration_test", "", "", 60*time.Second, nil) + + if !assert.Nil(t, err, fmt.Sprintf("Failed to create service: %v", err)) { + return + } + ssid := service.Sid + if !assert.NotEqual(t, "", ssid, "Service SID was empty") { + return + } + + defer DeleteIPService(client, ssid) + serviceList, err := ListIPServices(client) + if !assert.Nil(t, err, fmt.Sprintf("Failed to retrieve service list: %v", err)) { + return + } + services, err := serviceList.GetAllServices() + if !assert.Nil(t, err, fmt.Sprintf("Failed to get all services: %v", err)) { + return + } + + found := false + for _, s := range services { + if s.FriendlyName == "integration_test" && s.Sid == ssid { + found = true + break + } + } + if !assert.True(t, found, "Could not find service") { + return + } + + channel, err := NewIPChannel(client, ssid, "integration-channel", "", false, "") + if !assert.Nil(t, err, fmt.Sprintf("Failed to create channel: %v", err)) { + return + } + csid := channel.Sid + if !assert.NotEqual(t, "", csid, "Channel SID was empty") { + return + } + + channelList, err := ListIPChannels(client, ssid) + if !assert.Nil(t, err, fmt.Sprintf("Failed to list channels: %v", err)) { + return + } + channels, err := channelList.GetAllChannels() + if !assert.Nil(t, err, fmt.Sprintf("Failed to get all channels: %v", err)) { + return + } + + found = false + for _, c := range channels { + if c.Sid == csid { + found = true + break + } + } + if !assert.True(t, found, "Could not find channel") { + return + } + + // disables for now because I don't have keys to test with + /* + credential, err := NewIPCredential(client, "integration_cred", "gcm", false, "", "", "") + if !assert.Nil(t, err, fmt.Sprintf("Failed to create credential: %v", err)) { + return + } + credSid := credential.Sid + if !assert.NotEqual(t, "", credSid, "Credential SID was empty") { + return + } + */ + + role, err := NewIPRole(client, ssid, "integration_role", "channel", + []string{PermissionSendMessage, PermissionEditOwnMessage}) + if !assert.Nil(t, err, fmt.Sprintf("Failed to create role: %v", err)) { + return + } + + roleSid := role.Sid + if !assert.NotEqual(t, "", roleSid, "Role SID was empty") { + return + } + + user, err := NewIPUser(client, ssid, "integration_user", "") + if !assert.Nil(t, err, fmt.Sprintf("Failed to create user: %v", err)) { + return + } + + userSid := user.Sid + if !assert.NotEqual(t, "", userSid, "User SID was empty") { + return + } + + member, err := AddIPMemberToChannel(client, ssid, csid, "integration_user", roleSid) + if !assert.Nil(t, err, fmt.Sprintf("Failed to add member: %v", err)) { + return + } + + memberSid := member.Sid + if !assert.NotEqual(t, "", memberSid, "Member SID was empty") { + return + } + + _, err = NewIPUser(client, ssid, "integration_user2", "") + if !assert.Nil(t, err, fmt.Sprintf("Failed to create user: %v", err)) { + return + } + _, err = AddIPMemberToChannel(client, ssid, csid, "integration_user2", roleSid) + if !assert.Nil(t, err, fmt.Sprintf("Failed to add member: %v", err)) { + return + } + + memberList, err := ListIPMembers(client, ssid, csid) + if !assert.Nil(t, err, fmt.Sprintf("Failed to add member: %v", err)) { + return + } + + members, err := memberList.GetAllMembers() + if !assert.Nil(t, err, fmt.Sprintf("Failed to list members: %v", err)) { + return + } + + found = false + for _, m := range members { + if m.Sid == memberSid && m.Identity == member.Identity { + found = true + break + } + } + + if !assert.True(t, found, "Could not find member") { + return + } + + message, err := SendIPMessageToChannel(client, ssid, csid, "integration_user2", "testing integration") + if !assert.Nil(t, err, fmt.Sprintf("Failed to send message: %v", err)) { + return + } + if !assert.NotEqual(t, "", message.Sid, "Message SID was empty") { + return + } + + found = false + messageList, err := ListIPMessages(client, ssid, csid) + if !assert.Nil(t, err, fmt.Sprintf("Failed to list messages: %v", err)) { + return + } + messages, err := messageList.GetAllMessages() + if !assert.Nil(t, err, fmt.Sprintf("Failed to get all messages: %v", err)) { + return + } + found = false + for _, m := range messages { + if m.Sid == message.Sid && m.Body == "testing integration" { + found = true + break + } + } + if !assert.True(t, found, "Could not find message") { + return + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_member.go b/vendor/src/github.com/carlosdp/twiliogo/ip_member.go new file mode 100644 index 0000000..4b5f693 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_member.go @@ -0,0 +1,164 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +// IPMember is a IP Messaging Member resource. +type IPMember struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + ChannelSid string `json:"channel_sid"` + ServiceSid string `json:"service_sid"` + Identity string `json:"identity"` + RoleSid *string `json:"role_sid"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + URL string `json:"url"` +} + +// IPMemberList gives the results for querying the set of members. Returns the first page +// by default. +type IPMemberList struct { + Client Client + Members []IPMember `json:"members"` + Meta Meta `json:"meta"` +} + +// AddIPMemberToChannel adds a member to a channel. +func AddIPMemberToChannel(client *TwilioIPMessagingClient, serviceSid string, channelSid string, identity string, roleSid string) (*IPMember, error) { + var member *IPMember + + params := url.Values{} + params.Set("Identity", identity) + if roleSid != "" { + params.Set("RoleSid", roleSid) + } + + res, err := client.post(params, "/Services/"+serviceSid+"/Channels/"+channelSid+"/Members.json") + + if err != nil { + return member, err + } + + member = new(IPMember) + err = json.Unmarshal(res, member) + + return member, err +} + +// GetIPChannelMember returns the specified IP Member in the channel. +func GetIPChannelMember(client *TwilioIPMessagingClient, serviceSid, channelSid, sid string) (*IPMember, error) { + var member *IPMember + + res, err := client.get(url.Values{}, "/Services/"+serviceSid+"/Channels/"+channelSid+"/Members/"+sid+".json") + + if err != nil { + return nil, err + } + + member = new(IPMember) + err = json.Unmarshal(res, member) + + return member, err +} + +// RemoveIPMemberFromChannel removes the given member from the channel. +func RemoveIPMemberFromChannel(client *TwilioIPMessagingClient, serviceSid, channelSid, sid string) error { + return client.delete("/Services/" + serviceSid + "/Channels/" + channelSid + "/Members/" + sid) +} + +// ListIPMembers returns the first page of members. +func ListIPMembers(client *TwilioIPMessagingClient, serviceSid, channelSid string) (*IPMemberList, error) { + var memberList *IPMemberList + + body, err := client.get(nil, "/Services/"+serviceSid+"/Channels/"+channelSid+"/Members.json") + + if err != nil { + return memberList, err + } + + memberList = new(IPMemberList) + memberList.Client = client + err = json.Unmarshal(body, memberList) + + return memberList, err +} + +// GetMembers recturns the current page of members. +func (c *IPMemberList) GetMembers() []IPMember { + return c.Members +} + +// GetAllMembers returns all of the members from all of the pages (from here forward). +func (c *IPMemberList) GetAllMembers() ([]IPMember, error) { + members := c.Members + t := c + + for t.HasNextPage() { + var err error + t, err = t.NextPage() + if err != nil { + return nil, err + } + members = append(members, t.Members...) + } + return members, nil +} + +// HasNextPage returns whether or not there is a next page of members. +func (c *IPMemberList) HasNextPage() bool { + return c.Meta.NextPageUri != "" +} + +// NextPage returns the next page of members. +func (c *IPMemberList) NextPage() (*IPMemberList, error) { + if !c.HasNextPage() { + return nil, Error{"No next page"} + } + + return c.getPage(c.Meta.NextPageUri) +} + +// HasPreviousPage indicates whether or not there is a previous page of results. +func (c *IPMemberList) HasPreviousPage() bool { + return c.Meta.PreviousPageUri != "" +} + +// PreviousPage returns the previous page of members. +func (c *IPMemberList) PreviousPage() (*IPMemberList, error) { + if !c.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return c.getPage(c.Meta.NextPageUri) +} + +// FirstPage returns the first page of members. +func (c *IPMemberList) FirstPage() (*IPMemberList, error) { + return c.getPage(c.Meta.FirstPageUri) +} + +// LastPage returns the last page of members. +func (c *IPMemberList) LastPage() (*IPMemberList, error) { + return c.getPage(c.Meta.LastPageUri) +} + +func (c *IPMemberList) getPage(uri string) (*IPMemberList, error) { + var memberList *IPMemberList + + client := c.Client + + body, err := client.get(nil, uri) + + if err != nil { + return memberList, err + } + + memberList = new(IPMemberList) + memberList.Client = client + err = json.Unmarshal(body, memberList) + + return memberList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_message.go b/vendor/src/github.com/carlosdp/twiliogo/ip_message.go new file mode 100644 index 0000000..e67e0d1 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_message.go @@ -0,0 +1,160 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +// IPMessage is a IP Messaging Message resource. +type IPMessage struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + ServiceSid string `json:"service_sid"` + To string `json:"to"` // channel sid + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + WasEdited bool `json:"was_edited"` + From string `json:"from"` // identity + Body string `json:"body"` + URL string `json:"url"` +} + +// IPMessageList gives the results for querying the set of messages. Returns the first page +// by default. +type IPMessageList struct { + Client Client + Messages []IPMessage `json:"messages"` + Meta Meta `json:"meta"` +} + +// SendIPMessageToChannel sends a message to a channel. +func SendIPMessageToChannel(client *TwilioIPMessagingClient, serviceSid string, channelSid string, from string, body string) (*IPMessage, error) { + var message *IPMessage + + params := url.Values{} + params.Set("Body", body) + if from != "" { + params.Set("From", from) + } + + res, err := client.post(params, "/Services/"+serviceSid+"/Channels/"+channelSid+"/Messages.json") + + if err != nil { + return message, err + } + + message = new(IPMessage) + err = json.Unmarshal(res, message) + + return message, err +} + +// GetIPChannelMessage returns the specified IP Message in the channel. +func GetIPChannelMessage(client *TwilioIPMessagingClient, serviceSid, channelSid, sid string) (*IPMessage, error) { + var message *IPMessage + + res, err := client.get(url.Values{}, "/Services/"+serviceSid+"/Channels/"+channelSid+"/Messages/"+sid+".json") + + if err != nil { + return nil, err + } + + message = new(IPMessage) + err = json.Unmarshal(res, message) + + return message, err +} + +// ListIPMessages returns the first page of messages for a channel. +func ListIPMessages(client *TwilioIPMessagingClient, serviceSid, channelSid string) (*IPMessageList, error) { + var messageList *IPMessageList + + body, err := client.get(nil, "/Services/"+serviceSid+"/Channels/"+channelSid+"/Messages.json") + + if err != nil { + return messageList, err + } + + messageList = new(IPMessageList) + messageList.Client = client + err = json.Unmarshal(body, messageList) + + return messageList, err +} + +// GetMessages recturns the current page of messages. +func (c *IPMessageList) GetMessages() []IPMessage { + return c.Messages +} + +// GetAllMessages returns all of the messages from all of the pages (from here forward). +func (c *IPMessageList) GetAllMessages() ([]IPMessage, error) { + messages := c.Messages + t := c + + for t.HasNextPage() { + var err error + t, err = t.NextPage() + if err != nil { + return nil, err + } + messages = append(messages, t.Messages...) + } + return messages, nil +} + +// HasNextPage returns whether or not there is a next page of messages. +func (c *IPMessageList) HasNextPage() bool { + return c.Meta.NextPageUri != "" +} + +// NextPage returns the next page of messages. +func (c *IPMessageList) NextPage() (*IPMessageList, error) { + if !c.HasNextPage() { + return nil, Error{"No next page"} + } + + return c.getPage(c.Meta.NextPageUri) +} + +// HasPreviousPage indicates whether or not there is a previous page of results. +func (c *IPMessageList) HasPreviousPage() bool { + return c.Meta.PreviousPageUri != "" +} + +// PreviousPage returns the previous page of messages. +func (c *IPMessageList) PreviousPage() (*IPMessageList, error) { + if !c.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return c.getPage(c.Meta.NextPageUri) +} + +// FirstPage returns the first page of messages. +func (c *IPMessageList) FirstPage() (*IPMessageList, error) { + return c.getPage(c.Meta.FirstPageUri) +} + +// LastPage returns the last page of messages. +func (c *IPMessageList) LastPage() (*IPMessageList, error) { + return c.getPage(c.Meta.LastPageUri) +} + +func (c *IPMessageList) getPage(uri string) (*IPMessageList, error) { + var messageList *IPMessageList + + client := c.Client + + body, err := client.get(nil, uri) + + if err != nil { + return messageList, err + } + + messageList = new(IPMessageList) + messageList.Client = client + err = json.Unmarshal(body, messageList) + + return messageList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_role.go b/vendor/src/github.com/carlosdp/twiliogo/ip_role.go new file mode 100644 index 0000000..9a4ddbd --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_role.go @@ -0,0 +1,212 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +// IPRole is a IP Messaging Role resource. +type IPRole struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + ServiceSid string `json:"service_sid"` + FriendlyName string `json:"friendly_name"` + Type string `json:"type"` + Permissions []string `json:"permissions"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + URL string `json:"url"` +} + +// IPRoleList gives the results for querying the set of roles. Returns the first page +// by default. +type IPRoleList struct { + Client *TwilioIPMessagingClient + Roles []IPRole `json:"roles"` + Meta Meta `json:"meta"` +} + +// Permissions allowed for IP Roles. +const ( + PermissionCreateChannel = "createChannel" + PermissionJoinChannel = "joinChannel" + PermissionDestroyChannel = "destroyChannel" + PermissionInviteMember = "inviteMember" + PermissionRemoveMember = "removeMember" + PermissionEditChannelName = "editChannelName" + PermissionEditChannelAttributes = "editChannelAttributes" + PermissionAddMember = "addMember" + PermissionEditAnyMessage = "editAnyMessage" + PermissionDeleteAnyMessage = "deleteAnyMessage" + PermissionSendMessage = "sendMessage" + PermissionLeaveChannel = "leaveChannel" + PermissionEditOwnMessage = "editOwnMessage" + PermissionDeleteOwnMessage = "deleteOwnMessage" +) + +// NewIPRole creates a new IP Messaging Role. +// kind should be "channel" or "service". +// permissions should be a subset of the permissions consts above. +func NewIPRole(client *TwilioIPMessagingClient, serviceSid string, friendlyName string, kind string, permissions []string) (*IPRole, error) { + var role *IPRole + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("Type", kind) + if permissions != nil { + for _, p := range permissions { + params.Add("Permission", p) + } + } + + res, err := client.post(params, "/Services/"+serviceSid+"/Roles.json") + + if err != nil { + return role, err + } + + role = new(IPRole) + err = json.Unmarshal(res, role) + + return role, err +} + +// GetIPRole returns information on the specified role. +func GetIPRole(client *TwilioIPMessagingClient, serviceSid, sid string) (*IPRole, error) { + var role *IPRole + + res, err := client.get(url.Values{}, "/Services/"+serviceSid+"/Roles/"+sid+".json") + + if err != nil { + return nil, err + } + + role = new(IPRole) + err = json.Unmarshal(res, role) + + return role, err +} + +// DeleteIPRole deletes the given IP Role. +func DeleteIPRole(client *TwilioIPMessagingClient, serviceSid, sid string) error { + return client.delete("/Services/" + serviceSid + "/Roles/" + sid) +} + +// UpdateIPRole updates an existing IP Messaging Role. +func UpdateIPRole(client *TwilioIPMessagingClient, serviceSid string, sid string, friendlyName string, kind string, permissions []string) (*IPRole, error) { + var role *IPRole + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("Type", kind) + if permissions != nil { + for _, p := range permissions { + params.Add("Permission", p) + } + } + + res, err := client.post(params, "/Services/"+serviceSid+"/Roles/"+sid+".json") + + if err != nil { + return role, err + } + + role = new(IPRole) + err = json.Unmarshal(res, role) + + return role, err +} + +// ListIPRoles returns the first page of roles. +func ListIPRoles(client *TwilioIPMessagingClient, serviceSid string) (*IPRoleList, error) { + var roleList *IPRoleList + + body, err := client.get(nil, "/Services/"+serviceSid+"/Roles.json") + + if err != nil { + return roleList, err + } + + roleList = new(IPRoleList) + roleList.Client = client + err = json.Unmarshal(body, roleList) + + return roleList, err +} + +// GetRoles returns the current page of roles. +func (s *IPRoleList) GetRoles() []IPRole { + return s.Roles +} + +// GetAllRoles returns all of the roles from all of the pages (from here forward). +func (s *IPRoleList) GetAllRoles() ([]IPRole, error) { + roles := s.Roles + t := s + + for t.HasNextPage() { + var err error + t, err = t.NextPage() + if err != nil { + return nil, err + } + roles = append(roles, t.Roles...) + } + return roles, nil +} + +// HasNextPage returns whether or not there is a next page of roles. +func (s *IPRoleList) HasNextPage() bool { + return s.Meta.NextPageUri != "" +} + +// NextPage returns the next page of roles. +func (s *IPRoleList) NextPage() (*IPRoleList, error) { + if !s.HasNextPage() { + return nil, Error{"No next page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// HasPreviousPage indicates whether or not there is a previous page of results. +func (s *IPRoleList) HasPreviousPage() bool { + return s.Meta.PreviousPageUri != "" +} + +// PreviousPage returns the previous page of roles. +func (s *IPRoleList) PreviousPage() (*IPRoleList, error) { + if !s.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// FirstPage returns the first page of roles. +func (s *IPRoleList) FirstPage() (*IPRoleList, error) { + return s.getPage(s.Meta.FirstPageUri) +} + +// LastPage returns the last page of roles. +func (s *IPRoleList) LastPage() (*IPRoleList, error) { + return s.getPage(s.Meta.LastPageUri) +} + +func (s *IPRoleList) getPage(uri string) (*IPRoleList, error) { + var roleList *IPRoleList + + client := s.Client + + body, err := client.get(nil, uri) + + if err != nil { + return roleList, err + } + + roleList = new(IPRoleList) + roleList.Client = client + err = json.Unmarshal(body, roleList) + + return roleList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_service.go b/vendor/src/github.com/carlosdp/twiliogo/ip_service.go new file mode 100644 index 0000000..247e633 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_service.go @@ -0,0 +1,266 @@ +package twiliogo + +import ( + "encoding/json" + "fmt" + "math" + "net/url" + "time" +) + +// IPService is a IP Messaging Service resource. +type IPService struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + FriendlyName string `json:"friendly_name"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + DefaultServiceRoleSid string `json:"default_service_role_sid"` + DefaultChannelRoleSid string `json:"default_channel_role_sid"` + TypingIndicatorTimeout uint `json:"typing_indicator_timeout"` + Webhooks map[string]string `json:"webhooks"` + URL string `json:"url"` + Links map[string]string `json:"links"` +} + +// Meta is a metadata type for the IP messaging services. +type Meta struct { + Start int `json:"start"` + Total int `json:"total"` + NumPages int `json:"num_pages"` + Page int `json:"page"` + PageSize int `json:"page_size"` + End int `json:"end"` + Uri string `json:"uri"` + FirstPageUri string `json:"first_page_uri"` + LastPageUri string `json:"last_page_uri"` + NextPageUri string `json:"next_page_uri"` + PreviousPageUri string `json:"previous_page_uri"` + Key string `json:"key"` +} + +// IPServiceList gives the results for querying the set of services. Returns the first page +// by default. +type IPServiceList struct { + Client Client + Services []IPService `json:"services"` + Meta Meta `json:"meta"` +} + +// Webhooks available for services to specify +const ( + WebhookOnMessageSend = "Webhooks.OnMessageSend" + WebhookOnMessageRemove = "Webhooks.OnMessageRemove" + WebhookOnMessageUpdate = "Webhooks.OnMessageUpdate" + WebhookOnChannelAdd = "Webhooks.OnChannelAdd" + WebhookOnChannelUpdate = "Webhooks.OnChannelUpdate" + WebhookOnChannelDestroy = "Webhooks.OnChannelDestroy" + WebhookOnMemberAdd = "Webhooks.OnMemberAdd" + WebhookOnMemberRemove = "Webhooks.OnMemberRemove" +) + +// Webhooks are used to define push webhooks for an IP service. +type Webhooks map[string]string + +// NewWebhooks creates a new, empty set of web hooks. +func NewWebhooks() Webhooks { + return Webhooks(make(map[string]string)) +} + +// Add adds a new webhook. The name should be one of the Webhook* exported values. +// Method is the HTTP method (e.g., "POST"). Format should be "xml" or "json". +func (w Webhooks) Add(name, method, format, url string) { + w[name+".Method"] = method + w[name+".Format"] = format + w[name+".Url"] = url +} + +func durationToISO8601(d time.Duration) (string, error) { + if d > time.Hour { + return "", fmt.Errorf("Duration is too long: %v", d) + } + minutes := int(math.Floor(d.Minutes())) + seconds := int(math.Floor(d.Minutes()-float64(minutes)) * 60.0) + return fmt.Sprintf("PT%dM%dS", minutes, seconds), nil +} + +// NewIPService creates a new IP Messaging Service. +func NewIPService(client *TwilioIPMessagingClient, friendlyName string, defaultServiceRoleSid string, defaultChannelRoleSid string, + typingIndicatorTimeout time.Duration, webhooks Webhooks) (*IPService, error) { + + timeout, err := durationToISO8601(typingIndicatorTimeout) + if err != nil { + return nil, err + } + + var service *IPService + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("DefaultServiceRoleSid", defaultServiceRoleSid) + params.Set("DefaultChannelRoleSid", defaultChannelRoleSid) + params.Set("TypingIndicatonTimeout", timeout) + if webhooks != nil { + for k, v := range webhooks { + params.Set(k, v) + } + } + + res, err := client.post(params, "/Services.json") + + if err != nil { + return service, err + } + + service = new(IPService) + err = json.Unmarshal(res, service) + + return service, err +} + +// GetIPService returns information on the specified service. +func GetIPService(client *TwilioIPMessagingClient, sid string) (*IPService, error) { + var service *IPService + + res, err := client.get(url.Values{}, "/Services/"+sid+".json") + + if err != nil { + return nil, err + } + + service = new(IPService) + err = json.Unmarshal(res, service) + + return service, err +} + +// DeleteIPService deletes the given IP Service. +func DeleteIPService(client *TwilioIPMessagingClient, sid string) error { + return client.delete("/Services/" + sid) +} + +// UpdateIPService updates an existing IP Messaging Service. +func UpdateIPService(client *TwilioIPMessagingClient, sid string, friendlyName string, defaultServiceRoleSid string, defaultChannelRoleSid string, + typingIndicatorTimeout time.Duration, webhooks Webhooks) (*IPService, error) { + + timeout, err := durationToISO8601(typingIndicatorTimeout) + if err != nil { + return nil, err + } + + var service *IPService + + params := url.Values{} + params.Set("FriendlyName", friendlyName) + params.Set("DefaultServiceRoleSid", defaultServiceRoleSid) + params.Set("DefaultChannelRoleSid", defaultChannelRoleSid) + params.Set("TypingIndicatonTimeout", timeout) + for k, v := range webhooks { + params.Set(k, v) + } + + res, err := client.post(params, "/Services/"+sid+".json") + + if err != nil { + return service, err + } + + service = new(IPService) + err = json.Unmarshal(res, service) + + return service, err +} + +// ListIPServices returns the first page of services. +func ListIPServices(client *TwilioIPMessagingClient) (*IPServiceList, error) { + var serviceList *IPServiceList + + body, err := client.get(nil, "/Services.json") + + if err != nil { + return serviceList, err + } + + serviceList = new(IPServiceList) + serviceList.Client = client + err = json.Unmarshal(body, serviceList) + + return serviceList, err +} + +// GetServices returns the current page of services. +func (s *IPServiceList) GetServices() []IPService { + return s.Services +} + +// GetAllServices returns all of the services from all of the pages (from here forward). +func (s *IPServiceList) GetAllServices() ([]IPService, error) { + services := s.Services + t := s + + for t.HasNextPage() { + var err error + t, err = t.NextPage() + if err != nil { + return nil, err + } + services = append(services, t.Services...) + } + return services, nil +} + +// HasNextPage returns whether or not there is a next page of services. +func (s *IPServiceList) HasNextPage() bool { + return s.Meta.NextPageUri != "" +} + +// NextPage returns the next page of services. +func (s *IPServiceList) NextPage() (*IPServiceList, error) { + if !s.HasNextPage() { + return nil, Error{"No next page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// HasPreviousPage indicates whether or not there is a previous page of results. +func (s *IPServiceList) HasPreviousPage() bool { + return s.Meta.PreviousPageUri != "" +} + +// PreviousPage returns the previous page of services. +func (s *IPServiceList) PreviousPage() (*IPServiceList, error) { + if !s.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// FirstPage returns the first page of services. +func (s *IPServiceList) FirstPage() (*IPServiceList, error) { + return s.getPage(s.Meta.FirstPageUri) +} + +// LastPage returns the last page of services. +func (s *IPServiceList) LastPage() (*IPServiceList, error) { + return s.getPage(s.Meta.LastPageUri) +} + +func (s *IPServiceList) getPage(uri string) (*IPServiceList, error) { + var serviceList *IPServiceList + + client := s.Client + + body, err := client.get(nil, uri) + + if err != nil { + return serviceList, err + } + + serviceList = new(IPServiceList) + serviceList.Client = client + err = json.Unmarshal(body, serviceList) + + return serviceList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/ip_user.go b/vendor/src/github.com/carlosdp/twiliogo/ip_user.go new file mode 100644 index 0000000..7c4e24d --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/ip_user.go @@ -0,0 +1,181 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +// IPUser is a IP Messaging User resource. +type IPUser struct { + Sid string `json:"sid"` + AccountSid string `json:"account_sid"` + ServiceSid string `json:"service_sid"` + RoleSid string `json:"role_sid"` + Identity string `json:"identity"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + URL string `json:"url"` +} + +// IPUserList gives the results for querying the set of users. Returns the first page +// by default. +type IPUserList struct { + Client *TwilioIPMessagingClient + Users []IPUser `json:"users"` + Meta Meta `json:"meta"` +} + +// NewIPUser creates a new IP Messaging User. +func NewIPUser(client *TwilioIPMessagingClient, serviceSid string, identity string, roleSid string) (*IPUser, error) { + var user *IPUser + + params := url.Values{} + params.Set("Identity", identity) + params.Set("RoleSid", roleSid) + + res, err := client.post(params, "/Services/"+serviceSid+"/Users.json") + + if err != nil { + return user, err + } + + user = new(IPUser) + err = json.Unmarshal(res, user) + + return user, err +} + +// GetIPUser returns information on the specified user. +func GetIPUser(client *TwilioIPMessagingClient, serviceSid, sid string) (*IPUser, error) { + var user *IPUser + + res, err := client.get(url.Values{}, "/Services/"+serviceSid+"/Users/"+sid+".json") + + if err != nil { + return nil, err + } + + user = new(IPUser) + err = json.Unmarshal(res, user) + + return user, err +} + +// DeleteIPUser deletes the given IP user. +func DeleteIPUser(client *TwilioIPMessagingClient, serviceSid, sid string) error { + return client.delete("/Services/" + serviceSid + "/Users/" + sid) +} + +// UpdateIPUser updates an existing IP Messaging user. +func UpdateIPUser(client *TwilioIPMessagingClient, serviceSid string, sid string, identity string, roleSid string) (*IPUser, error) { + var user *IPUser + + params := url.Values{} + params.Set("Identity", identity) + params.Set("RoleSid", roleSid) + + res, err := client.post(params, "/Services/"+serviceSid+"/Users/"+sid+".json") + + if err != nil { + return user, err + } + + user = new(IPUser) + err = json.Unmarshal(res, user) + + return user, err +} + +// ListIPUsers returns the first page of users. +func ListIPUsers(client *TwilioIPMessagingClient, serviceSid string) (*IPUserList, error) { + var userList *IPUserList + + body, err := client.get(nil, "/Services/"+serviceSid+"/Users.json") + + if err != nil { + return userList, err + } + + userList = new(IPUserList) + userList.Client = client + err = json.Unmarshal(body, userList) + + return userList, err +} + +// GetUsers returns the current page of users. +func (s *IPUserList) GetUsers() []IPUser { + return s.Users +} + +// GetAllUsers returns all of the users from all of the pages (from here forward). +func (s *IPUserList) GetAllUsers() ([]IPUser, error) { + users := s.Users + t := s + + for t.HasNextPage() { + var err error + t, err = t.NextPage() + if err != nil { + return nil, err + } + users = append(users, t.Users...) + } + return users, nil +} + +// HasNextPage returns whether or not there is a next page of users. +func (s *IPUserList) HasNextPage() bool { + return s.Meta.NextPageUri != "" +} + +// NextPage returns the next page of users. +func (s *IPUserList) NextPage() (*IPUserList, error) { + if !s.HasNextPage() { + return nil, Error{"No next page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// HasPreviousPage indicates whether or not there is a previous page of results. +func (s *IPUserList) HasPreviousPage() bool { + return s.Meta.PreviousPageUri != "" +} + +// PreviousPage returns the previous page of users. +func (s *IPUserList) PreviousPage() (*IPUserList, error) { + if !s.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return s.getPage(s.Meta.NextPageUri) +} + +// FirstPage returns the first page of users. +func (s *IPUserList) FirstPage() (*IPUserList, error) { + return s.getPage(s.Meta.FirstPageUri) +} + +// LastPage returns the last page of users. +func (s *IPUserList) LastPage() (*IPUserList, error) { + return s.getPage(s.Meta.LastPageUri) +} + +func (s *IPUserList) getPage(uri string) (*IPUserList, error) { + var userList *IPUserList + + client := s.Client + + body, err := client.get(nil, uri) + + if err != nil { + return userList, err + } + + userList = new(IPUserList) + userList.Client = client + err = json.Unmarshal(body, userList) + + return userList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/message.go b/vendor/src/github.com/carlosdp/twiliogo/message.go new file mode 100644 index 0000000..6edc91c --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/message.go @@ -0,0 +1,72 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +type Message struct { + Sid string `json:"sid"` + DateCreated string `json:"date_created"` + DateUpdated string `json:"date_updated"` + DateSent string `json:"date_sent"` + AccountSid string `json:"account_sid"` + From string `json:"from"` + To string `json:"to"` + Body string `json:"body"` + NumSegments string `json:"num_segments"` + Status string `json:"status"` + Direction string `json:"direction"` + Price string `json:"price"` + PriceUnit string `json:"price_unit"` + ApiVersion string `json:"api_version"` + Uri string `json:"uri"` +} + +func NewMessage(client Client, from string, to string, content ...Optional) (*Message, error) { + var message *Message + + params := url.Values{} + params.Set("From", from) + params.Set("To", to) + + for _, optional := range content { + param, value := optional.GetParam() + + if param != "Body" && param != "MediaUrl" && param != "StatusCallback" && param != "ApplicationSid" && param != "MessagingServiceSid" { + return nil, Error{"Only allowed params are Body, MediaUrl, StatusCallback, ApplicationSid, MessagingServiceSid"} + } + + params.Set(param, value) + } + + if params.Get("Body") == "" && params.Get("MediaUrl") == "" { + return nil, Error{"Must have at least a Body or MediaUrl"} + } + + res, err := client.post(params, "/Messages.json") + + if err != nil { + return message, err + } + + message = new(Message) + err = json.Unmarshal(res, message) + + return message, err +} + +func GetMessage(client Client, sid string) (*Message, error) { + var message *Message + + res, err := client.get(url.Values{}, "/Messages/"+sid+".json") + + if err != nil { + return nil, err + } + + message = new(Message) + err = json.Unmarshal(res, message) + + return message, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/message_integration_test.go b/vendor/src/github.com/carlosdp/twiliogo/message_integration_test.go new file mode 100644 index 0000000..eb05505 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/message_integration_test.go @@ -0,0 +1,66 @@ +package twiliogo + +import ( + "github.com/stretchr/testify/assert" + "testing" +) + +func TestIntegrationMessageList(t *testing.T) { + CheckTestEnv(t) + + client := NewClient(API_KEY, API_TOKEN) + + messageList, err := GetMessageList(client) + + if assert.Nil(t, err, "Failed to retrieve message list") { + messages := messageList.Messages + assert.NotNil(t, messages, "Failed to retrieve messages") + } +} + +func TestIntegrationSendSMS(t *testing.T) { + /* /Messages endpoint is currently not recognized by Test Credentials */ + /* CheckTestEnv(t) */ + + /* client := NewClient(TEST_KEY, TEST_TOKEN) */ + + /* message, err := NewMessage(client, TEST_FROM_NUMBER, TO_NUMBER, Body("Test Message")) */ + + /* if assert.Nil(t, err, "Failed to Send SMS") { */ + /* assert.Equal(t, message.Status, "queued", "Sending SMS failed, status: " + message.Status) */ + /* } */ + t.Skip() +} + +func TestIntegrationMessageListNextPage(t *testing.T) { + CheckTestEnv(t) + + client := NewClient(API_KEY, API_TOKEN) + + messageList, err := GetMessageList(client) + + if assert.Nil(t, err, "Failed to retrieve message list") { + nextPageMessageList, err := messageList.NextPage() + + if assert.Nil(t, err, "Failed to retrieve message list") { + assert.Equal(t, nextPageMessageList.Page, 1, "Page incorrect on next page") + } + } +} + +func TestIntegrationGetMessage(t *testing.T) { + CheckTestEnv(t) + + client := NewClient(API_KEY, API_TOKEN) + + messageList, err := GetMessageList(client) + + if assert.Nil(t, err, "Failed to retrieve message list") { + messageSid := messageList.Messages[0].Sid + message, err := GetMessage(client, messageSid) + + if assert.Nil(t, err, "Failed to retrieve message") { + assert.Equal(t, message.Sid, messageSid, "Message was invalid") + } + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/message_list.go b/vendor/src/github.com/carlosdp/twiliogo/message_list.go new file mode 100644 index 0000000..5b6b3ea --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/message_list.go @@ -0,0 +1,99 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" +) + +type MessageList struct { + Client Client + Start int `json:"start"` + Total int `json:"total"` + NumPages int `json:"num_pages"` + Page int `json:"page"` + PageSize int `json:"page_size"` + End int `json:"end"` + Uri string `json:"uri"` + FirstPageUri string `json:"first_page_uri"` + LastPageUri string `json:"last_page_uri"` + NextPageUri string `json:"next_page_uri"` + PreviousPageUri string `json":previous_page_uri"` + Messages []Message `json:"sms_messages"` +} + +func GetMessageList(client Client, optionals ...Optional) (*MessageList, error) { + var messageList *MessageList + + params := url.Values{} + + for _, optional := range optionals { + param, value := optional.GetParam() + params.Set(param, value) + } + + body, err := client.get(params, "/SMS/Messages.json") + + if err != nil { + return messageList, err + } + + messageList = new(MessageList) + messageList.Client = client + err = json.Unmarshal(body, messageList) + + return messageList, err +} + +func (m *MessageList) GetMessages() []Message { + return m.Messages +} + +func (currentMessageList *MessageList) HasNextPage() bool { + return currentMessageList.NextPageUri != "" +} + +func (currentMessageList *MessageList) NextPage() (*MessageList, error) { + if !currentMessageList.HasNextPage() { + return nil, Error{"No next page"} + } + + return currentMessageList.getPage(currentMessageList.NextPageUri) +} + +func (currentMessageList *MessageList) HasPreviousPage() bool { + return currentMessageList.PreviousPageUri != "" +} + +func (currentMessageList *MessageList) PreviousPage() (*MessageList, error) { + if !currentMessageList.HasPreviousPage() { + return nil, Error{"No previous page"} + } + + return currentMessageList.getPage(currentMessageList.NextPageUri) +} + +func (currentMessageList *MessageList) FirstPage() (*MessageList, error) { + return currentMessageList.getPage(currentMessageList.FirstPageUri) +} + +func (currentMessageList *MessageList) LastPage() (*MessageList, error) { + return currentMessageList.getPage(currentMessageList.LastPageUri) +} + +func (currentMessageList *MessageList) getPage(uri string) (*MessageList, error) { + var messageList *MessageList + + client := currentMessageList.Client + + body, err := client.get(nil, uri) + + if err != nil { + return messageList, err + } + + messageList = new(MessageList) + messageList.Client = client + err = json.Unmarshal(body, messageList) + + return messageList, err +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/message_test.go b/vendor/src/github.com/carlosdp/twiliogo/message_test.go new file mode 100644 index 0000000..913c55d --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/message_test.go @@ -0,0 +1,64 @@ +package twiliogo + +import ( + "encoding/json" + "net/url" + "testing" + + "github.com/stretchr/testify/assert" +) + +var testMessage = Message{ + Sid: "testsid", + DateCreated: "2013-05-11", + DateUpdated: "2013-05-11", + DateSent: "2013-05-11", + AccountSid: "AC3TestAccount", + From: "+15555555555", + To: "+16666666666", + Body: "TestBody", + NumSegments: "1", + Status: "queued", + Direction: "outbound-api", + Price: "4", + PriceUnit: "dollars", + ApiVersion: "2008-04-01", + Uri: "/2010-04-01/Accounts/AC3TestAccount/Messages/testsid.json", +} + +func TestNewMessage(t *testing.T) { + client := new(MockClient) + + messageJson, _ := json.Marshal(testMessage) + + params := url.Values{} + params.Set("From", "6666666666") + params.Set("To", "5555555555") + params.Set("Body", "TestBody") + + client.On("post", params, "/Messages.json").Return(messageJson, nil) + + message, err := NewMessage(client, "6666666666", "5555555555", Body("TestBody")) + + client.Mock.AssertExpectations(t) + + if assert.Nil(t, err, "Error unmarshaling message") { + assert.Equal(t, message.Sid, "testsid", "Message malformed") + } +} + +func TestGetMessage(t *testing.T) { + client := new(MockClient) + + messageJson, _ := json.Marshal(testMessage) + + client.On("get", url.Values{}, "/Messages/testsid.json").Return(messageJson, nil) + + message, err := GetMessage(client, "testsid") + + client.Mock.AssertExpectations(t) + + if assert.Nil(t, err, "Error unmarshaling message") { + assert.Equal(t, message.Sid, "testsid", "Message malformed") + } +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/mock_client.go b/vendor/src/github.com/carlosdp/twiliogo/mock_client.go new file mode 100644 index 0000000..39fccce --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/mock_client.go @@ -0,0 +1,38 @@ +package twiliogo + +import ( + "net/url" + + "github.com/stretchr/testify/mock" +) + +type MockClient struct { + mock.Mock +} + +func (client *MockClient) AccountSid() string { + return "AC3FakeClient" +} + +func (client *MockClient) AuthToken() string { + return "98h4hfaketoken" +} + +func (client *MockClient) RootUrl() string { + return "http://test.com/fake" +} + +func (client *MockClient) get(params url.Values, uri string) ([]byte, error) { + args := client.Mock.Called(params, uri) + return args.Get(0).([]byte), args.Error(1) +} + +func (client *MockClient) post(params url.Values, uri string) ([]byte, error) { + args := client.Mock.Called(params, uri) + return args.Get(0).([]byte), args.Error(1) +} + +func (client *MockClient) delete(uri string) error { + args := client.Mock.Called(nil, uri) + return args.Error(1) +} diff --git a/vendor/src/github.com/carlosdp/twiliogo/optionals.go b/vendor/src/github.com/carlosdp/twiliogo/optionals.go new file mode 100644 index 0000000..bd76715 --- /dev/null +++ b/vendor/src/github.com/carlosdp/twiliogo/optionals.go @@ -0,0 +1,143 @@ +package twiliogo + +type Optional interface { + GetParam() (string, string) +} + +type Callback string + +func (callback Callback) GetParam() (string, string) { + return "Url", string(callback) +} + +type ApplicationSid string + +func (applicationSid ApplicationSid) GetParam() (string, string) { + return "ApplicationSid", string(applicationSid) +} + +type Method string + +func (method Method) GetParam() (string, string) { + return "Method", string(method) +} + +type FallbackUrl string + +func (fallbackUrl FallbackUrl) GetParam() (string, string) { + return "FallbackUrl", string(fallbackUrl) +} + +type FallbackMethod string + +func (fallbackMethod FallbackMethod) GetParam() (string, string) { + return "FallbackMethod", string(fallbackMethod) +} + +type StatusCallback string + +func (statusCallback StatusCallback) GetParam() (string, string) { + return "StatusCallback", string(statusCallback) +} + +type StatusCallbackMethod string + +func (statusCallbackMethod StatusCallbackMethod) GetParam() (string, string) { + return "StatusCallbackMethod", string(statusCallbackMethod) +} + +type SendDigits string + +func (sendDigits SendDigits) GetParam() (string, string) { + return "SendDigits", string(sendDigits) +} + +type IfMachine string + +func (ifMachine IfMachine) GetParam() (string, string) { + return "IfMachine", string(ifMachine) +} + +type Timeout string + +func (timeout Timeout) GetParam() (string, string) { + return "Timeout", string(timeout) +} + +type Record string + +func (record Record) GetParam() (string, string) { + return "Record", string(record) +} + +type To string + +func (to To) GetParam() (string, string) { + return "To", string(to) +} + +type From string + +func (from From) GetParam() (string, string) { + return "From", string(from) +} + +type Status string + +func (status Status) GetParam() (string, string) { + return "Status", string(status) +} + +type StartTime string + +func (startTime StartTime) GetParam() (string, string) { + return "StartTime", string(startTime) +} + +type ParentCallSid string + +func (parentCallSid ParentCallSid) GetParam() (string, string) { + return "ParentCallSid", string(parentCallSid) +} + +type DateSent string + +func (dateSent DateSent) GetParam() (string, string) { + return "DateSent", string(dateSent) +} + +type Body string + +func (body Body) GetParam() (string, string) { + return "Body", string(body) +} + +type MediaUrl string + +func (mediaUrl MediaUrl) GetParam() (string, string) { + return "MediaUrl", string(mediaUrl) +} + +type FriendlyName string + +func (friendlyName FriendlyName) GetParam() (string, string) { + return "FriendlyName", string(friendlyName) +} + +type PhoneNumber string + +func (phoneNumber PhoneNumber) GetParam() (string, string) { + return "PhoneNumber", string(phoneNumber) +} + +type AreaCode string + +func (areaCode AreaCode) GetParam() (string, string) { + return "AreaCode", string(areaCode) +} + +type MessagingServiceSid string + +func (sid MessagingServiceSid) GetParam() (string, string) { + return "MessagingServiceSid", string(sid) +} diff --git a/vendor/src/github.com/golang/protobuf b/vendor/src/github.com/golang/protobuf deleted file mode 160000 index 8ee7999..0000000 --- a/vendor/src/github.com/golang/protobuf +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8ee79997227bf9b34611aee7946ae64735e6fd93 diff --git a/vendor/src/github.com/golang/protobuf/.gitignore b/vendor/src/github.com/golang/protobuf/.gitignore new file mode 100644 index 0000000..8f5b596 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/.gitignore @@ -0,0 +1,16 @@ +.DS_Store +*.[568ao] +*.ao +*.so +*.pyc +._* +.nfs.* +[568a].out +*~ +*.orig +core +_obj +_test +_testmain.go +protoc-gen-go/testdata/multi/*.pb.go +_conformance/_conformance diff --git a/vendor/src/github.com/golang/protobuf/AUTHORS b/vendor/src/github.com/golang/protobuf/AUTHORS new file mode 100644 index 0000000..15167cd --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/AUTHORS @@ -0,0 +1,3 @@ +# This source code refers to The Go Authors for copyright purposes. +# The master list of authors is in the main Go distribution, +# visible at http://tip.golang.org/AUTHORS. diff --git a/vendor/src/github.com/golang/protobuf/CONTRIBUTORS b/vendor/src/github.com/golang/protobuf/CONTRIBUTORS new file mode 100644 index 0000000..1c4577e --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/CONTRIBUTORS @@ -0,0 +1,3 @@ +# This source code was written by the Go contributors. +# The master list of contributors is in the main Go distribution, +# visible at http://tip.golang.org/CONTRIBUTORS. diff --git a/vendor/src/github.com/golang/protobuf/LICENSE b/vendor/src/github.com/golang/protobuf/LICENSE new file mode 100644 index 0000000..1b1b192 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/LICENSE @@ -0,0 +1,31 @@ +Go support for Protocol Buffers - Google's data interchange format + +Copyright 2010 The Go Authors. All rights reserved. +https://github.com/golang/protobuf + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + diff --git a/vendor/src/github.com/golang/protobuf/Make.protobuf b/vendor/src/github.com/golang/protobuf/Make.protobuf new file mode 100644 index 0000000..15071de --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/Make.protobuf @@ -0,0 +1,40 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Includable Makefile to add a rule for generating .pb.go files from .proto files +# (Google protocol buffer descriptions). +# Typical use if myproto.proto is a file in package mypackage in this directory: +# +# include $(GOROOT)/src/pkg/github.com/golang/protobuf/Make.protobuf + +%.pb.go: %.proto + protoc --go_out=. $< + diff --git a/vendor/src/github.com/golang/protobuf/Makefile b/vendor/src/github.com/golang/protobuf/Makefile new file mode 100644 index 0000000..a1421d8 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/Makefile @@ -0,0 +1,55 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +all: install + +install: + go install ./proto ./jsonpb ./ptypes + go install ./protoc-gen-go + +test: + go test ./proto ./jsonpb ./ptypes + make -C protoc-gen-go/testdata test + +clean: + go clean ./... + +nuke: + go clean -i ./... + +regenerate: + make -C protoc-gen-go/descriptor regenerate + make -C protoc-gen-go/plugin regenerate + make -C protoc-gen-go/testdata regenerate + make -C proto/testdata regenerate + make -C jsonpb/jsonpb_test_proto regenerate + make -C _conformance regenerate diff --git a/vendor/src/github.com/golang/protobuf/README.md b/vendor/src/github.com/golang/protobuf/README.md new file mode 100644 index 0000000..037fc7c --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/README.md @@ -0,0 +1,241 @@ +# Go support for Protocol Buffers + +Google's data interchange format. +Copyright 2010 The Go Authors. +https://github.com/golang/protobuf + +This package and the code it generates requires at least Go 1.4. + +This software implements Go bindings for protocol buffers. For +information about protocol buffers themselves, see + https://developers.google.com/protocol-buffers/ + +## Installation ## + +To use this software, you must: +- Install the standard C++ implementation of protocol buffers from + https://developers.google.com/protocol-buffers/ +- Of course, install the Go compiler and tools from + https://golang.org/ + See + https://golang.org/doc/install + for details or, if you are using gccgo, follow the instructions at + https://golang.org/doc/install/gccgo +- Grab the code from the repository and install the proto package. + The simplest way is to run `go get -u github.com/golang/protobuf/{proto,protoc-gen-go}`. + The compiler plugin, protoc-gen-go, will be installed in $GOBIN, + defaulting to $GOPATH/bin. It must be in your $PATH for the protocol + compiler, protoc, to find it. + +This software has two parts: a 'protocol compiler plugin' that +generates Go source files that, once compiled, can access and manage +protocol buffers; and a library that implements run-time support for +encoding (marshaling), decoding (unmarshaling), and accessing protocol +buffers. + +There is support for gRPC in Go using protocol buffers. +See the note at the bottom of this file for details. + +There are no insertion points in the plugin. + + +## Using protocol buffers with Go ## + +Once the software is installed, there are two steps to using it. +First you must compile the protocol buffer definitions and then import +them, with the support library, into your program. + +To compile the protocol buffer definition, run protoc with the --go_out +parameter set to the directory you want to output the Go code to. + + protoc --go_out=. *.proto + +The generated files will be suffixed .pb.go. See the Test code below +for an example using such a file. + + +The package comment for the proto library contains text describing +the interface provided in Go for protocol buffers. Here is an edited +version. + +========== + +The proto package converts data structures to and from the +wire format of protocol buffers. It works in concert with the +Go source code generated for .proto files by the protocol compiler. + +A summary of the properties of the protocol buffer interface +for a protocol buffer variable v: + + - Names are turned from camel_case to CamelCase for export. + - There are no methods on v to set fields; just treat + them as structure fields. + - There are getters that return a field's value if set, + and return the field's default value if unset. + The getters work even if the receiver is a nil message. + - The zero value for a struct is its correct initialization state. + All desired fields must be set before marshaling. + - A Reset() method will restore a protobuf struct to its zero state. + - Non-repeated fields are pointers to the values; nil means unset. + That is, optional or required field int32 f becomes F *int32. + - Repeated fields are slices. + - Helper functions are available to aid the setting of fields. + Helpers for getting values are superseded by the + GetFoo methods and their use is deprecated. + msg.Foo = proto.String("hello") // set field + - Constants are defined to hold the default values of all fields that + have them. They have the form Default_StructName_FieldName. + Because the getter methods handle defaulted values, + direct use of these constants should be rare. + - Enums are given type names and maps from names to values. + Enum values are prefixed with the enum's type name. Enum types have + a String method, and a Enum method to assist in message construction. + - Nested groups and enums have type names prefixed with the name of + the surrounding message type. + - Extensions are given descriptor names that start with E_, + followed by an underscore-delimited list of the nested messages + that contain it (if any) followed by the CamelCased name of the + extension field itself. HasExtension, ClearExtension, GetExtension + and SetExtension are functions for manipulating extensions. + - Oneof field sets are given a single field in their message, + with distinguished wrapper types for each possible field value. + - Marshal and Unmarshal are functions to encode and decode the wire format. + +When the .proto file specifies `syntax="proto3"`, there are some differences: + + - Non-repeated fields of non-message type are values instead of pointers. + - Getters are only generated for message and oneof fields. + - Enum types do not get an Enum method. + +Consider file test.proto, containing + +```proto + package example; + + enum FOO { X = 17; }; + + message Test { + required string label = 1; + optional int32 type = 2 [default=77]; + repeated int64 reps = 3; + optional group OptionalGroup = 4 { + required string RequiredField = 5; + } + } +``` + +To create and play with a Test object from the example package, + +```go + package main + + import ( + "log" + + "github.com/golang/protobuf/proto" + "path/to/example" + ) + + func main() { + test := &example.Test { + Label: proto.String("hello"), + Type: proto.Int32(17), + Reps: []int64{1, 2, 3}, + Optionalgroup: &example.Test_OptionalGroup { + RequiredField: proto.String("good bye"), + }, + } + data, err := proto.Marshal(test) + if err != nil { + log.Fatal("marshaling error: ", err) + } + newTest := &example.Test{} + err = proto.Unmarshal(data, newTest) + if err != nil { + log.Fatal("unmarshaling error: ", err) + } + // Now test and newTest contain the same data. + if test.GetLabel() != newTest.GetLabel() { + log.Fatalf("data mismatch %q != %q", test.GetLabel(), newTest.GetLabel()) + } + // etc. + } +``` + +## Parameters ## + +To pass extra parameters to the plugin, use a comma-separated +parameter list separated from the output directory by a colon: + + + protoc --go_out=plugins=grpc,import_path=mypackage:. *.proto + + +- `import_prefix=xxx` - a prefix that is added onto the beginning of + all imports. Useful for things like generating protos in a + subdirectory, or regenerating vendored protobufs in-place. +- `import_path=foo/bar` - used as the package if no input files + declare `go_package`. If it contains slashes, everything up to the + rightmost slash is ignored. +- `plugins=plugin1+plugin2` - specifies the list of sub-plugins to + load. The only plugin in this repo is `grpc`. +- `Mfoo/bar.proto=quux/shme` - declares that foo/bar.proto is + associated with Go package quux/shme. This is subject to the + import_prefix parameter. + +## gRPC Support ## + +If a proto file specifies RPC services, protoc-gen-go can be instructed to +generate code compatible with gRPC (http://www.grpc.io/). To do this, pass +the `plugins` parameter to protoc-gen-go; the usual way is to insert it into +the --go_out argument to protoc: + + protoc --go_out=plugins=grpc:. *.proto + +## Compatibility ## + +The library and the generated code are expected to be stable over time. +However, we reserve the right to make breaking changes without notice for the +following reasons: + +- Security. A security issue in the specification or implementation may come to + light whose resolution requires breaking compatibility. We reserve the right + to address such security issues. +- Unspecified behavior. There are some aspects of the Protocol Buffers + specification that are undefined. Programs that depend on such unspecified + behavior may break in future releases. +- Specification errors or changes. If it becomes necessary to address an + inconsistency, incompleteness, or change in the Protocol Buffers + specification, resolving the issue could affect the meaning or legality of + existing programs. We reserve the right to address such issues, including + updating the implementations. +- Bugs. If the library has a bug that violates the specification, a program + that depends on the buggy behavior may break if the bug is fixed. We reserve + the right to fix such bugs. +- Adding methods or fields to generated structs. These may conflict with field + names that already exist in a schema, causing applications to break. When the + code generator encounters a field in the schema that would collide with a + generated field or method name, the code generator will append an underscore + to the generated field or method name. +- Adding, removing, or changing methods or fields in generated structs that + start with `XXX`. These parts of the generated code are exported out of + necessity, but should not be considered part of the public API. +- Adding, removing, or changing unexported symbols in generated code. + +Any breaking changes outside of these will be announced 6 months in advance to +protobuf@googlegroups.com. + +You should, whenever possible, use generated code created by the `protoc-gen-go` +tool built at the same commit as the `proto` package. The `proto` package +declares package-level constants in the form `ProtoPackageIsVersionX`. +Application code and generated code may depend on one of these constants to +ensure that compilation will fail if the available version of the proto library +is too old. Whenever we make a change to the generated code that requires newer +library support, in the same commit we will increment the version number of the +generated code and declare a new package-level constant whose name incorporates +the latest version number. Removing a compatibility constant is considered a +breaking change and would be subject to the announcement policy stated above. + +The `protoc-gen-go/generator` package exposes a plugin interface, +which is used by the gRPC code generation. This interface is not +supported and is subject to incompatible changes without notice. diff --git a/vendor/src/github.com/golang/protobuf/_conformance/Makefile b/vendor/src/github.com/golang/protobuf/_conformance/Makefile new file mode 100644 index 0000000..89800e2 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/_conformance/Makefile @@ -0,0 +1,33 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2016 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +regenerate: + protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,Mgoogle/protobuf/struct.proto=github.com/golang/protobuf/ptypes/struct,Mgoogle/protobuf/timestamp.proto=github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/wrappers.proto=github.com/golang/protobuf/ptypes/wrappers,Mgoogle/protobuf/field_mask.proto=google.golang.org/genproto/protobuf:. conformance_proto/conformance.proto diff --git a/vendor/src/github.com/golang/protobuf/_conformance/conformance.go b/vendor/src/github.com/golang/protobuf/_conformance/conformance.go new file mode 100644 index 0000000..c54212c --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/_conformance/conformance.go @@ -0,0 +1,161 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// conformance implements the conformance test subprocess protocol as +// documented in conformance.proto. +package main + +import ( + "encoding/binary" + "fmt" + "io" + "os" + + pb "github.com/golang/protobuf/_conformance/conformance_proto" + "github.com/golang/protobuf/jsonpb" + "github.com/golang/protobuf/proto" +) + +func main() { + var sizeBuf [4]byte + inbuf := make([]byte, 0, 4096) + outbuf := proto.NewBuffer(nil) + for { + if _, err := io.ReadFull(os.Stdin, sizeBuf[:]); err == io.EOF { + break + } else if err != nil { + fmt.Fprintln(os.Stderr, "go conformance: read request:", err) + os.Exit(1) + } + size := binary.LittleEndian.Uint32(sizeBuf[:]) + if int(size) > cap(inbuf) { + inbuf = make([]byte, size) + } + inbuf = inbuf[:size] + if _, err := io.ReadFull(os.Stdin, inbuf); err != nil { + fmt.Fprintln(os.Stderr, "go conformance: read request:", err) + os.Exit(1) + } + + req := new(pb.ConformanceRequest) + if err := proto.Unmarshal(inbuf, req); err != nil { + fmt.Fprintln(os.Stderr, "go conformance: parse request:", err) + os.Exit(1) + } + res := handle(req) + + if err := outbuf.Marshal(res); err != nil { + fmt.Fprintln(os.Stderr, "go conformance: marshal response:", err) + os.Exit(1) + } + binary.LittleEndian.PutUint32(sizeBuf[:], uint32(len(outbuf.Bytes()))) + if _, err := os.Stdout.Write(sizeBuf[:]); err != nil { + fmt.Fprintln(os.Stderr, "go conformance: write response:", err) + os.Exit(1) + } + if _, err := os.Stdout.Write(outbuf.Bytes()); err != nil { + fmt.Fprintln(os.Stderr, "go conformance: write response:", err) + os.Exit(1) + } + outbuf.Reset() + } +} + +var jsonMarshaler = jsonpb.Marshaler{ + OrigName: true, +} + +func handle(req *pb.ConformanceRequest) *pb.ConformanceResponse { + var err error + var msg pb.TestAllTypes + switch p := req.Payload.(type) { + case *pb.ConformanceRequest_ProtobufPayload: + err = proto.Unmarshal(p.ProtobufPayload, &msg) + case *pb.ConformanceRequest_JsonPayload: + err = jsonpb.UnmarshalString(p.JsonPayload, &msg) + if err != nil && err.Error() == "unmarshaling Any not supported yet" { + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_Skipped{ + Skipped: err.Error(), + }, + } + } + default: + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_RuntimeError{ + RuntimeError: "unknown request payload type", + }, + } + } + if err != nil { + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_ParseError{ + ParseError: err.Error(), + }, + } + } + switch req.RequestedOutputFormat { + case pb.WireFormat_PROTOBUF: + p, err := proto.Marshal(&msg) + if err != nil { + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_SerializeError{ + SerializeError: err.Error(), + }, + } + } + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_ProtobufPayload{ + ProtobufPayload: p, + }, + } + case pb.WireFormat_JSON: + p, err := jsonMarshaler.MarshalToString(&msg) + if err != nil { + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_SerializeError{ + SerializeError: err.Error(), + }, + } + } + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_JsonPayload{ + JsonPayload: p, + }, + } + default: + return &pb.ConformanceResponse{ + Result: &pb.ConformanceResponse_RuntimeError{ + RuntimeError: "unknown output format", + }, + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.pb.go b/vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.pb.go new file mode 100644 index 0000000..5e01f9b --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.pb.go @@ -0,0 +1,1886 @@ +// Code generated by protoc-gen-go. +// source: conformance_proto/conformance.proto +// DO NOT EDIT! + +/* +Package conformance is a generated protocol buffer package. + +It is generated from these files: + conformance_proto/conformance.proto + +It has these top-level messages: + ConformanceRequest + ConformanceResponse + TestAllTypes + ForeignMessage +*/ +package conformance + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import google_protobuf "github.com/golang/protobuf/ptypes/any" +import google_protobuf1 "github.com/golang/protobuf/ptypes/duration" +import google_protobuf2 "google.golang.org/genproto/protobuf" +import google_protobuf3 "github.com/golang/protobuf/ptypes/struct" +import google_protobuf4 "github.com/golang/protobuf/ptypes/timestamp" +import google_protobuf5 "github.com/golang/protobuf/ptypes/wrappers" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type WireFormat int32 + +const ( + WireFormat_UNSPECIFIED WireFormat = 0 + WireFormat_PROTOBUF WireFormat = 1 + WireFormat_JSON WireFormat = 2 +) + +var WireFormat_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "PROTOBUF", + 2: "JSON", +} +var WireFormat_value = map[string]int32{ + "UNSPECIFIED": 0, + "PROTOBUF": 1, + "JSON": 2, +} + +func (x WireFormat) String() string { + return proto.EnumName(WireFormat_name, int32(x)) +} +func (WireFormat) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +type ForeignEnum int32 + +const ( + ForeignEnum_FOREIGN_FOO ForeignEnum = 0 + ForeignEnum_FOREIGN_BAR ForeignEnum = 1 + ForeignEnum_FOREIGN_BAZ ForeignEnum = 2 +) + +var ForeignEnum_name = map[int32]string{ + 0: "FOREIGN_FOO", + 1: "FOREIGN_BAR", + 2: "FOREIGN_BAZ", +} +var ForeignEnum_value = map[string]int32{ + "FOREIGN_FOO": 0, + "FOREIGN_BAR": 1, + "FOREIGN_BAZ": 2, +} + +func (x ForeignEnum) String() string { + return proto.EnumName(ForeignEnum_name, int32(x)) +} +func (ForeignEnum) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +type TestAllTypes_NestedEnum int32 + +const ( + TestAllTypes_FOO TestAllTypes_NestedEnum = 0 + TestAllTypes_BAR TestAllTypes_NestedEnum = 1 + TestAllTypes_BAZ TestAllTypes_NestedEnum = 2 + TestAllTypes_NEG TestAllTypes_NestedEnum = -1 +) + +var TestAllTypes_NestedEnum_name = map[int32]string{ + 0: "FOO", + 1: "BAR", + 2: "BAZ", + -1: "NEG", +} +var TestAllTypes_NestedEnum_value = map[string]int32{ + "FOO": 0, + "BAR": 1, + "BAZ": 2, + "NEG": -1, +} + +func (x TestAllTypes_NestedEnum) String() string { + return proto.EnumName(TestAllTypes_NestedEnum_name, int32(x)) +} +func (TestAllTypes_NestedEnum) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} } + +// Represents a single test case's input. The testee should: +// +// 1. parse this proto (which should always succeed) +// 2. parse the protobuf or JSON payload in "payload" (which may fail) +// 3. if the parse succeeded, serialize the message in the requested format. +type ConformanceRequest struct { + // The payload (whether protobuf of JSON) is always for a TestAllTypes proto + // (see below). + // + // Types that are valid to be assigned to Payload: + // *ConformanceRequest_ProtobufPayload + // *ConformanceRequest_JsonPayload + Payload isConformanceRequest_Payload `protobuf_oneof:"payload"` + // Which format should the testee serialize its message to? + RequestedOutputFormat WireFormat `protobuf:"varint,3,opt,name=requested_output_format,json=requestedOutputFormat,enum=conformance.WireFormat" json:"requested_output_format,omitempty"` +} + +func (m *ConformanceRequest) Reset() { *m = ConformanceRequest{} } +func (m *ConformanceRequest) String() string { return proto.CompactTextString(m) } +func (*ConformanceRequest) ProtoMessage() {} +func (*ConformanceRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +type isConformanceRequest_Payload interface { + isConformanceRequest_Payload() +} + +type ConformanceRequest_ProtobufPayload struct { + ProtobufPayload []byte `protobuf:"bytes,1,opt,name=protobuf_payload,json=protobufPayload,proto3,oneof"` +} +type ConformanceRequest_JsonPayload struct { + JsonPayload string `protobuf:"bytes,2,opt,name=json_payload,json=jsonPayload,oneof"` +} + +func (*ConformanceRequest_ProtobufPayload) isConformanceRequest_Payload() {} +func (*ConformanceRequest_JsonPayload) isConformanceRequest_Payload() {} + +func (m *ConformanceRequest) GetPayload() isConformanceRequest_Payload { + if m != nil { + return m.Payload + } + return nil +} + +func (m *ConformanceRequest) GetProtobufPayload() []byte { + if x, ok := m.GetPayload().(*ConformanceRequest_ProtobufPayload); ok { + return x.ProtobufPayload + } + return nil +} + +func (m *ConformanceRequest) GetJsonPayload() string { + if x, ok := m.GetPayload().(*ConformanceRequest_JsonPayload); ok { + return x.JsonPayload + } + return "" +} + +func (m *ConformanceRequest) GetRequestedOutputFormat() WireFormat { + if m != nil { + return m.RequestedOutputFormat + } + return WireFormat_UNSPECIFIED +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ConformanceRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _ConformanceRequest_OneofMarshaler, _ConformanceRequest_OneofUnmarshaler, _ConformanceRequest_OneofSizer, []interface{}{ + (*ConformanceRequest_ProtobufPayload)(nil), + (*ConformanceRequest_JsonPayload)(nil), + } +} + +func _ConformanceRequest_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ConformanceRequest) + // payload + switch x := m.Payload.(type) { + case *ConformanceRequest_ProtobufPayload: + b.EncodeVarint(1<<3 | proto.WireBytes) + b.EncodeRawBytes(x.ProtobufPayload) + case *ConformanceRequest_JsonPayload: + b.EncodeVarint(2<<3 | proto.WireBytes) + b.EncodeStringBytes(x.JsonPayload) + case nil: + default: + return fmt.Errorf("ConformanceRequest.Payload has unexpected type %T", x) + } + return nil +} + +func _ConformanceRequest_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ConformanceRequest) + switch tag { + case 1: // payload.protobuf_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Payload = &ConformanceRequest_ProtobufPayload{x} + return true, err + case 2: // payload.json_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Payload = &ConformanceRequest_JsonPayload{x} + return true, err + default: + return false, nil + } +} + +func _ConformanceRequest_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ConformanceRequest) + // payload + switch x := m.Payload.(type) { + case *ConformanceRequest_ProtobufPayload: + n += proto.SizeVarint(1<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.ProtobufPayload))) + n += len(x.ProtobufPayload) + case *ConformanceRequest_JsonPayload: + n += proto.SizeVarint(2<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.JsonPayload))) + n += len(x.JsonPayload) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +// Represents a single test case's output. +type ConformanceResponse struct { + // Types that are valid to be assigned to Result: + // *ConformanceResponse_ParseError + // *ConformanceResponse_SerializeError + // *ConformanceResponse_RuntimeError + // *ConformanceResponse_ProtobufPayload + // *ConformanceResponse_JsonPayload + // *ConformanceResponse_Skipped + Result isConformanceResponse_Result `protobuf_oneof:"result"` +} + +func (m *ConformanceResponse) Reset() { *m = ConformanceResponse{} } +func (m *ConformanceResponse) String() string { return proto.CompactTextString(m) } +func (*ConformanceResponse) ProtoMessage() {} +func (*ConformanceResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +type isConformanceResponse_Result interface { + isConformanceResponse_Result() +} + +type ConformanceResponse_ParseError struct { + ParseError string `protobuf:"bytes,1,opt,name=parse_error,json=parseError,oneof"` +} +type ConformanceResponse_SerializeError struct { + SerializeError string `protobuf:"bytes,6,opt,name=serialize_error,json=serializeError,oneof"` +} +type ConformanceResponse_RuntimeError struct { + RuntimeError string `protobuf:"bytes,2,opt,name=runtime_error,json=runtimeError,oneof"` +} +type ConformanceResponse_ProtobufPayload struct { + ProtobufPayload []byte `protobuf:"bytes,3,opt,name=protobuf_payload,json=protobufPayload,proto3,oneof"` +} +type ConformanceResponse_JsonPayload struct { + JsonPayload string `protobuf:"bytes,4,opt,name=json_payload,json=jsonPayload,oneof"` +} +type ConformanceResponse_Skipped struct { + Skipped string `protobuf:"bytes,5,opt,name=skipped,oneof"` +} + +func (*ConformanceResponse_ParseError) isConformanceResponse_Result() {} +func (*ConformanceResponse_SerializeError) isConformanceResponse_Result() {} +func (*ConformanceResponse_RuntimeError) isConformanceResponse_Result() {} +func (*ConformanceResponse_ProtobufPayload) isConformanceResponse_Result() {} +func (*ConformanceResponse_JsonPayload) isConformanceResponse_Result() {} +func (*ConformanceResponse_Skipped) isConformanceResponse_Result() {} + +func (m *ConformanceResponse) GetResult() isConformanceResponse_Result { + if m != nil { + return m.Result + } + return nil +} + +func (m *ConformanceResponse) GetParseError() string { + if x, ok := m.GetResult().(*ConformanceResponse_ParseError); ok { + return x.ParseError + } + return "" +} + +func (m *ConformanceResponse) GetSerializeError() string { + if x, ok := m.GetResult().(*ConformanceResponse_SerializeError); ok { + return x.SerializeError + } + return "" +} + +func (m *ConformanceResponse) GetRuntimeError() string { + if x, ok := m.GetResult().(*ConformanceResponse_RuntimeError); ok { + return x.RuntimeError + } + return "" +} + +func (m *ConformanceResponse) GetProtobufPayload() []byte { + if x, ok := m.GetResult().(*ConformanceResponse_ProtobufPayload); ok { + return x.ProtobufPayload + } + return nil +} + +func (m *ConformanceResponse) GetJsonPayload() string { + if x, ok := m.GetResult().(*ConformanceResponse_JsonPayload); ok { + return x.JsonPayload + } + return "" +} + +func (m *ConformanceResponse) GetSkipped() string { + if x, ok := m.GetResult().(*ConformanceResponse_Skipped); ok { + return x.Skipped + } + return "" +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ConformanceResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _ConformanceResponse_OneofMarshaler, _ConformanceResponse_OneofUnmarshaler, _ConformanceResponse_OneofSizer, []interface{}{ + (*ConformanceResponse_ParseError)(nil), + (*ConformanceResponse_SerializeError)(nil), + (*ConformanceResponse_RuntimeError)(nil), + (*ConformanceResponse_ProtobufPayload)(nil), + (*ConformanceResponse_JsonPayload)(nil), + (*ConformanceResponse_Skipped)(nil), + } +} + +func _ConformanceResponse_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ConformanceResponse) + // result + switch x := m.Result.(type) { + case *ConformanceResponse_ParseError: + b.EncodeVarint(1<<3 | proto.WireBytes) + b.EncodeStringBytes(x.ParseError) + case *ConformanceResponse_SerializeError: + b.EncodeVarint(6<<3 | proto.WireBytes) + b.EncodeStringBytes(x.SerializeError) + case *ConformanceResponse_RuntimeError: + b.EncodeVarint(2<<3 | proto.WireBytes) + b.EncodeStringBytes(x.RuntimeError) + case *ConformanceResponse_ProtobufPayload: + b.EncodeVarint(3<<3 | proto.WireBytes) + b.EncodeRawBytes(x.ProtobufPayload) + case *ConformanceResponse_JsonPayload: + b.EncodeVarint(4<<3 | proto.WireBytes) + b.EncodeStringBytes(x.JsonPayload) + case *ConformanceResponse_Skipped: + b.EncodeVarint(5<<3 | proto.WireBytes) + b.EncodeStringBytes(x.Skipped) + case nil: + default: + return fmt.Errorf("ConformanceResponse.Result has unexpected type %T", x) + } + return nil +} + +func _ConformanceResponse_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ConformanceResponse) + switch tag { + case 1: // result.parse_error + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Result = &ConformanceResponse_ParseError{x} + return true, err + case 6: // result.serialize_error + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Result = &ConformanceResponse_SerializeError{x} + return true, err + case 2: // result.runtime_error + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Result = &ConformanceResponse_RuntimeError{x} + return true, err + case 3: // result.protobuf_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Result = &ConformanceResponse_ProtobufPayload{x} + return true, err + case 4: // result.json_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Result = &ConformanceResponse_JsonPayload{x} + return true, err + case 5: // result.skipped + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Result = &ConformanceResponse_Skipped{x} + return true, err + default: + return false, nil + } +} + +func _ConformanceResponse_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ConformanceResponse) + // result + switch x := m.Result.(type) { + case *ConformanceResponse_ParseError: + n += proto.SizeVarint(1<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.ParseError))) + n += len(x.ParseError) + case *ConformanceResponse_SerializeError: + n += proto.SizeVarint(6<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.SerializeError))) + n += len(x.SerializeError) + case *ConformanceResponse_RuntimeError: + n += proto.SizeVarint(2<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.RuntimeError))) + n += len(x.RuntimeError) + case *ConformanceResponse_ProtobufPayload: + n += proto.SizeVarint(3<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.ProtobufPayload))) + n += len(x.ProtobufPayload) + case *ConformanceResponse_JsonPayload: + n += proto.SizeVarint(4<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.JsonPayload))) + n += len(x.JsonPayload) + case *ConformanceResponse_Skipped: + n += proto.SizeVarint(5<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Skipped))) + n += len(x.Skipped) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +// This proto includes every type of field in both singular and repeated +// forms. +type TestAllTypes struct { + // Singular + OptionalInt32 int32 `protobuf:"varint,1,opt,name=optional_int32,json=optionalInt32" json:"optional_int32,omitempty"` + OptionalInt64 int64 `protobuf:"varint,2,opt,name=optional_int64,json=optionalInt64" json:"optional_int64,omitempty"` + OptionalUint32 uint32 `protobuf:"varint,3,opt,name=optional_uint32,json=optionalUint32" json:"optional_uint32,omitempty"` + OptionalUint64 uint64 `protobuf:"varint,4,opt,name=optional_uint64,json=optionalUint64" json:"optional_uint64,omitempty"` + OptionalSint32 int32 `protobuf:"zigzag32,5,opt,name=optional_sint32,json=optionalSint32" json:"optional_sint32,omitempty"` + OptionalSint64 int64 `protobuf:"zigzag64,6,opt,name=optional_sint64,json=optionalSint64" json:"optional_sint64,omitempty"` + OptionalFixed32 uint32 `protobuf:"fixed32,7,opt,name=optional_fixed32,json=optionalFixed32" json:"optional_fixed32,omitempty"` + OptionalFixed64 uint64 `protobuf:"fixed64,8,opt,name=optional_fixed64,json=optionalFixed64" json:"optional_fixed64,omitempty"` + OptionalSfixed32 int32 `protobuf:"fixed32,9,opt,name=optional_sfixed32,json=optionalSfixed32" json:"optional_sfixed32,omitempty"` + OptionalSfixed64 int64 `protobuf:"fixed64,10,opt,name=optional_sfixed64,json=optionalSfixed64" json:"optional_sfixed64,omitempty"` + OptionalFloat float32 `protobuf:"fixed32,11,opt,name=optional_float,json=optionalFloat" json:"optional_float,omitempty"` + OptionalDouble float64 `protobuf:"fixed64,12,opt,name=optional_double,json=optionalDouble" json:"optional_double,omitempty"` + OptionalBool bool `protobuf:"varint,13,opt,name=optional_bool,json=optionalBool" json:"optional_bool,omitempty"` + OptionalString string `protobuf:"bytes,14,opt,name=optional_string,json=optionalString" json:"optional_string,omitempty"` + OptionalBytes []byte `protobuf:"bytes,15,opt,name=optional_bytes,json=optionalBytes,proto3" json:"optional_bytes,omitempty"` + OptionalNestedMessage *TestAllTypes_NestedMessage `protobuf:"bytes,18,opt,name=optional_nested_message,json=optionalNestedMessage" json:"optional_nested_message,omitempty"` + OptionalForeignMessage *ForeignMessage `protobuf:"bytes,19,opt,name=optional_foreign_message,json=optionalForeignMessage" json:"optional_foreign_message,omitempty"` + OptionalNestedEnum TestAllTypes_NestedEnum `protobuf:"varint,21,opt,name=optional_nested_enum,json=optionalNestedEnum,enum=conformance.TestAllTypes_NestedEnum" json:"optional_nested_enum,omitempty"` + OptionalForeignEnum ForeignEnum `protobuf:"varint,22,opt,name=optional_foreign_enum,json=optionalForeignEnum,enum=conformance.ForeignEnum" json:"optional_foreign_enum,omitempty"` + OptionalStringPiece string `protobuf:"bytes,24,opt,name=optional_string_piece,json=optionalStringPiece" json:"optional_string_piece,omitempty"` + OptionalCord string `protobuf:"bytes,25,opt,name=optional_cord,json=optionalCord" json:"optional_cord,omitempty"` + RecursiveMessage *TestAllTypes `protobuf:"bytes,27,opt,name=recursive_message,json=recursiveMessage" json:"recursive_message,omitempty"` + // Repeated + RepeatedInt32 []int32 `protobuf:"varint,31,rep,packed,name=repeated_int32,json=repeatedInt32" json:"repeated_int32,omitempty"` + RepeatedInt64 []int64 `protobuf:"varint,32,rep,packed,name=repeated_int64,json=repeatedInt64" json:"repeated_int64,omitempty"` + RepeatedUint32 []uint32 `protobuf:"varint,33,rep,packed,name=repeated_uint32,json=repeatedUint32" json:"repeated_uint32,omitempty"` + RepeatedUint64 []uint64 `protobuf:"varint,34,rep,packed,name=repeated_uint64,json=repeatedUint64" json:"repeated_uint64,omitempty"` + RepeatedSint32 []int32 `protobuf:"zigzag32,35,rep,packed,name=repeated_sint32,json=repeatedSint32" json:"repeated_sint32,omitempty"` + RepeatedSint64 []int64 `protobuf:"zigzag64,36,rep,packed,name=repeated_sint64,json=repeatedSint64" json:"repeated_sint64,omitempty"` + RepeatedFixed32 []uint32 `protobuf:"fixed32,37,rep,packed,name=repeated_fixed32,json=repeatedFixed32" json:"repeated_fixed32,omitempty"` + RepeatedFixed64 []uint64 `protobuf:"fixed64,38,rep,packed,name=repeated_fixed64,json=repeatedFixed64" json:"repeated_fixed64,omitempty"` + RepeatedSfixed32 []int32 `protobuf:"fixed32,39,rep,packed,name=repeated_sfixed32,json=repeatedSfixed32" json:"repeated_sfixed32,omitempty"` + RepeatedSfixed64 []int64 `protobuf:"fixed64,40,rep,packed,name=repeated_sfixed64,json=repeatedSfixed64" json:"repeated_sfixed64,omitempty"` + RepeatedFloat []float32 `protobuf:"fixed32,41,rep,packed,name=repeated_float,json=repeatedFloat" json:"repeated_float,omitempty"` + RepeatedDouble []float64 `protobuf:"fixed64,42,rep,packed,name=repeated_double,json=repeatedDouble" json:"repeated_double,omitempty"` + RepeatedBool []bool `protobuf:"varint,43,rep,packed,name=repeated_bool,json=repeatedBool" json:"repeated_bool,omitempty"` + RepeatedString []string `protobuf:"bytes,44,rep,name=repeated_string,json=repeatedString" json:"repeated_string,omitempty"` + RepeatedBytes [][]byte `protobuf:"bytes,45,rep,name=repeated_bytes,json=repeatedBytes,proto3" json:"repeated_bytes,omitempty"` + RepeatedNestedMessage []*TestAllTypes_NestedMessage `protobuf:"bytes,48,rep,name=repeated_nested_message,json=repeatedNestedMessage" json:"repeated_nested_message,omitempty"` + RepeatedForeignMessage []*ForeignMessage `protobuf:"bytes,49,rep,name=repeated_foreign_message,json=repeatedForeignMessage" json:"repeated_foreign_message,omitempty"` + RepeatedNestedEnum []TestAllTypes_NestedEnum `protobuf:"varint,51,rep,packed,name=repeated_nested_enum,json=repeatedNestedEnum,enum=conformance.TestAllTypes_NestedEnum" json:"repeated_nested_enum,omitempty"` + RepeatedForeignEnum []ForeignEnum `protobuf:"varint,52,rep,packed,name=repeated_foreign_enum,json=repeatedForeignEnum,enum=conformance.ForeignEnum" json:"repeated_foreign_enum,omitempty"` + RepeatedStringPiece []string `protobuf:"bytes,54,rep,name=repeated_string_piece,json=repeatedStringPiece" json:"repeated_string_piece,omitempty"` + RepeatedCord []string `protobuf:"bytes,55,rep,name=repeated_cord,json=repeatedCord" json:"repeated_cord,omitempty"` + // Map + MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=map_int32_int32,json=mapInt32Int32" json:"map_int32_int32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + MapInt64Int64 map[int64]int64 `protobuf:"bytes,57,rep,name=map_int64_int64,json=mapInt64Int64" json:"map_int64_int64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + MapUint32Uint32 map[uint32]uint32 `protobuf:"bytes,58,rep,name=map_uint32_uint32,json=mapUint32Uint32" json:"map_uint32_uint32,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + MapUint64Uint64 map[uint64]uint64 `protobuf:"bytes,59,rep,name=map_uint64_uint64,json=mapUint64Uint64" json:"map_uint64_uint64,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + MapSint32Sint32 map[int32]int32 `protobuf:"bytes,60,rep,name=map_sint32_sint32,json=mapSint32Sint32" json:"map_sint32_sint32,omitempty" protobuf_key:"zigzag32,1,opt,name=key" protobuf_val:"zigzag32,2,opt,name=value"` + MapSint64Sint64 map[int64]int64 `protobuf:"bytes,61,rep,name=map_sint64_sint64,json=mapSint64Sint64" json:"map_sint64_sint64,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"zigzag64,2,opt,name=value"` + MapFixed32Fixed32 map[uint32]uint32 `protobuf:"bytes,62,rep,name=map_fixed32_fixed32,json=mapFixed32Fixed32" json:"map_fixed32_fixed32,omitempty" protobuf_key:"fixed32,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"` + MapFixed64Fixed64 map[uint64]uint64 `protobuf:"bytes,63,rep,name=map_fixed64_fixed64,json=mapFixed64Fixed64" json:"map_fixed64_fixed64,omitempty" protobuf_key:"fixed64,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"` + MapSfixed32Sfixed32 map[int32]int32 `protobuf:"bytes,64,rep,name=map_sfixed32_sfixed32,json=mapSfixed32Sfixed32" json:"map_sfixed32_sfixed32,omitempty" protobuf_key:"fixed32,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"` + MapSfixed64Sfixed64 map[int64]int64 `protobuf:"bytes,65,rep,name=map_sfixed64_sfixed64,json=mapSfixed64Sfixed64" json:"map_sfixed64_sfixed64,omitempty" protobuf_key:"fixed64,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"` + MapInt32Float map[int32]float32 `protobuf:"bytes,66,rep,name=map_int32_float,json=mapInt32Float" json:"map_int32_float,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed32,2,opt,name=value"` + MapInt32Double map[int32]float64 `protobuf:"bytes,67,rep,name=map_int32_double,json=mapInt32Double" json:"map_int32_double,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"` + MapBoolBool map[bool]bool `protobuf:"bytes,68,rep,name=map_bool_bool,json=mapBoolBool" json:"map_bool_bool,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + MapStringString map[string]string `protobuf:"bytes,69,rep,name=map_string_string,json=mapStringString" json:"map_string_string,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + MapStringBytes map[string][]byte `protobuf:"bytes,70,rep,name=map_string_bytes,json=mapStringBytes" json:"map_string_bytes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value,proto3"` + MapStringNestedMessage map[string]*TestAllTypes_NestedMessage `protobuf:"bytes,71,rep,name=map_string_nested_message,json=mapStringNestedMessage" json:"map_string_nested_message,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + MapStringForeignMessage map[string]*ForeignMessage `protobuf:"bytes,72,rep,name=map_string_foreign_message,json=mapStringForeignMessage" json:"map_string_foreign_message,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + MapStringNestedEnum map[string]TestAllTypes_NestedEnum `protobuf:"bytes,73,rep,name=map_string_nested_enum,json=mapStringNestedEnum" json:"map_string_nested_enum,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=conformance.TestAllTypes_NestedEnum"` + MapStringForeignEnum map[string]ForeignEnum `protobuf:"bytes,74,rep,name=map_string_foreign_enum,json=mapStringForeignEnum" json:"map_string_foreign_enum,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=conformance.ForeignEnum"` + // Types that are valid to be assigned to OneofField: + // *TestAllTypes_OneofUint32 + // *TestAllTypes_OneofNestedMessage + // *TestAllTypes_OneofString + // *TestAllTypes_OneofBytes + // *TestAllTypes_OneofBool + // *TestAllTypes_OneofUint64 + // *TestAllTypes_OneofFloat + // *TestAllTypes_OneofDouble + // *TestAllTypes_OneofEnum + OneofField isTestAllTypes_OneofField `protobuf_oneof:"oneof_field"` + // Well-known types + OptionalBoolWrapper *google_protobuf5.BoolValue `protobuf:"bytes,201,opt,name=optional_bool_wrapper,json=optionalBoolWrapper" json:"optional_bool_wrapper,omitempty"` + OptionalInt32Wrapper *google_protobuf5.Int32Value `protobuf:"bytes,202,opt,name=optional_int32_wrapper,json=optionalInt32Wrapper" json:"optional_int32_wrapper,omitempty"` + OptionalInt64Wrapper *google_protobuf5.Int64Value `protobuf:"bytes,203,opt,name=optional_int64_wrapper,json=optionalInt64Wrapper" json:"optional_int64_wrapper,omitempty"` + OptionalUint32Wrapper *google_protobuf5.UInt32Value `protobuf:"bytes,204,opt,name=optional_uint32_wrapper,json=optionalUint32Wrapper" json:"optional_uint32_wrapper,omitempty"` + OptionalUint64Wrapper *google_protobuf5.UInt64Value `protobuf:"bytes,205,opt,name=optional_uint64_wrapper,json=optionalUint64Wrapper" json:"optional_uint64_wrapper,omitempty"` + OptionalFloatWrapper *google_protobuf5.FloatValue `protobuf:"bytes,206,opt,name=optional_float_wrapper,json=optionalFloatWrapper" json:"optional_float_wrapper,omitempty"` + OptionalDoubleWrapper *google_protobuf5.DoubleValue `protobuf:"bytes,207,opt,name=optional_double_wrapper,json=optionalDoubleWrapper" json:"optional_double_wrapper,omitempty"` + OptionalStringWrapper *google_protobuf5.StringValue `protobuf:"bytes,208,opt,name=optional_string_wrapper,json=optionalStringWrapper" json:"optional_string_wrapper,omitempty"` + OptionalBytesWrapper *google_protobuf5.BytesValue `protobuf:"bytes,209,opt,name=optional_bytes_wrapper,json=optionalBytesWrapper" json:"optional_bytes_wrapper,omitempty"` + RepeatedBoolWrapper []*google_protobuf5.BoolValue `protobuf:"bytes,211,rep,name=repeated_bool_wrapper,json=repeatedBoolWrapper" json:"repeated_bool_wrapper,omitempty"` + RepeatedInt32Wrapper []*google_protobuf5.Int32Value `protobuf:"bytes,212,rep,name=repeated_int32_wrapper,json=repeatedInt32Wrapper" json:"repeated_int32_wrapper,omitempty"` + RepeatedInt64Wrapper []*google_protobuf5.Int64Value `protobuf:"bytes,213,rep,name=repeated_int64_wrapper,json=repeatedInt64Wrapper" json:"repeated_int64_wrapper,omitempty"` + RepeatedUint32Wrapper []*google_protobuf5.UInt32Value `protobuf:"bytes,214,rep,name=repeated_uint32_wrapper,json=repeatedUint32Wrapper" json:"repeated_uint32_wrapper,omitempty"` + RepeatedUint64Wrapper []*google_protobuf5.UInt64Value `protobuf:"bytes,215,rep,name=repeated_uint64_wrapper,json=repeatedUint64Wrapper" json:"repeated_uint64_wrapper,omitempty"` + RepeatedFloatWrapper []*google_protobuf5.FloatValue `protobuf:"bytes,216,rep,name=repeated_float_wrapper,json=repeatedFloatWrapper" json:"repeated_float_wrapper,omitempty"` + RepeatedDoubleWrapper []*google_protobuf5.DoubleValue `protobuf:"bytes,217,rep,name=repeated_double_wrapper,json=repeatedDoubleWrapper" json:"repeated_double_wrapper,omitempty"` + RepeatedStringWrapper []*google_protobuf5.StringValue `protobuf:"bytes,218,rep,name=repeated_string_wrapper,json=repeatedStringWrapper" json:"repeated_string_wrapper,omitempty"` + RepeatedBytesWrapper []*google_protobuf5.BytesValue `protobuf:"bytes,219,rep,name=repeated_bytes_wrapper,json=repeatedBytesWrapper" json:"repeated_bytes_wrapper,omitempty"` + OptionalDuration *google_protobuf1.Duration `protobuf:"bytes,301,opt,name=optional_duration,json=optionalDuration" json:"optional_duration,omitempty"` + OptionalTimestamp *google_protobuf4.Timestamp `protobuf:"bytes,302,opt,name=optional_timestamp,json=optionalTimestamp" json:"optional_timestamp,omitempty"` + OptionalFieldMask *google_protobuf2.FieldMask `protobuf:"bytes,303,opt,name=optional_field_mask,json=optionalFieldMask" json:"optional_field_mask,omitempty"` + OptionalStruct *google_protobuf3.Struct `protobuf:"bytes,304,opt,name=optional_struct,json=optionalStruct" json:"optional_struct,omitempty"` + OptionalAny *google_protobuf.Any `protobuf:"bytes,305,opt,name=optional_any,json=optionalAny" json:"optional_any,omitempty"` + OptionalValue *google_protobuf3.Value `protobuf:"bytes,306,opt,name=optional_value,json=optionalValue" json:"optional_value,omitempty"` + RepeatedDuration []*google_protobuf1.Duration `protobuf:"bytes,311,rep,name=repeated_duration,json=repeatedDuration" json:"repeated_duration,omitempty"` + RepeatedTimestamp []*google_protobuf4.Timestamp `protobuf:"bytes,312,rep,name=repeated_timestamp,json=repeatedTimestamp" json:"repeated_timestamp,omitempty"` + RepeatedFieldmask []*google_protobuf2.FieldMask `protobuf:"bytes,313,rep,name=repeated_fieldmask,json=repeatedFieldmask" json:"repeated_fieldmask,omitempty"` + RepeatedStruct []*google_protobuf3.Struct `protobuf:"bytes,324,rep,name=repeated_struct,json=repeatedStruct" json:"repeated_struct,omitempty"` + RepeatedAny []*google_protobuf.Any `protobuf:"bytes,315,rep,name=repeated_any,json=repeatedAny" json:"repeated_any,omitempty"` + RepeatedValue []*google_protobuf3.Value `protobuf:"bytes,316,rep,name=repeated_value,json=repeatedValue" json:"repeated_value,omitempty"` + // Test field-name-to-JSON-name convention. + // (protobuf says names can be any valid C/C++ identifier.) + Fieldname1 int32 `protobuf:"varint,401,opt,name=fieldname1" json:"fieldname1,omitempty"` + FieldName2 int32 `protobuf:"varint,402,opt,name=field_name2,json=fieldName2" json:"field_name2,omitempty"` + XFieldName3 int32 `protobuf:"varint,403,opt,name=_field_name3,json=FieldName3" json:"_field_name3,omitempty"` + Field_Name4_ int32 `protobuf:"varint,404,opt,name=field__name4_,json=fieldName4" json:"field__name4_,omitempty"` + Field0Name5 int32 `protobuf:"varint,405,opt,name=field0name5" json:"field0name5,omitempty"` + Field_0Name6 int32 `protobuf:"varint,406,opt,name=field_0_name6,json=field0Name6" json:"field_0_name6,omitempty"` + FieldName7 int32 `protobuf:"varint,407,opt,name=fieldName7" json:"fieldName7,omitempty"` + FieldName8 int32 `protobuf:"varint,408,opt,name=FieldName8" json:"FieldName8,omitempty"` + Field_Name9 int32 `protobuf:"varint,409,opt,name=field_Name9,json=fieldName9" json:"field_Name9,omitempty"` + Field_Name10 int32 `protobuf:"varint,410,opt,name=Field_Name10,json=FieldName10" json:"Field_Name10,omitempty"` + FIELD_NAME11 int32 `protobuf:"varint,411,opt,name=FIELD_NAME11,json=FIELDNAME11" json:"FIELD_NAME11,omitempty"` + FIELDName12 int32 `protobuf:"varint,412,opt,name=FIELD_name12,json=FIELDName12" json:"FIELD_name12,omitempty"` + XFieldName13 int32 `protobuf:"varint,413,opt,name=__field_name13,json=FieldName13" json:"__field_name13,omitempty"` + X_FieldName14 int32 `protobuf:"varint,414,opt,name=__Field_name14,json=FieldName14" json:"__Field_name14,omitempty"` + Field_Name15 int32 `protobuf:"varint,415,opt,name=field__name15,json=fieldName15" json:"field__name15,omitempty"` + Field__Name16 int32 `protobuf:"varint,416,opt,name=field__Name16,json=fieldName16" json:"field__Name16,omitempty"` + FieldName17__ int32 `protobuf:"varint,417,opt,name=field_name17__,json=fieldName17" json:"field_name17__,omitempty"` + FieldName18__ int32 `protobuf:"varint,418,opt,name=Field_name18__,json=FieldName18" json:"Field_name18__,omitempty"` +} + +func (m *TestAllTypes) Reset() { *m = TestAllTypes{} } +func (m *TestAllTypes) String() string { return proto.CompactTextString(m) } +func (*TestAllTypes) ProtoMessage() {} +func (*TestAllTypes) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +type isTestAllTypes_OneofField interface { + isTestAllTypes_OneofField() +} + +type TestAllTypes_OneofUint32 struct { + OneofUint32 uint32 `protobuf:"varint,111,opt,name=oneof_uint32,json=oneofUint32,oneof"` +} +type TestAllTypes_OneofNestedMessage struct { + OneofNestedMessage *TestAllTypes_NestedMessage `protobuf:"bytes,112,opt,name=oneof_nested_message,json=oneofNestedMessage,oneof"` +} +type TestAllTypes_OneofString struct { + OneofString string `protobuf:"bytes,113,opt,name=oneof_string,json=oneofString,oneof"` +} +type TestAllTypes_OneofBytes struct { + OneofBytes []byte `protobuf:"bytes,114,opt,name=oneof_bytes,json=oneofBytes,proto3,oneof"` +} +type TestAllTypes_OneofBool struct { + OneofBool bool `protobuf:"varint,115,opt,name=oneof_bool,json=oneofBool,oneof"` +} +type TestAllTypes_OneofUint64 struct { + OneofUint64 uint64 `protobuf:"varint,116,opt,name=oneof_uint64,json=oneofUint64,oneof"` +} +type TestAllTypes_OneofFloat struct { + OneofFloat float32 `protobuf:"fixed32,117,opt,name=oneof_float,json=oneofFloat,oneof"` +} +type TestAllTypes_OneofDouble struct { + OneofDouble float64 `protobuf:"fixed64,118,opt,name=oneof_double,json=oneofDouble,oneof"` +} +type TestAllTypes_OneofEnum struct { + OneofEnum TestAllTypes_NestedEnum `protobuf:"varint,119,opt,name=oneof_enum,json=oneofEnum,enum=conformance.TestAllTypes_NestedEnum,oneof"` +} + +func (*TestAllTypes_OneofUint32) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofNestedMessage) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofString) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofBytes) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofBool) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofUint64) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofFloat) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofDouble) isTestAllTypes_OneofField() {} +func (*TestAllTypes_OneofEnum) isTestAllTypes_OneofField() {} + +func (m *TestAllTypes) GetOneofField() isTestAllTypes_OneofField { + if m != nil { + return m.OneofField + } + return nil +} + +func (m *TestAllTypes) GetOptionalInt32() int32 { + if m != nil { + return m.OptionalInt32 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalInt64() int64 { + if m != nil { + return m.OptionalInt64 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalUint32() uint32 { + if m != nil { + return m.OptionalUint32 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalUint64() uint64 { + if m != nil { + return m.OptionalUint64 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalSint32() int32 { + if m != nil { + return m.OptionalSint32 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalSint64() int64 { + if m != nil { + return m.OptionalSint64 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalFixed32() uint32 { + if m != nil { + return m.OptionalFixed32 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalFixed64() uint64 { + if m != nil { + return m.OptionalFixed64 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalSfixed32() int32 { + if m != nil { + return m.OptionalSfixed32 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalSfixed64() int64 { + if m != nil { + return m.OptionalSfixed64 + } + return 0 +} + +func (m *TestAllTypes) GetOptionalFloat() float32 { + if m != nil { + return m.OptionalFloat + } + return 0 +} + +func (m *TestAllTypes) GetOptionalDouble() float64 { + if m != nil { + return m.OptionalDouble + } + return 0 +} + +func (m *TestAllTypes) GetOptionalBool() bool { + if m != nil { + return m.OptionalBool + } + return false +} + +func (m *TestAllTypes) GetOptionalString() string { + if m != nil { + return m.OptionalString + } + return "" +} + +func (m *TestAllTypes) GetOptionalBytes() []byte { + if m != nil { + return m.OptionalBytes + } + return nil +} + +func (m *TestAllTypes) GetOptionalNestedMessage() *TestAllTypes_NestedMessage { + if m != nil { + return m.OptionalNestedMessage + } + return nil +} + +func (m *TestAllTypes) GetOptionalForeignMessage() *ForeignMessage { + if m != nil { + return m.OptionalForeignMessage + } + return nil +} + +func (m *TestAllTypes) GetOptionalNestedEnum() TestAllTypes_NestedEnum { + if m != nil { + return m.OptionalNestedEnum + } + return TestAllTypes_FOO +} + +func (m *TestAllTypes) GetOptionalForeignEnum() ForeignEnum { + if m != nil { + return m.OptionalForeignEnum + } + return ForeignEnum_FOREIGN_FOO +} + +func (m *TestAllTypes) GetOptionalStringPiece() string { + if m != nil { + return m.OptionalStringPiece + } + return "" +} + +func (m *TestAllTypes) GetOptionalCord() string { + if m != nil { + return m.OptionalCord + } + return "" +} + +func (m *TestAllTypes) GetRecursiveMessage() *TestAllTypes { + if m != nil { + return m.RecursiveMessage + } + return nil +} + +func (m *TestAllTypes) GetRepeatedInt32() []int32 { + if m != nil { + return m.RepeatedInt32 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedInt64() []int64 { + if m != nil { + return m.RepeatedInt64 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedUint32() []uint32 { + if m != nil { + return m.RepeatedUint32 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedUint64() []uint64 { + if m != nil { + return m.RepeatedUint64 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedSint32() []int32 { + if m != nil { + return m.RepeatedSint32 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedSint64() []int64 { + if m != nil { + return m.RepeatedSint64 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedFixed32() []uint32 { + if m != nil { + return m.RepeatedFixed32 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedFixed64() []uint64 { + if m != nil { + return m.RepeatedFixed64 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedSfixed32() []int32 { + if m != nil { + return m.RepeatedSfixed32 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedSfixed64() []int64 { + if m != nil { + return m.RepeatedSfixed64 + } + return nil +} + +func (m *TestAllTypes) GetRepeatedFloat() []float32 { + if m != nil { + return m.RepeatedFloat + } + return nil +} + +func (m *TestAllTypes) GetRepeatedDouble() []float64 { + if m != nil { + return m.RepeatedDouble + } + return nil +} + +func (m *TestAllTypes) GetRepeatedBool() []bool { + if m != nil { + return m.RepeatedBool + } + return nil +} + +func (m *TestAllTypes) GetRepeatedString() []string { + if m != nil { + return m.RepeatedString + } + return nil +} + +func (m *TestAllTypes) GetRepeatedBytes() [][]byte { + if m != nil { + return m.RepeatedBytes + } + return nil +} + +func (m *TestAllTypes) GetRepeatedNestedMessage() []*TestAllTypes_NestedMessage { + if m != nil { + return m.RepeatedNestedMessage + } + return nil +} + +func (m *TestAllTypes) GetRepeatedForeignMessage() []*ForeignMessage { + if m != nil { + return m.RepeatedForeignMessage + } + return nil +} + +func (m *TestAllTypes) GetRepeatedNestedEnum() []TestAllTypes_NestedEnum { + if m != nil { + return m.RepeatedNestedEnum + } + return nil +} + +func (m *TestAllTypes) GetRepeatedForeignEnum() []ForeignEnum { + if m != nil { + return m.RepeatedForeignEnum + } + return nil +} + +func (m *TestAllTypes) GetRepeatedStringPiece() []string { + if m != nil { + return m.RepeatedStringPiece + } + return nil +} + +func (m *TestAllTypes) GetRepeatedCord() []string { + if m != nil { + return m.RepeatedCord + } + return nil +} + +func (m *TestAllTypes) GetMapInt32Int32() map[int32]int32 { + if m != nil { + return m.MapInt32Int32 + } + return nil +} + +func (m *TestAllTypes) GetMapInt64Int64() map[int64]int64 { + if m != nil { + return m.MapInt64Int64 + } + return nil +} + +func (m *TestAllTypes) GetMapUint32Uint32() map[uint32]uint32 { + if m != nil { + return m.MapUint32Uint32 + } + return nil +} + +func (m *TestAllTypes) GetMapUint64Uint64() map[uint64]uint64 { + if m != nil { + return m.MapUint64Uint64 + } + return nil +} + +func (m *TestAllTypes) GetMapSint32Sint32() map[int32]int32 { + if m != nil { + return m.MapSint32Sint32 + } + return nil +} + +func (m *TestAllTypes) GetMapSint64Sint64() map[int64]int64 { + if m != nil { + return m.MapSint64Sint64 + } + return nil +} + +func (m *TestAllTypes) GetMapFixed32Fixed32() map[uint32]uint32 { + if m != nil { + return m.MapFixed32Fixed32 + } + return nil +} + +func (m *TestAllTypes) GetMapFixed64Fixed64() map[uint64]uint64 { + if m != nil { + return m.MapFixed64Fixed64 + } + return nil +} + +func (m *TestAllTypes) GetMapSfixed32Sfixed32() map[int32]int32 { + if m != nil { + return m.MapSfixed32Sfixed32 + } + return nil +} + +func (m *TestAllTypes) GetMapSfixed64Sfixed64() map[int64]int64 { + if m != nil { + return m.MapSfixed64Sfixed64 + } + return nil +} + +func (m *TestAllTypes) GetMapInt32Float() map[int32]float32 { + if m != nil { + return m.MapInt32Float + } + return nil +} + +func (m *TestAllTypes) GetMapInt32Double() map[int32]float64 { + if m != nil { + return m.MapInt32Double + } + return nil +} + +func (m *TestAllTypes) GetMapBoolBool() map[bool]bool { + if m != nil { + return m.MapBoolBool + } + return nil +} + +func (m *TestAllTypes) GetMapStringString() map[string]string { + if m != nil { + return m.MapStringString + } + return nil +} + +func (m *TestAllTypes) GetMapStringBytes() map[string][]byte { + if m != nil { + return m.MapStringBytes + } + return nil +} + +func (m *TestAllTypes) GetMapStringNestedMessage() map[string]*TestAllTypes_NestedMessage { + if m != nil { + return m.MapStringNestedMessage + } + return nil +} + +func (m *TestAllTypes) GetMapStringForeignMessage() map[string]*ForeignMessage { + if m != nil { + return m.MapStringForeignMessage + } + return nil +} + +func (m *TestAllTypes) GetMapStringNestedEnum() map[string]TestAllTypes_NestedEnum { + if m != nil { + return m.MapStringNestedEnum + } + return nil +} + +func (m *TestAllTypes) GetMapStringForeignEnum() map[string]ForeignEnum { + if m != nil { + return m.MapStringForeignEnum + } + return nil +} + +func (m *TestAllTypes) GetOneofUint32() uint32 { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofUint32); ok { + return x.OneofUint32 + } + return 0 +} + +func (m *TestAllTypes) GetOneofNestedMessage() *TestAllTypes_NestedMessage { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofNestedMessage); ok { + return x.OneofNestedMessage + } + return nil +} + +func (m *TestAllTypes) GetOneofString() string { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofString); ok { + return x.OneofString + } + return "" +} + +func (m *TestAllTypes) GetOneofBytes() []byte { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofBytes); ok { + return x.OneofBytes + } + return nil +} + +func (m *TestAllTypes) GetOneofBool() bool { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofBool); ok { + return x.OneofBool + } + return false +} + +func (m *TestAllTypes) GetOneofUint64() uint64 { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofUint64); ok { + return x.OneofUint64 + } + return 0 +} + +func (m *TestAllTypes) GetOneofFloat() float32 { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofFloat); ok { + return x.OneofFloat + } + return 0 +} + +func (m *TestAllTypes) GetOneofDouble() float64 { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofDouble); ok { + return x.OneofDouble + } + return 0 +} + +func (m *TestAllTypes) GetOneofEnum() TestAllTypes_NestedEnum { + if x, ok := m.GetOneofField().(*TestAllTypes_OneofEnum); ok { + return x.OneofEnum + } + return TestAllTypes_FOO +} + +func (m *TestAllTypes) GetOptionalBoolWrapper() *google_protobuf5.BoolValue { + if m != nil { + return m.OptionalBoolWrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalInt32Wrapper() *google_protobuf5.Int32Value { + if m != nil { + return m.OptionalInt32Wrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalInt64Wrapper() *google_protobuf5.Int64Value { + if m != nil { + return m.OptionalInt64Wrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalUint32Wrapper() *google_protobuf5.UInt32Value { + if m != nil { + return m.OptionalUint32Wrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalUint64Wrapper() *google_protobuf5.UInt64Value { + if m != nil { + return m.OptionalUint64Wrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalFloatWrapper() *google_protobuf5.FloatValue { + if m != nil { + return m.OptionalFloatWrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalDoubleWrapper() *google_protobuf5.DoubleValue { + if m != nil { + return m.OptionalDoubleWrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalStringWrapper() *google_protobuf5.StringValue { + if m != nil { + return m.OptionalStringWrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalBytesWrapper() *google_protobuf5.BytesValue { + if m != nil { + return m.OptionalBytesWrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedBoolWrapper() []*google_protobuf5.BoolValue { + if m != nil { + return m.RepeatedBoolWrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedInt32Wrapper() []*google_protobuf5.Int32Value { + if m != nil { + return m.RepeatedInt32Wrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedInt64Wrapper() []*google_protobuf5.Int64Value { + if m != nil { + return m.RepeatedInt64Wrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedUint32Wrapper() []*google_protobuf5.UInt32Value { + if m != nil { + return m.RepeatedUint32Wrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedUint64Wrapper() []*google_protobuf5.UInt64Value { + if m != nil { + return m.RepeatedUint64Wrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedFloatWrapper() []*google_protobuf5.FloatValue { + if m != nil { + return m.RepeatedFloatWrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedDoubleWrapper() []*google_protobuf5.DoubleValue { + if m != nil { + return m.RepeatedDoubleWrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedStringWrapper() []*google_protobuf5.StringValue { + if m != nil { + return m.RepeatedStringWrapper + } + return nil +} + +func (m *TestAllTypes) GetRepeatedBytesWrapper() []*google_protobuf5.BytesValue { + if m != nil { + return m.RepeatedBytesWrapper + } + return nil +} + +func (m *TestAllTypes) GetOptionalDuration() *google_protobuf1.Duration { + if m != nil { + return m.OptionalDuration + } + return nil +} + +func (m *TestAllTypes) GetOptionalTimestamp() *google_protobuf4.Timestamp { + if m != nil { + return m.OptionalTimestamp + } + return nil +} + +func (m *TestAllTypes) GetOptionalFieldMask() *google_protobuf2.FieldMask { + if m != nil { + return m.OptionalFieldMask + } + return nil +} + +func (m *TestAllTypes) GetOptionalStruct() *google_protobuf3.Struct { + if m != nil { + return m.OptionalStruct + } + return nil +} + +func (m *TestAllTypes) GetOptionalAny() *google_protobuf.Any { + if m != nil { + return m.OptionalAny + } + return nil +} + +func (m *TestAllTypes) GetOptionalValue() *google_protobuf3.Value { + if m != nil { + return m.OptionalValue + } + return nil +} + +func (m *TestAllTypes) GetRepeatedDuration() []*google_protobuf1.Duration { + if m != nil { + return m.RepeatedDuration + } + return nil +} + +func (m *TestAllTypes) GetRepeatedTimestamp() []*google_protobuf4.Timestamp { + if m != nil { + return m.RepeatedTimestamp + } + return nil +} + +func (m *TestAllTypes) GetRepeatedFieldmask() []*google_protobuf2.FieldMask { + if m != nil { + return m.RepeatedFieldmask + } + return nil +} + +func (m *TestAllTypes) GetRepeatedStruct() []*google_protobuf3.Struct { + if m != nil { + return m.RepeatedStruct + } + return nil +} + +func (m *TestAllTypes) GetRepeatedAny() []*google_protobuf.Any { + if m != nil { + return m.RepeatedAny + } + return nil +} + +func (m *TestAllTypes) GetRepeatedValue() []*google_protobuf3.Value { + if m != nil { + return m.RepeatedValue + } + return nil +} + +func (m *TestAllTypes) GetFieldname1() int32 { + if m != nil { + return m.Fieldname1 + } + return 0 +} + +func (m *TestAllTypes) GetFieldName2() int32 { + if m != nil { + return m.FieldName2 + } + return 0 +} + +func (m *TestAllTypes) GetXFieldName3() int32 { + if m != nil { + return m.XFieldName3 + } + return 0 +} + +func (m *TestAllTypes) GetField_Name4_() int32 { + if m != nil { + return m.Field_Name4_ + } + return 0 +} + +func (m *TestAllTypes) GetField0Name5() int32 { + if m != nil { + return m.Field0Name5 + } + return 0 +} + +func (m *TestAllTypes) GetField_0Name6() int32 { + if m != nil { + return m.Field_0Name6 + } + return 0 +} + +func (m *TestAllTypes) GetFieldName7() int32 { + if m != nil { + return m.FieldName7 + } + return 0 +} + +func (m *TestAllTypes) GetFieldName8() int32 { + if m != nil { + return m.FieldName8 + } + return 0 +} + +func (m *TestAllTypes) GetField_Name9() int32 { + if m != nil { + return m.Field_Name9 + } + return 0 +} + +func (m *TestAllTypes) GetField_Name10() int32 { + if m != nil { + return m.Field_Name10 + } + return 0 +} + +func (m *TestAllTypes) GetFIELD_NAME11() int32 { + if m != nil { + return m.FIELD_NAME11 + } + return 0 +} + +func (m *TestAllTypes) GetFIELDName12() int32 { + if m != nil { + return m.FIELDName12 + } + return 0 +} + +func (m *TestAllTypes) GetXFieldName13() int32 { + if m != nil { + return m.XFieldName13 + } + return 0 +} + +func (m *TestAllTypes) GetX_FieldName14() int32 { + if m != nil { + return m.X_FieldName14 + } + return 0 +} + +func (m *TestAllTypes) GetField_Name15() int32 { + if m != nil { + return m.Field_Name15 + } + return 0 +} + +func (m *TestAllTypes) GetField__Name16() int32 { + if m != nil { + return m.Field__Name16 + } + return 0 +} + +func (m *TestAllTypes) GetFieldName17__() int32 { + if m != nil { + return m.FieldName17__ + } + return 0 +} + +func (m *TestAllTypes) GetFieldName18__() int32 { + if m != nil { + return m.FieldName18__ + } + return 0 +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*TestAllTypes) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _TestAllTypes_OneofMarshaler, _TestAllTypes_OneofUnmarshaler, _TestAllTypes_OneofSizer, []interface{}{ + (*TestAllTypes_OneofUint32)(nil), + (*TestAllTypes_OneofNestedMessage)(nil), + (*TestAllTypes_OneofString)(nil), + (*TestAllTypes_OneofBytes)(nil), + (*TestAllTypes_OneofBool)(nil), + (*TestAllTypes_OneofUint64)(nil), + (*TestAllTypes_OneofFloat)(nil), + (*TestAllTypes_OneofDouble)(nil), + (*TestAllTypes_OneofEnum)(nil), + } +} + +func _TestAllTypes_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*TestAllTypes) + // oneof_field + switch x := m.OneofField.(type) { + case *TestAllTypes_OneofUint32: + b.EncodeVarint(111<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.OneofUint32)) + case *TestAllTypes_OneofNestedMessage: + b.EncodeVarint(112<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.OneofNestedMessage); err != nil { + return err + } + case *TestAllTypes_OneofString: + b.EncodeVarint(113<<3 | proto.WireBytes) + b.EncodeStringBytes(x.OneofString) + case *TestAllTypes_OneofBytes: + b.EncodeVarint(114<<3 | proto.WireBytes) + b.EncodeRawBytes(x.OneofBytes) + case *TestAllTypes_OneofBool: + t := uint64(0) + if x.OneofBool { + t = 1 + } + b.EncodeVarint(115<<3 | proto.WireVarint) + b.EncodeVarint(t) + case *TestAllTypes_OneofUint64: + b.EncodeVarint(116<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.OneofUint64)) + case *TestAllTypes_OneofFloat: + b.EncodeVarint(117<<3 | proto.WireFixed32) + b.EncodeFixed32(uint64(math.Float32bits(x.OneofFloat))) + case *TestAllTypes_OneofDouble: + b.EncodeVarint(118<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.OneofDouble)) + case *TestAllTypes_OneofEnum: + b.EncodeVarint(119<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.OneofEnum)) + case nil: + default: + return fmt.Errorf("TestAllTypes.OneofField has unexpected type %T", x) + } + return nil +} + +func _TestAllTypes_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*TestAllTypes) + switch tag { + case 111: // oneof_field.oneof_uint32 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.OneofField = &TestAllTypes_OneofUint32{uint32(x)} + return true, err + case 112: // oneof_field.oneof_nested_message + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TestAllTypes_NestedMessage) + err := b.DecodeMessage(msg) + m.OneofField = &TestAllTypes_OneofNestedMessage{msg} + return true, err + case 113: // oneof_field.oneof_string + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.OneofField = &TestAllTypes_OneofString{x} + return true, err + case 114: // oneof_field.oneof_bytes + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.OneofField = &TestAllTypes_OneofBytes{x} + return true, err + case 115: // oneof_field.oneof_bool + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.OneofField = &TestAllTypes_OneofBool{x != 0} + return true, err + case 116: // oneof_field.oneof_uint64 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.OneofField = &TestAllTypes_OneofUint64{x} + return true, err + case 117: // oneof_field.oneof_float + if wire != proto.WireFixed32 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed32() + m.OneofField = &TestAllTypes_OneofFloat{math.Float32frombits(uint32(x))} + return true, err + case 118: // oneof_field.oneof_double + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.OneofField = &TestAllTypes_OneofDouble{math.Float64frombits(x)} + return true, err + case 119: // oneof_field.oneof_enum + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.OneofField = &TestAllTypes_OneofEnum{TestAllTypes_NestedEnum(x)} + return true, err + default: + return false, nil + } +} + +func _TestAllTypes_OneofSizer(msg proto.Message) (n int) { + m := msg.(*TestAllTypes) + // oneof_field + switch x := m.OneofField.(type) { + case *TestAllTypes_OneofUint32: + n += proto.SizeVarint(111<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.OneofUint32)) + case *TestAllTypes_OneofNestedMessage: + s := proto.Size(x.OneofNestedMessage) + n += proto.SizeVarint(112<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case *TestAllTypes_OneofString: + n += proto.SizeVarint(113<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.OneofString))) + n += len(x.OneofString) + case *TestAllTypes_OneofBytes: + n += proto.SizeVarint(114<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.OneofBytes))) + n += len(x.OneofBytes) + case *TestAllTypes_OneofBool: + n += proto.SizeVarint(115<<3 | proto.WireVarint) + n += 1 + case *TestAllTypes_OneofUint64: + n += proto.SizeVarint(116<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.OneofUint64)) + case *TestAllTypes_OneofFloat: + n += proto.SizeVarint(117<<3 | proto.WireFixed32) + n += 4 + case *TestAllTypes_OneofDouble: + n += proto.SizeVarint(118<<3 | proto.WireFixed64) + n += 8 + case *TestAllTypes_OneofEnum: + n += proto.SizeVarint(119<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.OneofEnum)) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +type TestAllTypes_NestedMessage struct { + A int32 `protobuf:"varint,1,opt,name=a" json:"a,omitempty"` + Corecursive *TestAllTypes `protobuf:"bytes,2,opt,name=corecursive" json:"corecursive,omitempty"` +} + +func (m *TestAllTypes_NestedMessage) Reset() { *m = TestAllTypes_NestedMessage{} } +func (m *TestAllTypes_NestedMessage) String() string { return proto.CompactTextString(m) } +func (*TestAllTypes_NestedMessage) ProtoMessage() {} +func (*TestAllTypes_NestedMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} } + +func (m *TestAllTypes_NestedMessage) GetA() int32 { + if m != nil { + return m.A + } + return 0 +} + +func (m *TestAllTypes_NestedMessage) GetCorecursive() *TestAllTypes { + if m != nil { + return m.Corecursive + } + return nil +} + +type ForeignMessage struct { + C int32 `protobuf:"varint,1,opt,name=c" json:"c,omitempty"` +} + +func (m *ForeignMessage) Reset() { *m = ForeignMessage{} } +func (m *ForeignMessage) String() string { return proto.CompactTextString(m) } +func (*ForeignMessage) ProtoMessage() {} +func (*ForeignMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } + +func (m *ForeignMessage) GetC() int32 { + if m != nil { + return m.C + } + return 0 +} + +func init() { + proto.RegisterType((*ConformanceRequest)(nil), "conformance.ConformanceRequest") + proto.RegisterType((*ConformanceResponse)(nil), "conformance.ConformanceResponse") + proto.RegisterType((*TestAllTypes)(nil), "conformance.TestAllTypes") + proto.RegisterType((*TestAllTypes_NestedMessage)(nil), "conformance.TestAllTypes.NestedMessage") + proto.RegisterType((*ForeignMessage)(nil), "conformance.ForeignMessage") + proto.RegisterEnum("conformance.WireFormat", WireFormat_name, WireFormat_value) + proto.RegisterEnum("conformance.ForeignEnum", ForeignEnum_name, ForeignEnum_value) + proto.RegisterEnum("conformance.TestAllTypes_NestedEnum", TestAllTypes_NestedEnum_name, TestAllTypes_NestedEnum_value) +} + +func init() { proto.RegisterFile("conformance_proto/conformance.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 2737 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x5a, 0xd9, 0x72, 0xdb, 0xc8, + 0xd5, 0x16, 0x08, 0x59, 0x4b, 0x93, 0x92, 0xa8, 0xd6, 0xd6, 0x96, 0x5d, 0x63, 0x58, 0xb2, 0x7f, + 0xd3, 0xf6, 0x8c, 0xac, 0x05, 0x86, 0x65, 0xcf, 0x3f, 0x8e, 0x45, 0x9b, 0xb4, 0xe4, 0x8c, 0x25, + 0x17, 0x64, 0x8d, 0xab, 0x9c, 0x0b, 0x06, 0xa6, 0x20, 0x15, 0xc7, 0x24, 0xc1, 0x01, 0x48, 0x4f, + 0x94, 0xcb, 0xbc, 0x41, 0xf6, 0x7d, 0xbd, 0xcf, 0x7a, 0x93, 0xa4, 0x92, 0xab, 0x54, 0x6e, 0xb2, + 0x27, 0x95, 0x3d, 0x79, 0x85, 0xbc, 0x43, 0x52, 0xbd, 0xa2, 0xbb, 0x01, 0x50, 0xf4, 0x54, 0x0d, + 0x25, 0x1e, 0x7c, 0xfd, 0x9d, 0xd3, 0xe7, 0x1c, 0x7c, 0x2d, 0x1c, 0x18, 0x2c, 0xd7, 0x83, 0xf6, + 0x51, 0x10, 0xb6, 0xbc, 0x76, 0xdd, 0xaf, 0x75, 0xc2, 0xa0, 0x1b, 0xdc, 0x90, 0x2c, 0x2b, 0xc4, + 0x02, 0xf3, 0x92, 0x69, 0xf1, 0xec, 0x71, 0x10, 0x1c, 0x37, 0xfd, 0x1b, 0xe4, 0xd2, 0x8b, 0xde, + 0xd1, 0x0d, 0xaf, 0x7d, 0x42, 0x71, 0x8b, 0x6f, 0xe8, 0x97, 0x0e, 0x7b, 0xa1, 0xd7, 0x6d, 0x04, + 0x6d, 0x76, 0xdd, 0xd2, 0xaf, 0x1f, 0x35, 0xfc, 0xe6, 0x61, 0xad, 0xe5, 0x45, 0x2f, 0x19, 0xe2, + 0xbc, 0x8e, 0x88, 0xba, 0x61, 0xaf, 0xde, 0x65, 0x57, 0x2f, 0xe8, 0x57, 0xbb, 0x8d, 0x96, 0x1f, + 0x75, 0xbd, 0x56, 0x27, 0x2b, 0x80, 0x0f, 0x43, 0xaf, 0xd3, 0xf1, 0xc3, 0x88, 0x5e, 0x5f, 0xfa, + 0x85, 0x01, 0xe0, 0xfd, 0x78, 0x2f, 0xae, 0xff, 0x41, 0xcf, 0x8f, 0xba, 0xf0, 0x3a, 0x28, 0xf2, + 0x15, 0xb5, 0x8e, 0x77, 0xd2, 0x0c, 0xbc, 0x43, 0x64, 0x58, 0x46, 0xa9, 0xb0, 0x3d, 0xe4, 0x4e, + 0xf1, 0x2b, 0x4f, 0xe8, 0x05, 0xb8, 0x0c, 0x0a, 0xef, 0x47, 0x41, 0x5b, 0x00, 0x73, 0x96, 0x51, + 0x1a, 0xdf, 0x1e, 0x72, 0xf3, 0xd8, 0xca, 0x41, 0x7b, 0x60, 0x21, 0xa4, 0xe4, 0xfe, 0x61, 0x2d, + 0xe8, 0x75, 0x3b, 0xbd, 0x6e, 0x8d, 0x78, 0xed, 0x22, 0xd3, 0x32, 0x4a, 0x93, 0xeb, 0x0b, 0x2b, + 0x72, 0x9a, 0x9f, 0x35, 0x42, 0xbf, 0x4a, 0x2e, 0xbb, 0x73, 0x62, 0xdd, 0x1e, 0x59, 0x46, 0xcd, + 0xe5, 0x71, 0x30, 0xca, 0x1c, 0x2e, 0x7d, 0x2a, 0x07, 0x66, 0x94, 0x4d, 0x44, 0x9d, 0xa0, 0x1d, + 0xf9, 0xf0, 0x22, 0xc8, 0x77, 0xbc, 0x30, 0xf2, 0x6b, 0x7e, 0x18, 0x06, 0x21, 0xd9, 0x00, 0x8e, + 0x0b, 0x10, 0x63, 0x05, 0xdb, 0xe0, 0x55, 0x30, 0x15, 0xf9, 0x61, 0xc3, 0x6b, 0x36, 0x3e, 0xc9, + 0x61, 0x23, 0x0c, 0x36, 0x29, 0x2e, 0x50, 0xe8, 0x65, 0x30, 0x11, 0xf6, 0xda, 0x38, 0xc1, 0x0c, + 0xc8, 0xf7, 0x59, 0x60, 0x66, 0x0a, 0x4b, 0x4b, 0x9d, 0x39, 0x68, 0xea, 0x86, 0xd3, 0x52, 0xb7, + 0x08, 0x46, 0xa3, 0x97, 0x8d, 0x4e, 0xc7, 0x3f, 0x44, 0x67, 0xd8, 0x75, 0x6e, 0x28, 0x8f, 0x81, + 0x91, 0xd0, 0x8f, 0x7a, 0xcd, 0xee, 0xd2, 0x7f, 0xaa, 0xa0, 0xf0, 0xd4, 0x8f, 0xba, 0x5b, 0xcd, + 0xe6, 0xd3, 0x93, 0x8e, 0x1f, 0xc1, 0xcb, 0x60, 0x32, 0xe8, 0xe0, 0x5e, 0xf3, 0x9a, 0xb5, 0x46, + 0xbb, 0xbb, 0xb1, 0x4e, 0x12, 0x70, 0xc6, 0x9d, 0xe0, 0xd6, 0x1d, 0x6c, 0xd4, 0x61, 0x8e, 0x4d, + 0xf6, 0x65, 0x2a, 0x30, 0xc7, 0x86, 0x57, 0xc0, 0x94, 0x80, 0xf5, 0x28, 0x1d, 0xde, 0xd5, 0x84, + 0x2b, 0x56, 0x1f, 0x10, 0x6b, 0x02, 0xe8, 0xd8, 0x64, 0x57, 0xc3, 0x2a, 0x50, 0x63, 0x8c, 0x28, + 0x23, 0xde, 0xde, 0x74, 0x0c, 0xdc, 0x4f, 0x32, 0x46, 0x94, 0x11, 0xd7, 0x08, 0xaa, 0x40, 0xc7, + 0x86, 0x57, 0x41, 0x51, 0x00, 0x8f, 0x1a, 0x9f, 0xf0, 0x0f, 0x37, 0xd6, 0xd1, 0xa8, 0x65, 0x94, + 0x46, 0x5d, 0x41, 0x50, 0xa5, 0xe6, 0x24, 0xd4, 0xb1, 0xd1, 0x98, 0x65, 0x94, 0x46, 0x34, 0xa8, + 0x63, 0xc3, 0xeb, 0x60, 0x3a, 0x76, 0xcf, 0x69, 0xc7, 0x2d, 0xa3, 0x34, 0xe5, 0x0a, 0x8e, 0x7d, + 0x66, 0x4f, 0x01, 0x3b, 0x36, 0x02, 0x96, 0x51, 0x2a, 0xea, 0x60, 0xc7, 0x56, 0x52, 0x7f, 0xd4, + 0x0c, 0xbc, 0x2e, 0xca, 0x5b, 0x46, 0x29, 0x17, 0xa7, 0xbe, 0x8a, 0x8d, 0xca, 0xfe, 0x0f, 0x83, + 0xde, 0x8b, 0xa6, 0x8f, 0x0a, 0x96, 0x51, 0x32, 0xe2, 0xfd, 0x3f, 0x20, 0x56, 0xb8, 0x0c, 0xc4, + 0xca, 0xda, 0x8b, 0x20, 0x68, 0xa2, 0x09, 0xcb, 0x28, 0x8d, 0xb9, 0x05, 0x6e, 0x2c, 0x07, 0x41, + 0x53, 0xcd, 0x66, 0x37, 0x6c, 0xb4, 0x8f, 0xd1, 0x24, 0xee, 0x2a, 0x29, 0x9b, 0xc4, 0xaa, 0x44, + 0xf7, 0xe2, 0xa4, 0xeb, 0x47, 0x68, 0x0a, 0xb7, 0x71, 0x1c, 0x5d, 0x19, 0x1b, 0x61, 0x0d, 0x2c, + 0x08, 0x58, 0x9b, 0xde, 0xde, 0x2d, 0x3f, 0x8a, 0xbc, 0x63, 0x1f, 0x41, 0xcb, 0x28, 0xe5, 0xd7, + 0xaf, 0x28, 0x37, 0xb6, 0xdc, 0xa2, 0x2b, 0xbb, 0x04, 0xff, 0x98, 0xc2, 0xdd, 0x39, 0xce, 0xa3, + 0x98, 0xe1, 0x01, 0x40, 0x71, 0x96, 0x82, 0xd0, 0x6f, 0x1c, 0xb7, 0x85, 0x87, 0x19, 0xe2, 0xe1, + 0x9c, 0xe2, 0xa1, 0x4a, 0x31, 0x9c, 0x75, 0x5e, 0x24, 0x53, 0xb1, 0xc3, 0xf7, 0xc0, 0xac, 0x1e, + 0xb7, 0xdf, 0xee, 0xb5, 0xd0, 0x1c, 0x51, 0xa3, 0x4b, 0xa7, 0x05, 0x5d, 0x69, 0xf7, 0x5a, 0x2e, + 0x54, 0x23, 0xc6, 0x36, 0xf8, 0x2e, 0x98, 0x4b, 0x84, 0x4b, 0x88, 0xe7, 0x09, 0x31, 0x4a, 0x8b, + 0x95, 0x90, 0xcd, 0x68, 0x81, 0x12, 0x36, 0x47, 0x62, 0xa3, 0xd5, 0xaa, 0x75, 0x1a, 0x7e, 0xdd, + 0x47, 0x08, 0xd7, 0xac, 0x9c, 0x1b, 0xcb, 0xc5, 0xeb, 0x68, 0xdd, 0x9e, 0xe0, 0xcb, 0xf0, 0x8a, + 0xd4, 0x0a, 0xf5, 0x20, 0x3c, 0x44, 0x67, 0x19, 0xde, 0x88, 0xdb, 0xe1, 0x7e, 0x10, 0x1e, 0xc2, + 0x2a, 0x98, 0x0e, 0xfd, 0x7a, 0x2f, 0x8c, 0x1a, 0xaf, 0x7c, 0x91, 0xd6, 0x73, 0x24, 0xad, 0x67, + 0x33, 0x73, 0xe0, 0x16, 0xc5, 0x1a, 0x9e, 0xce, 0xcb, 0x60, 0x32, 0xf4, 0x3b, 0xbe, 0x87, 0xf3, + 0x48, 0x6f, 0xe6, 0x0b, 0x96, 0x89, 0xd5, 0x86, 0x5b, 0x85, 0xda, 0xc8, 0x30, 0xc7, 0x46, 0x96, + 0x65, 0x62, 0xb5, 0x91, 0x60, 0x54, 0x1b, 0x04, 0x8c, 0xa9, 0xcd, 0x45, 0xcb, 0xc4, 0x6a, 0xc3, + 0xcd, 0xb1, 0xda, 0x28, 0x40, 0xc7, 0x46, 0x4b, 0x96, 0x89, 0xd5, 0x46, 0x06, 0x6a, 0x8c, 0x4c, + 0x6d, 0x96, 0x2d, 0x13, 0xab, 0x0d, 0x37, 0xef, 0x27, 0x19, 0x99, 0xda, 0x5c, 0xb2, 0x4c, 0xac, + 0x36, 0x32, 0x90, 0xaa, 0x8d, 0x00, 0x72, 0x59, 0xb8, 0x6c, 0x99, 0x58, 0x6d, 0xb8, 0x5d, 0x52, + 0x1b, 0x15, 0xea, 0xd8, 0xe8, 0xff, 0x2c, 0x13, 0xab, 0x8d, 0x02, 0xa5, 0x6a, 0x13, 0xbb, 0xe7, + 0xb4, 0x57, 0x2c, 0x13, 0xab, 0x8d, 0x08, 0x40, 0x52, 0x1b, 0x0d, 0xec, 0xd8, 0xa8, 0x64, 0x99, + 0x58, 0x6d, 0x54, 0x30, 0x55, 0x9b, 0x38, 0x08, 0xa2, 0x36, 0x57, 0x2d, 0x13, 0xab, 0x8d, 0x08, + 0x81, 0xab, 0x8d, 0x80, 0x31, 0xb5, 0xb9, 0x66, 0x99, 0x58, 0x6d, 0xb8, 0x39, 0x56, 0x1b, 0x01, + 0x24, 0x6a, 0x73, 0xdd, 0x32, 0xb1, 0xda, 0x70, 0x23, 0x57, 0x9b, 0x38, 0x42, 0xaa, 0x36, 0x6f, + 0x5a, 0x26, 0x56, 0x1b, 0x11, 0x9f, 0x50, 0x9b, 0x98, 0x8d, 0xa8, 0xcd, 0x5b, 0x96, 0x89, 0xd5, + 0x46, 0xd0, 0x71, 0xb5, 0x11, 0x30, 0x4d, 0x6d, 0x56, 0x2d, 0xf3, 0xb5, 0xd4, 0x86, 0xf3, 0x24, + 0xd4, 0x26, 0xce, 0x92, 0xa6, 0x36, 0x6b, 0xc4, 0x43, 0x7f, 0xb5, 0x11, 0xc9, 0x4c, 0xa8, 0x8d, + 0x1e, 0x37, 0x11, 0x85, 0x0d, 0xcb, 0x1c, 0x5c, 0x6d, 0xd4, 0x88, 0xb9, 0xda, 0x24, 0xc2, 0x25, + 0xc4, 0x36, 0x21, 0xee, 0xa3, 0x36, 0x5a, 0xa0, 0x5c, 0x6d, 0xb4, 0x6a, 0x31, 0xb5, 0x71, 0x70, + 0xcd, 0xa8, 0xda, 0xa8, 0x75, 0x13, 0x6a, 0x23, 0xd6, 0x11, 0xb5, 0xb9, 0xc5, 0xf0, 0x46, 0xdc, + 0x0e, 0x44, 0x6d, 0x9e, 0x82, 0xa9, 0x96, 0xd7, 0xa1, 0x02, 0xc1, 0x64, 0x62, 0x93, 0x24, 0xf5, + 0xcd, 0xec, 0x0c, 0x3c, 0xf6, 0x3a, 0x44, 0x3b, 0xc8, 0x47, 0xa5, 0xdd, 0x0d, 0x4f, 0xdc, 0x89, + 0x96, 0x6c, 0x93, 0x58, 0x1d, 0x9b, 0xa9, 0xca, 0xed, 0xc1, 0x58, 0x1d, 0x9b, 0x7c, 0x28, 0xac, + 0xcc, 0x06, 0x9f, 0x83, 0x69, 0xcc, 0x4a, 0xe5, 0x87, 0xab, 0xd0, 0x1d, 0xc2, 0xbb, 0xd2, 0x97, + 0x97, 0x4a, 0x13, 0xfd, 0xa4, 0xcc, 0x38, 0x3c, 0xd9, 0x2a, 0x73, 0x3b, 0x36, 0x17, 0xae, 0xb7, + 0x07, 0xe4, 0x76, 0x6c, 0xfa, 0xa9, 0x72, 0x73, 0x2b, 0xe7, 0xa6, 0x22, 0xc7, 0xb5, 0xee, 0xff, + 0x07, 0xe0, 0xa6, 0x02, 0xb8, 0xaf, 0xc5, 0x2d, 0x5b, 0x65, 0x6e, 0xc7, 0xe6, 0xf2, 0xf8, 0xce, + 0x80, 0xdc, 0x8e, 0xbd, 0xaf, 0xc5, 0x2d, 0x5b, 0xe1, 0xc7, 0xc1, 0x0c, 0xe6, 0x66, 0xda, 0x26, + 0x24, 0xf5, 0x2e, 0x61, 0x5f, 0xed, 0xcb, 0xce, 0x74, 0x96, 0xfd, 0xa0, 0xfc, 0x38, 0x50, 0xd5, + 0xae, 0x78, 0x70, 0x6c, 0xa1, 0xc4, 0x1f, 0x19, 0xd4, 0x83, 0x63, 0xb3, 0x1f, 0x9a, 0x07, 0x61, + 0x87, 0x47, 0x60, 0x8e, 0xe4, 0x87, 0x6f, 0x42, 0x28, 0xf8, 0x3d, 0xe2, 0x63, 0xbd, 0x7f, 0x8e, + 0x18, 0x98, 0xff, 0xa4, 0x5e, 0x70, 0xc8, 0xfa, 0x15, 0xd5, 0x0f, 0xae, 0x04, 0xdf, 0xcb, 0xd6, + 0xc0, 0x7e, 0x1c, 0x9b, 0xff, 0xd4, 0xfd, 0xc4, 0x57, 0xd4, 0xfb, 0x95, 0x1e, 0x1a, 0xe5, 0x41, + 0xef, 0x57, 0x72, 0x9c, 0x68, 0xf7, 0x2b, 0x3d, 0x62, 0x9e, 0x81, 0x62, 0xcc, 0xca, 0xce, 0x98, + 0xfb, 0x84, 0xf6, 0xad, 0xd3, 0x69, 0xe9, 0xe9, 0x43, 0x79, 0x27, 0x5b, 0x8a, 0x11, 0xee, 0x02, + 0xec, 0x89, 0x9c, 0x46, 0xf4, 0x48, 0x7a, 0x40, 0x58, 0xaf, 0xf5, 0x65, 0xc5, 0xe7, 0x14, 0xfe, + 0x9f, 0x52, 0xe6, 0x5b, 0xb1, 0x45, 0xb4, 0x3b, 0x95, 0x42, 0x76, 0x7e, 0x55, 0x06, 0x69, 0x77, + 0x02, 0xa5, 0x9f, 0x52, 0xbb, 0x4b, 0x56, 0x9e, 0x04, 0xc6, 0x4d, 0x8f, 0xbc, 0xea, 0x00, 0x49, + 0xa0, 0xcb, 0xc9, 0x69, 0x18, 0x27, 0x41, 0x32, 0xc2, 0x0e, 0x38, 0x2b, 0x11, 0x6b, 0x87, 0xe4, + 0x43, 0xe2, 0xe1, 0xe6, 0x00, 0x1e, 0x94, 0x63, 0x91, 0x7a, 0x9a, 0x6f, 0xa5, 0x5e, 0x84, 0x11, + 0x58, 0x94, 0x3c, 0xea, 0xa7, 0xe6, 0x36, 0x71, 0xe9, 0x0c, 0xe0, 0x52, 0x3d, 0x33, 0xa9, 0xcf, + 0x85, 0x56, 0xfa, 0x55, 0x78, 0x0c, 0xe6, 0x93, 0xdb, 0x24, 0x47, 0xdf, 0xce, 0x20, 0xf7, 0x80, + 0xb4, 0x0d, 0x7c, 0xf4, 0x49, 0xf7, 0x80, 0x76, 0x05, 0xbe, 0x0f, 0x16, 0x52, 0x76, 0x47, 0x3c, + 0x3d, 0x22, 0x9e, 0x36, 0x06, 0xdf, 0x5a, 0xec, 0x6a, 0xb6, 0x95, 0x72, 0x09, 0x2e, 0x83, 0x42, + 0xd0, 0xf6, 0x83, 0x23, 0x7e, 0xdc, 0x04, 0xf8, 0x11, 0x7b, 0x7b, 0xc8, 0xcd, 0x13, 0x2b, 0x3b, + 0x3c, 0x3e, 0x06, 0x66, 0x29, 0x48, 0xab, 0x6d, 0xe7, 0xb5, 0x1e, 0xb7, 0xb6, 0x87, 0x5c, 0x48, + 0x68, 0xd4, 0x5a, 0x8a, 0x08, 0x58, 0xb7, 0x7f, 0xc0, 0x27, 0x12, 0xc4, 0xca, 0x7a, 0xf7, 0x22, + 0xa0, 0x5f, 0x59, 0xdb, 0x86, 0x6c, 0xbc, 0x01, 0x88, 0x91, 0x76, 0xe1, 0x05, 0x00, 0x18, 0x04, + 0xdf, 0x87, 0x11, 0x7e, 0x10, 0xdd, 0x1e, 0x72, 0xc7, 0x29, 0x02, 0xdf, 0x5b, 0xca, 0x56, 0x1d, + 0x1b, 0x75, 0x2d, 0xa3, 0x34, 0xac, 0x6c, 0xd5, 0xb1, 0x63, 0x47, 0x54, 0x7b, 0x7a, 0xf8, 0xf1, + 0x58, 0x38, 0xa2, 0x62, 0x22, 0x78, 0x98, 0x90, 0xbc, 0xc2, 0x8f, 0xc6, 0x82, 0x87, 0x09, 0x43, + 0x85, 0x47, 0x43, 0xca, 0xf6, 0xe1, 0xe0, 0x8f, 0x78, 0x22, 0x66, 0x52, 0x9e, 0x3d, 0xe9, 0x69, + 0x8c, 0x88, 0x0c, 0x9b, 0xa6, 0xa1, 0x5f, 0x19, 0x24, 0xf7, 0x8b, 0x2b, 0x74, 0xdc, 0xb6, 0xc2, + 0xe7, 0x3c, 0x2b, 0x78, 0xab, 0xef, 0x79, 0xcd, 0x9e, 0x1f, 0x3f, 0xa6, 0x61, 0xd3, 0x33, 0xba, + 0x0e, 0xba, 0x60, 0x5e, 0x9d, 0xd1, 0x08, 0xc6, 0x5f, 0x1b, 0xec, 0xd1, 0x56, 0x67, 0x24, 0x7a, + 0x47, 0x29, 0x67, 0x95, 0x49, 0x4e, 0x06, 0xa7, 0x63, 0x0b, 0xce, 0xdf, 0xf4, 0xe1, 0x74, 0xec, + 0x24, 0xa7, 0x63, 0x73, 0xce, 0x03, 0xe9, 0x21, 0xbf, 0xa7, 0x06, 0xfa, 0x5b, 0x4a, 0x7a, 0x3e, + 0x41, 0x7a, 0x20, 0x45, 0x3a, 0xa7, 0x0e, 0x89, 0xb2, 0x68, 0xa5, 0x58, 0x7f, 0xd7, 0x8f, 0x96, + 0x07, 0x3b, 0xa7, 0x8e, 0x94, 0xd2, 0x32, 0x40, 0x1a, 0x47, 0xb0, 0xfe, 0x3e, 0x2b, 0x03, 0xa4, + 0x97, 0xb4, 0x0c, 0x10, 0x5b, 0x5a, 0xa8, 0xb4, 0xd3, 0x04, 0xe9, 0x1f, 0xb2, 0x42, 0xa5, 0xcd, + 0xa7, 0x85, 0x4a, 0x8d, 0x69, 0xb4, 0x4c, 0x61, 0x38, 0xed, 0x1f, 0xb3, 0x68, 0xe9, 0x4d, 0xa8, + 0xd1, 0x52, 0x63, 0x5a, 0x06, 0xc8, 0x3d, 0x2a, 0x58, 0xff, 0x94, 0x95, 0x01, 0x72, 0xdb, 0x6a, + 0x19, 0x20, 0x36, 0xce, 0xb9, 0x27, 0x3d, 0x1c, 0x28, 0xcd, 0xff, 0x67, 0x83, 0xc8, 0x60, 0xdf, + 0xe6, 0x97, 0x1f, 0x0a, 0xa5, 0x20, 0xd5, 0x91, 0x81, 0x60, 0xfc, 0x8b, 0xc1, 0x9e, 0xb4, 0xfa, + 0x35, 0xbf, 0x32, 0x58, 0xc8, 0xe0, 0x94, 0x1a, 0xea, 0xaf, 0x7d, 0x38, 0x45, 0xf3, 0x2b, 0x53, + 0x08, 0xa9, 0x46, 0xda, 0x30, 0x42, 0x90, 0xfe, 0x8d, 0x92, 0x9e, 0xd2, 0xfc, 0xea, 0xcc, 0x22, + 0x8b, 0x56, 0x8a, 0xf5, 0xef, 0xfd, 0x68, 0x45, 0xf3, 0xab, 0x13, 0x8e, 0xb4, 0x0c, 0xa8, 0xcd, + 0xff, 0x8f, 0xac, 0x0c, 0xc8, 0xcd, 0xaf, 0x0c, 0x03, 0xd2, 0x42, 0xd5, 0x9a, 0xff, 0x9f, 0x59, + 0xa1, 0x2a, 0xcd, 0xaf, 0x8e, 0x0e, 0xd2, 0x68, 0xb5, 0xe6, 0xff, 0x57, 0x16, 0xad, 0xd2, 0xfc, + 0xea, 0xb3, 0x68, 0x5a, 0x06, 0xd4, 0xe6, 0xff, 0x77, 0x56, 0x06, 0xe4, 0xe6, 0x57, 0x06, 0x0e, + 0x9c, 0xf3, 0xa1, 0x34, 0xd7, 0xe5, 0xef, 0x70, 0xd0, 0x77, 0x73, 0x6c, 0x4e, 0x96, 0xd8, 0x3b, + 0x43, 0xc4, 0x33, 0x5f, 0x6e, 0x81, 0x8f, 0x80, 0x18, 0x1a, 0xd6, 0xc4, 0xcb, 0x1a, 0xf4, 0xbd, + 0x5c, 0xc6, 0xf9, 0xf1, 0x94, 0x43, 0x5c, 0xe1, 0x5f, 0x98, 0xe0, 0x47, 0xc1, 0x8c, 0x34, 0xc4, + 0xe6, 0x2f, 0x8e, 0xd0, 0xf7, 0xb3, 0xc8, 0xaa, 0x18, 0xf3, 0xd8, 0x8b, 0x5e, 0xc6, 0x64, 0xc2, + 0x04, 0xb7, 0xd4, 0xb9, 0x70, 0xaf, 0xde, 0x45, 0x3f, 0xa0, 0x44, 0x0b, 0x69, 0x45, 0xe8, 0xd5, + 0xbb, 0xca, 0xc4, 0xb8, 0x57, 0xef, 0xc2, 0x4d, 0x20, 0x66, 0x8b, 0x35, 0xaf, 0x7d, 0x82, 0x7e, + 0x48, 0xd7, 0xcf, 0x26, 0xd6, 0x6f, 0xb5, 0x4f, 0xdc, 0x3c, 0x87, 0x6e, 0xb5, 0x4f, 0xe0, 0x5d, + 0x69, 0xd6, 0xfc, 0x0a, 0x97, 0x01, 0xfd, 0x88, 0xae, 0x9d, 0x4f, 0xac, 0xa5, 0x55, 0x12, 0xd3, + 0x4d, 0xf2, 0x15, 0x97, 0x27, 0x6e, 0x50, 0x5e, 0x9e, 0x1f, 0xe7, 0x48, 0xb5, 0xfb, 0x95, 0x47, + 0xf4, 0xa5, 0x54, 0x1e, 0x41, 0x14, 0x97, 0xe7, 0x27, 0xb9, 0x0c, 0x85, 0x93, 0xca, 0xc3, 0x97, + 0xc5, 0xe5, 0x91, 0xb9, 0x48, 0x79, 0x48, 0x75, 0x7e, 0x9a, 0xc5, 0x25, 0x55, 0x27, 0x1e, 0x0a, + 0xb2, 0x55, 0xb8, 0x3a, 0xf2, 0xad, 0x82, 0xab, 0xf3, 0x4b, 0x4a, 0x94, 0x5d, 0x1d, 0xe9, 0xee, + 0x60, 0xd5, 0x11, 0x14, 0xb8, 0x3a, 0x3f, 0xa3, 0xeb, 0x33, 0xaa, 0xc3, 0xa1, 0xac, 0x3a, 0x62, + 0x25, 0xad, 0xce, 0xcf, 0xe9, 0xda, 0xcc, 0xea, 0x70, 0x38, 0xad, 0xce, 0x05, 0x00, 0xc8, 0xfe, + 0xdb, 0x5e, 0xcb, 0x5f, 0x43, 0x9f, 0x36, 0xc9, 0x6b, 0x28, 0xc9, 0x04, 0x2d, 0x90, 0xa7, 0xfd, + 0x8b, 0xbf, 0xae, 0xa3, 0xcf, 0xc8, 0x88, 0x5d, 0x6c, 0x82, 0x17, 0x41, 0xa1, 0x16, 0x43, 0x36, + 0xd0, 0x67, 0x19, 0xa4, 0xca, 0x21, 0x1b, 0x70, 0x09, 0x4c, 0x50, 0x04, 0x81, 0xd8, 0x35, 0xf4, + 0x39, 0x9d, 0x86, 0xfc, 0x3d, 0x49, 0xbe, 0xad, 0x62, 0xc8, 0x4d, 0xf4, 0x79, 0x8a, 0x90, 0x6d, + 0x70, 0x99, 0xd3, 0xac, 0x12, 0x1e, 0x07, 0x7d, 0x41, 0x01, 0x61, 0x1e, 0x47, 0xec, 0x08, 0x7f, + 0xbb, 0x85, 0xbe, 0xa8, 0x3b, 0xba, 0x85, 0x01, 0x22, 0xb4, 0x4d, 0xf4, 0x25, 0x3d, 0xda, 0xcd, + 0x78, 0xcb, 0xf8, 0xeb, 0x6d, 0xf4, 0x65, 0x9d, 0xe2, 0x36, 0x5c, 0x02, 0x85, 0xaa, 0x40, 0xac, + 0xad, 0xa2, 0xaf, 0xb0, 0x38, 0x04, 0xc9, 0xda, 0x2a, 0xc1, 0xec, 0x54, 0xde, 0x7d, 0x50, 0xdb, + 0xdd, 0x7a, 0x5c, 0x59, 0x5b, 0x43, 0x5f, 0xe5, 0x18, 0x6c, 0xa4, 0xb6, 0x18, 0x43, 0x72, 0xbd, + 0x8e, 0xbe, 0xa6, 0x60, 0x88, 0x0d, 0x5e, 0x02, 0x93, 0x35, 0x29, 0xbf, 0x6b, 0x1b, 0xe8, 0xeb, + 0x09, 0x6f, 0x1b, 0x14, 0x55, 0x8d, 0x51, 0x36, 0xfa, 0x46, 0x02, 0x65, 0xc7, 0x09, 0xa4, 0xa0, + 0x9b, 0xe8, 0x9b, 0x72, 0x02, 0x09, 0x48, 0xca, 0x32, 0xdd, 0x9d, 0x83, 0xbe, 0x95, 0x00, 0x39, + 0xd8, 0x9f, 0x14, 0xd3, 0xad, 0x5a, 0x0d, 0x7d, 0x3b, 0x81, 0xba, 0x85, 0x51, 0x52, 0x4c, 0x9b, + 0xb5, 0x1a, 0xfa, 0x4e, 0x22, 0xaa, 0xcd, 0xc5, 0xe7, 0x60, 0x42, 0x7d, 0xd0, 0x29, 0x00, 0xc3, + 0x63, 0x6f, 0x44, 0x0d, 0x0f, 0xbe, 0x0d, 0xf2, 0xf5, 0x40, 0xbc, 0xd4, 0x40, 0xb9, 0xd3, 0x5e, + 0x80, 0xc8, 0xe8, 0xc5, 0x7b, 0x00, 0x26, 0x87, 0x94, 0xb0, 0x08, 0xcc, 0x97, 0xfe, 0x09, 0x73, + 0x81, 0x7f, 0x85, 0xb3, 0xe0, 0x0c, 0xbd, 0x7d, 0x72, 0xc4, 0x46, 0xbf, 0xdc, 0xc9, 0x6d, 0x1a, + 0x31, 0x83, 0x3c, 0x90, 0x94, 0x19, 0xcc, 0x14, 0x06, 0x53, 0x66, 0x28, 0x83, 0xd9, 0xb4, 0xd1, + 0xa3, 0xcc, 0x31, 0x91, 0xc2, 0x31, 0x91, 0xce, 0xa1, 0x8c, 0x18, 0x65, 0x8e, 0xe1, 0x14, 0x8e, + 0xe1, 0x24, 0x47, 0x62, 0x94, 0x28, 0x73, 0x4c, 0xa7, 0x70, 0x4c, 0xa7, 0x73, 0x28, 0x23, 0x43, + 0x99, 0x03, 0xa6, 0x70, 0x40, 0x99, 0xe3, 0x01, 0x98, 0x4f, 0x1f, 0x0c, 0xca, 0x2c, 0xa3, 0x29, + 0x2c, 0xa3, 0x19, 0x2c, 0xea, 0xf0, 0x4f, 0x66, 0x19, 0x49, 0x61, 0x19, 0x91, 0x59, 0xaa, 0x00, + 0x65, 0x8d, 0xf7, 0x64, 0x9e, 0xa9, 0x14, 0x9e, 0xa9, 0x2c, 0x1e, 0x6d, 0x7c, 0x27, 0xf3, 0x14, + 0x53, 0x78, 0x8a, 0xa9, 0xdd, 0x26, 0x0f, 0xe9, 0x4e, 0xeb, 0xd7, 0x9c, 0xcc, 0xb0, 0x05, 0x66, + 0x52, 0xe6, 0x71, 0xa7, 0x51, 0x18, 0x32, 0xc5, 0x5d, 0x50, 0xd4, 0x87, 0x6f, 0xf2, 0xfa, 0xb1, + 0x94, 0xf5, 0x63, 0x29, 0x4d, 0xa2, 0x0f, 0xda, 0x64, 0x8e, 0xf1, 0x14, 0x8e, 0xf1, 0xe4, 0x36, + 0xf4, 0x89, 0xda, 0x69, 0x14, 0x05, 0x99, 0x22, 0x04, 0xe7, 0xfa, 0x8c, 0xcc, 0x52, 0xa8, 0xde, + 0x91, 0xa9, 0x5e, 0xe3, 0x7d, 0x95, 0xe4, 0xf3, 0x18, 0x9c, 0xef, 0x37, 0x33, 0x4b, 0x71, 0xba, + 0xa6, 0x3a, 0xed, 0xfb, 0x0a, 0x4b, 0x72, 0xd4, 0xa4, 0x0d, 0x97, 0x36, 0x2b, 0x4b, 0x71, 0x72, + 0x47, 0x76, 0x32, 0xe8, 0x4b, 0x2d, 0xc9, 0x9b, 0x07, 0xce, 0x66, 0xce, 0xcb, 0x52, 0xdc, 0xad, + 0xa8, 0xee, 0xb2, 0x5f, 0x75, 0xc5, 0x2e, 0x96, 0x6e, 0x03, 0x20, 0x4d, 0xf6, 0x46, 0x81, 0x59, + 0xdd, 0xdb, 0x2b, 0x0e, 0xe1, 0x5f, 0xca, 0x5b, 0x6e, 0xd1, 0xa0, 0xbf, 0x3c, 0x2f, 0xe6, 0xb0, + 0xbb, 0xdd, 0xca, 0xc3, 0xe2, 0x7f, 0xf9, 0x7f, 0x46, 0x79, 0x42, 0x8c, 0xa2, 0xf0, 0xa9, 0xb2, + 0xf4, 0x06, 0x98, 0xd4, 0x06, 0x92, 0x05, 0x60, 0xd4, 0xf9, 0x81, 0x52, 0xbf, 0x76, 0x13, 0x80, + 0xf8, 0xdf, 0x30, 0xc1, 0x29, 0x90, 0x3f, 0xd8, 0xdd, 0x7f, 0x52, 0xb9, 0xbf, 0x53, 0xdd, 0xa9, + 0x3c, 0x28, 0x0e, 0xc1, 0x02, 0x18, 0x7b, 0xe2, 0xee, 0x3d, 0xdd, 0x2b, 0x1f, 0x54, 0x8b, 0x06, + 0x1c, 0x03, 0xc3, 0x8f, 0xf6, 0xf7, 0x76, 0x8b, 0xb9, 0x6b, 0xf7, 0x40, 0x5e, 0x9e, 0x07, 0x4e, + 0x81, 0x7c, 0x75, 0xcf, 0xad, 0xec, 0x3c, 0xdc, 0xad, 0xd1, 0x48, 0x25, 0x03, 0x8d, 0x58, 0x31, + 0x3c, 0x2f, 0xe6, 0xca, 0x17, 0xc1, 0x85, 0x7a, 0xd0, 0x4a, 0xfc, 0x61, 0x26, 0x25, 0xe7, 0xc5, + 0x08, 0xb1, 0x6e, 0xfc, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x33, 0xc2, 0x0c, 0xb6, 0xeb, 0x26, 0x00, + 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.proto b/vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.proto new file mode 100644 index 0000000..95a8fd1 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/_conformance/conformance_proto/conformance.proto @@ -0,0 +1,285 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// https://developers.google.com/protocol-buffers/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; +package conformance; +option java_package = "com.google.protobuf.conformance"; + +import "google/protobuf/any.proto"; +import "google/protobuf/duration.proto"; +import "google/protobuf/field_mask.proto"; +import "google/protobuf/struct.proto"; +import "google/protobuf/timestamp.proto"; +import "google/protobuf/wrappers.proto"; + +// This defines the conformance testing protocol. This protocol exists between +// the conformance test suite itself and the code being tested. For each test, +// the suite will send a ConformanceRequest message and expect a +// ConformanceResponse message. +// +// You can either run the tests in two different ways: +// +// 1. in-process (using the interface in conformance_test.h). +// +// 2. as a sub-process communicating over a pipe. Information about how to +// do this is in conformance_test_runner.cc. +// +// Pros/cons of the two approaches: +// +// - running as a sub-process is much simpler for languages other than C/C++. +// +// - running as a sub-process may be more tricky in unusual environments like +// iOS apps, where fork/stdin/stdout are not available. + +enum WireFormat { + UNSPECIFIED = 0; + PROTOBUF = 1; + JSON = 2; +} + +// Represents a single test case's input. The testee should: +// +// 1. parse this proto (which should always succeed) +// 2. parse the protobuf or JSON payload in "payload" (which may fail) +// 3. if the parse succeeded, serialize the message in the requested format. +message ConformanceRequest { + // The payload (whether protobuf of JSON) is always for a TestAllTypes proto + // (see below). + oneof payload { + bytes protobuf_payload = 1; + string json_payload = 2; + } + + // Which format should the testee serialize its message to? + WireFormat requested_output_format = 3; +} + +// Represents a single test case's output. +message ConformanceResponse { + oneof result { + // This string should be set to indicate parsing failed. The string can + // provide more information about the parse error if it is available. + // + // Setting this string does not necessarily mean the testee failed the + // test. Some of the test cases are intentionally invalid input. + string parse_error = 1; + + // If the input was successfully parsed but errors occurred when + // serializing it to the requested output format, set the error message in + // this field. + string serialize_error = 6; + + // This should be set if some other error occurred. This will always + // indicate that the test failed. The string can provide more information + // about the failure. + string runtime_error = 2; + + // If the input was successfully parsed and the requested output was + // protobuf, serialize it to protobuf and set it in this field. + bytes protobuf_payload = 3; + + // If the input was successfully parsed and the requested output was JSON, + // serialize to JSON and set it in this field. + string json_payload = 4; + + // For when the testee skipped the test, likely because a certain feature + // wasn't supported, like JSON input/output. + string skipped = 5; + } +} + +// This proto includes every type of field in both singular and repeated +// forms. +message TestAllTypes { + message NestedMessage { + int32 a = 1; + TestAllTypes corecursive = 2; + } + + enum NestedEnum { + FOO = 0; + BAR = 1; + BAZ = 2; + NEG = -1; // Intentionally negative. + } + + // Singular + int32 optional_int32 = 1; + int64 optional_int64 = 2; + uint32 optional_uint32 = 3; + uint64 optional_uint64 = 4; + sint32 optional_sint32 = 5; + sint64 optional_sint64 = 6; + fixed32 optional_fixed32 = 7; + fixed64 optional_fixed64 = 8; + sfixed32 optional_sfixed32 = 9; + sfixed64 optional_sfixed64 = 10; + float optional_float = 11; + double optional_double = 12; + bool optional_bool = 13; + string optional_string = 14; + bytes optional_bytes = 15; + + NestedMessage optional_nested_message = 18; + ForeignMessage optional_foreign_message = 19; + + NestedEnum optional_nested_enum = 21; + ForeignEnum optional_foreign_enum = 22; + + string optional_string_piece = 24 [ctype=STRING_PIECE]; + string optional_cord = 25 [ctype=CORD]; + + TestAllTypes recursive_message = 27; + + // Repeated + repeated int32 repeated_int32 = 31; + repeated int64 repeated_int64 = 32; + repeated uint32 repeated_uint32 = 33; + repeated uint64 repeated_uint64 = 34; + repeated sint32 repeated_sint32 = 35; + repeated sint64 repeated_sint64 = 36; + repeated fixed32 repeated_fixed32 = 37; + repeated fixed64 repeated_fixed64 = 38; + repeated sfixed32 repeated_sfixed32 = 39; + repeated sfixed64 repeated_sfixed64 = 40; + repeated float repeated_float = 41; + repeated double repeated_double = 42; + repeated bool repeated_bool = 43; + repeated string repeated_string = 44; + repeated bytes repeated_bytes = 45; + + repeated NestedMessage repeated_nested_message = 48; + repeated ForeignMessage repeated_foreign_message = 49; + + repeated NestedEnum repeated_nested_enum = 51; + repeated ForeignEnum repeated_foreign_enum = 52; + + repeated string repeated_string_piece = 54 [ctype=STRING_PIECE]; + repeated string repeated_cord = 55 [ctype=CORD]; + + // Map + map < int32, int32> map_int32_int32 = 56; + map < int64, int64> map_int64_int64 = 57; + map < uint32, uint32> map_uint32_uint32 = 58; + map < uint64, uint64> map_uint64_uint64 = 59; + map < sint32, sint32> map_sint32_sint32 = 60; + map < sint64, sint64> map_sint64_sint64 = 61; + map < fixed32, fixed32> map_fixed32_fixed32 = 62; + map < fixed64, fixed64> map_fixed64_fixed64 = 63; + map map_sfixed32_sfixed32 = 64; + map map_sfixed64_sfixed64 = 65; + map < int32, float> map_int32_float = 66; + map < int32, double> map_int32_double = 67; + map < bool, bool> map_bool_bool = 68; + map < string, string> map_string_string = 69; + map < string, bytes> map_string_bytes = 70; + map < string, NestedMessage> map_string_nested_message = 71; + map < string, ForeignMessage> map_string_foreign_message = 72; + map < string, NestedEnum> map_string_nested_enum = 73; + map < string, ForeignEnum> map_string_foreign_enum = 74; + + oneof oneof_field { + uint32 oneof_uint32 = 111; + NestedMessage oneof_nested_message = 112; + string oneof_string = 113; + bytes oneof_bytes = 114; + bool oneof_bool = 115; + uint64 oneof_uint64 = 116; + float oneof_float = 117; + double oneof_double = 118; + NestedEnum oneof_enum = 119; + } + + // Well-known types + google.protobuf.BoolValue optional_bool_wrapper = 201; + google.protobuf.Int32Value optional_int32_wrapper = 202; + google.protobuf.Int64Value optional_int64_wrapper = 203; + google.protobuf.UInt32Value optional_uint32_wrapper = 204; + google.protobuf.UInt64Value optional_uint64_wrapper = 205; + google.protobuf.FloatValue optional_float_wrapper = 206; + google.protobuf.DoubleValue optional_double_wrapper = 207; + google.protobuf.StringValue optional_string_wrapper = 208; + google.protobuf.BytesValue optional_bytes_wrapper = 209; + + repeated google.protobuf.BoolValue repeated_bool_wrapper = 211; + repeated google.protobuf.Int32Value repeated_int32_wrapper = 212; + repeated google.protobuf.Int64Value repeated_int64_wrapper = 213; + repeated google.protobuf.UInt32Value repeated_uint32_wrapper = 214; + repeated google.protobuf.UInt64Value repeated_uint64_wrapper = 215; + repeated google.protobuf.FloatValue repeated_float_wrapper = 216; + repeated google.protobuf.DoubleValue repeated_double_wrapper = 217; + repeated google.protobuf.StringValue repeated_string_wrapper = 218; + repeated google.protobuf.BytesValue repeated_bytes_wrapper = 219; + + google.protobuf.Duration optional_duration = 301; + google.protobuf.Timestamp optional_timestamp = 302; + google.protobuf.FieldMask optional_field_mask = 303; + google.protobuf.Struct optional_struct = 304; + google.protobuf.Any optional_any = 305; + google.protobuf.Value optional_value = 306; + + repeated google.protobuf.Duration repeated_duration = 311; + repeated google.protobuf.Timestamp repeated_timestamp = 312; + repeated google.protobuf.FieldMask repeated_fieldmask = 313; + repeated google.protobuf.Struct repeated_struct = 324; + repeated google.protobuf.Any repeated_any = 315; + repeated google.protobuf.Value repeated_value = 316; + + // Test field-name-to-JSON-name convention. + // (protobuf says names can be any valid C/C++ identifier.) + int32 fieldname1 = 401; + int32 field_name2 = 402; + int32 _field_name3 = 403; + int32 field__name4_ = 404; + int32 field0name5 = 405; + int32 field_0_name6 = 406; + int32 fieldName7 = 407; + int32 FieldName8 = 408; + int32 field_Name9 = 409; + int32 Field_Name10 = 410; + int32 FIELD_NAME11 = 411; + int32 FIELD_name12 = 412; + int32 __field_name13 = 413; + int32 __Field_name14 = 414; + int32 field__name15 = 415; + int32 field__Name16 = 416; + int32 field_name17__ = 417; + int32 Field_name18__ = 418; +} + +message ForeignMessage { + int32 c = 1; +} + +enum ForeignEnum { + FOREIGN_FOO = 0; + FOREIGN_BAR = 1; + FOREIGN_BAZ = 2; +} diff --git a/vendor/src/github.com/golang/protobuf/descriptor/descriptor.go b/vendor/src/github.com/golang/protobuf/descriptor/descriptor.go new file mode 100644 index 0000000..83607ff --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/descriptor/descriptor.go @@ -0,0 +1,93 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Package descriptor provides functions for obtaining protocol buffer +// descriptors for generated Go types. +// +// These functions cannot go in package proto because they depend on the +// generated protobuf descriptor messages, which themselves depend on proto. +package descriptor + +import ( + "bytes" + "compress/gzip" + "fmt" + "io/ioutil" + + "github.com/golang/protobuf/proto" + protobuf "google.golang.org/genproto/protobuf" +) + +// extractFile extracts a FileDescriptorProto from a gzip'd buffer. +func extractFile(gz []byte) (*protobuf.FileDescriptorProto, error) { + r, err := gzip.NewReader(bytes.NewReader(gz)) + if err != nil { + return nil, fmt.Errorf("failed to open gzip reader: %v", err) + } + defer r.Close() + + b, err := ioutil.ReadAll(r) + if err != nil { + return nil, fmt.Errorf("failed to uncompress descriptor: %v", err) + } + + fd := new(protobuf.FileDescriptorProto) + if err := proto.Unmarshal(b, fd); err != nil { + return nil, fmt.Errorf("malformed FileDescriptorProto: %v", err) + } + + return fd, nil +} + +// Message is a proto.Message with a method to return its descriptor. +// +// Message types generated by the protocol compiler always satisfy +// the Message interface. +type Message interface { + proto.Message + Descriptor() ([]byte, []int) +} + +// ForMessage returns a FileDescriptorProto and a DescriptorProto from within it +// describing the given message. +func ForMessage(msg Message) (fd *protobuf.FileDescriptorProto, md *protobuf.DescriptorProto) { + gz, path := msg.Descriptor() + fd, err := extractFile(gz) + if err != nil { + panic(fmt.Sprintf("invalid FileDescriptorProto for %T: %v", msg, err)) + } + + md = fd.MessageType[path[0]] + for _, i := range path[1:] { + md = md.NestedType[i] + } + return fd, md +} diff --git a/vendor/src/github.com/golang/protobuf/descriptor/descriptor_test.go b/vendor/src/github.com/golang/protobuf/descriptor/descriptor_test.go new file mode 100644 index 0000000..282a1e3 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/descriptor/descriptor_test.go @@ -0,0 +1,32 @@ +package descriptor_test + +import ( + "fmt" + "testing" + + "github.com/golang/protobuf/descriptor" + tpb "github.com/golang/protobuf/proto/testdata" + protobuf "google.golang.org/genproto/protobuf" +) + +func TestMessage(t *testing.T) { + var msg *protobuf.DescriptorProto + fd, md := descriptor.ForMessage(msg) + if pkg, want := fd.GetPackage(), "google.protobuf"; pkg != want { + t.Errorf("descriptor.ForMessage(%T).GetPackage() = %q; want %q", msg, pkg, want) + } + if name, want := md.GetName(), "DescriptorProto"; name != want { + t.Fatalf("descriptor.ForMessage(%T).GetName() = %q; want %q", msg, name, want) + } +} + +func Example_Options() { + var msg *tpb.MyMessageSet + _, md := descriptor.ForMessage(msg) + if md.GetOptions().GetMessageSetWireFormat() { + fmt.Printf("%v uses option message_set_wire_format.\n", md.GetName()) + } + + // Output: + // MyMessageSet uses option message_set_wire_format. +} diff --git a/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb.go b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb.go new file mode 100644 index 0000000..82c6162 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb.go @@ -0,0 +1,843 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2015 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +/* +Package jsonpb provides marshaling and unmarshaling between protocol buffers and JSON. +It follows the specification at https://developers.google.com/protocol-buffers/docs/proto3#json. + +This package produces a different output than the standard "encoding/json" package, +which does not operate correctly on protocol buffers. +*/ +package jsonpb + +import ( + "bytes" + "encoding/json" + "errors" + "fmt" + "io" + "reflect" + "sort" + "strconv" + "strings" + "time" + + "github.com/golang/protobuf/proto" +) + +// Marshaler is a configurable object for converting between +// protocol buffer objects and a JSON representation for them. +type Marshaler struct { + // Whether to render enum values as integers, as opposed to string values. + EnumsAsInts bool + + // Whether to render fields with zero values. + EmitDefaults bool + + // A string to indent each level by. The presence of this field will + // also cause a space to appear between the field separator and + // value, and for newlines to be appear between fields and array + // elements. + Indent string + + // Whether to use the original (.proto) name for fields. + OrigName bool +} + +// Marshal marshals a protocol buffer into JSON. +func (m *Marshaler) Marshal(out io.Writer, pb proto.Message) error { + writer := &errWriter{writer: out} + return m.marshalObject(writer, pb, "", "") +} + +// MarshalToString converts a protocol buffer object to JSON string. +func (m *Marshaler) MarshalToString(pb proto.Message) (string, error) { + var buf bytes.Buffer + if err := m.Marshal(&buf, pb); err != nil { + return "", err + } + return buf.String(), nil +} + +type int32Slice []int32 + +// For sorting extensions ids to ensure stable output. +func (s int32Slice) Len() int { return len(s) } +func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } +func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } + +type wkt interface { + XXX_WellKnownType() string +} + +// marshalObject writes a struct to the Writer. +func (m *Marshaler) marshalObject(out *errWriter, v proto.Message, indent, typeURL string) error { + s := reflect.ValueOf(v).Elem() + + // Handle well-known types. + if wkt, ok := v.(wkt); ok { + switch wkt.XXX_WellKnownType() { + case "DoubleValue", "FloatValue", "Int64Value", "UInt64Value", + "Int32Value", "UInt32Value", "BoolValue", "StringValue", "BytesValue": + // "Wrappers use the same representation in JSON + // as the wrapped primitive type, ..." + sprop := proto.GetProperties(s.Type()) + return m.marshalValue(out, sprop.Prop[0], s.Field(0), indent) + case "Any": + // Any is a bit more involved. + return m.marshalAny(out, v, indent) + case "Duration": + // "Generated output always contains 3, 6, or 9 fractional digits, + // depending on required precision." + s, ns := s.Field(0).Int(), s.Field(1).Int() + d := time.Duration(s)*time.Second + time.Duration(ns)*time.Nanosecond + x := fmt.Sprintf("%.9f", d.Seconds()) + x = strings.TrimSuffix(x, "000") + x = strings.TrimSuffix(x, "000") + out.write(`"`) + out.write(x) + out.write(`s"`) + return out.err + case "Struct": + // Let marshalValue handle the `fields` map. + // TODO: pass the correct Properties if needed. + return m.marshalValue(out, &proto.Properties{}, s.Field(0), indent) + case "Timestamp": + // "RFC 3339, where generated output will always be Z-normalized + // and uses 3, 6 or 9 fractional digits." + s, ns := s.Field(0).Int(), s.Field(1).Int() + t := time.Unix(s, ns).UTC() + // time.RFC3339Nano isn't exactly right (we need to get 3/6/9 fractional digits). + x := t.Format("2006-01-02T15:04:05.000000000") + x = strings.TrimSuffix(x, "000") + x = strings.TrimSuffix(x, "000") + out.write(`"`) + out.write(x) + out.write(`Z"`) + return out.err + case "Value": + // Value has a single oneof. + kind := s.Field(0) + if kind.IsNil() { + // "absence of any variant indicates an error" + return errors.New("nil Value") + } + // oneof -> *T -> T -> T.F + x := kind.Elem().Elem().Field(0) + // TODO: pass the correct Properties if needed. + return m.marshalValue(out, &proto.Properties{}, x, indent) + } + } + + out.write("{") + if m.Indent != "" { + out.write("\n") + } + + firstField := true + + if typeURL != "" { + if err := m.marshalTypeURL(out, indent, typeURL); err != nil { + return err + } + firstField = false + } + + for i := 0; i < s.NumField(); i++ { + value := s.Field(i) + valueField := s.Type().Field(i) + if strings.HasPrefix(valueField.Name, "XXX_") { + continue + } + + // IsNil will panic on most value kinds. + switch value.Kind() { + case reflect.Chan, reflect.Func, reflect.Interface, reflect.Map, reflect.Ptr, reflect.Slice: + if value.IsNil() { + continue + } + } + + if !m.EmitDefaults { + switch value.Kind() { + case reflect.Bool: + if !value.Bool() { + continue + } + case reflect.Int32, reflect.Int64: + if value.Int() == 0 { + continue + } + case reflect.Uint32, reflect.Uint64: + if value.Uint() == 0 { + continue + } + case reflect.Float32, reflect.Float64: + if value.Float() == 0 { + continue + } + case reflect.String: + if value.Len() == 0 { + continue + } + } + } + + // Oneof fields need special handling. + if valueField.Tag.Get("protobuf_oneof") != "" { + // value is an interface containing &T{real_value}. + sv := value.Elem().Elem() // interface -> *T -> T + value = sv.Field(0) + valueField = sv.Type().Field(0) + } + prop := jsonProperties(valueField, m.OrigName) + if !firstField { + m.writeSep(out) + } + if err := m.marshalField(out, prop, value, indent); err != nil { + return err + } + firstField = false + } + + // Handle proto2 extensions. + if ep, ok := v.(proto.Message); ok { + extensions := proto.RegisteredExtensions(v) + // Sort extensions for stable output. + ids := make([]int32, 0, len(extensions)) + for id, desc := range extensions { + if !proto.HasExtension(ep, desc) { + continue + } + ids = append(ids, id) + } + sort.Sort(int32Slice(ids)) + for _, id := range ids { + desc := extensions[id] + if desc == nil { + // unknown extension + continue + } + ext, extErr := proto.GetExtension(ep, desc) + if extErr != nil { + return extErr + } + value := reflect.ValueOf(ext) + var prop proto.Properties + prop.Parse(desc.Tag) + prop.JSONName = fmt.Sprintf("[%s]", desc.Name) + if !firstField { + m.writeSep(out) + } + if err := m.marshalField(out, &prop, value, indent); err != nil { + return err + } + firstField = false + } + + } + + if m.Indent != "" { + out.write("\n") + out.write(indent) + } + out.write("}") + return out.err +} + +func (m *Marshaler) writeSep(out *errWriter) { + if m.Indent != "" { + out.write(",\n") + } else { + out.write(",") + } +} + +func (m *Marshaler) marshalAny(out *errWriter, any proto.Message, indent string) error { + // "If the Any contains a value that has a special JSON mapping, + // it will be converted as follows: {"@type": xxx, "value": yyy}. + // Otherwise, the value will be converted into a JSON object, + // and the "@type" field will be inserted to indicate the actual data type." + v := reflect.ValueOf(any).Elem() + turl := v.Field(0).String() + val := v.Field(1).Bytes() + + // Only the part of type_url after the last slash is relevant. + mname := turl + if slash := strings.LastIndex(mname, "/"); slash >= 0 { + mname = mname[slash+1:] + } + mt := proto.MessageType(mname) + if mt == nil { + return fmt.Errorf("unknown message type %q", mname) + } + msg := reflect.New(mt.Elem()).Interface().(proto.Message) + if err := proto.Unmarshal(val, msg); err != nil { + return err + } + + if _, ok := msg.(wkt); ok { + out.write("{") + if m.Indent != "" { + out.write("\n") + } + if err := m.marshalTypeURL(out, indent, turl); err != nil { + return err + } + m.writeSep(out) + if m.Indent != "" { + out.write(indent) + out.write(m.Indent) + out.write(`"value": `) + } else { + out.write(`"value":`) + } + if err := m.marshalObject(out, msg, indent+m.Indent, ""); err != nil { + return err + } + if m.Indent != "" { + out.write("\n") + out.write(indent) + } + out.write("}") + return out.err + } + + return m.marshalObject(out, msg, indent, turl) +} + +func (m *Marshaler) marshalTypeURL(out *errWriter, indent, typeURL string) error { + if m.Indent != "" { + out.write(indent) + out.write(m.Indent) + } + out.write(`"@type":`) + if m.Indent != "" { + out.write(" ") + } + b, err := json.Marshal(typeURL) + if err != nil { + return err + } + out.write(string(b)) + return out.err +} + +// marshalField writes field description and value to the Writer. +func (m *Marshaler) marshalField(out *errWriter, prop *proto.Properties, v reflect.Value, indent string) error { + if m.Indent != "" { + out.write(indent) + out.write(m.Indent) + } + out.write(`"`) + out.write(prop.JSONName) + out.write(`":`) + if m.Indent != "" { + out.write(" ") + } + if err := m.marshalValue(out, prop, v, indent); err != nil { + return err + } + return nil +} + +// marshalValue writes the value to the Writer. +func (m *Marshaler) marshalValue(out *errWriter, prop *proto.Properties, v reflect.Value, indent string) error { + + var err error + v = reflect.Indirect(v) + + // Handle repeated elements. + if v.Kind() == reflect.Slice && v.Type().Elem().Kind() != reflect.Uint8 { + out.write("[") + comma := "" + for i := 0; i < v.Len(); i++ { + sliceVal := v.Index(i) + out.write(comma) + if m.Indent != "" { + out.write("\n") + out.write(indent) + out.write(m.Indent) + out.write(m.Indent) + } + if err := m.marshalValue(out, prop, sliceVal, indent+m.Indent); err != nil { + return err + } + comma = "," + } + if m.Indent != "" { + out.write("\n") + out.write(indent) + out.write(m.Indent) + } + out.write("]") + return out.err + } + + // Handle well-known types. + // Most are handled up in marshalObject (because 99% are messages). + type wkt interface { + XXX_WellKnownType() string + } + if wkt, ok := v.Interface().(wkt); ok { + switch wkt.XXX_WellKnownType() { + case "NullValue": + out.write("null") + return out.err + } + } + + // Handle enumerations. + if !m.EnumsAsInts && prop.Enum != "" { + // Unknown enum values will are stringified by the proto library as their + // value. Such values should _not_ be quoted or they will be interpreted + // as an enum string instead of their value. + enumStr := v.Interface().(fmt.Stringer).String() + var valStr string + if v.Kind() == reflect.Ptr { + valStr = strconv.Itoa(int(v.Elem().Int())) + } else { + valStr = strconv.Itoa(int(v.Int())) + } + isKnownEnum := enumStr != valStr + if isKnownEnum { + out.write(`"`) + } + out.write(enumStr) + if isKnownEnum { + out.write(`"`) + } + return out.err + } + + // Handle nested messages. + if v.Kind() == reflect.Struct { + return m.marshalObject(out, v.Addr().Interface().(proto.Message), indent+m.Indent, "") + } + + // Handle maps. + // Since Go randomizes map iteration, we sort keys for stable output. + if v.Kind() == reflect.Map { + out.write(`{`) + keys := v.MapKeys() + sort.Sort(mapKeys(keys)) + for i, k := range keys { + if i > 0 { + out.write(`,`) + } + if m.Indent != "" { + out.write("\n") + out.write(indent) + out.write(m.Indent) + out.write(m.Indent) + } + + b, err := json.Marshal(k.Interface()) + if err != nil { + return err + } + s := string(b) + + // If the JSON is not a string value, encode it again to make it one. + if !strings.HasPrefix(s, `"`) { + b, err := json.Marshal(s) + if err != nil { + return err + } + s = string(b) + } + + out.write(s) + out.write(`:`) + if m.Indent != "" { + out.write(` `) + } + + if err := m.marshalValue(out, prop, v.MapIndex(k), indent+m.Indent); err != nil { + return err + } + } + if m.Indent != "" { + out.write("\n") + out.write(indent) + out.write(m.Indent) + } + out.write(`}`) + return out.err + } + + // Default handling defers to the encoding/json library. + b, err := json.Marshal(v.Interface()) + if err != nil { + return err + } + needToQuote := string(b[0]) != `"` && (v.Kind() == reflect.Int64 || v.Kind() == reflect.Uint64) + if needToQuote { + out.write(`"`) + } + out.write(string(b)) + if needToQuote { + out.write(`"`) + } + return out.err +} + +// Unmarshaler is a configurable object for converting from a JSON +// representation to a protocol buffer object. +type Unmarshaler struct { + // Whether to allow messages to contain unknown fields, as opposed to + // failing to unmarshal. + AllowUnknownFields bool +} + +// UnmarshalNext unmarshals the next protocol buffer from a JSON object stream. +// This function is lenient and will decode any options permutations of the +// related Marshaler. +func (u *Unmarshaler) UnmarshalNext(dec *json.Decoder, pb proto.Message) error { + inputValue := json.RawMessage{} + if err := dec.Decode(&inputValue); err != nil { + return err + } + return u.unmarshalValue(reflect.ValueOf(pb).Elem(), inputValue, nil) +} + +// Unmarshal unmarshals a JSON object stream into a protocol +// buffer. This function is lenient and will decode any options +// permutations of the related Marshaler. +func (u *Unmarshaler) Unmarshal(r io.Reader, pb proto.Message) error { + dec := json.NewDecoder(r) + return u.UnmarshalNext(dec, pb) +} + +// UnmarshalNext unmarshals the next protocol buffer from a JSON object stream. +// This function is lenient and will decode any options permutations of the +// related Marshaler. +func UnmarshalNext(dec *json.Decoder, pb proto.Message) error { + return new(Unmarshaler).UnmarshalNext(dec, pb) +} + +// Unmarshal unmarshals a JSON object stream into a protocol +// buffer. This function is lenient and will decode any options +// permutations of the related Marshaler. +func Unmarshal(r io.Reader, pb proto.Message) error { + return new(Unmarshaler).Unmarshal(r, pb) +} + +// UnmarshalString will populate the fields of a protocol buffer based +// on a JSON string. This function is lenient and will decode any options +// permutations of the related Marshaler. +func UnmarshalString(str string, pb proto.Message) error { + return new(Unmarshaler).Unmarshal(strings.NewReader(str), pb) +} + +// unmarshalValue converts/copies a value into the target. +// prop may be nil. +func (u *Unmarshaler) unmarshalValue(target reflect.Value, inputValue json.RawMessage, prop *proto.Properties) error { + targetType := target.Type() + + // Allocate memory for pointer fields. + if targetType.Kind() == reflect.Ptr { + target.Set(reflect.New(targetType.Elem())) + return u.unmarshalValue(target.Elem(), inputValue, prop) + } + + // Handle well-known types. + type wkt interface { + XXX_WellKnownType() string + } + if wkt, ok := target.Addr().Interface().(wkt); ok { + switch wkt.XXX_WellKnownType() { + case "DoubleValue", "FloatValue", "Int64Value", "UInt64Value", + "Int32Value", "UInt32Value", "BoolValue", "StringValue", "BytesValue": + // "Wrappers use the same representation in JSON + // as the wrapped primitive type, except that null is allowed." + // encoding/json will turn JSON `null` into Go `nil`, + // so we don't have to do any extra work. + return u.unmarshalValue(target.Field(0), inputValue, prop) + case "Any": + return fmt.Errorf("unmarshaling Any not supported yet") + case "Duration": + ivStr := string(inputValue) + if ivStr == "null" { + target.Field(0).SetInt(0) + target.Field(1).SetInt(0) + return nil + } + + unq, err := strconv.Unquote(ivStr) + if err != nil { + return err + } + d, err := time.ParseDuration(unq) + if err != nil { + return fmt.Errorf("bad Duration: %v", err) + } + ns := d.Nanoseconds() + s := ns / 1e9 + ns %= 1e9 + target.Field(0).SetInt(s) + target.Field(1).SetInt(ns) + return nil + case "Timestamp": + ivStr := string(inputValue) + if ivStr == "null" { + target.Field(0).SetInt(0) + target.Field(1).SetInt(0) + return nil + } + + unq, err := strconv.Unquote(ivStr) + if err != nil { + return err + } + t, err := time.Parse(time.RFC3339Nano, unq) + if err != nil { + return fmt.Errorf("bad Timestamp: %v", err) + } + target.Field(0).SetInt(int64(t.Unix())) + target.Field(1).SetInt(int64(t.Nanosecond())) + return nil + } + } + + // Handle enums, which have an underlying type of int32, + // and may appear as strings. + // The case of an enum appearing as a number is handled + // at the bottom of this function. + if inputValue[0] == '"' && prop != nil && prop.Enum != "" { + vmap := proto.EnumValueMap(prop.Enum) + // Don't need to do unquoting; valid enum names + // are from a limited character set. + s := inputValue[1 : len(inputValue)-1] + n, ok := vmap[string(s)] + if !ok { + return fmt.Errorf("unknown value %q for enum %s", s, prop.Enum) + } + if target.Kind() == reflect.Ptr { // proto2 + target.Set(reflect.New(targetType.Elem())) + target = target.Elem() + } + target.SetInt(int64(n)) + return nil + } + + // Handle nested messages. + if targetType.Kind() == reflect.Struct { + var jsonFields map[string]json.RawMessage + if err := json.Unmarshal(inputValue, &jsonFields); err != nil { + return err + } + + consumeField := func(prop *proto.Properties) (json.RawMessage, bool) { + // Be liberal in what names we accept; both orig_name and camelName are okay. + fieldNames := acceptedJSONFieldNames(prop) + + vOrig, okOrig := jsonFields[fieldNames.orig] + vCamel, okCamel := jsonFields[fieldNames.camel] + if !okOrig && !okCamel { + return nil, false + } + // If, for some reason, both are present in the data, favour the camelName. + var raw json.RawMessage + if okOrig { + raw = vOrig + delete(jsonFields, fieldNames.orig) + } + if okCamel { + raw = vCamel + delete(jsonFields, fieldNames.camel) + } + return raw, true + } + + sprops := proto.GetProperties(targetType) + for i := 0; i < target.NumField(); i++ { + ft := target.Type().Field(i) + if strings.HasPrefix(ft.Name, "XXX_") { + continue + } + + valueForField, ok := consumeField(sprops.Prop[i]) + if !ok { + continue + } + + if err := u.unmarshalValue(target.Field(i), valueForField, sprops.Prop[i]); err != nil { + return err + } + } + // Check for any oneof fields. + if len(jsonFields) > 0 { + for _, oop := range sprops.OneofTypes { + raw, ok := consumeField(oop.Prop) + if !ok { + continue + } + nv := reflect.New(oop.Type.Elem()) + target.Field(oop.Field).Set(nv) + if err := u.unmarshalValue(nv.Elem().Field(0), raw, oop.Prop); err != nil { + return err + } + } + } + if !u.AllowUnknownFields && len(jsonFields) > 0 { + // Pick any field to be the scapegoat. + var f string + for fname := range jsonFields { + f = fname + break + } + return fmt.Errorf("unknown field %q in %v", f, targetType) + } + return nil + } + + // Handle arrays (which aren't encoded bytes) + if targetType.Kind() == reflect.Slice && targetType.Elem().Kind() != reflect.Uint8 { + var slc []json.RawMessage + if err := json.Unmarshal(inputValue, &slc); err != nil { + return err + } + len := len(slc) + target.Set(reflect.MakeSlice(targetType, len, len)) + for i := 0; i < len; i++ { + if err := u.unmarshalValue(target.Index(i), slc[i], prop); err != nil { + return err + } + } + return nil + } + + // Handle maps (whose keys are always strings) + if targetType.Kind() == reflect.Map { + var mp map[string]json.RawMessage + if err := json.Unmarshal(inputValue, &mp); err != nil { + return err + } + target.Set(reflect.MakeMap(targetType)) + var keyprop, valprop *proto.Properties + if prop != nil { + // These could still be nil if the protobuf metadata is broken somehow. + // TODO: This won't work because the fields are unexported. + // We should probably just reparse them. + //keyprop, valprop = prop.mkeyprop, prop.mvalprop + } + for ks, raw := range mp { + // Unmarshal map key. The core json library already decoded the key into a + // string, so we handle that specially. Other types were quoted post-serialization. + var k reflect.Value + if targetType.Key().Kind() == reflect.String { + k = reflect.ValueOf(ks) + } else { + k = reflect.New(targetType.Key()).Elem() + if err := u.unmarshalValue(k, json.RawMessage(ks), keyprop); err != nil { + return err + } + } + + // Unmarshal map value. + v := reflect.New(targetType.Elem()).Elem() + if err := u.unmarshalValue(v, raw, valprop); err != nil { + return err + } + target.SetMapIndex(k, v) + } + return nil + } + + // 64-bit integers can be encoded as strings. In this case we drop + // the quotes and proceed as normal. + isNum := targetType.Kind() == reflect.Int64 || targetType.Kind() == reflect.Uint64 + if isNum && strings.HasPrefix(string(inputValue), `"`) { + inputValue = inputValue[1 : len(inputValue)-1] + } + + // Use the encoding/json for parsing other value types. + return json.Unmarshal(inputValue, target.Addr().Interface()) +} + +// jsonProperties returns parsed proto.Properties for the field and corrects JSONName attribute. +func jsonProperties(f reflect.StructField, origName bool) *proto.Properties { + var prop proto.Properties + prop.Init(f.Type, f.Name, f.Tag.Get("protobuf"), &f) + if origName || prop.JSONName == "" { + prop.JSONName = prop.OrigName + } + return &prop +} + +type fieldNames struct { + orig, camel string +} + +func acceptedJSONFieldNames(prop *proto.Properties) fieldNames { + opts := fieldNames{orig: prop.OrigName, camel: prop.OrigName} + if prop.JSONName != "" { + opts.camel = prop.JSONName + } + return opts +} + +// Writer wrapper inspired by https://blog.golang.org/errors-are-values +type errWriter struct { + writer io.Writer + err error +} + +func (w *errWriter) write(str string) { + if w.err != nil { + return + } + _, w.err = w.writer.Write([]byte(str)) +} + +// Map fields may have key types of non-float scalars, strings and enums. +// The easiest way to sort them in some deterministic order is to use fmt. +// If this turns out to be inefficient we can always consider other options, +// such as doing a Schwartzian transform. +// +// Numeric keys are sorted in numeric order per +// https://developers.google.com/protocol-buffers/docs/proto#maps. +type mapKeys []reflect.Value + +func (s mapKeys) Len() int { return len(s) } +func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] } +func (s mapKeys) Less(i, j int) bool { + if k := s[i].Kind(); k == s[j].Kind() { + switch k { + case reflect.Int32, reflect.Int64: + return s[i].Int() < s[j].Int() + case reflect.Uint32, reflect.Uint64: + return s[i].Uint() < s[j].Uint() + } + } + return fmt.Sprint(s[i].Interface()) < fmt.Sprint(s[j].Interface()) +} diff --git a/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go new file mode 100644 index 0000000..e237df5 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test.go @@ -0,0 +1,563 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2015 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package jsonpb + +import ( + "bytes" + "encoding/json" + "io" + "reflect" + "strings" + "testing" + + "github.com/golang/protobuf/proto" + + pb "github.com/golang/protobuf/jsonpb/jsonpb_test_proto" + proto3pb "github.com/golang/protobuf/proto/proto3_proto" + anypb "github.com/golang/protobuf/ptypes/any" + durpb "github.com/golang/protobuf/ptypes/duration" + stpb "github.com/golang/protobuf/ptypes/struct" + tspb "github.com/golang/protobuf/ptypes/timestamp" + wpb "github.com/golang/protobuf/ptypes/wrappers" +) + +var ( + marshaler = Marshaler{} + + marshalerAllOptions = Marshaler{ + Indent: " ", + } + + simpleObject = &pb.Simple{ + OInt32: proto.Int32(-32), + OInt64: proto.Int64(-6400000000), + OUint32: proto.Uint32(32), + OUint64: proto.Uint64(6400000000), + OSint32: proto.Int32(-13), + OSint64: proto.Int64(-2600000000), + OFloat: proto.Float32(3.14), + ODouble: proto.Float64(6.02214179e23), + OBool: proto.Bool(true), + OString: proto.String("hello \"there\""), + OBytes: []byte("beep boop"), + } + + simpleObjectJSON = `{` + + `"oBool":true,` + + `"oInt32":-32,` + + `"oInt64":"-6400000000",` + + `"oUint32":32,` + + `"oUint64":"6400000000",` + + `"oSint32":-13,` + + `"oSint64":"-2600000000",` + + `"oFloat":3.14,` + + `"oDouble":6.02214179e+23,` + + `"oString":"hello \"there\"",` + + `"oBytes":"YmVlcCBib29w"` + + `}` + + simpleObjectPrettyJSON = `{ + "oBool": true, + "oInt32": -32, + "oInt64": "-6400000000", + "oUint32": 32, + "oUint64": "6400000000", + "oSint32": -13, + "oSint64": "-2600000000", + "oFloat": 3.14, + "oDouble": 6.02214179e+23, + "oString": "hello \"there\"", + "oBytes": "YmVlcCBib29w" +}` + + repeatsObject = &pb.Repeats{ + RBool: []bool{true, false, true}, + RInt32: []int32{-3, -4, -5}, + RInt64: []int64{-123456789, -987654321}, + RUint32: []uint32{1, 2, 3}, + RUint64: []uint64{6789012345, 3456789012}, + RSint32: []int32{-1, -2, -3}, + RSint64: []int64{-6789012345, -3456789012}, + RFloat: []float32{3.14, 6.28}, + RDouble: []float64{299792458 * 1e20, 6.62606957e-34}, + RString: []string{"happy", "days"}, + RBytes: [][]byte{[]byte("skittles"), []byte("m&m's")}, + } + + repeatsObjectJSON = `{` + + `"rBool":[true,false,true],` + + `"rInt32":[-3,-4,-5],` + + `"rInt64":["-123456789","-987654321"],` + + `"rUint32":[1,2,3],` + + `"rUint64":["6789012345","3456789012"],` + + `"rSint32":[-1,-2,-3],` + + `"rSint64":["-6789012345","-3456789012"],` + + `"rFloat":[3.14,6.28],` + + `"rDouble":[2.99792458e+28,6.62606957e-34],` + + `"rString":["happy","days"],` + + `"rBytes":["c2tpdHRsZXM=","bSZtJ3M="]` + + `}` + + repeatsObjectPrettyJSON = `{ + "rBool": [ + true, + false, + true + ], + "rInt32": [ + -3, + -4, + -5 + ], + "rInt64": [ + "-123456789", + "-987654321" + ], + "rUint32": [ + 1, + 2, + 3 + ], + "rUint64": [ + "6789012345", + "3456789012" + ], + "rSint32": [ + -1, + -2, + -3 + ], + "rSint64": [ + "-6789012345", + "-3456789012" + ], + "rFloat": [ + 3.14, + 6.28 + ], + "rDouble": [ + 2.99792458e+28, + 6.62606957e-34 + ], + "rString": [ + "happy", + "days" + ], + "rBytes": [ + "c2tpdHRsZXM=", + "bSZtJ3M=" + ] +}` + + innerSimple = &pb.Simple{OInt32: proto.Int32(-32)} + innerSimple2 = &pb.Simple{OInt64: proto.Int64(25)} + innerRepeats = &pb.Repeats{RString: []string{"roses", "red"}} + innerRepeats2 = &pb.Repeats{RString: []string{"violets", "blue"}} + complexObject = &pb.Widget{ + Color: pb.Widget_GREEN.Enum(), + RColor: []pb.Widget_Color{pb.Widget_RED, pb.Widget_GREEN, pb.Widget_BLUE}, + Simple: innerSimple, + RSimple: []*pb.Simple{innerSimple, innerSimple2}, + Repeats: innerRepeats, + RRepeats: []*pb.Repeats{innerRepeats, innerRepeats2}, + } + + complexObjectJSON = `{"color":"GREEN",` + + `"rColor":["RED","GREEN","BLUE"],` + + `"simple":{"oInt32":-32},` + + `"rSimple":[{"oInt32":-32},{"oInt64":"25"}],` + + `"repeats":{"rString":["roses","red"]},` + + `"rRepeats":[{"rString":["roses","red"]},{"rString":["violets","blue"]}]` + + `}` + + complexObjectPrettyJSON = `{ + "color": "GREEN", + "rColor": [ + "RED", + "GREEN", + "BLUE" + ], + "simple": { + "oInt32": -32 + }, + "rSimple": [ + { + "oInt32": -32 + }, + { + "oInt64": "25" + } + ], + "repeats": { + "rString": [ + "roses", + "red" + ] + }, + "rRepeats": [ + { + "rString": [ + "roses", + "red" + ] + }, + { + "rString": [ + "violets", + "blue" + ] + } + ] +}` + + colorPrettyJSON = `{ + "color": 2 +}` + + colorListPrettyJSON = `{ + "color": 1000, + "rColor": [ + "RED" + ] +}` + + nummyPrettyJSON = `{ + "nummy": { + "1": 2, + "3": 4 + } +}` + + objjyPrettyJSON = `{ + "objjy": { + "1": { + "dub": 1 + } + } +}` + realNumber = &pb.Real{Value: proto.Float64(3.14159265359)} + realNumberName = "Pi" + complexNumber = &pb.Complex{Imaginary: proto.Float64(0.5772156649)} + realNumberJSON = `{` + + `"value":3.14159265359,` + + `"[jsonpb.Complex.real_extension]":{"imaginary":0.5772156649},` + + `"[jsonpb.name]":"Pi"` + + `}` + + anySimple = &pb.KnownTypes{ + An: &anypb.Any{ + TypeUrl: "something.example.com/jsonpb.Simple", + Value: []byte{ + // &pb.Simple{OBool:true} + 1 << 3, 1, + }, + }, + } + anySimpleJSON = `{"an":{"@type":"something.example.com/jsonpb.Simple","oBool":true}}` + anySimplePrettyJSON = `{ + "an": { + "@type": "something.example.com/jsonpb.Simple", + "oBool": true + } +}` + + anyWellKnown = &pb.KnownTypes{ + An: &anypb.Any{ + TypeUrl: "type.googleapis.com/google.protobuf.Duration", + Value: []byte{ + // &durpb.Duration{Seconds: 1, Nanos: 212000000 } + 1 << 3, 1, // seconds + 2 << 3, 0x80, 0xba, 0x8b, 0x65, // nanos + }, + }, + } + anyWellKnownJSON = `{"an":{"@type":"type.googleapis.com/google.protobuf.Duration","value":"1.212s"}}` + anyWellKnownPrettyJSON = `{ + "an": { + "@type": "type.googleapis.com/google.protobuf.Duration", + "value": "1.212s" + } +}` +) + +func init() { + if err := proto.SetExtension(realNumber, pb.E_Name, &realNumberName); err != nil { + panic(err) + } + if err := proto.SetExtension(realNumber, pb.E_Complex_RealExtension, complexNumber); err != nil { + panic(err) + } +} + +var marshalingTests = []struct { + desc string + marshaler Marshaler + pb proto.Message + json string +}{ + {"simple flat object", marshaler, simpleObject, simpleObjectJSON}, + {"simple pretty object", marshalerAllOptions, simpleObject, simpleObjectPrettyJSON}, + {"repeated fields flat object", marshaler, repeatsObject, repeatsObjectJSON}, + {"repeated fields pretty object", marshalerAllOptions, repeatsObject, repeatsObjectPrettyJSON}, + {"nested message/enum flat object", marshaler, complexObject, complexObjectJSON}, + {"nested message/enum pretty object", marshalerAllOptions, complexObject, complexObjectPrettyJSON}, + {"enum-string flat object", Marshaler{}, + &pb.Widget{Color: pb.Widget_BLUE.Enum()}, `{"color":"BLUE"}`}, + {"enum-value pretty object", Marshaler{EnumsAsInts: true, Indent: " "}, + &pb.Widget{Color: pb.Widget_BLUE.Enum()}, colorPrettyJSON}, + {"unknown enum value object", marshalerAllOptions, + &pb.Widget{Color: pb.Widget_Color(1000).Enum(), RColor: []pb.Widget_Color{pb.Widget_RED}}, colorListPrettyJSON}, + {"repeated proto3 enum", Marshaler{}, + &proto3pb.Message{RFunny: []proto3pb.Message_Humour{ + proto3pb.Message_PUNS, + proto3pb.Message_SLAPSTICK, + }}, + `{"rFunny":["PUNS","SLAPSTICK"]}`}, + {"repeated proto3 enum as int", Marshaler{EnumsAsInts: true}, + &proto3pb.Message{RFunny: []proto3pb.Message_Humour{ + proto3pb.Message_PUNS, + proto3pb.Message_SLAPSTICK, + }}, + `{"rFunny":[1,2]}`}, + {"empty value", marshaler, &pb.Simple3{}, `{}`}, + {"empty value emitted", Marshaler{EmitDefaults: true}, &pb.Simple3{}, `{"dub":0}`}, + {"map", marshaler, &pb.Mappy{Nummy: map[int64]int32{1: 2, 3: 4}}, `{"nummy":{"1":2,"3":4}}`}, + {"map", marshalerAllOptions, &pb.Mappy{Nummy: map[int64]int32{1: 2, 3: 4}}, nummyPrettyJSON}, + {"map", marshaler, + &pb.Mappy{Strry: map[string]string{`"one"`: "two", "three": "four"}}, + `{"strry":{"\"one\"":"two","three":"four"}}`}, + {"map", marshaler, + &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: &pb.Simple3{Dub: 1}}}, `{"objjy":{"1":{"dub":1}}}`}, + {"map", marshalerAllOptions, + &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: &pb.Simple3{Dub: 1}}}, objjyPrettyJSON}, + {"map", marshaler, &pb.Mappy{Buggy: map[int64]string{1234: "yup"}}, + `{"buggy":{"1234":"yup"}}`}, + {"map", marshaler, &pb.Mappy{Booly: map[bool]bool{false: true}}, `{"booly":{"false":true}}`}, + // TODO: This is broken. + //{"map", marshaler, &pb.Mappy{Enumy: map[string]pb.Numeral{"XIV": pb.Numeral_ROMAN}}, `{"enumy":{"XIV":"ROMAN"}`}, + {"map", Marshaler{EnumsAsInts: true}, &pb.Mappy{Enumy: map[string]pb.Numeral{"XIV": pb.Numeral_ROMAN}}, `{"enumy":{"XIV":2}}`}, + {"map", marshaler, &pb.Mappy{S32Booly: map[int32]bool{1: true, 3: false, 10: true, 12: false}}, `{"s32booly":{"1":true,"3":false,"10":true,"12":false}}`}, + {"map", marshaler, &pb.Mappy{S64Booly: map[int64]bool{1: true, 3: false, 10: true, 12: false}}, `{"s64booly":{"1":true,"3":false,"10":true,"12":false}}`}, + {"map", marshaler, &pb.Mappy{U32Booly: map[uint32]bool{1: true, 3: false, 10: true, 12: false}}, `{"u32booly":{"1":true,"3":false,"10":true,"12":false}}`}, + {"map", marshaler, &pb.Mappy{U64Booly: map[uint64]bool{1: true, 3: false, 10: true, 12: false}}, `{"u64booly":{"1":true,"3":false,"10":true,"12":false}}`}, + {"proto2 map", marshaler, &pb.Maps{MInt64Str: map[int64]string{213: "cat"}}, + `{"mInt64Str":{"213":"cat"}}`}, + {"proto2 map", marshaler, + &pb.Maps{MBoolSimple: map[bool]*pb.Simple{true: &pb.Simple{OInt32: proto.Int32(1)}}}, + `{"mBoolSimple":{"true":{"oInt32":1}}}`}, + {"oneof, not set", marshaler, &pb.MsgWithOneof{}, `{}`}, + {"oneof, set", marshaler, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_Title{"Grand Poobah"}}, `{"title":"Grand Poobah"}`}, + {"force orig_name", Marshaler{OrigName: true}, &pb.Simple{OInt32: proto.Int32(4)}, + `{"o_int32":4}`}, + {"proto2 extension", marshaler, realNumber, realNumberJSON}, + {"Any with message", marshaler, anySimple, anySimpleJSON}, + {"Any with message and indent", marshalerAllOptions, anySimple, anySimplePrettyJSON}, + {"Any with WKT", marshaler, anyWellKnown, anyWellKnownJSON}, + {"Any with WKT and indent", marshalerAllOptions, anyWellKnown, anyWellKnownPrettyJSON}, + {"Duration", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 3}}, `{"dur":"3.000s"}`}, + {"Struct", marshaler, &pb.KnownTypes{St: &stpb.Struct{ + Fields: map[string]*stpb.Value{ + "one": &stpb.Value{Kind: &stpb.Value_StringValue{"loneliest number"}}, + "two": &stpb.Value{Kind: &stpb.Value_NullValue{stpb.NullValue_NULL_VALUE}}, + }, + }}, `{"st":{"one":"loneliest number","two":null}}`}, + {"Timestamp", marshaler, &pb.KnownTypes{Ts: &tspb.Timestamp{Seconds: 14e8, Nanos: 21e6}}, `{"ts":"2014-05-13T16:53:20.021Z"}`}, + + {"DoubleValue", marshaler, &pb.KnownTypes{Dbl: &wpb.DoubleValue{Value: 1.2}}, `{"dbl":1.2}`}, + {"FloatValue", marshaler, &pb.KnownTypes{Flt: &wpb.FloatValue{Value: 1.2}}, `{"flt":1.2}`}, + {"Int64Value", marshaler, &pb.KnownTypes{I64: &wpb.Int64Value{Value: -3}}, `{"i64":"-3"}`}, + {"UInt64Value", marshaler, &pb.KnownTypes{U64: &wpb.UInt64Value{Value: 3}}, `{"u64":"3"}`}, + {"Int32Value", marshaler, &pb.KnownTypes{I32: &wpb.Int32Value{Value: -4}}, `{"i32":-4}`}, + {"UInt32Value", marshaler, &pb.KnownTypes{U32: &wpb.UInt32Value{Value: 4}}, `{"u32":4}`}, + {"BoolValue", marshaler, &pb.KnownTypes{Bool: &wpb.BoolValue{Value: true}}, `{"bool":true}`}, + {"StringValue", marshaler, &pb.KnownTypes{Str: &wpb.StringValue{Value: "plush"}}, `{"str":"plush"}`}, + {"BytesValue", marshaler, &pb.KnownTypes{Bytes: &wpb.BytesValue{Value: []byte("wow")}}, `{"bytes":"d293"}`}, +} + +func TestMarshaling(t *testing.T) { + for _, tt := range marshalingTests { + json, err := tt.marshaler.MarshalToString(tt.pb) + if err != nil { + t.Errorf("%s: marshaling error: %v", tt.desc, err) + } else if tt.json != json { + t.Errorf("%s: got [%v] want [%v]", tt.desc, json, tt.json) + } + } +} + +var unmarshalingTests = []struct { + desc string + unmarshaler Unmarshaler + json string + pb proto.Message +}{ + {"simple flat object", Unmarshaler{}, simpleObjectJSON, simpleObject}, + {"simple pretty object", Unmarshaler{}, simpleObjectPrettyJSON, simpleObject}, + {"repeated fields flat object", Unmarshaler{}, repeatsObjectJSON, repeatsObject}, + {"repeated fields pretty object", Unmarshaler{}, repeatsObjectPrettyJSON, repeatsObject}, + {"nested message/enum flat object", Unmarshaler{}, complexObjectJSON, complexObject}, + {"nested message/enum pretty object", Unmarshaler{}, complexObjectPrettyJSON, complexObject}, + {"enum-string object", Unmarshaler{}, `{"color":"BLUE"}`, &pb.Widget{Color: pb.Widget_BLUE.Enum()}}, + {"enum-value object", Unmarshaler{}, "{\n \"color\": 2\n}", &pb.Widget{Color: pb.Widget_BLUE.Enum()}}, + {"unknown field with allowed option", Unmarshaler{AllowUnknownFields: true}, `{"unknown": "foo"}`, new(pb.Simple)}, + {"proto3 enum string", Unmarshaler{}, `{"hilarity":"PUNS"}`, &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}}, + {"proto3 enum value", Unmarshaler{}, `{"hilarity":1}`, &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}}, + {"unknown enum value object", + Unmarshaler{}, + "{\n \"color\": 1000,\n \"r_color\": [\n \"RED\"\n ]\n}", + &pb.Widget{Color: pb.Widget_Color(1000).Enum(), RColor: []pb.Widget_Color{pb.Widget_RED}}}, + {"repeated proto3 enum", Unmarshaler{}, `{"rFunny":["PUNS","SLAPSTICK"]}`, + &proto3pb.Message{RFunny: []proto3pb.Message_Humour{ + proto3pb.Message_PUNS, + proto3pb.Message_SLAPSTICK, + }}}, + {"repeated proto3 enum as int", Unmarshaler{}, `{"rFunny":[1,2]}`, + &proto3pb.Message{RFunny: []proto3pb.Message_Humour{ + proto3pb.Message_PUNS, + proto3pb.Message_SLAPSTICK, + }}}, + {"repeated proto3 enum as mix of strings and ints", Unmarshaler{}, `{"rFunny":["PUNS",2]}`, + &proto3pb.Message{RFunny: []proto3pb.Message_Humour{ + proto3pb.Message_PUNS, + proto3pb.Message_SLAPSTICK, + }}}, + {"unquoted int64 object", Unmarshaler{}, `{"oInt64":-314}`, &pb.Simple{OInt64: proto.Int64(-314)}}, + {"unquoted uint64 object", Unmarshaler{}, `{"oUint64":123}`, &pb.Simple{OUint64: proto.Uint64(123)}}, + {"map", Unmarshaler{}, `{"nummy":{"1":2,"3":4}}`, &pb.Mappy{Nummy: map[int64]int32{1: 2, 3: 4}}}, + {"map", Unmarshaler{}, `{"strry":{"\"one\"":"two","three":"four"}}`, &pb.Mappy{Strry: map[string]string{`"one"`: "two", "three": "four"}}}, + {"map", Unmarshaler{}, `{"objjy":{"1":{"dub":1}}}`, &pb.Mappy{Objjy: map[int32]*pb.Simple3{1: &pb.Simple3{Dub: 1}}}}, + // TODO: This is broken. + //{"map", Unmarshaler{}, `{"enumy":{"XIV":"ROMAN"}`, &pb.Mappy{Enumy: map[string]pb.Numeral{"XIV": pb.Numeral_ROMAN}}}, + {"map", Unmarshaler{}, `{"enumy":{"XIV":2}}`, &pb.Mappy{Enumy: map[string]pb.Numeral{"XIV": pb.Numeral_ROMAN}}}, + {"oneof", Unmarshaler{}, `{"salary":31000}`, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_Salary{31000}}}, + {"oneof spec name", Unmarshaler{}, `{"Country":"Australia"}`, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_Country{"Australia"}}}, + {"oneof orig_name", Unmarshaler{}, `{"Country":"Australia"}`, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_Country{"Australia"}}}, + {"oneof spec name2", Unmarshaler{}, `{"homeAddress":"Australia"}`, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_HomeAddress{"Australia"}}}, + {"oneof orig_name2", Unmarshaler{}, `{"home_address":"Australia"}`, &pb.MsgWithOneof{Union: &pb.MsgWithOneof_HomeAddress{"Australia"}}}, + {"orig_name input", Unmarshaler{}, `{"o_bool":true}`, &pb.Simple{OBool: proto.Bool(true)}}, + {"camelName input", Unmarshaler{}, `{"oBool":true}`, &pb.Simple{OBool: proto.Bool(true)}}, + + {"Duration", Unmarshaler{}, `{"dur":"3.000s"}`, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 3}}}, + {"null Duration", Unmarshaler{}, `{"dur":null}`, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 0}}}, + {"Timestamp", Unmarshaler{}, `{"ts":"2014-05-13T16:53:20.021Z"}`, &pb.KnownTypes{Ts: &tspb.Timestamp{Seconds: 14e8, Nanos: 21e6}}}, + {"PreEpochTimestamp", Unmarshaler{}, `{"ts":"1969-12-31T23:59:58.999999995Z"}`, &pb.KnownTypes{Ts: &tspb.Timestamp{Seconds: -2, Nanos: 999999995}}}, + {"ZeroTimeTimestamp", Unmarshaler{}, `{"ts":"0001-01-01T00:00:00Z"}`, &pb.KnownTypes{Ts: &tspb.Timestamp{Seconds: -62135596800, Nanos: 0}}}, + {"null Timestamp", Unmarshaler{}, `{"ts":null}`, &pb.KnownTypes{Ts: &tspb.Timestamp{Seconds: 0, Nanos: 0}}}, + + {"DoubleValue", Unmarshaler{}, `{"dbl":1.2}`, &pb.KnownTypes{Dbl: &wpb.DoubleValue{Value: 1.2}}}, + {"FloatValue", Unmarshaler{}, `{"flt":1.2}`, &pb.KnownTypes{Flt: &wpb.FloatValue{Value: 1.2}}}, + {"Int64Value", Unmarshaler{}, `{"i64":"-3"}`, &pb.KnownTypes{I64: &wpb.Int64Value{Value: -3}}}, + {"UInt64Value", Unmarshaler{}, `{"u64":"3"}`, &pb.KnownTypes{U64: &wpb.UInt64Value{Value: 3}}}, + {"Int32Value", Unmarshaler{}, `{"i32":-4}`, &pb.KnownTypes{I32: &wpb.Int32Value{Value: -4}}}, + {"UInt32Value", Unmarshaler{}, `{"u32":4}`, &pb.KnownTypes{U32: &wpb.UInt32Value{Value: 4}}}, + {"BoolValue", Unmarshaler{}, `{"bool":true}`, &pb.KnownTypes{Bool: &wpb.BoolValue{Value: true}}}, + {"StringValue", Unmarshaler{}, `{"str":"plush"}`, &pb.KnownTypes{Str: &wpb.StringValue{Value: "plush"}}}, + {"BytesValue", Unmarshaler{}, `{"bytes":"d293"}`, &pb.KnownTypes{Bytes: &wpb.BytesValue{Value: []byte("wow")}}}, + // `null` is also a permissible value. Let's just test one. + {"null DoubleValue", Unmarshaler{}, `{"dbl":null}`, &pb.KnownTypes{Dbl: &wpb.DoubleValue{}}}, +} + +func TestUnmarshaling(t *testing.T) { + for _, tt := range unmarshalingTests { + // Make a new instance of the type of our expected object. + p := reflect.New(reflect.TypeOf(tt.pb).Elem()).Interface().(proto.Message) + + err := tt.unmarshaler.Unmarshal(strings.NewReader(tt.json), p) + if err != nil { + t.Errorf("%s: %v", tt.desc, err) + continue + } + + // For easier diffs, compare text strings of the protos. + exp := proto.MarshalTextString(tt.pb) + act := proto.MarshalTextString(p) + if string(exp) != string(act) { + t.Errorf("%s: got [%s] want [%s]", tt.desc, act, exp) + } + } +} + +func TestUnmarshalNext(t *testing.T) { + // We only need to check against a few, not all of them. + tests := unmarshalingTests[:5] + + // Create a buffer with many concatenated JSON objects. + var b bytes.Buffer + for _, tt := range tests { + b.WriteString(tt.json) + } + + dec := json.NewDecoder(&b) + for _, tt := range tests { + // Make a new instance of the type of our expected object. + p := reflect.New(reflect.TypeOf(tt.pb).Elem()).Interface().(proto.Message) + + err := tt.unmarshaler.UnmarshalNext(dec, p) + if err != nil { + t.Errorf("%s: %v", tt.desc, err) + continue + } + + // For easier diffs, compare text strings of the protos. + exp := proto.MarshalTextString(tt.pb) + act := proto.MarshalTextString(p) + if string(exp) != string(act) { + t.Errorf("%s: got [%s] want [%s]", tt.desc, act, exp) + } + } + + p := &pb.Simple{} + err := new(Unmarshaler).UnmarshalNext(dec, p) + if err != io.EOF { + t.Errorf("eof: got %v, expected io.EOF", err) + } +} + +var unmarshalingShouldError = []struct { + desc string + in string + pb proto.Message +}{ + {"a value", "666", new(pb.Simple)}, + {"gibberish", "{adskja123;l23=-=", new(pb.Simple)}, + {"unknown field", `{"unknown": "foo"}`, new(pb.Simple)}, + {"unknown enum name", `{"hilarity":"DAVE"}`, new(proto3pb.Message)}, +} + +func TestUnmarshalingBadInput(t *testing.T) { + for _, tt := range unmarshalingShouldError { + err := UnmarshalString(tt.in, tt.pb) + if err == nil { + t.Errorf("an error was expected when parsing %q instead of an object", tt.desc) + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/Makefile b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/Makefile new file mode 100644 index 0000000..eeda8ae --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/Makefile @@ -0,0 +1,33 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2015 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +regenerate: + protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,Mgoogle/protobuf/struct.proto=github.com/golang/protobuf/ptypes/struct,Mgoogle/protobuf/timestamp.proto=github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/wrappers.proto=github.com/golang/protobuf/ptypes/wrappers:. *.proto diff --git a/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go new file mode 100644 index 0000000..d6ff641 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.pb.go @@ -0,0 +1,207 @@ +// Code generated by protoc-gen-go. +// source: more_test_objects.proto +// DO NOT EDIT! + +/* +Package jsonpb is a generated protocol buffer package. + +It is generated from these files: + more_test_objects.proto + test_objects.proto + +It has these top-level messages: + Simple3 + Mappy + Simple + Repeats + Widget + Maps + MsgWithOneof + Real + Complex + KnownTypes +*/ +package jsonpb + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type Numeral int32 + +const ( + Numeral_UNKNOWN Numeral = 0 + Numeral_ARABIC Numeral = 1 + Numeral_ROMAN Numeral = 2 +) + +var Numeral_name = map[int32]string{ + 0: "UNKNOWN", + 1: "ARABIC", + 2: "ROMAN", +} +var Numeral_value = map[string]int32{ + "UNKNOWN": 0, + "ARABIC": 1, + "ROMAN": 2, +} + +func (x Numeral) String() string { + return proto.EnumName(Numeral_name, int32(x)) +} +func (Numeral) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +type Simple3 struct { + Dub float64 `protobuf:"fixed64,1,opt,name=dub" json:"dub,omitempty"` +} + +func (m *Simple3) Reset() { *m = Simple3{} } +func (m *Simple3) String() string { return proto.CompactTextString(m) } +func (*Simple3) ProtoMessage() {} +func (*Simple3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +func (m *Simple3) GetDub() float64 { + if m != nil { + return m.Dub + } + return 0 +} + +type Mappy struct { + Nummy map[int64]int32 `protobuf:"bytes,1,rep,name=nummy" json:"nummy,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + Strry map[string]string `protobuf:"bytes,2,rep,name=strry" json:"strry,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Objjy map[int32]*Simple3 `protobuf:"bytes,3,rep,name=objjy" json:"objjy,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Buggy map[int64]string `protobuf:"bytes,4,rep,name=buggy" json:"buggy,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Booly map[bool]bool `protobuf:"bytes,5,rep,name=booly" json:"booly,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + Enumy map[string]Numeral `protobuf:"bytes,6,rep,name=enumy" json:"enumy,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value,enum=jsonpb.Numeral"` + S32Booly map[int32]bool `protobuf:"bytes,7,rep,name=s32booly" json:"s32booly,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + S64Booly map[int64]bool `protobuf:"bytes,8,rep,name=s64booly" json:"s64booly,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + U32Booly map[uint32]bool `protobuf:"bytes,9,rep,name=u32booly" json:"u32booly,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` + U64Booly map[uint64]bool `protobuf:"bytes,10,rep,name=u64booly" json:"u64booly,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` +} + +func (m *Mappy) Reset() { *m = Mappy{} } +func (m *Mappy) String() string { return proto.CompactTextString(m) } +func (*Mappy) ProtoMessage() {} +func (*Mappy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *Mappy) GetNummy() map[int64]int32 { + if m != nil { + return m.Nummy + } + return nil +} + +func (m *Mappy) GetStrry() map[string]string { + if m != nil { + return m.Strry + } + return nil +} + +func (m *Mappy) GetObjjy() map[int32]*Simple3 { + if m != nil { + return m.Objjy + } + return nil +} + +func (m *Mappy) GetBuggy() map[int64]string { + if m != nil { + return m.Buggy + } + return nil +} + +func (m *Mappy) GetBooly() map[bool]bool { + if m != nil { + return m.Booly + } + return nil +} + +func (m *Mappy) GetEnumy() map[string]Numeral { + if m != nil { + return m.Enumy + } + return nil +} + +func (m *Mappy) GetS32Booly() map[int32]bool { + if m != nil { + return m.S32Booly + } + return nil +} + +func (m *Mappy) GetS64Booly() map[int64]bool { + if m != nil { + return m.S64Booly + } + return nil +} + +func (m *Mappy) GetU32Booly() map[uint32]bool { + if m != nil { + return m.U32Booly + } + return nil +} + +func (m *Mappy) GetU64Booly() map[uint64]bool { + if m != nil { + return m.U64Booly + } + return nil +} + +func init() { + proto.RegisterType((*Simple3)(nil), "jsonpb.Simple3") + proto.RegisterType((*Mappy)(nil), "jsonpb.Mappy") + proto.RegisterEnum("jsonpb.Numeral", Numeral_name, Numeral_value) +} + +func init() { proto.RegisterFile("more_test_objects.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 444 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x8c, 0x94, 0xc1, 0x6b, 0xdb, 0x30, + 0x14, 0x87, 0xe7, 0xa4, 0x4e, 0xec, 0x17, 0xba, 0x19, 0x31, 0x98, 0x58, 0x2f, 0xa1, 0x30, 0x08, + 0x83, 0xf9, 0x90, 0x8c, 0xad, 0x6c, 0xa7, 0x74, 0xf4, 0x50, 0x46, 0x1d, 0x70, 0x09, 0x3b, 0x96, + 0x78, 0x13, 0x65, 0x9e, 0x6d, 0x19, 0xdb, 0x1a, 0xe8, 0x8f, 0x1f, 0x8c, 0x27, 0xcb, 0xb5, 0x6c, + 0x14, 0xd2, 0x9b, 0xcc, 0xef, 0xfb, 0xf2, 0x9e, 0xf4, 0x1e, 0x81, 0x37, 0x39, 0xaf, 0xd8, 0x43, + 0xc3, 0xea, 0xe6, 0x81, 0x27, 0x29, 0xfb, 0xd9, 0xd4, 0x61, 0x59, 0xf1, 0x86, 0x93, 0x59, 0x5a, + 0xf3, 0xa2, 0x4c, 0x2e, 0x2f, 0x60, 0x7e, 0xff, 0x3b, 0x2f, 0x33, 0xb6, 0x21, 0x01, 0x4c, 0x7f, + 0x89, 0x84, 0x3a, 0x4b, 0x67, 0xe5, 0xc4, 0x78, 0xbc, 0xfc, 0xe7, 0x81, 0x7b, 0x77, 0x28, 0x4b, + 0x49, 0x42, 0x70, 0x0b, 0x91, 0xe7, 0x92, 0x3a, 0xcb, 0xe9, 0x6a, 0xb1, 0xa6, 0x61, 0xab, 0x87, + 0x2a, 0x0d, 0x23, 0x8c, 0x6e, 0x8a, 0xa6, 0x92, 0x71, 0x8b, 0x21, 0x5f, 0x37, 0x55, 0x25, 0xe9, + 0xc4, 0xc6, 0xdf, 0x63, 0xa4, 0x79, 0x85, 0x21, 0xcf, 0x93, 0x34, 0x95, 0x74, 0x6a, 0xe3, 0x77, + 0x18, 0x69, 0x5e, 0x61, 0xc8, 0x27, 0xe2, 0xf1, 0x51, 0xd2, 0x33, 0x1b, 0x7f, 0x8d, 0x91, 0xe6, + 0x15, 0xa6, 0x78, 0xce, 0x33, 0x49, 0x5d, 0x2b, 0x8f, 0x51, 0xc7, 0xe3, 0x19, 0x79, 0x56, 0x88, + 0x5c, 0xd2, 0x99, 0x8d, 0xbf, 0xc1, 0x48, 0xf3, 0x0a, 0x23, 0x9f, 0xc1, 0xab, 0x37, 0xeb, 0xb6, + 0xc4, 0x5c, 0x29, 0x17, 0xa3, 0x2b, 0xeb, 0xb4, 0xb5, 0x9e, 0x60, 0x25, 0x7e, 0xfa, 0xd8, 0x8a, + 0x9e, 0x55, 0xd4, 0x69, 0x27, 0xea, 0x4f, 0x14, 0x45, 0x57, 0xd1, 0xb7, 0x89, 0xfb, 0x61, 0x45, + 0x61, 0x54, 0x14, 0x5d, 0x45, 0xb0, 0x8a, 0xc3, 0x8a, 0x1d, 0xfc, 0xf6, 0x0a, 0xa0, 0x1f, 0x34, + 0x6e, 0xcb, 0x1f, 0x26, 0xd5, 0xb6, 0x4c, 0x63, 0x3c, 0x92, 0xd7, 0xe0, 0xfe, 0x3d, 0x64, 0x82, + 0xd1, 0xc9, 0xd2, 0x59, 0xb9, 0x71, 0xfb, 0xf1, 0x65, 0x72, 0xe5, 0xa0, 0xd9, 0x8f, 0xdc, 0x34, + 0x7d, 0x8b, 0xe9, 0x9b, 0xe6, 0x2d, 0x40, 0x3f, 0x7c, 0xd3, 0x74, 0x5b, 0xf3, 0x9d, 0x69, 0x2e, + 0xd6, 0xaf, 0xba, 0x9b, 0xe8, 0x9d, 0x1e, 0x35, 0xd1, 0xef, 0xc5, 0xa9, 0xf6, 0xfd, 0xb1, 0xf9, + 0xf4, 0x20, 0xa6, 0xe9, 0x59, 0x4c, 0x6f, 0xd4, 0x7e, 0xbf, 0x2b, 0x96, 0x8b, 0x0f, 0xda, 0x7f, + 0xd9, 0xb7, 0x1f, 0x89, 0x9c, 0x55, 0x87, 0xcc, 0xfc, 0xa9, 0xaf, 0x70, 0x3e, 0xd8, 0x21, 0xcb, + 0x63, 0x1c, 0xef, 0x03, 0x65, 0x73, 0xaa, 0xa7, 0xae, 0x3f, 0x96, 0xf7, 0xc7, 0x2a, 0x9f, 0x3f, + 0x47, 0x3e, 0x56, 0xf9, 0xec, 0x84, 0xfc, 0xfe, 0x03, 0xcc, 0xf5, 0x4b, 0x90, 0x05, 0xcc, 0xf7, + 0xd1, 0xf7, 0x68, 0xf7, 0x23, 0x0a, 0x5e, 0x10, 0x80, 0xd9, 0x36, 0xde, 0x5e, 0xdf, 0x7e, 0x0b, + 0x1c, 0xe2, 0x83, 0x1b, 0xef, 0xee, 0xb6, 0x51, 0x30, 0x49, 0x66, 0xea, 0xaf, 0x6d, 0xf3, 0x3f, + 0x00, 0x00, 0xff, 0xff, 0xa2, 0x4b, 0xe1, 0x77, 0xf5, 0x04, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto new file mode 100644 index 0000000..43b440e --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/more_test_objects.proto @@ -0,0 +1,57 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2015 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package jsonpb; + +message Simple3 { + double dub = 1; +} + +enum Numeral { + UNKNOWN = 0; + ARABIC = 1; + ROMAN = 2; +} + +message Mappy { + map nummy = 1; + map strry = 2; + map objjy = 3; + map buggy = 4; + map booly = 5; + map enumy = 6; + map s32booly = 7; + map s64booly = 8; + map u32booly = 9; + map u64booly = 10; +} diff --git a/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go new file mode 100644 index 0000000..a5dfcd2 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.pb.go @@ -0,0 +1,771 @@ +// Code generated by protoc-gen-go. +// source: test_objects.proto +// DO NOT EDIT! + +package jsonpb + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import google_protobuf "github.com/golang/protobuf/ptypes/any" +import google_protobuf1 "github.com/golang/protobuf/ptypes/duration" +import google_protobuf2 "github.com/golang/protobuf/ptypes/struct" +import google_protobuf3 "github.com/golang/protobuf/ptypes/timestamp" +import google_protobuf4 "github.com/golang/protobuf/ptypes/wrappers" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +type Widget_Color int32 + +const ( + Widget_RED Widget_Color = 0 + Widget_GREEN Widget_Color = 1 + Widget_BLUE Widget_Color = 2 +) + +var Widget_Color_name = map[int32]string{ + 0: "RED", + 1: "GREEN", + 2: "BLUE", +} +var Widget_Color_value = map[string]int32{ + "RED": 0, + "GREEN": 1, + "BLUE": 2, +} + +func (x Widget_Color) Enum() *Widget_Color { + p := new(Widget_Color) + *p = x + return p +} +func (x Widget_Color) String() string { + return proto.EnumName(Widget_Color_name, int32(x)) +} +func (x *Widget_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Widget_Color_value, data, "Widget_Color") + if err != nil { + return err + } + *x = Widget_Color(value) + return nil +} +func (Widget_Color) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{2, 0} } + +// Test message for holding primitive types. +type Simple struct { + OBool *bool `protobuf:"varint,1,opt,name=o_bool,json=oBool" json:"o_bool,omitempty"` + OInt32 *int32 `protobuf:"varint,2,opt,name=o_int32,json=oInt32" json:"o_int32,omitempty"` + OInt64 *int64 `protobuf:"varint,3,opt,name=o_int64,json=oInt64" json:"o_int64,omitempty"` + OUint32 *uint32 `protobuf:"varint,4,opt,name=o_uint32,json=oUint32" json:"o_uint32,omitempty"` + OUint64 *uint64 `protobuf:"varint,5,opt,name=o_uint64,json=oUint64" json:"o_uint64,omitempty"` + OSint32 *int32 `protobuf:"zigzag32,6,opt,name=o_sint32,json=oSint32" json:"o_sint32,omitempty"` + OSint64 *int64 `protobuf:"zigzag64,7,opt,name=o_sint64,json=oSint64" json:"o_sint64,omitempty"` + OFloat *float32 `protobuf:"fixed32,8,opt,name=o_float,json=oFloat" json:"o_float,omitempty"` + ODouble *float64 `protobuf:"fixed64,9,opt,name=o_double,json=oDouble" json:"o_double,omitempty"` + OString *string `protobuf:"bytes,10,opt,name=o_string,json=oString" json:"o_string,omitempty"` + OBytes []byte `protobuf:"bytes,11,opt,name=o_bytes,json=oBytes" json:"o_bytes,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Simple) Reset() { *m = Simple{} } +func (m *Simple) String() string { return proto.CompactTextString(m) } +func (*Simple) ProtoMessage() {} +func (*Simple) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} } + +func (m *Simple) GetOBool() bool { + if m != nil && m.OBool != nil { + return *m.OBool + } + return false +} + +func (m *Simple) GetOInt32() int32 { + if m != nil && m.OInt32 != nil { + return *m.OInt32 + } + return 0 +} + +func (m *Simple) GetOInt64() int64 { + if m != nil && m.OInt64 != nil { + return *m.OInt64 + } + return 0 +} + +func (m *Simple) GetOUint32() uint32 { + if m != nil && m.OUint32 != nil { + return *m.OUint32 + } + return 0 +} + +func (m *Simple) GetOUint64() uint64 { + if m != nil && m.OUint64 != nil { + return *m.OUint64 + } + return 0 +} + +func (m *Simple) GetOSint32() int32 { + if m != nil && m.OSint32 != nil { + return *m.OSint32 + } + return 0 +} + +func (m *Simple) GetOSint64() int64 { + if m != nil && m.OSint64 != nil { + return *m.OSint64 + } + return 0 +} + +func (m *Simple) GetOFloat() float32 { + if m != nil && m.OFloat != nil { + return *m.OFloat + } + return 0 +} + +func (m *Simple) GetODouble() float64 { + if m != nil && m.ODouble != nil { + return *m.ODouble + } + return 0 +} + +func (m *Simple) GetOString() string { + if m != nil && m.OString != nil { + return *m.OString + } + return "" +} + +func (m *Simple) GetOBytes() []byte { + if m != nil { + return m.OBytes + } + return nil +} + +// Test message for holding repeated primitives. +type Repeats struct { + RBool []bool `protobuf:"varint,1,rep,name=r_bool,json=rBool" json:"r_bool,omitempty"` + RInt32 []int32 `protobuf:"varint,2,rep,name=r_int32,json=rInt32" json:"r_int32,omitempty"` + RInt64 []int64 `protobuf:"varint,3,rep,name=r_int64,json=rInt64" json:"r_int64,omitempty"` + RUint32 []uint32 `protobuf:"varint,4,rep,name=r_uint32,json=rUint32" json:"r_uint32,omitempty"` + RUint64 []uint64 `protobuf:"varint,5,rep,name=r_uint64,json=rUint64" json:"r_uint64,omitempty"` + RSint32 []int32 `protobuf:"zigzag32,6,rep,name=r_sint32,json=rSint32" json:"r_sint32,omitempty"` + RSint64 []int64 `protobuf:"zigzag64,7,rep,name=r_sint64,json=rSint64" json:"r_sint64,omitempty"` + RFloat []float32 `protobuf:"fixed32,8,rep,name=r_float,json=rFloat" json:"r_float,omitempty"` + RDouble []float64 `protobuf:"fixed64,9,rep,name=r_double,json=rDouble" json:"r_double,omitempty"` + RString []string `protobuf:"bytes,10,rep,name=r_string,json=rString" json:"r_string,omitempty"` + RBytes [][]byte `protobuf:"bytes,11,rep,name=r_bytes,json=rBytes" json:"r_bytes,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Repeats) Reset() { *m = Repeats{} } +func (m *Repeats) String() string { return proto.CompactTextString(m) } +func (*Repeats) ProtoMessage() {} +func (*Repeats) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{1} } + +func (m *Repeats) GetRBool() []bool { + if m != nil { + return m.RBool + } + return nil +} + +func (m *Repeats) GetRInt32() []int32 { + if m != nil { + return m.RInt32 + } + return nil +} + +func (m *Repeats) GetRInt64() []int64 { + if m != nil { + return m.RInt64 + } + return nil +} + +func (m *Repeats) GetRUint32() []uint32 { + if m != nil { + return m.RUint32 + } + return nil +} + +func (m *Repeats) GetRUint64() []uint64 { + if m != nil { + return m.RUint64 + } + return nil +} + +func (m *Repeats) GetRSint32() []int32 { + if m != nil { + return m.RSint32 + } + return nil +} + +func (m *Repeats) GetRSint64() []int64 { + if m != nil { + return m.RSint64 + } + return nil +} + +func (m *Repeats) GetRFloat() []float32 { + if m != nil { + return m.RFloat + } + return nil +} + +func (m *Repeats) GetRDouble() []float64 { + if m != nil { + return m.RDouble + } + return nil +} + +func (m *Repeats) GetRString() []string { + if m != nil { + return m.RString + } + return nil +} + +func (m *Repeats) GetRBytes() [][]byte { + if m != nil { + return m.RBytes + } + return nil +} + +// Test message for holding enums and nested messages. +type Widget struct { + Color *Widget_Color `protobuf:"varint,1,opt,name=color,enum=jsonpb.Widget_Color" json:"color,omitempty"` + RColor []Widget_Color `protobuf:"varint,2,rep,name=r_color,json=rColor,enum=jsonpb.Widget_Color" json:"r_color,omitempty"` + Simple *Simple `protobuf:"bytes,10,opt,name=simple" json:"simple,omitempty"` + RSimple []*Simple `protobuf:"bytes,11,rep,name=r_simple,json=rSimple" json:"r_simple,omitempty"` + Repeats *Repeats `protobuf:"bytes,20,opt,name=repeats" json:"repeats,omitempty"` + RRepeats []*Repeats `protobuf:"bytes,21,rep,name=r_repeats,json=rRepeats" json:"r_repeats,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Widget) Reset() { *m = Widget{} } +func (m *Widget) String() string { return proto.CompactTextString(m) } +func (*Widget) ProtoMessage() {} +func (*Widget) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{2} } + +func (m *Widget) GetColor() Widget_Color { + if m != nil && m.Color != nil { + return *m.Color + } + return Widget_RED +} + +func (m *Widget) GetRColor() []Widget_Color { + if m != nil { + return m.RColor + } + return nil +} + +func (m *Widget) GetSimple() *Simple { + if m != nil { + return m.Simple + } + return nil +} + +func (m *Widget) GetRSimple() []*Simple { + if m != nil { + return m.RSimple + } + return nil +} + +func (m *Widget) GetRepeats() *Repeats { + if m != nil { + return m.Repeats + } + return nil +} + +func (m *Widget) GetRRepeats() []*Repeats { + if m != nil { + return m.RRepeats + } + return nil +} + +type Maps struct { + MInt64Str map[int64]string `protobuf:"bytes,1,rep,name=m_int64_str,json=mInt64Str" json:"m_int64_str,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + MBoolSimple map[bool]*Simple `protobuf:"bytes,2,rep,name=m_bool_simple,json=mBoolSimple" json:"m_bool_simple,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Maps) Reset() { *m = Maps{} } +func (m *Maps) String() string { return proto.CompactTextString(m) } +func (*Maps) ProtoMessage() {} +func (*Maps) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{3} } + +func (m *Maps) GetMInt64Str() map[int64]string { + if m != nil { + return m.MInt64Str + } + return nil +} + +func (m *Maps) GetMBoolSimple() map[bool]*Simple { + if m != nil { + return m.MBoolSimple + } + return nil +} + +type MsgWithOneof struct { + // Types that are valid to be assigned to Union: + // *MsgWithOneof_Title + // *MsgWithOneof_Salary + // *MsgWithOneof_Country + // *MsgWithOneof_HomeAddress + Union isMsgWithOneof_Union `protobuf_oneof:"union"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MsgWithOneof) Reset() { *m = MsgWithOneof{} } +func (m *MsgWithOneof) String() string { return proto.CompactTextString(m) } +func (*MsgWithOneof) ProtoMessage() {} +func (*MsgWithOneof) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{4} } + +type isMsgWithOneof_Union interface { + isMsgWithOneof_Union() +} + +type MsgWithOneof_Title struct { + Title string `protobuf:"bytes,1,opt,name=title,oneof"` +} +type MsgWithOneof_Salary struct { + Salary int64 `protobuf:"varint,2,opt,name=salary,oneof"` +} +type MsgWithOneof_Country struct { + Country string `protobuf:"bytes,3,opt,name=Country,oneof"` +} +type MsgWithOneof_HomeAddress struct { + HomeAddress string `protobuf:"bytes,4,opt,name=home_address,json=homeAddress,oneof"` +} + +func (*MsgWithOneof_Title) isMsgWithOneof_Union() {} +func (*MsgWithOneof_Salary) isMsgWithOneof_Union() {} +func (*MsgWithOneof_Country) isMsgWithOneof_Union() {} +func (*MsgWithOneof_HomeAddress) isMsgWithOneof_Union() {} + +func (m *MsgWithOneof) GetUnion() isMsgWithOneof_Union { + if m != nil { + return m.Union + } + return nil +} + +func (m *MsgWithOneof) GetTitle() string { + if x, ok := m.GetUnion().(*MsgWithOneof_Title); ok { + return x.Title + } + return "" +} + +func (m *MsgWithOneof) GetSalary() int64 { + if x, ok := m.GetUnion().(*MsgWithOneof_Salary); ok { + return x.Salary + } + return 0 +} + +func (m *MsgWithOneof) GetCountry() string { + if x, ok := m.GetUnion().(*MsgWithOneof_Country); ok { + return x.Country + } + return "" +} + +func (m *MsgWithOneof) GetHomeAddress() string { + if x, ok := m.GetUnion().(*MsgWithOneof_HomeAddress); ok { + return x.HomeAddress + } + return "" +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*MsgWithOneof) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _MsgWithOneof_OneofMarshaler, _MsgWithOneof_OneofUnmarshaler, _MsgWithOneof_OneofSizer, []interface{}{ + (*MsgWithOneof_Title)(nil), + (*MsgWithOneof_Salary)(nil), + (*MsgWithOneof_Country)(nil), + (*MsgWithOneof_HomeAddress)(nil), + } +} + +func _MsgWithOneof_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*MsgWithOneof) + // union + switch x := m.Union.(type) { + case *MsgWithOneof_Title: + b.EncodeVarint(1<<3 | proto.WireBytes) + b.EncodeStringBytes(x.Title) + case *MsgWithOneof_Salary: + b.EncodeVarint(2<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Salary)) + case *MsgWithOneof_Country: + b.EncodeVarint(3<<3 | proto.WireBytes) + b.EncodeStringBytes(x.Country) + case *MsgWithOneof_HomeAddress: + b.EncodeVarint(4<<3 | proto.WireBytes) + b.EncodeStringBytes(x.HomeAddress) + case nil: + default: + return fmt.Errorf("MsgWithOneof.Union has unexpected type %T", x) + } + return nil +} + +func _MsgWithOneof_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*MsgWithOneof) + switch tag { + case 1: // union.title + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &MsgWithOneof_Title{x} + return true, err + case 2: // union.salary + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &MsgWithOneof_Salary{int64(x)} + return true, err + case 3: // union.Country + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &MsgWithOneof_Country{x} + return true, err + case 4: // union.home_address + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &MsgWithOneof_HomeAddress{x} + return true, err + default: + return false, nil + } +} + +func _MsgWithOneof_OneofSizer(msg proto.Message) (n int) { + m := msg.(*MsgWithOneof) + // union + switch x := m.Union.(type) { + case *MsgWithOneof_Title: + n += proto.SizeVarint(1<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Title))) + n += len(x.Title) + case *MsgWithOneof_Salary: + n += proto.SizeVarint(2<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Salary)) + case *MsgWithOneof_Country: + n += proto.SizeVarint(3<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Country))) + n += len(x.Country) + case *MsgWithOneof_HomeAddress: + n += proto.SizeVarint(4<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.HomeAddress))) + n += len(x.HomeAddress) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +type Real struct { + Value *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Real) Reset() { *m = Real{} } +func (m *Real) String() string { return proto.CompactTextString(m) } +func (*Real) ProtoMessage() {} +func (*Real) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5} } + +var extRange_Real = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*Real) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_Real +} + +func (m *Real) GetValue() float64 { + if m != nil && m.Value != nil { + return *m.Value + } + return 0 +} + +type Complex struct { + Imaginary *float64 `protobuf:"fixed64,1,opt,name=imaginary" json:"imaginary,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Complex) Reset() { *m = Complex{} } +func (m *Complex) String() string { return proto.CompactTextString(m) } +func (*Complex) ProtoMessage() {} +func (*Complex) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{6} } + +var extRange_Complex = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*Complex) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_Complex +} + +func (m *Complex) GetImaginary() float64 { + if m != nil && m.Imaginary != nil { + return *m.Imaginary + } + return 0 +} + +var E_Complex_RealExtension = &proto.ExtensionDesc{ + ExtendedType: (*Real)(nil), + ExtensionType: (*Complex)(nil), + Field: 123, + Name: "jsonpb.Complex.real_extension", + Tag: "bytes,123,opt,name=real_extension,json=realExtension", + Filename: "test_objects.proto", +} + +type KnownTypes struct { + An *google_protobuf.Any `protobuf:"bytes,14,opt,name=an" json:"an,omitempty"` + Dur *google_protobuf1.Duration `protobuf:"bytes,1,opt,name=dur" json:"dur,omitempty"` + St *google_protobuf2.Struct `protobuf:"bytes,12,opt,name=st" json:"st,omitempty"` + Ts *google_protobuf3.Timestamp `protobuf:"bytes,2,opt,name=ts" json:"ts,omitempty"` + Dbl *google_protobuf4.DoubleValue `protobuf:"bytes,3,opt,name=dbl" json:"dbl,omitempty"` + Flt *google_protobuf4.FloatValue `protobuf:"bytes,4,opt,name=flt" json:"flt,omitempty"` + I64 *google_protobuf4.Int64Value `protobuf:"bytes,5,opt,name=i64" json:"i64,omitempty"` + U64 *google_protobuf4.UInt64Value `protobuf:"bytes,6,opt,name=u64" json:"u64,omitempty"` + I32 *google_protobuf4.Int32Value `protobuf:"bytes,7,opt,name=i32" json:"i32,omitempty"` + U32 *google_protobuf4.UInt32Value `protobuf:"bytes,8,opt,name=u32" json:"u32,omitempty"` + Bool *google_protobuf4.BoolValue `protobuf:"bytes,9,opt,name=bool" json:"bool,omitempty"` + Str *google_protobuf4.StringValue `protobuf:"bytes,10,opt,name=str" json:"str,omitempty"` + Bytes *google_protobuf4.BytesValue `protobuf:"bytes,11,opt,name=bytes" json:"bytes,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *KnownTypes) Reset() { *m = KnownTypes{} } +func (m *KnownTypes) String() string { return proto.CompactTextString(m) } +func (*KnownTypes) ProtoMessage() {} +func (*KnownTypes) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{7} } + +func (m *KnownTypes) GetAn() *google_protobuf.Any { + if m != nil { + return m.An + } + return nil +} + +func (m *KnownTypes) GetDur() *google_protobuf1.Duration { + if m != nil { + return m.Dur + } + return nil +} + +func (m *KnownTypes) GetSt() *google_protobuf2.Struct { + if m != nil { + return m.St + } + return nil +} + +func (m *KnownTypes) GetTs() *google_protobuf3.Timestamp { + if m != nil { + return m.Ts + } + return nil +} + +func (m *KnownTypes) GetDbl() *google_protobuf4.DoubleValue { + if m != nil { + return m.Dbl + } + return nil +} + +func (m *KnownTypes) GetFlt() *google_protobuf4.FloatValue { + if m != nil { + return m.Flt + } + return nil +} + +func (m *KnownTypes) GetI64() *google_protobuf4.Int64Value { + if m != nil { + return m.I64 + } + return nil +} + +func (m *KnownTypes) GetU64() *google_protobuf4.UInt64Value { + if m != nil { + return m.U64 + } + return nil +} + +func (m *KnownTypes) GetI32() *google_protobuf4.Int32Value { + if m != nil { + return m.I32 + } + return nil +} + +func (m *KnownTypes) GetU32() *google_protobuf4.UInt32Value { + if m != nil { + return m.U32 + } + return nil +} + +func (m *KnownTypes) GetBool() *google_protobuf4.BoolValue { + if m != nil { + return m.Bool + } + return nil +} + +func (m *KnownTypes) GetStr() *google_protobuf4.StringValue { + if m != nil { + return m.Str + } + return nil +} + +func (m *KnownTypes) GetBytes() *google_protobuf4.BytesValue { + if m != nil { + return m.Bytes + } + return nil +} + +var E_Name = &proto.ExtensionDesc{ + ExtendedType: (*Real)(nil), + ExtensionType: (*string)(nil), + Field: 124, + Name: "jsonpb.name", + Tag: "bytes,124,opt,name=name", + Filename: "test_objects.proto", +} + +func init() { + proto.RegisterType((*Simple)(nil), "jsonpb.Simple") + proto.RegisterType((*Repeats)(nil), "jsonpb.Repeats") + proto.RegisterType((*Widget)(nil), "jsonpb.Widget") + proto.RegisterType((*Maps)(nil), "jsonpb.Maps") + proto.RegisterType((*MsgWithOneof)(nil), "jsonpb.MsgWithOneof") + proto.RegisterType((*Real)(nil), "jsonpb.Real") + proto.RegisterType((*Complex)(nil), "jsonpb.Complex") + proto.RegisterType((*KnownTypes)(nil), "jsonpb.KnownTypes") + proto.RegisterEnum("jsonpb.Widget_Color", Widget_Color_name, Widget_Color_value) + proto.RegisterExtension(E_Complex_RealExtension) + proto.RegisterExtension(E_Name) +} + +func init() { proto.RegisterFile("test_objects.proto", fileDescriptor1) } + +var fileDescriptor1 = []byte{ + // 1054 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x95, 0xdf, 0x72, 0xdb, 0x44, + 0x14, 0xc6, 0x23, 0xc9, 0x96, 0xed, 0x75, 0x12, 0xcc, 0x4e, 0x4a, 0x15, 0x13, 0x40, 0x63, 0x4a, + 0x11, 0x85, 0xba, 0x83, 0xe2, 0xf1, 0x30, 0x85, 0x9b, 0xa4, 0x31, 0x94, 0x81, 0x94, 0x99, 0x4d, + 0x43, 0x2f, 0x3d, 0x72, 0xbc, 0x71, 0x55, 0x64, 0xad, 0x67, 0x77, 0x45, 0xea, 0x81, 0x8b, 0x5c, + 0x73, 0xcd, 0x2b, 0xc0, 0x23, 0xf0, 0x44, 0x3c, 0x48, 0xe7, 0x9c, 0xd5, 0x9f, 0xc4, 0x8e, 0xaf, + 0xe2, 0xb3, 0xe7, 0x3b, 0x5f, 0x56, 0xbf, 0x3d, 0xbb, 0x87, 0x50, 0xcd, 0x95, 0x1e, 0x8b, 0xc9, + 0x1b, 0x7e, 0xa1, 0x55, 0x7f, 0x21, 0x85, 0x16, 0xd4, 0x7d, 0xa3, 0x44, 0xba, 0x98, 0x74, 0xf7, + 0x67, 0x42, 0xcc, 0x12, 0xfe, 0x04, 0x57, 0x27, 0xd9, 0xe5, 0x93, 0x28, 0x5d, 0x1a, 0x49, 0xf7, + 0xe3, 0xd5, 0xd4, 0x34, 0x93, 0x91, 0x8e, 0x45, 0x9a, 0xe7, 0x0f, 0x56, 0xf3, 0x4a, 0xcb, 0xec, + 0x42, 0xe7, 0xd9, 0x4f, 0x56, 0xb3, 0x3a, 0x9e, 0x73, 0xa5, 0xa3, 0xf9, 0x62, 0x93, 0xfd, 0x95, + 0x8c, 0x16, 0x0b, 0x2e, 0xf3, 0x1d, 0xf6, 0xfe, 0xb1, 0x89, 0x7b, 0x16, 0xcf, 0x17, 0x09, 0xa7, + 0xf7, 0x88, 0x2b, 0xc6, 0x13, 0x21, 0x12, 0xcf, 0xf2, 0xad, 0xa0, 0xc9, 0xea, 0xe2, 0x58, 0x88, + 0x84, 0xde, 0x27, 0x0d, 0x31, 0x8e, 0x53, 0x7d, 0x18, 0x7a, 0xb6, 0x6f, 0x05, 0x75, 0xe6, 0x8a, + 0x1f, 0x21, 0x2a, 0x13, 0xc3, 0x81, 0xe7, 0xf8, 0x56, 0xe0, 0x98, 0xc4, 0x70, 0x40, 0xf7, 0x49, + 0x53, 0x8c, 0x33, 0x53, 0x52, 0xf3, 0xad, 0x60, 0x87, 0x35, 0xc4, 0x39, 0x86, 0x55, 0x6a, 0x38, + 0xf0, 0xea, 0xbe, 0x15, 0xd4, 0xf2, 0x54, 0x51, 0xa5, 0x4c, 0x95, 0xeb, 0x5b, 0xc1, 0xfb, 0xac, + 0x21, 0xce, 0x6e, 0x54, 0x29, 0x53, 0xd5, 0xf0, 0xad, 0x80, 0xe6, 0xa9, 0xe1, 0xc0, 0x6c, 0xe2, + 0x32, 0x11, 0x91, 0xf6, 0x9a, 0xbe, 0x15, 0xd8, 0xcc, 0x15, 0xdf, 0x43, 0x64, 0x6a, 0xa6, 0x22, + 0x9b, 0x24, 0xdc, 0x6b, 0xf9, 0x56, 0x60, 0xb1, 0x86, 0x38, 0xc1, 0x30, 0xb7, 0xd3, 0x32, 0x4e, + 0x67, 0x1e, 0xf1, 0xad, 0xa0, 0x05, 0x76, 0x18, 0x1a, 0xbb, 0xc9, 0x52, 0x73, 0xe5, 0xb5, 0x7d, + 0x2b, 0xd8, 0x66, 0xae, 0x38, 0x86, 0xa8, 0xf7, 0xaf, 0x4d, 0x1a, 0x8c, 0x2f, 0x78, 0xa4, 0x15, + 0x80, 0x92, 0x05, 0x28, 0x07, 0x40, 0xc9, 0x02, 0x94, 0x2c, 0x41, 0x39, 0x00, 0x4a, 0x96, 0xa0, + 0x64, 0x09, 0xca, 0x01, 0x50, 0xb2, 0x04, 0x25, 0x2b, 0x50, 0x0e, 0x80, 0x92, 0x15, 0x28, 0x59, + 0x81, 0x72, 0x00, 0x94, 0xac, 0x40, 0xc9, 0x0a, 0x94, 0x03, 0xa0, 0xe4, 0xd9, 0x8d, 0xaa, 0x12, + 0x94, 0x03, 0xa0, 0x64, 0x05, 0x4a, 0x96, 0xa0, 0x1c, 0x00, 0x25, 0x4b, 0x50, 0xb2, 0x02, 0xe5, + 0x00, 0x28, 0x59, 0x81, 0x92, 0x15, 0x28, 0x07, 0x40, 0xc9, 0x0a, 0x94, 0x2c, 0x41, 0x39, 0x00, + 0x4a, 0x1a, 0x50, 0xff, 0xd9, 0xc4, 0x7d, 0x15, 0x4f, 0x67, 0x5c, 0xd3, 0x47, 0xa4, 0x7e, 0x21, + 0x12, 0x21, 0xb1, 0x9f, 0x76, 0xc3, 0xbd, 0xbe, 0xb9, 0x0d, 0x7d, 0x93, 0xee, 0x3f, 0x83, 0x1c, + 0x33, 0x12, 0xfa, 0x18, 0xfc, 0x8c, 0x1a, 0xe0, 0x6d, 0x52, 0xbb, 0x12, 0xff, 0xd2, 0x87, 0xc4, + 0x55, 0xd8, 0xb5, 0x78, 0x80, 0xed, 0x70, 0xb7, 0x50, 0x9b, 0x5e, 0x66, 0x79, 0x96, 0x7e, 0x61, + 0x80, 0xa0, 0x12, 0xf6, 0xb9, 0xae, 0x04, 0x40, 0xb9, 0xb4, 0x21, 0xcd, 0x01, 0x7b, 0x7b, 0xe8, + 0xf9, 0x5e, 0xa1, 0xcc, 0xcf, 0x9d, 0x15, 0x79, 0xfa, 0x15, 0x69, 0xc9, 0x71, 0x21, 0xbe, 0x87, + 0xb6, 0x6b, 0xe2, 0xa6, 0xcc, 0x7f, 0xf5, 0x3e, 0x23, 0x75, 0xb3, 0xe9, 0x06, 0x71, 0xd8, 0xe8, + 0xa4, 0xb3, 0x45, 0x5b, 0xa4, 0xfe, 0x03, 0x1b, 0x8d, 0x5e, 0x74, 0x2c, 0xda, 0x24, 0xb5, 0xe3, + 0x9f, 0xcf, 0x47, 0x1d, 0xbb, 0xf7, 0xb7, 0x4d, 0x6a, 0xa7, 0xd1, 0x42, 0xd1, 0x6f, 0x49, 0x7b, + 0x6e, 0xda, 0x05, 0xd8, 0x63, 0x8f, 0xb5, 0xc3, 0x0f, 0x0b, 0x7f, 0x90, 0xf4, 0x4f, 0xb1, 0x7f, + 0xce, 0xb4, 0x1c, 0xa5, 0x5a, 0x2e, 0x59, 0x6b, 0x5e, 0xc4, 0xf4, 0x88, 0xec, 0xcc, 0xb1, 0x37, + 0x8b, 0xaf, 0xb6, 0xb1, 0xfc, 0xa3, 0xdb, 0xe5, 0xd0, 0xaf, 0xe6, 0xb3, 0x8d, 0x41, 0x7b, 0x5e, + 0xad, 0x74, 0xbf, 0x23, 0xbb, 0xb7, 0xfd, 0x69, 0x87, 0x38, 0xbf, 0xf1, 0x25, 0x1e, 0xa3, 0xc3, + 0xe0, 0x27, 0xdd, 0x23, 0xf5, 0xdf, 0xa3, 0x24, 0xe3, 0xf8, 0x24, 0xb4, 0x98, 0x09, 0x9e, 0xda, + 0xdf, 0x58, 0xdd, 0x17, 0xa4, 0xb3, 0x6a, 0x7f, 0xb3, 0xbe, 0x69, 0xea, 0x1f, 0xdc, 0xac, 0x5f, + 0x3f, 0x94, 0xca, 0xaf, 0xf7, 0x97, 0x45, 0xb6, 0x4f, 0xd5, 0xec, 0x55, 0xac, 0x5f, 0xff, 0x92, + 0x72, 0x71, 0x49, 0x3f, 0x20, 0x75, 0x1d, 0xeb, 0x84, 0xa3, 0x5d, 0xeb, 0xf9, 0x16, 0x33, 0x21, + 0xf5, 0x88, 0xab, 0xa2, 0x24, 0x92, 0x4b, 0xf4, 0x74, 0x9e, 0x6f, 0xb1, 0x3c, 0xa6, 0x5d, 0xd2, + 0x78, 0x26, 0x32, 0xd8, 0x09, 0x3e, 0x54, 0x50, 0x53, 0x2c, 0xd0, 0x4f, 0xc9, 0xf6, 0x6b, 0x31, + 0xe7, 0xe3, 0x68, 0x3a, 0x95, 0x5c, 0x29, 0x7c, 0xaf, 0x40, 0xd0, 0x86, 0xd5, 0x23, 0xb3, 0x78, + 0xdc, 0x20, 0xf5, 0x2c, 0x8d, 0x45, 0xda, 0x7b, 0x48, 0x6a, 0x8c, 0x47, 0x49, 0xf5, 0xf9, 0x16, + 0xbe, 0x2c, 0x26, 0x78, 0xd4, 0x6c, 0x4e, 0x3b, 0xd7, 0xd7, 0xd7, 0xd7, 0x76, 0xef, 0x0a, 0xfe, + 0x23, 0x7c, 0xc9, 0x5b, 0x7a, 0x40, 0x5a, 0xf1, 0x3c, 0x9a, 0xc5, 0x29, 0xec, 0xcc, 0xc8, 0xab, + 0x85, 0xaa, 0x24, 0x3c, 0x21, 0xbb, 0x92, 0x47, 0xc9, 0x98, 0xbf, 0xd5, 0x3c, 0x55, 0xb1, 0x48, + 0xe9, 0x76, 0xd5, 0x52, 0x51, 0xe2, 0xfd, 0x71, 0xbb, 0x27, 0x73, 0x7b, 0xb6, 0x03, 0x45, 0xa3, + 0xa2, 0xa6, 0xf7, 0x7f, 0x8d, 0x90, 0x9f, 0x52, 0x71, 0x95, 0xbe, 0x5c, 0x2e, 0xb8, 0xa2, 0x0f, + 0x88, 0x1d, 0xa5, 0xde, 0x2e, 0x96, 0xee, 0xf5, 0xcd, 0x28, 0xe8, 0x17, 0xa3, 0xa0, 0x7f, 0x94, + 0x2e, 0x99, 0x1d, 0xa5, 0xf4, 0x4b, 0xe2, 0x4c, 0x33, 0x73, 0x4b, 0xdb, 0xe1, 0xfe, 0x9a, 0xec, + 0x24, 0x1f, 0x48, 0x0c, 0x54, 0xf4, 0x73, 0x62, 0x2b, 0xed, 0x6d, 0xa3, 0xf6, 0xfe, 0x9a, 0xf6, + 0x0c, 0x87, 0x13, 0xb3, 0x15, 0xdc, 0x7e, 0x5b, 0xab, 0xfc, 0x7c, 0xbb, 0x6b, 0xc2, 0x97, 0xc5, + 0x9c, 0x62, 0xb6, 0x56, 0xb4, 0x4f, 0x9c, 0xe9, 0x24, 0xc1, 0xd3, 0x69, 0x87, 0x07, 0xeb, 0x3b, + 0xc0, 0xe7, 0xe8, 0x57, 0x80, 0xcc, 0x40, 0x48, 0x1f, 0x13, 0xe7, 0x32, 0xd1, 0x78, 0x58, 0x70, + 0x35, 0x56, 0xf5, 0xf8, 0xb0, 0xe5, 0xf2, 0xcb, 0x44, 0x83, 0x3c, 0xce, 0x07, 0xce, 0x5d, 0x72, + 0x6c, 0xf6, 0x5c, 0x1e, 0x0f, 0x07, 0xb0, 0x9b, 0x6c, 0x38, 0xc0, 0x21, 0x74, 0xd7, 0x6e, 0xce, + 0x6f, 0xea, 0xb3, 0xe1, 0x00, 0xed, 0x0f, 0x43, 0x9c, 0x4c, 0x1b, 0xec, 0x0f, 0xc3, 0xc2, 0xfe, + 0x30, 0x44, 0xfb, 0xc3, 0x10, 0xc7, 0xd5, 0x26, 0xfb, 0x52, 0x9f, 0xa1, 0xbe, 0x86, 0xc3, 0xa6, + 0xb5, 0x01, 0x25, 0xdc, 0x36, 0x23, 0x47, 0x1d, 0xf8, 0xc3, 0xbb, 0x41, 0x36, 0xf8, 0x9b, 0x07, + 0x3c, 0xf7, 0x57, 0x5a, 0xd2, 0xaf, 0x49, 0xbd, 0x9a, 0x78, 0x77, 0x7d, 0x00, 0x3e, 0xec, 0xa6, + 0xc0, 0x28, 0x9f, 0xfa, 0xa4, 0x96, 0x46, 0x73, 0xbe, 0xd2, 0xa2, 0x7f, 0xe2, 0x5b, 0x80, 0x99, + 0x77, 0x01, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xe7, 0x47, 0x52, 0x0e, 0x09, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto new file mode 100644 index 0000000..d1934a0 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/jsonpb/jsonpb_test_proto/test_objects.proto @@ -0,0 +1,135 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2015 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +import "google/protobuf/any.proto"; +import "google/protobuf/duration.proto"; +import "google/protobuf/struct.proto"; +import "google/protobuf/timestamp.proto"; +import "google/protobuf/wrappers.proto"; + +package jsonpb; + +// Test message for holding primitive types. +message Simple { + optional bool o_bool = 1; + optional int32 o_int32 = 2; + optional int64 o_int64 = 3; + optional uint32 o_uint32 = 4; + optional uint64 o_uint64 = 5; + optional sint32 o_sint32 = 6; + optional sint64 o_sint64 = 7; + optional float o_float = 8; + optional double o_double = 9; + optional string o_string = 10; + optional bytes o_bytes = 11; +} + +// Test message for holding repeated primitives. +message Repeats { + repeated bool r_bool = 1; + repeated int32 r_int32 = 2; + repeated int64 r_int64 = 3; + repeated uint32 r_uint32 = 4; + repeated uint64 r_uint64 = 5; + repeated sint32 r_sint32 = 6; + repeated sint64 r_sint64 = 7; + repeated float r_float = 8; + repeated double r_double = 9; + repeated string r_string = 10; + repeated bytes r_bytes = 11; +} + +// Test message for holding enums and nested messages. +message Widget { + enum Color { + RED = 0; + GREEN = 1; + BLUE = 2; + }; + optional Color color = 1; + repeated Color r_color = 2; + + optional Simple simple = 10; + repeated Simple r_simple = 11; + + optional Repeats repeats = 20; + repeated Repeats r_repeats = 21; +} + +message Maps { + map m_int64_str = 1; + map m_bool_simple = 2; +} + +message MsgWithOneof { + oneof union { + string title = 1; + int64 salary = 2; + string Country = 3; + string home_address = 4; + } +} + +message Real { + optional double value = 1; + extensions 100 to max; +} + +extend Real { + optional string name = 124; +} + +message Complex { + extend Real { + optional Complex real_extension = 123; + } + optional double imaginary = 1; + extensions 100 to max; +} + +message KnownTypes { + optional google.protobuf.Any an = 14; + optional google.protobuf.Duration dur = 1; + optional google.protobuf.Struct st = 12; + optional google.protobuf.Timestamp ts = 2; + + optional google.protobuf.DoubleValue dbl = 3; + optional google.protobuf.FloatValue flt = 4; + optional google.protobuf.Int64Value i64 = 5; + optional google.protobuf.UInt64Value u64 = 6; + optional google.protobuf.Int32Value i32 = 7; + optional google.protobuf.UInt32Value u32 = 8; + optional google.protobuf.BoolValue bool = 9; + optional google.protobuf.StringValue str = 10; + optional google.protobuf.BytesValue bytes = 11; +} diff --git a/vendor/src/github.com/golang/protobuf/proto/Makefile b/vendor/src/github.com/golang/protobuf/proto/Makefile new file mode 100644 index 0000000..e2e0651 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/Makefile @@ -0,0 +1,43 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +install: + go install + +test: install generate-test-pbs + go test + + +generate-test-pbs: + make install + make -C testdata + protoc --go_out=Mtestdata/test.proto=github.com/golang/protobuf/proto/testdata,Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. proto3_proto/proto3.proto + make diff --git a/vendor/src/github.com/golang/protobuf/proto/all_test.go b/vendor/src/github.com/golang/protobuf/proto/all_test.go new file mode 100644 index 0000000..41451a4 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/all_test.go @@ -0,0 +1,2278 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "bytes" + "encoding/json" + "errors" + "fmt" + "math" + "math/rand" + "reflect" + "runtime/debug" + "strings" + "testing" + "time" + + . "github.com/golang/protobuf/proto" + . "github.com/golang/protobuf/proto/testdata" +) + +var globalO *Buffer + +func old() *Buffer { + if globalO == nil { + globalO = NewBuffer(nil) + } + globalO.Reset() + return globalO +} + +func equalbytes(b1, b2 []byte, t *testing.T) { + if len(b1) != len(b2) { + t.Errorf("wrong lengths: 2*%d != %d", len(b1), len(b2)) + return + } + for i := 0; i < len(b1); i++ { + if b1[i] != b2[i] { + t.Errorf("bad byte[%d]:%x %x: %s %s", i, b1[i], b2[i], b1, b2) + } + } +} + +func initGoTestField() *GoTestField { + f := new(GoTestField) + f.Label = String("label") + f.Type = String("type") + return f +} + +// These are all structurally equivalent but the tag numbers differ. +// (It's remarkable that required, optional, and repeated all have +// 8 letters.) +func initGoTest_RequiredGroup() *GoTest_RequiredGroup { + return &GoTest_RequiredGroup{ + RequiredField: String("required"), + } +} + +func initGoTest_OptionalGroup() *GoTest_OptionalGroup { + return &GoTest_OptionalGroup{ + RequiredField: String("optional"), + } +} + +func initGoTest_RepeatedGroup() *GoTest_RepeatedGroup { + return &GoTest_RepeatedGroup{ + RequiredField: String("repeated"), + } +} + +func initGoTest(setdefaults bool) *GoTest { + pb := new(GoTest) + if setdefaults { + pb.F_BoolDefaulted = Bool(Default_GoTest_F_BoolDefaulted) + pb.F_Int32Defaulted = Int32(Default_GoTest_F_Int32Defaulted) + pb.F_Int64Defaulted = Int64(Default_GoTest_F_Int64Defaulted) + pb.F_Fixed32Defaulted = Uint32(Default_GoTest_F_Fixed32Defaulted) + pb.F_Fixed64Defaulted = Uint64(Default_GoTest_F_Fixed64Defaulted) + pb.F_Uint32Defaulted = Uint32(Default_GoTest_F_Uint32Defaulted) + pb.F_Uint64Defaulted = Uint64(Default_GoTest_F_Uint64Defaulted) + pb.F_FloatDefaulted = Float32(Default_GoTest_F_FloatDefaulted) + pb.F_DoubleDefaulted = Float64(Default_GoTest_F_DoubleDefaulted) + pb.F_StringDefaulted = String(Default_GoTest_F_StringDefaulted) + pb.F_BytesDefaulted = Default_GoTest_F_BytesDefaulted + pb.F_Sint32Defaulted = Int32(Default_GoTest_F_Sint32Defaulted) + pb.F_Sint64Defaulted = Int64(Default_GoTest_F_Sint64Defaulted) + } + + pb.Kind = GoTest_TIME.Enum() + pb.RequiredField = initGoTestField() + pb.F_BoolRequired = Bool(true) + pb.F_Int32Required = Int32(3) + pb.F_Int64Required = Int64(6) + pb.F_Fixed32Required = Uint32(32) + pb.F_Fixed64Required = Uint64(64) + pb.F_Uint32Required = Uint32(3232) + pb.F_Uint64Required = Uint64(6464) + pb.F_FloatRequired = Float32(3232) + pb.F_DoubleRequired = Float64(6464) + pb.F_StringRequired = String("string") + pb.F_BytesRequired = []byte("bytes") + pb.F_Sint32Required = Int32(-32) + pb.F_Sint64Required = Int64(-64) + pb.Requiredgroup = initGoTest_RequiredGroup() + + return pb +} + +func fail(msg string, b *bytes.Buffer, s string, t *testing.T) { + data := b.Bytes() + ld := len(data) + ls := len(s) / 2 + + fmt.Printf("fail %s ld=%d ls=%d\n", msg, ld, ls) + + // find the interesting spot - n + n := ls + if ld < ls { + n = ld + } + j := 0 + for i := 0; i < n; i++ { + bs := hex(s[j])*16 + hex(s[j+1]) + j += 2 + if data[i] == bs { + continue + } + n = i + break + } + l := n - 10 + if l < 0 { + l = 0 + } + h := n + 10 + + // find the interesting spot - n + fmt.Printf("is[%d]:", l) + for i := l; i < h; i++ { + if i >= ld { + fmt.Printf(" --") + continue + } + fmt.Printf(" %.2x", data[i]) + } + fmt.Printf("\n") + + fmt.Printf("sb[%d]:", l) + for i := l; i < h; i++ { + if i >= ls { + fmt.Printf(" --") + continue + } + bs := hex(s[j])*16 + hex(s[j+1]) + j += 2 + fmt.Printf(" %.2x", bs) + } + fmt.Printf("\n") + + t.Fail() + + // t.Errorf("%s: \ngood: %s\nbad: %x", msg, s, b.Bytes()) + // Print the output in a partially-decoded format; can + // be helpful when updating the test. It produces the output + // that is pasted, with minor edits, into the argument to verify(). + // data := b.Bytes() + // nesting := 0 + // for b.Len() > 0 { + // start := len(data) - b.Len() + // var u uint64 + // u, err := DecodeVarint(b) + // if err != nil { + // fmt.Printf("decode error on varint:", err) + // return + // } + // wire := u & 0x7 + // tag := u >> 3 + // switch wire { + // case WireVarint: + // v, err := DecodeVarint(b) + // if err != nil { + // fmt.Printf("decode error on varint:", err) + // return + // } + // fmt.Printf("\t\t\"%x\" // field %d, encoding %d, value %d\n", + // data[start:len(data)-b.Len()], tag, wire, v) + // case WireFixed32: + // v, err := DecodeFixed32(b) + // if err != nil { + // fmt.Printf("decode error on fixed32:", err) + // return + // } + // fmt.Printf("\t\t\"%x\" // field %d, encoding %d, value %d\n", + // data[start:len(data)-b.Len()], tag, wire, v) + // case WireFixed64: + // v, err := DecodeFixed64(b) + // if err != nil { + // fmt.Printf("decode error on fixed64:", err) + // return + // } + // fmt.Printf("\t\t\"%x\" // field %d, encoding %d, value %d\n", + // data[start:len(data)-b.Len()], tag, wire, v) + // case WireBytes: + // nb, err := DecodeVarint(b) + // if err != nil { + // fmt.Printf("decode error on bytes:", err) + // return + // } + // after_tag := len(data) - b.Len() + // str := make([]byte, nb) + // _, err = b.Read(str) + // if err != nil { + // fmt.Printf("decode error on bytes:", err) + // return + // } + // fmt.Printf("\t\t\"%x\" \"%x\" // field %d, encoding %d (FIELD)\n", + // data[start:after_tag], str, tag, wire) + // case WireStartGroup: + // nesting++ + // fmt.Printf("\t\t\"%x\"\t\t// start group field %d level %d\n", + // data[start:len(data)-b.Len()], tag, nesting) + // case WireEndGroup: + // fmt.Printf("\t\t\"%x\"\t\t// end group field %d level %d\n", + // data[start:len(data)-b.Len()], tag, nesting) + // nesting-- + // default: + // fmt.Printf("unrecognized wire type %d\n", wire) + // return + // } + // } +} + +func hex(c uint8) uint8 { + if '0' <= c && c <= '9' { + return c - '0' + } + if 'a' <= c && c <= 'f' { + return 10 + c - 'a' + } + if 'A' <= c && c <= 'F' { + return 10 + c - 'A' + } + return 0 +} + +func equal(b []byte, s string, t *testing.T) bool { + if 2*len(b) != len(s) { + // fail(fmt.Sprintf("wrong lengths: 2*%d != %d", len(b), len(s)), b, s, t) + fmt.Printf("wrong lengths: 2*%d != %d\n", len(b), len(s)) + return false + } + for i, j := 0, 0; i < len(b); i, j = i+1, j+2 { + x := hex(s[j])*16 + hex(s[j+1]) + if b[i] != x { + // fail(fmt.Sprintf("bad byte[%d]:%x %x", i, b[i], x), b, s, t) + fmt.Printf("bad byte[%d]:%x %x", i, b[i], x) + return false + } + } + return true +} + +func overify(t *testing.T, pb *GoTest, expected string) { + o := old() + err := o.Marshal(pb) + if err != nil { + fmt.Printf("overify marshal-1 err = %v", err) + o.DebugPrint("", o.Bytes()) + t.Fatalf("expected = %s", expected) + } + if !equal(o.Bytes(), expected, t) { + o.DebugPrint("overify neq 1", o.Bytes()) + t.Fatalf("expected = %s", expected) + } + + // Now test Unmarshal by recreating the original buffer. + pbd := new(GoTest) + err = o.Unmarshal(pbd) + if err != nil { + t.Fatalf("overify unmarshal err = %v", err) + o.DebugPrint("", o.Bytes()) + t.Fatalf("string = %s", expected) + } + o.Reset() + err = o.Marshal(pbd) + if err != nil { + t.Errorf("overify marshal-2 err = %v", err) + o.DebugPrint("", o.Bytes()) + t.Fatalf("string = %s", expected) + } + if !equal(o.Bytes(), expected, t) { + o.DebugPrint("overify neq 2", o.Bytes()) + t.Fatalf("string = %s", expected) + } +} + +// Simple tests for numeric encode/decode primitives (varint, etc.) +func TestNumericPrimitives(t *testing.T) { + for i := uint64(0); i < 1e6; i += 111 { + o := old() + if o.EncodeVarint(i) != nil { + t.Error("EncodeVarint") + break + } + x, e := o.DecodeVarint() + if e != nil { + t.Fatal("DecodeVarint") + } + if x != i { + t.Fatal("varint decode fail:", i, x) + } + + o = old() + if o.EncodeFixed32(i) != nil { + t.Fatal("encFixed32") + } + x, e = o.DecodeFixed32() + if e != nil { + t.Fatal("decFixed32") + } + if x != i { + t.Fatal("fixed32 decode fail:", i, x) + } + + o = old() + if o.EncodeFixed64(i*1234567) != nil { + t.Error("encFixed64") + break + } + x, e = o.DecodeFixed64() + if e != nil { + t.Error("decFixed64") + break + } + if x != i*1234567 { + t.Error("fixed64 decode fail:", i*1234567, x) + break + } + + o = old() + i32 := int32(i - 12345) + if o.EncodeZigzag32(uint64(i32)) != nil { + t.Fatal("EncodeZigzag32") + } + x, e = o.DecodeZigzag32() + if e != nil { + t.Fatal("DecodeZigzag32") + } + if x != uint64(uint32(i32)) { + t.Fatal("zigzag32 decode fail:", i32, x) + } + + o = old() + i64 := int64(i - 12345) + if o.EncodeZigzag64(uint64(i64)) != nil { + t.Fatal("EncodeZigzag64") + } + x, e = o.DecodeZigzag64() + if e != nil { + t.Fatal("DecodeZigzag64") + } + if x != uint64(i64) { + t.Fatal("zigzag64 decode fail:", i64, x) + } + } +} + +// fakeMarshaler is a simple struct implementing Marshaler and Message interfaces. +type fakeMarshaler struct { + b []byte + err error +} + +func (f *fakeMarshaler) Marshal() ([]byte, error) { return f.b, f.err } +func (f *fakeMarshaler) String() string { return fmt.Sprintf("Bytes: %v Error: %v", f.b, f.err) } +func (f *fakeMarshaler) ProtoMessage() {} +func (f *fakeMarshaler) Reset() {} + +type msgWithFakeMarshaler struct { + M *fakeMarshaler `protobuf:"bytes,1,opt,name=fake"` +} + +func (m *msgWithFakeMarshaler) String() string { return CompactTextString(m) } +func (m *msgWithFakeMarshaler) ProtoMessage() {} +func (m *msgWithFakeMarshaler) Reset() {} + +// Simple tests for proto messages that implement the Marshaler interface. +func TestMarshalerEncoding(t *testing.T) { + tests := []struct { + name string + m Message + want []byte + errType reflect.Type + }{ + { + name: "Marshaler that fails", + m: &fakeMarshaler{ + err: errors.New("some marshal err"), + b: []byte{5, 6, 7}, + }, + // Since the Marshal method returned bytes, they should be written to the + // buffer. (For efficiency, we assume that Marshal implementations are + // always correct w.r.t. RequiredNotSetError and output.) + want: []byte{5, 6, 7}, + errType: reflect.TypeOf(errors.New("some marshal err")), + }, + { + name: "Marshaler that fails with RequiredNotSetError", + m: &msgWithFakeMarshaler{ + M: &fakeMarshaler{ + err: &RequiredNotSetError{}, + b: []byte{5, 6, 7}, + }, + }, + // Since there's an error that can be continued after, + // the buffer should be written. + want: []byte{ + 10, 3, // for &msgWithFakeMarshaler + 5, 6, 7, // for &fakeMarshaler + }, + errType: reflect.TypeOf(&RequiredNotSetError{}), + }, + { + name: "Marshaler that succeeds", + m: &fakeMarshaler{ + b: []byte{0, 1, 2, 3, 4, 127, 255}, + }, + want: []byte{0, 1, 2, 3, 4, 127, 255}, + }, + } + for _, test := range tests { + b := NewBuffer(nil) + err := b.Marshal(test.m) + if reflect.TypeOf(err) != test.errType { + t.Errorf("%s: got err %T(%v) wanted %T", test.name, err, err, test.errType) + } + if !reflect.DeepEqual(test.want, b.Bytes()) { + t.Errorf("%s: got bytes %v wanted %v", test.name, b.Bytes(), test.want) + } + if size := Size(test.m); size != len(b.Bytes()) { + t.Errorf("%s: Size(_) = %v, but marshaled to %v bytes", test.name, size, len(b.Bytes())) + } + + m, mErr := Marshal(test.m) + if !bytes.Equal(b.Bytes(), m) { + t.Errorf("%s: Marshal returned %v, but (*Buffer).Marshal wrote %v", test.name, m, b.Bytes()) + } + if !reflect.DeepEqual(err, mErr) { + t.Errorf("%s: Marshal err = %q, but (*Buffer).Marshal returned %q", + test.name, fmt.Sprint(mErr), fmt.Sprint(err)) + } + } +} + +// Simple tests for bytes +func TestBytesPrimitives(t *testing.T) { + o := old() + bytes := []byte{'n', 'o', 'w', ' ', 'i', 's', ' ', 't', 'h', 'e', ' ', 't', 'i', 'm', 'e'} + if o.EncodeRawBytes(bytes) != nil { + t.Error("EncodeRawBytes") + } + decb, e := o.DecodeRawBytes(false) + if e != nil { + t.Error("DecodeRawBytes") + } + equalbytes(bytes, decb, t) +} + +// Simple tests for strings +func TestStringPrimitives(t *testing.T) { + o := old() + s := "now is the time" + if o.EncodeStringBytes(s) != nil { + t.Error("enc_string") + } + decs, e := o.DecodeStringBytes() + if e != nil { + t.Error("dec_string") + } + if s != decs { + t.Error("string encode/decode fail:", s, decs) + } +} + +// Do we catch the "required bit not set" case? +func TestRequiredBit(t *testing.T) { + o := old() + pb := new(GoTest) + err := o.Marshal(pb) + if err == nil { + t.Error("did not catch missing required fields") + } else if strings.Index(err.Error(), "Kind") < 0 { + t.Error("wrong error type:", err) + } +} + +// Check that all fields are nil. +// Clearly silly, and a residue from a more interesting test with an earlier, +// different initialization property, but it once caught a compiler bug so +// it lives. +func checkInitialized(pb *GoTest, t *testing.T) { + if pb.F_BoolDefaulted != nil { + t.Error("New or Reset did not set boolean:", *pb.F_BoolDefaulted) + } + if pb.F_Int32Defaulted != nil { + t.Error("New or Reset did not set int32:", *pb.F_Int32Defaulted) + } + if pb.F_Int64Defaulted != nil { + t.Error("New or Reset did not set int64:", *pb.F_Int64Defaulted) + } + if pb.F_Fixed32Defaulted != nil { + t.Error("New or Reset did not set fixed32:", *pb.F_Fixed32Defaulted) + } + if pb.F_Fixed64Defaulted != nil { + t.Error("New or Reset did not set fixed64:", *pb.F_Fixed64Defaulted) + } + if pb.F_Uint32Defaulted != nil { + t.Error("New or Reset did not set uint32:", *pb.F_Uint32Defaulted) + } + if pb.F_Uint64Defaulted != nil { + t.Error("New or Reset did not set uint64:", *pb.F_Uint64Defaulted) + } + if pb.F_FloatDefaulted != nil { + t.Error("New or Reset did not set float:", *pb.F_FloatDefaulted) + } + if pb.F_DoubleDefaulted != nil { + t.Error("New or Reset did not set double:", *pb.F_DoubleDefaulted) + } + if pb.F_StringDefaulted != nil { + t.Error("New or Reset did not set string:", *pb.F_StringDefaulted) + } + if pb.F_BytesDefaulted != nil { + t.Error("New or Reset did not set bytes:", string(pb.F_BytesDefaulted)) + } + if pb.F_Sint32Defaulted != nil { + t.Error("New or Reset did not set int32:", *pb.F_Sint32Defaulted) + } + if pb.F_Sint64Defaulted != nil { + t.Error("New or Reset did not set int64:", *pb.F_Sint64Defaulted) + } +} + +// Does Reset() reset? +func TestReset(t *testing.T) { + pb := initGoTest(true) + // muck with some values + pb.F_BoolDefaulted = Bool(false) + pb.F_Int32Defaulted = Int32(237) + pb.F_Int64Defaulted = Int64(12346) + pb.F_Fixed32Defaulted = Uint32(32000) + pb.F_Fixed64Defaulted = Uint64(666) + pb.F_Uint32Defaulted = Uint32(323232) + pb.F_Uint64Defaulted = nil + pb.F_FloatDefaulted = nil + pb.F_DoubleDefaulted = Float64(0) + pb.F_StringDefaulted = String("gotcha") + pb.F_BytesDefaulted = []byte("asdfasdf") + pb.F_Sint32Defaulted = Int32(123) + pb.F_Sint64Defaulted = Int64(789) + pb.Reset() + checkInitialized(pb, t) +} + +// All required fields set, no defaults provided. +func TestEncodeDecode1(t *testing.T) { + pb := initGoTest(false) + overify(t, pb, + "0807"+ // field 1, encoding 0, value 7 + "220d"+"0a056c6162656c120474797065"+ // field 4, encoding 2 (GoTestField) + "5001"+ // field 10, encoding 0, value 1 + "5803"+ // field 11, encoding 0, value 3 + "6006"+ // field 12, encoding 0, value 6 + "6d20000000"+ // field 13, encoding 5, value 0x20 + "714000000000000000"+ // field 14, encoding 1, value 0x40 + "78a019"+ // field 15, encoding 0, value 0xca0 = 3232 + "8001c032"+ // field 16, encoding 0, value 0x1940 = 6464 + "8d0100004a45"+ // field 17, encoding 5, value 3232.0 + "9101000000000040b940"+ // field 18, encoding 1, value 6464.0 + "9a0106"+"737472696e67"+ // field 19, encoding 2, string "string" + "b304"+ // field 70, encoding 3, start group + "ba0408"+"7265717569726564"+ // field 71, encoding 2, string "required" + "b404"+ // field 70, encoding 4, end group + "aa0605"+"6279746573"+ // field 101, encoding 2, string "bytes" + "b0063f"+ // field 102, encoding 0, 0x3f zigzag32 + "b8067f") // field 103, encoding 0, 0x7f zigzag64 +} + +// All required fields set, defaults provided. +func TestEncodeDecode2(t *testing.T) { + pb := initGoTest(true) + overify(t, pb, + "0807"+ // field 1, encoding 0, value 7 + "220d"+"0a056c6162656c120474797065"+ // field 4, encoding 2 (GoTestField) + "5001"+ // field 10, encoding 0, value 1 + "5803"+ // field 11, encoding 0, value 3 + "6006"+ // field 12, encoding 0, value 6 + "6d20000000"+ // field 13, encoding 5, value 32 + "714000000000000000"+ // field 14, encoding 1, value 64 + "78a019"+ // field 15, encoding 0, value 3232 + "8001c032"+ // field 16, encoding 0, value 6464 + "8d0100004a45"+ // field 17, encoding 5, value 3232.0 + "9101000000000040b940"+ // field 18, encoding 1, value 6464.0 + "9a0106"+"737472696e67"+ // field 19, encoding 2 string "string" + "c00201"+ // field 40, encoding 0, value 1 + "c80220"+ // field 41, encoding 0, value 32 + "d00240"+ // field 42, encoding 0, value 64 + "dd0240010000"+ // field 43, encoding 5, value 320 + "e1028002000000000000"+ // field 44, encoding 1, value 640 + "e8028019"+ // field 45, encoding 0, value 3200 + "f0028032"+ // field 46, encoding 0, value 6400 + "fd02e0659948"+ // field 47, encoding 5, value 314159.0 + "81030000000050971041"+ // field 48, encoding 1, value 271828.0 + "8a0310"+"68656c6c6f2c2022776f726c6421220a"+ // field 49, encoding 2 string "hello, \"world!\"\n" + "b304"+ // start group field 70 level 1 + "ba0408"+"7265717569726564"+ // field 71, encoding 2, string "required" + "b404"+ // end group field 70 level 1 + "aa0605"+"6279746573"+ // field 101, encoding 2 string "bytes" + "b0063f"+ // field 102, encoding 0, 0x3f zigzag32 + "b8067f"+ // field 103, encoding 0, 0x7f zigzag64 + "8a1907"+"4269676e6f7365"+ // field 401, encoding 2, string "Bignose" + "90193f"+ // field 402, encoding 0, value 63 + "98197f") // field 403, encoding 0, value 127 + +} + +// All default fields set to their default value by hand +func TestEncodeDecode3(t *testing.T) { + pb := initGoTest(false) + pb.F_BoolDefaulted = Bool(true) + pb.F_Int32Defaulted = Int32(32) + pb.F_Int64Defaulted = Int64(64) + pb.F_Fixed32Defaulted = Uint32(320) + pb.F_Fixed64Defaulted = Uint64(640) + pb.F_Uint32Defaulted = Uint32(3200) + pb.F_Uint64Defaulted = Uint64(6400) + pb.F_FloatDefaulted = Float32(314159) + pb.F_DoubleDefaulted = Float64(271828) + pb.F_StringDefaulted = String("hello, \"world!\"\n") + pb.F_BytesDefaulted = []byte("Bignose") + pb.F_Sint32Defaulted = Int32(-32) + pb.F_Sint64Defaulted = Int64(-64) + + overify(t, pb, + "0807"+ // field 1, encoding 0, value 7 + "220d"+"0a056c6162656c120474797065"+ // field 4, encoding 2 (GoTestField) + "5001"+ // field 10, encoding 0, value 1 + "5803"+ // field 11, encoding 0, value 3 + "6006"+ // field 12, encoding 0, value 6 + "6d20000000"+ // field 13, encoding 5, value 32 + "714000000000000000"+ // field 14, encoding 1, value 64 + "78a019"+ // field 15, encoding 0, value 3232 + "8001c032"+ // field 16, encoding 0, value 6464 + "8d0100004a45"+ // field 17, encoding 5, value 3232.0 + "9101000000000040b940"+ // field 18, encoding 1, value 6464.0 + "9a0106"+"737472696e67"+ // field 19, encoding 2 string "string" + "c00201"+ // field 40, encoding 0, value 1 + "c80220"+ // field 41, encoding 0, value 32 + "d00240"+ // field 42, encoding 0, value 64 + "dd0240010000"+ // field 43, encoding 5, value 320 + "e1028002000000000000"+ // field 44, encoding 1, value 640 + "e8028019"+ // field 45, encoding 0, value 3200 + "f0028032"+ // field 46, encoding 0, value 6400 + "fd02e0659948"+ // field 47, encoding 5, value 314159.0 + "81030000000050971041"+ // field 48, encoding 1, value 271828.0 + "8a0310"+"68656c6c6f2c2022776f726c6421220a"+ // field 49, encoding 2 string "hello, \"world!\"\n" + "b304"+ // start group field 70 level 1 + "ba0408"+"7265717569726564"+ // field 71, encoding 2, string "required" + "b404"+ // end group field 70 level 1 + "aa0605"+"6279746573"+ // field 101, encoding 2 string "bytes" + "b0063f"+ // field 102, encoding 0, 0x3f zigzag32 + "b8067f"+ // field 103, encoding 0, 0x7f zigzag64 + "8a1907"+"4269676e6f7365"+ // field 401, encoding 2, string "Bignose" + "90193f"+ // field 402, encoding 0, value 63 + "98197f") // field 403, encoding 0, value 127 + +} + +// All required fields set, defaults provided, all non-defaulted optional fields have values. +func TestEncodeDecode4(t *testing.T) { + pb := initGoTest(true) + pb.Table = String("hello") + pb.Param = Int32(7) + pb.OptionalField = initGoTestField() + pb.F_BoolOptional = Bool(true) + pb.F_Int32Optional = Int32(32) + pb.F_Int64Optional = Int64(64) + pb.F_Fixed32Optional = Uint32(3232) + pb.F_Fixed64Optional = Uint64(6464) + pb.F_Uint32Optional = Uint32(323232) + pb.F_Uint64Optional = Uint64(646464) + pb.F_FloatOptional = Float32(32.) + pb.F_DoubleOptional = Float64(64.) + pb.F_StringOptional = String("hello") + pb.F_BytesOptional = []byte("Bignose") + pb.F_Sint32Optional = Int32(-32) + pb.F_Sint64Optional = Int64(-64) + pb.Optionalgroup = initGoTest_OptionalGroup() + + overify(t, pb, + "0807"+ // field 1, encoding 0, value 7 + "1205"+"68656c6c6f"+ // field 2, encoding 2, string "hello" + "1807"+ // field 3, encoding 0, value 7 + "220d"+"0a056c6162656c120474797065"+ // field 4, encoding 2 (GoTestField) + "320d"+"0a056c6162656c120474797065"+ // field 6, encoding 2 (GoTestField) + "5001"+ // field 10, encoding 0, value 1 + "5803"+ // field 11, encoding 0, value 3 + "6006"+ // field 12, encoding 0, value 6 + "6d20000000"+ // field 13, encoding 5, value 32 + "714000000000000000"+ // field 14, encoding 1, value 64 + "78a019"+ // field 15, encoding 0, value 3232 + "8001c032"+ // field 16, encoding 0, value 6464 + "8d0100004a45"+ // field 17, encoding 5, value 3232.0 + "9101000000000040b940"+ // field 18, encoding 1, value 6464.0 + "9a0106"+"737472696e67"+ // field 19, encoding 2 string "string" + "f00101"+ // field 30, encoding 0, value 1 + "f80120"+ // field 31, encoding 0, value 32 + "800240"+ // field 32, encoding 0, value 64 + "8d02a00c0000"+ // field 33, encoding 5, value 3232 + "91024019000000000000"+ // field 34, encoding 1, value 6464 + "9802a0dd13"+ // field 35, encoding 0, value 323232 + "a002c0ba27"+ // field 36, encoding 0, value 646464 + "ad0200000042"+ // field 37, encoding 5, value 32.0 + "b1020000000000005040"+ // field 38, encoding 1, value 64.0 + "ba0205"+"68656c6c6f"+ // field 39, encoding 2, string "hello" + "c00201"+ // field 40, encoding 0, value 1 + "c80220"+ // field 41, encoding 0, value 32 + "d00240"+ // field 42, encoding 0, value 64 + "dd0240010000"+ // field 43, encoding 5, value 320 + "e1028002000000000000"+ // field 44, encoding 1, value 640 + "e8028019"+ // field 45, encoding 0, value 3200 + "f0028032"+ // field 46, encoding 0, value 6400 + "fd02e0659948"+ // field 47, encoding 5, value 314159.0 + "81030000000050971041"+ // field 48, encoding 1, value 271828.0 + "8a0310"+"68656c6c6f2c2022776f726c6421220a"+ // field 49, encoding 2 string "hello, \"world!\"\n" + "b304"+ // start group field 70 level 1 + "ba0408"+"7265717569726564"+ // field 71, encoding 2, string "required" + "b404"+ // end group field 70 level 1 + "d305"+ // start group field 90 level 1 + "da0508"+"6f7074696f6e616c"+ // field 91, encoding 2, string "optional" + "d405"+ // end group field 90 level 1 + "aa0605"+"6279746573"+ // field 101, encoding 2 string "bytes" + "b0063f"+ // field 102, encoding 0, 0x3f zigzag32 + "b8067f"+ // field 103, encoding 0, 0x7f zigzag64 + "ea1207"+"4269676e6f7365"+ // field 301, encoding 2, string "Bignose" + "f0123f"+ // field 302, encoding 0, value 63 + "f8127f"+ // field 303, encoding 0, value 127 + "8a1907"+"4269676e6f7365"+ // field 401, encoding 2, string "Bignose" + "90193f"+ // field 402, encoding 0, value 63 + "98197f") // field 403, encoding 0, value 127 + +} + +// All required fields set, defaults provided, all repeated fields given two values. +func TestEncodeDecode5(t *testing.T) { + pb := initGoTest(true) + pb.RepeatedField = []*GoTestField{initGoTestField(), initGoTestField()} + pb.F_BoolRepeated = []bool{false, true} + pb.F_Int32Repeated = []int32{32, 33} + pb.F_Int64Repeated = []int64{64, 65} + pb.F_Fixed32Repeated = []uint32{3232, 3333} + pb.F_Fixed64Repeated = []uint64{6464, 6565} + pb.F_Uint32Repeated = []uint32{323232, 333333} + pb.F_Uint64Repeated = []uint64{646464, 656565} + pb.F_FloatRepeated = []float32{32., 33.} + pb.F_DoubleRepeated = []float64{64., 65.} + pb.F_StringRepeated = []string{"hello", "sailor"} + pb.F_BytesRepeated = [][]byte{[]byte("big"), []byte("nose")} + pb.F_Sint32Repeated = []int32{32, -32} + pb.F_Sint64Repeated = []int64{64, -64} + pb.Repeatedgroup = []*GoTest_RepeatedGroup{initGoTest_RepeatedGroup(), initGoTest_RepeatedGroup()} + + overify(t, pb, + "0807"+ // field 1, encoding 0, value 7 + "220d"+"0a056c6162656c120474797065"+ // field 4, encoding 2 (GoTestField) + "2a0d"+"0a056c6162656c120474797065"+ // field 5, encoding 2 (GoTestField) + "2a0d"+"0a056c6162656c120474797065"+ // field 5, encoding 2 (GoTestField) + "5001"+ // field 10, encoding 0, value 1 + "5803"+ // field 11, encoding 0, value 3 + "6006"+ // field 12, encoding 0, value 6 + "6d20000000"+ // field 13, encoding 5, value 32 + "714000000000000000"+ // field 14, encoding 1, value 64 + "78a019"+ // field 15, encoding 0, value 3232 + "8001c032"+ // field 16, encoding 0, value 6464 + "8d0100004a45"+ // field 17, encoding 5, value 3232.0 + "9101000000000040b940"+ // field 18, encoding 1, value 6464.0 + "9a0106"+"737472696e67"+ // field 19, encoding 2 string "string" + "a00100"+ // field 20, encoding 0, value 0 + "a00101"+ // field 20, encoding 0, value 1 + "a80120"+ // field 21, encoding 0, value 32 + "a80121"+ // field 21, encoding 0, value 33 + "b00140"+ // field 22, encoding 0, value 64 + "b00141"+ // field 22, encoding 0, value 65 + "bd01a00c0000"+ // field 23, encoding 5, value 3232 + "bd01050d0000"+ // field 23, encoding 5, value 3333 + "c1014019000000000000"+ // field 24, encoding 1, value 6464 + "c101a519000000000000"+ // field 24, encoding 1, value 6565 + "c801a0dd13"+ // field 25, encoding 0, value 323232 + "c80195ac14"+ // field 25, encoding 0, value 333333 + "d001c0ba27"+ // field 26, encoding 0, value 646464 + "d001b58928"+ // field 26, encoding 0, value 656565 + "dd0100000042"+ // field 27, encoding 5, value 32.0 + "dd0100000442"+ // field 27, encoding 5, value 33.0 + "e1010000000000005040"+ // field 28, encoding 1, value 64.0 + "e1010000000000405040"+ // field 28, encoding 1, value 65.0 + "ea0105"+"68656c6c6f"+ // field 29, encoding 2, string "hello" + "ea0106"+"7361696c6f72"+ // field 29, encoding 2, string "sailor" + "c00201"+ // field 40, encoding 0, value 1 + "c80220"+ // field 41, encoding 0, value 32 + "d00240"+ // field 42, encoding 0, value 64 + "dd0240010000"+ // field 43, encoding 5, value 320 + "e1028002000000000000"+ // field 44, encoding 1, value 640 + "e8028019"+ // field 45, encoding 0, value 3200 + "f0028032"+ // field 46, encoding 0, value 6400 + "fd02e0659948"+ // field 47, encoding 5, value 314159.0 + "81030000000050971041"+ // field 48, encoding 1, value 271828.0 + "8a0310"+"68656c6c6f2c2022776f726c6421220a"+ // field 49, encoding 2 string "hello, \"world!\"\n" + "b304"+ // start group field 70 level 1 + "ba0408"+"7265717569726564"+ // field 71, encoding 2, string "required" + "b404"+ // end group field 70 level 1 + "8305"+ // start group field 80 level 1 + "8a0508"+"7265706561746564"+ // field 81, encoding 2, string "repeated" + "8405"+ // end group field 80 level 1 + "8305"+ // start group field 80 level 1 + "8a0508"+"7265706561746564"+ // field 81, encoding 2, string "repeated" + "8405"+ // end group field 80 level 1 + "aa0605"+"6279746573"+ // field 101, encoding 2 string "bytes" + "b0063f"+ // field 102, encoding 0, 0x3f zigzag32 + "b8067f"+ // field 103, encoding 0, 0x7f zigzag64 + "ca0c03"+"626967"+ // field 201, encoding 2, string "big" + "ca0c04"+"6e6f7365"+ // field 201, encoding 2, string "nose" + "d00c40"+ // field 202, encoding 0, value 32 + "d00c3f"+ // field 202, encoding 0, value -32 + "d80c8001"+ // field 203, encoding 0, value 64 + "d80c7f"+ // field 203, encoding 0, value -64 + "8a1907"+"4269676e6f7365"+ // field 401, encoding 2, string "Bignose" + "90193f"+ // field 402, encoding 0, value 63 + "98197f") // field 403, encoding 0, value 127 + +} + +// All required fields set, all packed repeated fields given two values. +func TestEncodeDecode6(t *testing.T) { + pb := initGoTest(false) + pb.F_BoolRepeatedPacked = []bool{false, true} + pb.F_Int32RepeatedPacked = []int32{32, 33} + pb.F_Int64RepeatedPacked = []int64{64, 65} + pb.F_Fixed32RepeatedPacked = []uint32{3232, 3333} + pb.F_Fixed64RepeatedPacked = []uint64{6464, 6565} + pb.F_Uint32RepeatedPacked = []uint32{323232, 333333} + pb.F_Uint64RepeatedPacked = []uint64{646464, 656565} + pb.F_FloatRepeatedPacked = []float32{32., 33.} + pb.F_DoubleRepeatedPacked = []float64{64., 65.} + pb.F_Sint32RepeatedPacked = []int32{32, -32} + pb.F_Sint64RepeatedPacked = []int64{64, -64} + + overify(t, pb, + "0807"+ // field 1, encoding 0, value 7 + "220d"+"0a056c6162656c120474797065"+ // field 4, encoding 2 (GoTestField) + "5001"+ // field 10, encoding 0, value 1 + "5803"+ // field 11, encoding 0, value 3 + "6006"+ // field 12, encoding 0, value 6 + "6d20000000"+ // field 13, encoding 5, value 32 + "714000000000000000"+ // field 14, encoding 1, value 64 + "78a019"+ // field 15, encoding 0, value 3232 + "8001c032"+ // field 16, encoding 0, value 6464 + "8d0100004a45"+ // field 17, encoding 5, value 3232.0 + "9101000000000040b940"+ // field 18, encoding 1, value 6464.0 + "9a0106"+"737472696e67"+ // field 19, encoding 2 string "string" + "9203020001"+ // field 50, encoding 2, 2 bytes, value 0, value 1 + "9a03022021"+ // field 51, encoding 2, 2 bytes, value 32, value 33 + "a203024041"+ // field 52, encoding 2, 2 bytes, value 64, value 65 + "aa0308"+ // field 53, encoding 2, 8 bytes + "a00c0000050d0000"+ // value 3232, value 3333 + "b20310"+ // field 54, encoding 2, 16 bytes + "4019000000000000a519000000000000"+ // value 6464, value 6565 + "ba0306"+ // field 55, encoding 2, 6 bytes + "a0dd1395ac14"+ // value 323232, value 333333 + "c20306"+ // field 56, encoding 2, 6 bytes + "c0ba27b58928"+ // value 646464, value 656565 + "ca0308"+ // field 57, encoding 2, 8 bytes + "0000004200000442"+ // value 32.0, value 33.0 + "d20310"+ // field 58, encoding 2, 16 bytes + "00000000000050400000000000405040"+ // value 64.0, value 65.0 + "b304"+ // start group field 70 level 1 + "ba0408"+"7265717569726564"+ // field 71, encoding 2, string "required" + "b404"+ // end group field 70 level 1 + "aa0605"+"6279746573"+ // field 101, encoding 2 string "bytes" + "b0063f"+ // field 102, encoding 0, 0x3f zigzag32 + "b8067f"+ // field 103, encoding 0, 0x7f zigzag64 + "b21f02"+ // field 502, encoding 2, 2 bytes + "403f"+ // value 32, value -32 + "ba1f03"+ // field 503, encoding 2, 3 bytes + "80017f") // value 64, value -64 +} + +// Test that we can encode empty bytes fields. +func TestEncodeDecodeBytes1(t *testing.T) { + pb := initGoTest(false) + + // Create our bytes + pb.F_BytesRequired = []byte{} + pb.F_BytesRepeated = [][]byte{{}} + pb.F_BytesOptional = []byte{} + + d, err := Marshal(pb) + if err != nil { + t.Error(err) + } + + pbd := new(GoTest) + if err := Unmarshal(d, pbd); err != nil { + t.Error(err) + } + + if pbd.F_BytesRequired == nil || len(pbd.F_BytesRequired) != 0 { + t.Error("required empty bytes field is incorrect") + } + if pbd.F_BytesRepeated == nil || len(pbd.F_BytesRepeated) == 1 && pbd.F_BytesRepeated[0] == nil { + t.Error("repeated empty bytes field is incorrect") + } + if pbd.F_BytesOptional == nil || len(pbd.F_BytesOptional) != 0 { + t.Error("optional empty bytes field is incorrect") + } +} + +// Test that we encode nil-valued fields of a repeated bytes field correctly. +// Since entries in a repeated field cannot be nil, nil must mean empty value. +func TestEncodeDecodeBytes2(t *testing.T) { + pb := initGoTest(false) + + // Create our bytes + pb.F_BytesRepeated = [][]byte{nil} + + d, err := Marshal(pb) + if err != nil { + t.Error(err) + } + + pbd := new(GoTest) + if err := Unmarshal(d, pbd); err != nil { + t.Error(err) + } + + if len(pbd.F_BytesRepeated) != 1 || pbd.F_BytesRepeated[0] == nil { + t.Error("Unexpected value for repeated bytes field") + } +} + +// All required fields set, defaults provided, all repeated fields given two values. +func TestSkippingUnrecognizedFields(t *testing.T) { + o := old() + pb := initGoTestField() + + // Marshal it normally. + o.Marshal(pb) + + // Now new a GoSkipTest record. + skip := &GoSkipTest{ + SkipInt32: Int32(32), + SkipFixed32: Uint32(3232), + SkipFixed64: Uint64(6464), + SkipString: String("skipper"), + Skipgroup: &GoSkipTest_SkipGroup{ + GroupInt32: Int32(75), + GroupString: String("wxyz"), + }, + } + + // Marshal it into same buffer. + o.Marshal(skip) + + pbd := new(GoTestField) + o.Unmarshal(pbd) + + // The __unrecognized field should be a marshaling of GoSkipTest + skipd := new(GoSkipTest) + + o.SetBuf(pbd.XXX_unrecognized) + o.Unmarshal(skipd) + + if *skipd.SkipInt32 != *skip.SkipInt32 { + t.Error("skip int32", skipd.SkipInt32) + } + if *skipd.SkipFixed32 != *skip.SkipFixed32 { + t.Error("skip fixed32", skipd.SkipFixed32) + } + if *skipd.SkipFixed64 != *skip.SkipFixed64 { + t.Error("skip fixed64", skipd.SkipFixed64) + } + if *skipd.SkipString != *skip.SkipString { + t.Error("skip string", *skipd.SkipString) + } + if *skipd.Skipgroup.GroupInt32 != *skip.Skipgroup.GroupInt32 { + t.Error("skip group int32", skipd.Skipgroup.GroupInt32) + } + if *skipd.Skipgroup.GroupString != *skip.Skipgroup.GroupString { + t.Error("skip group string", *skipd.Skipgroup.GroupString) + } +} + +// Check that unrecognized fields of a submessage are preserved. +func TestSubmessageUnrecognizedFields(t *testing.T) { + nm := &NewMessage{ + Nested: &NewMessage_Nested{ + Name: String("Nigel"), + FoodGroup: String("carbs"), + }, + } + b, err := Marshal(nm) + if err != nil { + t.Fatalf("Marshal of NewMessage: %v", err) + } + + // Unmarshal into an OldMessage. + om := new(OldMessage) + if err := Unmarshal(b, om); err != nil { + t.Fatalf("Unmarshal to OldMessage: %v", err) + } + exp := &OldMessage{ + Nested: &OldMessage_Nested{ + Name: String("Nigel"), + // normal protocol buffer users should not do this + XXX_unrecognized: []byte("\x12\x05carbs"), + }, + } + if !Equal(om, exp) { + t.Errorf("om = %v, want %v", om, exp) + } + + // Clone the OldMessage. + om = Clone(om).(*OldMessage) + if !Equal(om, exp) { + t.Errorf("Clone(om) = %v, want %v", om, exp) + } + + // Marshal the OldMessage, then unmarshal it into an empty NewMessage. + if b, err = Marshal(om); err != nil { + t.Fatalf("Marshal of OldMessage: %v", err) + } + t.Logf("Marshal(%v) -> %q", om, b) + nm2 := new(NewMessage) + if err := Unmarshal(b, nm2); err != nil { + t.Fatalf("Unmarshal to NewMessage: %v", err) + } + if !Equal(nm, nm2) { + t.Errorf("NewMessage round-trip: %v => %v", nm, nm2) + } +} + +// Check that an int32 field can be upgraded to an int64 field. +func TestNegativeInt32(t *testing.T) { + om := &OldMessage{ + Num: Int32(-1), + } + b, err := Marshal(om) + if err != nil { + t.Fatalf("Marshal of OldMessage: %v", err) + } + + // Check the size. It should be 11 bytes; + // 1 for the field/wire type, and 10 for the negative number. + if len(b) != 11 { + t.Errorf("%v marshaled as %q, wanted 11 bytes", om, b) + } + + // Unmarshal into a NewMessage. + nm := new(NewMessage) + if err := Unmarshal(b, nm); err != nil { + t.Fatalf("Unmarshal to NewMessage: %v", err) + } + want := &NewMessage{ + Num: Int64(-1), + } + if !Equal(nm, want) { + t.Errorf("nm = %v, want %v", nm, want) + } +} + +// Check that we can grow an array (repeated field) to have many elements. +// This test doesn't depend only on our encoding; for variety, it makes sure +// we create, encode, and decode the correct contents explicitly. It's therefore +// a bit messier. +// This test also uses (and hence tests) the Marshal/Unmarshal functions +// instead of the methods. +func TestBigRepeated(t *testing.T) { + pb := initGoTest(true) + + // Create the arrays + const N = 50 // Internally the library starts much smaller. + pb.Repeatedgroup = make([]*GoTest_RepeatedGroup, N) + pb.F_Sint64Repeated = make([]int64, N) + pb.F_Sint32Repeated = make([]int32, N) + pb.F_BytesRepeated = make([][]byte, N) + pb.F_StringRepeated = make([]string, N) + pb.F_DoubleRepeated = make([]float64, N) + pb.F_FloatRepeated = make([]float32, N) + pb.F_Uint64Repeated = make([]uint64, N) + pb.F_Uint32Repeated = make([]uint32, N) + pb.F_Fixed64Repeated = make([]uint64, N) + pb.F_Fixed32Repeated = make([]uint32, N) + pb.F_Int64Repeated = make([]int64, N) + pb.F_Int32Repeated = make([]int32, N) + pb.F_BoolRepeated = make([]bool, N) + pb.RepeatedField = make([]*GoTestField, N) + + // Fill in the arrays with checkable values. + igtf := initGoTestField() + igtrg := initGoTest_RepeatedGroup() + for i := 0; i < N; i++ { + pb.Repeatedgroup[i] = igtrg + pb.F_Sint64Repeated[i] = int64(i) + pb.F_Sint32Repeated[i] = int32(i) + s := fmt.Sprint(i) + pb.F_BytesRepeated[i] = []byte(s) + pb.F_StringRepeated[i] = s + pb.F_DoubleRepeated[i] = float64(i) + pb.F_FloatRepeated[i] = float32(i) + pb.F_Uint64Repeated[i] = uint64(i) + pb.F_Uint32Repeated[i] = uint32(i) + pb.F_Fixed64Repeated[i] = uint64(i) + pb.F_Fixed32Repeated[i] = uint32(i) + pb.F_Int64Repeated[i] = int64(i) + pb.F_Int32Repeated[i] = int32(i) + pb.F_BoolRepeated[i] = i%2 == 0 + pb.RepeatedField[i] = igtf + } + + // Marshal. + buf, _ := Marshal(pb) + + // Now test Unmarshal by recreating the original buffer. + pbd := new(GoTest) + Unmarshal(buf, pbd) + + // Check the checkable values + for i := uint64(0); i < N; i++ { + if pbd.Repeatedgroup[i] == nil { // TODO: more checking? + t.Error("pbd.Repeatedgroup bad") + } + var x uint64 + x = uint64(pbd.F_Sint64Repeated[i]) + if x != i { + t.Error("pbd.F_Sint64Repeated bad", x, i) + } + x = uint64(pbd.F_Sint32Repeated[i]) + if x != i { + t.Error("pbd.F_Sint32Repeated bad", x, i) + } + s := fmt.Sprint(i) + equalbytes(pbd.F_BytesRepeated[i], []byte(s), t) + if pbd.F_StringRepeated[i] != s { + t.Error("pbd.F_Sint32Repeated bad", pbd.F_StringRepeated[i], i) + } + x = uint64(pbd.F_DoubleRepeated[i]) + if x != i { + t.Error("pbd.F_DoubleRepeated bad", x, i) + } + x = uint64(pbd.F_FloatRepeated[i]) + if x != i { + t.Error("pbd.F_FloatRepeated bad", x, i) + } + x = pbd.F_Uint64Repeated[i] + if x != i { + t.Error("pbd.F_Uint64Repeated bad", x, i) + } + x = uint64(pbd.F_Uint32Repeated[i]) + if x != i { + t.Error("pbd.F_Uint32Repeated bad", x, i) + } + x = pbd.F_Fixed64Repeated[i] + if x != i { + t.Error("pbd.F_Fixed64Repeated bad", x, i) + } + x = uint64(pbd.F_Fixed32Repeated[i]) + if x != i { + t.Error("pbd.F_Fixed32Repeated bad", x, i) + } + x = uint64(pbd.F_Int64Repeated[i]) + if x != i { + t.Error("pbd.F_Int64Repeated bad", x, i) + } + x = uint64(pbd.F_Int32Repeated[i]) + if x != i { + t.Error("pbd.F_Int32Repeated bad", x, i) + } + if pbd.F_BoolRepeated[i] != (i%2 == 0) { + t.Error("pbd.F_BoolRepeated bad", x, i) + } + if pbd.RepeatedField[i] == nil { // TODO: more checking? + t.Error("pbd.RepeatedField bad") + } + } +} + +// Verify we give a useful message when decoding to the wrong structure type. +func TestTypeMismatch(t *testing.T) { + pb1 := initGoTest(true) + + // Marshal + o := old() + o.Marshal(pb1) + + // Now Unmarshal it to the wrong type. + pb2 := initGoTestField() + err := o.Unmarshal(pb2) + if err == nil { + t.Error("expected error, got no error") + } else if !strings.Contains(err.Error(), "bad wiretype") { + t.Error("expected bad wiretype error, got", err) + } +} + +func encodeDecode(t *testing.T, in, out Message, msg string) { + buf, err := Marshal(in) + if err != nil { + t.Fatalf("failed marshaling %v: %v", msg, err) + } + if err := Unmarshal(buf, out); err != nil { + t.Fatalf("failed unmarshaling %v: %v", msg, err) + } +} + +func TestPackedNonPackedDecoderSwitching(t *testing.T) { + np, p := new(NonPackedTest), new(PackedTest) + + // non-packed -> packed + np.A = []int32{0, 1, 1, 2, 3, 5} + encodeDecode(t, np, p, "non-packed -> packed") + if !reflect.DeepEqual(np.A, p.B) { + t.Errorf("failed non-packed -> packed; np.A=%+v, p.B=%+v", np.A, p.B) + } + + // packed -> non-packed + np.Reset() + p.B = []int32{3, 1, 4, 1, 5, 9} + encodeDecode(t, p, np, "packed -> non-packed") + if !reflect.DeepEqual(p.B, np.A) { + t.Errorf("failed packed -> non-packed; p.B=%+v, np.A=%+v", p.B, np.A) + } +} + +func TestProto1RepeatedGroup(t *testing.T) { + pb := &MessageList{ + Message: []*MessageList_Message{ + { + Name: String("blah"), + Count: Int32(7), + }, + // NOTE: pb.Message[1] is a nil + nil, + }, + } + + o := old() + err := o.Marshal(pb) + if err == nil || !strings.Contains(err.Error(), "repeated field Message has nil") { + t.Fatalf("unexpected or no error when marshaling: %v", err) + } +} + +// Test that enums work. Checks for a bug introduced by making enums +// named types instead of int32: newInt32FromUint64 would crash with +// a type mismatch in reflect.PointTo. +func TestEnum(t *testing.T) { + pb := new(GoEnum) + pb.Foo = FOO_FOO1.Enum() + o := old() + if err := o.Marshal(pb); err != nil { + t.Fatal("error encoding enum:", err) + } + pb1 := new(GoEnum) + if err := o.Unmarshal(pb1); err != nil { + t.Fatal("error decoding enum:", err) + } + if *pb1.Foo != FOO_FOO1 { + t.Error("expected 7 but got ", *pb1.Foo) + } +} + +// Enum types have String methods. Check that enum fields can be printed. +// We don't care what the value actually is, just as long as it doesn't crash. +func TestPrintingNilEnumFields(t *testing.T) { + pb := new(GoEnum) + _ = fmt.Sprintf("%+v", pb) +} + +// Verify that absent required fields cause Marshal/Unmarshal to return errors. +func TestRequiredFieldEnforcement(t *testing.T) { + pb := new(GoTestField) + _, err := Marshal(pb) + if err == nil { + t.Error("marshal: expected error, got nil") + } else if _, ok := err.(*RequiredNotSetError); !ok || !strings.Contains(err.Error(), "Label") { + t.Errorf("marshal: bad error type: %v", err) + } + + // A slightly sneaky, yet valid, proto. It encodes the same required field twice, + // so simply counting the required fields is insufficient. + // field 1, encoding 2, value "hi" + buf := []byte("\x0A\x02hi\x0A\x02hi") + err = Unmarshal(buf, pb) + if err == nil { + t.Error("unmarshal: expected error, got nil") + } else if _, ok := err.(*RequiredNotSetError); !ok || !strings.Contains(err.Error(), "{Unknown}") { + t.Errorf("unmarshal: bad error type: %v", err) + } +} + +// Verify that absent required fields in groups cause Marshal/Unmarshal to return errors. +func TestRequiredFieldEnforcementGroups(t *testing.T) { + pb := &GoTestRequiredGroupField{Group: &GoTestRequiredGroupField_Group{}} + if _, err := Marshal(pb); err == nil { + t.Error("marshal: expected error, got nil") + } else if _, ok := err.(*RequiredNotSetError); !ok || !strings.Contains(err.Error(), "Group.Field") { + t.Errorf("marshal: bad error type: %v", err) + } + + buf := []byte{11, 12} + if err := Unmarshal(buf, pb); err == nil { + t.Error("unmarshal: expected error, got nil") + } else if _, ok := err.(*RequiredNotSetError); !ok || !strings.Contains(err.Error(), "Group.{Unknown}") { + t.Errorf("unmarshal: bad error type: %v", err) + } +} + +func TestTypedNilMarshal(t *testing.T) { + // A typed nil should return ErrNil and not crash. + { + var m *GoEnum + if _, err := Marshal(m); err != ErrNil { + t.Errorf("Marshal(%#v): got %v, want ErrNil", m, err) + } + } + + { + m := &Communique{Union: &Communique_Msg{nil}} + if _, err := Marshal(m); err == nil || err == ErrNil { + t.Errorf("Marshal(%#v): got %v, want errOneofHasNil", m, err) + } + } +} + +// A type that implements the Marshaler interface, but is not nillable. +type nonNillableInt uint64 + +func (nni nonNillableInt) Marshal() ([]byte, error) { + return EncodeVarint(uint64(nni)), nil +} + +type NNIMessage struct { + nni nonNillableInt +} + +func (*NNIMessage) Reset() {} +func (*NNIMessage) String() string { return "" } +func (*NNIMessage) ProtoMessage() {} + +// A type that implements the Marshaler interface and is nillable. +type nillableMessage struct { + x uint64 +} + +func (nm *nillableMessage) Marshal() ([]byte, error) { + return EncodeVarint(nm.x), nil +} + +type NMMessage struct { + nm *nillableMessage +} + +func (*NMMessage) Reset() {} +func (*NMMessage) String() string { return "" } +func (*NMMessage) ProtoMessage() {} + +// Verify a type that uses the Marshaler interface, but has a nil pointer. +func TestNilMarshaler(t *testing.T) { + // Try a struct with a Marshaler field that is nil. + // It should be directly marshable. + nmm := new(NMMessage) + if _, err := Marshal(nmm); err != nil { + t.Error("unexpected error marshaling nmm: ", err) + } + + // Try a struct with a Marshaler field that is not nillable. + nnim := new(NNIMessage) + nnim.nni = 7 + var _ Marshaler = nnim.nni // verify it is truly a Marshaler + if _, err := Marshal(nnim); err != nil { + t.Error("unexpected error marshaling nnim: ", err) + } +} + +func TestAllSetDefaults(t *testing.T) { + // Exercise SetDefaults with all scalar field types. + m := &Defaults{ + // NaN != NaN, so override that here. + F_Nan: Float32(1.7), + } + expected := &Defaults{ + F_Bool: Bool(true), + F_Int32: Int32(32), + F_Int64: Int64(64), + F_Fixed32: Uint32(320), + F_Fixed64: Uint64(640), + F_Uint32: Uint32(3200), + F_Uint64: Uint64(6400), + F_Float: Float32(314159), + F_Double: Float64(271828), + F_String: String(`hello, "world!"` + "\n"), + F_Bytes: []byte("Bignose"), + F_Sint32: Int32(-32), + F_Sint64: Int64(-64), + F_Enum: Defaults_GREEN.Enum(), + F_Pinf: Float32(float32(math.Inf(1))), + F_Ninf: Float32(float32(math.Inf(-1))), + F_Nan: Float32(1.7), + StrZero: String(""), + } + SetDefaults(m) + if !Equal(m, expected) { + t.Errorf("SetDefaults failed\n got %v\nwant %v", m, expected) + } +} + +func TestSetDefaultsWithSetField(t *testing.T) { + // Check that a set value is not overridden. + m := &Defaults{ + F_Int32: Int32(12), + } + SetDefaults(m) + if v := m.GetF_Int32(); v != 12 { + t.Errorf("m.FInt32 = %v, want 12", v) + } +} + +func TestSetDefaultsWithSubMessage(t *testing.T) { + m := &OtherMessage{ + Key: Int64(123), + Inner: &InnerMessage{ + Host: String("gopher"), + }, + } + expected := &OtherMessage{ + Key: Int64(123), + Inner: &InnerMessage{ + Host: String("gopher"), + Port: Int32(4000), + }, + } + SetDefaults(m) + if !Equal(m, expected) { + t.Errorf("\n got %v\nwant %v", m, expected) + } +} + +func TestSetDefaultsWithRepeatedSubMessage(t *testing.T) { + m := &MyMessage{ + RepInner: []*InnerMessage{{}}, + } + expected := &MyMessage{ + RepInner: []*InnerMessage{{ + Port: Int32(4000), + }}, + } + SetDefaults(m) + if !Equal(m, expected) { + t.Errorf("\n got %v\nwant %v", m, expected) + } +} + +func TestSetDefaultWithRepeatedNonMessage(t *testing.T) { + m := &MyMessage{ + Pet: []string{"turtle", "wombat"}, + } + expected := Clone(m) + SetDefaults(m) + if !Equal(m, expected) { + t.Errorf("\n got %v\nwant %v", m, expected) + } +} + +func TestMaximumTagNumber(t *testing.T) { + m := &MaxTag{ + LastField: String("natural goat essence"), + } + buf, err := Marshal(m) + if err != nil { + t.Fatalf("proto.Marshal failed: %v", err) + } + m2 := new(MaxTag) + if err := Unmarshal(buf, m2); err != nil { + t.Fatalf("proto.Unmarshal failed: %v", err) + } + if got, want := m2.GetLastField(), *m.LastField; got != want { + t.Errorf("got %q, want %q", got, want) + } +} + +func TestJSON(t *testing.T) { + m := &MyMessage{ + Count: Int32(4), + Pet: []string{"bunny", "kitty"}, + Inner: &InnerMessage{ + Host: String("cauchy"), + }, + Bikeshed: MyMessage_GREEN.Enum(), + } + const expected = `{"count":4,"pet":["bunny","kitty"],"inner":{"host":"cauchy"},"bikeshed":1}` + + b, err := json.Marshal(m) + if err != nil { + t.Fatalf("json.Marshal failed: %v", err) + } + s := string(b) + if s != expected { + t.Errorf("got %s\nwant %s", s, expected) + } + + received := new(MyMessage) + if err := json.Unmarshal(b, received); err != nil { + t.Fatalf("json.Unmarshal failed: %v", err) + } + if !Equal(received, m) { + t.Fatalf("got %s, want %s", received, m) + } + + // Test unmarshalling of JSON with symbolic enum name. + const old = `{"count":4,"pet":["bunny","kitty"],"inner":{"host":"cauchy"},"bikeshed":"GREEN"}` + received.Reset() + if err := json.Unmarshal([]byte(old), received); err != nil { + t.Fatalf("json.Unmarshal failed: %v", err) + } + if !Equal(received, m) { + t.Fatalf("got %s, want %s", received, m) + } +} + +func TestBadWireType(t *testing.T) { + b := []byte{7<<3 | 6} // field 7, wire type 6 + pb := new(OtherMessage) + if err := Unmarshal(b, pb); err == nil { + t.Errorf("Unmarshal did not fail") + } else if !strings.Contains(err.Error(), "unknown wire type") { + t.Errorf("wrong error: %v", err) + } +} + +func TestBytesWithInvalidLength(t *testing.T) { + // If a byte sequence has an invalid (negative) length, Unmarshal should not panic. + b := []byte{2<<3 | WireBytes, 0xff, 0xff, 0xff, 0xff, 0xff, 0} + Unmarshal(b, new(MyMessage)) +} + +func TestLengthOverflow(t *testing.T) { + // Overflowing a length should not panic. + b := []byte{2<<3 | WireBytes, 1, 1, 3<<3 | WireBytes, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0x01} + Unmarshal(b, new(MyMessage)) +} + +func TestVarintOverflow(t *testing.T) { + // Overflowing a 64-bit length should not be allowed. + b := []byte{1<<3 | WireVarint, 0x01, 3<<3 | WireBytes, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x01} + if err := Unmarshal(b, new(MyMessage)); err == nil { + t.Fatalf("Overflowed uint64 length without error") + } +} + +func TestUnmarshalFuzz(t *testing.T) { + const N = 1000 + seed := time.Now().UnixNano() + t.Logf("RNG seed is %d", seed) + rng := rand.New(rand.NewSource(seed)) + buf := make([]byte, 20) + for i := 0; i < N; i++ { + for j := range buf { + buf[j] = byte(rng.Intn(256)) + } + fuzzUnmarshal(t, buf) + } +} + +func TestMergeMessages(t *testing.T) { + pb := &MessageList{Message: []*MessageList_Message{{Name: String("x"), Count: Int32(1)}}} + data, err := Marshal(pb) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + + pb1 := new(MessageList) + if err := Unmarshal(data, pb1); err != nil { + t.Fatalf("first Unmarshal: %v", err) + } + if err := Unmarshal(data, pb1); err != nil { + t.Fatalf("second Unmarshal: %v", err) + } + if len(pb1.Message) != 1 { + t.Errorf("two Unmarshals produced %d Messages, want 1", len(pb1.Message)) + } + + pb2 := new(MessageList) + if err := UnmarshalMerge(data, pb2); err != nil { + t.Fatalf("first UnmarshalMerge: %v", err) + } + if err := UnmarshalMerge(data, pb2); err != nil { + t.Fatalf("second UnmarshalMerge: %v", err) + } + if len(pb2.Message) != 2 { + t.Errorf("two UnmarshalMerges produced %d Messages, want 2", len(pb2.Message)) + } +} + +func TestExtensionMarshalOrder(t *testing.T) { + m := &MyMessage{Count: Int(123)} + if err := SetExtension(m, E_Ext_More, &Ext{Data: String("alpha")}); err != nil { + t.Fatalf("SetExtension: %v", err) + } + if err := SetExtension(m, E_Ext_Text, String("aleph")); err != nil { + t.Fatalf("SetExtension: %v", err) + } + if err := SetExtension(m, E_Ext_Number, Int32(1)); err != nil { + t.Fatalf("SetExtension: %v", err) + } + + // Serialize m several times, and check we get the same bytes each time. + var orig []byte + for i := 0; i < 100; i++ { + b, err := Marshal(m) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + if i == 0 { + orig = b + continue + } + if !bytes.Equal(b, orig) { + t.Errorf("Bytes differ on attempt #%d", i) + } + } +} + +// Many extensions, because small maps might not iterate differently on each iteration. +var exts = []*ExtensionDesc{ + E_X201, + E_X202, + E_X203, + E_X204, + E_X205, + E_X206, + E_X207, + E_X208, + E_X209, + E_X210, + E_X211, + E_X212, + E_X213, + E_X214, + E_X215, + E_X216, + E_X217, + E_X218, + E_X219, + E_X220, + E_X221, + E_X222, + E_X223, + E_X224, + E_X225, + E_X226, + E_X227, + E_X228, + E_X229, + E_X230, + E_X231, + E_X232, + E_X233, + E_X234, + E_X235, + E_X236, + E_X237, + E_X238, + E_X239, + E_X240, + E_X241, + E_X242, + E_X243, + E_X244, + E_X245, + E_X246, + E_X247, + E_X248, + E_X249, + E_X250, +} + +func TestMessageSetMarshalOrder(t *testing.T) { + m := &MyMessageSet{} + for _, x := range exts { + if err := SetExtension(m, x, &Empty{}); err != nil { + t.Fatalf("SetExtension: %v", err) + } + } + + buf, err := Marshal(m) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + + // Serialize m several times, and check we get the same bytes each time. + for i := 0; i < 10; i++ { + b1, err := Marshal(m) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + if !bytes.Equal(b1, buf) { + t.Errorf("Bytes differ on re-Marshal #%d", i) + } + + m2 := &MyMessageSet{} + if err := Unmarshal(buf, m2); err != nil { + t.Errorf("Unmarshal: %v", err) + } + b2, err := Marshal(m2) + if err != nil { + t.Errorf("re-Marshal: %v", err) + } + if !bytes.Equal(b2, buf) { + t.Errorf("Bytes differ on round-trip #%d", i) + } + } +} + +func TestUnmarshalMergesMessages(t *testing.T) { + // If a nested message occurs twice in the input, + // the fields should be merged when decoding. + a := &OtherMessage{ + Key: Int64(123), + Inner: &InnerMessage{ + Host: String("polhode"), + Port: Int32(1234), + }, + } + aData, err := Marshal(a) + if err != nil { + t.Fatalf("Marshal(a): %v", err) + } + b := &OtherMessage{ + Weight: Float32(1.2), + Inner: &InnerMessage{ + Host: String("herpolhode"), + Connected: Bool(true), + }, + } + bData, err := Marshal(b) + if err != nil { + t.Fatalf("Marshal(b): %v", err) + } + want := &OtherMessage{ + Key: Int64(123), + Weight: Float32(1.2), + Inner: &InnerMessage{ + Host: String("herpolhode"), + Port: Int32(1234), + Connected: Bool(true), + }, + } + got := new(OtherMessage) + if err := Unmarshal(append(aData, bData...), got); err != nil { + t.Fatalf("Unmarshal: %v", err) + } + if !Equal(got, want) { + t.Errorf("\n got %v\nwant %v", got, want) + } +} + +func TestEncodingSizes(t *testing.T) { + tests := []struct { + m Message + n int + }{ + {&Defaults{F_Int32: Int32(math.MaxInt32)}, 6}, + {&Defaults{F_Int32: Int32(math.MinInt32)}, 11}, + {&Defaults{F_Uint32: Uint32(uint32(math.MaxInt32) + 1)}, 6}, + {&Defaults{F_Uint32: Uint32(math.MaxUint32)}, 6}, + } + for _, test := range tests { + b, err := Marshal(test.m) + if err != nil { + t.Errorf("Marshal(%v): %v", test.m, err) + continue + } + if len(b) != test.n { + t.Errorf("Marshal(%v) yielded %d bytes, want %d bytes", test.m, len(b), test.n) + } + } +} + +func TestRequiredNotSetError(t *testing.T) { + pb := initGoTest(false) + pb.RequiredField.Label = nil + pb.F_Int32Required = nil + pb.F_Int64Required = nil + + expected := "0807" + // field 1, encoding 0, value 7 + "2206" + "120474797065" + // field 4, encoding 2 (GoTestField) + "5001" + // field 10, encoding 0, value 1 + "6d20000000" + // field 13, encoding 5, value 0x20 + "714000000000000000" + // field 14, encoding 1, value 0x40 + "78a019" + // field 15, encoding 0, value 0xca0 = 3232 + "8001c032" + // field 16, encoding 0, value 0x1940 = 6464 + "8d0100004a45" + // field 17, encoding 5, value 3232.0 + "9101000000000040b940" + // field 18, encoding 1, value 6464.0 + "9a0106" + "737472696e67" + // field 19, encoding 2, string "string" + "b304" + // field 70, encoding 3, start group + "ba0408" + "7265717569726564" + // field 71, encoding 2, string "required" + "b404" + // field 70, encoding 4, end group + "aa0605" + "6279746573" + // field 101, encoding 2, string "bytes" + "b0063f" + // field 102, encoding 0, 0x3f zigzag32 + "b8067f" // field 103, encoding 0, 0x7f zigzag64 + + o := old() + bytes, err := Marshal(pb) + if _, ok := err.(*RequiredNotSetError); !ok { + fmt.Printf("marshal-1 err = %v, want *RequiredNotSetError", err) + o.DebugPrint("", bytes) + t.Fatalf("expected = %s", expected) + } + if strings.Index(err.Error(), "RequiredField.Label") < 0 { + t.Errorf("marshal-1 wrong err msg: %v", err) + } + if !equal(bytes, expected, t) { + o.DebugPrint("neq 1", bytes) + t.Fatalf("expected = %s", expected) + } + + // Now test Unmarshal by recreating the original buffer. + pbd := new(GoTest) + err = Unmarshal(bytes, pbd) + if _, ok := err.(*RequiredNotSetError); !ok { + t.Fatalf("unmarshal err = %v, want *RequiredNotSetError", err) + o.DebugPrint("", bytes) + t.Fatalf("string = %s", expected) + } + if strings.Index(err.Error(), "RequiredField.{Unknown}") < 0 { + t.Errorf("unmarshal wrong err msg: %v", err) + } + bytes, err = Marshal(pbd) + if _, ok := err.(*RequiredNotSetError); !ok { + t.Errorf("marshal-2 err = %v, want *RequiredNotSetError", err) + o.DebugPrint("", bytes) + t.Fatalf("string = %s", expected) + } + if strings.Index(err.Error(), "RequiredField.Label") < 0 { + t.Errorf("marshal-2 wrong err msg: %v", err) + } + if !equal(bytes, expected, t) { + o.DebugPrint("neq 2", bytes) + t.Fatalf("string = %s", expected) + } +} + +func fuzzUnmarshal(t *testing.T, data []byte) { + defer func() { + if e := recover(); e != nil { + t.Errorf("These bytes caused a panic: %+v", data) + t.Logf("Stack:\n%s", debug.Stack()) + t.FailNow() + } + }() + + pb := new(MyMessage) + Unmarshal(data, pb) +} + +func TestMapFieldMarshal(t *testing.T) { + m := &MessageWithMap{ + NameMapping: map[int32]string{ + 1: "Rob", + 4: "Ian", + 8: "Dave", + }, + } + b, err := Marshal(m) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + + // b should be the concatenation of these three byte sequences in some order. + parts := []string{ + "\n\a\b\x01\x12\x03Rob", + "\n\a\b\x04\x12\x03Ian", + "\n\b\b\x08\x12\x04Dave", + } + ok := false + for i := range parts { + for j := range parts { + if j == i { + continue + } + for k := range parts { + if k == i || k == j { + continue + } + try := parts[i] + parts[j] + parts[k] + if bytes.Equal(b, []byte(try)) { + ok = true + break + } + } + } + } + if !ok { + t.Fatalf("Incorrect Marshal output.\n got %q\nwant %q (or a permutation of that)", b, parts[0]+parts[1]+parts[2]) + } + t.Logf("FYI b: %q", b) + + (new(Buffer)).DebugPrint("Dump of b", b) +} + +func TestMapFieldRoundTrips(t *testing.T) { + m := &MessageWithMap{ + NameMapping: map[int32]string{ + 1: "Rob", + 4: "Ian", + 8: "Dave", + }, + MsgMapping: map[int64]*FloatingPoint{ + 0x7001: &FloatingPoint{F: Float64(2.0)}, + }, + ByteMapping: map[bool][]byte{ + false: []byte("that's not right!"), + true: []byte("aye, 'tis true!"), + }, + } + b, err := Marshal(m) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + t.Logf("FYI b: %q", b) + m2 := new(MessageWithMap) + if err := Unmarshal(b, m2); err != nil { + t.Fatalf("Unmarshal: %v", err) + } + for _, pair := range [][2]interface{}{ + {m.NameMapping, m2.NameMapping}, + {m.MsgMapping, m2.MsgMapping}, + {m.ByteMapping, m2.ByteMapping}, + } { + if !reflect.DeepEqual(pair[0], pair[1]) { + t.Errorf("Map did not survive a round trip.\ninitial: %v\n final: %v", pair[0], pair[1]) + } + } +} + +func TestMapFieldWithNil(t *testing.T) { + m1 := &MessageWithMap{ + MsgMapping: map[int64]*FloatingPoint{ + 1: nil, + }, + } + b, err := Marshal(m1) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + m2 := new(MessageWithMap) + if err := Unmarshal(b, m2); err != nil { + t.Fatalf("Unmarshal: %v, got these bytes: %v", err, b) + } + if v, ok := m2.MsgMapping[1]; !ok { + t.Error("msg_mapping[1] not present") + } else if v != nil { + t.Errorf("msg_mapping[1] not nil: %v", v) + } +} + +func TestMapFieldWithNilBytes(t *testing.T) { + m1 := &MessageWithMap{ + ByteMapping: map[bool][]byte{ + false: []byte{}, + true: nil, + }, + } + n := Size(m1) + b, err := Marshal(m1) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + if n != len(b) { + t.Errorf("Size(m1) = %d; want len(Marshal(m1)) = %d", n, len(b)) + } + m2 := new(MessageWithMap) + if err := Unmarshal(b, m2); err != nil { + t.Fatalf("Unmarshal: %v, got these bytes: %v", err, b) + } + if v, ok := m2.ByteMapping[false]; !ok { + t.Error("byte_mapping[false] not present") + } else if len(v) != 0 { + t.Errorf("byte_mapping[false] not empty: %#v", v) + } + if v, ok := m2.ByteMapping[true]; !ok { + t.Error("byte_mapping[true] not present") + } else if len(v) != 0 { + t.Errorf("byte_mapping[true] not empty: %#v", v) + } +} + +func TestDecodeMapFieldMissingKey(t *testing.T) { + b := []byte{ + 0x0A, 0x03, // message, tag 1 (name_mapping), of length 3 bytes + // no key + 0x12, 0x01, 0x6D, // string value of length 1 byte, value "m" + } + got := &MessageWithMap{} + err := Unmarshal(b, got) + if err != nil { + t.Fatalf("failed to marshal map with missing key: %v", err) + } + want := &MessageWithMap{NameMapping: map[int32]string{0: "m"}} + if !Equal(got, want) { + t.Errorf("Unmarshaled map with no key was not as expected. got: %v, want %v", got, want) + } +} + +func TestDecodeMapFieldMissingValue(t *testing.T) { + b := []byte{ + 0x0A, 0x02, // message, tag 1 (name_mapping), of length 2 bytes + 0x08, 0x01, // varint key, value 1 + // no value + } + got := &MessageWithMap{} + err := Unmarshal(b, got) + if err != nil { + t.Fatalf("failed to marshal map with missing value: %v", err) + } + want := &MessageWithMap{NameMapping: map[int32]string{1: ""}} + if !Equal(got, want) { + t.Errorf("Unmarshaled map with no value was not as expected. got: %v, want %v", got, want) + } +} + +func TestOneof(t *testing.T) { + m := &Communique{} + b, err := Marshal(m) + if err != nil { + t.Fatalf("Marshal of empty message with oneof: %v", err) + } + if len(b) != 0 { + t.Errorf("Marshal of empty message yielded too many bytes: %v", b) + } + + m = &Communique{ + Union: &Communique_Name{"Barry"}, + } + + // Round-trip. + b, err = Marshal(m) + if err != nil { + t.Fatalf("Marshal of message with oneof: %v", err) + } + if len(b) != 7 { // name tag/wire (1) + name len (1) + name (5) + t.Errorf("Incorrect marshal of message with oneof: %v", b) + } + m.Reset() + if err := Unmarshal(b, m); err != nil { + t.Fatalf("Unmarshal of message with oneof: %v", err) + } + if x, ok := m.Union.(*Communique_Name); !ok || x.Name != "Barry" { + t.Errorf("After round trip, Union = %+v", m.Union) + } + if name := m.GetName(); name != "Barry" { + t.Errorf("After round trip, GetName = %q, want %q", name, "Barry") + } + + // Let's try with a message in the oneof. + m.Union = &Communique_Msg{&Strings{StringField: String("deep deep string")}} + b, err = Marshal(m) + if err != nil { + t.Fatalf("Marshal of message with oneof set to message: %v", err) + } + if len(b) != 20 { // msg tag/wire (1) + msg len (1) + msg (1 + 1 + 16) + t.Errorf("Incorrect marshal of message with oneof set to message: %v", b) + } + m.Reset() + if err := Unmarshal(b, m); err != nil { + t.Fatalf("Unmarshal of message with oneof set to message: %v", err) + } + ss, ok := m.Union.(*Communique_Msg) + if !ok || ss.Msg.GetStringField() != "deep deep string" { + t.Errorf("After round trip with oneof set to message, Union = %+v", m.Union) + } +} + +func TestInefficientPackedBool(t *testing.T) { + // https://github.com/golang/protobuf/issues/76 + inp := []byte{ + 0x12, 0x02, // 0x12 = 2<<3|2; 2 bytes + // Usually a bool should take a single byte, + // but it is permitted to be any varint. + 0xb9, 0x30, + } + if err := Unmarshal(inp, new(MoreRepeated)); err != nil { + t.Error(err) + } +} + +// Benchmarks + +func testMsg() *GoTest { + pb := initGoTest(true) + const N = 1000 // Internally the library starts much smaller. + pb.F_Int32Repeated = make([]int32, N) + pb.F_DoubleRepeated = make([]float64, N) + for i := 0; i < N; i++ { + pb.F_Int32Repeated[i] = int32(i) + pb.F_DoubleRepeated[i] = float64(i) + } + return pb +} + +func bytesMsg() *GoTest { + pb := initGoTest(true) + buf := make([]byte, 4000) + for i := range buf { + buf[i] = byte(i) + } + pb.F_BytesDefaulted = buf + return pb +} + +func benchmarkMarshal(b *testing.B, pb Message, marshal func(Message) ([]byte, error)) { + d, _ := marshal(pb) + b.SetBytes(int64(len(d))) + b.ResetTimer() + for i := 0; i < b.N; i++ { + marshal(pb) + } +} + +func benchmarkBufferMarshal(b *testing.B, pb Message) { + p := NewBuffer(nil) + benchmarkMarshal(b, pb, func(pb0 Message) ([]byte, error) { + p.Reset() + err := p.Marshal(pb0) + return p.Bytes(), err + }) +} + +func benchmarkSize(b *testing.B, pb Message) { + benchmarkMarshal(b, pb, func(pb0 Message) ([]byte, error) { + Size(pb) + return nil, nil + }) +} + +func newOf(pb Message) Message { + in := reflect.ValueOf(pb) + if in.IsNil() { + return pb + } + return reflect.New(in.Type().Elem()).Interface().(Message) +} + +func benchmarkUnmarshal(b *testing.B, pb Message, unmarshal func([]byte, Message) error) { + d, _ := Marshal(pb) + b.SetBytes(int64(len(d))) + pbd := newOf(pb) + + b.ResetTimer() + for i := 0; i < b.N; i++ { + unmarshal(d, pbd) + } +} + +func benchmarkBufferUnmarshal(b *testing.B, pb Message) { + p := NewBuffer(nil) + benchmarkUnmarshal(b, pb, func(d []byte, pb0 Message) error { + p.SetBuf(d) + return p.Unmarshal(pb0) + }) +} + +// Benchmark{Marshal,BufferMarshal,Size,Unmarshal,BufferUnmarshal}{,Bytes} + +func BenchmarkMarshal(b *testing.B) { + benchmarkMarshal(b, testMsg(), Marshal) +} + +func BenchmarkBufferMarshal(b *testing.B) { + benchmarkBufferMarshal(b, testMsg()) +} + +func BenchmarkSize(b *testing.B) { + benchmarkSize(b, testMsg()) +} + +func BenchmarkUnmarshal(b *testing.B) { + benchmarkUnmarshal(b, testMsg(), Unmarshal) +} + +func BenchmarkBufferUnmarshal(b *testing.B) { + benchmarkBufferUnmarshal(b, testMsg()) +} + +func BenchmarkMarshalBytes(b *testing.B) { + benchmarkMarshal(b, bytesMsg(), Marshal) +} + +func BenchmarkBufferMarshalBytes(b *testing.B) { + benchmarkBufferMarshal(b, bytesMsg()) +} + +func BenchmarkSizeBytes(b *testing.B) { + benchmarkSize(b, bytesMsg()) +} + +func BenchmarkUnmarshalBytes(b *testing.B) { + benchmarkUnmarshal(b, bytesMsg(), Unmarshal) +} + +func BenchmarkBufferUnmarshalBytes(b *testing.B) { + benchmarkBufferUnmarshal(b, bytesMsg()) +} + +func BenchmarkUnmarshalUnrecognizedFields(b *testing.B) { + b.StopTimer() + pb := initGoTestField() + skip := &GoSkipTest{ + SkipInt32: Int32(32), + SkipFixed32: Uint32(3232), + SkipFixed64: Uint64(6464), + SkipString: String("skipper"), + Skipgroup: &GoSkipTest_SkipGroup{ + GroupInt32: Int32(75), + GroupString: String("wxyz"), + }, + } + + pbd := new(GoTestField) + p := NewBuffer(nil) + p.Marshal(pb) + p.Marshal(skip) + p2 := NewBuffer(nil) + + b.StartTimer() + for i := 0; i < b.N; i++ { + p2.SetBuf(p.Bytes()) + p2.Unmarshal(pbd) + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/any_test.go b/vendor/src/github.com/golang/protobuf/proto/any_test.go new file mode 100644 index 0000000..1a3c22e --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/any_test.go @@ -0,0 +1,300 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "strings" + "testing" + + "github.com/golang/protobuf/proto" + + pb "github.com/golang/protobuf/proto/proto3_proto" + testpb "github.com/golang/protobuf/proto/testdata" + anypb "github.com/golang/protobuf/ptypes/any" +) + +var ( + expandedMarshaler = proto.TextMarshaler{ExpandAny: true} + expandedCompactMarshaler = proto.TextMarshaler{Compact: true, ExpandAny: true} +) + +// anyEqual reports whether two messages which may be google.protobuf.Any or may +// contain google.protobuf.Any fields are equal. We can't use proto.Equal for +// comparison, because semantically equivalent messages may be marshaled to +// binary in different tag order. Instead, trust that TextMarshaler with +// ExpandAny option works and compare the text marshaling results. +func anyEqual(got, want proto.Message) bool { + // if messages are proto.Equal, no need to marshal. + if proto.Equal(got, want) { + return true + } + g := expandedMarshaler.Text(got) + w := expandedMarshaler.Text(want) + return g == w +} + +type golden struct { + m proto.Message + t, c string +} + +var goldenMessages = makeGolden() + +func makeGolden() []golden { + nested := &pb.Nested{Bunny: "Monty"} + nb, err := proto.Marshal(nested) + if err != nil { + panic(err) + } + m1 := &pb.Message{ + Name: "David", + ResultCount: 47, + Anything: &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(nested), Value: nb}, + } + m2 := &pb.Message{ + Name: "David", + ResultCount: 47, + Anything: &anypb.Any{TypeUrl: "http://[::1]/type.googleapis.com/" + proto.MessageName(nested), Value: nb}, + } + m3 := &pb.Message{ + Name: "David", + ResultCount: 47, + Anything: &anypb.Any{TypeUrl: `type.googleapis.com/"/` + proto.MessageName(nested), Value: nb}, + } + m4 := &pb.Message{ + Name: "David", + ResultCount: 47, + Anything: &anypb.Any{TypeUrl: "type.googleapis.com/a/path/" + proto.MessageName(nested), Value: nb}, + } + m5 := &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(nested), Value: nb} + + any1 := &testpb.MyMessage{Count: proto.Int32(47), Name: proto.String("David")} + proto.SetExtension(any1, testpb.E_Ext_More, &testpb.Ext{Data: proto.String("foo")}) + proto.SetExtension(any1, testpb.E_Ext_Text, proto.String("bar")) + any1b, err := proto.Marshal(any1) + if err != nil { + panic(err) + } + any2 := &testpb.MyMessage{Count: proto.Int32(42), Bikeshed: testpb.MyMessage_GREEN.Enum(), RepBytes: [][]byte{[]byte("roboto")}} + proto.SetExtension(any2, testpb.E_Ext_More, &testpb.Ext{Data: proto.String("baz")}) + any2b, err := proto.Marshal(any2) + if err != nil { + panic(err) + } + m6 := &pb.Message{ + Name: "David", + ResultCount: 47, + Anything: &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(any1), Value: any1b}, + ManyThings: []*anypb.Any{ + &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(any2), Value: any2b}, + &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(any1), Value: any1b}, + }, + } + + const ( + m1Golden = ` +name: "David" +result_count: 47 +anything: < + [type.googleapis.com/proto3_proto.Nested]: < + bunny: "Monty" + > +> +` + m2Golden = ` +name: "David" +result_count: 47 +anything: < + ["http://[::1]/type.googleapis.com/proto3_proto.Nested"]: < + bunny: "Monty" + > +> +` + m3Golden = ` +name: "David" +result_count: 47 +anything: < + ["type.googleapis.com/\"/proto3_proto.Nested"]: < + bunny: "Monty" + > +> +` + m4Golden = ` +name: "David" +result_count: 47 +anything: < + [type.googleapis.com/a/path/proto3_proto.Nested]: < + bunny: "Monty" + > +> +` + m5Golden = ` +[type.googleapis.com/proto3_proto.Nested]: < + bunny: "Monty" +> +` + m6Golden = ` +name: "David" +result_count: 47 +anything: < + [type.googleapis.com/testdata.MyMessage]: < + count: 47 + name: "David" + [testdata.Ext.more]: < + data: "foo" + > + [testdata.Ext.text]: "bar" + > +> +many_things: < + [type.googleapis.com/testdata.MyMessage]: < + count: 42 + bikeshed: GREEN + rep_bytes: "roboto" + [testdata.Ext.more]: < + data: "baz" + > + > +> +many_things: < + [type.googleapis.com/testdata.MyMessage]: < + count: 47 + name: "David" + [testdata.Ext.more]: < + data: "foo" + > + [testdata.Ext.text]: "bar" + > +> +` + ) + return []golden{ + {m1, strings.TrimSpace(m1Golden) + "\n", strings.TrimSpace(compact(m1Golden)) + " "}, + {m2, strings.TrimSpace(m2Golden) + "\n", strings.TrimSpace(compact(m2Golden)) + " "}, + {m3, strings.TrimSpace(m3Golden) + "\n", strings.TrimSpace(compact(m3Golden)) + " "}, + {m4, strings.TrimSpace(m4Golden) + "\n", strings.TrimSpace(compact(m4Golden)) + " "}, + {m5, strings.TrimSpace(m5Golden) + "\n", strings.TrimSpace(compact(m5Golden)) + " "}, + {m6, strings.TrimSpace(m6Golden) + "\n", strings.TrimSpace(compact(m6Golden)) + " "}, + } +} + +func TestMarshalGolden(t *testing.T) { + for _, tt := range goldenMessages { + if got, want := expandedMarshaler.Text(tt.m), tt.t; got != want { + t.Errorf("message %v: got:\n%s\nwant:\n%s", tt.m, got, want) + } + if got, want := expandedCompactMarshaler.Text(tt.m), tt.c; got != want { + t.Errorf("message %v: got:\n`%s`\nwant:\n`%s`", tt.m, got, want) + } + } +} + +func TestUnmarshalGolden(t *testing.T) { + for _, tt := range goldenMessages { + want := tt.m + got := proto.Clone(tt.m) + got.Reset() + if err := proto.UnmarshalText(tt.t, got); err != nil { + t.Errorf("failed to unmarshal\n%s\nerror: %v", tt.t, err) + } + if !anyEqual(got, want) { + t.Errorf("message:\n%s\ngot:\n%s\nwant:\n%s", tt.t, got, want) + } + got.Reset() + if err := proto.UnmarshalText(tt.c, got); err != nil { + t.Errorf("failed to unmarshal\n%s\nerror: %v", tt.c, err) + } + if !anyEqual(got, want) { + t.Errorf("message:\n%s\ngot:\n%s\nwant:\n%s", tt.c, got, want) + } + } +} + +func TestMarshalUnknownAny(t *testing.T) { + m := &pb.Message{ + Anything: &anypb.Any{ + TypeUrl: "foo", + Value: []byte("bar"), + }, + } + want := `anything: < + type_url: "foo" + value: "bar" +> +` + got := expandedMarshaler.Text(m) + if got != want { + t.Errorf("got\n`%s`\nwant\n`%s`", got, want) + } +} + +func TestAmbiguousAny(t *testing.T) { + pb := &anypb.Any{} + err := proto.UnmarshalText(` + type_url: "ttt/proto3_proto.Nested" + value: "\n\x05Monty" + `, pb) + t.Logf("result: %v (error: %v)", expandedMarshaler.Text(pb), err) + if err != nil { + t.Errorf("failed to parse ambiguous Any message: %v", err) + } +} + +func TestUnmarshalOverwriteAny(t *testing.T) { + pb := &anypb.Any{} + err := proto.UnmarshalText(` + [type.googleapis.com/a/path/proto3_proto.Nested]: < + bunny: "Monty" + > + [type.googleapis.com/a/path/proto3_proto.Nested]: < + bunny: "Rabbit of Caerbannog" + > + `, pb) + want := `line 7: Any message unpacked multiple times, or "type_url" already set` + if err.Error() != want { + t.Errorf("incorrect error.\nHave: %v\nWant: %v", err.Error(), want) + } +} + +func TestUnmarshalAnyMixAndMatch(t *testing.T) { + pb := &anypb.Any{} + err := proto.UnmarshalText(` + value: "\n\x05Monty" + [type.googleapis.com/a/path/proto3_proto.Nested]: < + bunny: "Rabbit of Caerbannog" + > + `, pb) + want := `line 5: Any message unpacked multiple times, or "value" already set` + if err.Error() != want { + t.Errorf("incorrect error.\nHave: %v\nWant: %v", err.Error(), want) + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/clone.go b/vendor/src/github.com/golang/protobuf/proto/clone.go new file mode 100644 index 0000000..e392575 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/clone.go @@ -0,0 +1,229 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2011 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Protocol buffer deep copy and merge. +// TODO: RawMessage. + +package proto + +import ( + "log" + "reflect" + "strings" +) + +// Clone returns a deep copy of a protocol buffer. +func Clone(pb Message) Message { + in := reflect.ValueOf(pb) + if in.IsNil() { + return pb + } + + out := reflect.New(in.Type().Elem()) + // out is empty so a merge is a deep copy. + mergeStruct(out.Elem(), in.Elem()) + return out.Interface().(Message) +} + +// Merge merges src into dst. +// Required and optional fields that are set in src will be set to that value in dst. +// Elements of repeated fields will be appended. +// Merge panics if src and dst are not the same type, or if dst is nil. +func Merge(dst, src Message) { + in := reflect.ValueOf(src) + out := reflect.ValueOf(dst) + if out.IsNil() { + panic("proto: nil destination") + } + if in.Type() != out.Type() { + // Explicit test prior to mergeStruct so that mistyped nils will fail + panic("proto: type mismatch") + } + if in.IsNil() { + // Merging nil into non-nil is a quiet no-op + return + } + mergeStruct(out.Elem(), in.Elem()) +} + +func mergeStruct(out, in reflect.Value) { + sprop := GetProperties(in.Type()) + for i := 0; i < in.NumField(); i++ { + f := in.Type().Field(i) + if strings.HasPrefix(f.Name, "XXX_") { + continue + } + mergeAny(out.Field(i), in.Field(i), false, sprop.Prop[i]) + } + + if emIn, ok := extendable(in.Addr().Interface()); ok { + emOut, _ := extendable(out.Addr().Interface()) + mIn, muIn := emIn.extensionsRead() + if mIn != nil { + mOut := emOut.extensionsWrite() + muIn.Lock() + mergeExtension(mOut, mIn) + muIn.Unlock() + } + } + + uf := in.FieldByName("XXX_unrecognized") + if !uf.IsValid() { + return + } + uin := uf.Bytes() + if len(uin) > 0 { + out.FieldByName("XXX_unrecognized").SetBytes(append([]byte(nil), uin...)) + } +} + +// mergeAny performs a merge between two values of the same type. +// viaPtr indicates whether the values were indirected through a pointer (implying proto2). +// prop is set if this is a struct field (it may be nil). +func mergeAny(out, in reflect.Value, viaPtr bool, prop *Properties) { + if in.Type() == protoMessageType { + if !in.IsNil() { + if out.IsNil() { + out.Set(reflect.ValueOf(Clone(in.Interface().(Message)))) + } else { + Merge(out.Interface().(Message), in.Interface().(Message)) + } + } + return + } + switch in.Kind() { + case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int32, reflect.Int64, + reflect.String, reflect.Uint32, reflect.Uint64: + if !viaPtr && isProto3Zero(in) { + return + } + out.Set(in) + case reflect.Interface: + // Probably a oneof field; copy non-nil values. + if in.IsNil() { + return + } + // Allocate destination if it is not set, or set to a different type. + // Otherwise we will merge as normal. + if out.IsNil() || out.Elem().Type() != in.Elem().Type() { + out.Set(reflect.New(in.Elem().Elem().Type())) // interface -> *T -> T -> new(T) + } + mergeAny(out.Elem(), in.Elem(), false, nil) + case reflect.Map: + if in.Len() == 0 { + return + } + if out.IsNil() { + out.Set(reflect.MakeMap(in.Type())) + } + // For maps with value types of *T or []byte we need to deep copy each value. + elemKind := in.Type().Elem().Kind() + for _, key := range in.MapKeys() { + var val reflect.Value + switch elemKind { + case reflect.Ptr: + val = reflect.New(in.Type().Elem().Elem()) + mergeAny(val, in.MapIndex(key), false, nil) + case reflect.Slice: + val = in.MapIndex(key) + val = reflect.ValueOf(append([]byte{}, val.Bytes()...)) + default: + val = in.MapIndex(key) + } + out.SetMapIndex(key, val) + } + case reflect.Ptr: + if in.IsNil() { + return + } + if out.IsNil() { + out.Set(reflect.New(in.Elem().Type())) + } + mergeAny(out.Elem(), in.Elem(), true, nil) + case reflect.Slice: + if in.IsNil() { + return + } + if in.Type().Elem().Kind() == reflect.Uint8 { + // []byte is a scalar bytes field, not a repeated field. + + // Edge case: if this is in a proto3 message, a zero length + // bytes field is considered the zero value, and should not + // be merged. + if prop != nil && prop.proto3 && in.Len() == 0 { + return + } + + // Make a deep copy. + // Append to []byte{} instead of []byte(nil) so that we never end up + // with a nil result. + out.SetBytes(append([]byte{}, in.Bytes()...)) + return + } + n := in.Len() + if out.IsNil() { + out.Set(reflect.MakeSlice(in.Type(), 0, n)) + } + switch in.Type().Elem().Kind() { + case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int32, reflect.Int64, + reflect.String, reflect.Uint32, reflect.Uint64: + out.Set(reflect.AppendSlice(out, in)) + default: + for i := 0; i < n; i++ { + x := reflect.Indirect(reflect.New(in.Type().Elem())) + mergeAny(x, in.Index(i), false, nil) + out.Set(reflect.Append(out, x)) + } + } + case reflect.Struct: + mergeStruct(out, in) + default: + // unknown type, so not a protocol buffer + log.Printf("proto: don't know how to copy %v", in) + } +} + +func mergeExtension(out, in map[int32]Extension) { + for extNum, eIn := range in { + eOut := Extension{desc: eIn.desc} + if eIn.value != nil { + v := reflect.New(reflect.TypeOf(eIn.value)).Elem() + mergeAny(v, reflect.ValueOf(eIn.value), false, nil) + eOut.value = v.Interface() + } + if eIn.enc != nil { + eOut.enc = make([]byte, len(eIn.enc)) + copy(eOut.enc, eIn.enc) + } + + out[extNum] = eOut + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/clone_test.go b/vendor/src/github.com/golang/protobuf/proto/clone_test.go new file mode 100644 index 0000000..f607ff4 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/clone_test.go @@ -0,0 +1,300 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2011 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "testing" + + "github.com/golang/protobuf/proto" + + proto3pb "github.com/golang/protobuf/proto/proto3_proto" + pb "github.com/golang/protobuf/proto/testdata" +) + +var cloneTestMessage = &pb.MyMessage{ + Count: proto.Int32(42), + Name: proto.String("Dave"), + Pet: []string{"bunny", "kitty", "horsey"}, + Inner: &pb.InnerMessage{ + Host: proto.String("niles"), + Port: proto.Int32(9099), + Connected: proto.Bool(true), + }, + Others: []*pb.OtherMessage{ + { + Value: []byte("some bytes"), + }, + }, + Somegroup: &pb.MyMessage_SomeGroup{ + GroupField: proto.Int32(6), + }, + RepBytes: [][]byte{[]byte("sham"), []byte("wow")}, +} + +func init() { + ext := &pb.Ext{ + Data: proto.String("extension"), + } + if err := proto.SetExtension(cloneTestMessage, pb.E_Ext_More, ext); err != nil { + panic("SetExtension: " + err.Error()) + } +} + +func TestClone(t *testing.T) { + m := proto.Clone(cloneTestMessage).(*pb.MyMessage) + if !proto.Equal(m, cloneTestMessage) { + t.Errorf("Clone(%v) = %v", cloneTestMessage, m) + } + + // Verify it was a deep copy. + *m.Inner.Port++ + if proto.Equal(m, cloneTestMessage) { + t.Error("Mutating clone changed the original") + } + // Byte fields and repeated fields should be copied. + if &m.Pet[0] == &cloneTestMessage.Pet[0] { + t.Error("Pet: repeated field not copied") + } + if &m.Others[0] == &cloneTestMessage.Others[0] { + t.Error("Others: repeated field not copied") + } + if &m.Others[0].Value[0] == &cloneTestMessage.Others[0].Value[0] { + t.Error("Others[0].Value: bytes field not copied") + } + if &m.RepBytes[0] == &cloneTestMessage.RepBytes[0] { + t.Error("RepBytes: repeated field not copied") + } + if &m.RepBytes[0][0] == &cloneTestMessage.RepBytes[0][0] { + t.Error("RepBytes[0]: bytes field not copied") + } +} + +func TestCloneNil(t *testing.T) { + var m *pb.MyMessage + if c := proto.Clone(m); !proto.Equal(m, c) { + t.Errorf("Clone(%v) = %v", m, c) + } +} + +var mergeTests = []struct { + src, dst, want proto.Message +}{ + { + src: &pb.MyMessage{ + Count: proto.Int32(42), + }, + dst: &pb.MyMessage{ + Name: proto.String("Dave"), + }, + want: &pb.MyMessage{ + Count: proto.Int32(42), + Name: proto.String("Dave"), + }, + }, + { + src: &pb.MyMessage{ + Inner: &pb.InnerMessage{ + Host: proto.String("hey"), + Connected: proto.Bool(true), + }, + Pet: []string{"horsey"}, + Others: []*pb.OtherMessage{ + { + Value: []byte("some bytes"), + }, + }, + }, + dst: &pb.MyMessage{ + Inner: &pb.InnerMessage{ + Host: proto.String("niles"), + Port: proto.Int32(9099), + }, + Pet: []string{"bunny", "kitty"}, + Others: []*pb.OtherMessage{ + { + Key: proto.Int64(31415926535), + }, + { + // Explicitly test a src=nil field + Inner: nil, + }, + }, + }, + want: &pb.MyMessage{ + Inner: &pb.InnerMessage{ + Host: proto.String("hey"), + Connected: proto.Bool(true), + Port: proto.Int32(9099), + }, + Pet: []string{"bunny", "kitty", "horsey"}, + Others: []*pb.OtherMessage{ + { + Key: proto.Int64(31415926535), + }, + {}, + { + Value: []byte("some bytes"), + }, + }, + }, + }, + { + src: &pb.MyMessage{ + RepBytes: [][]byte{[]byte("wow")}, + }, + dst: &pb.MyMessage{ + Somegroup: &pb.MyMessage_SomeGroup{ + GroupField: proto.Int32(6), + }, + RepBytes: [][]byte{[]byte("sham")}, + }, + want: &pb.MyMessage{ + Somegroup: &pb.MyMessage_SomeGroup{ + GroupField: proto.Int32(6), + }, + RepBytes: [][]byte{[]byte("sham"), []byte("wow")}, + }, + }, + // Check that a scalar bytes field replaces rather than appends. + { + src: &pb.OtherMessage{Value: []byte("foo")}, + dst: &pb.OtherMessage{Value: []byte("bar")}, + want: &pb.OtherMessage{Value: []byte("foo")}, + }, + { + src: &pb.MessageWithMap{ + NameMapping: map[int32]string{6: "Nigel"}, + MsgMapping: map[int64]*pb.FloatingPoint{ + 0x4001: &pb.FloatingPoint{F: proto.Float64(2.0)}, + 0x4002: &pb.FloatingPoint{ + F: proto.Float64(2.0), + }, + }, + ByteMapping: map[bool][]byte{true: []byte("wowsa")}, + }, + dst: &pb.MessageWithMap{ + NameMapping: map[int32]string{ + 6: "Bruce", // should be overwritten + 7: "Andrew", + }, + MsgMapping: map[int64]*pb.FloatingPoint{ + 0x4002: &pb.FloatingPoint{ + F: proto.Float64(3.0), + Exact: proto.Bool(true), + }, // the entire message should be overwritten + }, + }, + want: &pb.MessageWithMap{ + NameMapping: map[int32]string{ + 6: "Nigel", + 7: "Andrew", + }, + MsgMapping: map[int64]*pb.FloatingPoint{ + 0x4001: &pb.FloatingPoint{F: proto.Float64(2.0)}, + 0x4002: &pb.FloatingPoint{ + F: proto.Float64(2.0), + }, + }, + ByteMapping: map[bool][]byte{true: []byte("wowsa")}, + }, + }, + // proto3 shouldn't merge zero values, + // in the same way that proto2 shouldn't merge nils. + { + src: &proto3pb.Message{ + Name: "Aaron", + Data: []byte(""), // zero value, but not nil + }, + dst: &proto3pb.Message{ + HeightInCm: 176, + Data: []byte("texas!"), + }, + want: &proto3pb.Message{ + Name: "Aaron", + HeightInCm: 176, + Data: []byte("texas!"), + }, + }, + // Oneof fields should merge by assignment. + { + src: &pb.Communique{ + Union: &pb.Communique_Number{41}, + }, + dst: &pb.Communique{ + Union: &pb.Communique_Name{"Bobby Tables"}, + }, + want: &pb.Communique{ + Union: &pb.Communique_Number{41}, + }, + }, + // Oneof nil is the same as not set. + { + src: &pb.Communique{}, + dst: &pb.Communique{ + Union: &pb.Communique_Name{"Bobby Tables"}, + }, + want: &pb.Communique{ + Union: &pb.Communique_Name{"Bobby Tables"}, + }, + }, + { + src: &proto3pb.Message{ + Terrain: map[string]*proto3pb.Nested{ + "kay_a": &proto3pb.Nested{Cute: true}, // replace + "kay_b": &proto3pb.Nested{Bunny: "rabbit"}, // insert + }, + }, + dst: &proto3pb.Message{ + Terrain: map[string]*proto3pb.Nested{ + "kay_a": &proto3pb.Nested{Bunny: "lost"}, // replaced + "kay_c": &proto3pb.Nested{Bunny: "bunny"}, // keep + }, + }, + want: &proto3pb.Message{ + Terrain: map[string]*proto3pb.Nested{ + "kay_a": &proto3pb.Nested{Cute: true}, + "kay_b": &proto3pb.Nested{Bunny: "rabbit"}, + "kay_c": &proto3pb.Nested{Bunny: "bunny"}, + }, + }, + }, +} + +func TestMerge(t *testing.T) { + for _, m := range mergeTests { + got := proto.Clone(m.dst) + proto.Merge(got, m.src) + if !proto.Equal(got, m.want) { + t.Errorf("Merge(%v, %v)\n got %v\nwant %v\n", m.dst, m.src, got, m.want) + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/decode.go b/vendor/src/github.com/golang/protobuf/proto/decode.go new file mode 100644 index 0000000..aa20729 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/decode.go @@ -0,0 +1,970 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto + +/* + * Routines for decoding protocol buffer data to construct in-memory representations. + */ + +import ( + "errors" + "fmt" + "io" + "os" + "reflect" +) + +// errOverflow is returned when an integer is too large to be represented. +var errOverflow = errors.New("proto: integer overflow") + +// ErrInternalBadWireType is returned by generated code when an incorrect +// wire type is encountered. It does not get returned to user code. +var ErrInternalBadWireType = errors.New("proto: internal error: bad wiretype for oneof") + +// The fundamental decoders that interpret bytes on the wire. +// Those that take integer types all return uint64 and are +// therefore of type valueDecoder. + +// DecodeVarint reads a varint-encoded integer from the slice. +// It returns the integer and the number of bytes consumed, or +// zero if there is not enough. +// This is the format for the +// int32, int64, uint32, uint64, bool, and enum +// protocol buffer types. +func DecodeVarint(buf []byte) (x uint64, n int) { + for shift := uint(0); shift < 64; shift += 7 { + if n >= len(buf) { + return 0, 0 + } + b := uint64(buf[n]) + n++ + x |= (b & 0x7F) << shift + if (b & 0x80) == 0 { + return x, n + } + } + + // The number is too large to represent in a 64-bit value. + return 0, 0 +} + +func (p *Buffer) decodeVarintSlow() (x uint64, err error) { + i := p.index + l := len(p.buf) + + for shift := uint(0); shift < 64; shift += 7 { + if i >= l { + err = io.ErrUnexpectedEOF + return + } + b := p.buf[i] + i++ + x |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + p.index = i + return + } + } + + // The number is too large to represent in a 64-bit value. + err = errOverflow + return +} + +// DecodeVarint reads a varint-encoded integer from the Buffer. +// This is the format for the +// int32, int64, uint32, uint64, bool, and enum +// protocol buffer types. +func (p *Buffer) DecodeVarint() (x uint64, err error) { + i := p.index + buf := p.buf + + if i >= len(buf) { + return 0, io.ErrUnexpectedEOF + } else if buf[i] < 0x80 { + p.index++ + return uint64(buf[i]), nil + } else if len(buf)-i < 10 { + return p.decodeVarintSlow() + } + + var b uint64 + // we already checked the first byte + x = uint64(buf[i]) - 0x80 + i++ + + b = uint64(buf[i]) + i++ + x += b << 7 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 7 + + b = uint64(buf[i]) + i++ + x += b << 14 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 14 + + b = uint64(buf[i]) + i++ + x += b << 21 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 21 + + b = uint64(buf[i]) + i++ + x += b << 28 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 28 + + b = uint64(buf[i]) + i++ + x += b << 35 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 35 + + b = uint64(buf[i]) + i++ + x += b << 42 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 42 + + b = uint64(buf[i]) + i++ + x += b << 49 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 49 + + b = uint64(buf[i]) + i++ + x += b << 56 + if b&0x80 == 0 { + goto done + } + x -= 0x80 << 56 + + b = uint64(buf[i]) + i++ + x += b << 63 + if b&0x80 == 0 { + goto done + } + // x -= 0x80 << 63 // Always zero. + + return 0, errOverflow + +done: + p.index = i + return x, nil +} + +// DecodeFixed64 reads a 64-bit integer from the Buffer. +// This is the format for the +// fixed64, sfixed64, and double protocol buffer types. +func (p *Buffer) DecodeFixed64() (x uint64, err error) { + // x, err already 0 + i := p.index + 8 + if i < 0 || i > len(p.buf) { + err = io.ErrUnexpectedEOF + return + } + p.index = i + + x = uint64(p.buf[i-8]) + x |= uint64(p.buf[i-7]) << 8 + x |= uint64(p.buf[i-6]) << 16 + x |= uint64(p.buf[i-5]) << 24 + x |= uint64(p.buf[i-4]) << 32 + x |= uint64(p.buf[i-3]) << 40 + x |= uint64(p.buf[i-2]) << 48 + x |= uint64(p.buf[i-1]) << 56 + return +} + +// DecodeFixed32 reads a 32-bit integer from the Buffer. +// This is the format for the +// fixed32, sfixed32, and float protocol buffer types. +func (p *Buffer) DecodeFixed32() (x uint64, err error) { + // x, err already 0 + i := p.index + 4 + if i < 0 || i > len(p.buf) { + err = io.ErrUnexpectedEOF + return + } + p.index = i + + x = uint64(p.buf[i-4]) + x |= uint64(p.buf[i-3]) << 8 + x |= uint64(p.buf[i-2]) << 16 + x |= uint64(p.buf[i-1]) << 24 + return +} + +// DecodeZigzag64 reads a zigzag-encoded 64-bit integer +// from the Buffer. +// This is the format used for the sint64 protocol buffer type. +func (p *Buffer) DecodeZigzag64() (x uint64, err error) { + x, err = p.DecodeVarint() + if err != nil { + return + } + x = (x >> 1) ^ uint64((int64(x&1)<<63)>>63) + return +} + +// DecodeZigzag32 reads a zigzag-encoded 32-bit integer +// from the Buffer. +// This is the format used for the sint32 protocol buffer type. +func (p *Buffer) DecodeZigzag32() (x uint64, err error) { + x, err = p.DecodeVarint() + if err != nil { + return + } + x = uint64((uint32(x) >> 1) ^ uint32((int32(x&1)<<31)>>31)) + return +} + +// These are not ValueDecoders: they produce an array of bytes or a string. +// bytes, embedded messages + +// DecodeRawBytes reads a count-delimited byte buffer from the Buffer. +// This is the format used for the bytes protocol buffer +// type and for embedded messages. +func (p *Buffer) DecodeRawBytes(alloc bool) (buf []byte, err error) { + n, err := p.DecodeVarint() + if err != nil { + return nil, err + } + + nb := int(n) + if nb < 0 { + return nil, fmt.Errorf("proto: bad byte length %d", nb) + } + end := p.index + nb + if end < p.index || end > len(p.buf) { + return nil, io.ErrUnexpectedEOF + } + + if !alloc { + // todo: check if can get more uses of alloc=false + buf = p.buf[p.index:end] + p.index += nb + return + } + + buf = make([]byte, nb) + copy(buf, p.buf[p.index:]) + p.index += nb + return +} + +// DecodeStringBytes reads an encoded string from the Buffer. +// This is the format used for the proto2 string type. +func (p *Buffer) DecodeStringBytes() (s string, err error) { + buf, err := p.DecodeRawBytes(false) + if err != nil { + return + } + return string(buf), nil +} + +// Skip the next item in the buffer. Its wire type is decoded and presented as an argument. +// If the protocol buffer has extensions, and the field matches, add it as an extension. +// Otherwise, if the XXX_unrecognized field exists, append the skipped data there. +func (o *Buffer) skipAndSave(t reflect.Type, tag, wire int, base structPointer, unrecField field) error { + oi := o.index + + err := o.skip(t, tag, wire) + if err != nil { + return err + } + + if !unrecField.IsValid() { + return nil + } + + ptr := structPointer_Bytes(base, unrecField) + + // Add the skipped field to struct field + obuf := o.buf + + o.buf = *ptr + o.EncodeVarint(uint64(tag<<3 | wire)) + *ptr = append(o.buf, obuf[oi:o.index]...) + + o.buf = obuf + + return nil +} + +// Skip the next item in the buffer. Its wire type is decoded and presented as an argument. +func (o *Buffer) skip(t reflect.Type, tag, wire int) error { + + var u uint64 + var err error + + switch wire { + case WireVarint: + _, err = o.DecodeVarint() + case WireFixed64: + _, err = o.DecodeFixed64() + case WireBytes: + _, err = o.DecodeRawBytes(false) + case WireFixed32: + _, err = o.DecodeFixed32() + case WireStartGroup: + for { + u, err = o.DecodeVarint() + if err != nil { + break + } + fwire := int(u & 0x7) + if fwire == WireEndGroup { + break + } + ftag := int(u >> 3) + err = o.skip(t, ftag, fwire) + if err != nil { + break + } + } + default: + err = fmt.Errorf("proto: can't skip unknown wire type %d for %s", wire, t) + } + return err +} + +// Unmarshaler is the interface representing objects that can +// unmarshal themselves. The method should reset the receiver before +// decoding starts. The argument points to data that may be +// overwritten, so implementations should not keep references to the +// buffer. +type Unmarshaler interface { + Unmarshal([]byte) error +} + +// Unmarshal parses the protocol buffer representation in buf and places the +// decoded result in pb. If the struct underlying pb does not match +// the data in buf, the results can be unpredictable. +// +// Unmarshal resets pb before starting to unmarshal, so any +// existing data in pb is always removed. Use UnmarshalMerge +// to preserve and append to existing data. +func Unmarshal(buf []byte, pb Message) error { + pb.Reset() + return UnmarshalMerge(buf, pb) +} + +// UnmarshalMerge parses the protocol buffer representation in buf and +// writes the decoded result to pb. If the struct underlying pb does not match +// the data in buf, the results can be unpredictable. +// +// UnmarshalMerge merges into existing data in pb. +// Most code should use Unmarshal instead. +func UnmarshalMerge(buf []byte, pb Message) error { + // If the object can unmarshal itself, let it. + if u, ok := pb.(Unmarshaler); ok { + return u.Unmarshal(buf) + } + return NewBuffer(buf).Unmarshal(pb) +} + +// DecodeMessage reads a count-delimited message from the Buffer. +func (p *Buffer) DecodeMessage(pb Message) error { + enc, err := p.DecodeRawBytes(false) + if err != nil { + return err + } + return NewBuffer(enc).Unmarshal(pb) +} + +// DecodeGroup reads a tag-delimited group from the Buffer. +func (p *Buffer) DecodeGroup(pb Message) error { + typ, base, err := getbase(pb) + if err != nil { + return err + } + return p.unmarshalType(typ.Elem(), GetProperties(typ.Elem()), true, base) +} + +// Unmarshal parses the protocol buffer representation in the +// Buffer and places the decoded result in pb. If the struct +// underlying pb does not match the data in the buffer, the results can be +// unpredictable. +// +// Unlike proto.Unmarshal, this does not reset pb before starting to unmarshal. +func (p *Buffer) Unmarshal(pb Message) error { + // If the object can unmarshal itself, let it. + if u, ok := pb.(Unmarshaler); ok { + err := u.Unmarshal(p.buf[p.index:]) + p.index = len(p.buf) + return err + } + + typ, base, err := getbase(pb) + if err != nil { + return err + } + + err = p.unmarshalType(typ.Elem(), GetProperties(typ.Elem()), false, base) + + if collectStats { + stats.Decode++ + } + + return err +} + +// unmarshalType does the work of unmarshaling a structure. +func (o *Buffer) unmarshalType(st reflect.Type, prop *StructProperties, is_group bool, base structPointer) error { + var state errorState + required, reqFields := prop.reqCount, uint64(0) + + var err error + for err == nil && o.index < len(o.buf) { + oi := o.index + var u uint64 + u, err = o.DecodeVarint() + if err != nil { + break + } + wire := int(u & 0x7) + if wire == WireEndGroup { + if is_group { + if required > 0 { + // Not enough information to determine the exact field. + // (See below.) + return &RequiredNotSetError{"{Unknown}"} + } + return nil // input is satisfied + } + return fmt.Errorf("proto: %s: wiretype end group for non-group", st) + } + tag := int(u >> 3) + if tag <= 0 { + return fmt.Errorf("proto: %s: illegal tag %d (wire type %d)", st, tag, wire) + } + fieldnum, ok := prop.decoderTags.get(tag) + if !ok { + // Maybe it's an extension? + if prop.extendable { + if e, _ := extendable(structPointer_Interface(base, st)); isExtensionField(e, int32(tag)) { + if err = o.skip(st, tag, wire); err == nil { + extmap := e.extensionsWrite() + ext := extmap[int32(tag)] // may be missing + ext.enc = append(ext.enc, o.buf[oi:o.index]...) + extmap[int32(tag)] = ext + } + continue + } + } + // Maybe it's a oneof? + if prop.oneofUnmarshaler != nil { + m := structPointer_Interface(base, st).(Message) + // First return value indicates whether tag is a oneof field. + ok, err = prop.oneofUnmarshaler(m, tag, wire, o) + if err == ErrInternalBadWireType { + // Map the error to something more descriptive. + // Do the formatting here to save generated code space. + err = fmt.Errorf("bad wiretype for oneof field in %T", m) + } + if ok { + continue + } + } + err = o.skipAndSave(st, tag, wire, base, prop.unrecField) + continue + } + p := prop.Prop[fieldnum] + + if p.dec == nil { + fmt.Fprintf(os.Stderr, "proto: no protobuf decoder for %s.%s\n", st, st.Field(fieldnum).Name) + continue + } + dec := p.dec + if wire != WireStartGroup && wire != p.WireType { + if wire == WireBytes && p.packedDec != nil { + // a packable field + dec = p.packedDec + } else { + err = fmt.Errorf("proto: bad wiretype for field %s.%s: got wiretype %d, want %d", st, st.Field(fieldnum).Name, wire, p.WireType) + continue + } + } + decErr := dec(o, p, base) + if decErr != nil && !state.shouldContinue(decErr, p) { + err = decErr + } + if err == nil && p.Required { + // Successfully decoded a required field. + if tag <= 64 { + // use bitmap for fields 1-64 to catch field reuse. + var mask uint64 = 1 << uint64(tag-1) + if reqFields&mask == 0 { + // new required field + reqFields |= mask + required-- + } + } else { + // This is imprecise. It can be fooled by a required field + // with a tag > 64 that is encoded twice; that's very rare. + // A fully correct implementation would require allocating + // a data structure, which we would like to avoid. + required-- + } + } + } + if err == nil { + if is_group { + return io.ErrUnexpectedEOF + } + if state.err != nil { + return state.err + } + if required > 0 { + // Not enough information to determine the exact field. If we use extra + // CPU, we could determine the field only if the missing required field + // has a tag <= 64 and we check reqFields. + return &RequiredNotSetError{"{Unknown}"} + } + } + return err +} + +// Individual type decoders +// For each, +// u is the decoded value, +// v is a pointer to the field (pointer) in the struct + +// Sizes of the pools to allocate inside the Buffer. +// The goal is modest amortization and allocation +// on at least 16-byte boundaries. +const ( + boolPoolSize = 16 + uint32PoolSize = 8 + uint64PoolSize = 4 +) + +// Decode a bool. +func (o *Buffer) dec_bool(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + if len(o.bools) == 0 { + o.bools = make([]bool, boolPoolSize) + } + o.bools[0] = u != 0 + *structPointer_Bool(base, p.field) = &o.bools[0] + o.bools = o.bools[1:] + return nil +} + +func (o *Buffer) dec_proto3_bool(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + *structPointer_BoolVal(base, p.field) = u != 0 + return nil +} + +// Decode an int32. +func (o *Buffer) dec_int32(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + word32_Set(structPointer_Word32(base, p.field), o, uint32(u)) + return nil +} + +func (o *Buffer) dec_proto3_int32(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + word32Val_Set(structPointer_Word32Val(base, p.field), uint32(u)) + return nil +} + +// Decode an int64. +func (o *Buffer) dec_int64(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + word64_Set(structPointer_Word64(base, p.field), o, u) + return nil +} + +func (o *Buffer) dec_proto3_int64(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + word64Val_Set(structPointer_Word64Val(base, p.field), o, u) + return nil +} + +// Decode a string. +func (o *Buffer) dec_string(p *Properties, base structPointer) error { + s, err := o.DecodeStringBytes() + if err != nil { + return err + } + *structPointer_String(base, p.field) = &s + return nil +} + +func (o *Buffer) dec_proto3_string(p *Properties, base structPointer) error { + s, err := o.DecodeStringBytes() + if err != nil { + return err + } + *structPointer_StringVal(base, p.field) = s + return nil +} + +// Decode a slice of bytes ([]byte). +func (o *Buffer) dec_slice_byte(p *Properties, base structPointer) error { + b, err := o.DecodeRawBytes(true) + if err != nil { + return err + } + *structPointer_Bytes(base, p.field) = b + return nil +} + +// Decode a slice of bools ([]bool). +func (o *Buffer) dec_slice_bool(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + v := structPointer_BoolSlice(base, p.field) + *v = append(*v, u != 0) + return nil +} + +// Decode a slice of bools ([]bool) in packed format. +func (o *Buffer) dec_slice_packed_bool(p *Properties, base structPointer) error { + v := structPointer_BoolSlice(base, p.field) + + nn, err := o.DecodeVarint() + if err != nil { + return err + } + nb := int(nn) // number of bytes of encoded bools + fin := o.index + nb + if fin < o.index { + return errOverflow + } + + y := *v + for o.index < fin { + u, err := p.valDec(o) + if err != nil { + return err + } + y = append(y, u != 0) + } + + *v = y + return nil +} + +// Decode a slice of int32s ([]int32). +func (o *Buffer) dec_slice_int32(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + structPointer_Word32Slice(base, p.field).Append(uint32(u)) + return nil +} + +// Decode a slice of int32s ([]int32) in packed format. +func (o *Buffer) dec_slice_packed_int32(p *Properties, base structPointer) error { + v := structPointer_Word32Slice(base, p.field) + + nn, err := o.DecodeVarint() + if err != nil { + return err + } + nb := int(nn) // number of bytes of encoded int32s + + fin := o.index + nb + if fin < o.index { + return errOverflow + } + for o.index < fin { + u, err := p.valDec(o) + if err != nil { + return err + } + v.Append(uint32(u)) + } + return nil +} + +// Decode a slice of int64s ([]int64). +func (o *Buffer) dec_slice_int64(p *Properties, base structPointer) error { + u, err := p.valDec(o) + if err != nil { + return err + } + + structPointer_Word64Slice(base, p.field).Append(u) + return nil +} + +// Decode a slice of int64s ([]int64) in packed format. +func (o *Buffer) dec_slice_packed_int64(p *Properties, base structPointer) error { + v := structPointer_Word64Slice(base, p.field) + + nn, err := o.DecodeVarint() + if err != nil { + return err + } + nb := int(nn) // number of bytes of encoded int64s + + fin := o.index + nb + if fin < o.index { + return errOverflow + } + for o.index < fin { + u, err := p.valDec(o) + if err != nil { + return err + } + v.Append(u) + } + return nil +} + +// Decode a slice of strings ([]string). +func (o *Buffer) dec_slice_string(p *Properties, base structPointer) error { + s, err := o.DecodeStringBytes() + if err != nil { + return err + } + v := structPointer_StringSlice(base, p.field) + *v = append(*v, s) + return nil +} + +// Decode a slice of slice of bytes ([][]byte). +func (o *Buffer) dec_slice_slice_byte(p *Properties, base structPointer) error { + b, err := o.DecodeRawBytes(true) + if err != nil { + return err + } + v := structPointer_BytesSlice(base, p.field) + *v = append(*v, b) + return nil +} + +// Decode a map field. +func (o *Buffer) dec_new_map(p *Properties, base structPointer) error { + raw, err := o.DecodeRawBytes(false) + if err != nil { + return err + } + oi := o.index // index at the end of this map entry + o.index -= len(raw) // move buffer back to start of map entry + + mptr := structPointer_NewAt(base, p.field, p.mtype) // *map[K]V + if mptr.Elem().IsNil() { + mptr.Elem().Set(reflect.MakeMap(mptr.Type().Elem())) + } + v := mptr.Elem() // map[K]V + + // Prepare addressable doubly-indirect placeholders for the key and value types. + // See enc_new_map for why. + keyptr := reflect.New(reflect.PtrTo(p.mtype.Key())).Elem() // addressable *K + keybase := toStructPointer(keyptr.Addr()) // **K + + var valbase structPointer + var valptr reflect.Value + switch p.mtype.Elem().Kind() { + case reflect.Slice: + // []byte + var dummy []byte + valptr = reflect.ValueOf(&dummy) // *[]byte + valbase = toStructPointer(valptr) // *[]byte + case reflect.Ptr: + // message; valptr is **Msg; need to allocate the intermediate pointer + valptr = reflect.New(reflect.PtrTo(p.mtype.Elem())).Elem() // addressable *V + valptr.Set(reflect.New(valptr.Type().Elem())) + valbase = toStructPointer(valptr) + default: + // everything else + valptr = reflect.New(reflect.PtrTo(p.mtype.Elem())).Elem() // addressable *V + valbase = toStructPointer(valptr.Addr()) // **V + } + + // Decode. + // This parses a restricted wire format, namely the encoding of a message + // with two fields. See enc_new_map for the format. + for o.index < oi { + // tagcode for key and value properties are always a single byte + // because they have tags 1 and 2. + tagcode := o.buf[o.index] + o.index++ + switch tagcode { + case p.mkeyprop.tagcode[0]: + if err := p.mkeyprop.dec(o, p.mkeyprop, keybase); err != nil { + return err + } + case p.mvalprop.tagcode[0]: + if err := p.mvalprop.dec(o, p.mvalprop, valbase); err != nil { + return err + } + default: + // TODO: Should we silently skip this instead? + return fmt.Errorf("proto: bad map data tag %d", raw[0]) + } + } + keyelem, valelem := keyptr.Elem(), valptr.Elem() + if !keyelem.IsValid() { + keyelem = reflect.Zero(p.mtype.Key()) + } + if !valelem.IsValid() { + valelem = reflect.Zero(p.mtype.Elem()) + } + + v.SetMapIndex(keyelem, valelem) + return nil +} + +// Decode a group. +func (o *Buffer) dec_struct_group(p *Properties, base structPointer) error { + bas := structPointer_GetStructPointer(base, p.field) + if structPointer_IsNil(bas) { + // allocate new nested message + bas = toStructPointer(reflect.New(p.stype)) + structPointer_SetStructPointer(base, p.field, bas) + } + return o.unmarshalType(p.stype, p.sprop, true, bas) +} + +// Decode an embedded message. +func (o *Buffer) dec_struct_message(p *Properties, base structPointer) (err error) { + raw, e := o.DecodeRawBytes(false) + if e != nil { + return e + } + + bas := structPointer_GetStructPointer(base, p.field) + if structPointer_IsNil(bas) { + // allocate new nested message + bas = toStructPointer(reflect.New(p.stype)) + structPointer_SetStructPointer(base, p.field, bas) + } + + // If the object can unmarshal itself, let it. + if p.isUnmarshaler { + iv := structPointer_Interface(bas, p.stype) + return iv.(Unmarshaler).Unmarshal(raw) + } + + obuf := o.buf + oi := o.index + o.buf = raw + o.index = 0 + + err = o.unmarshalType(p.stype, p.sprop, false, bas) + o.buf = obuf + o.index = oi + + return err +} + +// Decode a slice of embedded messages. +func (o *Buffer) dec_slice_struct_message(p *Properties, base structPointer) error { + return o.dec_slice_struct(p, false, base) +} + +// Decode a slice of embedded groups. +func (o *Buffer) dec_slice_struct_group(p *Properties, base structPointer) error { + return o.dec_slice_struct(p, true, base) +} + +// Decode a slice of structs ([]*struct). +func (o *Buffer) dec_slice_struct(p *Properties, is_group bool, base structPointer) error { + v := reflect.New(p.stype) + bas := toStructPointer(v) + structPointer_StructPointerSlice(base, p.field).Append(bas) + + if is_group { + err := o.unmarshalType(p.stype, p.sprop, is_group, bas) + return err + } + + raw, err := o.DecodeRawBytes(false) + if err != nil { + return err + } + + // If the object can unmarshal itself, let it. + if p.isUnmarshaler { + iv := v.Interface() + return iv.(Unmarshaler).Unmarshal(raw) + } + + obuf := o.buf + oi := o.index + o.buf = raw + o.index = 0 + + err = o.unmarshalType(p.stype, p.sprop, is_group, bas) + + o.buf = obuf + o.index = oi + + return err +} diff --git a/vendor/src/github.com/golang/protobuf/proto/decode_test.go b/vendor/src/github.com/golang/protobuf/proto/decode_test.go new file mode 100644 index 0000000..b1f1304 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/decode_test.go @@ -0,0 +1,256 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "fmt" + "testing" + + "github.com/golang/protobuf/proto" + tpb "github.com/golang/protobuf/proto/proto3_proto" +) + +var ( + bytesBlackhole []byte + msgBlackhole = new(tpb.Message) +) + +// BenchmarkVarint32ArraySmall shows the performance on an array of small int32 fields (1 and +// 2 bytes long). +func BenchmarkVarint32ArraySmall(b *testing.B) { + for i := uint(1); i <= 10; i++ { + dist := genInt32Dist([7]int{0, 3, 1}, 1<2GB. + ErrTooLarge = errors.New("proto: message encodes to over 2 GB") +) + +// The fundamental encoders that put bytes on the wire. +// Those that take integer types all accept uint64 and are +// therefore of type valueEncoder. + +const maxVarintBytes = 10 // maximum length of a varint + +// maxMarshalSize is the largest allowed size of an encoded protobuf, +// since C++ and Java use signed int32s for the size. +const maxMarshalSize = 1<<31 - 1 + +// EncodeVarint returns the varint encoding of x. +// This is the format for the +// int32, int64, uint32, uint64, bool, and enum +// protocol buffer types. +// Not used by the package itself, but helpful to clients +// wishing to use the same encoding. +func EncodeVarint(x uint64) []byte { + var buf [maxVarintBytes]byte + var n int + for n = 0; x > 127; n++ { + buf[n] = 0x80 | uint8(x&0x7F) + x >>= 7 + } + buf[n] = uint8(x) + n++ + return buf[0:n] +} + +// EncodeVarint writes a varint-encoded integer to the Buffer. +// This is the format for the +// int32, int64, uint32, uint64, bool, and enum +// protocol buffer types. +func (p *Buffer) EncodeVarint(x uint64) error { + for x >= 1<<7 { + p.buf = append(p.buf, uint8(x&0x7f|0x80)) + x >>= 7 + } + p.buf = append(p.buf, uint8(x)) + return nil +} + +// SizeVarint returns the varint encoding size of an integer. +func SizeVarint(x uint64) int { + return sizeVarint(x) +} + +func sizeVarint(x uint64) (n int) { + for { + n++ + x >>= 7 + if x == 0 { + break + } + } + return n +} + +// EncodeFixed64 writes a 64-bit integer to the Buffer. +// This is the format for the +// fixed64, sfixed64, and double protocol buffer types. +func (p *Buffer) EncodeFixed64(x uint64) error { + p.buf = append(p.buf, + uint8(x), + uint8(x>>8), + uint8(x>>16), + uint8(x>>24), + uint8(x>>32), + uint8(x>>40), + uint8(x>>48), + uint8(x>>56)) + return nil +} + +func sizeFixed64(x uint64) int { + return 8 +} + +// EncodeFixed32 writes a 32-bit integer to the Buffer. +// This is the format for the +// fixed32, sfixed32, and float protocol buffer types. +func (p *Buffer) EncodeFixed32(x uint64) error { + p.buf = append(p.buf, + uint8(x), + uint8(x>>8), + uint8(x>>16), + uint8(x>>24)) + return nil +} + +func sizeFixed32(x uint64) int { + return 4 +} + +// EncodeZigzag64 writes a zigzag-encoded 64-bit integer +// to the Buffer. +// This is the format used for the sint64 protocol buffer type. +func (p *Buffer) EncodeZigzag64(x uint64) error { + // use signed number to get arithmetic right shift. + return p.EncodeVarint(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +} + +func sizeZigzag64(x uint64) int { + return sizeVarint(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +} + +// EncodeZigzag32 writes a zigzag-encoded 32-bit integer +// to the Buffer. +// This is the format used for the sint32 protocol buffer type. +func (p *Buffer) EncodeZigzag32(x uint64) error { + // use signed number to get arithmetic right shift. + return p.EncodeVarint(uint64((uint32(x) << 1) ^ uint32((int32(x) >> 31)))) +} + +func sizeZigzag32(x uint64) int { + return sizeVarint(uint64((uint32(x) << 1) ^ uint32((int32(x) >> 31)))) +} + +// EncodeRawBytes writes a count-delimited byte buffer to the Buffer. +// This is the format used for the bytes protocol buffer +// type and for embedded messages. +func (p *Buffer) EncodeRawBytes(b []byte) error { + p.EncodeVarint(uint64(len(b))) + p.buf = append(p.buf, b...) + return nil +} + +func sizeRawBytes(b []byte) int { + return sizeVarint(uint64(len(b))) + + len(b) +} + +// EncodeStringBytes writes an encoded string to the Buffer. +// This is the format used for the proto2 string type. +func (p *Buffer) EncodeStringBytes(s string) error { + p.EncodeVarint(uint64(len(s))) + p.buf = append(p.buf, s...) + return nil +} + +func sizeStringBytes(s string) int { + return sizeVarint(uint64(len(s))) + + len(s) +} + +// Marshaler is the interface representing objects that can marshal themselves. +type Marshaler interface { + Marshal() ([]byte, error) +} + +// Marshal takes the protocol buffer +// and encodes it into the wire format, returning the data. +func Marshal(pb Message) ([]byte, error) { + // Can the object marshal itself? + if m, ok := pb.(Marshaler); ok { + return m.Marshal() + } + p := NewBuffer(nil) + err := p.Marshal(pb) + if p.buf == nil && err == nil { + // Return a non-nil slice on success. + return []byte{}, nil + } + return p.buf, err +} + +// EncodeMessage writes the protocol buffer to the Buffer, +// prefixed by a varint-encoded length. +func (p *Buffer) EncodeMessage(pb Message) error { + t, base, err := getbase(pb) + if structPointer_IsNil(base) { + return ErrNil + } + if err == nil { + var state errorState + err = p.enc_len_struct(GetProperties(t.Elem()), base, &state) + } + return err +} + +// Marshal takes the protocol buffer +// and encodes it into the wire format, writing the result to the +// Buffer. +func (p *Buffer) Marshal(pb Message) error { + // Can the object marshal itself? + if m, ok := pb.(Marshaler); ok { + data, err := m.Marshal() + p.buf = append(p.buf, data...) + return err + } + + t, base, err := getbase(pb) + if structPointer_IsNil(base) { + return ErrNil + } + if err == nil { + err = p.enc_struct(GetProperties(t.Elem()), base) + } + + if collectStats { + (stats).Encode++ // Parens are to work around a goimports bug. + } + + if len(p.buf) > maxMarshalSize { + return ErrTooLarge + } + return err +} + +// Size returns the encoded size of a protocol buffer. +func Size(pb Message) (n int) { + // Can the object marshal itself? If so, Size is slow. + // TODO: add Size to Marshaler, or add a Sizer interface. + if m, ok := pb.(Marshaler); ok { + b, _ := m.Marshal() + return len(b) + } + + t, base, err := getbase(pb) + if structPointer_IsNil(base) { + return 0 + } + if err == nil { + n = size_struct(GetProperties(t.Elem()), base) + } + + if collectStats { + (stats).Size++ // Parens are to work around a goimports bug. + } + + return +} + +// Individual type encoders. + +// Encode a bool. +func (o *Buffer) enc_bool(p *Properties, base structPointer) error { + v := *structPointer_Bool(base, p.field) + if v == nil { + return ErrNil + } + x := 0 + if *v { + x = 1 + } + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, uint64(x)) + return nil +} + +func (o *Buffer) enc_proto3_bool(p *Properties, base structPointer) error { + v := *structPointer_BoolVal(base, p.field) + if !v { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, 1) + return nil +} + +func size_bool(p *Properties, base structPointer) int { + v := *structPointer_Bool(base, p.field) + if v == nil { + return 0 + } + return len(p.tagcode) + 1 // each bool takes exactly one byte +} + +func size_proto3_bool(p *Properties, base structPointer) int { + v := *structPointer_BoolVal(base, p.field) + if !v && !p.oneof { + return 0 + } + return len(p.tagcode) + 1 // each bool takes exactly one byte +} + +// Encode an int32. +func (o *Buffer) enc_int32(p *Properties, base structPointer) error { + v := structPointer_Word32(base, p.field) + if word32_IsNil(v) { + return ErrNil + } + x := int32(word32_Get(v)) // permit sign extension to use full 64-bit range + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, uint64(x)) + return nil +} + +func (o *Buffer) enc_proto3_int32(p *Properties, base structPointer) error { + v := structPointer_Word32Val(base, p.field) + x := int32(word32Val_Get(v)) // permit sign extension to use full 64-bit range + if x == 0 { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, uint64(x)) + return nil +} + +func size_int32(p *Properties, base structPointer) (n int) { + v := structPointer_Word32(base, p.field) + if word32_IsNil(v) { + return 0 + } + x := int32(word32_Get(v)) // permit sign extension to use full 64-bit range + n += len(p.tagcode) + n += p.valSize(uint64(x)) + return +} + +func size_proto3_int32(p *Properties, base structPointer) (n int) { + v := structPointer_Word32Val(base, p.field) + x := int32(word32Val_Get(v)) // permit sign extension to use full 64-bit range + if x == 0 && !p.oneof { + return 0 + } + n += len(p.tagcode) + n += p.valSize(uint64(x)) + return +} + +// Encode a uint32. +// Exactly the same as int32, except for no sign extension. +func (o *Buffer) enc_uint32(p *Properties, base structPointer) error { + v := structPointer_Word32(base, p.field) + if word32_IsNil(v) { + return ErrNil + } + x := word32_Get(v) + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, uint64(x)) + return nil +} + +func (o *Buffer) enc_proto3_uint32(p *Properties, base structPointer) error { + v := structPointer_Word32Val(base, p.field) + x := word32Val_Get(v) + if x == 0 { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, uint64(x)) + return nil +} + +func size_uint32(p *Properties, base structPointer) (n int) { + v := structPointer_Word32(base, p.field) + if word32_IsNil(v) { + return 0 + } + x := word32_Get(v) + n += len(p.tagcode) + n += p.valSize(uint64(x)) + return +} + +func size_proto3_uint32(p *Properties, base structPointer) (n int) { + v := structPointer_Word32Val(base, p.field) + x := word32Val_Get(v) + if x == 0 && !p.oneof { + return 0 + } + n += len(p.tagcode) + n += p.valSize(uint64(x)) + return +} + +// Encode an int64. +func (o *Buffer) enc_int64(p *Properties, base structPointer) error { + v := structPointer_Word64(base, p.field) + if word64_IsNil(v) { + return ErrNil + } + x := word64_Get(v) + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, x) + return nil +} + +func (o *Buffer) enc_proto3_int64(p *Properties, base structPointer) error { + v := structPointer_Word64Val(base, p.field) + x := word64Val_Get(v) + if x == 0 { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, x) + return nil +} + +func size_int64(p *Properties, base structPointer) (n int) { + v := structPointer_Word64(base, p.field) + if word64_IsNil(v) { + return 0 + } + x := word64_Get(v) + n += len(p.tagcode) + n += p.valSize(x) + return +} + +func size_proto3_int64(p *Properties, base structPointer) (n int) { + v := structPointer_Word64Val(base, p.field) + x := word64Val_Get(v) + if x == 0 && !p.oneof { + return 0 + } + n += len(p.tagcode) + n += p.valSize(x) + return +} + +// Encode a string. +func (o *Buffer) enc_string(p *Properties, base structPointer) error { + v := *structPointer_String(base, p.field) + if v == nil { + return ErrNil + } + x := *v + o.buf = append(o.buf, p.tagcode...) + o.EncodeStringBytes(x) + return nil +} + +func (o *Buffer) enc_proto3_string(p *Properties, base structPointer) error { + v := *structPointer_StringVal(base, p.field) + if v == "" { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + o.EncodeStringBytes(v) + return nil +} + +func size_string(p *Properties, base structPointer) (n int) { + v := *structPointer_String(base, p.field) + if v == nil { + return 0 + } + x := *v + n += len(p.tagcode) + n += sizeStringBytes(x) + return +} + +func size_proto3_string(p *Properties, base structPointer) (n int) { + v := *structPointer_StringVal(base, p.field) + if v == "" && !p.oneof { + return 0 + } + n += len(p.tagcode) + n += sizeStringBytes(v) + return +} + +// All protocol buffer fields are nillable, but be careful. +func isNil(v reflect.Value) bool { + switch v.Kind() { + case reflect.Interface, reflect.Map, reflect.Ptr, reflect.Slice: + return v.IsNil() + } + return false +} + +// Encode a message struct. +func (o *Buffer) enc_struct_message(p *Properties, base structPointer) error { + var state errorState + structp := structPointer_GetStructPointer(base, p.field) + if structPointer_IsNil(structp) { + return ErrNil + } + + // Can the object marshal itself? + if p.isMarshaler { + m := structPointer_Interface(structp, p.stype).(Marshaler) + data, err := m.Marshal() + if err != nil && !state.shouldContinue(err, nil) { + return err + } + o.buf = append(o.buf, p.tagcode...) + o.EncodeRawBytes(data) + return state.err + } + + o.buf = append(o.buf, p.tagcode...) + return o.enc_len_struct(p.sprop, structp, &state) +} + +func size_struct_message(p *Properties, base structPointer) int { + structp := structPointer_GetStructPointer(base, p.field) + if structPointer_IsNil(structp) { + return 0 + } + + // Can the object marshal itself? + if p.isMarshaler { + m := structPointer_Interface(structp, p.stype).(Marshaler) + data, _ := m.Marshal() + n0 := len(p.tagcode) + n1 := sizeRawBytes(data) + return n0 + n1 + } + + n0 := len(p.tagcode) + n1 := size_struct(p.sprop, structp) + n2 := sizeVarint(uint64(n1)) // size of encoded length + return n0 + n1 + n2 +} + +// Encode a group struct. +func (o *Buffer) enc_struct_group(p *Properties, base structPointer) error { + var state errorState + b := structPointer_GetStructPointer(base, p.field) + if structPointer_IsNil(b) { + return ErrNil + } + + o.EncodeVarint(uint64((p.Tag << 3) | WireStartGroup)) + err := o.enc_struct(p.sprop, b) + if err != nil && !state.shouldContinue(err, nil) { + return err + } + o.EncodeVarint(uint64((p.Tag << 3) | WireEndGroup)) + return state.err +} + +func size_struct_group(p *Properties, base structPointer) (n int) { + b := structPointer_GetStructPointer(base, p.field) + if structPointer_IsNil(b) { + return 0 + } + + n += sizeVarint(uint64((p.Tag << 3) | WireStartGroup)) + n += size_struct(p.sprop, b) + n += sizeVarint(uint64((p.Tag << 3) | WireEndGroup)) + return +} + +// Encode a slice of bools ([]bool). +func (o *Buffer) enc_slice_bool(p *Properties, base structPointer) error { + s := *structPointer_BoolSlice(base, p.field) + l := len(s) + if l == 0 { + return ErrNil + } + for _, x := range s { + o.buf = append(o.buf, p.tagcode...) + v := uint64(0) + if x { + v = 1 + } + p.valEnc(o, v) + } + return nil +} + +func size_slice_bool(p *Properties, base structPointer) int { + s := *structPointer_BoolSlice(base, p.field) + l := len(s) + if l == 0 { + return 0 + } + return l * (len(p.tagcode) + 1) // each bool takes exactly one byte +} + +// Encode a slice of bools ([]bool) in packed format. +func (o *Buffer) enc_slice_packed_bool(p *Properties, base structPointer) error { + s := *structPointer_BoolSlice(base, p.field) + l := len(s) + if l == 0 { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + o.EncodeVarint(uint64(l)) // each bool takes exactly one byte + for _, x := range s { + v := uint64(0) + if x { + v = 1 + } + p.valEnc(o, v) + } + return nil +} + +func size_slice_packed_bool(p *Properties, base structPointer) (n int) { + s := *structPointer_BoolSlice(base, p.field) + l := len(s) + if l == 0 { + return 0 + } + n += len(p.tagcode) + n += sizeVarint(uint64(l)) + n += l // each bool takes exactly one byte + return +} + +// Encode a slice of bytes ([]byte). +func (o *Buffer) enc_slice_byte(p *Properties, base structPointer) error { + s := *structPointer_Bytes(base, p.field) + if s == nil { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + o.EncodeRawBytes(s) + return nil +} + +func (o *Buffer) enc_proto3_slice_byte(p *Properties, base structPointer) error { + s := *structPointer_Bytes(base, p.field) + if len(s) == 0 { + return ErrNil + } + o.buf = append(o.buf, p.tagcode...) + o.EncodeRawBytes(s) + return nil +} + +func size_slice_byte(p *Properties, base structPointer) (n int) { + s := *structPointer_Bytes(base, p.field) + if s == nil && !p.oneof { + return 0 + } + n += len(p.tagcode) + n += sizeRawBytes(s) + return +} + +func size_proto3_slice_byte(p *Properties, base structPointer) (n int) { + s := *structPointer_Bytes(base, p.field) + if len(s) == 0 && !p.oneof { + return 0 + } + n += len(p.tagcode) + n += sizeRawBytes(s) + return +} + +// Encode a slice of int32s ([]int32). +func (o *Buffer) enc_slice_int32(p *Properties, base structPointer) error { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return ErrNil + } + for i := 0; i < l; i++ { + o.buf = append(o.buf, p.tagcode...) + x := int32(s.Index(i)) // permit sign extension to use full 64-bit range + p.valEnc(o, uint64(x)) + } + return nil +} + +func size_slice_int32(p *Properties, base structPointer) (n int) { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return 0 + } + for i := 0; i < l; i++ { + n += len(p.tagcode) + x := int32(s.Index(i)) // permit sign extension to use full 64-bit range + n += p.valSize(uint64(x)) + } + return +} + +// Encode a slice of int32s ([]int32) in packed format. +func (o *Buffer) enc_slice_packed_int32(p *Properties, base structPointer) error { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return ErrNil + } + // TODO: Reuse a Buffer. + buf := NewBuffer(nil) + for i := 0; i < l; i++ { + x := int32(s.Index(i)) // permit sign extension to use full 64-bit range + p.valEnc(buf, uint64(x)) + } + + o.buf = append(o.buf, p.tagcode...) + o.EncodeVarint(uint64(len(buf.buf))) + o.buf = append(o.buf, buf.buf...) + return nil +} + +func size_slice_packed_int32(p *Properties, base structPointer) (n int) { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return 0 + } + var bufSize int + for i := 0; i < l; i++ { + x := int32(s.Index(i)) // permit sign extension to use full 64-bit range + bufSize += p.valSize(uint64(x)) + } + + n += len(p.tagcode) + n += sizeVarint(uint64(bufSize)) + n += bufSize + return +} + +// Encode a slice of uint32s ([]uint32). +// Exactly the same as int32, except for no sign extension. +func (o *Buffer) enc_slice_uint32(p *Properties, base structPointer) error { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return ErrNil + } + for i := 0; i < l; i++ { + o.buf = append(o.buf, p.tagcode...) + x := s.Index(i) + p.valEnc(o, uint64(x)) + } + return nil +} + +func size_slice_uint32(p *Properties, base structPointer) (n int) { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return 0 + } + for i := 0; i < l; i++ { + n += len(p.tagcode) + x := s.Index(i) + n += p.valSize(uint64(x)) + } + return +} + +// Encode a slice of uint32s ([]uint32) in packed format. +// Exactly the same as int32, except for no sign extension. +func (o *Buffer) enc_slice_packed_uint32(p *Properties, base structPointer) error { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return ErrNil + } + // TODO: Reuse a Buffer. + buf := NewBuffer(nil) + for i := 0; i < l; i++ { + p.valEnc(buf, uint64(s.Index(i))) + } + + o.buf = append(o.buf, p.tagcode...) + o.EncodeVarint(uint64(len(buf.buf))) + o.buf = append(o.buf, buf.buf...) + return nil +} + +func size_slice_packed_uint32(p *Properties, base structPointer) (n int) { + s := structPointer_Word32Slice(base, p.field) + l := s.Len() + if l == 0 { + return 0 + } + var bufSize int + for i := 0; i < l; i++ { + bufSize += p.valSize(uint64(s.Index(i))) + } + + n += len(p.tagcode) + n += sizeVarint(uint64(bufSize)) + n += bufSize + return +} + +// Encode a slice of int64s ([]int64). +func (o *Buffer) enc_slice_int64(p *Properties, base structPointer) error { + s := structPointer_Word64Slice(base, p.field) + l := s.Len() + if l == 0 { + return ErrNil + } + for i := 0; i < l; i++ { + o.buf = append(o.buf, p.tagcode...) + p.valEnc(o, s.Index(i)) + } + return nil +} + +func size_slice_int64(p *Properties, base structPointer) (n int) { + s := structPointer_Word64Slice(base, p.field) + l := s.Len() + if l == 0 { + return 0 + } + for i := 0; i < l; i++ { + n += len(p.tagcode) + n += p.valSize(s.Index(i)) + } + return +} + +// Encode a slice of int64s ([]int64) in packed format. +func (o *Buffer) enc_slice_packed_int64(p *Properties, base structPointer) error { + s := structPointer_Word64Slice(base, p.field) + l := s.Len() + if l == 0 { + return ErrNil + } + // TODO: Reuse a Buffer. + buf := NewBuffer(nil) + for i := 0; i < l; i++ { + p.valEnc(buf, s.Index(i)) + } + + o.buf = append(o.buf, p.tagcode...) + o.EncodeVarint(uint64(len(buf.buf))) + o.buf = append(o.buf, buf.buf...) + return nil +} + +func size_slice_packed_int64(p *Properties, base structPointer) (n int) { + s := structPointer_Word64Slice(base, p.field) + l := s.Len() + if l == 0 { + return 0 + } + var bufSize int + for i := 0; i < l; i++ { + bufSize += p.valSize(s.Index(i)) + } + + n += len(p.tagcode) + n += sizeVarint(uint64(bufSize)) + n += bufSize + return +} + +// Encode a slice of slice of bytes ([][]byte). +func (o *Buffer) enc_slice_slice_byte(p *Properties, base structPointer) error { + ss := *structPointer_BytesSlice(base, p.field) + l := len(ss) + if l == 0 { + return ErrNil + } + for i := 0; i < l; i++ { + o.buf = append(o.buf, p.tagcode...) + o.EncodeRawBytes(ss[i]) + } + return nil +} + +func size_slice_slice_byte(p *Properties, base structPointer) (n int) { + ss := *structPointer_BytesSlice(base, p.field) + l := len(ss) + if l == 0 { + return 0 + } + n += l * len(p.tagcode) + for i := 0; i < l; i++ { + n += sizeRawBytes(ss[i]) + } + return +} + +// Encode a slice of strings ([]string). +func (o *Buffer) enc_slice_string(p *Properties, base structPointer) error { + ss := *structPointer_StringSlice(base, p.field) + l := len(ss) + for i := 0; i < l; i++ { + o.buf = append(o.buf, p.tagcode...) + o.EncodeStringBytes(ss[i]) + } + return nil +} + +func size_slice_string(p *Properties, base structPointer) (n int) { + ss := *structPointer_StringSlice(base, p.field) + l := len(ss) + n += l * len(p.tagcode) + for i := 0; i < l; i++ { + n += sizeStringBytes(ss[i]) + } + return +} + +// Encode a slice of message structs ([]*struct). +func (o *Buffer) enc_slice_struct_message(p *Properties, base structPointer) error { + var state errorState + s := structPointer_StructPointerSlice(base, p.field) + l := s.Len() + + for i := 0; i < l; i++ { + structp := s.Index(i) + if structPointer_IsNil(structp) { + return errRepeatedHasNil + } + + // Can the object marshal itself? + if p.isMarshaler { + m := structPointer_Interface(structp, p.stype).(Marshaler) + data, err := m.Marshal() + if err != nil && !state.shouldContinue(err, nil) { + return err + } + o.buf = append(o.buf, p.tagcode...) + o.EncodeRawBytes(data) + continue + } + + o.buf = append(o.buf, p.tagcode...) + err := o.enc_len_struct(p.sprop, structp, &state) + if err != nil && !state.shouldContinue(err, nil) { + if err == ErrNil { + return errRepeatedHasNil + } + return err + } + } + return state.err +} + +func size_slice_struct_message(p *Properties, base structPointer) (n int) { + s := structPointer_StructPointerSlice(base, p.field) + l := s.Len() + n += l * len(p.tagcode) + for i := 0; i < l; i++ { + structp := s.Index(i) + if structPointer_IsNil(structp) { + return // return the size up to this point + } + + // Can the object marshal itself? + if p.isMarshaler { + m := structPointer_Interface(structp, p.stype).(Marshaler) + data, _ := m.Marshal() + n += sizeRawBytes(data) + continue + } + + n0 := size_struct(p.sprop, structp) + n1 := sizeVarint(uint64(n0)) // size of encoded length + n += n0 + n1 + } + return +} + +// Encode a slice of group structs ([]*struct). +func (o *Buffer) enc_slice_struct_group(p *Properties, base structPointer) error { + var state errorState + s := structPointer_StructPointerSlice(base, p.field) + l := s.Len() + + for i := 0; i < l; i++ { + b := s.Index(i) + if structPointer_IsNil(b) { + return errRepeatedHasNil + } + + o.EncodeVarint(uint64((p.Tag << 3) | WireStartGroup)) + + err := o.enc_struct(p.sprop, b) + + if err != nil && !state.shouldContinue(err, nil) { + if err == ErrNil { + return errRepeatedHasNil + } + return err + } + + o.EncodeVarint(uint64((p.Tag << 3) | WireEndGroup)) + } + return state.err +} + +func size_slice_struct_group(p *Properties, base structPointer) (n int) { + s := structPointer_StructPointerSlice(base, p.field) + l := s.Len() + + n += l * sizeVarint(uint64((p.Tag<<3)|WireStartGroup)) + n += l * sizeVarint(uint64((p.Tag<<3)|WireEndGroup)) + for i := 0; i < l; i++ { + b := s.Index(i) + if structPointer_IsNil(b) { + return // return size up to this point + } + + n += size_struct(p.sprop, b) + } + return +} + +// Encode an extension map. +func (o *Buffer) enc_map(p *Properties, base structPointer) error { + exts := structPointer_ExtMap(base, p.field) + if err := encodeExtensionsMap(*exts); err != nil { + return err + } + + return o.enc_map_body(*exts) +} + +func (o *Buffer) enc_exts(p *Properties, base structPointer) error { + exts := structPointer_Extensions(base, p.field) + + v, mu := exts.extensionsRead() + if v == nil { + return nil + } + + mu.Lock() + defer mu.Unlock() + if err := encodeExtensionsMap(v); err != nil { + return err + } + + return o.enc_map_body(v) +} + +func (o *Buffer) enc_map_body(v map[int32]Extension) error { + // Fast-path for common cases: zero or one extensions. + if len(v) <= 1 { + for _, e := range v { + o.buf = append(o.buf, e.enc...) + } + return nil + } + + // Sort keys to provide a deterministic encoding. + keys := make([]int, 0, len(v)) + for k := range v { + keys = append(keys, int(k)) + } + sort.Ints(keys) + + for _, k := range keys { + o.buf = append(o.buf, v[int32(k)].enc...) + } + return nil +} + +func size_map(p *Properties, base structPointer) int { + v := structPointer_ExtMap(base, p.field) + return extensionsMapSize(*v) +} + +func size_exts(p *Properties, base structPointer) int { + v := structPointer_Extensions(base, p.field) + return extensionsSize(v) +} + +// Encode a map field. +func (o *Buffer) enc_new_map(p *Properties, base structPointer) error { + var state errorState // XXX: or do we need to plumb this through? + + /* + A map defined as + map map_field = N; + is encoded in the same way as + message MapFieldEntry { + key_type key = 1; + value_type value = 2; + } + repeated MapFieldEntry map_field = N; + */ + + v := structPointer_NewAt(base, p.field, p.mtype).Elem() // map[K]V + if v.Len() == 0 { + return nil + } + + keycopy, valcopy, keybase, valbase := mapEncodeScratch(p.mtype) + + enc := func() error { + if err := p.mkeyprop.enc(o, p.mkeyprop, keybase); err != nil { + return err + } + if err := p.mvalprop.enc(o, p.mvalprop, valbase); err != nil && err != ErrNil { + return err + } + return nil + } + + // Don't sort map keys. It is not required by the spec, and C++ doesn't do it. + for _, key := range v.MapKeys() { + val := v.MapIndex(key) + + keycopy.Set(key) + valcopy.Set(val) + + o.buf = append(o.buf, p.tagcode...) + if err := o.enc_len_thing(enc, &state); err != nil { + return err + } + } + return nil +} + +func size_new_map(p *Properties, base structPointer) int { + v := structPointer_NewAt(base, p.field, p.mtype).Elem() // map[K]V + + keycopy, valcopy, keybase, valbase := mapEncodeScratch(p.mtype) + + n := 0 + for _, key := range v.MapKeys() { + val := v.MapIndex(key) + keycopy.Set(key) + valcopy.Set(val) + + // Tag codes for key and val are the responsibility of the sub-sizer. + keysize := p.mkeyprop.size(p.mkeyprop, keybase) + valsize := p.mvalprop.size(p.mvalprop, valbase) + entry := keysize + valsize + // Add on tag code and length of map entry itself. + n += len(p.tagcode) + sizeVarint(uint64(entry)) + entry + } + return n +} + +// mapEncodeScratch returns a new reflect.Value matching the map's value type, +// and a structPointer suitable for passing to an encoder or sizer. +func mapEncodeScratch(mapType reflect.Type) (keycopy, valcopy reflect.Value, keybase, valbase structPointer) { + // Prepare addressable doubly-indirect placeholders for the key and value types. + // This is needed because the element-type encoders expect **T, but the map iteration produces T. + + keycopy = reflect.New(mapType.Key()).Elem() // addressable K + keyptr := reflect.New(reflect.PtrTo(keycopy.Type())).Elem() // addressable *K + keyptr.Set(keycopy.Addr()) // + keybase = toStructPointer(keyptr.Addr()) // **K + + // Value types are more varied and require special handling. + switch mapType.Elem().Kind() { + case reflect.Slice: + // []byte + var dummy []byte + valcopy = reflect.ValueOf(&dummy).Elem() // addressable []byte + valbase = toStructPointer(valcopy.Addr()) + case reflect.Ptr: + // message; the generated field type is map[K]*Msg (so V is *Msg), + // so we only need one level of indirection. + valcopy = reflect.New(mapType.Elem()).Elem() // addressable V + valbase = toStructPointer(valcopy.Addr()) + default: + // everything else + valcopy = reflect.New(mapType.Elem()).Elem() // addressable V + valptr := reflect.New(reflect.PtrTo(valcopy.Type())).Elem() // addressable *V + valptr.Set(valcopy.Addr()) // + valbase = toStructPointer(valptr.Addr()) // **V + } + return +} + +// Encode a struct. +func (o *Buffer) enc_struct(prop *StructProperties, base structPointer) error { + var state errorState + // Encode fields in tag order so that decoders may use optimizations + // that depend on the ordering. + // https://developers.google.com/protocol-buffers/docs/encoding#order + for _, i := range prop.order { + p := prop.Prop[i] + if p.enc != nil { + err := p.enc(o, p, base) + if err != nil { + if err == ErrNil { + if p.Required && state.err == nil { + state.err = &RequiredNotSetError{p.Name} + } + } else if err == errRepeatedHasNil { + // Give more context to nil values in repeated fields. + return errors.New("repeated field " + p.OrigName + " has nil element") + } else if !state.shouldContinue(err, p) { + return err + } + } + if len(o.buf) > maxMarshalSize { + return ErrTooLarge + } + } + } + + // Do oneof fields. + if prop.oneofMarshaler != nil { + m := structPointer_Interface(base, prop.stype).(Message) + if err := prop.oneofMarshaler(m, o); err == ErrNil { + return errOneofHasNil + } else if err != nil { + return err + } + } + + // Add unrecognized fields at the end. + if prop.unrecField.IsValid() { + v := *structPointer_Bytes(base, prop.unrecField) + if len(o.buf)+len(v) > maxMarshalSize { + return ErrTooLarge + } + if len(v) > 0 { + o.buf = append(o.buf, v...) + } + } + + return state.err +} + +func size_struct(prop *StructProperties, base structPointer) (n int) { + for _, i := range prop.order { + p := prop.Prop[i] + if p.size != nil { + n += p.size(p, base) + } + } + + // Add unrecognized fields at the end. + if prop.unrecField.IsValid() { + v := *structPointer_Bytes(base, prop.unrecField) + n += len(v) + } + + // Factor in any oneof fields. + if prop.oneofSizer != nil { + m := structPointer_Interface(base, prop.stype).(Message) + n += prop.oneofSizer(m) + } + + return +} + +var zeroes [20]byte // longer than any conceivable sizeVarint + +// Encode a struct, preceded by its encoded length (as a varint). +func (o *Buffer) enc_len_struct(prop *StructProperties, base structPointer, state *errorState) error { + return o.enc_len_thing(func() error { return o.enc_struct(prop, base) }, state) +} + +// Encode something, preceded by its encoded length (as a varint). +func (o *Buffer) enc_len_thing(enc func() error, state *errorState) error { + iLen := len(o.buf) + o.buf = append(o.buf, 0, 0, 0, 0) // reserve four bytes for length + iMsg := len(o.buf) + err := enc() + if err != nil && !state.shouldContinue(err, nil) { + return err + } + lMsg := len(o.buf) - iMsg + lLen := sizeVarint(uint64(lMsg)) + switch x := lLen - (iMsg - iLen); { + case x > 0: // actual length is x bytes larger than the space we reserved + // Move msg x bytes right. + o.buf = append(o.buf, zeroes[:x]...) + copy(o.buf[iMsg+x:], o.buf[iMsg:iMsg+lMsg]) + case x < 0: // actual length is x bytes smaller than the space we reserved + // Move msg x bytes left. + copy(o.buf[iMsg+x:], o.buf[iMsg:iMsg+lMsg]) + o.buf = o.buf[:len(o.buf)+x] // x is negative + } + // Encode the length in the reserved space. + o.buf = o.buf[:iLen] + o.EncodeVarint(uint64(lMsg)) + o.buf = o.buf[:len(o.buf)+lMsg] + return state.err +} + +// errorState maintains the first error that occurs and updates that error +// with additional context. +type errorState struct { + err error +} + +// shouldContinue reports whether encoding should continue upon encountering the +// given error. If the error is RequiredNotSetError, shouldContinue returns true +// and, if this is the first appearance of that error, remembers it for future +// reporting. +// +// If prop is not nil, it may update any error with additional context about the +// field with the error. +func (s *errorState) shouldContinue(err error, prop *Properties) bool { + // Ignore unset required fields. + reqNotSet, ok := err.(*RequiredNotSetError) + if !ok { + return false + } + if s.err == nil { + if prop != nil { + err = &RequiredNotSetError{prop.Name + "." + reqNotSet.field} + } + s.err = err + } + return true +} diff --git a/vendor/src/github.com/golang/protobuf/proto/encode_test.go b/vendor/src/github.com/golang/protobuf/proto/encode_test.go new file mode 100644 index 0000000..0b36a0e --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/encode_test.go @@ -0,0 +1,83 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "strconv" + "testing" + + "github.com/golang/protobuf/proto" + tpb "github.com/golang/protobuf/proto/proto3_proto" + "github.com/golang/protobuf/ptypes" +) + +var ( + blackhole []byte +) + +// BenchmarkAny creates increasingly large arbitrary Any messages. The type is always the +// same. +func BenchmarkAny(b *testing.B) { + data := make([]byte, 1<<20) + quantum := 1 << 10 + for i := uint(0); i <= 10; i++ { + b.Run(strconv.Itoa(quantum<= len(o.buf) { + break + } + } + return value.Interface(), nil +} + +// GetExtensions returns a slice of the extensions present in pb that are also listed in es. +// The returned slice has the same length as es; missing extensions will appear as nil elements. +func GetExtensions(pb Message, es []*ExtensionDesc) (extensions []interface{}, err error) { + epb, ok := extendable(pb) + if !ok { + return nil, errors.New("proto: not an extendable proto") + } + extensions = make([]interface{}, len(es)) + for i, e := range es { + extensions[i], err = GetExtension(epb, e) + if err == ErrMissingExtension { + err = nil + } + if err != nil { + return + } + } + return +} + +// ExtensionDescs returns a new slice containing pb's extension descriptors, in undefined order. +// For non-registered extensions, ExtensionDescs returns an incomplete descriptor containing +// just the Field field, which defines the extension's field number. +func ExtensionDescs(pb Message) ([]*ExtensionDesc, error) { + epb, ok := extendable(pb) + if !ok { + return nil, fmt.Errorf("proto: %T is not an extendable proto.Message", pb) + } + registeredExtensions := RegisteredExtensions(pb) + + emap, mu := epb.extensionsRead() + if emap == nil { + return nil, nil + } + mu.Lock() + defer mu.Unlock() + extensions := make([]*ExtensionDesc, 0, len(emap)) + for extid, e := range emap { + desc := e.desc + if desc == nil { + desc = registeredExtensions[extid] + if desc == nil { + desc = &ExtensionDesc{Field: extid} + } + } + + extensions = append(extensions, desc) + } + return extensions, nil +} + +// SetExtension sets the specified extension of pb to the specified value. +func SetExtension(pb Message, extension *ExtensionDesc, value interface{}) error { + epb, ok := extendable(pb) + if !ok { + return errors.New("proto: not an extendable proto") + } + if err := checkExtensionTypes(epb, extension); err != nil { + return err + } + typ := reflect.TypeOf(extension.ExtensionType) + if typ != reflect.TypeOf(value) { + return errors.New("proto: bad extension value type") + } + // nil extension values need to be caught early, because the + // encoder can't distinguish an ErrNil due to a nil extension + // from an ErrNil due to a missing field. Extensions are + // always optional, so the encoder would just swallow the error + // and drop all the extensions from the encoded message. + if reflect.ValueOf(value).IsNil() { + return fmt.Errorf("proto: SetExtension called with nil value of type %T", value) + } + + extmap := epb.extensionsWrite() + extmap[extension.Field] = Extension{desc: extension, value: value} + return nil +} + +// ClearAllExtensions clears all extensions from pb. +func ClearAllExtensions(pb Message) { + epb, ok := extendable(pb) + if !ok { + return + } + m := epb.extensionsWrite() + for k := range m { + delete(m, k) + } +} + +// A global registry of extensions. +// The generated code will register the generated descriptors by calling RegisterExtension. + +var extensionMaps = make(map[reflect.Type]map[int32]*ExtensionDesc) + +// RegisterExtension is called from the generated code. +func RegisterExtension(desc *ExtensionDesc) { + st := reflect.TypeOf(desc.ExtendedType).Elem() + m := extensionMaps[st] + if m == nil { + m = make(map[int32]*ExtensionDesc) + extensionMaps[st] = m + } + if _, ok := m[desc.Field]; ok { + panic("proto: duplicate extension registered: " + st.String() + " " + strconv.Itoa(int(desc.Field))) + } + m[desc.Field] = desc +} + +// RegisteredExtensions returns a map of the registered extensions of a +// protocol buffer struct, indexed by the extension number. +// The argument pb should be a nil pointer to the struct type. +func RegisteredExtensions(pb Message) map[int32]*ExtensionDesc { + return extensionMaps[reflect.TypeOf(pb).Elem()] +} diff --git a/vendor/src/github.com/golang/protobuf/proto/extensions_test.go b/vendor/src/github.com/golang/protobuf/proto/extensions_test.go new file mode 100644 index 0000000..b6d9114 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/extensions_test.go @@ -0,0 +1,536 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2014 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "bytes" + "fmt" + "reflect" + "sort" + "testing" + + "github.com/golang/protobuf/proto" + pb "github.com/golang/protobuf/proto/testdata" + "golang.org/x/sync/errgroup" +) + +func TestGetExtensionsWithMissingExtensions(t *testing.T) { + msg := &pb.MyMessage{} + ext1 := &pb.Ext{} + if err := proto.SetExtension(msg, pb.E_Ext_More, ext1); err != nil { + t.Fatalf("Could not set ext1: %s", err) + } + exts, err := proto.GetExtensions(msg, []*proto.ExtensionDesc{ + pb.E_Ext_More, + pb.E_Ext_Text, + }) + if err != nil { + t.Fatalf("GetExtensions() failed: %s", err) + } + if exts[0] != ext1 { + t.Errorf("ext1 not in returned extensions: %T %v", exts[0], exts[0]) + } + if exts[1] != nil { + t.Errorf("ext2 in returned extensions: %T %v", exts[1], exts[1]) + } +} + +func TestExtensionDescsWithMissingExtensions(t *testing.T) { + msg := &pb.MyMessage{Count: proto.Int32(0)} + extdesc1 := pb.E_Ext_More + if descs, err := proto.ExtensionDescs(msg); len(descs) != 0 || err != nil { + t.Errorf("proto.ExtensionDescs: got %d descs, error %v; want 0, nil", len(descs), err) + } + + ext1 := &pb.Ext{} + if err := proto.SetExtension(msg, extdesc1, ext1); err != nil { + t.Fatalf("Could not set ext1: %s", err) + } + extdesc2 := &proto.ExtensionDesc{ + ExtendedType: (*pb.MyMessage)(nil), + ExtensionType: (*bool)(nil), + Field: 123456789, + Name: "a.b", + Tag: "varint,123456789,opt", + } + ext2 := proto.Bool(false) + if err := proto.SetExtension(msg, extdesc2, ext2); err != nil { + t.Fatalf("Could not set ext2: %s", err) + } + + b, err := proto.Marshal(msg) + if err != nil { + t.Fatalf("Could not marshal msg: %v", err) + } + if err := proto.Unmarshal(b, msg); err != nil { + t.Fatalf("Could not unmarshal into msg: %v", err) + } + + descs, err := proto.ExtensionDescs(msg) + if err != nil { + t.Fatalf("proto.ExtensionDescs: got error %v", err) + } + sortExtDescs(descs) + wantDescs := []*proto.ExtensionDesc{extdesc1, &proto.ExtensionDesc{Field: extdesc2.Field}} + if !reflect.DeepEqual(descs, wantDescs) { + t.Errorf("proto.ExtensionDescs(msg) sorted extension ids: got %+v, want %+v", descs, wantDescs) + } +} + +type ExtensionDescSlice []*proto.ExtensionDesc + +func (s ExtensionDescSlice) Len() int { return len(s) } +func (s ExtensionDescSlice) Less(i, j int) bool { return s[i].Field < s[j].Field } +func (s ExtensionDescSlice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } + +func sortExtDescs(s []*proto.ExtensionDesc) { + sort.Sort(ExtensionDescSlice(s)) +} + +func TestGetExtensionStability(t *testing.T) { + check := func(m *pb.MyMessage) bool { + ext1, err := proto.GetExtension(m, pb.E_Ext_More) + if err != nil { + t.Fatalf("GetExtension() failed: %s", err) + } + ext2, err := proto.GetExtension(m, pb.E_Ext_More) + if err != nil { + t.Fatalf("GetExtension() failed: %s", err) + } + return ext1 == ext2 + } + msg := &pb.MyMessage{Count: proto.Int32(4)} + ext0 := &pb.Ext{} + if err := proto.SetExtension(msg, pb.E_Ext_More, ext0); err != nil { + t.Fatalf("Could not set ext1: %s", ext0) + } + if !check(msg) { + t.Errorf("GetExtension() not stable before marshaling") + } + bb, err := proto.Marshal(msg) + if err != nil { + t.Fatalf("Marshal() failed: %s", err) + } + msg1 := &pb.MyMessage{} + err = proto.Unmarshal(bb, msg1) + if err != nil { + t.Fatalf("Unmarshal() failed: %s", err) + } + if !check(msg1) { + t.Errorf("GetExtension() not stable after unmarshaling") + } +} + +func TestGetExtensionDefaults(t *testing.T) { + var setFloat64 float64 = 1 + var setFloat32 float32 = 2 + var setInt32 int32 = 3 + var setInt64 int64 = 4 + var setUint32 uint32 = 5 + var setUint64 uint64 = 6 + var setBool = true + var setBool2 = false + var setString = "Goodnight string" + var setBytes = []byte("Goodnight bytes") + var setEnum = pb.DefaultsMessage_TWO + + type testcase struct { + ext *proto.ExtensionDesc // Extension we are testing. + want interface{} // Expected value of extension, or nil (meaning that GetExtension will fail). + def interface{} // Expected value of extension after ClearExtension(). + } + tests := []testcase{ + {pb.E_NoDefaultDouble, setFloat64, nil}, + {pb.E_NoDefaultFloat, setFloat32, nil}, + {pb.E_NoDefaultInt32, setInt32, nil}, + {pb.E_NoDefaultInt64, setInt64, nil}, + {pb.E_NoDefaultUint32, setUint32, nil}, + {pb.E_NoDefaultUint64, setUint64, nil}, + {pb.E_NoDefaultSint32, setInt32, nil}, + {pb.E_NoDefaultSint64, setInt64, nil}, + {pb.E_NoDefaultFixed32, setUint32, nil}, + {pb.E_NoDefaultFixed64, setUint64, nil}, + {pb.E_NoDefaultSfixed32, setInt32, nil}, + {pb.E_NoDefaultSfixed64, setInt64, nil}, + {pb.E_NoDefaultBool, setBool, nil}, + {pb.E_NoDefaultBool, setBool2, nil}, + {pb.E_NoDefaultString, setString, nil}, + {pb.E_NoDefaultBytes, setBytes, nil}, + {pb.E_NoDefaultEnum, setEnum, nil}, + {pb.E_DefaultDouble, setFloat64, float64(3.1415)}, + {pb.E_DefaultFloat, setFloat32, float32(3.14)}, + {pb.E_DefaultInt32, setInt32, int32(42)}, + {pb.E_DefaultInt64, setInt64, int64(43)}, + {pb.E_DefaultUint32, setUint32, uint32(44)}, + {pb.E_DefaultUint64, setUint64, uint64(45)}, + {pb.E_DefaultSint32, setInt32, int32(46)}, + {pb.E_DefaultSint64, setInt64, int64(47)}, + {pb.E_DefaultFixed32, setUint32, uint32(48)}, + {pb.E_DefaultFixed64, setUint64, uint64(49)}, + {pb.E_DefaultSfixed32, setInt32, int32(50)}, + {pb.E_DefaultSfixed64, setInt64, int64(51)}, + {pb.E_DefaultBool, setBool, true}, + {pb.E_DefaultBool, setBool2, true}, + {pb.E_DefaultString, setString, "Hello, string"}, + {pb.E_DefaultBytes, setBytes, []byte("Hello, bytes")}, + {pb.E_DefaultEnum, setEnum, pb.DefaultsMessage_ONE}, + } + + checkVal := func(test testcase, msg *pb.DefaultsMessage, valWant interface{}) error { + val, err := proto.GetExtension(msg, test.ext) + if err != nil { + if valWant != nil { + return fmt.Errorf("GetExtension(): %s", err) + } + if want := proto.ErrMissingExtension; err != want { + return fmt.Errorf("Unexpected error: got %v, want %v", err, want) + } + return nil + } + + // All proto2 extension values are either a pointer to a value or a slice of values. + ty := reflect.TypeOf(val) + tyWant := reflect.TypeOf(test.ext.ExtensionType) + if got, want := ty, tyWant; got != want { + return fmt.Errorf("unexpected reflect.TypeOf(): got %v want %v", got, want) + } + tye := ty.Elem() + tyeWant := tyWant.Elem() + if got, want := tye, tyeWant; got != want { + return fmt.Errorf("unexpected reflect.TypeOf().Elem(): got %v want %v", got, want) + } + + // Check the name of the type of the value. + // If it is an enum it will be type int32 with the name of the enum. + if got, want := tye.Name(), tye.Name(); got != want { + return fmt.Errorf("unexpected reflect.TypeOf().Elem().Name(): got %v want %v", got, want) + } + + // Check that value is what we expect. + // If we have a pointer in val, get the value it points to. + valExp := val + if ty.Kind() == reflect.Ptr { + valExp = reflect.ValueOf(val).Elem().Interface() + } + if got, want := valExp, valWant; !reflect.DeepEqual(got, want) { + return fmt.Errorf("unexpected reflect.DeepEqual(): got %v want %v", got, want) + } + + return nil + } + + setTo := func(test testcase) interface{} { + setTo := reflect.ValueOf(test.want) + if typ := reflect.TypeOf(test.ext.ExtensionType); typ.Kind() == reflect.Ptr { + setTo = reflect.New(typ).Elem() + setTo.Set(reflect.New(setTo.Type().Elem())) + setTo.Elem().Set(reflect.ValueOf(test.want)) + } + return setTo.Interface() + } + + for _, test := range tests { + msg := &pb.DefaultsMessage{} + name := test.ext.Name + + // Check the initial value. + if err := checkVal(test, msg, test.def); err != nil { + t.Errorf("%s: %v", name, err) + } + + // Set the per-type value and check value. + name = fmt.Sprintf("%s (set to %T %v)", name, test.want, test.want) + if err := proto.SetExtension(msg, test.ext, setTo(test)); err != nil { + t.Errorf("%s: SetExtension(): %v", name, err) + continue + } + if err := checkVal(test, msg, test.want); err != nil { + t.Errorf("%s: %v", name, err) + continue + } + + // Set and check the value. + name += " (cleared)" + proto.ClearExtension(msg, test.ext) + if err := checkVal(test, msg, test.def); err != nil { + t.Errorf("%s: %v", name, err) + } + } +} + +func TestExtensionsRoundTrip(t *testing.T) { + msg := &pb.MyMessage{} + ext1 := &pb.Ext{ + Data: proto.String("hi"), + } + ext2 := &pb.Ext{ + Data: proto.String("there"), + } + exists := proto.HasExtension(msg, pb.E_Ext_More) + if exists { + t.Error("Extension More present unexpectedly") + } + if err := proto.SetExtension(msg, pb.E_Ext_More, ext1); err != nil { + t.Error(err) + } + if err := proto.SetExtension(msg, pb.E_Ext_More, ext2); err != nil { + t.Error(err) + } + e, err := proto.GetExtension(msg, pb.E_Ext_More) + if err != nil { + t.Error(err) + } + x, ok := e.(*pb.Ext) + if !ok { + t.Errorf("e has type %T, expected testdata.Ext", e) + } else if *x.Data != "there" { + t.Errorf("SetExtension failed to overwrite, got %+v, not 'there'", x) + } + proto.ClearExtension(msg, pb.E_Ext_More) + if _, err = proto.GetExtension(msg, pb.E_Ext_More); err != proto.ErrMissingExtension { + t.Errorf("got %v, expected ErrMissingExtension", e) + } + if _, err := proto.GetExtension(msg, pb.E_X215); err == nil { + t.Error("expected bad extension error, got nil") + } + if err := proto.SetExtension(msg, pb.E_X215, 12); err == nil { + t.Error("expected extension err") + } + if err := proto.SetExtension(msg, pb.E_Ext_More, 12); err == nil { + t.Error("expected some sort of type mismatch error, got nil") + } +} + +func TestNilExtension(t *testing.T) { + msg := &pb.MyMessage{ + Count: proto.Int32(1), + } + if err := proto.SetExtension(msg, pb.E_Ext_Text, proto.String("hello")); err != nil { + t.Fatal(err) + } + if err := proto.SetExtension(msg, pb.E_Ext_More, (*pb.Ext)(nil)); err == nil { + t.Error("expected SetExtension to fail due to a nil extension") + } else if want := "proto: SetExtension called with nil value of type *testdata.Ext"; err.Error() != want { + t.Errorf("expected error %v, got %v", want, err) + } + // Note: if the behavior of Marshal is ever changed to ignore nil extensions, update + // this test to verify that E_Ext_Text is properly propagated through marshal->unmarshal. +} + +func TestMarshalUnmarshalRepeatedExtension(t *testing.T) { + // Add a repeated extension to the result. + tests := []struct { + name string + ext []*pb.ComplexExtension + }{ + { + "two fields", + []*pb.ComplexExtension{ + {First: proto.Int32(7)}, + {Second: proto.Int32(11)}, + }, + }, + { + "repeated field", + []*pb.ComplexExtension{ + {Third: []int32{1000}}, + {Third: []int32{2000}}, + }, + }, + { + "two fields and repeated field", + []*pb.ComplexExtension{ + {Third: []int32{1000}}, + {First: proto.Int32(9)}, + {Second: proto.Int32(21)}, + {Third: []int32{2000}}, + }, + }, + } + for _, test := range tests { + // Marshal message with a repeated extension. + msg1 := new(pb.OtherMessage) + err := proto.SetExtension(msg1, pb.E_RComplex, test.ext) + if err != nil { + t.Fatalf("[%s] Error setting extension: %v", test.name, err) + } + b, err := proto.Marshal(msg1) + if err != nil { + t.Fatalf("[%s] Error marshaling message: %v", test.name, err) + } + + // Unmarshal and read the merged proto. + msg2 := new(pb.OtherMessage) + err = proto.Unmarshal(b, msg2) + if err != nil { + t.Fatalf("[%s] Error unmarshaling message: %v", test.name, err) + } + e, err := proto.GetExtension(msg2, pb.E_RComplex) + if err != nil { + t.Fatalf("[%s] Error getting extension: %v", test.name, err) + } + ext := e.([]*pb.ComplexExtension) + if ext == nil { + t.Fatalf("[%s] Invalid extension", test.name) + } + if !reflect.DeepEqual(ext, test.ext) { + t.Errorf("[%s] Wrong value for ComplexExtension: got: %v want: %v\n", test.name, ext, test.ext) + } + } +} + +func TestUnmarshalRepeatingNonRepeatedExtension(t *testing.T) { + // We may see multiple instances of the same extension in the wire + // format. For example, the proto compiler may encode custom options in + // this way. Here, we verify that we merge the extensions together. + tests := []struct { + name string + ext []*pb.ComplexExtension + }{ + { + "two fields", + []*pb.ComplexExtension{ + {First: proto.Int32(7)}, + {Second: proto.Int32(11)}, + }, + }, + { + "repeated field", + []*pb.ComplexExtension{ + {Third: []int32{1000}}, + {Third: []int32{2000}}, + }, + }, + { + "two fields and repeated field", + []*pb.ComplexExtension{ + {Third: []int32{1000}}, + {First: proto.Int32(9)}, + {Second: proto.Int32(21)}, + {Third: []int32{2000}}, + }, + }, + } + for _, test := range tests { + var buf bytes.Buffer + var want pb.ComplexExtension + + // Generate a serialized representation of a repeated extension + // by catenating bytes together. + for i, e := range test.ext { + // Merge to create the wanted proto. + proto.Merge(&want, e) + + // serialize the message + msg := new(pb.OtherMessage) + err := proto.SetExtension(msg, pb.E_Complex, e) + if err != nil { + t.Fatalf("[%s] Error setting extension %d: %v", test.name, i, err) + } + b, err := proto.Marshal(msg) + if err != nil { + t.Fatalf("[%s] Error marshaling message %d: %v", test.name, i, err) + } + buf.Write(b) + } + + // Unmarshal and read the merged proto. + msg2 := new(pb.OtherMessage) + err := proto.Unmarshal(buf.Bytes(), msg2) + if err != nil { + t.Fatalf("[%s] Error unmarshaling message: %v", test.name, err) + } + e, err := proto.GetExtension(msg2, pb.E_Complex) + if err != nil { + t.Fatalf("[%s] Error getting extension: %v", test.name, err) + } + ext := e.(*pb.ComplexExtension) + if ext == nil { + t.Fatalf("[%s] Invalid extension", test.name) + } + if !reflect.DeepEqual(*ext, want) { + t.Errorf("[%s] Wrong value for ComplexExtension: got: %s want: %s\n", test.name, ext, want) + } + } +} + +func TestClearAllExtensions(t *testing.T) { + // unregistered extension + desc := &proto.ExtensionDesc{ + ExtendedType: (*pb.MyMessage)(nil), + ExtensionType: (*bool)(nil), + Field: 101010100, + Name: "emptyextension", + Tag: "varint,0,opt", + } + m := &pb.MyMessage{} + if proto.HasExtension(m, desc) { + t.Errorf("proto.HasExtension(%s): got true, want false", proto.MarshalTextString(m)) + } + if err := proto.SetExtension(m, desc, proto.Bool(true)); err != nil { + t.Errorf("proto.SetExtension(m, desc, true): got error %q, want nil", err) + } + if !proto.HasExtension(m, desc) { + t.Errorf("proto.HasExtension(%s): got false, want true", proto.MarshalTextString(m)) + } + proto.ClearAllExtensions(m) + if proto.HasExtension(m, desc) { + t.Errorf("proto.HasExtension(%s): got true, want false", proto.MarshalTextString(m)) + } +} + +func TestMarshalRace(t *testing.T) { + // unregistered extension + desc := &proto.ExtensionDesc{ + ExtendedType: (*pb.MyMessage)(nil), + ExtensionType: (*bool)(nil), + Field: 101010100, + Name: "emptyextension", + Tag: "varint,0,opt", + } + + m := &pb.MyMessage{Count: proto.Int32(4)} + if err := proto.SetExtension(m, desc, proto.Bool(true)); err != nil { + t.Errorf("proto.SetExtension(m, desc, true): got error %q, want nil", err) + } + + var g errgroup.Group + for n := 3; n > 0; n-- { + g.Go(func() error { + _, err := proto.Marshal(m) + return err + }) + } + if err := g.Wait(); err != nil { + t.Fatal(err) + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/lib.go b/vendor/src/github.com/golang/protobuf/proto/lib.go new file mode 100644 index 0000000..ac4ddbc --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/lib.go @@ -0,0 +1,898 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +/* +Package proto converts data structures to and from the wire format of +protocol buffers. It works in concert with the Go source code generated +for .proto files by the protocol compiler. + +A summary of the properties of the protocol buffer interface +for a protocol buffer variable v: + + - Names are turned from camel_case to CamelCase for export. + - There are no methods on v to set fields; just treat + them as structure fields. + - There are getters that return a field's value if set, + and return the field's default value if unset. + The getters work even if the receiver is a nil message. + - The zero value for a struct is its correct initialization state. + All desired fields must be set before marshaling. + - A Reset() method will restore a protobuf struct to its zero state. + - Non-repeated fields are pointers to the values; nil means unset. + That is, optional or required field int32 f becomes F *int32. + - Repeated fields are slices. + - Helper functions are available to aid the setting of fields. + msg.Foo = proto.String("hello") // set field + - Constants are defined to hold the default values of all fields that + have them. They have the form Default_StructName_FieldName. + Because the getter methods handle defaulted values, + direct use of these constants should be rare. + - Enums are given type names and maps from names to values. + Enum values are prefixed by the enclosing message's name, or by the + enum's type name if it is a top-level enum. Enum types have a String + method, and a Enum method to assist in message construction. + - Nested messages, groups and enums have type names prefixed with the name of + the surrounding message type. + - Extensions are given descriptor names that start with E_, + followed by an underscore-delimited list of the nested messages + that contain it (if any) followed by the CamelCased name of the + extension field itself. HasExtension, ClearExtension, GetExtension + and SetExtension are functions for manipulating extensions. + - Oneof field sets are given a single field in their message, + with distinguished wrapper types for each possible field value. + - Marshal and Unmarshal are functions to encode and decode the wire format. + +When the .proto file specifies `syntax="proto3"`, there are some differences: + + - Non-repeated fields of non-message type are values instead of pointers. + - Getters are only generated for message and oneof fields. + - Enum types do not get an Enum method. + +The simplest way to describe this is to see an example. +Given file test.proto, containing + + package example; + + enum FOO { X = 17; } + + message Test { + required string label = 1; + optional int32 type = 2 [default=77]; + repeated int64 reps = 3; + optional group OptionalGroup = 4 { + required string RequiredField = 5; + } + oneof union { + int32 number = 6; + string name = 7; + } + } + +The resulting file, test.pb.go, is: + + package example + + import proto "github.com/golang/protobuf/proto" + import math "math" + + type FOO int32 + const ( + FOO_X FOO = 17 + ) + var FOO_name = map[int32]string{ + 17: "X", + } + var FOO_value = map[string]int32{ + "X": 17, + } + + func (x FOO) Enum() *FOO { + p := new(FOO) + *p = x + return p + } + func (x FOO) String() string { + return proto.EnumName(FOO_name, int32(x)) + } + func (x *FOO) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FOO_value, data) + if err != nil { + return err + } + *x = FOO(value) + return nil + } + + type Test struct { + Label *string `protobuf:"bytes,1,req,name=label" json:"label,omitempty"` + Type *int32 `protobuf:"varint,2,opt,name=type,def=77" json:"type,omitempty"` + Reps []int64 `protobuf:"varint,3,rep,name=reps" json:"reps,omitempty"` + Optionalgroup *Test_OptionalGroup `protobuf:"group,4,opt,name=OptionalGroup" json:"optionalgroup,omitempty"` + // Types that are valid to be assigned to Union: + // *Test_Number + // *Test_Name + Union isTest_Union `protobuf_oneof:"union"` + XXX_unrecognized []byte `json:"-"` + } + func (m *Test) Reset() { *m = Test{} } + func (m *Test) String() string { return proto.CompactTextString(m) } + func (*Test) ProtoMessage() {} + + type isTest_Union interface { + isTest_Union() + } + + type Test_Number struct { + Number int32 `protobuf:"varint,6,opt,name=number"` + } + type Test_Name struct { + Name string `protobuf:"bytes,7,opt,name=name"` + } + + func (*Test_Number) isTest_Union() {} + func (*Test_Name) isTest_Union() {} + + func (m *Test) GetUnion() isTest_Union { + if m != nil { + return m.Union + } + return nil + } + const Default_Test_Type int32 = 77 + + func (m *Test) GetLabel() string { + if m != nil && m.Label != nil { + return *m.Label + } + return "" + } + + func (m *Test) GetType() int32 { + if m != nil && m.Type != nil { + return *m.Type + } + return Default_Test_Type + } + + func (m *Test) GetOptionalgroup() *Test_OptionalGroup { + if m != nil { + return m.Optionalgroup + } + return nil + } + + type Test_OptionalGroup struct { + RequiredField *string `protobuf:"bytes,5,req" json:"RequiredField,omitempty"` + } + func (m *Test_OptionalGroup) Reset() { *m = Test_OptionalGroup{} } + func (m *Test_OptionalGroup) String() string { return proto.CompactTextString(m) } + + func (m *Test_OptionalGroup) GetRequiredField() string { + if m != nil && m.RequiredField != nil { + return *m.RequiredField + } + return "" + } + + func (m *Test) GetNumber() int32 { + if x, ok := m.GetUnion().(*Test_Number); ok { + return x.Number + } + return 0 + } + + func (m *Test) GetName() string { + if x, ok := m.GetUnion().(*Test_Name); ok { + return x.Name + } + return "" + } + + func init() { + proto.RegisterEnum("example.FOO", FOO_name, FOO_value) + } + +To create and play with a Test object: + + package main + + import ( + "log" + + "github.com/golang/protobuf/proto" + pb "./example.pb" + ) + + func main() { + test := &pb.Test{ + Label: proto.String("hello"), + Type: proto.Int32(17), + Reps: []int64{1, 2, 3}, + Optionalgroup: &pb.Test_OptionalGroup{ + RequiredField: proto.String("good bye"), + }, + Union: &pb.Test_Name{"fred"}, + } + data, err := proto.Marshal(test) + if err != nil { + log.Fatal("marshaling error: ", err) + } + newTest := &pb.Test{} + err = proto.Unmarshal(data, newTest) + if err != nil { + log.Fatal("unmarshaling error: ", err) + } + // Now test and newTest contain the same data. + if test.GetLabel() != newTest.GetLabel() { + log.Fatalf("data mismatch %q != %q", test.GetLabel(), newTest.GetLabel()) + } + // Use a type switch to determine which oneof was set. + switch u := test.Union.(type) { + case *pb.Test_Number: // u.Number contains the number. + case *pb.Test_Name: // u.Name contains the string. + } + // etc. + } +*/ +package proto + +import ( + "encoding/json" + "fmt" + "log" + "reflect" + "sort" + "strconv" + "sync" +) + +// Message is implemented by generated protocol buffer messages. +type Message interface { + Reset() + String() string + ProtoMessage() +} + +// Stats records allocation details about the protocol buffer encoders +// and decoders. Useful for tuning the library itself. +type Stats struct { + Emalloc uint64 // mallocs in encode + Dmalloc uint64 // mallocs in decode + Encode uint64 // number of encodes + Decode uint64 // number of decodes + Chit uint64 // number of cache hits + Cmiss uint64 // number of cache misses + Size uint64 // number of sizes +} + +// Set to true to enable stats collection. +const collectStats = false + +var stats Stats + +// GetStats returns a copy of the global Stats structure. +func GetStats() Stats { return stats } + +// A Buffer is a buffer manager for marshaling and unmarshaling +// protocol buffers. It may be reused between invocations to +// reduce memory usage. It is not necessary to use a Buffer; +// the global functions Marshal and Unmarshal create a +// temporary Buffer and are fine for most applications. +type Buffer struct { + buf []byte // encode/decode byte stream + index int // read point + + // pools of basic types to amortize allocation. + bools []bool + uint32s []uint32 + uint64s []uint64 + + // extra pools, only used with pointer_reflect.go + int32s []int32 + int64s []int64 + float32s []float32 + float64s []float64 +} + +// NewBuffer allocates a new Buffer and initializes its internal data to +// the contents of the argument slice. +func NewBuffer(e []byte) *Buffer { + return &Buffer{buf: e} +} + +// Reset resets the Buffer, ready for marshaling a new protocol buffer. +func (p *Buffer) Reset() { + p.buf = p.buf[0:0] // for reading/writing + p.index = 0 // for reading +} + +// SetBuf replaces the internal buffer with the slice, +// ready for unmarshaling the contents of the slice. +func (p *Buffer) SetBuf(s []byte) { + p.buf = s + p.index = 0 +} + +// Bytes returns the contents of the Buffer. +func (p *Buffer) Bytes() []byte { return p.buf } + +/* + * Helper routines for simplifying the creation of optional fields of basic type. + */ + +// Bool is a helper routine that allocates a new bool value +// to store v and returns a pointer to it. +func Bool(v bool) *bool { + return &v +} + +// Int32 is a helper routine that allocates a new int32 value +// to store v and returns a pointer to it. +func Int32(v int32) *int32 { + return &v +} + +// Int is a helper routine that allocates a new int32 value +// to store v and returns a pointer to it, but unlike Int32 +// its argument value is an int. +func Int(v int) *int32 { + p := new(int32) + *p = int32(v) + return p +} + +// Int64 is a helper routine that allocates a new int64 value +// to store v and returns a pointer to it. +func Int64(v int64) *int64 { + return &v +} + +// Float32 is a helper routine that allocates a new float32 value +// to store v and returns a pointer to it. +func Float32(v float32) *float32 { + return &v +} + +// Float64 is a helper routine that allocates a new float64 value +// to store v and returns a pointer to it. +func Float64(v float64) *float64 { + return &v +} + +// Uint32 is a helper routine that allocates a new uint32 value +// to store v and returns a pointer to it. +func Uint32(v uint32) *uint32 { + return &v +} + +// Uint64 is a helper routine that allocates a new uint64 value +// to store v and returns a pointer to it. +func Uint64(v uint64) *uint64 { + return &v +} + +// String is a helper routine that allocates a new string value +// to store v and returns a pointer to it. +func String(v string) *string { + return &v +} + +// EnumName is a helper function to simplify printing protocol buffer enums +// by name. Given an enum map and a value, it returns a useful string. +func EnumName(m map[int32]string, v int32) string { + s, ok := m[v] + if ok { + return s + } + return strconv.Itoa(int(v)) +} + +// UnmarshalJSONEnum is a helper function to simplify recovering enum int values +// from their JSON-encoded representation. Given a map from the enum's symbolic +// names to its int values, and a byte buffer containing the JSON-encoded +// value, it returns an int32 that can be cast to the enum type by the caller. +// +// The function can deal with both JSON representations, numeric and symbolic. +func UnmarshalJSONEnum(m map[string]int32, data []byte, enumName string) (int32, error) { + if data[0] == '"' { + // New style: enums are strings. + var repr string + if err := json.Unmarshal(data, &repr); err != nil { + return -1, err + } + val, ok := m[repr] + if !ok { + return 0, fmt.Errorf("unrecognized enum %s value %q", enumName, repr) + } + return val, nil + } + // Old style: enums are ints. + var val int32 + if err := json.Unmarshal(data, &val); err != nil { + return 0, fmt.Errorf("cannot unmarshal %#q into enum %s", data, enumName) + } + return val, nil +} + +// DebugPrint dumps the encoded data in b in a debugging format with a header +// including the string s. Used in testing but made available for general debugging. +func (p *Buffer) DebugPrint(s string, b []byte) { + var u uint64 + + obuf := p.buf + index := p.index + p.buf = b + p.index = 0 + depth := 0 + + fmt.Printf("\n--- %s ---\n", s) + +out: + for { + for i := 0; i < depth; i++ { + fmt.Print(" ") + } + + index := p.index + if index == len(p.buf) { + break + } + + op, err := p.DecodeVarint() + if err != nil { + fmt.Printf("%3d: fetching op err %v\n", index, err) + break out + } + tag := op >> 3 + wire := op & 7 + + switch wire { + default: + fmt.Printf("%3d: t=%3d unknown wire=%d\n", + index, tag, wire) + break out + + case WireBytes: + var r []byte + + r, err = p.DecodeRawBytes(false) + if err != nil { + break out + } + fmt.Printf("%3d: t=%3d bytes [%d]", index, tag, len(r)) + if len(r) <= 6 { + for i := 0; i < len(r); i++ { + fmt.Printf(" %.2x", r[i]) + } + } else { + for i := 0; i < 3; i++ { + fmt.Printf(" %.2x", r[i]) + } + fmt.Printf(" ..") + for i := len(r) - 3; i < len(r); i++ { + fmt.Printf(" %.2x", r[i]) + } + } + fmt.Printf("\n") + + case WireFixed32: + u, err = p.DecodeFixed32() + if err != nil { + fmt.Printf("%3d: t=%3d fix32 err %v\n", index, tag, err) + break out + } + fmt.Printf("%3d: t=%3d fix32 %d\n", index, tag, u) + + case WireFixed64: + u, err = p.DecodeFixed64() + if err != nil { + fmt.Printf("%3d: t=%3d fix64 err %v\n", index, tag, err) + break out + } + fmt.Printf("%3d: t=%3d fix64 %d\n", index, tag, u) + + case WireVarint: + u, err = p.DecodeVarint() + if err != nil { + fmt.Printf("%3d: t=%3d varint err %v\n", index, tag, err) + break out + } + fmt.Printf("%3d: t=%3d varint %d\n", index, tag, u) + + case WireStartGroup: + fmt.Printf("%3d: t=%3d start\n", index, tag) + depth++ + + case WireEndGroup: + depth-- + fmt.Printf("%3d: t=%3d end\n", index, tag) + } + } + + if depth != 0 { + fmt.Printf("%3d: start-end not balanced %d\n", p.index, depth) + } + fmt.Printf("\n") + + p.buf = obuf + p.index = index +} + +// SetDefaults sets unset protocol buffer fields to their default values. +// It only modifies fields that are both unset and have defined defaults. +// It recursively sets default values in any non-nil sub-messages. +func SetDefaults(pb Message) { + setDefaults(reflect.ValueOf(pb), true, false) +} + +// v is a pointer to a struct. +func setDefaults(v reflect.Value, recur, zeros bool) { + v = v.Elem() + + defaultMu.RLock() + dm, ok := defaults[v.Type()] + defaultMu.RUnlock() + if !ok { + dm = buildDefaultMessage(v.Type()) + defaultMu.Lock() + defaults[v.Type()] = dm + defaultMu.Unlock() + } + + for _, sf := range dm.scalars { + f := v.Field(sf.index) + if !f.IsNil() { + // field already set + continue + } + dv := sf.value + if dv == nil && !zeros { + // no explicit default, and don't want to set zeros + continue + } + fptr := f.Addr().Interface() // **T + // TODO: Consider batching the allocations we do here. + switch sf.kind { + case reflect.Bool: + b := new(bool) + if dv != nil { + *b = dv.(bool) + } + *(fptr.(**bool)) = b + case reflect.Float32: + f := new(float32) + if dv != nil { + *f = dv.(float32) + } + *(fptr.(**float32)) = f + case reflect.Float64: + f := new(float64) + if dv != nil { + *f = dv.(float64) + } + *(fptr.(**float64)) = f + case reflect.Int32: + // might be an enum + if ft := f.Type(); ft != int32PtrType { + // enum + f.Set(reflect.New(ft.Elem())) + if dv != nil { + f.Elem().SetInt(int64(dv.(int32))) + } + } else { + // int32 field + i := new(int32) + if dv != nil { + *i = dv.(int32) + } + *(fptr.(**int32)) = i + } + case reflect.Int64: + i := new(int64) + if dv != nil { + *i = dv.(int64) + } + *(fptr.(**int64)) = i + case reflect.String: + s := new(string) + if dv != nil { + *s = dv.(string) + } + *(fptr.(**string)) = s + case reflect.Uint8: + // exceptional case: []byte + var b []byte + if dv != nil { + db := dv.([]byte) + b = make([]byte, len(db)) + copy(b, db) + } else { + b = []byte{} + } + *(fptr.(*[]byte)) = b + case reflect.Uint32: + u := new(uint32) + if dv != nil { + *u = dv.(uint32) + } + *(fptr.(**uint32)) = u + case reflect.Uint64: + u := new(uint64) + if dv != nil { + *u = dv.(uint64) + } + *(fptr.(**uint64)) = u + default: + log.Printf("proto: can't set default for field %v (sf.kind=%v)", f, sf.kind) + } + } + + for _, ni := range dm.nested { + f := v.Field(ni) + // f is *T or []*T or map[T]*T + switch f.Kind() { + case reflect.Ptr: + if f.IsNil() { + continue + } + setDefaults(f, recur, zeros) + + case reflect.Slice: + for i := 0; i < f.Len(); i++ { + e := f.Index(i) + if e.IsNil() { + continue + } + setDefaults(e, recur, zeros) + } + + case reflect.Map: + for _, k := range f.MapKeys() { + e := f.MapIndex(k) + if e.IsNil() { + continue + } + setDefaults(e, recur, zeros) + } + } + } +} + +var ( + // defaults maps a protocol buffer struct type to a slice of the fields, + // with its scalar fields set to their proto-declared non-zero default values. + defaultMu sync.RWMutex + defaults = make(map[reflect.Type]defaultMessage) + + int32PtrType = reflect.TypeOf((*int32)(nil)) +) + +// defaultMessage represents information about the default values of a message. +type defaultMessage struct { + scalars []scalarField + nested []int // struct field index of nested messages +} + +type scalarField struct { + index int // struct field index + kind reflect.Kind // element type (the T in *T or []T) + value interface{} // the proto-declared default value, or nil +} + +// t is a struct type. +func buildDefaultMessage(t reflect.Type) (dm defaultMessage) { + sprop := GetProperties(t) + for _, prop := range sprop.Prop { + fi, ok := sprop.decoderTags.get(prop.Tag) + if !ok { + // XXX_unrecognized + continue + } + ft := t.Field(fi).Type + + sf, nested, err := fieldDefault(ft, prop) + switch { + case err != nil: + log.Print(err) + case nested: + dm.nested = append(dm.nested, fi) + case sf != nil: + sf.index = fi + dm.scalars = append(dm.scalars, *sf) + } + } + + return dm +} + +// fieldDefault returns the scalarField for field type ft. +// sf will be nil if the field can not have a default. +// nestedMessage will be true if this is a nested message. +// Note that sf.index is not set on return. +func fieldDefault(ft reflect.Type, prop *Properties) (sf *scalarField, nestedMessage bool, err error) { + var canHaveDefault bool + switch ft.Kind() { + case reflect.Ptr: + if ft.Elem().Kind() == reflect.Struct { + nestedMessage = true + } else { + canHaveDefault = true // proto2 scalar field + } + + case reflect.Slice: + switch ft.Elem().Kind() { + case reflect.Ptr: + nestedMessage = true // repeated message + case reflect.Uint8: + canHaveDefault = true // bytes field + } + + case reflect.Map: + if ft.Elem().Kind() == reflect.Ptr { + nestedMessage = true // map with message values + } + } + + if !canHaveDefault { + if nestedMessage { + return nil, true, nil + } + return nil, false, nil + } + + // We now know that ft is a pointer or slice. + sf = &scalarField{kind: ft.Elem().Kind()} + + // scalar fields without defaults + if !prop.HasDefault { + return sf, false, nil + } + + // a scalar field: either *T or []byte + switch ft.Elem().Kind() { + case reflect.Bool: + x, err := strconv.ParseBool(prop.Default) + if err != nil { + return nil, false, fmt.Errorf("proto: bad default bool %q: %v", prop.Default, err) + } + sf.value = x + case reflect.Float32: + x, err := strconv.ParseFloat(prop.Default, 32) + if err != nil { + return nil, false, fmt.Errorf("proto: bad default float32 %q: %v", prop.Default, err) + } + sf.value = float32(x) + case reflect.Float64: + x, err := strconv.ParseFloat(prop.Default, 64) + if err != nil { + return nil, false, fmt.Errorf("proto: bad default float64 %q: %v", prop.Default, err) + } + sf.value = x + case reflect.Int32: + x, err := strconv.ParseInt(prop.Default, 10, 32) + if err != nil { + return nil, false, fmt.Errorf("proto: bad default int32 %q: %v", prop.Default, err) + } + sf.value = int32(x) + case reflect.Int64: + x, err := strconv.ParseInt(prop.Default, 10, 64) + if err != nil { + return nil, false, fmt.Errorf("proto: bad default int64 %q: %v", prop.Default, err) + } + sf.value = x + case reflect.String: + sf.value = prop.Default + case reflect.Uint8: + // []byte (not *uint8) + sf.value = []byte(prop.Default) + case reflect.Uint32: + x, err := strconv.ParseUint(prop.Default, 10, 32) + if err != nil { + return nil, false, fmt.Errorf("proto: bad default uint32 %q: %v", prop.Default, err) + } + sf.value = uint32(x) + case reflect.Uint64: + x, err := strconv.ParseUint(prop.Default, 10, 64) + if err != nil { + return nil, false, fmt.Errorf("proto: bad default uint64 %q: %v", prop.Default, err) + } + sf.value = x + default: + return nil, false, fmt.Errorf("proto: unhandled def kind %v", ft.Elem().Kind()) + } + + return sf, false, nil +} + +// Map fields may have key types of non-float scalars, strings and enums. +// The easiest way to sort them in some deterministic order is to use fmt. +// If this turns out to be inefficient we can always consider other options, +// such as doing a Schwartzian transform. + +func mapKeys(vs []reflect.Value) sort.Interface { + s := mapKeySorter{ + vs: vs, + // default Less function: textual comparison + less: func(a, b reflect.Value) bool { + return fmt.Sprint(a.Interface()) < fmt.Sprint(b.Interface()) + }, + } + + // Type specialization per https://developers.google.com/protocol-buffers/docs/proto#maps; + // numeric keys are sorted numerically. + if len(vs) == 0 { + return s + } + switch vs[0].Kind() { + case reflect.Int32, reflect.Int64: + s.less = func(a, b reflect.Value) bool { return a.Int() < b.Int() } + case reflect.Uint32, reflect.Uint64: + s.less = func(a, b reflect.Value) bool { return a.Uint() < b.Uint() } + } + + return s +} + +type mapKeySorter struct { + vs []reflect.Value + less func(a, b reflect.Value) bool +} + +func (s mapKeySorter) Len() int { return len(s.vs) } +func (s mapKeySorter) Swap(i, j int) { s.vs[i], s.vs[j] = s.vs[j], s.vs[i] } +func (s mapKeySorter) Less(i, j int) bool { + return s.less(s.vs[i], s.vs[j]) +} + +// isProto3Zero reports whether v is a zero proto3 value. +func isProto3Zero(v reflect.Value) bool { + switch v.Kind() { + case reflect.Bool: + return !v.Bool() + case reflect.Int32, reflect.Int64: + return v.Int() == 0 + case reflect.Uint32, reflect.Uint64: + return v.Uint() == 0 + case reflect.Float32, reflect.Float64: + return v.Float() == 0 + case reflect.String: + return v.String() == "" + } + return false +} + +// ProtoPackageIsVersion2 is referenced from generated protocol buffer files +// to assert that that code is compatible with this version of the proto package. +const ProtoPackageIsVersion2 = true + +// ProtoPackageIsVersion1 is referenced from generated protocol buffer files +// to assert that that code is compatible with this version of the proto package. +const ProtoPackageIsVersion1 = true diff --git a/vendor/src/github.com/golang/protobuf/proto/map_test.go b/vendor/src/github.com/golang/protobuf/proto/map_test.go new file mode 100644 index 0000000..313e879 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/map_test.go @@ -0,0 +1,46 @@ +package proto_test + +import ( + "fmt" + "testing" + + "github.com/golang/protobuf/proto" + ppb "github.com/golang/protobuf/proto/proto3_proto" +) + +func marshalled() []byte { + m := &ppb.IntMaps{} + for i := 0; i < 1000; i++ { + m.Maps = append(m.Maps, &ppb.IntMap{ + Rtt: map[int32]int32{1: 2}, + }) + } + b, err := proto.Marshal(m) + if err != nil { + panic(fmt.Sprintf("Can't marshal %+v: %v", m, err)) + } + return b +} + +func BenchmarkConcurrentMapUnmarshal(b *testing.B) { + in := marshalled() + b.RunParallel(func(pb *testing.PB) { + for pb.Next() { + var out ppb.IntMaps + if err := proto.Unmarshal(in, &out); err != nil { + b.Errorf("Can't unmarshal ppb.IntMaps: %v", err) + } + } + }) +} + +func BenchmarkSequentialMapUnmarshal(b *testing.B) { + in := marshalled() + b.ResetTimer() + for i := 0; i < b.N; i++ { + var out ppb.IntMaps + if err := proto.Unmarshal(in, &out); err != nil { + b.Errorf("Can't unmarshal ppb.IntMaps: %v", err) + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/message_set.go b/vendor/src/github.com/golang/protobuf/proto/message_set.go new file mode 100644 index 0000000..fd982de --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/message_set.go @@ -0,0 +1,311 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto + +/* + * Support for message sets. + */ + +import ( + "bytes" + "encoding/json" + "errors" + "fmt" + "reflect" + "sort" +) + +// errNoMessageTypeID occurs when a protocol buffer does not have a message type ID. +// A message type ID is required for storing a protocol buffer in a message set. +var errNoMessageTypeID = errors.New("proto does not have a message type ID") + +// The first two types (_MessageSet_Item and messageSet) +// model what the protocol compiler produces for the following protocol message: +// message MessageSet { +// repeated group Item = 1 { +// required int32 type_id = 2; +// required string message = 3; +// }; +// } +// That is the MessageSet wire format. We can't use a proto to generate these +// because that would introduce a circular dependency between it and this package. + +type _MessageSet_Item struct { + TypeId *int32 `protobuf:"varint,2,req,name=type_id"` + Message []byte `protobuf:"bytes,3,req,name=message"` +} + +type messageSet struct { + Item []*_MessageSet_Item `protobuf:"group,1,rep"` + XXX_unrecognized []byte + // TODO: caching? +} + +// Make sure messageSet is a Message. +var _ Message = (*messageSet)(nil) + +// messageTypeIder is an interface satisfied by a protocol buffer type +// that may be stored in a MessageSet. +type messageTypeIder interface { + MessageTypeId() int32 +} + +func (ms *messageSet) find(pb Message) *_MessageSet_Item { + mti, ok := pb.(messageTypeIder) + if !ok { + return nil + } + id := mti.MessageTypeId() + for _, item := range ms.Item { + if *item.TypeId == id { + return item + } + } + return nil +} + +func (ms *messageSet) Has(pb Message) bool { + if ms.find(pb) != nil { + return true + } + return false +} + +func (ms *messageSet) Unmarshal(pb Message) error { + if item := ms.find(pb); item != nil { + return Unmarshal(item.Message, pb) + } + if _, ok := pb.(messageTypeIder); !ok { + return errNoMessageTypeID + } + return nil // TODO: return error instead? +} + +func (ms *messageSet) Marshal(pb Message) error { + msg, err := Marshal(pb) + if err != nil { + return err + } + if item := ms.find(pb); item != nil { + // reuse existing item + item.Message = msg + return nil + } + + mti, ok := pb.(messageTypeIder) + if !ok { + return errNoMessageTypeID + } + + mtid := mti.MessageTypeId() + ms.Item = append(ms.Item, &_MessageSet_Item{ + TypeId: &mtid, + Message: msg, + }) + return nil +} + +func (ms *messageSet) Reset() { *ms = messageSet{} } +func (ms *messageSet) String() string { return CompactTextString(ms) } +func (*messageSet) ProtoMessage() {} + +// Support for the message_set_wire_format message option. + +func skipVarint(buf []byte) []byte { + i := 0 + for ; buf[i]&0x80 != 0; i++ { + } + return buf[i+1:] +} + +// MarshalMessageSet encodes the extension map represented by m in the message set wire format. +// It is called by generated Marshal methods on protocol buffer messages with the message_set_wire_format option. +func MarshalMessageSet(exts interface{}) ([]byte, error) { + var m map[int32]Extension + switch exts := exts.(type) { + case *XXX_InternalExtensions: + if err := encodeExtensions(exts); err != nil { + return nil, err + } + m, _ = exts.extensionsRead() + case map[int32]Extension: + if err := encodeExtensionsMap(exts); err != nil { + return nil, err + } + m = exts + default: + return nil, errors.New("proto: not an extension map") + } + + // Sort extension IDs to provide a deterministic encoding. + // See also enc_map in encode.go. + ids := make([]int, 0, len(m)) + for id := range m { + ids = append(ids, int(id)) + } + sort.Ints(ids) + + ms := &messageSet{Item: make([]*_MessageSet_Item, 0, len(m))} + for _, id := range ids { + e := m[int32(id)] + // Remove the wire type and field number varint, as well as the length varint. + msg := skipVarint(skipVarint(e.enc)) + + ms.Item = append(ms.Item, &_MessageSet_Item{ + TypeId: Int32(int32(id)), + Message: msg, + }) + } + return Marshal(ms) +} + +// UnmarshalMessageSet decodes the extension map encoded in buf in the message set wire format. +// It is called by generated Unmarshal methods on protocol buffer messages with the message_set_wire_format option. +func UnmarshalMessageSet(buf []byte, exts interface{}) error { + var m map[int32]Extension + switch exts := exts.(type) { + case *XXX_InternalExtensions: + m = exts.extensionsWrite() + case map[int32]Extension: + m = exts + default: + return errors.New("proto: not an extension map") + } + + ms := new(messageSet) + if err := Unmarshal(buf, ms); err != nil { + return err + } + for _, item := range ms.Item { + id := *item.TypeId + msg := item.Message + + // Restore wire type and field number varint, plus length varint. + // Be careful to preserve duplicate items. + b := EncodeVarint(uint64(id)<<3 | WireBytes) + if ext, ok := m[id]; ok { + // Existing data; rip off the tag and length varint + // so we join the new data correctly. + // We can assume that ext.enc is set because we are unmarshaling. + o := ext.enc[len(b):] // skip wire type and field number + _, n := DecodeVarint(o) // calculate length of length varint + o = o[n:] // skip length varint + msg = append(o, msg...) // join old data and new data + } + b = append(b, EncodeVarint(uint64(len(msg)))...) + b = append(b, msg...) + + m[id] = Extension{enc: b} + } + return nil +} + +// MarshalMessageSetJSON encodes the extension map represented by m in JSON format. +// It is called by generated MarshalJSON methods on protocol buffer messages with the message_set_wire_format option. +func MarshalMessageSetJSON(exts interface{}) ([]byte, error) { + var m map[int32]Extension + switch exts := exts.(type) { + case *XXX_InternalExtensions: + m, _ = exts.extensionsRead() + case map[int32]Extension: + m = exts + default: + return nil, errors.New("proto: not an extension map") + } + var b bytes.Buffer + b.WriteByte('{') + + // Process the map in key order for deterministic output. + ids := make([]int32, 0, len(m)) + for id := range m { + ids = append(ids, id) + } + sort.Sort(int32Slice(ids)) // int32Slice defined in text.go + + for i, id := range ids { + ext := m[id] + if i > 0 { + b.WriteByte(',') + } + + msd, ok := messageSetMap[id] + if !ok { + // Unknown type; we can't render it, so skip it. + continue + } + fmt.Fprintf(&b, `"[%s]":`, msd.name) + + x := ext.value + if x == nil { + x = reflect.New(msd.t.Elem()).Interface() + if err := Unmarshal(ext.enc, x.(Message)); err != nil { + return nil, err + } + } + d, err := json.Marshal(x) + if err != nil { + return nil, err + } + b.Write(d) + } + b.WriteByte('}') + return b.Bytes(), nil +} + +// UnmarshalMessageSetJSON decodes the extension map encoded in buf in JSON format. +// It is called by generated UnmarshalJSON methods on protocol buffer messages with the message_set_wire_format option. +func UnmarshalMessageSetJSON(buf []byte, exts interface{}) error { + // Common-case fast path. + if len(buf) == 0 || bytes.Equal(buf, []byte("{}")) { + return nil + } + + // This is fairly tricky, and it's not clear that it is needed. + return errors.New("TODO: UnmarshalMessageSetJSON not yet implemented") +} + +// A global registry of types that can be used in a MessageSet. + +var messageSetMap = make(map[int32]messageSetDesc) + +type messageSetDesc struct { + t reflect.Type // pointer to struct + name string +} + +// RegisterMessageSetType is called from the generated code. +func RegisterMessageSetType(m Message, fieldNum int32, name string) { + messageSetMap[fieldNum] = messageSetDesc{ + t: reflect.TypeOf(m), + name: name, + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/message_set_test.go b/vendor/src/github.com/golang/protobuf/proto/message_set_test.go new file mode 100644 index 0000000..353a3ea --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/message_set_test.go @@ -0,0 +1,66 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2014 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto + +import ( + "bytes" + "testing" +) + +func TestUnmarshalMessageSetWithDuplicate(t *testing.T) { + // Check that a repeated message set entry will be concatenated. + in := &messageSet{ + Item: []*_MessageSet_Item{ + {TypeId: Int32(12345), Message: []byte("hoo")}, + {TypeId: Int32(12345), Message: []byte("hah")}, + }, + } + b, err := Marshal(in) + if err != nil { + t.Fatalf("Marshal: %v", err) + } + t.Logf("Marshaled bytes: %q", b) + + var extensions XXX_InternalExtensions + if err := UnmarshalMessageSet(b, &extensions); err != nil { + t.Fatalf("UnmarshalMessageSet: %v", err) + } + ext, ok := extensions.p.extensionMap[12345] + if !ok { + t.Fatalf("Didn't retrieve extension 12345; map is %v", extensions.p.extensionMap) + } + // Skip wire type/field number and length varints. + got := skipVarint(skipVarint(ext.enc)) + if want := []byte("hoohah"); !bytes.Equal(got, want) { + t.Errorf("Combined extension is %q, want %q", got, want) + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/pointer_reflect.go b/vendor/src/github.com/golang/protobuf/proto/pointer_reflect.go new file mode 100644 index 0000000..fb512e2 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/pointer_reflect.go @@ -0,0 +1,484 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2012 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// +build appengine js + +// This file contains an implementation of proto field accesses using package reflect. +// It is slower than the code in pointer_unsafe.go but it avoids package unsafe and can +// be used on App Engine. + +package proto + +import ( + "math" + "reflect" +) + +// A structPointer is a pointer to a struct. +type structPointer struct { + v reflect.Value +} + +// toStructPointer returns a structPointer equivalent to the given reflect value. +// The reflect value must itself be a pointer to a struct. +func toStructPointer(v reflect.Value) structPointer { + return structPointer{v} +} + +// IsNil reports whether p is nil. +func structPointer_IsNil(p structPointer) bool { + return p.v.IsNil() +} + +// Interface returns the struct pointer as an interface value. +func structPointer_Interface(p structPointer, _ reflect.Type) interface{} { + return p.v.Interface() +} + +// A field identifies a field in a struct, accessible from a structPointer. +// In this implementation, a field is identified by the sequence of field indices +// passed to reflect's FieldByIndex. +type field []int + +// toField returns a field equivalent to the given reflect field. +func toField(f *reflect.StructField) field { + return f.Index +} + +// invalidField is an invalid field identifier. +var invalidField = field(nil) + +// IsValid reports whether the field identifier is valid. +func (f field) IsValid() bool { return f != nil } + +// field returns the given field in the struct as a reflect value. +func structPointer_field(p structPointer, f field) reflect.Value { + // Special case: an extension map entry with a value of type T + // passes a *T to the struct-handling code with a zero field, + // expecting that it will be treated as equivalent to *struct{ X T }, + // which has the same memory layout. We have to handle that case + // specially, because reflect will panic if we call FieldByIndex on a + // non-struct. + if f == nil { + return p.v.Elem() + } + + return p.v.Elem().FieldByIndex(f) +} + +// ifield returns the given field in the struct as an interface value. +func structPointer_ifield(p structPointer, f field) interface{} { + return structPointer_field(p, f).Addr().Interface() +} + +// Bytes returns the address of a []byte field in the struct. +func structPointer_Bytes(p structPointer, f field) *[]byte { + return structPointer_ifield(p, f).(*[]byte) +} + +// BytesSlice returns the address of a [][]byte field in the struct. +func structPointer_BytesSlice(p structPointer, f field) *[][]byte { + return structPointer_ifield(p, f).(*[][]byte) +} + +// Bool returns the address of a *bool field in the struct. +func structPointer_Bool(p structPointer, f field) **bool { + return structPointer_ifield(p, f).(**bool) +} + +// BoolVal returns the address of a bool field in the struct. +func structPointer_BoolVal(p structPointer, f field) *bool { + return structPointer_ifield(p, f).(*bool) +} + +// BoolSlice returns the address of a []bool field in the struct. +func structPointer_BoolSlice(p structPointer, f field) *[]bool { + return structPointer_ifield(p, f).(*[]bool) +} + +// String returns the address of a *string field in the struct. +func structPointer_String(p structPointer, f field) **string { + return structPointer_ifield(p, f).(**string) +} + +// StringVal returns the address of a string field in the struct. +func structPointer_StringVal(p structPointer, f field) *string { + return structPointer_ifield(p, f).(*string) +} + +// StringSlice returns the address of a []string field in the struct. +func structPointer_StringSlice(p structPointer, f field) *[]string { + return structPointer_ifield(p, f).(*[]string) +} + +// Extensions returns the address of an extension map field in the struct. +func structPointer_Extensions(p structPointer, f field) *XXX_InternalExtensions { + return structPointer_ifield(p, f).(*XXX_InternalExtensions) +} + +// ExtMap returns the address of an extension map field in the struct. +func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { + return structPointer_ifield(p, f).(*map[int32]Extension) +} + +// NewAt returns the reflect.Value for a pointer to a field in the struct. +func structPointer_NewAt(p structPointer, f field, typ reflect.Type) reflect.Value { + return structPointer_field(p, f).Addr() +} + +// SetStructPointer writes a *struct field in the struct. +func structPointer_SetStructPointer(p structPointer, f field, q structPointer) { + structPointer_field(p, f).Set(q.v) +} + +// GetStructPointer reads a *struct field in the struct. +func structPointer_GetStructPointer(p structPointer, f field) structPointer { + return structPointer{structPointer_field(p, f)} +} + +// StructPointerSlice the address of a []*struct field in the struct. +func structPointer_StructPointerSlice(p structPointer, f field) structPointerSlice { + return structPointerSlice{structPointer_field(p, f)} +} + +// A structPointerSlice represents the address of a slice of pointers to structs +// (themselves messages or groups). That is, v.Type() is *[]*struct{...}. +type structPointerSlice struct { + v reflect.Value +} + +func (p structPointerSlice) Len() int { return p.v.Len() } +func (p structPointerSlice) Index(i int) structPointer { return structPointer{p.v.Index(i)} } +func (p structPointerSlice) Append(q structPointer) { + p.v.Set(reflect.Append(p.v, q.v)) +} + +var ( + int32Type = reflect.TypeOf(int32(0)) + uint32Type = reflect.TypeOf(uint32(0)) + float32Type = reflect.TypeOf(float32(0)) + int64Type = reflect.TypeOf(int64(0)) + uint64Type = reflect.TypeOf(uint64(0)) + float64Type = reflect.TypeOf(float64(0)) +) + +// A word32 represents a field of type *int32, *uint32, *float32, or *enum. +// That is, v.Type() is *int32, *uint32, *float32, or *enum and v is assignable. +type word32 struct { + v reflect.Value +} + +// IsNil reports whether p is nil. +func word32_IsNil(p word32) bool { + return p.v.IsNil() +} + +// Set sets p to point at a newly allocated word with bits set to x. +func word32_Set(p word32, o *Buffer, x uint32) { + t := p.v.Type().Elem() + switch t { + case int32Type: + if len(o.int32s) == 0 { + o.int32s = make([]int32, uint32PoolSize) + } + o.int32s[0] = int32(x) + p.v.Set(reflect.ValueOf(&o.int32s[0])) + o.int32s = o.int32s[1:] + return + case uint32Type: + if len(o.uint32s) == 0 { + o.uint32s = make([]uint32, uint32PoolSize) + } + o.uint32s[0] = x + p.v.Set(reflect.ValueOf(&o.uint32s[0])) + o.uint32s = o.uint32s[1:] + return + case float32Type: + if len(o.float32s) == 0 { + o.float32s = make([]float32, uint32PoolSize) + } + o.float32s[0] = math.Float32frombits(x) + p.v.Set(reflect.ValueOf(&o.float32s[0])) + o.float32s = o.float32s[1:] + return + } + + // must be enum + p.v.Set(reflect.New(t)) + p.v.Elem().SetInt(int64(int32(x))) +} + +// Get gets the bits pointed at by p, as a uint32. +func word32_Get(p word32) uint32 { + elem := p.v.Elem() + switch elem.Kind() { + case reflect.Int32: + return uint32(elem.Int()) + case reflect.Uint32: + return uint32(elem.Uint()) + case reflect.Float32: + return math.Float32bits(float32(elem.Float())) + } + panic("unreachable") +} + +// Word32 returns a reference to a *int32, *uint32, *float32, or *enum field in the struct. +func structPointer_Word32(p structPointer, f field) word32 { + return word32{structPointer_field(p, f)} +} + +// A word32Val represents a field of type int32, uint32, float32, or enum. +// That is, v.Type() is int32, uint32, float32, or enum and v is assignable. +type word32Val struct { + v reflect.Value +} + +// Set sets *p to x. +func word32Val_Set(p word32Val, x uint32) { + switch p.v.Type() { + case int32Type: + p.v.SetInt(int64(x)) + return + case uint32Type: + p.v.SetUint(uint64(x)) + return + case float32Type: + p.v.SetFloat(float64(math.Float32frombits(x))) + return + } + + // must be enum + p.v.SetInt(int64(int32(x))) +} + +// Get gets the bits pointed at by p, as a uint32. +func word32Val_Get(p word32Val) uint32 { + elem := p.v + switch elem.Kind() { + case reflect.Int32: + return uint32(elem.Int()) + case reflect.Uint32: + return uint32(elem.Uint()) + case reflect.Float32: + return math.Float32bits(float32(elem.Float())) + } + panic("unreachable") +} + +// Word32Val returns a reference to a int32, uint32, float32, or enum field in the struct. +func structPointer_Word32Val(p structPointer, f field) word32Val { + return word32Val{structPointer_field(p, f)} +} + +// A word32Slice is a slice of 32-bit values. +// That is, v.Type() is []int32, []uint32, []float32, or []enum. +type word32Slice struct { + v reflect.Value +} + +func (p word32Slice) Append(x uint32) { + n, m := p.v.Len(), p.v.Cap() + if n < m { + p.v.SetLen(n + 1) + } else { + t := p.v.Type().Elem() + p.v.Set(reflect.Append(p.v, reflect.Zero(t))) + } + elem := p.v.Index(n) + switch elem.Kind() { + case reflect.Int32: + elem.SetInt(int64(int32(x))) + case reflect.Uint32: + elem.SetUint(uint64(x)) + case reflect.Float32: + elem.SetFloat(float64(math.Float32frombits(x))) + } +} + +func (p word32Slice) Len() int { + return p.v.Len() +} + +func (p word32Slice) Index(i int) uint32 { + elem := p.v.Index(i) + switch elem.Kind() { + case reflect.Int32: + return uint32(elem.Int()) + case reflect.Uint32: + return uint32(elem.Uint()) + case reflect.Float32: + return math.Float32bits(float32(elem.Float())) + } + panic("unreachable") +} + +// Word32Slice returns a reference to a []int32, []uint32, []float32, or []enum field in the struct. +func structPointer_Word32Slice(p structPointer, f field) word32Slice { + return word32Slice{structPointer_field(p, f)} +} + +// word64 is like word32 but for 64-bit values. +type word64 struct { + v reflect.Value +} + +func word64_Set(p word64, o *Buffer, x uint64) { + t := p.v.Type().Elem() + switch t { + case int64Type: + if len(o.int64s) == 0 { + o.int64s = make([]int64, uint64PoolSize) + } + o.int64s[0] = int64(x) + p.v.Set(reflect.ValueOf(&o.int64s[0])) + o.int64s = o.int64s[1:] + return + case uint64Type: + if len(o.uint64s) == 0 { + o.uint64s = make([]uint64, uint64PoolSize) + } + o.uint64s[0] = x + p.v.Set(reflect.ValueOf(&o.uint64s[0])) + o.uint64s = o.uint64s[1:] + return + case float64Type: + if len(o.float64s) == 0 { + o.float64s = make([]float64, uint64PoolSize) + } + o.float64s[0] = math.Float64frombits(x) + p.v.Set(reflect.ValueOf(&o.float64s[0])) + o.float64s = o.float64s[1:] + return + } + panic("unreachable") +} + +func word64_IsNil(p word64) bool { + return p.v.IsNil() +} + +func word64_Get(p word64) uint64 { + elem := p.v.Elem() + switch elem.Kind() { + case reflect.Int64: + return uint64(elem.Int()) + case reflect.Uint64: + return elem.Uint() + case reflect.Float64: + return math.Float64bits(elem.Float()) + } + panic("unreachable") +} + +func structPointer_Word64(p structPointer, f field) word64 { + return word64{structPointer_field(p, f)} +} + +// word64Val is like word32Val but for 64-bit values. +type word64Val struct { + v reflect.Value +} + +func word64Val_Set(p word64Val, o *Buffer, x uint64) { + switch p.v.Type() { + case int64Type: + p.v.SetInt(int64(x)) + return + case uint64Type: + p.v.SetUint(x) + return + case float64Type: + p.v.SetFloat(math.Float64frombits(x)) + return + } + panic("unreachable") +} + +func word64Val_Get(p word64Val) uint64 { + elem := p.v + switch elem.Kind() { + case reflect.Int64: + return uint64(elem.Int()) + case reflect.Uint64: + return elem.Uint() + case reflect.Float64: + return math.Float64bits(elem.Float()) + } + panic("unreachable") +} + +func structPointer_Word64Val(p structPointer, f field) word64Val { + return word64Val{structPointer_field(p, f)} +} + +type word64Slice struct { + v reflect.Value +} + +func (p word64Slice) Append(x uint64) { + n, m := p.v.Len(), p.v.Cap() + if n < m { + p.v.SetLen(n + 1) + } else { + t := p.v.Type().Elem() + p.v.Set(reflect.Append(p.v, reflect.Zero(t))) + } + elem := p.v.Index(n) + switch elem.Kind() { + case reflect.Int64: + elem.SetInt(int64(int64(x))) + case reflect.Uint64: + elem.SetUint(uint64(x)) + case reflect.Float64: + elem.SetFloat(float64(math.Float64frombits(x))) + } +} + +func (p word64Slice) Len() int { + return p.v.Len() +} + +func (p word64Slice) Index(i int) uint64 { + elem := p.v.Index(i) + switch elem.Kind() { + case reflect.Int64: + return uint64(elem.Int()) + case reflect.Uint64: + return uint64(elem.Uint()) + case reflect.Float64: + return math.Float64bits(float64(elem.Float())) + } + panic("unreachable") +} + +func structPointer_Word64Slice(p structPointer, f field) word64Slice { + return word64Slice{structPointer_field(p, f)} +} diff --git a/vendor/src/github.com/golang/protobuf/proto/pointer_unsafe.go b/vendor/src/github.com/golang/protobuf/proto/pointer_unsafe.go new file mode 100644 index 0000000..6b5567d --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/pointer_unsafe.go @@ -0,0 +1,270 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2012 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// +build !appengine,!js + +// This file contains the implementation of the proto field accesses using package unsafe. + +package proto + +import ( + "reflect" + "unsafe" +) + +// NOTE: These type_Foo functions would more idiomatically be methods, +// but Go does not allow methods on pointer types, and we must preserve +// some pointer type for the garbage collector. We use these +// funcs with clunky names as our poor approximation to methods. +// +// An alternative would be +// type structPointer struct { p unsafe.Pointer } +// but that does not registerize as well. + +// A structPointer is a pointer to a struct. +type structPointer unsafe.Pointer + +// toStructPointer returns a structPointer equivalent to the given reflect value. +func toStructPointer(v reflect.Value) structPointer { + return structPointer(unsafe.Pointer(v.Pointer())) +} + +// IsNil reports whether p is nil. +func structPointer_IsNil(p structPointer) bool { + return p == nil +} + +// Interface returns the struct pointer, assumed to have element type t, +// as an interface value. +func structPointer_Interface(p structPointer, t reflect.Type) interface{} { + return reflect.NewAt(t, unsafe.Pointer(p)).Interface() +} + +// A field identifies a field in a struct, accessible from a structPointer. +// In this implementation, a field is identified by its byte offset from the start of the struct. +type field uintptr + +// toField returns a field equivalent to the given reflect field. +func toField(f *reflect.StructField) field { + return field(f.Offset) +} + +// invalidField is an invalid field identifier. +const invalidField = ^field(0) + +// IsValid reports whether the field identifier is valid. +func (f field) IsValid() bool { + return f != ^field(0) +} + +// Bytes returns the address of a []byte field in the struct. +func structPointer_Bytes(p structPointer, f field) *[]byte { + return (*[]byte)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// BytesSlice returns the address of a [][]byte field in the struct. +func structPointer_BytesSlice(p structPointer, f field) *[][]byte { + return (*[][]byte)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// Bool returns the address of a *bool field in the struct. +func structPointer_Bool(p structPointer, f field) **bool { + return (**bool)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// BoolVal returns the address of a bool field in the struct. +func structPointer_BoolVal(p structPointer, f field) *bool { + return (*bool)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// BoolSlice returns the address of a []bool field in the struct. +func structPointer_BoolSlice(p structPointer, f field) *[]bool { + return (*[]bool)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// String returns the address of a *string field in the struct. +func structPointer_String(p structPointer, f field) **string { + return (**string)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// StringVal returns the address of a string field in the struct. +func structPointer_StringVal(p structPointer, f field) *string { + return (*string)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// StringSlice returns the address of a []string field in the struct. +func structPointer_StringSlice(p structPointer, f field) *[]string { + return (*[]string)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// ExtMap returns the address of an extension map field in the struct. +func structPointer_Extensions(p structPointer, f field) *XXX_InternalExtensions { + return (*XXX_InternalExtensions)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +func structPointer_ExtMap(p structPointer, f field) *map[int32]Extension { + return (*map[int32]Extension)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// NewAt returns the reflect.Value for a pointer to a field in the struct. +func structPointer_NewAt(p structPointer, f field, typ reflect.Type) reflect.Value { + return reflect.NewAt(typ, unsafe.Pointer(uintptr(p)+uintptr(f))) +} + +// SetStructPointer writes a *struct field in the struct. +func structPointer_SetStructPointer(p structPointer, f field, q structPointer) { + *(*structPointer)(unsafe.Pointer(uintptr(p) + uintptr(f))) = q +} + +// GetStructPointer reads a *struct field in the struct. +func structPointer_GetStructPointer(p structPointer, f field) structPointer { + return *(*structPointer)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// StructPointerSlice the address of a []*struct field in the struct. +func structPointer_StructPointerSlice(p structPointer, f field) *structPointerSlice { + return (*structPointerSlice)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// A structPointerSlice represents a slice of pointers to structs (themselves submessages or groups). +type structPointerSlice []structPointer + +func (v *structPointerSlice) Len() int { return len(*v) } +func (v *structPointerSlice) Index(i int) structPointer { return (*v)[i] } +func (v *structPointerSlice) Append(p structPointer) { *v = append(*v, p) } + +// A word32 is the address of a "pointer to 32-bit value" field. +type word32 **uint32 + +// IsNil reports whether *v is nil. +func word32_IsNil(p word32) bool { + return *p == nil +} + +// Set sets *v to point at a newly allocated word set to x. +func word32_Set(p word32, o *Buffer, x uint32) { + if len(o.uint32s) == 0 { + o.uint32s = make([]uint32, uint32PoolSize) + } + o.uint32s[0] = x + *p = &o.uint32s[0] + o.uint32s = o.uint32s[1:] +} + +// Get gets the value pointed at by *v. +func word32_Get(p word32) uint32 { + return **p +} + +// Word32 returns the address of a *int32, *uint32, *float32, or *enum field in the struct. +func structPointer_Word32(p structPointer, f field) word32 { + return word32((**uint32)(unsafe.Pointer(uintptr(p) + uintptr(f)))) +} + +// A word32Val is the address of a 32-bit value field. +type word32Val *uint32 + +// Set sets *p to x. +func word32Val_Set(p word32Val, x uint32) { + *p = x +} + +// Get gets the value pointed at by p. +func word32Val_Get(p word32Val) uint32 { + return *p +} + +// Word32Val returns the address of a *int32, *uint32, *float32, or *enum field in the struct. +func structPointer_Word32Val(p structPointer, f field) word32Val { + return word32Val((*uint32)(unsafe.Pointer(uintptr(p) + uintptr(f)))) +} + +// A word32Slice is a slice of 32-bit values. +type word32Slice []uint32 + +func (v *word32Slice) Append(x uint32) { *v = append(*v, x) } +func (v *word32Slice) Len() int { return len(*v) } +func (v *word32Slice) Index(i int) uint32 { return (*v)[i] } + +// Word32Slice returns the address of a []int32, []uint32, []float32, or []enum field in the struct. +func structPointer_Word32Slice(p structPointer, f field) *word32Slice { + return (*word32Slice)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} + +// word64 is like word32 but for 64-bit values. +type word64 **uint64 + +func word64_Set(p word64, o *Buffer, x uint64) { + if len(o.uint64s) == 0 { + o.uint64s = make([]uint64, uint64PoolSize) + } + o.uint64s[0] = x + *p = &o.uint64s[0] + o.uint64s = o.uint64s[1:] +} + +func word64_IsNil(p word64) bool { + return *p == nil +} + +func word64_Get(p word64) uint64 { + return **p +} + +func structPointer_Word64(p structPointer, f field) word64 { + return word64((**uint64)(unsafe.Pointer(uintptr(p) + uintptr(f)))) +} + +// word64Val is like word32Val but for 64-bit values. +type word64Val *uint64 + +func word64Val_Set(p word64Val, o *Buffer, x uint64) { + *p = x +} + +func word64Val_Get(p word64Val) uint64 { + return *p +} + +func structPointer_Word64Val(p structPointer, f field) word64Val { + return word64Val((*uint64)(unsafe.Pointer(uintptr(p) + uintptr(f)))) +} + +// word64Slice is like word32Slice but for 64-bit values. +type word64Slice []uint64 + +func (v *word64Slice) Append(x uint64) { *v = append(*v, x) } +func (v *word64Slice) Len() int { return len(*v) } +func (v *word64Slice) Index(i int) uint64 { return (*v)[i] } + +func structPointer_Word64Slice(p structPointer, f field) *word64Slice { + return (*word64Slice)(unsafe.Pointer(uintptr(p) + uintptr(f))) +} diff --git a/vendor/src/github.com/golang/protobuf/proto/properties.go b/vendor/src/github.com/golang/protobuf/proto/properties.go new file mode 100644 index 0000000..ec2289c --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/properties.go @@ -0,0 +1,872 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto + +/* + * Routines for encoding data into the wire format for protocol buffers. + */ + +import ( + "fmt" + "log" + "os" + "reflect" + "sort" + "strconv" + "strings" + "sync" +) + +const debug bool = false + +// Constants that identify the encoding of a value on the wire. +const ( + WireVarint = 0 + WireFixed64 = 1 + WireBytes = 2 + WireStartGroup = 3 + WireEndGroup = 4 + WireFixed32 = 5 +) + +const startSize = 10 // initial slice/string sizes + +// Encoders are defined in encode.go +// An encoder outputs the full representation of a field, including its +// tag and encoder type. +type encoder func(p *Buffer, prop *Properties, base structPointer) error + +// A valueEncoder encodes a single integer in a particular encoding. +type valueEncoder func(o *Buffer, x uint64) error + +// Sizers are defined in encode.go +// A sizer returns the encoded size of a field, including its tag and encoder +// type. +type sizer func(prop *Properties, base structPointer) int + +// A valueSizer returns the encoded size of a single integer in a particular +// encoding. +type valueSizer func(x uint64) int + +// Decoders are defined in decode.go +// A decoder creates a value from its wire representation. +// Unrecognized subelements are saved in unrec. +type decoder func(p *Buffer, prop *Properties, base structPointer) error + +// A valueDecoder decodes a single integer in a particular encoding. +type valueDecoder func(o *Buffer) (x uint64, err error) + +// A oneofMarshaler does the marshaling for all oneof fields in a message. +type oneofMarshaler func(Message, *Buffer) error + +// A oneofUnmarshaler does the unmarshaling for a oneof field in a message. +type oneofUnmarshaler func(Message, int, int, *Buffer) (bool, error) + +// A oneofSizer does the sizing for all oneof fields in a message. +type oneofSizer func(Message) int + +// tagMap is an optimization over map[int]int for typical protocol buffer +// use-cases. Encoded protocol buffers are often in tag order with small tag +// numbers. +type tagMap struct { + fastTags []int + slowTags map[int]int +} + +// tagMapFastLimit is the upper bound on the tag number that will be stored in +// the tagMap slice rather than its map. +const tagMapFastLimit = 1024 + +func (p *tagMap) get(t int) (int, bool) { + if t > 0 && t < tagMapFastLimit { + if t >= len(p.fastTags) { + return 0, false + } + fi := p.fastTags[t] + return fi, fi >= 0 + } + fi, ok := p.slowTags[t] + return fi, ok +} + +func (p *tagMap) put(t int, fi int) { + if t > 0 && t < tagMapFastLimit { + for len(p.fastTags) < t+1 { + p.fastTags = append(p.fastTags, -1) + } + p.fastTags[t] = fi + return + } + if p.slowTags == nil { + p.slowTags = make(map[int]int) + } + p.slowTags[t] = fi +} + +// StructProperties represents properties for all the fields of a struct. +// decoderTags and decoderOrigNames should only be used by the decoder. +type StructProperties struct { + Prop []*Properties // properties for each field + reqCount int // required count + decoderTags tagMap // map from proto tag to struct field number + decoderOrigNames map[string]int // map from original name to struct field number + order []int // list of struct field numbers in tag order + unrecField field // field id of the XXX_unrecognized []byte field + extendable bool // is this an extendable proto + + oneofMarshaler oneofMarshaler + oneofUnmarshaler oneofUnmarshaler + oneofSizer oneofSizer + stype reflect.Type + + // OneofTypes contains information about the oneof fields in this message. + // It is keyed by the original name of a field. + OneofTypes map[string]*OneofProperties +} + +// OneofProperties represents information about a specific field in a oneof. +type OneofProperties struct { + Type reflect.Type // pointer to generated struct type for this oneof field + Field int // struct field number of the containing oneof in the message + Prop *Properties +} + +// Implement the sorting interface so we can sort the fields in tag order, as recommended by the spec. +// See encode.go, (*Buffer).enc_struct. + +func (sp *StructProperties) Len() int { return len(sp.order) } +func (sp *StructProperties) Less(i, j int) bool { + return sp.Prop[sp.order[i]].Tag < sp.Prop[sp.order[j]].Tag +} +func (sp *StructProperties) Swap(i, j int) { sp.order[i], sp.order[j] = sp.order[j], sp.order[i] } + +// Properties represents the protocol-specific behavior of a single struct field. +type Properties struct { + Name string // name of the field, for error messages + OrigName string // original name before protocol compiler (always set) + JSONName string // name to use for JSON; determined by protoc + Wire string + WireType int + Tag int + Required bool + Optional bool + Repeated bool + Packed bool // relevant for repeated primitives only + Enum string // set for enum types only + proto3 bool // whether this is known to be a proto3 field; set for []byte only + oneof bool // whether this is a oneof field + + Default string // default value + HasDefault bool // whether an explicit default was provided + def_uint64 uint64 + + enc encoder + valEnc valueEncoder // set for bool and numeric types only + field field + tagcode []byte // encoding of EncodeVarint((Tag<<3)|WireType) + tagbuf [8]byte + stype reflect.Type // set for struct types only + sprop *StructProperties // set for struct types only + isMarshaler bool + isUnmarshaler bool + + mtype reflect.Type // set for map types only + mkeyprop *Properties // set for map types only + mvalprop *Properties // set for map types only + + size sizer + valSize valueSizer // set for bool and numeric types only + + dec decoder + valDec valueDecoder // set for bool and numeric types only + + // If this is a packable field, this will be the decoder for the packed version of the field. + packedDec decoder +} + +// String formats the properties in the protobuf struct field tag style. +func (p *Properties) String() string { + s := p.Wire + s = "," + s += strconv.Itoa(p.Tag) + if p.Required { + s += ",req" + } + if p.Optional { + s += ",opt" + } + if p.Repeated { + s += ",rep" + } + if p.Packed { + s += ",packed" + } + s += ",name=" + p.OrigName + if p.JSONName != p.OrigName { + s += ",json=" + p.JSONName + } + if p.proto3 { + s += ",proto3" + } + if p.oneof { + s += ",oneof" + } + if len(p.Enum) > 0 { + s += ",enum=" + p.Enum + } + if p.HasDefault { + s += ",def=" + p.Default + } + return s +} + +// Parse populates p by parsing a string in the protobuf struct field tag style. +func (p *Properties) Parse(s string) { + // "bytes,49,opt,name=foo,def=hello!" + fields := strings.Split(s, ",") // breaks def=, but handled below. + if len(fields) < 2 { + fmt.Fprintf(os.Stderr, "proto: tag has too few fields: %q\n", s) + return + } + + p.Wire = fields[0] + switch p.Wire { + case "varint": + p.WireType = WireVarint + p.valEnc = (*Buffer).EncodeVarint + p.valDec = (*Buffer).DecodeVarint + p.valSize = sizeVarint + case "fixed32": + p.WireType = WireFixed32 + p.valEnc = (*Buffer).EncodeFixed32 + p.valDec = (*Buffer).DecodeFixed32 + p.valSize = sizeFixed32 + case "fixed64": + p.WireType = WireFixed64 + p.valEnc = (*Buffer).EncodeFixed64 + p.valDec = (*Buffer).DecodeFixed64 + p.valSize = sizeFixed64 + case "zigzag32": + p.WireType = WireVarint + p.valEnc = (*Buffer).EncodeZigzag32 + p.valDec = (*Buffer).DecodeZigzag32 + p.valSize = sizeZigzag32 + case "zigzag64": + p.WireType = WireVarint + p.valEnc = (*Buffer).EncodeZigzag64 + p.valDec = (*Buffer).DecodeZigzag64 + p.valSize = sizeZigzag64 + case "bytes", "group": + p.WireType = WireBytes + // no numeric converter for non-numeric types + default: + fmt.Fprintf(os.Stderr, "proto: tag has unknown wire type: %q\n", s) + return + } + + var err error + p.Tag, err = strconv.Atoi(fields[1]) + if err != nil { + return + } + + for i := 2; i < len(fields); i++ { + f := fields[i] + switch { + case f == "req": + p.Required = true + case f == "opt": + p.Optional = true + case f == "rep": + p.Repeated = true + case f == "packed": + p.Packed = true + case strings.HasPrefix(f, "name="): + p.OrigName = f[5:] + case strings.HasPrefix(f, "json="): + p.JSONName = f[5:] + case strings.HasPrefix(f, "enum="): + p.Enum = f[5:] + case f == "proto3": + p.proto3 = true + case f == "oneof": + p.oneof = true + case strings.HasPrefix(f, "def="): + p.HasDefault = true + p.Default = f[4:] // rest of string + if i+1 < len(fields) { + // Commas aren't escaped, and def is always last. + p.Default += "," + strings.Join(fields[i+1:], ",") + break + } + } + } +} + +func logNoSliceEnc(t1, t2 reflect.Type) { + fmt.Fprintf(os.Stderr, "proto: no slice oenc for %T = []%T\n", t1, t2) +} + +var protoMessageType = reflect.TypeOf((*Message)(nil)).Elem() + +// Initialize the fields for encoding and decoding. +func (p *Properties) setEncAndDec(typ reflect.Type, f *reflect.StructField, lockGetProp bool) { + p.enc = nil + p.dec = nil + p.size = nil + + switch t1 := typ; t1.Kind() { + default: + fmt.Fprintf(os.Stderr, "proto: no coders for %v\n", t1) + + // proto3 scalar types + + case reflect.Bool: + p.enc = (*Buffer).enc_proto3_bool + p.dec = (*Buffer).dec_proto3_bool + p.size = size_proto3_bool + case reflect.Int32: + p.enc = (*Buffer).enc_proto3_int32 + p.dec = (*Buffer).dec_proto3_int32 + p.size = size_proto3_int32 + case reflect.Uint32: + p.enc = (*Buffer).enc_proto3_uint32 + p.dec = (*Buffer).dec_proto3_int32 // can reuse + p.size = size_proto3_uint32 + case reflect.Int64, reflect.Uint64: + p.enc = (*Buffer).enc_proto3_int64 + p.dec = (*Buffer).dec_proto3_int64 + p.size = size_proto3_int64 + case reflect.Float32: + p.enc = (*Buffer).enc_proto3_uint32 // can just treat them as bits + p.dec = (*Buffer).dec_proto3_int32 + p.size = size_proto3_uint32 + case reflect.Float64: + p.enc = (*Buffer).enc_proto3_int64 // can just treat them as bits + p.dec = (*Buffer).dec_proto3_int64 + p.size = size_proto3_int64 + case reflect.String: + p.enc = (*Buffer).enc_proto3_string + p.dec = (*Buffer).dec_proto3_string + p.size = size_proto3_string + + case reflect.Ptr: + switch t2 := t1.Elem(); t2.Kind() { + default: + fmt.Fprintf(os.Stderr, "proto: no encoder function for %v -> %v\n", t1, t2) + break + case reflect.Bool: + p.enc = (*Buffer).enc_bool + p.dec = (*Buffer).dec_bool + p.size = size_bool + case reflect.Int32: + p.enc = (*Buffer).enc_int32 + p.dec = (*Buffer).dec_int32 + p.size = size_int32 + case reflect.Uint32: + p.enc = (*Buffer).enc_uint32 + p.dec = (*Buffer).dec_int32 // can reuse + p.size = size_uint32 + case reflect.Int64, reflect.Uint64: + p.enc = (*Buffer).enc_int64 + p.dec = (*Buffer).dec_int64 + p.size = size_int64 + case reflect.Float32: + p.enc = (*Buffer).enc_uint32 // can just treat them as bits + p.dec = (*Buffer).dec_int32 + p.size = size_uint32 + case reflect.Float64: + p.enc = (*Buffer).enc_int64 // can just treat them as bits + p.dec = (*Buffer).dec_int64 + p.size = size_int64 + case reflect.String: + p.enc = (*Buffer).enc_string + p.dec = (*Buffer).dec_string + p.size = size_string + case reflect.Struct: + p.stype = t1.Elem() + p.isMarshaler = isMarshaler(t1) + p.isUnmarshaler = isUnmarshaler(t1) + if p.Wire == "bytes" { + p.enc = (*Buffer).enc_struct_message + p.dec = (*Buffer).dec_struct_message + p.size = size_struct_message + } else { + p.enc = (*Buffer).enc_struct_group + p.dec = (*Buffer).dec_struct_group + p.size = size_struct_group + } + } + + case reflect.Slice: + switch t2 := t1.Elem(); t2.Kind() { + default: + logNoSliceEnc(t1, t2) + break + case reflect.Bool: + if p.Packed { + p.enc = (*Buffer).enc_slice_packed_bool + p.size = size_slice_packed_bool + } else { + p.enc = (*Buffer).enc_slice_bool + p.size = size_slice_bool + } + p.dec = (*Buffer).dec_slice_bool + p.packedDec = (*Buffer).dec_slice_packed_bool + case reflect.Int32: + if p.Packed { + p.enc = (*Buffer).enc_slice_packed_int32 + p.size = size_slice_packed_int32 + } else { + p.enc = (*Buffer).enc_slice_int32 + p.size = size_slice_int32 + } + p.dec = (*Buffer).dec_slice_int32 + p.packedDec = (*Buffer).dec_slice_packed_int32 + case reflect.Uint32: + if p.Packed { + p.enc = (*Buffer).enc_slice_packed_uint32 + p.size = size_slice_packed_uint32 + } else { + p.enc = (*Buffer).enc_slice_uint32 + p.size = size_slice_uint32 + } + p.dec = (*Buffer).dec_slice_int32 + p.packedDec = (*Buffer).dec_slice_packed_int32 + case reflect.Int64, reflect.Uint64: + if p.Packed { + p.enc = (*Buffer).enc_slice_packed_int64 + p.size = size_slice_packed_int64 + } else { + p.enc = (*Buffer).enc_slice_int64 + p.size = size_slice_int64 + } + p.dec = (*Buffer).dec_slice_int64 + p.packedDec = (*Buffer).dec_slice_packed_int64 + case reflect.Uint8: + p.dec = (*Buffer).dec_slice_byte + if p.proto3 { + p.enc = (*Buffer).enc_proto3_slice_byte + p.size = size_proto3_slice_byte + } else { + p.enc = (*Buffer).enc_slice_byte + p.size = size_slice_byte + } + case reflect.Float32, reflect.Float64: + switch t2.Bits() { + case 32: + // can just treat them as bits + if p.Packed { + p.enc = (*Buffer).enc_slice_packed_uint32 + p.size = size_slice_packed_uint32 + } else { + p.enc = (*Buffer).enc_slice_uint32 + p.size = size_slice_uint32 + } + p.dec = (*Buffer).dec_slice_int32 + p.packedDec = (*Buffer).dec_slice_packed_int32 + case 64: + // can just treat them as bits + if p.Packed { + p.enc = (*Buffer).enc_slice_packed_int64 + p.size = size_slice_packed_int64 + } else { + p.enc = (*Buffer).enc_slice_int64 + p.size = size_slice_int64 + } + p.dec = (*Buffer).dec_slice_int64 + p.packedDec = (*Buffer).dec_slice_packed_int64 + default: + logNoSliceEnc(t1, t2) + break + } + case reflect.String: + p.enc = (*Buffer).enc_slice_string + p.dec = (*Buffer).dec_slice_string + p.size = size_slice_string + case reflect.Ptr: + switch t3 := t2.Elem(); t3.Kind() { + default: + fmt.Fprintf(os.Stderr, "proto: no ptr oenc for %T -> %T -> %T\n", t1, t2, t3) + break + case reflect.Struct: + p.stype = t2.Elem() + p.isMarshaler = isMarshaler(t2) + p.isUnmarshaler = isUnmarshaler(t2) + if p.Wire == "bytes" { + p.enc = (*Buffer).enc_slice_struct_message + p.dec = (*Buffer).dec_slice_struct_message + p.size = size_slice_struct_message + } else { + p.enc = (*Buffer).enc_slice_struct_group + p.dec = (*Buffer).dec_slice_struct_group + p.size = size_slice_struct_group + } + } + case reflect.Slice: + switch t2.Elem().Kind() { + default: + fmt.Fprintf(os.Stderr, "proto: no slice elem oenc for %T -> %T -> %T\n", t1, t2, t2.Elem()) + break + case reflect.Uint8: + p.enc = (*Buffer).enc_slice_slice_byte + p.dec = (*Buffer).dec_slice_slice_byte + p.size = size_slice_slice_byte + } + } + + case reflect.Map: + p.enc = (*Buffer).enc_new_map + p.dec = (*Buffer).dec_new_map + p.size = size_new_map + + p.mtype = t1 + p.mkeyprop = &Properties{} + p.mkeyprop.init(reflect.PtrTo(p.mtype.Key()), "Key", f.Tag.Get("protobuf_key"), nil, lockGetProp) + p.mvalprop = &Properties{} + vtype := p.mtype.Elem() + if vtype.Kind() != reflect.Ptr && vtype.Kind() != reflect.Slice { + // The value type is not a message (*T) or bytes ([]byte), + // so we need encoders for the pointer to this type. + vtype = reflect.PtrTo(vtype) + } + p.mvalprop.init(vtype, "Value", f.Tag.Get("protobuf_val"), nil, lockGetProp) + } + + // precalculate tag code + wire := p.WireType + if p.Packed { + wire = WireBytes + } + x := uint32(p.Tag)<<3 | uint32(wire) + i := 0 + for i = 0; x > 127; i++ { + p.tagbuf[i] = 0x80 | uint8(x&0x7F) + x >>= 7 + } + p.tagbuf[i] = uint8(x) + p.tagcode = p.tagbuf[0 : i+1] + + if p.stype != nil { + if lockGetProp { + p.sprop = GetProperties(p.stype) + } else { + p.sprop = getPropertiesLocked(p.stype) + } + } +} + +var ( + marshalerType = reflect.TypeOf((*Marshaler)(nil)).Elem() + unmarshalerType = reflect.TypeOf((*Unmarshaler)(nil)).Elem() +) + +// isMarshaler reports whether type t implements Marshaler. +func isMarshaler(t reflect.Type) bool { + // We're checking for (likely) pointer-receiver methods + // so if t is not a pointer, something is very wrong. + // The calls above only invoke isMarshaler on pointer types. + if t.Kind() != reflect.Ptr { + panic("proto: misuse of isMarshaler") + } + return t.Implements(marshalerType) +} + +// isUnmarshaler reports whether type t implements Unmarshaler. +func isUnmarshaler(t reflect.Type) bool { + // We're checking for (likely) pointer-receiver methods + // so if t is not a pointer, something is very wrong. + // The calls above only invoke isUnmarshaler on pointer types. + if t.Kind() != reflect.Ptr { + panic("proto: misuse of isUnmarshaler") + } + return t.Implements(unmarshalerType) +} + +// Init populates the properties from a protocol buffer struct tag. +func (p *Properties) Init(typ reflect.Type, name, tag string, f *reflect.StructField) { + p.init(typ, name, tag, f, true) +} + +func (p *Properties) init(typ reflect.Type, name, tag string, f *reflect.StructField, lockGetProp bool) { + // "bytes,49,opt,def=hello!" + p.Name = name + p.OrigName = name + if f != nil { + p.field = toField(f) + } + if tag == "" { + return + } + p.Parse(tag) + p.setEncAndDec(typ, f, lockGetProp) +} + +var ( + propertiesMu sync.RWMutex + propertiesMap = make(map[reflect.Type]*StructProperties) +) + +// GetProperties returns the list of properties for the type represented by t. +// t must represent a generated struct type of a protocol message. +func GetProperties(t reflect.Type) *StructProperties { + if t.Kind() != reflect.Struct { + panic("proto: type must have kind struct") + } + + // Most calls to GetProperties in a long-running program will be + // retrieving details for types we have seen before. + propertiesMu.RLock() + sprop, ok := propertiesMap[t] + propertiesMu.RUnlock() + if ok { + if collectStats { + stats.Chit++ + } + return sprop + } + + propertiesMu.Lock() + sprop = getPropertiesLocked(t) + propertiesMu.Unlock() + return sprop +} + +// getPropertiesLocked requires that propertiesMu is held. +func getPropertiesLocked(t reflect.Type) *StructProperties { + if prop, ok := propertiesMap[t]; ok { + if collectStats { + stats.Chit++ + } + return prop + } + if collectStats { + stats.Cmiss++ + } + + prop := new(StructProperties) + // in case of recursive protos, fill this in now. + propertiesMap[t] = prop + + // build properties + prop.extendable = reflect.PtrTo(t).Implements(extendableProtoType) || + reflect.PtrTo(t).Implements(extendableProtoV1Type) + prop.unrecField = invalidField + prop.Prop = make([]*Properties, t.NumField()) + prop.order = make([]int, t.NumField()) + + for i := 0; i < t.NumField(); i++ { + f := t.Field(i) + p := new(Properties) + name := f.Name + p.init(f.Type, name, f.Tag.Get("protobuf"), &f, false) + + if f.Name == "XXX_InternalExtensions" { // special case + p.enc = (*Buffer).enc_exts + p.dec = nil // not needed + p.size = size_exts + } else if f.Name == "XXX_extensions" { // special case + p.enc = (*Buffer).enc_map + p.dec = nil // not needed + p.size = size_map + } else if f.Name == "XXX_unrecognized" { // special case + prop.unrecField = toField(&f) + } + oneof := f.Tag.Get("protobuf_oneof") // special case + if oneof != "" { + // Oneof fields don't use the traditional protobuf tag. + p.OrigName = oneof + } + prop.Prop[i] = p + prop.order[i] = i + if debug { + print(i, " ", f.Name, " ", t.String(), " ") + if p.Tag > 0 { + print(p.String()) + } + print("\n") + } + if p.enc == nil && !strings.HasPrefix(f.Name, "XXX_") && oneof == "" { + fmt.Fprintln(os.Stderr, "proto: no encoder for", f.Name, f.Type.String(), "[GetProperties]") + } + } + + // Re-order prop.order. + sort.Sort(prop) + + type oneofMessage interface { + XXX_OneofFuncs() (func(Message, *Buffer) error, func(Message, int, int, *Buffer) (bool, error), func(Message) int, []interface{}) + } + if om, ok := reflect.Zero(reflect.PtrTo(t)).Interface().(oneofMessage); ok { + var oots []interface{} + prop.oneofMarshaler, prop.oneofUnmarshaler, prop.oneofSizer, oots = om.XXX_OneofFuncs() + prop.stype = t + + // Interpret oneof metadata. + prop.OneofTypes = make(map[string]*OneofProperties) + for _, oot := range oots { + oop := &OneofProperties{ + Type: reflect.ValueOf(oot).Type(), // *T + Prop: new(Properties), + } + sft := oop.Type.Elem().Field(0) + oop.Prop.Name = sft.Name + oop.Prop.Parse(sft.Tag.Get("protobuf")) + // There will be exactly one interface field that + // this new value is assignable to. + for i := 0; i < t.NumField(); i++ { + f := t.Field(i) + if f.Type.Kind() != reflect.Interface { + continue + } + if !oop.Type.AssignableTo(f.Type) { + continue + } + oop.Field = i + break + } + prop.OneofTypes[oop.Prop.OrigName] = oop + } + } + + // build required counts + // build tags + reqCount := 0 + prop.decoderOrigNames = make(map[string]int) + for i, p := range prop.Prop { + if strings.HasPrefix(p.Name, "XXX_") { + // Internal fields should not appear in tags/origNames maps. + // They are handled specially when encoding and decoding. + continue + } + if p.Required { + reqCount++ + } + prop.decoderTags.put(p.Tag, i) + prop.decoderOrigNames[p.OrigName] = i + } + prop.reqCount = reqCount + + return prop +} + +// Return the Properties object for the x[0]'th field of the structure. +func propByIndex(t reflect.Type, x []int) *Properties { + if len(x) != 1 { + fmt.Fprintf(os.Stderr, "proto: field index dimension %d (not 1) for type %s\n", len(x), t) + return nil + } + prop := GetProperties(t) + return prop.Prop[x[0]] +} + +// Get the address and type of a pointer to a struct from an interface. +func getbase(pb Message) (t reflect.Type, b structPointer, err error) { + if pb == nil { + err = ErrNil + return + } + // get the reflect type of the pointer to the struct. + t = reflect.TypeOf(pb) + // get the address of the struct. + value := reflect.ValueOf(pb) + b = toStructPointer(value) + return +} + +// A global registry of enum types. +// The generated code will register the generated maps by calling RegisterEnum. + +var enumValueMaps = make(map[string]map[string]int32) + +// RegisterEnum is called from the generated code to install the enum descriptor +// maps into the global table to aid parsing text format protocol buffers. +func RegisterEnum(typeName string, unusedNameMap map[int32]string, valueMap map[string]int32) { + if _, ok := enumValueMaps[typeName]; ok { + panic("proto: duplicate enum registered: " + typeName) + } + enumValueMaps[typeName] = valueMap +} + +// EnumValueMap returns the mapping from names to integers of the +// enum type enumType, or a nil if not found. +func EnumValueMap(enumType string) map[string]int32 { + return enumValueMaps[enumType] +} + +// A registry of all linked message types. +// The string is a fully-qualified proto name ("pkg.Message"). +var ( + protoTypes = make(map[string]reflect.Type) + revProtoTypes = make(map[reflect.Type]string) +) + +// RegisterType is called from generated code and maps from the fully qualified +// proto name to the type (pointer to struct) of the protocol buffer. +func RegisterType(x Message, name string) { + if _, ok := protoTypes[name]; ok { + // TODO: Some day, make this a panic. + log.Printf("proto: duplicate proto type registered: %s", name) + return + } + t := reflect.TypeOf(x) + protoTypes[name] = t + revProtoTypes[t] = name +} + +// MessageName returns the fully-qualified proto name for the given message type. +func MessageName(x Message) string { + type xname interface { + XXX_MessageName() string + } + if m, ok := x.(xname); ok { + return m.XXX_MessageName() + } + return revProtoTypes[reflect.TypeOf(x)] +} + +// MessageType returns the message type (pointer to struct) for a named message. +func MessageType(name string) reflect.Type { return protoTypes[name] } + +// A registry of all linked proto files. +var ( + protoFiles = make(map[string][]byte) // file name => fileDescriptor +) + +// RegisterFile is called from generated code and maps from the +// full file name of a .proto file to its compressed FileDescriptorProto. +func RegisterFile(filename string, fileDescriptor []byte) { + protoFiles[filename] = fileDescriptor +} + +// FileDescriptor returns the compressed FileDescriptorProto for a .proto file. +func FileDescriptor(filename string) []byte { return protoFiles[filename] } diff --git a/vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go b/vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go new file mode 100644 index 0000000..cc4d048 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go @@ -0,0 +1,347 @@ +// Code generated by protoc-gen-go. +// source: proto3_proto/proto3.proto +// DO NOT EDIT! + +/* +Package proto3_proto is a generated protocol buffer package. + +It is generated from these files: + proto3_proto/proto3.proto + +It has these top-level messages: + Message + Nested + MessageWithMap + IntMap + IntMaps +*/ +package proto3_proto + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import google_protobuf "github.com/golang/protobuf/ptypes/any" +import testdata "github.com/golang/protobuf/proto/testdata" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type Message_Humour int32 + +const ( + Message_UNKNOWN Message_Humour = 0 + Message_PUNS Message_Humour = 1 + Message_SLAPSTICK Message_Humour = 2 + Message_BILL_BAILEY Message_Humour = 3 +) + +var Message_Humour_name = map[int32]string{ + 0: "UNKNOWN", + 1: "PUNS", + 2: "SLAPSTICK", + 3: "BILL_BAILEY", +} +var Message_Humour_value = map[string]int32{ + "UNKNOWN": 0, + "PUNS": 1, + "SLAPSTICK": 2, + "BILL_BAILEY": 3, +} + +func (x Message_Humour) String() string { + return proto.EnumName(Message_Humour_name, int32(x)) +} +func (Message_Humour) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0, 0} } + +type Message struct { + Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Hilarity Message_Humour `protobuf:"varint,2,opt,name=hilarity,enum=proto3_proto.Message_Humour" json:"hilarity,omitempty"` + HeightInCm uint32 `protobuf:"varint,3,opt,name=height_in_cm,json=heightInCm" json:"height_in_cm,omitempty"` + Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` + ResultCount int64 `protobuf:"varint,7,opt,name=result_count,json=resultCount" json:"result_count,omitempty"` + TrueScotsman bool `protobuf:"varint,8,opt,name=true_scotsman,json=trueScotsman" json:"true_scotsman,omitempty"` + Score float32 `protobuf:"fixed32,9,opt,name=score" json:"score,omitempty"` + Key []uint64 `protobuf:"varint,5,rep,packed,name=key" json:"key,omitempty"` + ShortKey []int32 `protobuf:"varint,19,rep,packed,name=short_key,json=shortKey" json:"short_key,omitempty"` + Nested *Nested `protobuf:"bytes,6,opt,name=nested" json:"nested,omitempty"` + RFunny []Message_Humour `protobuf:"varint,16,rep,packed,name=r_funny,json=rFunny,enum=proto3_proto.Message_Humour" json:"r_funny,omitempty"` + Terrain map[string]*Nested `protobuf:"bytes,10,rep,name=terrain" json:"terrain,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Proto2Field *testdata.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,json=proto2Field" json:"proto2_field,omitempty"` + Proto2Value map[string]*testdata.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,json=proto2Value" json:"proto2_value,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Anything *google_protobuf.Any `protobuf:"bytes,14,opt,name=anything" json:"anything,omitempty"` + ManyThings []*google_protobuf.Any `protobuf:"bytes,15,rep,name=many_things,json=manyThings" json:"many_things,omitempty"` + Submessage *Message `protobuf:"bytes,17,opt,name=submessage" json:"submessage,omitempty"` + Children []*Message `protobuf:"bytes,18,rep,name=children" json:"children,omitempty"` +} + +func (m *Message) Reset() { *m = Message{} } +func (m *Message) String() string { return proto.CompactTextString(m) } +func (*Message) ProtoMessage() {} +func (*Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +func (m *Message) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Message) GetHilarity() Message_Humour { + if m != nil { + return m.Hilarity + } + return Message_UNKNOWN +} + +func (m *Message) GetHeightInCm() uint32 { + if m != nil { + return m.HeightInCm + } + return 0 +} + +func (m *Message) GetData() []byte { + if m != nil { + return m.Data + } + return nil +} + +func (m *Message) GetResultCount() int64 { + if m != nil { + return m.ResultCount + } + return 0 +} + +func (m *Message) GetTrueScotsman() bool { + if m != nil { + return m.TrueScotsman + } + return false +} + +func (m *Message) GetScore() float32 { + if m != nil { + return m.Score + } + return 0 +} + +func (m *Message) GetKey() []uint64 { + if m != nil { + return m.Key + } + return nil +} + +func (m *Message) GetShortKey() []int32 { + if m != nil { + return m.ShortKey + } + return nil +} + +func (m *Message) GetNested() *Nested { + if m != nil { + return m.Nested + } + return nil +} + +func (m *Message) GetRFunny() []Message_Humour { + if m != nil { + return m.RFunny + } + return nil +} + +func (m *Message) GetTerrain() map[string]*Nested { + if m != nil { + return m.Terrain + } + return nil +} + +func (m *Message) GetProto2Field() *testdata.SubDefaults { + if m != nil { + return m.Proto2Field + } + return nil +} + +func (m *Message) GetProto2Value() map[string]*testdata.SubDefaults { + if m != nil { + return m.Proto2Value + } + return nil +} + +func (m *Message) GetAnything() *google_protobuf.Any { + if m != nil { + return m.Anything + } + return nil +} + +func (m *Message) GetManyThings() []*google_protobuf.Any { + if m != nil { + return m.ManyThings + } + return nil +} + +func (m *Message) GetSubmessage() *Message { + if m != nil { + return m.Submessage + } + return nil +} + +func (m *Message) GetChildren() []*Message { + if m != nil { + return m.Children + } + return nil +} + +type Nested struct { + Bunny string `protobuf:"bytes,1,opt,name=bunny" json:"bunny,omitempty"` + Cute bool `protobuf:"varint,2,opt,name=cute" json:"cute,omitempty"` +} + +func (m *Nested) Reset() { *m = Nested{} } +func (m *Nested) String() string { return proto.CompactTextString(m) } +func (*Nested) ProtoMessage() {} +func (*Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *Nested) GetBunny() string { + if m != nil { + return m.Bunny + } + return "" +} + +func (m *Nested) GetCute() bool { + if m != nil { + return m.Cute + } + return false +} + +type MessageWithMap struct { + ByteMapping map[bool][]byte `protobuf:"bytes,1,rep,name=byte_mapping,json=byteMapping" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value,proto3"` +} + +func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } +func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } +func (*MessageWithMap) ProtoMessage() {} +func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +func (m *MessageWithMap) GetByteMapping() map[bool][]byte { + if m != nil { + return m.ByteMapping + } + return nil +} + +type IntMap struct { + Rtt map[int32]int32 `protobuf:"bytes,1,rep,name=rtt" json:"rtt,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"` +} + +func (m *IntMap) Reset() { *m = IntMap{} } +func (m *IntMap) String() string { return proto.CompactTextString(m) } +func (*IntMap) ProtoMessage() {} +func (*IntMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } + +func (m *IntMap) GetRtt() map[int32]int32 { + if m != nil { + return m.Rtt + } + return nil +} + +type IntMaps struct { + Maps []*IntMap `protobuf:"bytes,1,rep,name=maps" json:"maps,omitempty"` +} + +func (m *IntMaps) Reset() { *m = IntMaps{} } +func (m *IntMaps) String() string { return proto.CompactTextString(m) } +func (*IntMaps) ProtoMessage() {} +func (*IntMaps) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } + +func (m *IntMaps) GetMaps() []*IntMap { + if m != nil { + return m.Maps + } + return nil +} + +func init() { + proto.RegisterType((*Message)(nil), "proto3_proto.Message") + proto.RegisterType((*Nested)(nil), "proto3_proto.Nested") + proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap") + proto.RegisterType((*IntMap)(nil), "proto3_proto.IntMap") + proto.RegisterType((*IntMaps)(nil), "proto3_proto.IntMaps") + proto.RegisterEnum("proto3_proto.Message_Humour", Message_Humour_name, Message_Humour_value) +} + +func init() { proto.RegisterFile("proto3_proto/proto3.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 733 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x53, 0x6d, 0x6f, 0xf3, 0x34, + 0x14, 0x25, 0x4d, 0x5f, 0xd2, 0x9b, 0x74, 0x0b, 0x5e, 0x91, 0xbc, 0x02, 0x52, 0x28, 0x12, 0x8a, + 0x78, 0x49, 0xa1, 0xd3, 0xd0, 0x84, 0x10, 0x68, 0x1b, 0x9b, 0xa8, 0xd6, 0x95, 0xca, 0xdd, 0x98, + 0xf8, 0x14, 0xa5, 0xad, 0xdb, 0x46, 0x34, 0x4e, 0x49, 0x1c, 0xa4, 0xfc, 0x1d, 0xfe, 0x28, 0x8f, + 0x6c, 0xa7, 0x5d, 0x36, 0x65, 0xcf, 0xf3, 0x29, 0xf6, 0xf1, 0xb9, 0xf7, 0x9c, 0x1c, 0x5f, 0xc3, + 0xe9, 0x2e, 0x89, 0x79, 0x7c, 0xe6, 0xcb, 0xcf, 0x40, 0x6d, 0x3c, 0xf9, 0x41, 0x56, 0xf9, 0xa8, + 0x77, 0xba, 0x8e, 0xe3, 0xf5, 0x96, 0x2a, 0xca, 0x3c, 0x5b, 0x0d, 0x02, 0x96, 0x2b, 0x62, 0xef, + 0x84, 0xd3, 0x94, 0x2f, 0x03, 0x1e, 0x0c, 0xc4, 0x42, 0x81, 0xfd, 0xff, 0x5b, 0xd0, 0xba, 0xa7, + 0x69, 0x1a, 0xac, 0x29, 0x42, 0x50, 0x67, 0x41, 0x44, 0xb1, 0xe6, 0x68, 0x6e, 0x9b, 0xc8, 0x35, + 0xba, 0x00, 0x63, 0x13, 0x6e, 0x83, 0x24, 0xe4, 0x39, 0xae, 0x39, 0x9a, 0x7b, 0x34, 0xfc, 0xcc, + 0x2b, 0x0b, 0x7a, 0x45, 0xb1, 0xf7, 0x7b, 0x16, 0xc5, 0x59, 0x42, 0x0e, 0x6c, 0xe4, 0x80, 0xb5, + 0xa1, 0xe1, 0x7a, 0xc3, 0xfd, 0x90, 0xf9, 0x8b, 0x08, 0xeb, 0x8e, 0xe6, 0x76, 0x08, 0x28, 0x6c, + 0xc4, 0xae, 0x23, 0xa1, 0x27, 0xec, 0xe0, 0xba, 0xa3, 0xb9, 0x16, 0x91, 0x6b, 0xf4, 0x05, 0x58, + 0x09, 0x4d, 0xb3, 0x2d, 0xf7, 0x17, 0x71, 0xc6, 0x38, 0x6e, 0x39, 0x9a, 0xab, 0x13, 0x53, 0x61, + 0xd7, 0x02, 0x42, 0x5f, 0x42, 0x87, 0x27, 0x19, 0xf5, 0xd3, 0x45, 0xcc, 0xd3, 0x28, 0x60, 0xd8, + 0x70, 0x34, 0xd7, 0x20, 0x96, 0x00, 0x67, 0x05, 0x86, 0xba, 0xd0, 0x48, 0x17, 0x71, 0x42, 0x71, + 0xdb, 0xd1, 0xdc, 0x1a, 0x51, 0x1b, 0x64, 0x83, 0xfe, 0x37, 0xcd, 0x71, 0xc3, 0xd1, 0xdd, 0x3a, + 0x11, 0x4b, 0xf4, 0x29, 0xb4, 0xd3, 0x4d, 0x9c, 0x70, 0x5f, 0xe0, 0x27, 0x8e, 0xee, 0x36, 0x88, + 0x21, 0x81, 0x3b, 0x9a, 0xa3, 0x6f, 0xa1, 0xc9, 0x68, 0xca, 0xe9, 0x12, 0x37, 0x1d, 0xcd, 0x35, + 0x87, 0xdd, 0x97, 0xbf, 0x3e, 0x91, 0x67, 0xa4, 0xe0, 0xa0, 0x73, 0x68, 0x25, 0xfe, 0x2a, 0x63, + 0x2c, 0xc7, 0xb6, 0xa3, 0x7f, 0x30, 0xa9, 0x66, 0x72, 0x2b, 0xb8, 0xe8, 0x67, 0x68, 0x71, 0x9a, + 0x24, 0x41, 0xc8, 0x30, 0x38, 0xba, 0x6b, 0x0e, 0xfb, 0xd5, 0x65, 0x0f, 0x8a, 0x74, 0xc3, 0x78, + 0x92, 0x93, 0x7d, 0x09, 0xba, 0x00, 0x75, 0xff, 0x43, 0x7f, 0x15, 0xd2, 0xed, 0x12, 0x9b, 0xd2, + 0xe8, 0x27, 0xde, 0xfe, 0xae, 0xbd, 0x59, 0x36, 0xff, 0x8d, 0xae, 0x82, 0x6c, 0xcb, 0x53, 0x62, + 0x2a, 0xea, 0xad, 0x60, 0xa2, 0xd1, 0xa1, 0xf2, 0xdf, 0x60, 0x9b, 0x51, 0xdc, 0x91, 0xe2, 0x5f, + 0x55, 0x8b, 0x4f, 0x25, 0xf3, 0x4f, 0x41, 0x54, 0x06, 0x8a, 0x56, 0x12, 0x41, 0xdf, 0x83, 0x11, + 0xb0, 0x9c, 0x6f, 0x42, 0xb6, 0xc6, 0x47, 0x45, 0x52, 0x6a, 0x0e, 0xbd, 0xfd, 0x1c, 0x7a, 0x97, + 0x2c, 0x27, 0x07, 0x16, 0x3a, 0x07, 0x33, 0x0a, 0x58, 0xee, 0xcb, 0x5d, 0x8a, 0x8f, 0xa5, 0x76, + 0x75, 0x11, 0x08, 0xe2, 0x83, 0xe4, 0xa1, 0x73, 0x80, 0x34, 0x9b, 0x47, 0xca, 0x14, 0xfe, 0xb8, + 0xf8, 0xd7, 0x2a, 0xc7, 0xa4, 0x44, 0x44, 0x3f, 0x80, 0xb1, 0xd8, 0x84, 0xdb, 0x65, 0x42, 0x19, + 0x46, 0x52, 0xea, 0x8d, 0xa2, 0x03, 0xad, 0x37, 0x05, 0xab, 0x1c, 0xf8, 0x7e, 0x72, 0xd4, 0xd3, + 0x90, 0x93, 0xf3, 0x35, 0x34, 0x54, 0x70, 0xb5, 0xf7, 0xcc, 0x86, 0xa2, 0xfc, 0x54, 0xbb, 0xd0, + 0x7a, 0x8f, 0x60, 0xbf, 0x4e, 0xb1, 0xa2, 0xeb, 0x37, 0x2f, 0xbb, 0xbe, 0x71, 0x91, 0xcf, 0x6d, + 0xfb, 0xbf, 0x42, 0x53, 0x0d, 0x14, 0x32, 0xa1, 0xf5, 0x38, 0xb9, 0x9b, 0xfc, 0xf1, 0x34, 0xb1, + 0x3f, 0x42, 0x06, 0xd4, 0xa7, 0x8f, 0x93, 0x99, 0xad, 0xa1, 0x0e, 0xb4, 0x67, 0xe3, 0xcb, 0xe9, + 0xec, 0x61, 0x74, 0x7d, 0x67, 0xd7, 0xd0, 0x31, 0x98, 0x57, 0xa3, 0xf1, 0xd8, 0xbf, 0xba, 0x1c, + 0x8d, 0x6f, 0xfe, 0xb2, 0xf5, 0xfe, 0x10, 0x9a, 0xca, 0xac, 0x78, 0x33, 0x73, 0x39, 0xbe, 0xca, + 0x8f, 0xda, 0x88, 0x57, 0xba, 0xc8, 0xb8, 0x32, 0x64, 0x10, 0xb9, 0xee, 0xff, 0xa7, 0xc1, 0x51, + 0x91, 0xd9, 0x53, 0xc8, 0x37, 0xf7, 0xc1, 0x0e, 0x4d, 0xc1, 0x9a, 0xe7, 0x9c, 0xfa, 0x51, 0xb0, + 0xdb, 0x89, 0x39, 0xd0, 0x64, 0xce, 0xdf, 0x55, 0xe6, 0x5c, 0xd4, 0x78, 0x57, 0x39, 0xa7, 0xf7, + 0x8a, 0x5f, 0x4c, 0xd5, 0xfc, 0x19, 0xe9, 0xfd, 0x02, 0xf6, 0x6b, 0x42, 0x39, 0x30, 0x43, 0x05, + 0xd6, 0x2d, 0x07, 0x66, 0x95, 0x93, 0xf9, 0x07, 0x9a, 0x23, 0xc6, 0x85, 0xb7, 0x01, 0xe8, 0x09, + 0xe7, 0x85, 0xa5, 0xcf, 0x5f, 0x5a, 0x52, 0x14, 0x8f, 0x70, 0xae, 0x2c, 0x08, 0x66, 0xef, 0x47, + 0x30, 0xf6, 0x40, 0x59, 0xb2, 0x51, 0x21, 0xd9, 0x28, 0x4b, 0x9e, 0x41, 0x4b, 0xf5, 0x4b, 0x91, + 0x0b, 0xf5, 0x28, 0xd8, 0xa5, 0x85, 0x68, 0xb7, 0x4a, 0x94, 0x48, 0xc6, 0xbc, 0xa9, 0x8e, 0xde, + 0x05, 0x00, 0x00, 0xff, 0xff, 0x75, 0x38, 0xad, 0x84, 0xe4, 0x05, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto b/vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto new file mode 100644 index 0000000..2048655 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto @@ -0,0 +1,87 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2014 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +import "google/protobuf/any.proto"; +import "testdata/test.proto"; + +package proto3_proto; + +message Message { + enum Humour { + UNKNOWN = 0; + PUNS = 1; + SLAPSTICK = 2; + BILL_BAILEY = 3; + } + + string name = 1; + Humour hilarity = 2; + uint32 height_in_cm = 3; + bytes data = 4; + int64 result_count = 7; + bool true_scotsman = 8; + float score = 9; + + repeated uint64 key = 5; + repeated int32 short_key = 19; + Nested nested = 6; + repeated Humour r_funny = 16; + + map terrain = 10; + testdata.SubDefaults proto2_field = 11; + map proto2_value = 13; + + google.protobuf.Any anything = 14; + repeated google.protobuf.Any many_things = 15; + + Message submessage = 17; + repeated Message children = 18; +} + +message Nested { + string bunny = 1; + bool cute = 2; +} + +message MessageWithMap { + map byte_mapping = 1; +} + + +message IntMap { + map rtt = 1; +} + +message IntMaps { + repeated IntMap maps = 1; +} diff --git a/vendor/src/github.com/golang/protobuf/proto/proto3_test.go b/vendor/src/github.com/golang/protobuf/proto/proto3_test.go new file mode 100644 index 0000000..735837f --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/proto3_test.go @@ -0,0 +1,135 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2014 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "testing" + + "github.com/golang/protobuf/proto" + pb "github.com/golang/protobuf/proto/proto3_proto" + tpb "github.com/golang/protobuf/proto/testdata" +) + +func TestProto3ZeroValues(t *testing.T) { + tests := []struct { + desc string + m proto.Message + }{ + {"zero message", &pb.Message{}}, + {"empty bytes field", &pb.Message{Data: []byte{}}}, + } + for _, test := range tests { + b, err := proto.Marshal(test.m) + if err != nil { + t.Errorf("%s: proto.Marshal: %v", test.desc, err) + continue + } + if len(b) > 0 { + t.Errorf("%s: Encoding is non-empty: %q", test.desc, b) + } + } +} + +func TestRoundTripProto3(t *testing.T) { + m := &pb.Message{ + Name: "David", // (2 | 1<<3): 0x0a 0x05 "David" + Hilarity: pb.Message_PUNS, // (0 | 2<<3): 0x10 0x01 + HeightInCm: 178, // (0 | 3<<3): 0x18 0xb2 0x01 + Data: []byte("roboto"), // (2 | 4<<3): 0x20 0x06 "roboto" + ResultCount: 47, // (0 | 7<<3): 0x38 0x2f + TrueScotsman: true, // (0 | 8<<3): 0x40 0x01 + Score: 8.1, // (5 | 9<<3): 0x4d <8.1> + + Key: []uint64{1, 0xdeadbeef}, + Nested: &pb.Nested{ + Bunny: "Monty", + }, + } + t.Logf(" m: %v", m) + + b, err := proto.Marshal(m) + if err != nil { + t.Fatalf("proto.Marshal: %v", err) + } + t.Logf(" b: %q", b) + + m2 := new(pb.Message) + if err := proto.Unmarshal(b, m2); err != nil { + t.Fatalf("proto.Unmarshal: %v", err) + } + t.Logf("m2: %v", m2) + + if !proto.Equal(m, m2) { + t.Errorf("proto.Equal returned false:\n m: %v\nm2: %v", m, m2) + } +} + +func TestGettersForBasicTypesExist(t *testing.T) { + var m pb.Message + if got := m.GetNested().GetBunny(); got != "" { + t.Errorf("m.GetNested().GetBunny() = %q, want empty string", got) + } + if got := m.GetNested().GetCute(); got { + t.Errorf("m.GetNested().GetCute() = %t, want false", got) + } +} + +func TestProto3SetDefaults(t *testing.T) { + in := &pb.Message{ + Terrain: map[string]*pb.Nested{ + "meadow": new(pb.Nested), + }, + Proto2Field: new(tpb.SubDefaults), + Proto2Value: map[string]*tpb.SubDefaults{ + "badlands": new(tpb.SubDefaults), + }, + } + + got := proto.Clone(in).(*pb.Message) + proto.SetDefaults(got) + + // There are no defaults in proto3. Everything should be the zero value, but + // we need to remember to set defaults for nested proto2 messages. + want := &pb.Message{ + Terrain: map[string]*pb.Nested{ + "meadow": new(pb.Nested), + }, + Proto2Field: &tpb.SubDefaults{N: proto.Int64(7)}, + Proto2Value: map[string]*tpb.SubDefaults{ + "badlands": &tpb.SubDefaults{N: proto.Int64(7)}, + }, + } + + if !proto.Equal(got, want) { + t.Errorf("with in = %v\nproto.SetDefaults(in) =>\ngot %v\nwant %v", in, got, want) + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/size2_test.go b/vendor/src/github.com/golang/protobuf/proto/size2_test.go new file mode 100644 index 0000000..a2729c3 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/size2_test.go @@ -0,0 +1,63 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2012 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto + +import ( + "testing" +) + +// This is a separate file and package from size_test.go because that one uses +// generated messages and thus may not be in package proto without having a circular +// dependency, whereas this file tests unexported details of size.go. + +func TestVarintSize(t *testing.T) { + // Check the edge cases carefully. + testCases := []struct { + n uint64 + size int + }{ + {0, 1}, + {1, 1}, + {127, 1}, + {128, 2}, + {16383, 2}, + {16384, 3}, + {1<<63 - 1, 9}, + {1 << 63, 10}, + } + for _, tc := range testCases { + size := sizeVarint(tc.n) + if size != tc.size { + t.Errorf("sizeVarint(%d) = %d, want %d", tc.n, size, tc.size) + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/size_test.go b/vendor/src/github.com/golang/protobuf/proto/size_test.go new file mode 100644 index 0000000..af1034d --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/size_test.go @@ -0,0 +1,164 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2012 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "log" + "strings" + "testing" + + . "github.com/golang/protobuf/proto" + proto3pb "github.com/golang/protobuf/proto/proto3_proto" + pb "github.com/golang/protobuf/proto/testdata" +) + +var messageWithExtension1 = &pb.MyMessage{Count: Int32(7)} + +// messageWithExtension2 is in equal_test.go. +var messageWithExtension3 = &pb.MyMessage{Count: Int32(8)} + +func init() { + if err := SetExtension(messageWithExtension1, pb.E_Ext_More, &pb.Ext{Data: String("Abbott")}); err != nil { + log.Panicf("SetExtension: %v", err) + } + if err := SetExtension(messageWithExtension3, pb.E_Ext_More, &pb.Ext{Data: String("Costello")}); err != nil { + log.Panicf("SetExtension: %v", err) + } + + // Force messageWithExtension3 to have the extension encoded. + Marshal(messageWithExtension3) + +} + +var SizeTests = []struct { + desc string + pb Message +}{ + {"empty", &pb.OtherMessage{}}, + // Basic types. + {"bool", &pb.Defaults{F_Bool: Bool(true)}}, + {"int32", &pb.Defaults{F_Int32: Int32(12)}}, + {"negative int32", &pb.Defaults{F_Int32: Int32(-1)}}, + {"small int64", &pb.Defaults{F_Int64: Int64(1)}}, + {"big int64", &pb.Defaults{F_Int64: Int64(1 << 20)}}, + {"negative int64", &pb.Defaults{F_Int64: Int64(-1)}}, + {"fixed32", &pb.Defaults{F_Fixed32: Uint32(71)}}, + {"fixed64", &pb.Defaults{F_Fixed64: Uint64(72)}}, + {"uint32", &pb.Defaults{F_Uint32: Uint32(123)}}, + {"uint64", &pb.Defaults{F_Uint64: Uint64(124)}}, + {"float", &pb.Defaults{F_Float: Float32(12.6)}}, + {"double", &pb.Defaults{F_Double: Float64(13.9)}}, + {"string", &pb.Defaults{F_String: String("niles")}}, + {"bytes", &pb.Defaults{F_Bytes: []byte("wowsa")}}, + {"bytes, empty", &pb.Defaults{F_Bytes: []byte{}}}, + {"sint32", &pb.Defaults{F_Sint32: Int32(65)}}, + {"sint64", &pb.Defaults{F_Sint64: Int64(67)}}, + {"enum", &pb.Defaults{F_Enum: pb.Defaults_BLUE.Enum()}}, + // Repeated. + {"empty repeated bool", &pb.MoreRepeated{Bools: []bool{}}}, + {"repeated bool", &pb.MoreRepeated{Bools: []bool{false, true, true, false}}}, + {"packed repeated bool", &pb.MoreRepeated{BoolsPacked: []bool{false, true, true, false, true, true, true}}}, + {"repeated int32", &pb.MoreRepeated{Ints: []int32{1, 12203, 1729, -1}}}, + {"repeated int32 packed", &pb.MoreRepeated{IntsPacked: []int32{1, 12203, 1729}}}, + {"repeated int64 packed", &pb.MoreRepeated{Int64SPacked: []int64{ + // Need enough large numbers to verify that the header is counting the number of bytes + // for the field, not the number of elements. + 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, + 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, 1 << 62, + }}}, + {"repeated string", &pb.MoreRepeated{Strings: []string{"r", "ken", "gri"}}}, + {"repeated fixed", &pb.MoreRepeated{Fixeds: []uint32{1, 2, 3, 4}}}, + // Nested. + {"nested", &pb.OldMessage{Nested: &pb.OldMessage_Nested{Name: String("whatever")}}}, + {"group", &pb.GroupOld{G: &pb.GroupOld_G{X: Int32(12345)}}}, + // Other things. + {"unrecognized", &pb.MoreRepeated{XXX_unrecognized: []byte{13<<3 | 0, 4}}}, + {"extension (unencoded)", messageWithExtension1}, + {"extension (encoded)", messageWithExtension3}, + // proto3 message + {"proto3 empty", &proto3pb.Message{}}, + {"proto3 bool", &proto3pb.Message{TrueScotsman: true}}, + {"proto3 int64", &proto3pb.Message{ResultCount: 1}}, + {"proto3 uint32", &proto3pb.Message{HeightInCm: 123}}, + {"proto3 float", &proto3pb.Message{Score: 12.6}}, + {"proto3 string", &proto3pb.Message{Name: "Snezana"}}, + {"proto3 bytes", &proto3pb.Message{Data: []byte("wowsa")}}, + {"proto3 bytes, empty", &proto3pb.Message{Data: []byte{}}}, + {"proto3 enum", &proto3pb.Message{Hilarity: proto3pb.Message_PUNS}}, + {"proto3 map field with empty bytes", &proto3pb.MessageWithMap{ByteMapping: map[bool][]byte{false: []byte{}}}}, + + {"map field", &pb.MessageWithMap{NameMapping: map[int32]string{1: "Rob", 7: "Andrew"}}}, + {"map field with message", &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{0x7001: &pb.FloatingPoint{F: Float64(2.0)}}}}, + {"map field with bytes", &pb.MessageWithMap{ByteMapping: map[bool][]byte{true: []byte("this time for sure")}}}, + {"map field with empty bytes", &pb.MessageWithMap{ByteMapping: map[bool][]byte{true: []byte{}}}}, + + {"map field with big entry", &pb.MessageWithMap{NameMapping: map[int32]string{8: strings.Repeat("x", 125)}}}, + {"map field with big key and val", &pb.MessageWithMap{StrToStr: map[string]string{strings.Repeat("x", 70): strings.Repeat("y", 70)}}}, + {"map field with big numeric key", &pb.MessageWithMap{NameMapping: map[int32]string{0xf00d: "om nom nom"}}}, + + {"oneof not set", &pb.Oneof{}}, + {"oneof bool", &pb.Oneof{Union: &pb.Oneof_F_Bool{true}}}, + {"oneof zero int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{0}}}, + {"oneof big int32", &pb.Oneof{Union: &pb.Oneof_F_Int32{1 << 20}}}, + {"oneof int64", &pb.Oneof{Union: &pb.Oneof_F_Int64{42}}}, + {"oneof fixed32", &pb.Oneof{Union: &pb.Oneof_F_Fixed32{43}}}, + {"oneof fixed64", &pb.Oneof{Union: &pb.Oneof_F_Fixed64{44}}}, + {"oneof uint32", &pb.Oneof{Union: &pb.Oneof_F_Uint32{45}}}, + {"oneof uint64", &pb.Oneof{Union: &pb.Oneof_F_Uint64{46}}}, + {"oneof float", &pb.Oneof{Union: &pb.Oneof_F_Float{47.1}}}, + {"oneof double", &pb.Oneof{Union: &pb.Oneof_F_Double{48.9}}}, + {"oneof string", &pb.Oneof{Union: &pb.Oneof_F_String{"Rhythmic Fman"}}}, + {"oneof bytes", &pb.Oneof{Union: &pb.Oneof_F_Bytes{[]byte("let go")}}}, + {"oneof sint32", &pb.Oneof{Union: &pb.Oneof_F_Sint32{50}}}, + {"oneof sint64", &pb.Oneof{Union: &pb.Oneof_F_Sint64{51}}}, + {"oneof enum", &pb.Oneof{Union: &pb.Oneof_F_Enum{pb.MyMessage_BLUE}}}, + {"message for oneof", &pb.GoTestField{Label: String("k"), Type: String("v")}}, + {"oneof message", &pb.Oneof{Union: &pb.Oneof_F_Message{&pb.GoTestField{Label: String("k"), Type: String("v")}}}}, + {"oneof group", &pb.Oneof{Union: &pb.Oneof_FGroup{&pb.Oneof_F_Group{X: Int32(52)}}}}, + {"oneof largest tag", &pb.Oneof{Union: &pb.Oneof_F_Largest_Tag{1}}}, + {"multiple oneofs", &pb.Oneof{Union: &pb.Oneof_F_Int32{1}, Tormato: &pb.Oneof_Value{2}}}, +} + +func TestSize(t *testing.T) { + for _, tc := range SizeTests { + size := Size(tc.pb) + b, err := Marshal(tc.pb) + if err != nil { + t.Errorf("%v: Marshal failed: %v", tc.desc, err) + continue + } + if size != len(b) { + t.Errorf("%v: Size(%v) = %d, want %d", tc.desc, tc.pb, size, len(b)) + t.Logf("%v: bytes: %#v", tc.desc, b) + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/testdata/Makefile b/vendor/src/github.com/golang/protobuf/proto/testdata/Makefile new file mode 100644 index 0000000..fc28862 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/testdata/Makefile @@ -0,0 +1,50 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +include ../../Make.protobuf + +all: regenerate + +regenerate: + rm -f test.pb.go + make test.pb.go + +# The following rules are just aids to development. Not needed for typical testing. + +diff: regenerate + git diff test.pb.go + +restore: + cp test.pb.go.golden test.pb.go + +preserve: + cp test.pb.go test.pb.go.golden diff --git a/vendor/src/github.com/golang/protobuf/proto/testdata/golden_test.go b/vendor/src/github.com/golang/protobuf/proto/testdata/golden_test.go new file mode 100644 index 0000000..7172d0e --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/testdata/golden_test.go @@ -0,0 +1,86 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2012 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Verify that the compiler output for test.proto is unchanged. + +package testdata + +import ( + "crypto/sha1" + "fmt" + "io/ioutil" + "os" + "os/exec" + "path/filepath" + "testing" +) + +// sum returns in string form (for easy comparison) the SHA-1 hash of the named file. +func sum(t *testing.T, name string) string { + data, err := ioutil.ReadFile(name) + if err != nil { + t.Fatal(err) + } + t.Logf("sum(%q): length is %d", name, len(data)) + hash := sha1.New() + _, err = hash.Write(data) + if err != nil { + t.Fatal(err) + } + return fmt.Sprintf("% x", hash.Sum(nil)) +} + +func run(t *testing.T, name string, args ...string) { + cmd := exec.Command(name, args...) + cmd.Stdin = os.Stdin + cmd.Stdout = os.Stdout + cmd.Stderr = os.Stderr + err := cmd.Run() + if err != nil { + t.Fatal(err) + } +} + +func TestGolden(t *testing.T) { + // Compute the original checksum. + goldenSum := sum(t, "test.pb.go") + // Run the proto compiler. + run(t, "protoc", "--go_out="+os.TempDir(), "test.proto") + newFile := filepath.Join(os.TempDir(), "test.pb.go") + defer os.Remove(newFile) + // Compute the new checksum. + newSum := sum(t, newFile) + // Verify + if newSum != goldenSum { + run(t, "diff", "-u", "test.pb.go", newFile) + t.Fatal("Code generated by protoc-gen-go has changed; update test.pb.go") + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/testdata/test.pb.go b/vendor/src/github.com/golang/protobuf/proto/testdata/test.pb.go new file mode 100644 index 0000000..25ffd7a --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/testdata/test.pb.go @@ -0,0 +1,4148 @@ +// Code generated by protoc-gen-go. +// source: test.proto +// DO NOT EDIT! + +/* +Package testdata is a generated protocol buffer package. + +It is generated from these files: + test.proto + +It has these top-level messages: + GoEnum + GoTestField + GoTest + GoTestRequiredGroupField + GoSkipTest + NonPackedTest + PackedTest + MaxTag + OldMessage + NewMessage + InnerMessage + OtherMessage + RequiredInnerMessage + MyMessage + Ext + ComplexExtension + DefaultsMessage + MyMessageSet + Empty + MessageList + Strings + Defaults + SubDefaults + RepeatedEnum + MoreRepeated + GroupOld + GroupNew + FloatingPoint + MessageWithMap + Oneof + Communique +*/ +package testdata + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type FOO int32 + +const ( + FOO_FOO1 FOO = 1 +) + +var FOO_name = map[int32]string{ + 1: "FOO1", +} +var FOO_value = map[string]int32{ + "FOO1": 1, +} + +func (x FOO) Enum() *FOO { + p := new(FOO) + *p = x + return p +} +func (x FOO) String() string { + return proto.EnumName(FOO_name, int32(x)) +} +func (x *FOO) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FOO_value, data, "FOO") + if err != nil { + return err + } + *x = FOO(value) + return nil +} +func (FOO) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +// An enum, for completeness. +type GoTest_KIND int32 + +const ( + GoTest_VOID GoTest_KIND = 0 + // Basic types + GoTest_BOOL GoTest_KIND = 1 + GoTest_BYTES GoTest_KIND = 2 + GoTest_FINGERPRINT GoTest_KIND = 3 + GoTest_FLOAT GoTest_KIND = 4 + GoTest_INT GoTest_KIND = 5 + GoTest_STRING GoTest_KIND = 6 + GoTest_TIME GoTest_KIND = 7 + // Groupings + GoTest_TUPLE GoTest_KIND = 8 + GoTest_ARRAY GoTest_KIND = 9 + GoTest_MAP GoTest_KIND = 10 + // Table types + GoTest_TABLE GoTest_KIND = 11 + // Functions + GoTest_FUNCTION GoTest_KIND = 12 +) + +var GoTest_KIND_name = map[int32]string{ + 0: "VOID", + 1: "BOOL", + 2: "BYTES", + 3: "FINGERPRINT", + 4: "FLOAT", + 5: "INT", + 6: "STRING", + 7: "TIME", + 8: "TUPLE", + 9: "ARRAY", + 10: "MAP", + 11: "TABLE", + 12: "FUNCTION", +} +var GoTest_KIND_value = map[string]int32{ + "VOID": 0, + "BOOL": 1, + "BYTES": 2, + "FINGERPRINT": 3, + "FLOAT": 4, + "INT": 5, + "STRING": 6, + "TIME": 7, + "TUPLE": 8, + "ARRAY": 9, + "MAP": 10, + "TABLE": 11, + "FUNCTION": 12, +} + +func (x GoTest_KIND) Enum() *GoTest_KIND { + p := new(GoTest_KIND) + *p = x + return p +} +func (x GoTest_KIND) String() string { + return proto.EnumName(GoTest_KIND_name, int32(x)) +} +func (x *GoTest_KIND) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(GoTest_KIND_value, data, "GoTest_KIND") + if err != nil { + return err + } + *x = GoTest_KIND(value) + return nil +} +func (GoTest_KIND) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} } + +type MyMessage_Color int32 + +const ( + MyMessage_RED MyMessage_Color = 0 + MyMessage_GREEN MyMessage_Color = 1 + MyMessage_BLUE MyMessage_Color = 2 +) + +var MyMessage_Color_name = map[int32]string{ + 0: "RED", + 1: "GREEN", + 2: "BLUE", +} +var MyMessage_Color_value = map[string]int32{ + "RED": 0, + "GREEN": 1, + "BLUE": 2, +} + +func (x MyMessage_Color) Enum() *MyMessage_Color { + p := new(MyMessage_Color) + *p = x + return p +} +func (x MyMessage_Color) String() string { + return proto.EnumName(MyMessage_Color_name, int32(x)) +} +func (x *MyMessage_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(MyMessage_Color_value, data, "MyMessage_Color") + if err != nil { + return err + } + *x = MyMessage_Color(value) + return nil +} +func (MyMessage_Color) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{13, 0} } + +type DefaultsMessage_DefaultsEnum int32 + +const ( + DefaultsMessage_ZERO DefaultsMessage_DefaultsEnum = 0 + DefaultsMessage_ONE DefaultsMessage_DefaultsEnum = 1 + DefaultsMessage_TWO DefaultsMessage_DefaultsEnum = 2 +) + +var DefaultsMessage_DefaultsEnum_name = map[int32]string{ + 0: "ZERO", + 1: "ONE", + 2: "TWO", +} +var DefaultsMessage_DefaultsEnum_value = map[string]int32{ + "ZERO": 0, + "ONE": 1, + "TWO": 2, +} + +func (x DefaultsMessage_DefaultsEnum) Enum() *DefaultsMessage_DefaultsEnum { + p := new(DefaultsMessage_DefaultsEnum) + *p = x + return p +} +func (x DefaultsMessage_DefaultsEnum) String() string { + return proto.EnumName(DefaultsMessage_DefaultsEnum_name, int32(x)) +} +func (x *DefaultsMessage_DefaultsEnum) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(DefaultsMessage_DefaultsEnum_value, data, "DefaultsMessage_DefaultsEnum") + if err != nil { + return err + } + *x = DefaultsMessage_DefaultsEnum(value) + return nil +} +func (DefaultsMessage_DefaultsEnum) EnumDescriptor() ([]byte, []int) { + return fileDescriptor0, []int{16, 0} +} + +type Defaults_Color int32 + +const ( + Defaults_RED Defaults_Color = 0 + Defaults_GREEN Defaults_Color = 1 + Defaults_BLUE Defaults_Color = 2 +) + +var Defaults_Color_name = map[int32]string{ + 0: "RED", + 1: "GREEN", + 2: "BLUE", +} +var Defaults_Color_value = map[string]int32{ + "RED": 0, + "GREEN": 1, + "BLUE": 2, +} + +func (x Defaults_Color) Enum() *Defaults_Color { + p := new(Defaults_Color) + *p = x + return p +} +func (x Defaults_Color) String() string { + return proto.EnumName(Defaults_Color_name, int32(x)) +} +func (x *Defaults_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Defaults_Color_value, data, "Defaults_Color") + if err != nil { + return err + } + *x = Defaults_Color(value) + return nil +} +func (Defaults_Color) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{21, 0} } + +type RepeatedEnum_Color int32 + +const ( + RepeatedEnum_RED RepeatedEnum_Color = 1 +) + +var RepeatedEnum_Color_name = map[int32]string{ + 1: "RED", +} +var RepeatedEnum_Color_value = map[string]int32{ + "RED": 1, +} + +func (x RepeatedEnum_Color) Enum() *RepeatedEnum_Color { + p := new(RepeatedEnum_Color) + *p = x + return p +} +func (x RepeatedEnum_Color) String() string { + return proto.EnumName(RepeatedEnum_Color_name, int32(x)) +} +func (x *RepeatedEnum_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(RepeatedEnum_Color_value, data, "RepeatedEnum_Color") + if err != nil { + return err + } + *x = RepeatedEnum_Color(value) + return nil +} +func (RepeatedEnum_Color) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{23, 0} } + +type GoEnum struct { + Foo *FOO `protobuf:"varint,1,req,name=foo,enum=testdata.FOO" json:"foo,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoEnum) Reset() { *m = GoEnum{} } +func (m *GoEnum) String() string { return proto.CompactTextString(m) } +func (*GoEnum) ProtoMessage() {} +func (*GoEnum) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +func (m *GoEnum) GetFoo() FOO { + if m != nil && m.Foo != nil { + return *m.Foo + } + return FOO_FOO1 +} + +type GoTestField struct { + Label *string `protobuf:"bytes,1,req,name=Label" json:"Label,omitempty"` + Type *string `protobuf:"bytes,2,req,name=Type" json:"Type,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTestField) Reset() { *m = GoTestField{} } +func (m *GoTestField) String() string { return proto.CompactTextString(m) } +func (*GoTestField) ProtoMessage() {} +func (*GoTestField) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *GoTestField) GetLabel() string { + if m != nil && m.Label != nil { + return *m.Label + } + return "" +} + +func (m *GoTestField) GetType() string { + if m != nil && m.Type != nil { + return *m.Type + } + return "" +} + +type GoTest struct { + // Some typical parameters + Kind *GoTest_KIND `protobuf:"varint,1,req,name=Kind,enum=testdata.GoTest_KIND" json:"Kind,omitempty"` + Table *string `protobuf:"bytes,2,opt,name=Table" json:"Table,omitempty"` + Param *int32 `protobuf:"varint,3,opt,name=Param" json:"Param,omitempty"` + // Required, repeated and optional foreign fields. + RequiredField *GoTestField `protobuf:"bytes,4,req,name=RequiredField" json:"RequiredField,omitempty"` + RepeatedField []*GoTestField `protobuf:"bytes,5,rep,name=RepeatedField" json:"RepeatedField,omitempty"` + OptionalField *GoTestField `protobuf:"bytes,6,opt,name=OptionalField" json:"OptionalField,omitempty"` + // Required fields of all basic types + F_BoolRequired *bool `protobuf:"varint,10,req,name=F_Bool_required,json=FBoolRequired" json:"F_Bool_required,omitempty"` + F_Int32Required *int32 `protobuf:"varint,11,req,name=F_Int32_required,json=FInt32Required" json:"F_Int32_required,omitempty"` + F_Int64Required *int64 `protobuf:"varint,12,req,name=F_Int64_required,json=FInt64Required" json:"F_Int64_required,omitempty"` + F_Fixed32Required *uint32 `protobuf:"fixed32,13,req,name=F_Fixed32_required,json=FFixed32Required" json:"F_Fixed32_required,omitempty"` + F_Fixed64Required *uint64 `protobuf:"fixed64,14,req,name=F_Fixed64_required,json=FFixed64Required" json:"F_Fixed64_required,omitempty"` + F_Uint32Required *uint32 `protobuf:"varint,15,req,name=F_Uint32_required,json=FUint32Required" json:"F_Uint32_required,omitempty"` + F_Uint64Required *uint64 `protobuf:"varint,16,req,name=F_Uint64_required,json=FUint64Required" json:"F_Uint64_required,omitempty"` + F_FloatRequired *float32 `protobuf:"fixed32,17,req,name=F_Float_required,json=FFloatRequired" json:"F_Float_required,omitempty"` + F_DoubleRequired *float64 `protobuf:"fixed64,18,req,name=F_Double_required,json=FDoubleRequired" json:"F_Double_required,omitempty"` + F_StringRequired *string `protobuf:"bytes,19,req,name=F_String_required,json=FStringRequired" json:"F_String_required,omitempty"` + F_BytesRequired []byte `protobuf:"bytes,101,req,name=F_Bytes_required,json=FBytesRequired" json:"F_Bytes_required,omitempty"` + F_Sint32Required *int32 `protobuf:"zigzag32,102,req,name=F_Sint32_required,json=FSint32Required" json:"F_Sint32_required,omitempty"` + F_Sint64Required *int64 `protobuf:"zigzag64,103,req,name=F_Sint64_required,json=FSint64Required" json:"F_Sint64_required,omitempty"` + // Repeated fields of all basic types + F_BoolRepeated []bool `protobuf:"varint,20,rep,name=F_Bool_repeated,json=FBoolRepeated" json:"F_Bool_repeated,omitempty"` + F_Int32Repeated []int32 `protobuf:"varint,21,rep,name=F_Int32_repeated,json=FInt32Repeated" json:"F_Int32_repeated,omitempty"` + F_Int64Repeated []int64 `protobuf:"varint,22,rep,name=F_Int64_repeated,json=FInt64Repeated" json:"F_Int64_repeated,omitempty"` + F_Fixed32Repeated []uint32 `protobuf:"fixed32,23,rep,name=F_Fixed32_repeated,json=FFixed32Repeated" json:"F_Fixed32_repeated,omitempty"` + F_Fixed64Repeated []uint64 `protobuf:"fixed64,24,rep,name=F_Fixed64_repeated,json=FFixed64Repeated" json:"F_Fixed64_repeated,omitempty"` + F_Uint32Repeated []uint32 `protobuf:"varint,25,rep,name=F_Uint32_repeated,json=FUint32Repeated" json:"F_Uint32_repeated,omitempty"` + F_Uint64Repeated []uint64 `protobuf:"varint,26,rep,name=F_Uint64_repeated,json=FUint64Repeated" json:"F_Uint64_repeated,omitempty"` + F_FloatRepeated []float32 `protobuf:"fixed32,27,rep,name=F_Float_repeated,json=FFloatRepeated" json:"F_Float_repeated,omitempty"` + F_DoubleRepeated []float64 `protobuf:"fixed64,28,rep,name=F_Double_repeated,json=FDoubleRepeated" json:"F_Double_repeated,omitempty"` + F_StringRepeated []string `protobuf:"bytes,29,rep,name=F_String_repeated,json=FStringRepeated" json:"F_String_repeated,omitempty"` + F_BytesRepeated [][]byte `protobuf:"bytes,201,rep,name=F_Bytes_repeated,json=FBytesRepeated" json:"F_Bytes_repeated,omitempty"` + F_Sint32Repeated []int32 `protobuf:"zigzag32,202,rep,name=F_Sint32_repeated,json=FSint32Repeated" json:"F_Sint32_repeated,omitempty"` + F_Sint64Repeated []int64 `protobuf:"zigzag64,203,rep,name=F_Sint64_repeated,json=FSint64Repeated" json:"F_Sint64_repeated,omitempty"` + // Optional fields of all basic types + F_BoolOptional *bool `protobuf:"varint,30,opt,name=F_Bool_optional,json=FBoolOptional" json:"F_Bool_optional,omitempty"` + F_Int32Optional *int32 `protobuf:"varint,31,opt,name=F_Int32_optional,json=FInt32Optional" json:"F_Int32_optional,omitempty"` + F_Int64Optional *int64 `protobuf:"varint,32,opt,name=F_Int64_optional,json=FInt64Optional" json:"F_Int64_optional,omitempty"` + F_Fixed32Optional *uint32 `protobuf:"fixed32,33,opt,name=F_Fixed32_optional,json=FFixed32Optional" json:"F_Fixed32_optional,omitempty"` + F_Fixed64Optional *uint64 `protobuf:"fixed64,34,opt,name=F_Fixed64_optional,json=FFixed64Optional" json:"F_Fixed64_optional,omitempty"` + F_Uint32Optional *uint32 `protobuf:"varint,35,opt,name=F_Uint32_optional,json=FUint32Optional" json:"F_Uint32_optional,omitempty"` + F_Uint64Optional *uint64 `protobuf:"varint,36,opt,name=F_Uint64_optional,json=FUint64Optional" json:"F_Uint64_optional,omitempty"` + F_FloatOptional *float32 `protobuf:"fixed32,37,opt,name=F_Float_optional,json=FFloatOptional" json:"F_Float_optional,omitempty"` + F_DoubleOptional *float64 `protobuf:"fixed64,38,opt,name=F_Double_optional,json=FDoubleOptional" json:"F_Double_optional,omitempty"` + F_StringOptional *string `protobuf:"bytes,39,opt,name=F_String_optional,json=FStringOptional" json:"F_String_optional,omitempty"` + F_BytesOptional []byte `protobuf:"bytes,301,opt,name=F_Bytes_optional,json=FBytesOptional" json:"F_Bytes_optional,omitempty"` + F_Sint32Optional *int32 `protobuf:"zigzag32,302,opt,name=F_Sint32_optional,json=FSint32Optional" json:"F_Sint32_optional,omitempty"` + F_Sint64Optional *int64 `protobuf:"zigzag64,303,opt,name=F_Sint64_optional,json=FSint64Optional" json:"F_Sint64_optional,omitempty"` + // Default-valued fields of all basic types + F_BoolDefaulted *bool `protobuf:"varint,40,opt,name=F_Bool_defaulted,json=FBoolDefaulted,def=1" json:"F_Bool_defaulted,omitempty"` + F_Int32Defaulted *int32 `protobuf:"varint,41,opt,name=F_Int32_defaulted,json=FInt32Defaulted,def=32" json:"F_Int32_defaulted,omitempty"` + F_Int64Defaulted *int64 `protobuf:"varint,42,opt,name=F_Int64_defaulted,json=FInt64Defaulted,def=64" json:"F_Int64_defaulted,omitempty"` + F_Fixed32Defaulted *uint32 `protobuf:"fixed32,43,opt,name=F_Fixed32_defaulted,json=FFixed32Defaulted,def=320" json:"F_Fixed32_defaulted,omitempty"` + F_Fixed64Defaulted *uint64 `protobuf:"fixed64,44,opt,name=F_Fixed64_defaulted,json=FFixed64Defaulted,def=640" json:"F_Fixed64_defaulted,omitempty"` + F_Uint32Defaulted *uint32 `protobuf:"varint,45,opt,name=F_Uint32_defaulted,json=FUint32Defaulted,def=3200" json:"F_Uint32_defaulted,omitempty"` + F_Uint64Defaulted *uint64 `protobuf:"varint,46,opt,name=F_Uint64_defaulted,json=FUint64Defaulted,def=6400" json:"F_Uint64_defaulted,omitempty"` + F_FloatDefaulted *float32 `protobuf:"fixed32,47,opt,name=F_Float_defaulted,json=FFloatDefaulted,def=314159" json:"F_Float_defaulted,omitempty"` + F_DoubleDefaulted *float64 `protobuf:"fixed64,48,opt,name=F_Double_defaulted,json=FDoubleDefaulted,def=271828" json:"F_Double_defaulted,omitempty"` + F_StringDefaulted *string `protobuf:"bytes,49,opt,name=F_String_defaulted,json=FStringDefaulted,def=hello, \"world!\"\n" json:"F_String_defaulted,omitempty"` + F_BytesDefaulted []byte `protobuf:"bytes,401,opt,name=F_Bytes_defaulted,json=FBytesDefaulted,def=Bignose" json:"F_Bytes_defaulted,omitempty"` + F_Sint32Defaulted *int32 `protobuf:"zigzag32,402,opt,name=F_Sint32_defaulted,json=FSint32Defaulted,def=-32" json:"F_Sint32_defaulted,omitempty"` + F_Sint64Defaulted *int64 `protobuf:"zigzag64,403,opt,name=F_Sint64_defaulted,json=FSint64Defaulted,def=-64" json:"F_Sint64_defaulted,omitempty"` + // Packed repeated fields (no string or bytes). + F_BoolRepeatedPacked []bool `protobuf:"varint,50,rep,packed,name=F_Bool_repeated_packed,json=FBoolRepeatedPacked" json:"F_Bool_repeated_packed,omitempty"` + F_Int32RepeatedPacked []int32 `protobuf:"varint,51,rep,packed,name=F_Int32_repeated_packed,json=FInt32RepeatedPacked" json:"F_Int32_repeated_packed,omitempty"` + F_Int64RepeatedPacked []int64 `protobuf:"varint,52,rep,packed,name=F_Int64_repeated_packed,json=FInt64RepeatedPacked" json:"F_Int64_repeated_packed,omitempty"` + F_Fixed32RepeatedPacked []uint32 `protobuf:"fixed32,53,rep,packed,name=F_Fixed32_repeated_packed,json=FFixed32RepeatedPacked" json:"F_Fixed32_repeated_packed,omitempty"` + F_Fixed64RepeatedPacked []uint64 `protobuf:"fixed64,54,rep,packed,name=F_Fixed64_repeated_packed,json=FFixed64RepeatedPacked" json:"F_Fixed64_repeated_packed,omitempty"` + F_Uint32RepeatedPacked []uint32 `protobuf:"varint,55,rep,packed,name=F_Uint32_repeated_packed,json=FUint32RepeatedPacked" json:"F_Uint32_repeated_packed,omitempty"` + F_Uint64RepeatedPacked []uint64 `protobuf:"varint,56,rep,packed,name=F_Uint64_repeated_packed,json=FUint64RepeatedPacked" json:"F_Uint64_repeated_packed,omitempty"` + F_FloatRepeatedPacked []float32 `protobuf:"fixed32,57,rep,packed,name=F_Float_repeated_packed,json=FFloatRepeatedPacked" json:"F_Float_repeated_packed,omitempty"` + F_DoubleRepeatedPacked []float64 `protobuf:"fixed64,58,rep,packed,name=F_Double_repeated_packed,json=FDoubleRepeatedPacked" json:"F_Double_repeated_packed,omitempty"` + F_Sint32RepeatedPacked []int32 `protobuf:"zigzag32,502,rep,packed,name=F_Sint32_repeated_packed,json=FSint32RepeatedPacked" json:"F_Sint32_repeated_packed,omitempty"` + F_Sint64RepeatedPacked []int64 `protobuf:"zigzag64,503,rep,packed,name=F_Sint64_repeated_packed,json=FSint64RepeatedPacked" json:"F_Sint64_repeated_packed,omitempty"` + Requiredgroup *GoTest_RequiredGroup `protobuf:"group,70,req,name=RequiredGroup,json=requiredgroup" json:"requiredgroup,omitempty"` + Repeatedgroup []*GoTest_RepeatedGroup `protobuf:"group,80,rep,name=RepeatedGroup,json=repeatedgroup" json:"repeatedgroup,omitempty"` + Optionalgroup *GoTest_OptionalGroup `protobuf:"group,90,opt,name=OptionalGroup,json=optionalgroup" json:"optionalgroup,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest) Reset() { *m = GoTest{} } +func (m *GoTest) String() string { return proto.CompactTextString(m) } +func (*GoTest) ProtoMessage() {} +func (*GoTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +const Default_GoTest_F_BoolDefaulted bool = true +const Default_GoTest_F_Int32Defaulted int32 = 32 +const Default_GoTest_F_Int64Defaulted int64 = 64 +const Default_GoTest_F_Fixed32Defaulted uint32 = 320 +const Default_GoTest_F_Fixed64Defaulted uint64 = 640 +const Default_GoTest_F_Uint32Defaulted uint32 = 3200 +const Default_GoTest_F_Uint64Defaulted uint64 = 6400 +const Default_GoTest_F_FloatDefaulted float32 = 314159 +const Default_GoTest_F_DoubleDefaulted float64 = 271828 +const Default_GoTest_F_StringDefaulted string = "hello, \"world!\"\n" + +var Default_GoTest_F_BytesDefaulted []byte = []byte("Bignose") + +const Default_GoTest_F_Sint32Defaulted int32 = -32 +const Default_GoTest_F_Sint64Defaulted int64 = -64 + +func (m *GoTest) GetKind() GoTest_KIND { + if m != nil && m.Kind != nil { + return *m.Kind + } + return GoTest_VOID +} + +func (m *GoTest) GetTable() string { + if m != nil && m.Table != nil { + return *m.Table + } + return "" +} + +func (m *GoTest) GetParam() int32 { + if m != nil && m.Param != nil { + return *m.Param + } + return 0 +} + +func (m *GoTest) GetRequiredField() *GoTestField { + if m != nil { + return m.RequiredField + } + return nil +} + +func (m *GoTest) GetRepeatedField() []*GoTestField { + if m != nil { + return m.RepeatedField + } + return nil +} + +func (m *GoTest) GetOptionalField() *GoTestField { + if m != nil { + return m.OptionalField + } + return nil +} + +func (m *GoTest) GetF_BoolRequired() bool { + if m != nil && m.F_BoolRequired != nil { + return *m.F_BoolRequired + } + return false +} + +func (m *GoTest) GetF_Int32Required() int32 { + if m != nil && m.F_Int32Required != nil { + return *m.F_Int32Required + } + return 0 +} + +func (m *GoTest) GetF_Int64Required() int64 { + if m != nil && m.F_Int64Required != nil { + return *m.F_Int64Required + } + return 0 +} + +func (m *GoTest) GetF_Fixed32Required() uint32 { + if m != nil && m.F_Fixed32Required != nil { + return *m.F_Fixed32Required + } + return 0 +} + +func (m *GoTest) GetF_Fixed64Required() uint64 { + if m != nil && m.F_Fixed64Required != nil { + return *m.F_Fixed64Required + } + return 0 +} + +func (m *GoTest) GetF_Uint32Required() uint32 { + if m != nil && m.F_Uint32Required != nil { + return *m.F_Uint32Required + } + return 0 +} + +func (m *GoTest) GetF_Uint64Required() uint64 { + if m != nil && m.F_Uint64Required != nil { + return *m.F_Uint64Required + } + return 0 +} + +func (m *GoTest) GetF_FloatRequired() float32 { + if m != nil && m.F_FloatRequired != nil { + return *m.F_FloatRequired + } + return 0 +} + +func (m *GoTest) GetF_DoubleRequired() float64 { + if m != nil && m.F_DoubleRequired != nil { + return *m.F_DoubleRequired + } + return 0 +} + +func (m *GoTest) GetF_StringRequired() string { + if m != nil && m.F_StringRequired != nil { + return *m.F_StringRequired + } + return "" +} + +func (m *GoTest) GetF_BytesRequired() []byte { + if m != nil { + return m.F_BytesRequired + } + return nil +} + +func (m *GoTest) GetF_Sint32Required() int32 { + if m != nil && m.F_Sint32Required != nil { + return *m.F_Sint32Required + } + return 0 +} + +func (m *GoTest) GetF_Sint64Required() int64 { + if m != nil && m.F_Sint64Required != nil { + return *m.F_Sint64Required + } + return 0 +} + +func (m *GoTest) GetF_BoolRepeated() []bool { + if m != nil { + return m.F_BoolRepeated + } + return nil +} + +func (m *GoTest) GetF_Int32Repeated() []int32 { + if m != nil { + return m.F_Int32Repeated + } + return nil +} + +func (m *GoTest) GetF_Int64Repeated() []int64 { + if m != nil { + return m.F_Int64Repeated + } + return nil +} + +func (m *GoTest) GetF_Fixed32Repeated() []uint32 { + if m != nil { + return m.F_Fixed32Repeated + } + return nil +} + +func (m *GoTest) GetF_Fixed64Repeated() []uint64 { + if m != nil { + return m.F_Fixed64Repeated + } + return nil +} + +func (m *GoTest) GetF_Uint32Repeated() []uint32 { + if m != nil { + return m.F_Uint32Repeated + } + return nil +} + +func (m *GoTest) GetF_Uint64Repeated() []uint64 { + if m != nil { + return m.F_Uint64Repeated + } + return nil +} + +func (m *GoTest) GetF_FloatRepeated() []float32 { + if m != nil { + return m.F_FloatRepeated + } + return nil +} + +func (m *GoTest) GetF_DoubleRepeated() []float64 { + if m != nil { + return m.F_DoubleRepeated + } + return nil +} + +func (m *GoTest) GetF_StringRepeated() []string { + if m != nil { + return m.F_StringRepeated + } + return nil +} + +func (m *GoTest) GetF_BytesRepeated() [][]byte { + if m != nil { + return m.F_BytesRepeated + } + return nil +} + +func (m *GoTest) GetF_Sint32Repeated() []int32 { + if m != nil { + return m.F_Sint32Repeated + } + return nil +} + +func (m *GoTest) GetF_Sint64Repeated() []int64 { + if m != nil { + return m.F_Sint64Repeated + } + return nil +} + +func (m *GoTest) GetF_BoolOptional() bool { + if m != nil && m.F_BoolOptional != nil { + return *m.F_BoolOptional + } + return false +} + +func (m *GoTest) GetF_Int32Optional() int32 { + if m != nil && m.F_Int32Optional != nil { + return *m.F_Int32Optional + } + return 0 +} + +func (m *GoTest) GetF_Int64Optional() int64 { + if m != nil && m.F_Int64Optional != nil { + return *m.F_Int64Optional + } + return 0 +} + +func (m *GoTest) GetF_Fixed32Optional() uint32 { + if m != nil && m.F_Fixed32Optional != nil { + return *m.F_Fixed32Optional + } + return 0 +} + +func (m *GoTest) GetF_Fixed64Optional() uint64 { + if m != nil && m.F_Fixed64Optional != nil { + return *m.F_Fixed64Optional + } + return 0 +} + +func (m *GoTest) GetF_Uint32Optional() uint32 { + if m != nil && m.F_Uint32Optional != nil { + return *m.F_Uint32Optional + } + return 0 +} + +func (m *GoTest) GetF_Uint64Optional() uint64 { + if m != nil && m.F_Uint64Optional != nil { + return *m.F_Uint64Optional + } + return 0 +} + +func (m *GoTest) GetF_FloatOptional() float32 { + if m != nil && m.F_FloatOptional != nil { + return *m.F_FloatOptional + } + return 0 +} + +func (m *GoTest) GetF_DoubleOptional() float64 { + if m != nil && m.F_DoubleOptional != nil { + return *m.F_DoubleOptional + } + return 0 +} + +func (m *GoTest) GetF_StringOptional() string { + if m != nil && m.F_StringOptional != nil { + return *m.F_StringOptional + } + return "" +} + +func (m *GoTest) GetF_BytesOptional() []byte { + if m != nil { + return m.F_BytesOptional + } + return nil +} + +func (m *GoTest) GetF_Sint32Optional() int32 { + if m != nil && m.F_Sint32Optional != nil { + return *m.F_Sint32Optional + } + return 0 +} + +func (m *GoTest) GetF_Sint64Optional() int64 { + if m != nil && m.F_Sint64Optional != nil { + return *m.F_Sint64Optional + } + return 0 +} + +func (m *GoTest) GetF_BoolDefaulted() bool { + if m != nil && m.F_BoolDefaulted != nil { + return *m.F_BoolDefaulted + } + return Default_GoTest_F_BoolDefaulted +} + +func (m *GoTest) GetF_Int32Defaulted() int32 { + if m != nil && m.F_Int32Defaulted != nil { + return *m.F_Int32Defaulted + } + return Default_GoTest_F_Int32Defaulted +} + +func (m *GoTest) GetF_Int64Defaulted() int64 { + if m != nil && m.F_Int64Defaulted != nil { + return *m.F_Int64Defaulted + } + return Default_GoTest_F_Int64Defaulted +} + +func (m *GoTest) GetF_Fixed32Defaulted() uint32 { + if m != nil && m.F_Fixed32Defaulted != nil { + return *m.F_Fixed32Defaulted + } + return Default_GoTest_F_Fixed32Defaulted +} + +func (m *GoTest) GetF_Fixed64Defaulted() uint64 { + if m != nil && m.F_Fixed64Defaulted != nil { + return *m.F_Fixed64Defaulted + } + return Default_GoTest_F_Fixed64Defaulted +} + +func (m *GoTest) GetF_Uint32Defaulted() uint32 { + if m != nil && m.F_Uint32Defaulted != nil { + return *m.F_Uint32Defaulted + } + return Default_GoTest_F_Uint32Defaulted +} + +func (m *GoTest) GetF_Uint64Defaulted() uint64 { + if m != nil && m.F_Uint64Defaulted != nil { + return *m.F_Uint64Defaulted + } + return Default_GoTest_F_Uint64Defaulted +} + +func (m *GoTest) GetF_FloatDefaulted() float32 { + if m != nil && m.F_FloatDefaulted != nil { + return *m.F_FloatDefaulted + } + return Default_GoTest_F_FloatDefaulted +} + +func (m *GoTest) GetF_DoubleDefaulted() float64 { + if m != nil && m.F_DoubleDefaulted != nil { + return *m.F_DoubleDefaulted + } + return Default_GoTest_F_DoubleDefaulted +} + +func (m *GoTest) GetF_StringDefaulted() string { + if m != nil && m.F_StringDefaulted != nil { + return *m.F_StringDefaulted + } + return Default_GoTest_F_StringDefaulted +} + +func (m *GoTest) GetF_BytesDefaulted() []byte { + if m != nil && m.F_BytesDefaulted != nil { + return m.F_BytesDefaulted + } + return append([]byte(nil), Default_GoTest_F_BytesDefaulted...) +} + +func (m *GoTest) GetF_Sint32Defaulted() int32 { + if m != nil && m.F_Sint32Defaulted != nil { + return *m.F_Sint32Defaulted + } + return Default_GoTest_F_Sint32Defaulted +} + +func (m *GoTest) GetF_Sint64Defaulted() int64 { + if m != nil && m.F_Sint64Defaulted != nil { + return *m.F_Sint64Defaulted + } + return Default_GoTest_F_Sint64Defaulted +} + +func (m *GoTest) GetF_BoolRepeatedPacked() []bool { + if m != nil { + return m.F_BoolRepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Int32RepeatedPacked() []int32 { + if m != nil { + return m.F_Int32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Int64RepeatedPacked() []int64 { + if m != nil { + return m.F_Int64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Fixed32RepeatedPacked() []uint32 { + if m != nil { + return m.F_Fixed32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Fixed64RepeatedPacked() []uint64 { + if m != nil { + return m.F_Fixed64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Uint32RepeatedPacked() []uint32 { + if m != nil { + return m.F_Uint32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Uint64RepeatedPacked() []uint64 { + if m != nil { + return m.F_Uint64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_FloatRepeatedPacked() []float32 { + if m != nil { + return m.F_FloatRepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_DoubleRepeatedPacked() []float64 { + if m != nil { + return m.F_DoubleRepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Sint32RepeatedPacked() []int32 { + if m != nil { + return m.F_Sint32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Sint64RepeatedPacked() []int64 { + if m != nil { + return m.F_Sint64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetRequiredgroup() *GoTest_RequiredGroup { + if m != nil { + return m.Requiredgroup + } + return nil +} + +func (m *GoTest) GetRepeatedgroup() []*GoTest_RepeatedGroup { + if m != nil { + return m.Repeatedgroup + } + return nil +} + +func (m *GoTest) GetOptionalgroup() *GoTest_OptionalGroup { + if m != nil { + return m.Optionalgroup + } + return nil +} + +// Required, repeated, and optional groups. +type GoTest_RequiredGroup struct { + RequiredField *string `protobuf:"bytes,71,req,name=RequiredField" json:"RequiredField,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest_RequiredGroup) Reset() { *m = GoTest_RequiredGroup{} } +func (m *GoTest_RequiredGroup) String() string { return proto.CompactTextString(m) } +func (*GoTest_RequiredGroup) ProtoMessage() {} +func (*GoTest_RequiredGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} } + +func (m *GoTest_RequiredGroup) GetRequiredField() string { + if m != nil && m.RequiredField != nil { + return *m.RequiredField + } + return "" +} + +type GoTest_RepeatedGroup struct { + RequiredField *string `protobuf:"bytes,81,req,name=RequiredField" json:"RequiredField,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest_RepeatedGroup) Reset() { *m = GoTest_RepeatedGroup{} } +func (m *GoTest_RepeatedGroup) String() string { return proto.CompactTextString(m) } +func (*GoTest_RepeatedGroup) ProtoMessage() {} +func (*GoTest_RepeatedGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 1} } + +func (m *GoTest_RepeatedGroup) GetRequiredField() string { + if m != nil && m.RequiredField != nil { + return *m.RequiredField + } + return "" +} + +type GoTest_OptionalGroup struct { + RequiredField *string `protobuf:"bytes,91,req,name=RequiredField" json:"RequiredField,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest_OptionalGroup) Reset() { *m = GoTest_OptionalGroup{} } +func (m *GoTest_OptionalGroup) String() string { return proto.CompactTextString(m) } +func (*GoTest_OptionalGroup) ProtoMessage() {} +func (*GoTest_OptionalGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 2} } + +func (m *GoTest_OptionalGroup) GetRequiredField() string { + if m != nil && m.RequiredField != nil { + return *m.RequiredField + } + return "" +} + +// For testing a group containing a required field. +type GoTestRequiredGroupField struct { + Group *GoTestRequiredGroupField_Group `protobuf:"group,1,req,name=Group,json=group" json:"group,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTestRequiredGroupField) Reset() { *m = GoTestRequiredGroupField{} } +func (m *GoTestRequiredGroupField) String() string { return proto.CompactTextString(m) } +func (*GoTestRequiredGroupField) ProtoMessage() {} +func (*GoTestRequiredGroupField) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } + +func (m *GoTestRequiredGroupField) GetGroup() *GoTestRequiredGroupField_Group { + if m != nil { + return m.Group + } + return nil +} + +type GoTestRequiredGroupField_Group struct { + Field *int32 `protobuf:"varint,2,req,name=Field" json:"Field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTestRequiredGroupField_Group) Reset() { *m = GoTestRequiredGroupField_Group{} } +func (m *GoTestRequiredGroupField_Group) String() string { return proto.CompactTextString(m) } +func (*GoTestRequiredGroupField_Group) ProtoMessage() {} +func (*GoTestRequiredGroupField_Group) Descriptor() ([]byte, []int) { + return fileDescriptor0, []int{3, 0} +} + +func (m *GoTestRequiredGroupField_Group) GetField() int32 { + if m != nil && m.Field != nil { + return *m.Field + } + return 0 +} + +// For testing skipping of unrecognized fields. +// Numbers are all big, larger than tag numbers in GoTestField, +// the message used in the corresponding test. +type GoSkipTest struct { + SkipInt32 *int32 `protobuf:"varint,11,req,name=skip_int32,json=skipInt32" json:"skip_int32,omitempty"` + SkipFixed32 *uint32 `protobuf:"fixed32,12,req,name=skip_fixed32,json=skipFixed32" json:"skip_fixed32,omitempty"` + SkipFixed64 *uint64 `protobuf:"fixed64,13,req,name=skip_fixed64,json=skipFixed64" json:"skip_fixed64,omitempty"` + SkipString *string `protobuf:"bytes,14,req,name=skip_string,json=skipString" json:"skip_string,omitempty"` + Skipgroup *GoSkipTest_SkipGroup `protobuf:"group,15,req,name=SkipGroup,json=skipgroup" json:"skipgroup,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoSkipTest) Reset() { *m = GoSkipTest{} } +func (m *GoSkipTest) String() string { return proto.CompactTextString(m) } +func (*GoSkipTest) ProtoMessage() {} +func (*GoSkipTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } + +func (m *GoSkipTest) GetSkipInt32() int32 { + if m != nil && m.SkipInt32 != nil { + return *m.SkipInt32 + } + return 0 +} + +func (m *GoSkipTest) GetSkipFixed32() uint32 { + if m != nil && m.SkipFixed32 != nil { + return *m.SkipFixed32 + } + return 0 +} + +func (m *GoSkipTest) GetSkipFixed64() uint64 { + if m != nil && m.SkipFixed64 != nil { + return *m.SkipFixed64 + } + return 0 +} + +func (m *GoSkipTest) GetSkipString() string { + if m != nil && m.SkipString != nil { + return *m.SkipString + } + return "" +} + +func (m *GoSkipTest) GetSkipgroup() *GoSkipTest_SkipGroup { + if m != nil { + return m.Skipgroup + } + return nil +} + +type GoSkipTest_SkipGroup struct { + GroupInt32 *int32 `protobuf:"varint,16,req,name=group_int32,json=groupInt32" json:"group_int32,omitempty"` + GroupString *string `protobuf:"bytes,17,req,name=group_string,json=groupString" json:"group_string,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoSkipTest_SkipGroup) Reset() { *m = GoSkipTest_SkipGroup{} } +func (m *GoSkipTest_SkipGroup) String() string { return proto.CompactTextString(m) } +func (*GoSkipTest_SkipGroup) ProtoMessage() {} +func (*GoSkipTest_SkipGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4, 0} } + +func (m *GoSkipTest_SkipGroup) GetGroupInt32() int32 { + if m != nil && m.GroupInt32 != nil { + return *m.GroupInt32 + } + return 0 +} + +func (m *GoSkipTest_SkipGroup) GetGroupString() string { + if m != nil && m.GroupString != nil { + return *m.GroupString + } + return "" +} + +// For testing packed/non-packed decoder switching. +// A serialized instance of one should be deserializable as the other. +type NonPackedTest struct { + A []int32 `protobuf:"varint,1,rep,name=a" json:"a,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *NonPackedTest) Reset() { *m = NonPackedTest{} } +func (m *NonPackedTest) String() string { return proto.CompactTextString(m) } +func (*NonPackedTest) ProtoMessage() {} +func (*NonPackedTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } + +func (m *NonPackedTest) GetA() []int32 { + if m != nil { + return m.A + } + return nil +} + +type PackedTest struct { + B []int32 `protobuf:"varint,1,rep,packed,name=b" json:"b,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *PackedTest) Reset() { *m = PackedTest{} } +func (m *PackedTest) String() string { return proto.CompactTextString(m) } +func (*PackedTest) ProtoMessage() {} +func (*PackedTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} } + +func (m *PackedTest) GetB() []int32 { + if m != nil { + return m.B + } + return nil +} + +type MaxTag struct { + // Maximum possible tag number. + LastField *string `protobuf:"bytes,536870911,opt,name=last_field,json=lastField" json:"last_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MaxTag) Reset() { *m = MaxTag{} } +func (m *MaxTag) String() string { return proto.CompactTextString(m) } +func (*MaxTag) ProtoMessage() {} +func (*MaxTag) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } + +func (m *MaxTag) GetLastField() string { + if m != nil && m.LastField != nil { + return *m.LastField + } + return "" +} + +type OldMessage struct { + Nested *OldMessage_Nested `protobuf:"bytes,1,opt,name=nested" json:"nested,omitempty"` + Num *int32 `protobuf:"varint,2,opt,name=num" json:"num,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OldMessage) Reset() { *m = OldMessage{} } +func (m *OldMessage) String() string { return proto.CompactTextString(m) } +func (*OldMessage) ProtoMessage() {} +func (*OldMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} } + +func (m *OldMessage) GetNested() *OldMessage_Nested { + if m != nil { + return m.Nested + } + return nil +} + +func (m *OldMessage) GetNum() int32 { + if m != nil && m.Num != nil { + return *m.Num + } + return 0 +} + +type OldMessage_Nested struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OldMessage_Nested) Reset() { *m = OldMessage_Nested{} } +func (m *OldMessage_Nested) String() string { return proto.CompactTextString(m) } +func (*OldMessage_Nested) ProtoMessage() {} +func (*OldMessage_Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8, 0} } + +func (m *OldMessage_Nested) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +// NewMessage is wire compatible with OldMessage; +// imagine it as a future version. +type NewMessage struct { + Nested *NewMessage_Nested `protobuf:"bytes,1,opt,name=nested" json:"nested,omitempty"` + // This is an int32 in OldMessage. + Num *int64 `protobuf:"varint,2,opt,name=num" json:"num,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *NewMessage) Reset() { *m = NewMessage{} } +func (m *NewMessage) String() string { return proto.CompactTextString(m) } +func (*NewMessage) ProtoMessage() {} +func (*NewMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} } + +func (m *NewMessage) GetNested() *NewMessage_Nested { + if m != nil { + return m.Nested + } + return nil +} + +func (m *NewMessage) GetNum() int64 { + if m != nil && m.Num != nil { + return *m.Num + } + return 0 +} + +type NewMessage_Nested struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + FoodGroup *string `protobuf:"bytes,2,opt,name=food_group,json=foodGroup" json:"food_group,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *NewMessage_Nested) Reset() { *m = NewMessage_Nested{} } +func (m *NewMessage_Nested) String() string { return proto.CompactTextString(m) } +func (*NewMessage_Nested) ProtoMessage() {} +func (*NewMessage_Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9, 0} } + +func (m *NewMessage_Nested) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *NewMessage_Nested) GetFoodGroup() string { + if m != nil && m.FoodGroup != nil { + return *m.FoodGroup + } + return "" +} + +type InnerMessage struct { + Host *string `protobuf:"bytes,1,req,name=host" json:"host,omitempty"` + Port *int32 `protobuf:"varint,2,opt,name=port,def=4000" json:"port,omitempty"` + Connected *bool `protobuf:"varint,3,opt,name=connected" json:"connected,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *InnerMessage) Reset() { *m = InnerMessage{} } +func (m *InnerMessage) String() string { return proto.CompactTextString(m) } +func (*InnerMessage) ProtoMessage() {} +func (*InnerMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} } + +const Default_InnerMessage_Port int32 = 4000 + +func (m *InnerMessage) GetHost() string { + if m != nil && m.Host != nil { + return *m.Host + } + return "" +} + +func (m *InnerMessage) GetPort() int32 { + if m != nil && m.Port != nil { + return *m.Port + } + return Default_InnerMessage_Port +} + +func (m *InnerMessage) GetConnected() bool { + if m != nil && m.Connected != nil { + return *m.Connected + } + return false +} + +type OtherMessage struct { + Key *int64 `protobuf:"varint,1,opt,name=key" json:"key,omitempty"` + Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` + Weight *float32 `protobuf:"fixed32,3,opt,name=weight" json:"weight,omitempty"` + Inner *InnerMessage `protobuf:"bytes,4,opt,name=inner" json:"inner,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OtherMessage) Reset() { *m = OtherMessage{} } +func (m *OtherMessage) String() string { return proto.CompactTextString(m) } +func (*OtherMessage) ProtoMessage() {} +func (*OtherMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} } + +var extRange_OtherMessage = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_OtherMessage +} + +func (m *OtherMessage) GetKey() int64 { + if m != nil && m.Key != nil { + return *m.Key + } + return 0 +} + +func (m *OtherMessage) GetValue() []byte { + if m != nil { + return m.Value + } + return nil +} + +func (m *OtherMessage) GetWeight() float32 { + if m != nil && m.Weight != nil { + return *m.Weight + } + return 0 +} + +func (m *OtherMessage) GetInner() *InnerMessage { + if m != nil { + return m.Inner + } + return nil +} + +type RequiredInnerMessage struct { + LeoFinallyWonAnOscar *InnerMessage `protobuf:"bytes,1,req,name=leo_finally_won_an_oscar,json=leoFinallyWonAnOscar" json:"leo_finally_won_an_oscar,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *RequiredInnerMessage) Reset() { *m = RequiredInnerMessage{} } +func (m *RequiredInnerMessage) String() string { return proto.CompactTextString(m) } +func (*RequiredInnerMessage) ProtoMessage() {} +func (*RequiredInnerMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} } + +func (m *RequiredInnerMessage) GetLeoFinallyWonAnOscar() *InnerMessage { + if m != nil { + return m.LeoFinallyWonAnOscar + } + return nil +} + +type MyMessage struct { + Count *int32 `protobuf:"varint,1,req,name=count" json:"count,omitempty"` + Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + Quote *string `protobuf:"bytes,3,opt,name=quote" json:"quote,omitempty"` + Pet []string `protobuf:"bytes,4,rep,name=pet" json:"pet,omitempty"` + Inner *InnerMessage `protobuf:"bytes,5,opt,name=inner" json:"inner,omitempty"` + Others []*OtherMessage `protobuf:"bytes,6,rep,name=others" json:"others,omitempty"` + WeMustGoDeeper *RequiredInnerMessage `protobuf:"bytes,13,opt,name=we_must_go_deeper,json=weMustGoDeeper" json:"we_must_go_deeper,omitempty"` + RepInner []*InnerMessage `protobuf:"bytes,12,rep,name=rep_inner,json=repInner" json:"rep_inner,omitempty"` + Bikeshed *MyMessage_Color `protobuf:"varint,7,opt,name=bikeshed,enum=testdata.MyMessage_Color" json:"bikeshed,omitempty"` + Somegroup *MyMessage_SomeGroup `protobuf:"group,8,opt,name=SomeGroup,json=somegroup" json:"somegroup,omitempty"` + // This field becomes [][]byte in the generated code. + RepBytes [][]byte `protobuf:"bytes,10,rep,name=rep_bytes,json=repBytes" json:"rep_bytes,omitempty"` + Bigfloat *float64 `protobuf:"fixed64,11,opt,name=bigfloat" json:"bigfloat,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MyMessage) Reset() { *m = MyMessage{} } +func (m *MyMessage) String() string { return proto.CompactTextString(m) } +func (*MyMessage) ProtoMessage() {} +func (*MyMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} } + +var extRange_MyMessage = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*MyMessage) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_MyMessage +} + +func (m *MyMessage) GetCount() int32 { + if m != nil && m.Count != nil { + return *m.Count + } + return 0 +} + +func (m *MyMessage) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *MyMessage) GetQuote() string { + if m != nil && m.Quote != nil { + return *m.Quote + } + return "" +} + +func (m *MyMessage) GetPet() []string { + if m != nil { + return m.Pet + } + return nil +} + +func (m *MyMessage) GetInner() *InnerMessage { + if m != nil { + return m.Inner + } + return nil +} + +func (m *MyMessage) GetOthers() []*OtherMessage { + if m != nil { + return m.Others + } + return nil +} + +func (m *MyMessage) GetWeMustGoDeeper() *RequiredInnerMessage { + if m != nil { + return m.WeMustGoDeeper + } + return nil +} + +func (m *MyMessage) GetRepInner() []*InnerMessage { + if m != nil { + return m.RepInner + } + return nil +} + +func (m *MyMessage) GetBikeshed() MyMessage_Color { + if m != nil && m.Bikeshed != nil { + return *m.Bikeshed + } + return MyMessage_RED +} + +func (m *MyMessage) GetSomegroup() *MyMessage_SomeGroup { + if m != nil { + return m.Somegroup + } + return nil +} + +func (m *MyMessage) GetRepBytes() [][]byte { + if m != nil { + return m.RepBytes + } + return nil +} + +func (m *MyMessage) GetBigfloat() float64 { + if m != nil && m.Bigfloat != nil { + return *m.Bigfloat + } + return 0 +} + +type MyMessage_SomeGroup struct { + GroupField *int32 `protobuf:"varint,9,opt,name=group_field,json=groupField" json:"group_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MyMessage_SomeGroup) Reset() { *m = MyMessage_SomeGroup{} } +func (m *MyMessage_SomeGroup) String() string { return proto.CompactTextString(m) } +func (*MyMessage_SomeGroup) ProtoMessage() {} +func (*MyMessage_SomeGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13, 0} } + +func (m *MyMessage_SomeGroup) GetGroupField() int32 { + if m != nil && m.GroupField != nil { + return *m.GroupField + } + return 0 +} + +type Ext struct { + Data *string `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Ext) Reset() { *m = Ext{} } +func (m *Ext) String() string { return proto.CompactTextString(m) } +func (*Ext) ProtoMessage() {} +func (*Ext) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} } + +func (m *Ext) GetData() string { + if m != nil && m.Data != nil { + return *m.Data + } + return "" +} + +var E_Ext_More = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: (*Ext)(nil), + Field: 103, + Name: "testdata.Ext.more", + Tag: "bytes,103,opt,name=more", + Filename: "test.proto", +} + +var E_Ext_Text = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: (*string)(nil), + Field: 104, + Name: "testdata.Ext.text", + Tag: "bytes,104,opt,name=text", + Filename: "test.proto", +} + +var E_Ext_Number = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 105, + Name: "testdata.Ext.number", + Tag: "varint,105,opt,name=number", + Filename: "test.proto", +} + +type ComplexExtension struct { + First *int32 `protobuf:"varint,1,opt,name=first" json:"first,omitempty"` + Second *int32 `protobuf:"varint,2,opt,name=second" json:"second,omitempty"` + Third []int32 `protobuf:"varint,3,rep,name=third" json:"third,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *ComplexExtension) Reset() { *m = ComplexExtension{} } +func (m *ComplexExtension) String() string { return proto.CompactTextString(m) } +func (*ComplexExtension) ProtoMessage() {} +func (*ComplexExtension) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} } + +func (m *ComplexExtension) GetFirst() int32 { + if m != nil && m.First != nil { + return *m.First + } + return 0 +} + +func (m *ComplexExtension) GetSecond() int32 { + if m != nil && m.Second != nil { + return *m.Second + } + return 0 +} + +func (m *ComplexExtension) GetThird() []int32 { + if m != nil { + return m.Third + } + return nil +} + +type DefaultsMessage struct { + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *DefaultsMessage) Reset() { *m = DefaultsMessage{} } +func (m *DefaultsMessage) String() string { return proto.CompactTextString(m) } +func (*DefaultsMessage) ProtoMessage() {} +func (*DefaultsMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} } + +var extRange_DefaultsMessage = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*DefaultsMessage) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_DefaultsMessage +} + +type MyMessageSet struct { + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MyMessageSet) Reset() { *m = MyMessageSet{} } +func (m *MyMessageSet) String() string { return proto.CompactTextString(m) } +func (*MyMessageSet) ProtoMessage() {} +func (*MyMessageSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} } + +func (m *MyMessageSet) Marshal() ([]byte, error) { + return proto.MarshalMessageSet(&m.XXX_InternalExtensions) +} +func (m *MyMessageSet) Unmarshal(buf []byte) error { + return proto.UnmarshalMessageSet(buf, &m.XXX_InternalExtensions) +} +func (m *MyMessageSet) MarshalJSON() ([]byte, error) { + return proto.MarshalMessageSetJSON(&m.XXX_InternalExtensions) +} +func (m *MyMessageSet) UnmarshalJSON(buf []byte) error { + return proto.UnmarshalMessageSetJSON(buf, &m.XXX_InternalExtensions) +} + +// ensure MyMessageSet satisfies proto.Marshaler and proto.Unmarshaler +var _ proto.Marshaler = (*MyMessageSet)(nil) +var _ proto.Unmarshaler = (*MyMessageSet)(nil) + +var extRange_MyMessageSet = []proto.ExtensionRange{ + {100, 2147483646}, +} + +func (*MyMessageSet) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_MyMessageSet +} + +type Empty struct { + XXX_unrecognized []byte `json:"-"` +} + +func (m *Empty) Reset() { *m = Empty{} } +func (m *Empty) String() string { return proto.CompactTextString(m) } +func (*Empty) ProtoMessage() {} +func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} } + +type MessageList struct { + Message []*MessageList_Message `protobuf:"group,1,rep,name=Message,json=message" json:"message,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MessageList) Reset() { *m = MessageList{} } +func (m *MessageList) String() string { return proto.CompactTextString(m) } +func (*MessageList) ProtoMessage() {} +func (*MessageList) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} } + +func (m *MessageList) GetMessage() []*MessageList_Message { + if m != nil { + return m.Message + } + return nil +} + +type MessageList_Message struct { + Name *string `protobuf:"bytes,2,req,name=name" json:"name,omitempty"` + Count *int32 `protobuf:"varint,3,req,name=count" json:"count,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MessageList_Message) Reset() { *m = MessageList_Message{} } +func (m *MessageList_Message) String() string { return proto.CompactTextString(m) } +func (*MessageList_Message) ProtoMessage() {} +func (*MessageList_Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19, 0} } + +func (m *MessageList_Message) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *MessageList_Message) GetCount() int32 { + if m != nil && m.Count != nil { + return *m.Count + } + return 0 +} + +type Strings struct { + StringField *string `protobuf:"bytes,1,opt,name=string_field,json=stringField" json:"string_field,omitempty"` + BytesField []byte `protobuf:"bytes,2,opt,name=bytes_field,json=bytesField" json:"bytes_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Strings) Reset() { *m = Strings{} } +func (m *Strings) String() string { return proto.CompactTextString(m) } +func (*Strings) ProtoMessage() {} +func (*Strings) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} } + +func (m *Strings) GetStringField() string { + if m != nil && m.StringField != nil { + return *m.StringField + } + return "" +} + +func (m *Strings) GetBytesField() []byte { + if m != nil { + return m.BytesField + } + return nil +} + +type Defaults struct { + // Default-valued fields of all basic types. + // Same as GoTest, but copied here to make testing easier. + F_Bool *bool `protobuf:"varint,1,opt,name=F_Bool,json=FBool,def=1" json:"F_Bool,omitempty"` + F_Int32 *int32 `protobuf:"varint,2,opt,name=F_Int32,json=FInt32,def=32" json:"F_Int32,omitempty"` + F_Int64 *int64 `protobuf:"varint,3,opt,name=F_Int64,json=FInt64,def=64" json:"F_Int64,omitempty"` + F_Fixed32 *uint32 `protobuf:"fixed32,4,opt,name=F_Fixed32,json=FFixed32,def=320" json:"F_Fixed32,omitempty"` + F_Fixed64 *uint64 `protobuf:"fixed64,5,opt,name=F_Fixed64,json=FFixed64,def=640" json:"F_Fixed64,omitempty"` + F_Uint32 *uint32 `protobuf:"varint,6,opt,name=F_Uint32,json=FUint32,def=3200" json:"F_Uint32,omitempty"` + F_Uint64 *uint64 `protobuf:"varint,7,opt,name=F_Uint64,json=FUint64,def=6400" json:"F_Uint64,omitempty"` + F_Float *float32 `protobuf:"fixed32,8,opt,name=F_Float,json=FFloat,def=314159" json:"F_Float,omitempty"` + F_Double *float64 `protobuf:"fixed64,9,opt,name=F_Double,json=FDouble,def=271828" json:"F_Double,omitempty"` + F_String *string `protobuf:"bytes,10,opt,name=F_String,json=FString,def=hello, \"world!\"\n" json:"F_String,omitempty"` + F_Bytes []byte `protobuf:"bytes,11,opt,name=F_Bytes,json=FBytes,def=Bignose" json:"F_Bytes,omitempty"` + F_Sint32 *int32 `protobuf:"zigzag32,12,opt,name=F_Sint32,json=FSint32,def=-32" json:"F_Sint32,omitempty"` + F_Sint64 *int64 `protobuf:"zigzag64,13,opt,name=F_Sint64,json=FSint64,def=-64" json:"F_Sint64,omitempty"` + F_Enum *Defaults_Color `protobuf:"varint,14,opt,name=F_Enum,json=FEnum,enum=testdata.Defaults_Color,def=1" json:"F_Enum,omitempty"` + // More fields with crazy defaults. + F_Pinf *float32 `protobuf:"fixed32,15,opt,name=F_Pinf,json=FPinf,def=inf" json:"F_Pinf,omitempty"` + F_Ninf *float32 `protobuf:"fixed32,16,opt,name=F_Ninf,json=FNinf,def=-inf" json:"F_Ninf,omitempty"` + F_Nan *float32 `protobuf:"fixed32,17,opt,name=F_Nan,json=FNan,def=nan" json:"F_Nan,omitempty"` + // Sub-message. + Sub *SubDefaults `protobuf:"bytes,18,opt,name=sub" json:"sub,omitempty"` + // Redundant but explicit defaults. + StrZero *string `protobuf:"bytes,19,opt,name=str_zero,json=strZero,def=" json:"str_zero,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Defaults) Reset() { *m = Defaults{} } +func (m *Defaults) String() string { return proto.CompactTextString(m) } +func (*Defaults) ProtoMessage() {} +func (*Defaults) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} } + +const Default_Defaults_F_Bool bool = true +const Default_Defaults_F_Int32 int32 = 32 +const Default_Defaults_F_Int64 int64 = 64 +const Default_Defaults_F_Fixed32 uint32 = 320 +const Default_Defaults_F_Fixed64 uint64 = 640 +const Default_Defaults_F_Uint32 uint32 = 3200 +const Default_Defaults_F_Uint64 uint64 = 6400 +const Default_Defaults_F_Float float32 = 314159 +const Default_Defaults_F_Double float64 = 271828 +const Default_Defaults_F_String string = "hello, \"world!\"\n" + +var Default_Defaults_F_Bytes []byte = []byte("Bignose") + +const Default_Defaults_F_Sint32 int32 = -32 +const Default_Defaults_F_Sint64 int64 = -64 +const Default_Defaults_F_Enum Defaults_Color = Defaults_GREEN + +var Default_Defaults_F_Pinf float32 = float32(math.Inf(1)) +var Default_Defaults_F_Ninf float32 = float32(math.Inf(-1)) +var Default_Defaults_F_Nan float32 = float32(math.NaN()) + +func (m *Defaults) GetF_Bool() bool { + if m != nil && m.F_Bool != nil { + return *m.F_Bool + } + return Default_Defaults_F_Bool +} + +func (m *Defaults) GetF_Int32() int32 { + if m != nil && m.F_Int32 != nil { + return *m.F_Int32 + } + return Default_Defaults_F_Int32 +} + +func (m *Defaults) GetF_Int64() int64 { + if m != nil && m.F_Int64 != nil { + return *m.F_Int64 + } + return Default_Defaults_F_Int64 +} + +func (m *Defaults) GetF_Fixed32() uint32 { + if m != nil && m.F_Fixed32 != nil { + return *m.F_Fixed32 + } + return Default_Defaults_F_Fixed32 +} + +func (m *Defaults) GetF_Fixed64() uint64 { + if m != nil && m.F_Fixed64 != nil { + return *m.F_Fixed64 + } + return Default_Defaults_F_Fixed64 +} + +func (m *Defaults) GetF_Uint32() uint32 { + if m != nil && m.F_Uint32 != nil { + return *m.F_Uint32 + } + return Default_Defaults_F_Uint32 +} + +func (m *Defaults) GetF_Uint64() uint64 { + if m != nil && m.F_Uint64 != nil { + return *m.F_Uint64 + } + return Default_Defaults_F_Uint64 +} + +func (m *Defaults) GetF_Float() float32 { + if m != nil && m.F_Float != nil { + return *m.F_Float + } + return Default_Defaults_F_Float +} + +func (m *Defaults) GetF_Double() float64 { + if m != nil && m.F_Double != nil { + return *m.F_Double + } + return Default_Defaults_F_Double +} + +func (m *Defaults) GetF_String() string { + if m != nil && m.F_String != nil { + return *m.F_String + } + return Default_Defaults_F_String +} + +func (m *Defaults) GetF_Bytes() []byte { + if m != nil && m.F_Bytes != nil { + return m.F_Bytes + } + return append([]byte(nil), Default_Defaults_F_Bytes...) +} + +func (m *Defaults) GetF_Sint32() int32 { + if m != nil && m.F_Sint32 != nil { + return *m.F_Sint32 + } + return Default_Defaults_F_Sint32 +} + +func (m *Defaults) GetF_Sint64() int64 { + if m != nil && m.F_Sint64 != nil { + return *m.F_Sint64 + } + return Default_Defaults_F_Sint64 +} + +func (m *Defaults) GetF_Enum() Defaults_Color { + if m != nil && m.F_Enum != nil { + return *m.F_Enum + } + return Default_Defaults_F_Enum +} + +func (m *Defaults) GetF_Pinf() float32 { + if m != nil && m.F_Pinf != nil { + return *m.F_Pinf + } + return Default_Defaults_F_Pinf +} + +func (m *Defaults) GetF_Ninf() float32 { + if m != nil && m.F_Ninf != nil { + return *m.F_Ninf + } + return Default_Defaults_F_Ninf +} + +func (m *Defaults) GetF_Nan() float32 { + if m != nil && m.F_Nan != nil { + return *m.F_Nan + } + return Default_Defaults_F_Nan +} + +func (m *Defaults) GetSub() *SubDefaults { + if m != nil { + return m.Sub + } + return nil +} + +func (m *Defaults) GetStrZero() string { + if m != nil && m.StrZero != nil { + return *m.StrZero + } + return "" +} + +type SubDefaults struct { + N *int64 `protobuf:"varint,1,opt,name=n,def=7" json:"n,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *SubDefaults) Reset() { *m = SubDefaults{} } +func (m *SubDefaults) String() string { return proto.CompactTextString(m) } +func (*SubDefaults) ProtoMessage() {} +func (*SubDefaults) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} } + +const Default_SubDefaults_N int64 = 7 + +func (m *SubDefaults) GetN() int64 { + if m != nil && m.N != nil { + return *m.N + } + return Default_SubDefaults_N +} + +type RepeatedEnum struct { + Color []RepeatedEnum_Color `protobuf:"varint,1,rep,name=color,enum=testdata.RepeatedEnum_Color" json:"color,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *RepeatedEnum) Reset() { *m = RepeatedEnum{} } +func (m *RepeatedEnum) String() string { return proto.CompactTextString(m) } +func (*RepeatedEnum) ProtoMessage() {} +func (*RepeatedEnum) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{23} } + +func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color { + if m != nil { + return m.Color + } + return nil +} + +type MoreRepeated struct { + Bools []bool `protobuf:"varint,1,rep,name=bools" json:"bools,omitempty"` + BoolsPacked []bool `protobuf:"varint,2,rep,packed,name=bools_packed,json=boolsPacked" json:"bools_packed,omitempty"` + Ints []int32 `protobuf:"varint,3,rep,name=ints" json:"ints,omitempty"` + IntsPacked []int32 `protobuf:"varint,4,rep,packed,name=ints_packed,json=intsPacked" json:"ints_packed,omitempty"` + Int64SPacked []int64 `protobuf:"varint,7,rep,packed,name=int64s_packed,json=int64sPacked" json:"int64s_packed,omitempty"` + Strings []string `protobuf:"bytes,5,rep,name=strings" json:"strings,omitempty"` + Fixeds []uint32 `protobuf:"fixed32,6,rep,name=fixeds" json:"fixeds,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MoreRepeated) Reset() { *m = MoreRepeated{} } +func (m *MoreRepeated) String() string { return proto.CompactTextString(m) } +func (*MoreRepeated) ProtoMessage() {} +func (*MoreRepeated) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24} } + +func (m *MoreRepeated) GetBools() []bool { + if m != nil { + return m.Bools + } + return nil +} + +func (m *MoreRepeated) GetBoolsPacked() []bool { + if m != nil { + return m.BoolsPacked + } + return nil +} + +func (m *MoreRepeated) GetInts() []int32 { + if m != nil { + return m.Ints + } + return nil +} + +func (m *MoreRepeated) GetIntsPacked() []int32 { + if m != nil { + return m.IntsPacked + } + return nil +} + +func (m *MoreRepeated) GetInt64SPacked() []int64 { + if m != nil { + return m.Int64SPacked + } + return nil +} + +func (m *MoreRepeated) GetStrings() []string { + if m != nil { + return m.Strings + } + return nil +} + +func (m *MoreRepeated) GetFixeds() []uint32 { + if m != nil { + return m.Fixeds + } + return nil +} + +type GroupOld struct { + G *GroupOld_G `protobuf:"group,101,opt,name=G,json=g" json:"g,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupOld) Reset() { *m = GroupOld{} } +func (m *GroupOld) String() string { return proto.CompactTextString(m) } +func (*GroupOld) ProtoMessage() {} +func (*GroupOld) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{25} } + +func (m *GroupOld) GetG() *GroupOld_G { + if m != nil { + return m.G + } + return nil +} + +type GroupOld_G struct { + X *int32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupOld_G) Reset() { *m = GroupOld_G{} } +func (m *GroupOld_G) String() string { return proto.CompactTextString(m) } +func (*GroupOld_G) ProtoMessage() {} +func (*GroupOld_G) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{25, 0} } + +func (m *GroupOld_G) GetX() int32 { + if m != nil && m.X != nil { + return *m.X + } + return 0 +} + +type GroupNew struct { + G *GroupNew_G `protobuf:"group,101,opt,name=G,json=g" json:"g,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupNew) Reset() { *m = GroupNew{} } +func (m *GroupNew) String() string { return proto.CompactTextString(m) } +func (*GroupNew) ProtoMessage() {} +func (*GroupNew) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26} } + +func (m *GroupNew) GetG() *GroupNew_G { + if m != nil { + return m.G + } + return nil +} + +type GroupNew_G struct { + X *int32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"` + Y *int32 `protobuf:"varint,3,opt,name=y" json:"y,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupNew_G) Reset() { *m = GroupNew_G{} } +func (m *GroupNew_G) String() string { return proto.CompactTextString(m) } +func (*GroupNew_G) ProtoMessage() {} +func (*GroupNew_G) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26, 0} } + +func (m *GroupNew_G) GetX() int32 { + if m != nil && m.X != nil { + return *m.X + } + return 0 +} + +func (m *GroupNew_G) GetY() int32 { + if m != nil && m.Y != nil { + return *m.Y + } + return 0 +} + +type FloatingPoint struct { + F *float64 `protobuf:"fixed64,1,req,name=f" json:"f,omitempty"` + Exact *bool `protobuf:"varint,2,opt,name=exact" json:"exact,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *FloatingPoint) Reset() { *m = FloatingPoint{} } +func (m *FloatingPoint) String() string { return proto.CompactTextString(m) } +func (*FloatingPoint) ProtoMessage() {} +func (*FloatingPoint) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{27} } + +func (m *FloatingPoint) GetF() float64 { + if m != nil && m.F != nil { + return *m.F + } + return 0 +} + +func (m *FloatingPoint) GetExact() bool { + if m != nil && m.Exact != nil { + return *m.Exact + } + return false +} + +type MessageWithMap struct { + NameMapping map[int32]string `protobuf:"bytes,1,rep,name=name_mapping,json=nameMapping" json:"name_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + MsgMapping map[int64]*FloatingPoint `protobuf:"bytes,2,rep,name=msg_mapping,json=msgMapping" json:"msg_mapping,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + ByteMapping map[bool][]byte `protobuf:"bytes,3,rep,name=byte_mapping,json=byteMapping" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + StrToStr map[string]string `protobuf:"bytes,4,rep,name=str_to_str,json=strToStr" json:"str_to_str,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } +func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } +func (*MessageWithMap) ProtoMessage() {} +func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{28} } + +func (m *MessageWithMap) GetNameMapping() map[int32]string { + if m != nil { + return m.NameMapping + } + return nil +} + +func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint { + if m != nil { + return m.MsgMapping + } + return nil +} + +func (m *MessageWithMap) GetByteMapping() map[bool][]byte { + if m != nil { + return m.ByteMapping + } + return nil +} + +func (m *MessageWithMap) GetStrToStr() map[string]string { + if m != nil { + return m.StrToStr + } + return nil +} + +type Oneof struct { + // Types that are valid to be assigned to Union: + // *Oneof_F_Bool + // *Oneof_F_Int32 + // *Oneof_F_Int64 + // *Oneof_F_Fixed32 + // *Oneof_F_Fixed64 + // *Oneof_F_Uint32 + // *Oneof_F_Uint64 + // *Oneof_F_Float + // *Oneof_F_Double + // *Oneof_F_String + // *Oneof_F_Bytes + // *Oneof_F_Sint32 + // *Oneof_F_Sint64 + // *Oneof_F_Enum + // *Oneof_F_Message + // *Oneof_FGroup + // *Oneof_F_Largest_Tag + Union isOneof_Union `protobuf_oneof:"union"` + // Types that are valid to be assigned to Tormato: + // *Oneof_Value + Tormato isOneof_Tormato `protobuf_oneof:"tormato"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Oneof) Reset() { *m = Oneof{} } +func (m *Oneof) String() string { return proto.CompactTextString(m) } +func (*Oneof) ProtoMessage() {} +func (*Oneof) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} } + +type isOneof_Union interface { + isOneof_Union() +} +type isOneof_Tormato interface { + isOneof_Tormato() +} + +type Oneof_F_Bool struct { + F_Bool bool `protobuf:"varint,1,opt,name=F_Bool,json=FBool,oneof"` +} +type Oneof_F_Int32 struct { + F_Int32 int32 `protobuf:"varint,2,opt,name=F_Int32,json=FInt32,oneof"` +} +type Oneof_F_Int64 struct { + F_Int64 int64 `protobuf:"varint,3,opt,name=F_Int64,json=FInt64,oneof"` +} +type Oneof_F_Fixed32 struct { + F_Fixed32 uint32 `protobuf:"fixed32,4,opt,name=F_Fixed32,json=FFixed32,oneof"` +} +type Oneof_F_Fixed64 struct { + F_Fixed64 uint64 `protobuf:"fixed64,5,opt,name=F_Fixed64,json=FFixed64,oneof"` +} +type Oneof_F_Uint32 struct { + F_Uint32 uint32 `protobuf:"varint,6,opt,name=F_Uint32,json=FUint32,oneof"` +} +type Oneof_F_Uint64 struct { + F_Uint64 uint64 `protobuf:"varint,7,opt,name=F_Uint64,json=FUint64,oneof"` +} +type Oneof_F_Float struct { + F_Float float32 `protobuf:"fixed32,8,opt,name=F_Float,json=FFloat,oneof"` +} +type Oneof_F_Double struct { + F_Double float64 `protobuf:"fixed64,9,opt,name=F_Double,json=FDouble,oneof"` +} +type Oneof_F_String struct { + F_String string `protobuf:"bytes,10,opt,name=F_String,json=FString,oneof"` +} +type Oneof_F_Bytes struct { + F_Bytes []byte `protobuf:"bytes,11,opt,name=F_Bytes,json=FBytes,oneof"` +} +type Oneof_F_Sint32 struct { + F_Sint32 int32 `protobuf:"zigzag32,12,opt,name=F_Sint32,json=FSint32,oneof"` +} +type Oneof_F_Sint64 struct { + F_Sint64 int64 `protobuf:"zigzag64,13,opt,name=F_Sint64,json=FSint64,oneof"` +} +type Oneof_F_Enum struct { + F_Enum MyMessage_Color `protobuf:"varint,14,opt,name=F_Enum,json=FEnum,enum=testdata.MyMessage_Color,oneof"` +} +type Oneof_F_Message struct { + F_Message *GoTestField `protobuf:"bytes,15,opt,name=F_Message,json=FMessage,oneof"` +} +type Oneof_FGroup struct { + FGroup *Oneof_F_Group `protobuf:"group,16,opt,name=F_Group,json=fGroup,oneof"` +} +type Oneof_F_Largest_Tag struct { + F_Largest_Tag int32 `protobuf:"varint,536870911,opt,name=F_Largest_Tag,json=FLargestTag,oneof"` +} +type Oneof_Value struct { + Value int32 `protobuf:"varint,100,opt,name=value,oneof"` +} + +func (*Oneof_F_Bool) isOneof_Union() {} +func (*Oneof_F_Int32) isOneof_Union() {} +func (*Oneof_F_Int64) isOneof_Union() {} +func (*Oneof_F_Fixed32) isOneof_Union() {} +func (*Oneof_F_Fixed64) isOneof_Union() {} +func (*Oneof_F_Uint32) isOneof_Union() {} +func (*Oneof_F_Uint64) isOneof_Union() {} +func (*Oneof_F_Float) isOneof_Union() {} +func (*Oneof_F_Double) isOneof_Union() {} +func (*Oneof_F_String) isOneof_Union() {} +func (*Oneof_F_Bytes) isOneof_Union() {} +func (*Oneof_F_Sint32) isOneof_Union() {} +func (*Oneof_F_Sint64) isOneof_Union() {} +func (*Oneof_F_Enum) isOneof_Union() {} +func (*Oneof_F_Message) isOneof_Union() {} +func (*Oneof_FGroup) isOneof_Union() {} +func (*Oneof_F_Largest_Tag) isOneof_Union() {} +func (*Oneof_Value) isOneof_Tormato() {} + +func (m *Oneof) GetUnion() isOneof_Union { + if m != nil { + return m.Union + } + return nil +} +func (m *Oneof) GetTormato() isOneof_Tormato { + if m != nil { + return m.Tormato + } + return nil +} + +func (m *Oneof) GetF_Bool() bool { + if x, ok := m.GetUnion().(*Oneof_F_Bool); ok { + return x.F_Bool + } + return false +} + +func (m *Oneof) GetF_Int32() int32 { + if x, ok := m.GetUnion().(*Oneof_F_Int32); ok { + return x.F_Int32 + } + return 0 +} + +func (m *Oneof) GetF_Int64() int64 { + if x, ok := m.GetUnion().(*Oneof_F_Int64); ok { + return x.F_Int64 + } + return 0 +} + +func (m *Oneof) GetF_Fixed32() uint32 { + if x, ok := m.GetUnion().(*Oneof_F_Fixed32); ok { + return x.F_Fixed32 + } + return 0 +} + +func (m *Oneof) GetF_Fixed64() uint64 { + if x, ok := m.GetUnion().(*Oneof_F_Fixed64); ok { + return x.F_Fixed64 + } + return 0 +} + +func (m *Oneof) GetF_Uint32() uint32 { + if x, ok := m.GetUnion().(*Oneof_F_Uint32); ok { + return x.F_Uint32 + } + return 0 +} + +func (m *Oneof) GetF_Uint64() uint64 { + if x, ok := m.GetUnion().(*Oneof_F_Uint64); ok { + return x.F_Uint64 + } + return 0 +} + +func (m *Oneof) GetF_Float() float32 { + if x, ok := m.GetUnion().(*Oneof_F_Float); ok { + return x.F_Float + } + return 0 +} + +func (m *Oneof) GetF_Double() float64 { + if x, ok := m.GetUnion().(*Oneof_F_Double); ok { + return x.F_Double + } + return 0 +} + +func (m *Oneof) GetF_String() string { + if x, ok := m.GetUnion().(*Oneof_F_String); ok { + return x.F_String + } + return "" +} + +func (m *Oneof) GetF_Bytes() []byte { + if x, ok := m.GetUnion().(*Oneof_F_Bytes); ok { + return x.F_Bytes + } + return nil +} + +func (m *Oneof) GetF_Sint32() int32 { + if x, ok := m.GetUnion().(*Oneof_F_Sint32); ok { + return x.F_Sint32 + } + return 0 +} + +func (m *Oneof) GetF_Sint64() int64 { + if x, ok := m.GetUnion().(*Oneof_F_Sint64); ok { + return x.F_Sint64 + } + return 0 +} + +func (m *Oneof) GetF_Enum() MyMessage_Color { + if x, ok := m.GetUnion().(*Oneof_F_Enum); ok { + return x.F_Enum + } + return MyMessage_RED +} + +func (m *Oneof) GetF_Message() *GoTestField { + if x, ok := m.GetUnion().(*Oneof_F_Message); ok { + return x.F_Message + } + return nil +} + +func (m *Oneof) GetFGroup() *Oneof_F_Group { + if x, ok := m.GetUnion().(*Oneof_FGroup); ok { + return x.FGroup + } + return nil +} + +func (m *Oneof) GetF_Largest_Tag() int32 { + if x, ok := m.GetUnion().(*Oneof_F_Largest_Tag); ok { + return x.F_Largest_Tag + } + return 0 +} + +func (m *Oneof) GetValue() int32 { + if x, ok := m.GetTormato().(*Oneof_Value); ok { + return x.Value + } + return 0 +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Oneof) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _Oneof_OneofMarshaler, _Oneof_OneofUnmarshaler, _Oneof_OneofSizer, []interface{}{ + (*Oneof_F_Bool)(nil), + (*Oneof_F_Int32)(nil), + (*Oneof_F_Int64)(nil), + (*Oneof_F_Fixed32)(nil), + (*Oneof_F_Fixed64)(nil), + (*Oneof_F_Uint32)(nil), + (*Oneof_F_Uint64)(nil), + (*Oneof_F_Float)(nil), + (*Oneof_F_Double)(nil), + (*Oneof_F_String)(nil), + (*Oneof_F_Bytes)(nil), + (*Oneof_F_Sint32)(nil), + (*Oneof_F_Sint64)(nil), + (*Oneof_F_Enum)(nil), + (*Oneof_F_Message)(nil), + (*Oneof_FGroup)(nil), + (*Oneof_F_Largest_Tag)(nil), + (*Oneof_Value)(nil), + } +} + +func _Oneof_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Oneof) + // union + switch x := m.Union.(type) { + case *Oneof_F_Bool: + t := uint64(0) + if x.F_Bool { + t = 1 + } + b.EncodeVarint(1<<3 | proto.WireVarint) + b.EncodeVarint(t) + case *Oneof_F_Int32: + b.EncodeVarint(2<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Int32)) + case *Oneof_F_Int64: + b.EncodeVarint(3<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Int64)) + case *Oneof_F_Fixed32: + b.EncodeVarint(4<<3 | proto.WireFixed32) + b.EncodeFixed32(uint64(x.F_Fixed32)) + case *Oneof_F_Fixed64: + b.EncodeVarint(5<<3 | proto.WireFixed64) + b.EncodeFixed64(uint64(x.F_Fixed64)) + case *Oneof_F_Uint32: + b.EncodeVarint(6<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Uint32)) + case *Oneof_F_Uint64: + b.EncodeVarint(7<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Uint64)) + case *Oneof_F_Float: + b.EncodeVarint(8<<3 | proto.WireFixed32) + b.EncodeFixed32(uint64(math.Float32bits(x.F_Float))) + case *Oneof_F_Double: + b.EncodeVarint(9<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.F_Double)) + case *Oneof_F_String: + b.EncodeVarint(10<<3 | proto.WireBytes) + b.EncodeStringBytes(x.F_String) + case *Oneof_F_Bytes: + b.EncodeVarint(11<<3 | proto.WireBytes) + b.EncodeRawBytes(x.F_Bytes) + case *Oneof_F_Sint32: + b.EncodeVarint(12<<3 | proto.WireVarint) + b.EncodeZigzag32(uint64(x.F_Sint32)) + case *Oneof_F_Sint64: + b.EncodeVarint(13<<3 | proto.WireVarint) + b.EncodeZigzag64(uint64(x.F_Sint64)) + case *Oneof_F_Enum: + b.EncodeVarint(14<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Enum)) + case *Oneof_F_Message: + b.EncodeVarint(15<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.F_Message); err != nil { + return err + } + case *Oneof_FGroup: + b.EncodeVarint(16<<3 | proto.WireStartGroup) + if err := b.Marshal(x.FGroup); err != nil { + return err + } + b.EncodeVarint(16<<3 | proto.WireEndGroup) + case *Oneof_F_Largest_Tag: + b.EncodeVarint(536870911<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Largest_Tag)) + case nil: + default: + return fmt.Errorf("Oneof.Union has unexpected type %T", x) + } + // tormato + switch x := m.Tormato.(type) { + case *Oneof_Value: + b.EncodeVarint(100<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Value)) + case nil: + default: + return fmt.Errorf("Oneof.Tormato has unexpected type %T", x) + } + return nil +} + +func _Oneof_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Oneof) + switch tag { + case 1: // union.F_Bool + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Bool{x != 0} + return true, err + case 2: // union.F_Int32 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Int32{int32(x)} + return true, err + case 3: // union.F_Int64 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Int64{int64(x)} + return true, err + case 4: // union.F_Fixed32 + if wire != proto.WireFixed32 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed32() + m.Union = &Oneof_F_Fixed32{uint32(x)} + return true, err + case 5: // union.F_Fixed64 + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Oneof_F_Fixed64{x} + return true, err + case 6: // union.F_Uint32 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Uint32{uint32(x)} + return true, err + case 7: // union.F_Uint64 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Uint64{x} + return true, err + case 8: // union.F_Float + if wire != proto.WireFixed32 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed32() + m.Union = &Oneof_F_Float{math.Float32frombits(uint32(x))} + return true, err + case 9: // union.F_Double + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Oneof_F_Double{math.Float64frombits(x)} + return true, err + case 10: // union.F_String + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &Oneof_F_String{x} + return true, err + case 11: // union.F_Bytes + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Union = &Oneof_F_Bytes{x} + return true, err + case 12: // union.F_Sint32 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeZigzag32() + m.Union = &Oneof_F_Sint32{int32(x)} + return true, err + case 13: // union.F_Sint64 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeZigzag64() + m.Union = &Oneof_F_Sint64{int64(x)} + return true, err + case 14: // union.F_Enum + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Enum{MyMessage_Color(x)} + return true, err + case 15: // union.F_Message + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(GoTestField) + err := b.DecodeMessage(msg) + m.Union = &Oneof_F_Message{msg} + return true, err + case 16: // union.f_group + if wire != proto.WireStartGroup { + return true, proto.ErrInternalBadWireType + } + msg := new(Oneof_F_Group) + err := b.DecodeGroup(msg) + m.Union = &Oneof_FGroup{msg} + return true, err + case 536870911: // union.F_Largest_Tag + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Largest_Tag{int32(x)} + return true, err + case 100: // tormato.value + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Tormato = &Oneof_Value{int32(x)} + return true, err + default: + return false, nil + } +} + +func _Oneof_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Oneof) + // union + switch x := m.Union.(type) { + case *Oneof_F_Bool: + n += proto.SizeVarint(1<<3 | proto.WireVarint) + n += 1 + case *Oneof_F_Int32: + n += proto.SizeVarint(2<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Int32)) + case *Oneof_F_Int64: + n += proto.SizeVarint(3<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Int64)) + case *Oneof_F_Fixed32: + n += proto.SizeVarint(4<<3 | proto.WireFixed32) + n += 4 + case *Oneof_F_Fixed64: + n += proto.SizeVarint(5<<3 | proto.WireFixed64) + n += 8 + case *Oneof_F_Uint32: + n += proto.SizeVarint(6<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Uint32)) + case *Oneof_F_Uint64: + n += proto.SizeVarint(7<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Uint64)) + case *Oneof_F_Float: + n += proto.SizeVarint(8<<3 | proto.WireFixed32) + n += 4 + case *Oneof_F_Double: + n += proto.SizeVarint(9<<3 | proto.WireFixed64) + n += 8 + case *Oneof_F_String: + n += proto.SizeVarint(10<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.F_String))) + n += len(x.F_String) + case *Oneof_F_Bytes: + n += proto.SizeVarint(11<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.F_Bytes))) + n += len(x.F_Bytes) + case *Oneof_F_Sint32: + n += proto.SizeVarint(12<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64((uint32(x.F_Sint32) << 1) ^ uint32((int32(x.F_Sint32) >> 31)))) + case *Oneof_F_Sint64: + n += proto.SizeVarint(13<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(uint64(x.F_Sint64<<1) ^ uint64((int64(x.F_Sint64) >> 63)))) + case *Oneof_F_Enum: + n += proto.SizeVarint(14<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Enum)) + case *Oneof_F_Message: + s := proto.Size(x.F_Message) + n += proto.SizeVarint(15<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case *Oneof_FGroup: + n += proto.SizeVarint(16<<3 | proto.WireStartGroup) + n += proto.Size(x.FGroup) + n += proto.SizeVarint(16<<3 | proto.WireEndGroup) + case *Oneof_F_Largest_Tag: + n += proto.SizeVarint(536870911<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Largest_Tag)) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + // tormato + switch x := m.Tormato.(type) { + case *Oneof_Value: + n += proto.SizeVarint(100<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Value)) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +type Oneof_F_Group struct { + X *int32 `protobuf:"varint,17,opt,name=x" json:"x,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Oneof_F_Group) Reset() { *m = Oneof_F_Group{} } +func (m *Oneof_F_Group) String() string { return proto.CompactTextString(m) } +func (*Oneof_F_Group) ProtoMessage() {} +func (*Oneof_F_Group) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29, 0} } + +func (m *Oneof_F_Group) GetX() int32 { + if m != nil && m.X != nil { + return *m.X + } + return 0 +} + +type Communique struct { + MakeMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"` + // This is a oneof, called "union". + // + // Types that are valid to be assigned to Union: + // *Communique_Number + // *Communique_Name + // *Communique_Data + // *Communique_TempC + // *Communique_Col + // *Communique_Msg + Union isCommunique_Union `protobuf_oneof:"union"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique) Reset() { *m = Communique{} } +func (m *Communique) String() string { return proto.CompactTextString(m) } +func (*Communique) ProtoMessage() {} +func (*Communique) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{30} } + +type isCommunique_Union interface { + isCommunique_Union() +} + +type Communique_Number struct { + Number int32 `protobuf:"varint,5,opt,name=number,oneof"` +} +type Communique_Name struct { + Name string `protobuf:"bytes,6,opt,name=name,oneof"` +} +type Communique_Data struct { + Data []byte `protobuf:"bytes,7,opt,name=data,oneof"` +} +type Communique_TempC struct { + TempC float64 `protobuf:"fixed64,8,opt,name=temp_c,json=tempC,oneof"` +} +type Communique_Col struct { + Col MyMessage_Color `protobuf:"varint,9,opt,name=col,enum=testdata.MyMessage_Color,oneof"` +} +type Communique_Msg struct { + Msg *Strings `protobuf:"bytes,10,opt,name=msg,oneof"` +} + +func (*Communique_Number) isCommunique_Union() {} +func (*Communique_Name) isCommunique_Union() {} +func (*Communique_Data) isCommunique_Union() {} +func (*Communique_TempC) isCommunique_Union() {} +func (*Communique_Col) isCommunique_Union() {} +func (*Communique_Msg) isCommunique_Union() {} + +func (m *Communique) GetUnion() isCommunique_Union { + if m != nil { + return m.Union + } + return nil +} + +func (m *Communique) GetMakeMeCry() bool { + if m != nil && m.MakeMeCry != nil { + return *m.MakeMeCry + } + return false +} + +func (m *Communique) GetNumber() int32 { + if x, ok := m.GetUnion().(*Communique_Number); ok { + return x.Number + } + return 0 +} + +func (m *Communique) GetName() string { + if x, ok := m.GetUnion().(*Communique_Name); ok { + return x.Name + } + return "" +} + +func (m *Communique) GetData() []byte { + if x, ok := m.GetUnion().(*Communique_Data); ok { + return x.Data + } + return nil +} + +func (m *Communique) GetTempC() float64 { + if x, ok := m.GetUnion().(*Communique_TempC); ok { + return x.TempC + } + return 0 +} + +func (m *Communique) GetCol() MyMessage_Color { + if x, ok := m.GetUnion().(*Communique_Col); ok { + return x.Col + } + return MyMessage_RED +} + +func (m *Communique) GetMsg() *Strings { + if x, ok := m.GetUnion().(*Communique_Msg); ok { + return x.Msg + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Communique) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _Communique_OneofMarshaler, _Communique_OneofUnmarshaler, _Communique_OneofSizer, []interface{}{ + (*Communique_Number)(nil), + (*Communique_Name)(nil), + (*Communique_Data)(nil), + (*Communique_TempC)(nil), + (*Communique_Col)(nil), + (*Communique_Msg)(nil), + } +} + +func _Communique_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + b.EncodeVarint(5<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Number)) + case *Communique_Name: + b.EncodeVarint(6<<3 | proto.WireBytes) + b.EncodeStringBytes(x.Name) + case *Communique_Data: + b.EncodeVarint(7<<3 | proto.WireBytes) + b.EncodeRawBytes(x.Data) + case *Communique_TempC: + b.EncodeVarint(8<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.TempC)) + case *Communique_Col: + b.EncodeVarint(9<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Col)) + case *Communique_Msg: + b.EncodeVarint(10<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.Msg); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("Communique.Union has unexpected type %T", x) + } + return nil +} + +func _Communique_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Communique) + switch tag { + case 5: // union.number + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Number{int32(x)} + return true, err + case 6: // union.name + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &Communique_Name{x} + return true, err + case 7: // union.data + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Union = &Communique_Data{x} + return true, err + case 8: // union.temp_c + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Communique_TempC{math.Float64frombits(x)} + return true, err + case 9: // union.col + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Col{MyMessage_Color(x)} + return true, err + case 10: // union.msg + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Strings) + err := b.DecodeMessage(msg) + m.Union = &Communique_Msg{msg} + return true, err + default: + return false, nil + } +} + +func _Communique_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + n += proto.SizeVarint(5<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Number)) + case *Communique_Name: + n += proto.SizeVarint(6<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Name))) + n += len(x.Name) + case *Communique_Data: + n += proto.SizeVarint(7<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Data))) + n += len(x.Data) + case *Communique_TempC: + n += proto.SizeVarint(8<<3 | proto.WireFixed64) + n += 8 + case *Communique_Col: + n += proto.SizeVarint(9<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Col)) + case *Communique_Msg: + s := proto.Size(x.Msg) + n += proto.SizeVarint(10<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +var E_Greeting = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: ([]string)(nil), + Field: 106, + Name: "testdata.greeting", + Tag: "bytes,106,rep,name=greeting", + Filename: "test.proto", +} + +var E_Complex = &proto.ExtensionDesc{ + ExtendedType: (*OtherMessage)(nil), + ExtensionType: (*ComplexExtension)(nil), + Field: 200, + Name: "testdata.complex", + Tag: "bytes,200,opt,name=complex", + Filename: "test.proto", +} + +var E_RComplex = &proto.ExtensionDesc{ + ExtendedType: (*OtherMessage)(nil), + ExtensionType: ([]*ComplexExtension)(nil), + Field: 201, + Name: "testdata.r_complex", + Tag: "bytes,201,rep,name=r_complex,json=rComplex", + Filename: "test.proto", +} + +var E_NoDefaultDouble = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float64)(nil), + Field: 101, + Name: "testdata.no_default_double", + Tag: "fixed64,101,opt,name=no_default_double,json=noDefaultDouble", + Filename: "test.proto", +} + +var E_NoDefaultFloat = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float32)(nil), + Field: 102, + Name: "testdata.no_default_float", + Tag: "fixed32,102,opt,name=no_default_float,json=noDefaultFloat", + Filename: "test.proto", +} + +var E_NoDefaultInt32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 103, + Name: "testdata.no_default_int32", + Tag: "varint,103,opt,name=no_default_int32,json=noDefaultInt32", + Filename: "test.proto", +} + +var E_NoDefaultInt64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 104, + Name: "testdata.no_default_int64", + Tag: "varint,104,opt,name=no_default_int64,json=noDefaultInt64", + Filename: "test.proto", +} + +var E_NoDefaultUint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 105, + Name: "testdata.no_default_uint32", + Tag: "varint,105,opt,name=no_default_uint32,json=noDefaultUint32", + Filename: "test.proto", +} + +var E_NoDefaultUint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 106, + Name: "testdata.no_default_uint64", + Tag: "varint,106,opt,name=no_default_uint64,json=noDefaultUint64", + Filename: "test.proto", +} + +var E_NoDefaultSint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 107, + Name: "testdata.no_default_sint32", + Tag: "zigzag32,107,opt,name=no_default_sint32,json=noDefaultSint32", + Filename: "test.proto", +} + +var E_NoDefaultSint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 108, + Name: "testdata.no_default_sint64", + Tag: "zigzag64,108,opt,name=no_default_sint64,json=noDefaultSint64", + Filename: "test.proto", +} + +var E_NoDefaultFixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 109, + Name: "testdata.no_default_fixed32", + Tag: "fixed32,109,opt,name=no_default_fixed32,json=noDefaultFixed32", + Filename: "test.proto", +} + +var E_NoDefaultFixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 110, + Name: "testdata.no_default_fixed64", + Tag: "fixed64,110,opt,name=no_default_fixed64,json=noDefaultFixed64", + Filename: "test.proto", +} + +var E_NoDefaultSfixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 111, + Name: "testdata.no_default_sfixed32", + Tag: "fixed32,111,opt,name=no_default_sfixed32,json=noDefaultSfixed32", + Filename: "test.proto", +} + +var E_NoDefaultSfixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 112, + Name: "testdata.no_default_sfixed64", + Tag: "fixed64,112,opt,name=no_default_sfixed64,json=noDefaultSfixed64", + Filename: "test.proto", +} + +var E_NoDefaultBool = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*bool)(nil), + Field: 113, + Name: "testdata.no_default_bool", + Tag: "varint,113,opt,name=no_default_bool,json=noDefaultBool", + Filename: "test.proto", +} + +var E_NoDefaultString = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*string)(nil), + Field: 114, + Name: "testdata.no_default_string", + Tag: "bytes,114,opt,name=no_default_string,json=noDefaultString", + Filename: "test.proto", +} + +var E_NoDefaultBytes = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: ([]byte)(nil), + Field: 115, + Name: "testdata.no_default_bytes", + Tag: "bytes,115,opt,name=no_default_bytes,json=noDefaultBytes", + Filename: "test.proto", +} + +var E_NoDefaultEnum = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*DefaultsMessage_DefaultsEnum)(nil), + Field: 116, + Name: "testdata.no_default_enum", + Tag: "varint,116,opt,name=no_default_enum,json=noDefaultEnum,enum=testdata.DefaultsMessage_DefaultsEnum", + Filename: "test.proto", +} + +var E_DefaultDouble = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float64)(nil), + Field: 201, + Name: "testdata.default_double", + Tag: "fixed64,201,opt,name=default_double,json=defaultDouble,def=3.1415", + Filename: "test.proto", +} + +var E_DefaultFloat = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float32)(nil), + Field: 202, + Name: "testdata.default_float", + Tag: "fixed32,202,opt,name=default_float,json=defaultFloat,def=3.14", + Filename: "test.proto", +} + +var E_DefaultInt32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 203, + Name: "testdata.default_int32", + Tag: "varint,203,opt,name=default_int32,json=defaultInt32,def=42", + Filename: "test.proto", +} + +var E_DefaultInt64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 204, + Name: "testdata.default_int64", + Tag: "varint,204,opt,name=default_int64,json=defaultInt64,def=43", + Filename: "test.proto", +} + +var E_DefaultUint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 205, + Name: "testdata.default_uint32", + Tag: "varint,205,opt,name=default_uint32,json=defaultUint32,def=44", + Filename: "test.proto", +} + +var E_DefaultUint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 206, + Name: "testdata.default_uint64", + Tag: "varint,206,opt,name=default_uint64,json=defaultUint64,def=45", + Filename: "test.proto", +} + +var E_DefaultSint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 207, + Name: "testdata.default_sint32", + Tag: "zigzag32,207,opt,name=default_sint32,json=defaultSint32,def=46", + Filename: "test.proto", +} + +var E_DefaultSint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 208, + Name: "testdata.default_sint64", + Tag: "zigzag64,208,opt,name=default_sint64,json=defaultSint64,def=47", + Filename: "test.proto", +} + +var E_DefaultFixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 209, + Name: "testdata.default_fixed32", + Tag: "fixed32,209,opt,name=default_fixed32,json=defaultFixed32,def=48", + Filename: "test.proto", +} + +var E_DefaultFixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 210, + Name: "testdata.default_fixed64", + Tag: "fixed64,210,opt,name=default_fixed64,json=defaultFixed64,def=49", + Filename: "test.proto", +} + +var E_DefaultSfixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 211, + Name: "testdata.default_sfixed32", + Tag: "fixed32,211,opt,name=default_sfixed32,json=defaultSfixed32,def=50", + Filename: "test.proto", +} + +var E_DefaultSfixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 212, + Name: "testdata.default_sfixed64", + Tag: "fixed64,212,opt,name=default_sfixed64,json=defaultSfixed64,def=51", + Filename: "test.proto", +} + +var E_DefaultBool = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*bool)(nil), + Field: 213, + Name: "testdata.default_bool", + Tag: "varint,213,opt,name=default_bool,json=defaultBool,def=1", + Filename: "test.proto", +} + +var E_DefaultString = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*string)(nil), + Field: 214, + Name: "testdata.default_string", + Tag: "bytes,214,opt,name=default_string,json=defaultString,def=Hello, string", + Filename: "test.proto", +} + +var E_DefaultBytes = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: ([]byte)(nil), + Field: 215, + Name: "testdata.default_bytes", + Tag: "bytes,215,opt,name=default_bytes,json=defaultBytes,def=Hello, bytes", + Filename: "test.proto", +} + +var E_DefaultEnum = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*DefaultsMessage_DefaultsEnum)(nil), + Field: 216, + Name: "testdata.default_enum", + Tag: "varint,216,opt,name=default_enum,json=defaultEnum,enum=testdata.DefaultsMessage_DefaultsEnum,def=1", + Filename: "test.proto", +} + +var E_X201 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 201, + Name: "testdata.x201", + Tag: "bytes,201,opt,name=x201", + Filename: "test.proto", +} + +var E_X202 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 202, + Name: "testdata.x202", + Tag: "bytes,202,opt,name=x202", + Filename: "test.proto", +} + +var E_X203 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 203, + Name: "testdata.x203", + Tag: "bytes,203,opt,name=x203", + Filename: "test.proto", +} + +var E_X204 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 204, + Name: "testdata.x204", + Tag: "bytes,204,opt,name=x204", + Filename: "test.proto", +} + +var E_X205 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 205, + Name: "testdata.x205", + Tag: "bytes,205,opt,name=x205", + Filename: "test.proto", +} + +var E_X206 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 206, + Name: "testdata.x206", + Tag: "bytes,206,opt,name=x206", + Filename: "test.proto", +} + +var E_X207 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 207, + Name: "testdata.x207", + Tag: "bytes,207,opt,name=x207", + Filename: "test.proto", +} + +var E_X208 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 208, + Name: "testdata.x208", + Tag: "bytes,208,opt,name=x208", + Filename: "test.proto", +} + +var E_X209 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 209, + Name: "testdata.x209", + Tag: "bytes,209,opt,name=x209", + Filename: "test.proto", +} + +var E_X210 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 210, + Name: "testdata.x210", + Tag: "bytes,210,opt,name=x210", + Filename: "test.proto", +} + +var E_X211 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 211, + Name: "testdata.x211", + Tag: "bytes,211,opt,name=x211", + Filename: "test.proto", +} + +var E_X212 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 212, + Name: "testdata.x212", + Tag: "bytes,212,opt,name=x212", + Filename: "test.proto", +} + +var E_X213 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 213, + Name: "testdata.x213", + Tag: "bytes,213,opt,name=x213", + Filename: "test.proto", +} + +var E_X214 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 214, + Name: "testdata.x214", + Tag: "bytes,214,opt,name=x214", + Filename: "test.proto", +} + +var E_X215 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 215, + Name: "testdata.x215", + Tag: "bytes,215,opt,name=x215", + Filename: "test.proto", +} + +var E_X216 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 216, + Name: "testdata.x216", + Tag: "bytes,216,opt,name=x216", + Filename: "test.proto", +} + +var E_X217 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 217, + Name: "testdata.x217", + Tag: "bytes,217,opt,name=x217", + Filename: "test.proto", +} + +var E_X218 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 218, + Name: "testdata.x218", + Tag: "bytes,218,opt,name=x218", + Filename: "test.proto", +} + +var E_X219 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 219, + Name: "testdata.x219", + Tag: "bytes,219,opt,name=x219", + Filename: "test.proto", +} + +var E_X220 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 220, + Name: "testdata.x220", + Tag: "bytes,220,opt,name=x220", + Filename: "test.proto", +} + +var E_X221 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 221, + Name: "testdata.x221", + Tag: "bytes,221,opt,name=x221", + Filename: "test.proto", +} + +var E_X222 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 222, + Name: "testdata.x222", + Tag: "bytes,222,opt,name=x222", + Filename: "test.proto", +} + +var E_X223 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 223, + Name: "testdata.x223", + Tag: "bytes,223,opt,name=x223", + Filename: "test.proto", +} + +var E_X224 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 224, + Name: "testdata.x224", + Tag: "bytes,224,opt,name=x224", + Filename: "test.proto", +} + +var E_X225 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 225, + Name: "testdata.x225", + Tag: "bytes,225,opt,name=x225", + Filename: "test.proto", +} + +var E_X226 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 226, + Name: "testdata.x226", + Tag: "bytes,226,opt,name=x226", + Filename: "test.proto", +} + +var E_X227 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 227, + Name: "testdata.x227", + Tag: "bytes,227,opt,name=x227", + Filename: "test.proto", +} + +var E_X228 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 228, + Name: "testdata.x228", + Tag: "bytes,228,opt,name=x228", + Filename: "test.proto", +} + +var E_X229 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 229, + Name: "testdata.x229", + Tag: "bytes,229,opt,name=x229", + Filename: "test.proto", +} + +var E_X230 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 230, + Name: "testdata.x230", + Tag: "bytes,230,opt,name=x230", + Filename: "test.proto", +} + +var E_X231 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 231, + Name: "testdata.x231", + Tag: "bytes,231,opt,name=x231", + Filename: "test.proto", +} + +var E_X232 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 232, + Name: "testdata.x232", + Tag: "bytes,232,opt,name=x232", + Filename: "test.proto", +} + +var E_X233 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 233, + Name: "testdata.x233", + Tag: "bytes,233,opt,name=x233", + Filename: "test.proto", +} + +var E_X234 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 234, + Name: "testdata.x234", + Tag: "bytes,234,opt,name=x234", + Filename: "test.proto", +} + +var E_X235 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 235, + Name: "testdata.x235", + Tag: "bytes,235,opt,name=x235", + Filename: "test.proto", +} + +var E_X236 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 236, + Name: "testdata.x236", + Tag: "bytes,236,opt,name=x236", + Filename: "test.proto", +} + +var E_X237 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 237, + Name: "testdata.x237", + Tag: "bytes,237,opt,name=x237", + Filename: "test.proto", +} + +var E_X238 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 238, + Name: "testdata.x238", + Tag: "bytes,238,opt,name=x238", + Filename: "test.proto", +} + +var E_X239 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 239, + Name: "testdata.x239", + Tag: "bytes,239,opt,name=x239", + Filename: "test.proto", +} + +var E_X240 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 240, + Name: "testdata.x240", + Tag: "bytes,240,opt,name=x240", + Filename: "test.proto", +} + +var E_X241 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 241, + Name: "testdata.x241", + Tag: "bytes,241,opt,name=x241", + Filename: "test.proto", +} + +var E_X242 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 242, + Name: "testdata.x242", + Tag: "bytes,242,opt,name=x242", + Filename: "test.proto", +} + +var E_X243 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 243, + Name: "testdata.x243", + Tag: "bytes,243,opt,name=x243", + Filename: "test.proto", +} + +var E_X244 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 244, + Name: "testdata.x244", + Tag: "bytes,244,opt,name=x244", + Filename: "test.proto", +} + +var E_X245 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 245, + Name: "testdata.x245", + Tag: "bytes,245,opt,name=x245", + Filename: "test.proto", +} + +var E_X246 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 246, + Name: "testdata.x246", + Tag: "bytes,246,opt,name=x246", + Filename: "test.proto", +} + +var E_X247 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 247, + Name: "testdata.x247", + Tag: "bytes,247,opt,name=x247", + Filename: "test.proto", +} + +var E_X248 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 248, + Name: "testdata.x248", + Tag: "bytes,248,opt,name=x248", + Filename: "test.proto", +} + +var E_X249 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 249, + Name: "testdata.x249", + Tag: "bytes,249,opt,name=x249", + Filename: "test.proto", +} + +var E_X250 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 250, + Name: "testdata.x250", + Tag: "bytes,250,opt,name=x250", + Filename: "test.proto", +} + +func init() { + proto.RegisterType((*GoEnum)(nil), "testdata.GoEnum") + proto.RegisterType((*GoTestField)(nil), "testdata.GoTestField") + proto.RegisterType((*GoTest)(nil), "testdata.GoTest") + proto.RegisterType((*GoTest_RequiredGroup)(nil), "testdata.GoTest.RequiredGroup") + proto.RegisterType((*GoTest_RepeatedGroup)(nil), "testdata.GoTest.RepeatedGroup") + proto.RegisterType((*GoTest_OptionalGroup)(nil), "testdata.GoTest.OptionalGroup") + proto.RegisterType((*GoTestRequiredGroupField)(nil), "testdata.GoTestRequiredGroupField") + proto.RegisterType((*GoTestRequiredGroupField_Group)(nil), "testdata.GoTestRequiredGroupField.Group") + proto.RegisterType((*GoSkipTest)(nil), "testdata.GoSkipTest") + proto.RegisterType((*GoSkipTest_SkipGroup)(nil), "testdata.GoSkipTest.SkipGroup") + proto.RegisterType((*NonPackedTest)(nil), "testdata.NonPackedTest") + proto.RegisterType((*PackedTest)(nil), "testdata.PackedTest") + proto.RegisterType((*MaxTag)(nil), "testdata.MaxTag") + proto.RegisterType((*OldMessage)(nil), "testdata.OldMessage") + proto.RegisterType((*OldMessage_Nested)(nil), "testdata.OldMessage.Nested") + proto.RegisterType((*NewMessage)(nil), "testdata.NewMessage") + proto.RegisterType((*NewMessage_Nested)(nil), "testdata.NewMessage.Nested") + proto.RegisterType((*InnerMessage)(nil), "testdata.InnerMessage") + proto.RegisterType((*OtherMessage)(nil), "testdata.OtherMessage") + proto.RegisterType((*RequiredInnerMessage)(nil), "testdata.RequiredInnerMessage") + proto.RegisterType((*MyMessage)(nil), "testdata.MyMessage") + proto.RegisterType((*MyMessage_SomeGroup)(nil), "testdata.MyMessage.SomeGroup") + proto.RegisterType((*Ext)(nil), "testdata.Ext") + proto.RegisterType((*ComplexExtension)(nil), "testdata.ComplexExtension") + proto.RegisterType((*DefaultsMessage)(nil), "testdata.DefaultsMessage") + proto.RegisterType((*MyMessageSet)(nil), "testdata.MyMessageSet") + proto.RegisterType((*Empty)(nil), "testdata.Empty") + proto.RegisterType((*MessageList)(nil), "testdata.MessageList") + proto.RegisterType((*MessageList_Message)(nil), "testdata.MessageList.Message") + proto.RegisterType((*Strings)(nil), "testdata.Strings") + proto.RegisterType((*Defaults)(nil), "testdata.Defaults") + proto.RegisterType((*SubDefaults)(nil), "testdata.SubDefaults") + proto.RegisterType((*RepeatedEnum)(nil), "testdata.RepeatedEnum") + proto.RegisterType((*MoreRepeated)(nil), "testdata.MoreRepeated") + proto.RegisterType((*GroupOld)(nil), "testdata.GroupOld") + proto.RegisterType((*GroupOld_G)(nil), "testdata.GroupOld.G") + proto.RegisterType((*GroupNew)(nil), "testdata.GroupNew") + proto.RegisterType((*GroupNew_G)(nil), "testdata.GroupNew.G") + proto.RegisterType((*FloatingPoint)(nil), "testdata.FloatingPoint") + proto.RegisterType((*MessageWithMap)(nil), "testdata.MessageWithMap") + proto.RegisterType((*Oneof)(nil), "testdata.Oneof") + proto.RegisterType((*Oneof_F_Group)(nil), "testdata.Oneof.F_Group") + proto.RegisterType((*Communique)(nil), "testdata.Communique") + proto.RegisterEnum("testdata.FOO", FOO_name, FOO_value) + proto.RegisterEnum("testdata.GoTest_KIND", GoTest_KIND_name, GoTest_KIND_value) + proto.RegisterEnum("testdata.MyMessage_Color", MyMessage_Color_name, MyMessage_Color_value) + proto.RegisterEnum("testdata.DefaultsMessage_DefaultsEnum", DefaultsMessage_DefaultsEnum_name, DefaultsMessage_DefaultsEnum_value) + proto.RegisterEnum("testdata.Defaults_Color", Defaults_Color_name, Defaults_Color_value) + proto.RegisterEnum("testdata.RepeatedEnum_Color", RepeatedEnum_Color_name, RepeatedEnum_Color_value) + proto.RegisterExtension(E_Ext_More) + proto.RegisterExtension(E_Ext_Text) + proto.RegisterExtension(E_Ext_Number) + proto.RegisterExtension(E_Greeting) + proto.RegisterExtension(E_Complex) + proto.RegisterExtension(E_RComplex) + proto.RegisterExtension(E_NoDefaultDouble) + proto.RegisterExtension(E_NoDefaultFloat) + proto.RegisterExtension(E_NoDefaultInt32) + proto.RegisterExtension(E_NoDefaultInt64) + proto.RegisterExtension(E_NoDefaultUint32) + proto.RegisterExtension(E_NoDefaultUint64) + proto.RegisterExtension(E_NoDefaultSint32) + proto.RegisterExtension(E_NoDefaultSint64) + proto.RegisterExtension(E_NoDefaultFixed32) + proto.RegisterExtension(E_NoDefaultFixed64) + proto.RegisterExtension(E_NoDefaultSfixed32) + proto.RegisterExtension(E_NoDefaultSfixed64) + proto.RegisterExtension(E_NoDefaultBool) + proto.RegisterExtension(E_NoDefaultString) + proto.RegisterExtension(E_NoDefaultBytes) + proto.RegisterExtension(E_NoDefaultEnum) + proto.RegisterExtension(E_DefaultDouble) + proto.RegisterExtension(E_DefaultFloat) + proto.RegisterExtension(E_DefaultInt32) + proto.RegisterExtension(E_DefaultInt64) + proto.RegisterExtension(E_DefaultUint32) + proto.RegisterExtension(E_DefaultUint64) + proto.RegisterExtension(E_DefaultSint32) + proto.RegisterExtension(E_DefaultSint64) + proto.RegisterExtension(E_DefaultFixed32) + proto.RegisterExtension(E_DefaultFixed64) + proto.RegisterExtension(E_DefaultSfixed32) + proto.RegisterExtension(E_DefaultSfixed64) + proto.RegisterExtension(E_DefaultBool) + proto.RegisterExtension(E_DefaultString) + proto.RegisterExtension(E_DefaultBytes) + proto.RegisterExtension(E_DefaultEnum) + proto.RegisterExtension(E_X201) + proto.RegisterExtension(E_X202) + proto.RegisterExtension(E_X203) + proto.RegisterExtension(E_X204) + proto.RegisterExtension(E_X205) + proto.RegisterExtension(E_X206) + proto.RegisterExtension(E_X207) + proto.RegisterExtension(E_X208) + proto.RegisterExtension(E_X209) + proto.RegisterExtension(E_X210) + proto.RegisterExtension(E_X211) + proto.RegisterExtension(E_X212) + proto.RegisterExtension(E_X213) + proto.RegisterExtension(E_X214) + proto.RegisterExtension(E_X215) + proto.RegisterExtension(E_X216) + proto.RegisterExtension(E_X217) + proto.RegisterExtension(E_X218) + proto.RegisterExtension(E_X219) + proto.RegisterExtension(E_X220) + proto.RegisterExtension(E_X221) + proto.RegisterExtension(E_X222) + proto.RegisterExtension(E_X223) + proto.RegisterExtension(E_X224) + proto.RegisterExtension(E_X225) + proto.RegisterExtension(E_X226) + proto.RegisterExtension(E_X227) + proto.RegisterExtension(E_X228) + proto.RegisterExtension(E_X229) + proto.RegisterExtension(E_X230) + proto.RegisterExtension(E_X231) + proto.RegisterExtension(E_X232) + proto.RegisterExtension(E_X233) + proto.RegisterExtension(E_X234) + proto.RegisterExtension(E_X235) + proto.RegisterExtension(E_X236) + proto.RegisterExtension(E_X237) + proto.RegisterExtension(E_X238) + proto.RegisterExtension(E_X239) + proto.RegisterExtension(E_X240) + proto.RegisterExtension(E_X241) + proto.RegisterExtension(E_X242) + proto.RegisterExtension(E_X243) + proto.RegisterExtension(E_X244) + proto.RegisterExtension(E_X245) + proto.RegisterExtension(E_X246) + proto.RegisterExtension(E_X247) + proto.RegisterExtension(E_X248) + proto.RegisterExtension(E_X249) + proto.RegisterExtension(E_X250) +} + +func init() { proto.RegisterFile("test.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 4453 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x5a, 0xc9, 0x77, 0xdb, 0x48, + 0x7a, 0x37, 0xc0, 0xfd, 0x23, 0x25, 0x42, 0x65, 0xb5, 0x9b, 0x96, 0xbc, 0xc0, 0x9c, 0xe9, 0x6e, + 0x7a, 0xd3, 0x48, 0x20, 0x44, 0xdb, 0x74, 0xa7, 0xdf, 0xf3, 0x42, 0xca, 0x7a, 0x63, 0x89, 0x0a, + 0xa4, 0xee, 0x7e, 0xd3, 0x39, 0xf0, 0x51, 0x22, 0x44, 0xb3, 0x4d, 0x02, 0x34, 0x09, 0xc5, 0x52, + 0x72, 0xe9, 0x4b, 0x72, 0xcd, 0x76, 0xc9, 0x35, 0xa7, 0x9c, 0x92, 0xbc, 0x97, 0x7f, 0x22, 0xe9, + 0xee, 0x59, 0x7b, 0xd6, 0xac, 0x93, 0x7d, 0x99, 0xec, 0xdb, 0x4c, 0x92, 0x4b, 0xcf, 0xab, 0xaf, + 0x0a, 0x40, 0x01, 0x24, 0x20, 0xf9, 0x24, 0x56, 0xd5, 0xef, 0xf7, 0xd5, 0xf6, 0xab, 0xef, 0xab, + 0xaf, 0x20, 0x00, 0xc7, 0x9c, 0x38, 0x2b, 0xa3, 0xb1, 0xed, 0xd8, 0x24, 0x4b, 0x7f, 0x77, 0x3b, + 0x4e, 0xa7, 0x7c, 0x1d, 0xd2, 0x1b, 0x76, 0xc3, 0x3a, 0x1a, 0x92, 0xab, 0x90, 0x38, 0xb4, 0xed, + 0x92, 0xa4, 0xca, 0x95, 0x79, 0x6d, 0x6e, 0xc5, 0x45, 0xac, 0x34, 0x5b, 0x2d, 0x83, 0xb6, 0x94, + 0xef, 0x40, 0x7e, 0xc3, 0xde, 0x33, 0x27, 0x4e, 0xb3, 0x6f, 0x0e, 0xba, 0x64, 0x11, 0x52, 0x4f, + 0x3b, 0xfb, 0xe6, 0x00, 0x19, 0x39, 0x83, 0x15, 0x08, 0x81, 0xe4, 0xde, 0xc9, 0xc8, 0x2c, 0xc9, + 0x58, 0x89, 0xbf, 0xcb, 0xbf, 0x72, 0x85, 0x76, 0x42, 0x99, 0xe4, 0x3a, 0x24, 0xbf, 0xdc, 0xb7, + 0xba, 0xbc, 0x97, 0xd7, 0xfc, 0x5e, 0x58, 0xfb, 0xca, 0x97, 0x37, 0xb7, 0x1f, 0x1b, 0x08, 0xa1, + 0xf6, 0xf7, 0x3a, 0xfb, 0x03, 0x6a, 0x4a, 0xa2, 0xf6, 0xb1, 0x40, 0x6b, 0x77, 0x3a, 0xe3, 0xce, + 0xb0, 0x94, 0x50, 0xa5, 0x4a, 0xca, 0x60, 0x05, 0x72, 0x1f, 0xe6, 0x0c, 0xf3, 0xc5, 0x51, 0x7f, + 0x6c, 0x76, 0x71, 0x70, 0xa5, 0xa4, 0x2a, 0x57, 0xf2, 0xd3, 0xf6, 0xb1, 0xd1, 0x08, 0x62, 0x19, + 0x79, 0x64, 0x76, 0x1c, 0x97, 0x9c, 0x52, 0x13, 0xb1, 0x64, 0x01, 0x4b, 0xc9, 0xad, 0x91, 0xd3, + 0xb7, 0xad, 0xce, 0x80, 0x91, 0xd3, 0xaa, 0x14, 0x43, 0x0e, 0x60, 0xc9, 0x9b, 0x50, 0x6c, 0xb6, + 0x1f, 0xda, 0xf6, 0xa0, 0x3d, 0xe6, 0x23, 0x2a, 0x81, 0x2a, 0x57, 0xb2, 0xc6, 0x5c, 0x93, 0xd6, + 0xba, 0xc3, 0x24, 0x15, 0x50, 0x9a, 0xed, 0x4d, 0xcb, 0xa9, 0x6a, 0x3e, 0x30, 0xaf, 0xca, 0x95, + 0x94, 0x31, 0xdf, 0xc4, 0xea, 0x29, 0x64, 0x4d, 0xf7, 0x91, 0x05, 0x55, 0xae, 0x24, 0x18, 0xb2, + 0xa6, 0x7b, 0xc8, 0x5b, 0x40, 0x9a, 0xed, 0x66, 0xff, 0xd8, 0xec, 0x8a, 0x56, 0xe7, 0x54, 0xb9, + 0x92, 0x31, 0x94, 0x26, 0x6f, 0x98, 0x81, 0x16, 0x2d, 0xcf, 0xab, 0x72, 0x25, 0xed, 0xa2, 0x05, + 0xdb, 0x37, 0x60, 0xa1, 0xd9, 0x7e, 0xb7, 0x1f, 0x1c, 0x70, 0x51, 0x95, 0x2b, 0x73, 0x46, 0xb1, + 0xc9, 0xea, 0xa7, 0xb1, 0xa2, 0x61, 0x45, 0x95, 0x2b, 0x49, 0x8e, 0x15, 0xec, 0xe2, 0xec, 0x9a, + 0x03, 0xbb, 0xe3, 0xf8, 0xd0, 0x05, 0x55, 0xae, 0xc8, 0xc6, 0x7c, 0x13, 0xab, 0x83, 0x56, 0x1f, + 0xdb, 0x47, 0xfb, 0x03, 0xd3, 0x87, 0x12, 0x55, 0xae, 0x48, 0x46, 0xb1, 0xc9, 0xea, 0x83, 0xd8, + 0x5d, 0x67, 0xdc, 0xb7, 0x7a, 0x3e, 0xf6, 0x3c, 0xea, 0xb7, 0xd8, 0x64, 0xf5, 0xc1, 0x11, 0x3c, + 0x3c, 0x71, 0xcc, 0x89, 0x0f, 0x35, 0x55, 0xb9, 0x52, 0x30, 0xe6, 0x9b, 0x58, 0x1d, 0xb2, 0x1a, + 0x5a, 0x83, 0x43, 0x55, 0xae, 0x2c, 0x50, 0xab, 0x33, 0xd6, 0x60, 0x37, 0xb4, 0x06, 0x3d, 0x55, + 0xae, 0x10, 0x8e, 0x15, 0xd6, 0x40, 0xd4, 0x0c, 0x13, 0x62, 0x69, 0x51, 0x4d, 0x08, 0x9a, 0x61, + 0x95, 0x41, 0xcd, 0x70, 0xe0, 0x6b, 0x6a, 0x42, 0xd4, 0x4c, 0x08, 0x89, 0x9d, 0x73, 0xe4, 0x05, + 0x35, 0x21, 0x6a, 0x86, 0x23, 0x43, 0x9a, 0xe1, 0xd8, 0xd7, 0xd5, 0x44, 0x50, 0x33, 0x53, 0x68, + 0xd1, 0x72, 0x49, 0x4d, 0x04, 0x35, 0xc3, 0xd1, 0x41, 0xcd, 0x70, 0xf0, 0x45, 0x35, 0x11, 0xd0, + 0x4c, 0x18, 0x2b, 0x1a, 0x5e, 0x52, 0x13, 0x01, 0xcd, 0x88, 0xb3, 0x73, 0x35, 0xc3, 0xa1, 0xcb, + 0x6a, 0x42, 0xd4, 0x8c, 0x68, 0xd5, 0xd3, 0x0c, 0x87, 0x5e, 0x52, 0x13, 0x01, 0xcd, 0x88, 0x58, + 0x4f, 0x33, 0x1c, 0x7b, 0x59, 0x4d, 0x04, 0x34, 0xc3, 0xb1, 0xd7, 0x45, 0xcd, 0x70, 0xe8, 0xc7, + 0x92, 0x9a, 0x10, 0x45, 0xc3, 0xa1, 0x37, 0x03, 0xa2, 0xe1, 0xd8, 0x4f, 0x28, 0x56, 0x54, 0x4d, + 0x18, 0x2c, 0xae, 0xc2, 0xa7, 0x14, 0x2c, 0xca, 0x86, 0x83, 0x7d, 0xd9, 0xd8, 0xdc, 0x05, 0x95, + 0xae, 0xa8, 0x92, 0x27, 0x1b, 0xd7, 0x2f, 0x89, 0xb2, 0xf1, 0x80, 0x57, 0xd1, 0xd5, 0x72, 0xd9, + 0x4c, 0x21, 0x6b, 0xba, 0x8f, 0x54, 0x55, 0xc9, 0x97, 0x8d, 0x87, 0x0c, 0xc8, 0xc6, 0xc3, 0x5e, + 0x53, 0x25, 0x51, 0x36, 0x33, 0xd0, 0xa2, 0xe5, 0xb2, 0x2a, 0x89, 0xb2, 0xf1, 0xd0, 0xa2, 0x6c, + 0x3c, 0xf0, 0x17, 0x54, 0x49, 0x90, 0xcd, 0x34, 0x56, 0x34, 0xfc, 0x45, 0x55, 0x12, 0x64, 0x13, + 0x9c, 0x1d, 0x93, 0x8d, 0x07, 0x7d, 0x43, 0x95, 0x7c, 0xd9, 0x04, 0xad, 0x72, 0xd9, 0x78, 0xd0, + 0x37, 0x55, 0x49, 0x90, 0x4d, 0x10, 0xcb, 0x65, 0xe3, 0x61, 0xdf, 0xc2, 0xf8, 0xe6, 0xca, 0xc6, + 0xc3, 0x0a, 0xb2, 0xf1, 0xa0, 0xbf, 0x43, 0x63, 0xa1, 0x27, 0x1b, 0x0f, 0x2a, 0xca, 0xc6, 0xc3, + 0xfe, 0x2e, 0xc5, 0xfa, 0xb2, 0x99, 0x06, 0x8b, 0xab, 0xf0, 0x7b, 0x14, 0xec, 0xcb, 0xc6, 0x03, + 0xaf, 0xe0, 0x20, 0xa8, 0x6c, 0xba, 0xe6, 0x61, 0xe7, 0x68, 0x40, 0x25, 0x56, 0xa1, 0xba, 0xa9, + 0x27, 0x9d, 0xf1, 0x91, 0x49, 0x47, 0x62, 0xdb, 0x83, 0xc7, 0x6e, 0x1b, 0x59, 0xa1, 0xc6, 0x99, + 0x7c, 0x7c, 0xc2, 0x75, 0xaa, 0x9f, 0xba, 0x5c, 0xd5, 0x8c, 0x22, 0xd3, 0xd0, 0x34, 0xbe, 0xa6, + 0x0b, 0xf8, 0x1b, 0x54, 0x45, 0x75, 0xb9, 0xa6, 0x33, 0x7c, 0x4d, 0xf7, 0xf1, 0x55, 0x38, 0xef, + 0x4b, 0xc9, 0x67, 0xdc, 0xa4, 0x5a, 0xaa, 0x27, 0xaa, 0xda, 0xaa, 0xb1, 0xe0, 0x0a, 0x6a, 0x16, + 0x29, 0xd0, 0xcd, 0x2d, 0x2a, 0xa9, 0x7a, 0xa2, 0xa6, 0x7b, 0x24, 0xb1, 0x27, 0x8d, 0xca, 0x90, + 0x0b, 0xcb, 0xe7, 0xdc, 0xa6, 0xca, 0xaa, 0x27, 0xab, 0xda, 0xea, 0xaa, 0xa1, 0x70, 0x7d, 0xcd, + 0xe0, 0x04, 0xfa, 0x59, 0xa1, 0x0a, 0xab, 0x27, 0x6b, 0xba, 0xc7, 0x09, 0xf6, 0xb3, 0xe0, 0x0a, + 0xcd, 0xa7, 0x7c, 0x89, 0x2a, 0xad, 0x9e, 0xae, 0xae, 0xe9, 0x6b, 0xeb, 0xf7, 0x8c, 0x22, 0x53, + 0x9c, 0xcf, 0xd1, 0x69, 0x3f, 0x5c, 0x72, 0x3e, 0x69, 0x95, 0x6a, 0xae, 0x9e, 0xd6, 0xee, 0xac, + 0xdd, 0xd5, 0xee, 0x1a, 0x0a, 0xd7, 0x9e, 0xcf, 0x7a, 0x87, 0xb2, 0xb8, 0xf8, 0x7c, 0xd6, 0x1a, + 0x55, 0x5f, 0x5d, 0x79, 0x66, 0x0e, 0x06, 0xf6, 0x2d, 0xb5, 0xfc, 0xd2, 0x1e, 0x0f, 0xba, 0xd7, + 0xca, 0x60, 0x28, 0x5c, 0x8f, 0x62, 0xaf, 0x0b, 0xae, 0x20, 0x7d, 0xfa, 0xaf, 0xd1, 0x7b, 0x58, + 0xa1, 0x9e, 0x79, 0xd8, 0xef, 0x59, 0xf6, 0xc4, 0x34, 0x8a, 0x4c, 0x9a, 0xa1, 0x35, 0xd9, 0x0d, + 0xaf, 0xe3, 0xaf, 0x53, 0xda, 0x42, 0x3d, 0x71, 0xbb, 0xaa, 0xd1, 0x9e, 0x66, 0xad, 0xe3, 0x6e, + 0x78, 0x1d, 0x7f, 0x83, 0x72, 0x48, 0x3d, 0x71, 0xbb, 0xa6, 0x73, 0x8e, 0xb8, 0x8e, 0x77, 0xe0, + 0x42, 0x28, 0x2e, 0xb6, 0x47, 0x9d, 0x83, 0xe7, 0x66, 0xb7, 0xa4, 0xd1, 0xf0, 0xf8, 0x50, 0x56, + 0x24, 0xe3, 0x7c, 0x20, 0x44, 0xee, 0x60, 0x33, 0xb9, 0x07, 0xaf, 0x87, 0x03, 0xa5, 0xcb, 0xac, + 0xd2, 0x78, 0x89, 0xcc, 0xc5, 0x60, 0xcc, 0x0c, 0x51, 0x05, 0x07, 0xec, 0x52, 0x75, 0x1a, 0x40, + 0x7d, 0xaa, 0xef, 0x89, 0x39, 0xf5, 0x67, 0xe0, 0xe2, 0x74, 0x28, 0x75, 0xc9, 0xeb, 0x34, 0xa2, + 0x22, 0xf9, 0x42, 0x38, 0xaa, 0x4e, 0xd1, 0x67, 0xf4, 0x5d, 0xa3, 0x21, 0x56, 0xa4, 0x4f, 0xf5, + 0x7e, 0x1f, 0x4a, 0x53, 0xc1, 0xd6, 0x65, 0xdf, 0xa1, 0x31, 0x17, 0xd9, 0xaf, 0x85, 0xe2, 0x6e, + 0x98, 0x3c, 0xa3, 0xeb, 0xbb, 0x34, 0x08, 0x0b, 0xe4, 0xa9, 0x9e, 0x71, 0xc9, 0x82, 0xe1, 0xd8, + 0xe5, 0xde, 0xa3, 0x51, 0x99, 0x2f, 0x59, 0x20, 0x32, 0x8b, 0xfd, 0x86, 0xe2, 0xb3, 0xcb, 0xad, + 0xd3, 0x30, 0xcd, 0xfb, 0x0d, 0x86, 0x6a, 0x4e, 0x7e, 0x9b, 0x92, 0x77, 0x67, 0xcf, 0xf8, 0xc7, + 0x09, 0x1a, 0x60, 0x39, 0x7b, 0x77, 0xd6, 0x94, 0x3d, 0xf6, 0x8c, 0x29, 0xff, 0x84, 0xb2, 0x89, + 0xc0, 0x9e, 0x9a, 0xf3, 0x63, 0x98, 0x73, 0x6f, 0x75, 0xbd, 0xb1, 0x7d, 0x34, 0x2a, 0x35, 0x55, + 0xb9, 0x02, 0xda, 0x95, 0xa9, 0xec, 0xc7, 0xbd, 0xe4, 0x6d, 0x50, 0x94, 0x11, 0x24, 0x31, 0x2b, + 0xcc, 0x2e, 0xb3, 0xb2, 0xa3, 0x26, 0x22, 0xac, 0x30, 0x94, 0x67, 0x45, 0x20, 0x51, 0x2b, 0xae, + 0xd3, 0x67, 0x56, 0x3e, 0x50, 0xa5, 0x99, 0x56, 0xdc, 0x10, 0xc0, 0xad, 0x04, 0x48, 0x4b, 0xeb, + 0x7e, 0xbe, 0x85, 0xed, 0xe4, 0x8b, 0xe1, 0x04, 0x6c, 0x03, 0xef, 0xcf, 0xc1, 0x4a, 0x46, 0x13, + 0x06, 0x37, 0x4d, 0xfb, 0xd9, 0x08, 0x5a, 0x60, 0x34, 0xd3, 0xb4, 0x9f, 0x9b, 0x41, 0x2b, 0xff, + 0xa6, 0x04, 0x49, 0x9a, 0x4f, 0x92, 0x2c, 0x24, 0xdf, 0x6b, 0x6d, 0x3e, 0x56, 0xce, 0xd1, 0x5f, + 0x0f, 0x5b, 0xad, 0xa7, 0x8a, 0x44, 0x72, 0x90, 0x7a, 0xf8, 0x95, 0xbd, 0xc6, 0xae, 0x22, 0x93, + 0x22, 0xe4, 0x9b, 0x9b, 0xdb, 0x1b, 0x0d, 0x63, 0xc7, 0xd8, 0xdc, 0xde, 0x53, 0x12, 0xb4, 0xad, + 0xf9, 0xb4, 0xf5, 0x60, 0x4f, 0x49, 0x92, 0x0c, 0x24, 0x68, 0x5d, 0x8a, 0x00, 0xa4, 0x77, 0xf7, + 0x8c, 0xcd, 0xed, 0x0d, 0x25, 0x4d, 0xad, 0xec, 0x6d, 0x6e, 0x35, 0x94, 0x0c, 0x45, 0xee, 0xbd, + 0xbb, 0xf3, 0xb4, 0xa1, 0x64, 0xe9, 0xcf, 0x07, 0x86, 0xf1, 0xe0, 0x2b, 0x4a, 0x8e, 0x92, 0xb6, + 0x1e, 0xec, 0x28, 0x80, 0xcd, 0x0f, 0x1e, 0x3e, 0x6d, 0x28, 0x79, 0x52, 0x80, 0x6c, 0xf3, 0xdd, + 0xed, 0x47, 0x7b, 0x9b, 0xad, 0x6d, 0xa5, 0x50, 0x3e, 0x81, 0x12, 0x5b, 0xe6, 0xc0, 0x2a, 0xb2, + 0xa4, 0xf0, 0x1d, 0x48, 0xb1, 0x9d, 0x91, 0x50, 0x25, 0x95, 0xf0, 0xce, 0x4c, 0x53, 0x56, 0xd8, + 0x1e, 0x31, 0xda, 0xd2, 0x65, 0x48, 0xb1, 0x55, 0x5a, 0x84, 0x14, 0x5b, 0x1d, 0x19, 0x53, 0x45, + 0x56, 0x28, 0xff, 0x96, 0x0c, 0xb0, 0x61, 0xef, 0x3e, 0xef, 0x8f, 0x30, 0x21, 0xbf, 0x0c, 0x30, + 0x79, 0xde, 0x1f, 0xb5, 0x51, 0xf5, 0x3c, 0xa9, 0xcc, 0xd1, 0x1a, 0xf4, 0x77, 0xe4, 0x1a, 0x14, + 0xb0, 0xf9, 0x90, 0x79, 0x21, 0xcc, 0x25, 0x33, 0x46, 0x9e, 0xd6, 0x71, 0xc7, 0x14, 0x84, 0xd4, + 0x74, 0x4c, 0x21, 0xd3, 0x02, 0xa4, 0xa6, 0x93, 0xab, 0x80, 0xc5, 0xf6, 0x04, 0x23, 0x0a, 0xa6, + 0x8d, 0x39, 0x03, 0xfb, 0x65, 0x31, 0x86, 0xbc, 0x0d, 0xd8, 0x27, 0x9b, 0x77, 0x71, 0xfa, 0x74, + 0xb8, 0xc3, 0x5d, 0xa1, 0x3f, 0xd8, 0x6c, 0x7d, 0xc2, 0x52, 0x0b, 0x72, 0x5e, 0x3d, 0xed, 0x0b, + 0x6b, 0xf9, 0x8c, 0x14, 0x9c, 0x11, 0x60, 0x95, 0x37, 0x25, 0x06, 0xe0, 0xa3, 0x59, 0xc0, 0xd1, + 0x30, 0x12, 0x1b, 0x4e, 0xf9, 0x32, 0xcc, 0x6d, 0xdb, 0x16, 0x3b, 0xbd, 0xb8, 0x4a, 0x05, 0x90, + 0x3a, 0x25, 0x09, 0xb3, 0x27, 0xa9, 0x53, 0xbe, 0x02, 0x20, 0xb4, 0x29, 0x20, 0xed, 0xb3, 0x36, + 0xf4, 0x01, 0xd2, 0x7e, 0xf9, 0x26, 0xa4, 0xb7, 0x3a, 0xc7, 0x7b, 0x9d, 0x1e, 0xb9, 0x06, 0x30, + 0xe8, 0x4c, 0x9c, 0xf6, 0x21, 0xee, 0xc3, 0xe7, 0x9f, 0x7f, 0xfe, 0xb9, 0x84, 0x97, 0xbd, 0x1c, + 0xad, 0x65, 0xfb, 0xf1, 0x02, 0xa0, 0x35, 0xe8, 0x6e, 0x99, 0x93, 0x49, 0xa7, 0x67, 0x92, 0x2a, + 0xa4, 0x2d, 0x73, 0x42, 0xa3, 0x9d, 0x84, 0xef, 0x08, 0xcb, 0xfe, 0x2a, 0xf8, 0xa8, 0x95, 0x6d, + 0x84, 0x18, 0x1c, 0x4a, 0x14, 0x48, 0x58, 0x47, 0x43, 0x7c, 0x27, 0x49, 0x19, 0xf4, 0xe7, 0xd2, + 0x25, 0x48, 0x33, 0x0c, 0x21, 0x90, 0xb4, 0x3a, 0x43, 0xb3, 0xc4, 0xfa, 0xc5, 0xdf, 0xe5, 0x5f, + 0x95, 0x00, 0xb6, 0xcd, 0x97, 0x67, 0xe8, 0xd3, 0x47, 0xc5, 0xf4, 0x99, 0x60, 0x7d, 0xde, 0x8f, + 0xeb, 0x93, 0xea, 0xec, 0xd0, 0xb6, 0xbb, 0x6d, 0xb6, 0xc5, 0xec, 0x49, 0x27, 0x47, 0x6b, 0x70, + 0xd7, 0xca, 0x1f, 0x40, 0x61, 0xd3, 0xb2, 0xcc, 0xb1, 0x3b, 0x26, 0x02, 0xc9, 0x67, 0xf6, 0xc4, + 0xe1, 0x6f, 0x4b, 0xf8, 0x9b, 0x94, 0x20, 0x39, 0xb2, 0xc7, 0x0e, 0x9b, 0x67, 0x3d, 0xa9, 0xaf, + 0xae, 0xae, 0x1a, 0x58, 0x43, 0x2e, 0x41, 0xee, 0xc0, 0xb6, 0x2c, 0xf3, 0x80, 0x4e, 0x22, 0x81, + 0x69, 0x8d, 0x5f, 0x51, 0xfe, 0x65, 0x09, 0x0a, 0x2d, 0xe7, 0x99, 0x6f, 0x5c, 0x81, 0xc4, 0x73, + 0xf3, 0x04, 0x87, 0x97, 0x30, 0xe8, 0x4f, 0x7a, 0x54, 0x7e, 0xbe, 0x33, 0x38, 0x62, 0x6f, 0x4d, + 0x05, 0x83, 0x15, 0xc8, 0x05, 0x48, 0xbf, 0x34, 0xfb, 0xbd, 0x67, 0x0e, 0xda, 0x94, 0x0d, 0x5e, + 0x22, 0xb7, 0x20, 0xd5, 0xa7, 0x83, 0x2d, 0x25, 0x71, 0xbd, 0x2e, 0xf8, 0xeb, 0x25, 0xce, 0xc1, + 0x60, 0xa0, 0x1b, 0xd9, 0x6c, 0x57, 0xf9, 0xe8, 0xa3, 0x8f, 0x3e, 0x92, 0xcb, 0x87, 0xb0, 0xe8, + 0x1e, 0xde, 0xc0, 0x64, 0xb7, 0xa1, 0x34, 0x30, 0xed, 0xf6, 0x61, 0xdf, 0xea, 0x0c, 0x06, 0x27, + 0xed, 0x97, 0xb6, 0xd5, 0xee, 0x58, 0x6d, 0x7b, 0x72, 0xd0, 0x19, 0xe3, 0x02, 0x44, 0x77, 0xb1, + 0x38, 0x30, 0xed, 0x26, 0xa3, 0xbd, 0x6f, 0x5b, 0x0f, 0xac, 0x16, 0xe5, 0x94, 0xff, 0x20, 0x09, + 0xb9, 0xad, 0x13, 0xd7, 0xfa, 0x22, 0xa4, 0x0e, 0xec, 0x23, 0x8b, 0xad, 0x65, 0xca, 0x60, 0x05, + 0x6f, 0x8f, 0x64, 0x61, 0x8f, 0x16, 0x21, 0xf5, 0xe2, 0xc8, 0x76, 0x4c, 0x9c, 0x6e, 0xce, 0x60, + 0x05, 0xba, 0x5a, 0x23, 0xd3, 0x29, 0x25, 0x31, 0xb9, 0xa5, 0x3f, 0xfd, 0xf9, 0xa7, 0xce, 0x30, + 0x7f, 0xb2, 0x02, 0x69, 0x9b, 0xae, 0xfe, 0xa4, 0x94, 0xc6, 0x77, 0x35, 0x01, 0x2e, 0xee, 0x8a, + 0xc1, 0x51, 0x64, 0x13, 0x16, 0x5e, 0x9a, 0xed, 0xe1, 0xd1, 0xc4, 0x69, 0xf7, 0xec, 0x76, 0xd7, + 0x34, 0x47, 0xe6, 0xb8, 0x34, 0x87, 0x3d, 0x09, 0x3e, 0x61, 0xd6, 0x42, 0x1a, 0xf3, 0x2f, 0xcd, + 0xad, 0xa3, 0x89, 0xb3, 0x61, 0x3f, 0x46, 0x16, 0xa9, 0x42, 0x6e, 0x6c, 0x52, 0x4f, 0x40, 0x07, + 0x5b, 0x08, 0xf7, 0x1e, 0xa0, 0x66, 0xc7, 0xe6, 0x08, 0x2b, 0xc8, 0x3a, 0x64, 0xf7, 0xfb, 0xcf, + 0xcd, 0xc9, 0x33, 0xb3, 0x5b, 0xca, 0xa8, 0x52, 0x65, 0x5e, 0xbb, 0xe8, 0x73, 0xbc, 0x65, 0x5d, + 0x79, 0x64, 0x0f, 0xec, 0xb1, 0xe1, 0x41, 0xc9, 0x7d, 0xc8, 0x4d, 0xec, 0xa1, 0xc9, 0xf4, 0x9d, + 0xc5, 0xa0, 0x7a, 0x79, 0x16, 0x6f, 0xd7, 0x1e, 0x9a, 0xae, 0x07, 0x73, 0xf1, 0x64, 0x99, 0x0d, + 0x74, 0x9f, 0x5e, 0x9d, 0x4b, 0x80, 0x4f, 0x03, 0x74, 0x40, 0x78, 0x95, 0x26, 0x4b, 0x74, 0x40, + 0xbd, 0x43, 0x7a, 0x23, 0x2a, 0xe5, 0x31, 0xaf, 0xf4, 0xca, 0x4b, 0xb7, 0x20, 0xe7, 0x19, 0xf4, + 0x5d, 0x1f, 0x73, 0x37, 0x39, 0xf4, 0x07, 0xcc, 0xf5, 0x31, 0x5f, 0xf3, 0x06, 0xa4, 0x70, 0xd8, + 0x34, 0x42, 0x19, 0x0d, 0x1a, 0x10, 0x73, 0x90, 0xda, 0x30, 0x1a, 0x8d, 0x6d, 0x45, 0xc2, 0xd8, + 0xf8, 0xf4, 0xdd, 0x86, 0x22, 0x0b, 0x8a, 0xfd, 0x6d, 0x09, 0x12, 0x8d, 0x63, 0x54, 0x0b, 0x9d, + 0x86, 0x7b, 0xa2, 0xe9, 0x6f, 0xad, 0x06, 0xc9, 0xa1, 0x3d, 0x36, 0xc9, 0xf9, 0x19, 0xb3, 0x2c, + 0xf5, 0x70, 0xbf, 0x84, 0x57, 0xe4, 0xc6, 0xb1, 0x63, 0x20, 0x5e, 0x7b, 0x0b, 0x92, 0x8e, 0x79, + 0xec, 0xcc, 0xe6, 0x3d, 0x63, 0x1d, 0x50, 0x80, 0x76, 0x13, 0xd2, 0xd6, 0xd1, 0x70, 0xdf, 0x1c, + 0xcf, 0x86, 0xf6, 0x71, 0x7a, 0x1c, 0x52, 0x7e, 0x0f, 0x94, 0x47, 0xf6, 0x70, 0x34, 0x30, 0x8f, + 0x1b, 0xc7, 0x8e, 0x69, 0x4d, 0xfa, 0xb6, 0x45, 0xf5, 0x7c, 0xd8, 0x1f, 0xa3, 0x17, 0xc1, 0xb7, + 0x62, 0x2c, 0xd0, 0x53, 0x3d, 0x31, 0x0f, 0x6c, 0xab, 0xcb, 0x1d, 0x26, 0x2f, 0x51, 0xb4, 0xf3, + 0xac, 0x3f, 0xa6, 0x0e, 0x84, 0xfa, 0x79, 0x56, 0x28, 0x6f, 0x40, 0x91, 0xe7, 0x18, 0x13, 0xde, + 0x71, 0xf9, 0x06, 0x14, 0xdc, 0x2a, 0x7c, 0x38, 0xcf, 0x42, 0xf2, 0x83, 0x86, 0xd1, 0x52, 0xce, + 0xd1, 0x65, 0x6d, 0x6d, 0x37, 0x14, 0x89, 0xfe, 0xd8, 0x7b, 0xbf, 0x15, 0x58, 0xca, 0x4b, 0x50, + 0xf0, 0xc6, 0xbe, 0x6b, 0x3a, 0xd8, 0x42, 0x03, 0x42, 0xa6, 0x2e, 0x67, 0xa5, 0x72, 0x06, 0x52, + 0x8d, 0xe1, 0xc8, 0x39, 0x29, 0xff, 0x22, 0xe4, 0x39, 0xe8, 0x69, 0x7f, 0xe2, 0x90, 0x3b, 0x90, + 0x19, 0xf2, 0xf9, 0x4a, 0x78, 0xdd, 0x13, 0x35, 0xe5, 0xe3, 0xdc, 0xdf, 0x86, 0x8b, 0x5e, 0xaa, + 0x42, 0x46, 0xf0, 0xa5, 0xfc, 0xa8, 0xcb, 0xe2, 0x51, 0x67, 0x4e, 0x21, 0x21, 0x38, 0x85, 0xf2, + 0x16, 0x64, 0x58, 0x04, 0x9c, 0x60, 0x54, 0x67, 0xa9, 0x22, 0x13, 0x13, 0xdb, 0xf9, 0x3c, 0xab, + 0x63, 0x17, 0x95, 0xab, 0x90, 0x47, 0xc1, 0x72, 0x04, 0x73, 0x9d, 0x80, 0x55, 0x4c, 0x6e, 0xbf, + 0x9f, 0x82, 0xac, 0xbb, 0x52, 0x64, 0x19, 0xd2, 0x2c, 0x3f, 0x43, 0x53, 0xee, 0xfb, 0x41, 0x0a, + 0x33, 0x32, 0xb2, 0x0c, 0x19, 0x9e, 0x83, 0x71, 0xef, 0x2e, 0x57, 0x35, 0x23, 0xcd, 0x72, 0x2e, + 0xaf, 0xb1, 0xa6, 0xa3, 0x63, 0x62, 0x2f, 0x03, 0x69, 0x96, 0x55, 0x11, 0x15, 0x72, 0x5e, 0x1e, + 0x85, 0xfe, 0x98, 0x3f, 0x03, 0x64, 0xdd, 0xc4, 0x49, 0x40, 0xd4, 0x74, 0xf4, 0x58, 0x3c, 0xe7, + 0xcf, 0x36, 0xfd, 0xeb, 0x49, 0xd6, 0xcd, 0x86, 0xf0, 0xf9, 0xde, 0x4d, 0xf0, 0x33, 0x3c, 0xff, + 0xf1, 0x01, 0x35, 0x1d, 0x5d, 0x82, 0x9b, 0xcd, 0x67, 0x78, 0x8e, 0x43, 0xae, 0xd2, 0x21, 0x62, + 0xce, 0x82, 0x47, 0xdf, 0x4f, 0xdd, 0xd3, 0x2c, 0x93, 0x21, 0xd7, 0xa8, 0x05, 0x96, 0x98, 0xe0, + 0xb9, 0xf4, 0xf3, 0xf4, 0x0c, 0xcf, 0x57, 0xc8, 0x4d, 0x0a, 0x61, 0xcb, 0x5f, 0x82, 0x88, 0xa4, + 0x3c, 0xc3, 0x93, 0x72, 0xa2, 0xd2, 0x0e, 0xd1, 0x3d, 0xa0, 0x4b, 0x10, 0x12, 0xf0, 0x34, 0x4b, + 0xc0, 0xc9, 0x15, 0x34, 0xc7, 0x26, 0x55, 0xf0, 0x93, 0xed, 0x0c, 0x4f, 0x70, 0xfc, 0x76, 0xbc, + 0xb2, 0x79, 0x89, 0x75, 0x86, 0xa7, 0x30, 0xa4, 0x46, 0xf7, 0x8b, 0xea, 0xbb, 0x34, 0x8f, 0x4e, + 0xb0, 0xe4, 0x0b, 0xcf, 0xdd, 0x53, 0xe6, 0x03, 0xeb, 0xcc, 0x83, 0x18, 0xa9, 0x26, 0x9e, 0x86, + 0x25, 0xca, 0xdb, 0xe9, 0x5b, 0x87, 0xa5, 0x22, 0xae, 0x44, 0xa2, 0x6f, 0x1d, 0x1a, 0xa9, 0x26, + 0xad, 0x61, 0x1a, 0xd8, 0xa6, 0x6d, 0x0a, 0xb6, 0x25, 0x6f, 0xb3, 0x46, 0x5a, 0x45, 0x4a, 0x90, + 0x6a, 0xb6, 0xb7, 0x3b, 0x56, 0x69, 0x81, 0xf1, 0xac, 0x8e, 0x65, 0x24, 0x9b, 0xdb, 0x1d, 0x8b, + 0xbc, 0x05, 0x89, 0xc9, 0xd1, 0x7e, 0x89, 0x84, 0xbf, 0xac, 0xec, 0x1e, 0xed, 0xbb, 0x43, 0x31, + 0x28, 0x82, 0x2c, 0x43, 0x76, 0xe2, 0x8c, 0xdb, 0xbf, 0x60, 0x8e, 0xed, 0xd2, 0x79, 0x5c, 0xc2, + 0x73, 0x46, 0x66, 0xe2, 0x8c, 0x3f, 0x30, 0xc7, 0xf6, 0x19, 0x9d, 0x5f, 0xf9, 0x0a, 0xe4, 0x05, + 0xbb, 0xa4, 0x08, 0x92, 0xc5, 0x6e, 0x0a, 0x75, 0xe9, 0x8e, 0x21, 0x59, 0xe5, 0x3d, 0x28, 0xb8, + 0x39, 0x0c, 0xce, 0x57, 0xa3, 0x27, 0x69, 0x60, 0x8f, 0xf1, 0x7c, 0xce, 0x6b, 0x97, 0xc4, 0x10, + 0xe5, 0xc3, 0x78, 0xb8, 0x60, 0xd0, 0xb2, 0x12, 0x1a, 0x8a, 0x54, 0xfe, 0xa1, 0x04, 0x85, 0x2d, + 0x7b, 0xec, 0x3f, 0x30, 0x2f, 0x42, 0x6a, 0xdf, 0xb6, 0x07, 0x13, 0x34, 0x9b, 0x35, 0x58, 0x81, + 0xbc, 0x01, 0x05, 0xfc, 0xe1, 0xe6, 0x9e, 0xb2, 0xf7, 0xb4, 0x91, 0xc7, 0x7a, 0x9e, 0x70, 0x12, + 0x48, 0xf6, 0x2d, 0x67, 0xc2, 0x3d, 0x19, 0xfe, 0x26, 0x5f, 0x80, 0x3c, 0xfd, 0xeb, 0x32, 0x93, + 0xde, 0x85, 0x15, 0x68, 0x35, 0x27, 0xbe, 0x05, 0x73, 0xb8, 0xfb, 0x1e, 0x2c, 0xe3, 0x3d, 0x63, + 0x14, 0x58, 0x03, 0x07, 0x96, 0x20, 0xc3, 0x5c, 0xc1, 0x04, 0xbf, 0x96, 0xe5, 0x0c, 0xb7, 0x48, + 0xdd, 0x2b, 0x66, 0x02, 0x2c, 0xdc, 0x67, 0x0c, 0x5e, 0x2a, 0x3f, 0x80, 0x2c, 0x46, 0xa9, 0xd6, + 0xa0, 0x4b, 0xca, 0x20, 0xf5, 0x4a, 0x26, 0xc6, 0xc8, 0x45, 0xe1, 0x9a, 0xcf, 0x9b, 0x57, 0x36, + 0x0c, 0xa9, 0xb7, 0xb4, 0x00, 0xd2, 0x06, 0xbd, 0x77, 0x1f, 0x73, 0x37, 0x2d, 0x1d, 0x97, 0x5b, + 0xdc, 0xc4, 0xb6, 0xf9, 0x32, 0xce, 0xc4, 0xb6, 0xf9, 0x92, 0x99, 0xb8, 0x3a, 0x65, 0x82, 0x96, + 0x4e, 0xf8, 0xa7, 0x43, 0xe9, 0xa4, 0x5c, 0x85, 0x39, 0x3c, 0x9e, 0x7d, 0xab, 0xb7, 0x63, 0xf7, + 0x2d, 0xbc, 0xe7, 0x1f, 0xe2, 0x3d, 0x49, 0x32, 0xa4, 0x43, 0xba, 0x07, 0xe6, 0x71, 0xe7, 0x80, + 0xdd, 0x38, 0xb3, 0x06, 0x2b, 0x94, 0x3f, 0x4b, 0xc2, 0x3c, 0x77, 0xad, 0xef, 0xf7, 0x9d, 0x67, + 0x5b, 0x9d, 0x11, 0x79, 0x0a, 0x05, 0xea, 0x55, 0xdb, 0xc3, 0xce, 0x68, 0x44, 0x8f, 0xaf, 0x84, + 0x57, 0x8d, 0xeb, 0x53, 0xae, 0x9a, 0xe3, 0x57, 0xb6, 0x3b, 0x43, 0x73, 0x8b, 0x61, 0x1b, 0x96, + 0x33, 0x3e, 0x31, 0xf2, 0x96, 0x5f, 0x43, 0x36, 0x21, 0x3f, 0x9c, 0xf4, 0x3c, 0x63, 0x32, 0x1a, + 0xab, 0x44, 0x1a, 0xdb, 0x9a, 0xf4, 0x02, 0xb6, 0x60, 0xe8, 0x55, 0xd0, 0x81, 0x51, 0x7f, 0xec, + 0xd9, 0x4a, 0x9c, 0x32, 0x30, 0xea, 0x3a, 0x82, 0x03, 0xdb, 0xf7, 0x6b, 0xc8, 0x63, 0x00, 0x7a, + 0xbc, 0x1c, 0x9b, 0xa6, 0x4e, 0xa8, 0xa0, 0xbc, 0xf6, 0x66, 0xa4, 0xad, 0x5d, 0x67, 0xbc, 0x67, + 0xef, 0x3a, 0x63, 0x66, 0x88, 0x1e, 0x4c, 0x2c, 0x2e, 0xbd, 0x03, 0x4a, 0x78, 0xfe, 0xe2, 0x8d, + 0x3c, 0x35, 0xe3, 0x46, 0x9e, 0xe3, 0x37, 0xf2, 0xba, 0x7c, 0x57, 0x5a, 0x7a, 0x0f, 0x8a, 0xa1, + 0x29, 0x8b, 0x74, 0xc2, 0xe8, 0xb7, 0x45, 0x7a, 0x5e, 0x7b, 0x5d, 0xf8, 0x9c, 0x2d, 0x6e, 0xb8, + 0x68, 0xf7, 0x1d, 0x50, 0xc2, 0xd3, 0x17, 0x0d, 0x67, 0x63, 0x32, 0x05, 0xe4, 0xdf, 0x87, 0xb9, + 0xc0, 0x94, 0x45, 0x72, 0xee, 0x94, 0x49, 0x95, 0x7f, 0x29, 0x05, 0xa9, 0x96, 0x65, 0xda, 0x87, + 0xe4, 0xf5, 0x60, 0x9c, 0x7c, 0x72, 0xce, 0x8d, 0x91, 0x17, 0x43, 0x31, 0xf2, 0xc9, 0x39, 0x2f, + 0x42, 0x5e, 0x0c, 0x45, 0x48, 0xb7, 0xa9, 0xa6, 0x93, 0xcb, 0x53, 0xf1, 0xf1, 0xc9, 0x39, 0x21, + 0x38, 0x5e, 0x9e, 0x0a, 0x8e, 0x7e, 0x73, 0x4d, 0xa7, 0x0e, 0x35, 0x18, 0x19, 0x9f, 0x9c, 0xf3, + 0xa3, 0xe2, 0x72, 0x38, 0x2a, 0x7a, 0x8d, 0x35, 0x9d, 0x0d, 0x49, 0x88, 0x88, 0x38, 0x24, 0x16, + 0x0b, 0x97, 0xc3, 0xb1, 0x10, 0x79, 0x3c, 0x0a, 0x2e, 0x87, 0xa3, 0x20, 0x36, 0xf2, 0xa8, 0x77, + 0x31, 0x14, 0xf5, 0xd0, 0x28, 0x0b, 0x77, 0xcb, 0xe1, 0x70, 0xc7, 0x78, 0xc2, 0x48, 0xc5, 0x58, + 0xe7, 0x35, 0xd6, 0x74, 0xa2, 0x85, 0x02, 0x5d, 0xf4, 0x6d, 0x1f, 0xf7, 0x02, 0x9d, 0xbe, 0x4e, + 0x97, 0xcd, 0xbd, 0x88, 0x16, 0x63, 0xbe, 0xf8, 0xe3, 0x6a, 0xba, 0x17, 0x31, 0x0d, 0x32, 0x87, + 0x3c, 0x01, 0x56, 0xd0, 0x73, 0x09, 0xb2, 0xc4, 0xcd, 0x5f, 0x69, 0xb6, 0xd1, 0x83, 0xd1, 0x79, + 0x1d, 0xb2, 0x3b, 0x7d, 0x05, 0xe6, 0x9a, 0xed, 0xa7, 0x9d, 0x71, 0xcf, 0x9c, 0x38, 0xed, 0xbd, + 0x4e, 0xcf, 0x7b, 0x44, 0xa0, 0xfb, 0x9f, 0x6f, 0xf2, 0x96, 0xbd, 0x4e, 0x8f, 0x5c, 0x70, 0xc5, + 0xd5, 0xc5, 0x56, 0x89, 0xcb, 0x6b, 0xe9, 0x75, 0xba, 0x68, 0xcc, 0x18, 0xfa, 0xc2, 0x05, 0xee, + 0x0b, 0x1f, 0x66, 0x20, 0x75, 0x64, 0xf5, 0x6d, 0xeb, 0x61, 0x0e, 0x32, 0x8e, 0x3d, 0x1e, 0x76, + 0x1c, 0xbb, 0xfc, 0x23, 0x09, 0xe0, 0x91, 0x3d, 0x1c, 0x1e, 0x59, 0xfd, 0x17, 0x47, 0x26, 0xb9, + 0x02, 0xf9, 0x61, 0xe7, 0xb9, 0xd9, 0x1e, 0x9a, 0xed, 0x83, 0xb1, 0x7b, 0x0e, 0x72, 0xb4, 0x6a, + 0xcb, 0x7c, 0x34, 0x3e, 0x21, 0x25, 0xf7, 0x8a, 0x8e, 0xda, 0x41, 0x49, 0xf2, 0x2b, 0xfb, 0x22, + 0xbf, 0x74, 0xa6, 0xf9, 0x1e, 0xba, 0xd7, 0x4e, 0x96, 0x47, 0x64, 0xf8, 0xee, 0x61, 0x89, 0x4a, + 0xde, 0x31, 0x87, 0xa3, 0xf6, 0x01, 0x4a, 0x85, 0xca, 0x21, 0x45, 0xcb, 0x8f, 0xc8, 0x6d, 0x48, + 0x1c, 0xd8, 0x03, 0x14, 0xc9, 0x29, 0xfb, 0x42, 0x71, 0xe4, 0x0d, 0x48, 0x0c, 0x27, 0x4c, 0x36, + 0x79, 0x6d, 0x41, 0xb8, 0x27, 0xb0, 0xd0, 0x44, 0x61, 0xc3, 0x49, 0xcf, 0x9b, 0xf7, 0x8d, 0x22, + 0x24, 0x9a, 0xad, 0x16, 0x8d, 0xfd, 0xcd, 0x56, 0x6b, 0x4d, 0x91, 0xea, 0x5f, 0x82, 0x6c, 0x6f, + 0x6c, 0x9a, 0xd4, 0x3d, 0xcc, 0xce, 0x39, 0x3e, 0xc4, 0x58, 0xe7, 0x81, 0xea, 0x5b, 0x90, 0x39, + 0x60, 0x59, 0x07, 0x89, 0x48, 0x6b, 0x4b, 0x7f, 0xc8, 0x1e, 0x55, 0x96, 0xfc, 0xe6, 0x70, 0x9e, + 0x62, 0xb8, 0x36, 0xea, 0x3b, 0x90, 0x1b, 0xb7, 0x4f, 0x33, 0xf8, 0x31, 0x8b, 0x2e, 0x71, 0x06, + 0xb3, 0x63, 0x5e, 0x55, 0x6f, 0xc0, 0x82, 0x65, 0xbb, 0xdf, 0x50, 0xda, 0x5d, 0x76, 0xc6, 0x2e, + 0x4e, 0x5f, 0xe5, 0x5c, 0xe3, 0x26, 0xfb, 0x6e, 0x69, 0xd9, 0xbc, 0x81, 0x9d, 0xca, 0xfa, 0x23, + 0x50, 0x04, 0x33, 0x98, 0x7a, 0xc6, 0x59, 0x39, 0x64, 0x1f, 0x4a, 0x3d, 0x2b, 0x78, 0xee, 0x43, + 0x46, 0xd8, 0xc9, 0x8c, 0x31, 0xd2, 0x63, 0x5f, 0x9d, 0x3d, 0x23, 0xe8, 0xea, 0xa6, 0x8d, 0x50, + 0x5f, 0x13, 0x6d, 0xe4, 0x19, 0xfb, 0x20, 0x2d, 0x1a, 0xa9, 0xe9, 0xa1, 0x55, 0x39, 0x3a, 0x75, + 0x28, 0x7d, 0xf6, 0x3d, 0xd9, 0xb3, 0xc2, 0x1c, 0xe0, 0x0c, 0x33, 0xf1, 0x83, 0xf9, 0x90, 0x7d, + 0x6a, 0x0e, 0x98, 0x99, 0x1a, 0xcd, 0xe4, 0xd4, 0xd1, 0x3c, 0x67, 0xdf, 0x75, 0x3d, 0x33, 0xbb, + 0xb3, 0x46, 0x33, 0x39, 0x75, 0x34, 0x03, 0xf6, 0xc5, 0x37, 0x60, 0xa6, 0xa6, 0xd7, 0x37, 0x80, + 0x88, 0x5b, 0xcd, 0xe3, 0x44, 0x8c, 0x9d, 0x21, 0xfb, 0x8e, 0xef, 0x6f, 0x36, 0xa3, 0xcc, 0x32, + 0x14, 0x3f, 0x20, 0x8b, 0x7d, 0xe2, 0x0f, 0x1a, 0xaa, 0xe9, 0xf5, 0x4d, 0x38, 0x2f, 0x4e, 0xec, + 0x0c, 0x43, 0xb2, 0x55, 0xa9, 0x52, 0x34, 0x16, 0xfc, 0xa9, 0x71, 0xce, 0x4c, 0x53, 0xf1, 0x83, + 0x1a, 0xa9, 0x52, 0x45, 0x99, 0x32, 0x55, 0xd3, 0xeb, 0x0f, 0xa0, 0x28, 0x98, 0xda, 0xc7, 0x08, + 0x1d, 0x6d, 0xe6, 0x05, 0xfb, 0x5f, 0x0b, 0xcf, 0x0c, 0x8d, 0xe8, 0xe1, 0x1d, 0xe3, 0x31, 0x2e, + 0xda, 0xc8, 0x98, 0xfd, 0xa3, 0x80, 0x3f, 0x16, 0x64, 0x84, 0x8e, 0x04, 0xe6, 0xdf, 0x71, 0x56, + 0x26, 0xec, 0x5f, 0x08, 0xfc, 0xa1, 0x50, 0x42, 0xbd, 0x1f, 0x98, 0x8e, 0x49, 0x83, 0x5c, 0x8c, + 0x0d, 0x07, 0x3d, 0xf2, 0x9b, 0x91, 0x80, 0x15, 0xf1, 0x81, 0x44, 0x98, 0x36, 0x2d, 0xd6, 0x37, + 0x61, 0xfe, 0xec, 0x0e, 0xe9, 0x63, 0x89, 0x65, 0xcb, 0xd5, 0x15, 0x9a, 0x50, 0x1b, 0x73, 0xdd, + 0x80, 0x5f, 0x6a, 0xc0, 0xdc, 0x99, 0x9d, 0xd2, 0x27, 0x12, 0xcb, 0x39, 0xa9, 0x25, 0xa3, 0xd0, + 0x0d, 0x7a, 0xa6, 0xb9, 0x33, 0xbb, 0xa5, 0x4f, 0x25, 0xf6, 0x40, 0xa1, 0x6b, 0x9e, 0x11, 0xd7, + 0x33, 0xcd, 0x9d, 0xd9, 0x2d, 0x7d, 0x95, 0x65, 0x94, 0xb2, 0x5e, 0x15, 0x8d, 0xa0, 0x2f, 0x98, + 0x3f, 0xbb, 0x5b, 0xfa, 0x9a, 0x84, 0x8f, 0x15, 0xb2, 0xae, 0x7b, 0xeb, 0xe2, 0x79, 0xa6, 0xf9, + 0xb3, 0xbb, 0xa5, 0xaf, 0x4b, 0xf8, 0xa4, 0x21, 0xeb, 0xeb, 0x01, 0x33, 0xc1, 0xd1, 0x9c, 0xee, + 0x96, 0xbe, 0x21, 0xe1, 0x2b, 0x83, 0xac, 0xd7, 0x3c, 0x33, 0xbb, 0x53, 0xa3, 0x39, 0xdd, 0x2d, + 0x7d, 0x13, 0x6f, 0xf1, 0x75, 0x59, 0xbf, 0x13, 0x30, 0x83, 0x9e, 0xa9, 0xf8, 0x0a, 0x6e, 0xe9, + 0x5b, 0x12, 0x3e, 0x06, 0xc9, 0xfa, 0x5d, 0xc3, 0xed, 0xdd, 0xf7, 0x4c, 0xc5, 0x57, 0x70, 0x4b, + 0x9f, 0x49, 0xf8, 0x66, 0x24, 0xeb, 0xf7, 0x82, 0x86, 0xd0, 0x33, 0x29, 0xaf, 0xe2, 0x96, 0xbe, + 0x4d, 0x2d, 0x15, 0xeb, 0xf2, 0xfa, 0xaa, 0xe1, 0x0e, 0x40, 0xf0, 0x4c, 0xca, 0xab, 0xb8, 0xa5, + 0xef, 0x50, 0x53, 0x4a, 0x5d, 0x5e, 0x5f, 0x0b, 0x99, 0xaa, 0xe9, 0xf5, 0x47, 0x50, 0x38, 0xab, + 0x5b, 0xfa, 0xae, 0xf8, 0x16, 0x97, 0xef, 0x0a, 0xbe, 0x69, 0x47, 0xd8, 0xb3, 0x53, 0x1d, 0xd3, + 0xf7, 0x30, 0xc7, 0xa9, 0xcf, 0x3d, 0x61, 0xef, 0x55, 0x8c, 0xe0, 0x6f, 0x1f, 0x73, 0x53, 0x5b, + 0xfe, 0xf9, 0x38, 0xd5, 0x47, 0x7d, 0x5f, 0xc2, 0x47, 0xad, 0x02, 0x37, 0x88, 0x78, 0xef, 0xa4, + 0x30, 0x87, 0xf5, 0xa1, 0x3f, 0xcb, 0xd3, 0xbc, 0xd5, 0x0f, 0xa4, 0x57, 0x71, 0x57, 0xf5, 0x44, + 0x6b, 0xbb, 0xe1, 0x2d, 0x06, 0xd6, 0xbc, 0x0d, 0xc9, 0x63, 0x6d, 0x75, 0x4d, 0xbc, 0x92, 0x89, + 0x6f, 0xb9, 0xcc, 0x49, 0xe5, 0xb5, 0xa2, 0xf0, 0xdc, 0x3d, 0x1c, 0x39, 0x27, 0x06, 0xb2, 0x38, + 0x5b, 0x8b, 0x64, 0x7f, 0x12, 0xc3, 0xd6, 0x38, 0xbb, 0x1a, 0xc9, 0xfe, 0x34, 0x86, 0x5d, 0xe5, + 0x6c, 0x3d, 0x92, 0xfd, 0xd5, 0x18, 0xb6, 0xce, 0xd9, 0xeb, 0x91, 0xec, 0xaf, 0xc5, 0xb0, 0xd7, + 0x39, 0xbb, 0x16, 0xc9, 0xfe, 0x7a, 0x0c, 0xbb, 0xc6, 0xd9, 0x77, 0x22, 0xd9, 0xdf, 0x88, 0x61, + 0xdf, 0xe1, 0xec, 0xbb, 0x91, 0xec, 0x6f, 0xc6, 0xb0, 0xef, 0x72, 0xf6, 0xbd, 0x48, 0xf6, 0xb7, + 0x62, 0xd8, 0xf7, 0x18, 0x7b, 0x6d, 0x35, 0x92, 0xfd, 0x59, 0x34, 0x7b, 0x6d, 0x95, 0xb3, 0xa3, + 0xb5, 0xf6, 0xed, 0x18, 0x36, 0xd7, 0xda, 0x5a, 0xb4, 0xd6, 0xbe, 0x13, 0xc3, 0xe6, 0x5a, 0x5b, + 0x8b, 0xd6, 0xda, 0x77, 0x63, 0xd8, 0x5c, 0x6b, 0x6b, 0xd1, 0x5a, 0xfb, 0x5e, 0x0c, 0x9b, 0x6b, + 0x6d, 0x2d, 0x5a, 0x6b, 0xdf, 0x8f, 0x61, 0x73, 0xad, 0xad, 0x45, 0x6b, 0xed, 0x07, 0x31, 0x6c, + 0xae, 0xb5, 0xb5, 0x68, 0xad, 0xfd, 0x51, 0x0c, 0x9b, 0x6b, 0x6d, 0x2d, 0x5a, 0x6b, 0x7f, 0x1c, + 0xc3, 0xe6, 0x5a, 0x5b, 0x8b, 0xd6, 0xda, 0x9f, 0xc4, 0xb0, 0xb9, 0xd6, 0xb4, 0x68, 0xad, 0xfd, + 0x69, 0x34, 0x5b, 0xe3, 0x5a, 0xd3, 0xa2, 0xb5, 0xf6, 0x67, 0x31, 0x6c, 0xae, 0x35, 0x2d, 0x5a, + 0x6b, 0x7f, 0x1e, 0xc3, 0xe6, 0x5a, 0xd3, 0xa2, 0xb5, 0xf6, 0xc3, 0x18, 0x36, 0xd7, 0x9a, 0x16, + 0xad, 0xb5, 0xbf, 0x88, 0x61, 0x73, 0xad, 0x69, 0xd1, 0x5a, 0xfb, 0xcb, 0x18, 0x36, 0xd7, 0x9a, + 0x16, 0xad, 0xb5, 0xbf, 0x8a, 0x61, 0x73, 0xad, 0x69, 0xd1, 0x5a, 0xfb, 0xeb, 0x18, 0x36, 0xd7, + 0x9a, 0x16, 0xad, 0xb5, 0xbf, 0x89, 0x61, 0x73, 0xad, 0x69, 0xd1, 0x5a, 0xfb, 0xdb, 0x18, 0x36, + 0xd7, 0x5a, 0x35, 0x5a, 0x6b, 0x7f, 0x17, 0xcd, 0xae, 0x72, 0xad, 0x55, 0xa3, 0xb5, 0xf6, 0xf7, + 0x31, 0x6c, 0xae, 0xb5, 0x6a, 0xb4, 0xd6, 0xfe, 0x21, 0x86, 0xcd, 0xb5, 0x56, 0x8d, 0xd6, 0xda, + 0x3f, 0xc6, 0xb0, 0xb9, 0xd6, 0xaa, 0xd1, 0x5a, 0xfb, 0x51, 0x0c, 0x9b, 0x6b, 0xad, 0x1a, 0xad, + 0xb5, 0x7f, 0x8a, 0x61, 0x73, 0xad, 0x55, 0xa3, 0xb5, 0xf6, 0xcf, 0x31, 0x6c, 0xae, 0xb5, 0x6a, + 0xb4, 0xd6, 0xfe, 0x25, 0x86, 0xcd, 0xb5, 0x56, 0x8d, 0xd6, 0xda, 0xbf, 0xc6, 0xb0, 0xb9, 0xd6, + 0xaa, 0xd1, 0x5a, 0xfb, 0xb7, 0x18, 0x36, 0xd7, 0x9a, 0x1e, 0xad, 0xb5, 0x7f, 0x8f, 0x66, 0xeb, + 0x5c, 0x6b, 0x7a, 0xb4, 0xd6, 0xfe, 0x23, 0x86, 0xcd, 0xb5, 0xa6, 0x47, 0x6b, 0xed, 0x3f, 0x63, + 0xd8, 0x5c, 0x6b, 0x7a, 0xb4, 0xd6, 0xfe, 0x2b, 0x86, 0xcd, 0xb5, 0xa6, 0x47, 0x6b, 0xed, 0xbf, + 0x63, 0xd8, 0x5c, 0x6b, 0x7a, 0xb4, 0xd6, 0xfe, 0x27, 0x86, 0xcd, 0xb5, 0xa6, 0x47, 0x6b, 0xed, + 0xc7, 0x31, 0x6c, 0xae, 0x35, 0x3d, 0x5a, 0x6b, 0x3f, 0x89, 0x61, 0x73, 0xad, 0xe9, 0xd1, 0x5a, + 0xfb, 0xdf, 0x18, 0x36, 0xd7, 0x9a, 0x1e, 0xad, 0xb5, 0xff, 0x8b, 0x61, 0x73, 0xad, 0xad, 0x47, + 0x6b, 0xed, 0xff, 0xa3, 0xd9, 0xeb, 0xab, 0x3f, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xaa, 0x00, 0xcd, + 0x32, 0x57, 0x39, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/proto/testdata/test.proto b/vendor/src/github.com/golang/protobuf/proto/testdata/test.proto new file mode 100644 index 0000000..70e3cfc --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/testdata/test.proto @@ -0,0 +1,548 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A feature-rich test file for the protocol compiler and libraries. + +syntax = "proto2"; + +package testdata; + +enum FOO { FOO1 = 1; }; + +message GoEnum { + required FOO foo = 1; +} + +message GoTestField { + required string Label = 1; + required string Type = 2; +} + +message GoTest { + // An enum, for completeness. + enum KIND { + VOID = 0; + + // Basic types + BOOL = 1; + BYTES = 2; + FINGERPRINT = 3; + FLOAT = 4; + INT = 5; + STRING = 6; + TIME = 7; + + // Groupings + TUPLE = 8; + ARRAY = 9; + MAP = 10; + + // Table types + TABLE = 11; + + // Functions + FUNCTION = 12; // last tag + }; + + // Some typical parameters + required KIND Kind = 1; + optional string Table = 2; + optional int32 Param = 3; + + // Required, repeated and optional foreign fields. + required GoTestField RequiredField = 4; + repeated GoTestField RepeatedField = 5; + optional GoTestField OptionalField = 6; + + // Required fields of all basic types + required bool F_Bool_required = 10; + required int32 F_Int32_required = 11; + required int64 F_Int64_required = 12; + required fixed32 F_Fixed32_required = 13; + required fixed64 F_Fixed64_required = 14; + required uint32 F_Uint32_required = 15; + required uint64 F_Uint64_required = 16; + required float F_Float_required = 17; + required double F_Double_required = 18; + required string F_String_required = 19; + required bytes F_Bytes_required = 101; + required sint32 F_Sint32_required = 102; + required sint64 F_Sint64_required = 103; + + // Repeated fields of all basic types + repeated bool F_Bool_repeated = 20; + repeated int32 F_Int32_repeated = 21; + repeated int64 F_Int64_repeated = 22; + repeated fixed32 F_Fixed32_repeated = 23; + repeated fixed64 F_Fixed64_repeated = 24; + repeated uint32 F_Uint32_repeated = 25; + repeated uint64 F_Uint64_repeated = 26; + repeated float F_Float_repeated = 27; + repeated double F_Double_repeated = 28; + repeated string F_String_repeated = 29; + repeated bytes F_Bytes_repeated = 201; + repeated sint32 F_Sint32_repeated = 202; + repeated sint64 F_Sint64_repeated = 203; + + // Optional fields of all basic types + optional bool F_Bool_optional = 30; + optional int32 F_Int32_optional = 31; + optional int64 F_Int64_optional = 32; + optional fixed32 F_Fixed32_optional = 33; + optional fixed64 F_Fixed64_optional = 34; + optional uint32 F_Uint32_optional = 35; + optional uint64 F_Uint64_optional = 36; + optional float F_Float_optional = 37; + optional double F_Double_optional = 38; + optional string F_String_optional = 39; + optional bytes F_Bytes_optional = 301; + optional sint32 F_Sint32_optional = 302; + optional sint64 F_Sint64_optional = 303; + + // Default-valued fields of all basic types + optional bool F_Bool_defaulted = 40 [default=true]; + optional int32 F_Int32_defaulted = 41 [default=32]; + optional int64 F_Int64_defaulted = 42 [default=64]; + optional fixed32 F_Fixed32_defaulted = 43 [default=320]; + optional fixed64 F_Fixed64_defaulted = 44 [default=640]; + optional uint32 F_Uint32_defaulted = 45 [default=3200]; + optional uint64 F_Uint64_defaulted = 46 [default=6400]; + optional float F_Float_defaulted = 47 [default=314159.]; + optional double F_Double_defaulted = 48 [default=271828.]; + optional string F_String_defaulted = 49 [default="hello, \"world!\"\n"]; + optional bytes F_Bytes_defaulted = 401 [default="Bignose"]; + optional sint32 F_Sint32_defaulted = 402 [default = -32]; + optional sint64 F_Sint64_defaulted = 403 [default = -64]; + + // Packed repeated fields (no string or bytes). + repeated bool F_Bool_repeated_packed = 50 [packed=true]; + repeated int32 F_Int32_repeated_packed = 51 [packed=true]; + repeated int64 F_Int64_repeated_packed = 52 [packed=true]; + repeated fixed32 F_Fixed32_repeated_packed = 53 [packed=true]; + repeated fixed64 F_Fixed64_repeated_packed = 54 [packed=true]; + repeated uint32 F_Uint32_repeated_packed = 55 [packed=true]; + repeated uint64 F_Uint64_repeated_packed = 56 [packed=true]; + repeated float F_Float_repeated_packed = 57 [packed=true]; + repeated double F_Double_repeated_packed = 58 [packed=true]; + repeated sint32 F_Sint32_repeated_packed = 502 [packed=true]; + repeated sint64 F_Sint64_repeated_packed = 503 [packed=true]; + + // Required, repeated, and optional groups. + required group RequiredGroup = 70 { + required string RequiredField = 71; + }; + + repeated group RepeatedGroup = 80 { + required string RequiredField = 81; + }; + + optional group OptionalGroup = 90 { + required string RequiredField = 91; + }; +} + +// For testing a group containing a required field. +message GoTestRequiredGroupField { + required group Group = 1 { + required int32 Field = 2; + }; +} + +// For testing skipping of unrecognized fields. +// Numbers are all big, larger than tag numbers in GoTestField, +// the message used in the corresponding test. +message GoSkipTest { + required int32 skip_int32 = 11; + required fixed32 skip_fixed32 = 12; + required fixed64 skip_fixed64 = 13; + required string skip_string = 14; + required group SkipGroup = 15 { + required int32 group_int32 = 16; + required string group_string = 17; + } +} + +// For testing packed/non-packed decoder switching. +// A serialized instance of one should be deserializable as the other. +message NonPackedTest { + repeated int32 a = 1; +} + +message PackedTest { + repeated int32 b = 1 [packed=true]; +} + +message MaxTag { + // Maximum possible tag number. + optional string last_field = 536870911; +} + +message OldMessage { + message Nested { + optional string name = 1; + } + optional Nested nested = 1; + + optional int32 num = 2; +} + +// NewMessage is wire compatible with OldMessage; +// imagine it as a future version. +message NewMessage { + message Nested { + optional string name = 1; + optional string food_group = 2; + } + optional Nested nested = 1; + + // This is an int32 in OldMessage. + optional int64 num = 2; +} + +// Smaller tests for ASCII formatting. + +message InnerMessage { + required string host = 1; + optional int32 port = 2 [default=4000]; + optional bool connected = 3; +} + +message OtherMessage { + optional int64 key = 1; + optional bytes value = 2; + optional float weight = 3; + optional InnerMessage inner = 4; + + extensions 100 to max; +} + +message RequiredInnerMessage { + required InnerMessage leo_finally_won_an_oscar = 1; +} + +message MyMessage { + required int32 count = 1; + optional string name = 2; + optional string quote = 3; + repeated string pet = 4; + optional InnerMessage inner = 5; + repeated OtherMessage others = 6; + optional RequiredInnerMessage we_must_go_deeper = 13; + repeated InnerMessage rep_inner = 12; + + enum Color { + RED = 0; + GREEN = 1; + BLUE = 2; + }; + optional Color bikeshed = 7; + + optional group SomeGroup = 8 { + optional int32 group_field = 9; + } + + // This field becomes [][]byte in the generated code. + repeated bytes rep_bytes = 10; + + optional double bigfloat = 11; + + extensions 100 to max; +} + +message Ext { + extend MyMessage { + optional Ext more = 103; + optional string text = 104; + optional int32 number = 105; + } + + optional string data = 1; +} + +extend MyMessage { + repeated string greeting = 106; +} + +message ComplexExtension { + optional int32 first = 1; + optional int32 second = 2; + repeated int32 third = 3; +} + +extend OtherMessage { + optional ComplexExtension complex = 200; + repeated ComplexExtension r_complex = 201; +} + +message DefaultsMessage { + enum DefaultsEnum { + ZERO = 0; + ONE = 1; + TWO = 2; + }; + extensions 100 to max; +} + +extend DefaultsMessage { + optional double no_default_double = 101; + optional float no_default_float = 102; + optional int32 no_default_int32 = 103; + optional int64 no_default_int64 = 104; + optional uint32 no_default_uint32 = 105; + optional uint64 no_default_uint64 = 106; + optional sint32 no_default_sint32 = 107; + optional sint64 no_default_sint64 = 108; + optional fixed32 no_default_fixed32 = 109; + optional fixed64 no_default_fixed64 = 110; + optional sfixed32 no_default_sfixed32 = 111; + optional sfixed64 no_default_sfixed64 = 112; + optional bool no_default_bool = 113; + optional string no_default_string = 114; + optional bytes no_default_bytes = 115; + optional DefaultsMessage.DefaultsEnum no_default_enum = 116; + + optional double default_double = 201 [default = 3.1415]; + optional float default_float = 202 [default = 3.14]; + optional int32 default_int32 = 203 [default = 42]; + optional int64 default_int64 = 204 [default = 43]; + optional uint32 default_uint32 = 205 [default = 44]; + optional uint64 default_uint64 = 206 [default = 45]; + optional sint32 default_sint32 = 207 [default = 46]; + optional sint64 default_sint64 = 208 [default = 47]; + optional fixed32 default_fixed32 = 209 [default = 48]; + optional fixed64 default_fixed64 = 210 [default = 49]; + optional sfixed32 default_sfixed32 = 211 [default = 50]; + optional sfixed64 default_sfixed64 = 212 [default = 51]; + optional bool default_bool = 213 [default = true]; + optional string default_string = 214 [default = "Hello, string"]; + optional bytes default_bytes = 215 [default = "Hello, bytes"]; + optional DefaultsMessage.DefaultsEnum default_enum = 216 [default = ONE]; +} + +message MyMessageSet { + option message_set_wire_format = true; + extensions 100 to max; +} + +message Empty { +} + +extend MyMessageSet { + optional Empty x201 = 201; + optional Empty x202 = 202; + optional Empty x203 = 203; + optional Empty x204 = 204; + optional Empty x205 = 205; + optional Empty x206 = 206; + optional Empty x207 = 207; + optional Empty x208 = 208; + optional Empty x209 = 209; + optional Empty x210 = 210; + optional Empty x211 = 211; + optional Empty x212 = 212; + optional Empty x213 = 213; + optional Empty x214 = 214; + optional Empty x215 = 215; + optional Empty x216 = 216; + optional Empty x217 = 217; + optional Empty x218 = 218; + optional Empty x219 = 219; + optional Empty x220 = 220; + optional Empty x221 = 221; + optional Empty x222 = 222; + optional Empty x223 = 223; + optional Empty x224 = 224; + optional Empty x225 = 225; + optional Empty x226 = 226; + optional Empty x227 = 227; + optional Empty x228 = 228; + optional Empty x229 = 229; + optional Empty x230 = 230; + optional Empty x231 = 231; + optional Empty x232 = 232; + optional Empty x233 = 233; + optional Empty x234 = 234; + optional Empty x235 = 235; + optional Empty x236 = 236; + optional Empty x237 = 237; + optional Empty x238 = 238; + optional Empty x239 = 239; + optional Empty x240 = 240; + optional Empty x241 = 241; + optional Empty x242 = 242; + optional Empty x243 = 243; + optional Empty x244 = 244; + optional Empty x245 = 245; + optional Empty x246 = 246; + optional Empty x247 = 247; + optional Empty x248 = 248; + optional Empty x249 = 249; + optional Empty x250 = 250; +} + +message MessageList { + repeated group Message = 1 { + required string name = 2; + required int32 count = 3; + } +} + +message Strings { + optional string string_field = 1; + optional bytes bytes_field = 2; +} + +message Defaults { + enum Color { + RED = 0; + GREEN = 1; + BLUE = 2; + } + + // Default-valued fields of all basic types. + // Same as GoTest, but copied here to make testing easier. + optional bool F_Bool = 1 [default=true]; + optional int32 F_Int32 = 2 [default=32]; + optional int64 F_Int64 = 3 [default=64]; + optional fixed32 F_Fixed32 = 4 [default=320]; + optional fixed64 F_Fixed64 = 5 [default=640]; + optional uint32 F_Uint32 = 6 [default=3200]; + optional uint64 F_Uint64 = 7 [default=6400]; + optional float F_Float = 8 [default=314159.]; + optional double F_Double = 9 [default=271828.]; + optional string F_String = 10 [default="hello, \"world!\"\n"]; + optional bytes F_Bytes = 11 [default="Bignose"]; + optional sint32 F_Sint32 = 12 [default=-32]; + optional sint64 F_Sint64 = 13 [default=-64]; + optional Color F_Enum = 14 [default=GREEN]; + + // More fields with crazy defaults. + optional float F_Pinf = 15 [default=inf]; + optional float F_Ninf = 16 [default=-inf]; + optional float F_Nan = 17 [default=nan]; + + // Sub-message. + optional SubDefaults sub = 18; + + // Redundant but explicit defaults. + optional string str_zero = 19 [default=""]; +} + +message SubDefaults { + optional int64 n = 1 [default=7]; +} + +message RepeatedEnum { + enum Color { + RED = 1; + } + repeated Color color = 1; +} + +message MoreRepeated { + repeated bool bools = 1; + repeated bool bools_packed = 2 [packed=true]; + repeated int32 ints = 3; + repeated int32 ints_packed = 4 [packed=true]; + repeated int64 int64s_packed = 7 [packed=true]; + repeated string strings = 5; + repeated fixed32 fixeds = 6; +} + +// GroupOld and GroupNew have the same wire format. +// GroupNew has a new field inside a group. + +message GroupOld { + optional group G = 101 { + optional int32 x = 2; + } +} + +message GroupNew { + optional group G = 101 { + optional int32 x = 2; + optional int32 y = 3; + } +} + +message FloatingPoint { + required double f = 1; + optional bool exact = 2; +} + +message MessageWithMap { + map name_mapping = 1; + map msg_mapping = 2; + map byte_mapping = 3; + map str_to_str = 4; +} + +message Oneof { + oneof union { + bool F_Bool = 1; + int32 F_Int32 = 2; + int64 F_Int64 = 3; + fixed32 F_Fixed32 = 4; + fixed64 F_Fixed64 = 5; + uint32 F_Uint32 = 6; + uint64 F_Uint64 = 7; + float F_Float = 8; + double F_Double = 9; + string F_String = 10; + bytes F_Bytes = 11; + sint32 F_Sint32 = 12; + sint64 F_Sint64 = 13; + MyMessage.Color F_Enum = 14; + GoTestField F_Message = 15; + group F_Group = 16 { + optional int32 x = 17; + } + int32 F_Largest_Tag = 536870911; + } + + oneof tormato { + int32 value = 100; + } +} + +message Communique { + optional bool make_me_cry = 1; + + // This is a oneof, called "union". + oneof union { + int32 number = 5; + string name = 6; + bytes data = 7; + double temp_c = 8; + MyMessage.Color col = 9; + Strings msg = 10; + } +} diff --git a/vendor/src/github.com/golang/protobuf/proto/text.go b/vendor/src/github.com/golang/protobuf/proto/text.go new file mode 100644 index 0000000..965876b --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/text.go @@ -0,0 +1,854 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto + +// Functions for writing the text protocol buffer format. + +import ( + "bufio" + "bytes" + "encoding" + "errors" + "fmt" + "io" + "log" + "math" + "reflect" + "sort" + "strings" +) + +var ( + newline = []byte("\n") + spaces = []byte(" ") + gtNewline = []byte(">\n") + endBraceNewline = []byte("}\n") + backslashN = []byte{'\\', 'n'} + backslashR = []byte{'\\', 'r'} + backslashT = []byte{'\\', 't'} + backslashDQ = []byte{'\\', '"'} + backslashBS = []byte{'\\', '\\'} + posInf = []byte("inf") + negInf = []byte("-inf") + nan = []byte("nan") +) + +type writer interface { + io.Writer + WriteByte(byte) error +} + +// textWriter is an io.Writer that tracks its indentation level. +type textWriter struct { + ind int + complete bool // if the current position is a complete line + compact bool // whether to write out as a one-liner + w writer +} + +func (w *textWriter) WriteString(s string) (n int, err error) { + if !strings.Contains(s, "\n") { + if !w.compact && w.complete { + w.writeIndent() + } + w.complete = false + return io.WriteString(w.w, s) + } + // WriteString is typically called without newlines, so this + // codepath and its copy are rare. We copy to avoid + // duplicating all of Write's logic here. + return w.Write([]byte(s)) +} + +func (w *textWriter) Write(p []byte) (n int, err error) { + newlines := bytes.Count(p, newline) + if newlines == 0 { + if !w.compact && w.complete { + w.writeIndent() + } + n, err = w.w.Write(p) + w.complete = false + return n, err + } + + frags := bytes.SplitN(p, newline, newlines+1) + if w.compact { + for i, frag := range frags { + if i > 0 { + if err := w.w.WriteByte(' '); err != nil { + return n, err + } + n++ + } + nn, err := w.w.Write(frag) + n += nn + if err != nil { + return n, err + } + } + return n, nil + } + + for i, frag := range frags { + if w.complete { + w.writeIndent() + } + nn, err := w.w.Write(frag) + n += nn + if err != nil { + return n, err + } + if i+1 < len(frags) { + if err := w.w.WriteByte('\n'); err != nil { + return n, err + } + n++ + } + } + w.complete = len(frags[len(frags)-1]) == 0 + return n, nil +} + +func (w *textWriter) WriteByte(c byte) error { + if w.compact && c == '\n' { + c = ' ' + } + if !w.compact && w.complete { + w.writeIndent() + } + err := w.w.WriteByte(c) + w.complete = c == '\n' + return err +} + +func (w *textWriter) indent() { w.ind++ } + +func (w *textWriter) unindent() { + if w.ind == 0 { + log.Print("proto: textWriter unindented too far") + return + } + w.ind-- +} + +func writeName(w *textWriter, props *Properties) error { + if _, err := w.WriteString(props.OrigName); err != nil { + return err + } + if props.Wire != "group" { + return w.WriteByte(':') + } + return nil +} + +// raw is the interface satisfied by RawMessage. +type raw interface { + Bytes() []byte +} + +func requiresQuotes(u string) bool { + // When type URL contains any characters except [0-9A-Za-z./\-]*, it must be quoted. + for _, ch := range u { + switch { + case ch == '.' || ch == '/' || ch == '_': + continue + case '0' <= ch && ch <= '9': + continue + case 'A' <= ch && ch <= 'Z': + continue + case 'a' <= ch && ch <= 'z': + continue + default: + return true + } + } + return false +} + +// isAny reports whether sv is a google.protobuf.Any message +func isAny(sv reflect.Value) bool { + type wkt interface { + XXX_WellKnownType() string + } + t, ok := sv.Addr().Interface().(wkt) + return ok && t.XXX_WellKnownType() == "Any" +} + +// writeProto3Any writes an expanded google.protobuf.Any message. +// +// It returns (false, nil) if sv value can't be unmarshaled (e.g. because +// required messages are not linked in). +// +// It returns (true, error) when sv was written in expanded format or an error +// was encountered. +func (tm *TextMarshaler) writeProto3Any(w *textWriter, sv reflect.Value) (bool, error) { + turl := sv.FieldByName("TypeUrl") + val := sv.FieldByName("Value") + if !turl.IsValid() || !val.IsValid() { + return true, errors.New("proto: invalid google.protobuf.Any message") + } + + b, ok := val.Interface().([]byte) + if !ok { + return true, errors.New("proto: invalid google.protobuf.Any message") + } + + parts := strings.Split(turl.String(), "/") + mt := MessageType(parts[len(parts)-1]) + if mt == nil { + return false, nil + } + m := reflect.New(mt.Elem()) + if err := Unmarshal(b, m.Interface().(Message)); err != nil { + return false, nil + } + w.Write([]byte("[")) + u := turl.String() + if requiresQuotes(u) { + writeString(w, u) + } else { + w.Write([]byte(u)) + } + if w.compact { + w.Write([]byte("]:<")) + } else { + w.Write([]byte("]: <\n")) + w.ind++ + } + if err := tm.writeStruct(w, m.Elem()); err != nil { + return true, err + } + if w.compact { + w.Write([]byte("> ")) + } else { + w.ind-- + w.Write([]byte(">\n")) + } + return true, nil +} + +func (tm *TextMarshaler) writeStruct(w *textWriter, sv reflect.Value) error { + if tm.ExpandAny && isAny(sv) { + if canExpand, err := tm.writeProto3Any(w, sv); canExpand { + return err + } + } + st := sv.Type() + sprops := GetProperties(st) + for i := 0; i < sv.NumField(); i++ { + fv := sv.Field(i) + props := sprops.Prop[i] + name := st.Field(i).Name + + if strings.HasPrefix(name, "XXX_") { + // There are two XXX_ fields: + // XXX_unrecognized []byte + // XXX_extensions map[int32]proto.Extension + // The first is handled here; + // the second is handled at the bottom of this function. + if name == "XXX_unrecognized" && !fv.IsNil() { + if err := writeUnknownStruct(w, fv.Interface().([]byte)); err != nil { + return err + } + } + continue + } + if fv.Kind() == reflect.Ptr && fv.IsNil() { + // Field not filled in. This could be an optional field or + // a required field that wasn't filled in. Either way, there + // isn't anything we can show for it. + continue + } + if fv.Kind() == reflect.Slice && fv.IsNil() { + // Repeated field that is empty, or a bytes field that is unused. + continue + } + + if props.Repeated && fv.Kind() == reflect.Slice { + // Repeated field. + for j := 0; j < fv.Len(); j++ { + if err := writeName(w, props); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte(' '); err != nil { + return err + } + } + v := fv.Index(j) + if v.Kind() == reflect.Ptr && v.IsNil() { + // A nil message in a repeated field is not valid, + // but we can handle that more gracefully than panicking. + if _, err := w.Write([]byte("\n")); err != nil { + return err + } + continue + } + if err := tm.writeAny(w, v, props); err != nil { + return err + } + if err := w.WriteByte('\n'); err != nil { + return err + } + } + continue + } + if fv.Kind() == reflect.Map { + // Map fields are rendered as a repeated struct with key/value fields. + keys := fv.MapKeys() + sort.Sort(mapKeys(keys)) + for _, key := range keys { + val := fv.MapIndex(key) + if err := writeName(w, props); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte(' '); err != nil { + return err + } + } + // open struct + if err := w.WriteByte('<'); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte('\n'); err != nil { + return err + } + } + w.indent() + // key + if _, err := w.WriteString("key:"); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte(' '); err != nil { + return err + } + } + if err := tm.writeAny(w, key, props.mkeyprop); err != nil { + return err + } + if err := w.WriteByte('\n'); err != nil { + return err + } + // nil values aren't legal, but we can avoid panicking because of them. + if val.Kind() != reflect.Ptr || !val.IsNil() { + // value + if _, err := w.WriteString("value:"); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte(' '); err != nil { + return err + } + } + if err := tm.writeAny(w, val, props.mvalprop); err != nil { + return err + } + if err := w.WriteByte('\n'); err != nil { + return err + } + } + // close struct + w.unindent() + if err := w.WriteByte('>'); err != nil { + return err + } + if err := w.WriteByte('\n'); err != nil { + return err + } + } + continue + } + if props.proto3 && fv.Kind() == reflect.Slice && fv.Len() == 0 { + // empty bytes field + continue + } + if fv.Kind() != reflect.Ptr && fv.Kind() != reflect.Slice { + // proto3 non-repeated scalar field; skip if zero value + if isProto3Zero(fv) { + continue + } + } + + if fv.Kind() == reflect.Interface { + // Check if it is a oneof. + if st.Field(i).Tag.Get("protobuf_oneof") != "" { + // fv is nil, or holds a pointer to generated struct. + // That generated struct has exactly one field, + // which has a protobuf struct tag. + if fv.IsNil() { + continue + } + inner := fv.Elem().Elem() // interface -> *T -> T + tag := inner.Type().Field(0).Tag.Get("protobuf") + props = new(Properties) // Overwrite the outer props var, but not its pointee. + props.Parse(tag) + // Write the value in the oneof, not the oneof itself. + fv = inner.Field(0) + + // Special case to cope with malformed messages gracefully: + // If the value in the oneof is a nil pointer, don't panic + // in writeAny. + if fv.Kind() == reflect.Ptr && fv.IsNil() { + // Use errors.New so writeAny won't render quotes. + msg := errors.New("/* nil */") + fv = reflect.ValueOf(&msg).Elem() + } + } + } + + if err := writeName(w, props); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte(' '); err != nil { + return err + } + } + if b, ok := fv.Interface().(raw); ok { + if err := writeRaw(w, b.Bytes()); err != nil { + return err + } + continue + } + + // Enums have a String method, so writeAny will work fine. + if err := tm.writeAny(w, fv, props); err != nil { + return err + } + + if err := w.WriteByte('\n'); err != nil { + return err + } + } + + // Extensions (the XXX_extensions field). + pv := sv.Addr() + if _, ok := extendable(pv.Interface()); ok { + if err := tm.writeExtensions(w, pv); err != nil { + return err + } + } + + return nil +} + +// writeRaw writes an uninterpreted raw message. +func writeRaw(w *textWriter, b []byte) error { + if err := w.WriteByte('<'); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte('\n'); err != nil { + return err + } + } + w.indent() + if err := writeUnknownStruct(w, b); err != nil { + return err + } + w.unindent() + if err := w.WriteByte('>'); err != nil { + return err + } + return nil +} + +// writeAny writes an arbitrary field. +func (tm *TextMarshaler) writeAny(w *textWriter, v reflect.Value, props *Properties) error { + v = reflect.Indirect(v) + + // Floats have special cases. + if v.Kind() == reflect.Float32 || v.Kind() == reflect.Float64 { + x := v.Float() + var b []byte + switch { + case math.IsInf(x, 1): + b = posInf + case math.IsInf(x, -1): + b = negInf + case math.IsNaN(x): + b = nan + } + if b != nil { + _, err := w.Write(b) + return err + } + // Other values are handled below. + } + + // We don't attempt to serialise every possible value type; only those + // that can occur in protocol buffers. + switch v.Kind() { + case reflect.Slice: + // Should only be a []byte; repeated fields are handled in writeStruct. + if err := writeString(w, string(v.Bytes())); err != nil { + return err + } + case reflect.String: + if err := writeString(w, v.String()); err != nil { + return err + } + case reflect.Struct: + // Required/optional group/message. + var bra, ket byte = '<', '>' + if props != nil && props.Wire == "group" { + bra, ket = '{', '}' + } + if err := w.WriteByte(bra); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte('\n'); err != nil { + return err + } + } + w.indent() + if etm, ok := v.Interface().(encoding.TextMarshaler); ok { + text, err := etm.MarshalText() + if err != nil { + return err + } + if _, err = w.Write(text); err != nil { + return err + } + } else if err := tm.writeStruct(w, v); err != nil { + return err + } + w.unindent() + if err := w.WriteByte(ket); err != nil { + return err + } + default: + _, err := fmt.Fprint(w, v.Interface()) + return err + } + return nil +} + +// equivalent to C's isprint. +func isprint(c byte) bool { + return c >= 0x20 && c < 0x7f +} + +// writeString writes a string in the protocol buffer text format. +// It is similar to strconv.Quote except we don't use Go escape sequences, +// we treat the string as a byte sequence, and we use octal escapes. +// These differences are to maintain interoperability with the other +// languages' implementations of the text format. +func writeString(w *textWriter, s string) error { + // use WriteByte here to get any needed indent + if err := w.WriteByte('"'); err != nil { + return err + } + // Loop over the bytes, not the runes. + for i := 0; i < len(s); i++ { + var err error + // Divergence from C++: we don't escape apostrophes. + // There's no need to escape them, and the C++ parser + // copes with a naked apostrophe. + switch c := s[i]; c { + case '\n': + _, err = w.w.Write(backslashN) + case '\r': + _, err = w.w.Write(backslashR) + case '\t': + _, err = w.w.Write(backslashT) + case '"': + _, err = w.w.Write(backslashDQ) + case '\\': + _, err = w.w.Write(backslashBS) + default: + if isprint(c) { + err = w.w.WriteByte(c) + } else { + _, err = fmt.Fprintf(w.w, "\\%03o", c) + } + } + if err != nil { + return err + } + } + return w.WriteByte('"') +} + +func writeUnknownStruct(w *textWriter, data []byte) (err error) { + if !w.compact { + if _, err := fmt.Fprintf(w, "/* %d unknown bytes */\n", len(data)); err != nil { + return err + } + } + b := NewBuffer(data) + for b.index < len(b.buf) { + x, err := b.DecodeVarint() + if err != nil { + _, err := fmt.Fprintf(w, "/* %v */\n", err) + return err + } + wire, tag := x&7, x>>3 + if wire == WireEndGroup { + w.unindent() + if _, err := w.Write(endBraceNewline); err != nil { + return err + } + continue + } + if _, err := fmt.Fprint(w, tag); err != nil { + return err + } + if wire != WireStartGroup { + if err := w.WriteByte(':'); err != nil { + return err + } + } + if !w.compact || wire == WireStartGroup { + if err := w.WriteByte(' '); err != nil { + return err + } + } + switch wire { + case WireBytes: + buf, e := b.DecodeRawBytes(false) + if e == nil { + _, err = fmt.Fprintf(w, "%q", buf) + } else { + _, err = fmt.Fprintf(w, "/* %v */", e) + } + case WireFixed32: + x, err = b.DecodeFixed32() + err = writeUnknownInt(w, x, err) + case WireFixed64: + x, err = b.DecodeFixed64() + err = writeUnknownInt(w, x, err) + case WireStartGroup: + err = w.WriteByte('{') + w.indent() + case WireVarint: + x, err = b.DecodeVarint() + err = writeUnknownInt(w, x, err) + default: + _, err = fmt.Fprintf(w, "/* unknown wire type %d */", wire) + } + if err != nil { + return err + } + if err = w.WriteByte('\n'); err != nil { + return err + } + } + return nil +} + +func writeUnknownInt(w *textWriter, x uint64, err error) error { + if err == nil { + _, err = fmt.Fprint(w, x) + } else { + _, err = fmt.Fprintf(w, "/* %v */", err) + } + return err +} + +type int32Slice []int32 + +func (s int32Slice) Len() int { return len(s) } +func (s int32Slice) Less(i, j int) bool { return s[i] < s[j] } +func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } + +// writeExtensions writes all the extensions in pv. +// pv is assumed to be a pointer to a protocol message struct that is extendable. +func (tm *TextMarshaler) writeExtensions(w *textWriter, pv reflect.Value) error { + emap := extensionMaps[pv.Type().Elem()] + ep, _ := extendable(pv.Interface()) + + // Order the extensions by ID. + // This isn't strictly necessary, but it will give us + // canonical output, which will also make testing easier. + m, mu := ep.extensionsRead() + if m == nil { + return nil + } + mu.Lock() + ids := make([]int32, 0, len(m)) + for id := range m { + ids = append(ids, id) + } + sort.Sort(int32Slice(ids)) + mu.Unlock() + + for _, extNum := range ids { + ext := m[extNum] + var desc *ExtensionDesc + if emap != nil { + desc = emap[extNum] + } + if desc == nil { + // Unknown extension. + if err := writeUnknownStruct(w, ext.enc); err != nil { + return err + } + continue + } + + pb, err := GetExtension(ep, desc) + if err != nil { + return fmt.Errorf("failed getting extension: %v", err) + } + + // Repeated extensions will appear as a slice. + if !desc.repeated() { + if err := tm.writeExtension(w, desc.Name, pb); err != nil { + return err + } + } else { + v := reflect.ValueOf(pb) + for i := 0; i < v.Len(); i++ { + if err := tm.writeExtension(w, desc.Name, v.Index(i).Interface()); err != nil { + return err + } + } + } + } + return nil +} + +func (tm *TextMarshaler) writeExtension(w *textWriter, name string, pb interface{}) error { + if _, err := fmt.Fprintf(w, "[%s]:", name); err != nil { + return err + } + if !w.compact { + if err := w.WriteByte(' '); err != nil { + return err + } + } + if err := tm.writeAny(w, reflect.ValueOf(pb), nil); err != nil { + return err + } + if err := w.WriteByte('\n'); err != nil { + return err + } + return nil +} + +func (w *textWriter) writeIndent() { + if !w.complete { + return + } + remain := w.ind * 2 + for remain > 0 { + n := remain + if n > len(spaces) { + n = len(spaces) + } + w.w.Write(spaces[:n]) + remain -= n + } + w.complete = false +} + +// TextMarshaler is a configurable text format marshaler. +type TextMarshaler struct { + Compact bool // use compact text format (one line). + ExpandAny bool // expand google.protobuf.Any messages of known types +} + +// Marshal writes a given protocol buffer in text format. +// The only errors returned are from w. +func (tm *TextMarshaler) Marshal(w io.Writer, pb Message) error { + val := reflect.ValueOf(pb) + if pb == nil || val.IsNil() { + w.Write([]byte("")) + return nil + } + var bw *bufio.Writer + ww, ok := w.(writer) + if !ok { + bw = bufio.NewWriter(w) + ww = bw + } + aw := &textWriter{ + w: ww, + complete: true, + compact: tm.Compact, + } + + if etm, ok := pb.(encoding.TextMarshaler); ok { + text, err := etm.MarshalText() + if err != nil { + return err + } + if _, err = aw.Write(text); err != nil { + return err + } + if bw != nil { + return bw.Flush() + } + return nil + } + // Dereference the received pointer so we don't have outer < and >. + v := reflect.Indirect(val) + if err := tm.writeStruct(aw, v); err != nil { + return err + } + if bw != nil { + return bw.Flush() + } + return nil +} + +// Text is the same as Marshal, but returns the string directly. +func (tm *TextMarshaler) Text(pb Message) string { + var buf bytes.Buffer + tm.Marshal(&buf, pb) + return buf.String() +} + +var ( + defaultTextMarshaler = TextMarshaler{} + compactTextMarshaler = TextMarshaler{Compact: true} +) + +// TODO: consider removing some of the Marshal functions below. + +// MarshalText writes a given protocol buffer in text format. +// The only errors returned are from w. +func MarshalText(w io.Writer, pb Message) error { return defaultTextMarshaler.Marshal(w, pb) } + +// MarshalTextString is the same as MarshalText, but returns the string directly. +func MarshalTextString(pb Message) string { return defaultTextMarshaler.Text(pb) } + +// CompactText writes a given protocol buffer in compact text format (one line). +func CompactText(w io.Writer, pb Message) error { return compactTextMarshaler.Marshal(w, pb) } + +// CompactTextString is the same as CompactText, but returns the string directly. +func CompactTextString(pb Message) string { return compactTextMarshaler.Text(pb) } diff --git a/vendor/src/github.com/golang/protobuf/proto/text_parser.go b/vendor/src/github.com/golang/protobuf/proto/text_parser.go new file mode 100644 index 0000000..61f83c1 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/text_parser.go @@ -0,0 +1,895 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto + +// Functions for parsing the Text protocol buffer format. +// TODO: message sets. + +import ( + "encoding" + "errors" + "fmt" + "reflect" + "strconv" + "strings" + "unicode/utf8" +) + +// Error string emitted when deserializing Any and fields are already set +const anyRepeatedlyUnpacked = "Any message unpacked multiple times, or %q already set" + +type ParseError struct { + Message string + Line int // 1-based line number + Offset int // 0-based byte offset from start of input +} + +func (p *ParseError) Error() string { + if p.Line == 1 { + // show offset only for first line + return fmt.Sprintf("line 1.%d: %v", p.Offset, p.Message) + } + return fmt.Sprintf("line %d: %v", p.Line, p.Message) +} + +type token struct { + value string + err *ParseError + line int // line number + offset int // byte number from start of input, not start of line + unquoted string // the unquoted version of value, if it was a quoted string +} + +func (t *token) String() string { + if t.err == nil { + return fmt.Sprintf("%q (line=%d, offset=%d)", t.value, t.line, t.offset) + } + return fmt.Sprintf("parse error: %v", t.err) +} + +type textParser struct { + s string // remaining input + done bool // whether the parsing is finished (success or error) + backed bool // whether back() was called + offset, line int + cur token +} + +func newTextParser(s string) *textParser { + p := new(textParser) + p.s = s + p.line = 1 + p.cur.line = 1 + return p +} + +func (p *textParser) errorf(format string, a ...interface{}) *ParseError { + pe := &ParseError{fmt.Sprintf(format, a...), p.cur.line, p.cur.offset} + p.cur.err = pe + p.done = true + return pe +} + +// Numbers and identifiers are matched by [-+._A-Za-z0-9] +func isIdentOrNumberChar(c byte) bool { + switch { + case 'A' <= c && c <= 'Z', 'a' <= c && c <= 'z': + return true + case '0' <= c && c <= '9': + return true + } + switch c { + case '-', '+', '.', '_': + return true + } + return false +} + +func isWhitespace(c byte) bool { + switch c { + case ' ', '\t', '\n', '\r': + return true + } + return false +} + +func isQuote(c byte) bool { + switch c { + case '"', '\'': + return true + } + return false +} + +func (p *textParser) skipWhitespace() { + i := 0 + for i < len(p.s) && (isWhitespace(p.s[i]) || p.s[i] == '#') { + if p.s[i] == '#' { + // comment; skip to end of line or input + for i < len(p.s) && p.s[i] != '\n' { + i++ + } + if i == len(p.s) { + break + } + } + if p.s[i] == '\n' { + p.line++ + } + i++ + } + p.offset += i + p.s = p.s[i:len(p.s)] + if len(p.s) == 0 { + p.done = true + } +} + +func (p *textParser) advance() { + // Skip whitespace + p.skipWhitespace() + if p.done { + return + } + + // Start of non-whitespace + p.cur.err = nil + p.cur.offset, p.cur.line = p.offset, p.line + p.cur.unquoted = "" + switch p.s[0] { + case '<', '>', '{', '}', ':', '[', ']', ';', ',', '/': + // Single symbol + p.cur.value, p.s = p.s[0:1], p.s[1:len(p.s)] + case '"', '\'': + // Quoted string + i := 1 + for i < len(p.s) && p.s[i] != p.s[0] && p.s[i] != '\n' { + if p.s[i] == '\\' && i+1 < len(p.s) { + // skip escaped char + i++ + } + i++ + } + if i >= len(p.s) || p.s[i] != p.s[0] { + p.errorf("unmatched quote") + return + } + unq, err := unquoteC(p.s[1:i], rune(p.s[0])) + if err != nil { + p.errorf("invalid quoted string %s: %v", p.s[0:i+1], err) + return + } + p.cur.value, p.s = p.s[0:i+1], p.s[i+1:len(p.s)] + p.cur.unquoted = unq + default: + i := 0 + for i < len(p.s) && isIdentOrNumberChar(p.s[i]) { + i++ + } + if i == 0 { + p.errorf("unexpected byte %#x", p.s[0]) + return + } + p.cur.value, p.s = p.s[0:i], p.s[i:len(p.s)] + } + p.offset += len(p.cur.value) +} + +var ( + errBadUTF8 = errors.New("proto: bad UTF-8") + errBadHex = errors.New("proto: bad hexadecimal") +) + +func unquoteC(s string, quote rune) (string, error) { + // This is based on C++'s tokenizer.cc. + // Despite its name, this is *not* parsing C syntax. + // For instance, "\0" is an invalid quoted string. + + // Avoid allocation in trivial cases. + simple := true + for _, r := range s { + if r == '\\' || r == quote { + simple = false + break + } + } + if simple { + return s, nil + } + + buf := make([]byte, 0, 3*len(s)/2) + for len(s) > 0 { + r, n := utf8.DecodeRuneInString(s) + if r == utf8.RuneError && n == 1 { + return "", errBadUTF8 + } + s = s[n:] + if r != '\\' { + if r < utf8.RuneSelf { + buf = append(buf, byte(r)) + } else { + buf = append(buf, string(r)...) + } + continue + } + + ch, tail, err := unescape(s) + if err != nil { + return "", err + } + buf = append(buf, ch...) + s = tail + } + return string(buf), nil +} + +func unescape(s string) (ch string, tail string, err error) { + r, n := utf8.DecodeRuneInString(s) + if r == utf8.RuneError && n == 1 { + return "", "", errBadUTF8 + } + s = s[n:] + switch r { + case 'a': + return "\a", s, nil + case 'b': + return "\b", s, nil + case 'f': + return "\f", s, nil + case 'n': + return "\n", s, nil + case 'r': + return "\r", s, nil + case 't': + return "\t", s, nil + case 'v': + return "\v", s, nil + case '?': + return "?", s, nil // trigraph workaround + case '\'', '"', '\\': + return string(r), s, nil + case '0', '1', '2', '3', '4', '5', '6', '7', 'x', 'X': + if len(s) < 2 { + return "", "", fmt.Errorf(`\%c requires 2 following digits`, r) + } + base := 8 + ss := s[:2] + s = s[2:] + if r == 'x' || r == 'X' { + base = 16 + } else { + ss = string(r) + ss + } + i, err := strconv.ParseUint(ss, base, 8) + if err != nil { + return "", "", err + } + return string([]byte{byte(i)}), s, nil + case 'u', 'U': + n := 4 + if r == 'U' { + n = 8 + } + if len(s) < n { + return "", "", fmt.Errorf(`\%c requires %d digits`, r, n) + } + + bs := make([]byte, n/2) + for i := 0; i < n; i += 2 { + a, ok1 := unhex(s[i]) + b, ok2 := unhex(s[i+1]) + if !ok1 || !ok2 { + return "", "", errBadHex + } + bs[i/2] = a<<4 | b + } + s = s[n:] + return string(bs), s, nil + } + return "", "", fmt.Errorf(`unknown escape \%c`, r) +} + +// Adapted from src/pkg/strconv/quote.go. +func unhex(b byte) (v byte, ok bool) { + switch { + case '0' <= b && b <= '9': + return b - '0', true + case 'a' <= b && b <= 'f': + return b - 'a' + 10, true + case 'A' <= b && b <= 'F': + return b - 'A' + 10, true + } + return 0, false +} + +// Back off the parser by one token. Can only be done between calls to next(). +// It makes the next advance() a no-op. +func (p *textParser) back() { p.backed = true } + +// Advances the parser and returns the new current token. +func (p *textParser) next() *token { + if p.backed || p.done { + p.backed = false + return &p.cur + } + p.advance() + if p.done { + p.cur.value = "" + } else if len(p.cur.value) > 0 && isQuote(p.cur.value[0]) { + // Look for multiple quoted strings separated by whitespace, + // and concatenate them. + cat := p.cur + for { + p.skipWhitespace() + if p.done || !isQuote(p.s[0]) { + break + } + p.advance() + if p.cur.err != nil { + return &p.cur + } + cat.value += " " + p.cur.value + cat.unquoted += p.cur.unquoted + } + p.done = false // parser may have seen EOF, but we want to return cat + p.cur = cat + } + return &p.cur +} + +func (p *textParser) consumeToken(s string) error { + tok := p.next() + if tok.err != nil { + return tok.err + } + if tok.value != s { + p.back() + return p.errorf("expected %q, found %q", s, tok.value) + } + return nil +} + +// Return a RequiredNotSetError indicating which required field was not set. +func (p *textParser) missingRequiredFieldError(sv reflect.Value) *RequiredNotSetError { + st := sv.Type() + sprops := GetProperties(st) + for i := 0; i < st.NumField(); i++ { + if !isNil(sv.Field(i)) { + continue + } + + props := sprops.Prop[i] + if props.Required { + return &RequiredNotSetError{fmt.Sprintf("%v.%v", st, props.OrigName)} + } + } + return &RequiredNotSetError{fmt.Sprintf("%v.", st)} // should not happen +} + +// Returns the index in the struct for the named field, as well as the parsed tag properties. +func structFieldByName(sprops *StructProperties, name string) (int, *Properties, bool) { + i, ok := sprops.decoderOrigNames[name] + if ok { + return i, sprops.Prop[i], true + } + return -1, nil, false +} + +// Consume a ':' from the input stream (if the next token is a colon), +// returning an error if a colon is needed but not present. +func (p *textParser) checkForColon(props *Properties, typ reflect.Type) *ParseError { + tok := p.next() + if tok.err != nil { + return tok.err + } + if tok.value != ":" { + // Colon is optional when the field is a group or message. + needColon := true + switch props.Wire { + case "group": + needColon = false + case "bytes": + // A "bytes" field is either a message, a string, or a repeated field; + // those three become *T, *string and []T respectively, so we can check for + // this field being a pointer to a non-string. + if typ.Kind() == reflect.Ptr { + // *T or *string + if typ.Elem().Kind() == reflect.String { + break + } + } else if typ.Kind() == reflect.Slice { + // []T or []*T + if typ.Elem().Kind() != reflect.Ptr { + break + } + } else if typ.Kind() == reflect.String { + // The proto3 exception is for a string field, + // which requires a colon. + break + } + needColon = false + } + if needColon { + return p.errorf("expected ':', found %q", tok.value) + } + p.back() + } + return nil +} + +func (p *textParser) readStruct(sv reflect.Value, terminator string) error { + st := sv.Type() + sprops := GetProperties(st) + reqCount := sprops.reqCount + var reqFieldErr error + fieldSet := make(map[string]bool) + // A struct is a sequence of "name: value", terminated by one of + // '>' or '}', or the end of the input. A name may also be + // "[extension]" or "[type/url]". + // + // The whole struct can also be an expanded Any message, like: + // [type/url] < ... struct contents ... > + for { + tok := p.next() + if tok.err != nil { + return tok.err + } + if tok.value == terminator { + break + } + if tok.value == "[" { + // Looks like an extension or an Any. + // + // TODO: Check whether we need to handle + // namespace rooted names (e.g. ".something.Foo"). + extName, err := p.consumeExtName() + if err != nil { + return err + } + + if s := strings.LastIndex(extName, "/"); s >= 0 { + // If it contains a slash, it's an Any type URL. + messageName := extName[s+1:] + mt := MessageType(messageName) + if mt == nil { + return p.errorf("unrecognized message %q in google.protobuf.Any", messageName) + } + tok = p.next() + if tok.err != nil { + return tok.err + } + // consume an optional colon + if tok.value == ":" { + tok = p.next() + if tok.err != nil { + return tok.err + } + } + var terminator string + switch tok.value { + case "<": + terminator = ">" + case "{": + terminator = "}" + default: + return p.errorf("expected '{' or '<', found %q", tok.value) + } + v := reflect.New(mt.Elem()) + if pe := p.readStruct(v.Elem(), terminator); pe != nil { + return pe + } + b, err := Marshal(v.Interface().(Message)) + if err != nil { + return p.errorf("failed to marshal message of type %q: %v", messageName, err) + } + if fieldSet["type_url"] { + return p.errorf(anyRepeatedlyUnpacked, "type_url") + } + if fieldSet["value"] { + return p.errorf(anyRepeatedlyUnpacked, "value") + } + sv.FieldByName("TypeUrl").SetString(extName) + sv.FieldByName("Value").SetBytes(b) + fieldSet["type_url"] = true + fieldSet["value"] = true + continue + } + + var desc *ExtensionDesc + // This could be faster, but it's functional. + // TODO: Do something smarter than a linear scan. + for _, d := range RegisteredExtensions(reflect.New(st).Interface().(Message)) { + if d.Name == extName { + desc = d + break + } + } + if desc == nil { + return p.errorf("unrecognized extension %q", extName) + } + + props := &Properties{} + props.Parse(desc.Tag) + + typ := reflect.TypeOf(desc.ExtensionType) + if err := p.checkForColon(props, typ); err != nil { + return err + } + + rep := desc.repeated() + + // Read the extension structure, and set it in + // the value we're constructing. + var ext reflect.Value + if !rep { + ext = reflect.New(typ).Elem() + } else { + ext = reflect.New(typ.Elem()).Elem() + } + if err := p.readAny(ext, props); err != nil { + if _, ok := err.(*RequiredNotSetError); !ok { + return err + } + reqFieldErr = err + } + ep := sv.Addr().Interface().(Message) + if !rep { + SetExtension(ep, desc, ext.Interface()) + } else { + old, err := GetExtension(ep, desc) + var sl reflect.Value + if err == nil { + sl = reflect.ValueOf(old) // existing slice + } else { + sl = reflect.MakeSlice(typ, 0, 1) + } + sl = reflect.Append(sl, ext) + SetExtension(ep, desc, sl.Interface()) + } + if err := p.consumeOptionalSeparator(); err != nil { + return err + } + continue + } + + // This is a normal, non-extension field. + name := tok.value + var dst reflect.Value + fi, props, ok := structFieldByName(sprops, name) + if ok { + dst = sv.Field(fi) + } else if oop, ok := sprops.OneofTypes[name]; ok { + // It is a oneof. + props = oop.Prop + nv := reflect.New(oop.Type.Elem()) + dst = nv.Elem().Field(0) + field := sv.Field(oop.Field) + if !field.IsNil() { + return p.errorf("field '%s' would overwrite already parsed oneof '%s'", name, sv.Type().Field(oop.Field).Name) + } + field.Set(nv) + } + if !dst.IsValid() { + return p.errorf("unknown field name %q in %v", name, st) + } + + if dst.Kind() == reflect.Map { + // Consume any colon. + if err := p.checkForColon(props, dst.Type()); err != nil { + return err + } + + // Construct the map if it doesn't already exist. + if dst.IsNil() { + dst.Set(reflect.MakeMap(dst.Type())) + } + key := reflect.New(dst.Type().Key()).Elem() + val := reflect.New(dst.Type().Elem()).Elem() + + // The map entry should be this sequence of tokens: + // < key : KEY value : VALUE > + // However, implementations may omit key or value, and technically + // we should support them in any order. See b/28924776 for a time + // this went wrong. + + tok := p.next() + var terminator string + switch tok.value { + case "<": + terminator = ">" + case "{": + terminator = "}" + default: + return p.errorf("expected '{' or '<', found %q", tok.value) + } + for { + tok := p.next() + if tok.err != nil { + return tok.err + } + if tok.value == terminator { + break + } + switch tok.value { + case "key": + if err := p.consumeToken(":"); err != nil { + return err + } + if err := p.readAny(key, props.mkeyprop); err != nil { + return err + } + if err := p.consumeOptionalSeparator(); err != nil { + return err + } + case "value": + if err := p.checkForColon(props.mvalprop, dst.Type().Elem()); err != nil { + return err + } + if err := p.readAny(val, props.mvalprop); err != nil { + return err + } + if err := p.consumeOptionalSeparator(); err != nil { + return err + } + default: + p.back() + return p.errorf(`expected "key", "value", or %q, found %q`, terminator, tok.value) + } + } + + dst.SetMapIndex(key, val) + continue + } + + // Check that it's not already set if it's not a repeated field. + if !props.Repeated && fieldSet[name] { + return p.errorf("non-repeated field %q was repeated", name) + } + + if err := p.checkForColon(props, dst.Type()); err != nil { + return err + } + + // Parse into the field. + fieldSet[name] = true + if err := p.readAny(dst, props); err != nil { + if _, ok := err.(*RequiredNotSetError); !ok { + return err + } + reqFieldErr = err + } + if props.Required { + reqCount-- + } + + if err := p.consumeOptionalSeparator(); err != nil { + return err + } + + } + + if reqCount > 0 { + return p.missingRequiredFieldError(sv) + } + return reqFieldErr +} + +// consumeExtName consumes extension name or expanded Any type URL and the +// following ']'. It returns the name or URL consumed. +func (p *textParser) consumeExtName() (string, error) { + tok := p.next() + if tok.err != nil { + return "", tok.err + } + + // If extension name or type url is quoted, it's a single token. + if len(tok.value) > 2 && isQuote(tok.value[0]) && tok.value[len(tok.value)-1] == tok.value[0] { + name, err := unquoteC(tok.value[1:len(tok.value)-1], rune(tok.value[0])) + if err != nil { + return "", err + } + return name, p.consumeToken("]") + } + + // Consume everything up to "]" + var parts []string + for tok.value != "]" { + parts = append(parts, tok.value) + tok = p.next() + if tok.err != nil { + return "", p.errorf("unrecognized type_url or extension name: %s", tok.err) + } + } + return strings.Join(parts, ""), nil +} + +// consumeOptionalSeparator consumes an optional semicolon or comma. +// It is used in readStruct to provide backward compatibility. +func (p *textParser) consumeOptionalSeparator() error { + tok := p.next() + if tok.err != nil { + return tok.err + } + if tok.value != ";" && tok.value != "," { + p.back() + } + return nil +} + +func (p *textParser) readAny(v reflect.Value, props *Properties) error { + tok := p.next() + if tok.err != nil { + return tok.err + } + if tok.value == "" { + return p.errorf("unexpected EOF") + } + + switch fv := v; fv.Kind() { + case reflect.Slice: + at := v.Type() + if at.Elem().Kind() == reflect.Uint8 { + // Special case for []byte + if tok.value[0] != '"' && tok.value[0] != '\'' { + // Deliberately written out here, as the error after + // this switch statement would write "invalid []byte: ...", + // which is not as user-friendly. + return p.errorf("invalid string: %v", tok.value) + } + bytes := []byte(tok.unquoted) + fv.Set(reflect.ValueOf(bytes)) + return nil + } + // Repeated field. + if tok.value == "[" { + // Repeated field with list notation, like [1,2,3]. + for { + fv.Set(reflect.Append(fv, reflect.New(at.Elem()).Elem())) + err := p.readAny(fv.Index(fv.Len()-1), props) + if err != nil { + return err + } + tok := p.next() + if tok.err != nil { + return tok.err + } + if tok.value == "]" { + break + } + if tok.value != "," { + return p.errorf("Expected ']' or ',' found %q", tok.value) + } + } + return nil + } + // One value of the repeated field. + p.back() + fv.Set(reflect.Append(fv, reflect.New(at.Elem()).Elem())) + return p.readAny(fv.Index(fv.Len()-1), props) + case reflect.Bool: + // true/1/t/True or false/f/0/False. + switch tok.value { + case "true", "1", "t", "True": + fv.SetBool(true) + return nil + case "false", "0", "f", "False": + fv.SetBool(false) + return nil + } + case reflect.Float32, reflect.Float64: + v := tok.value + // Ignore 'f' for compatibility with output generated by C++, but don't + // remove 'f' when the value is "-inf" or "inf". + if strings.HasSuffix(v, "f") && tok.value != "-inf" && tok.value != "inf" { + v = v[:len(v)-1] + } + if f, err := strconv.ParseFloat(v, fv.Type().Bits()); err == nil { + fv.SetFloat(f) + return nil + } + case reflect.Int32: + if x, err := strconv.ParseInt(tok.value, 0, 32); err == nil { + fv.SetInt(x) + return nil + } + + if len(props.Enum) == 0 { + break + } + m, ok := enumValueMaps[props.Enum] + if !ok { + break + } + x, ok := m[tok.value] + if !ok { + break + } + fv.SetInt(int64(x)) + return nil + case reflect.Int64: + if x, err := strconv.ParseInt(tok.value, 0, 64); err == nil { + fv.SetInt(x) + return nil + } + + case reflect.Ptr: + // A basic field (indirected through pointer), or a repeated message/group + p.back() + fv.Set(reflect.New(fv.Type().Elem())) + return p.readAny(fv.Elem(), props) + case reflect.String: + if tok.value[0] == '"' || tok.value[0] == '\'' { + fv.SetString(tok.unquoted) + return nil + } + case reflect.Struct: + var terminator string + switch tok.value { + case "{": + terminator = "}" + case "<": + terminator = ">" + default: + return p.errorf("expected '{' or '<', found %q", tok.value) + } + // TODO: Handle nested messages which implement encoding.TextUnmarshaler. + return p.readStruct(fv, terminator) + case reflect.Uint32: + if x, err := strconv.ParseUint(tok.value, 0, 32); err == nil { + fv.SetUint(uint64(x)) + return nil + } + case reflect.Uint64: + if x, err := strconv.ParseUint(tok.value, 0, 64); err == nil { + fv.SetUint(x) + return nil + } + } + return p.errorf("invalid %v: %v", v.Type(), tok.value) +} + +// UnmarshalText reads a protocol buffer in Text format. UnmarshalText resets pb +// before starting to unmarshal, so any existing data in pb is always removed. +// If a required field is not set and no other error occurs, +// UnmarshalText returns *RequiredNotSetError. +func UnmarshalText(s string, pb Message) error { + if um, ok := pb.(encoding.TextUnmarshaler); ok { + err := um.UnmarshalText([]byte(s)) + return err + } + pb.Reset() + v := reflect.ValueOf(pb) + if pe := newTextParser(s).readStruct(v.Elem(), ""); pe != nil { + return pe + } + return nil +} diff --git a/vendor/src/github.com/golang/protobuf/proto/text_parser_test.go b/vendor/src/github.com/golang/protobuf/proto/text_parser_test.go new file mode 100644 index 0000000..8f7cb4d --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/text_parser_test.go @@ -0,0 +1,673 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "math" + "reflect" + "testing" + + . "github.com/golang/protobuf/proto" + proto3pb "github.com/golang/protobuf/proto/proto3_proto" + . "github.com/golang/protobuf/proto/testdata" +) + +type UnmarshalTextTest struct { + in string + err string // if "", no error expected + out *MyMessage +} + +func buildExtStructTest(text string) UnmarshalTextTest { + msg := &MyMessage{ + Count: Int32(42), + } + SetExtension(msg, E_Ext_More, &Ext{ + Data: String("Hello, world!"), + }) + return UnmarshalTextTest{in: text, out: msg} +} + +func buildExtDataTest(text string) UnmarshalTextTest { + msg := &MyMessage{ + Count: Int32(42), + } + SetExtension(msg, E_Ext_Text, String("Hello, world!")) + SetExtension(msg, E_Ext_Number, Int32(1729)) + return UnmarshalTextTest{in: text, out: msg} +} + +func buildExtRepStringTest(text string) UnmarshalTextTest { + msg := &MyMessage{ + Count: Int32(42), + } + if err := SetExtension(msg, E_Greeting, []string{"bula", "hola"}); err != nil { + panic(err) + } + return UnmarshalTextTest{in: text, out: msg} +} + +var unMarshalTextTests = []UnmarshalTextTest{ + // Basic + { + in: " count:42\n name:\"Dave\" ", + out: &MyMessage{ + Count: Int32(42), + Name: String("Dave"), + }, + }, + + // Empty quoted string + { + in: `count:42 name:""`, + out: &MyMessage{ + Count: Int32(42), + Name: String(""), + }, + }, + + // Quoted string concatenation with double quotes + { + in: `count:42 name: "My name is "` + "\n" + `"elsewhere"`, + out: &MyMessage{ + Count: Int32(42), + Name: String("My name is elsewhere"), + }, + }, + + // Quoted string concatenation with single quotes + { + in: "count:42 name: 'My name is '\n'elsewhere'", + out: &MyMessage{ + Count: Int32(42), + Name: String("My name is elsewhere"), + }, + }, + + // Quoted string concatenations with mixed quotes + { + in: "count:42 name: 'My name is '\n\"elsewhere\"", + out: &MyMessage{ + Count: Int32(42), + Name: String("My name is elsewhere"), + }, + }, + { + in: "count:42 name: \"My name is \"\n'elsewhere'", + out: &MyMessage{ + Count: Int32(42), + Name: String("My name is elsewhere"), + }, + }, + + // Quoted string with escaped apostrophe + { + in: `count:42 name: "HOLIDAY - New Year\'s Day"`, + out: &MyMessage{ + Count: Int32(42), + Name: String("HOLIDAY - New Year's Day"), + }, + }, + + // Quoted string with single quote + { + in: `count:42 name: 'Roger "The Ramster" Ramjet'`, + out: &MyMessage{ + Count: Int32(42), + Name: String(`Roger "The Ramster" Ramjet`), + }, + }, + + // Quoted string with all the accepted special characters from the C++ test + { + in: `count:42 name: ` + "\"\\\"A string with \\' characters \\n and \\r newlines and \\t tabs and \\001 slashes \\\\ and multiple spaces\"", + out: &MyMessage{ + Count: Int32(42), + Name: String("\"A string with ' characters \n and \r newlines and \t tabs and \001 slashes \\ and multiple spaces"), + }, + }, + + // Quoted string with quoted backslash + { + in: `count:42 name: "\\'xyz"`, + out: &MyMessage{ + Count: Int32(42), + Name: String(`\'xyz`), + }, + }, + + // Quoted string with UTF-8 bytes. + { + in: "count:42 name: '\303\277\302\201\xAB'", + out: &MyMessage{ + Count: Int32(42), + Name: String("\303\277\302\201\xAB"), + }, + }, + + // Bad quoted string + { + in: `inner: < host: "\0" >` + "\n", + err: `line 1.15: invalid quoted string "\0": \0 requires 2 following digits`, + }, + + // Number too large for int64 + { + in: "count: 1 others { key: 123456789012345678901 }", + err: "line 1.23: invalid int64: 123456789012345678901", + }, + + // Number too large for int32 + { + in: "count: 1234567890123", + err: "line 1.7: invalid int32: 1234567890123", + }, + + // Number in hexadecimal + { + in: "count: 0x2beef", + out: &MyMessage{ + Count: Int32(0x2beef), + }, + }, + + // Number in octal + { + in: "count: 024601", + out: &MyMessage{ + Count: Int32(024601), + }, + }, + + // Floating point number with "f" suffix + { + in: "count: 4 others:< weight: 17.0f >", + out: &MyMessage{ + Count: Int32(4), + Others: []*OtherMessage{ + { + Weight: Float32(17), + }, + }, + }, + }, + + // Floating point positive infinity + { + in: "count: 4 bigfloat: inf", + out: &MyMessage{ + Count: Int32(4), + Bigfloat: Float64(math.Inf(1)), + }, + }, + + // Floating point negative infinity + { + in: "count: 4 bigfloat: -inf", + out: &MyMessage{ + Count: Int32(4), + Bigfloat: Float64(math.Inf(-1)), + }, + }, + + // Number too large for float32 + { + in: "others:< weight: 12345678901234567890123456789012345678901234567890 >", + err: "line 1.17: invalid float32: 12345678901234567890123456789012345678901234567890", + }, + + // Number posing as a quoted string + { + in: `inner: < host: 12 >` + "\n", + err: `line 1.15: invalid string: 12`, + }, + + // Quoted string posing as int32 + { + in: `count: "12"`, + err: `line 1.7: invalid int32: "12"`, + }, + + // Quoted string posing a float32 + { + in: `others:< weight: "17.4" >`, + err: `line 1.17: invalid float32: "17.4"`, + }, + + // Enum + { + in: `count:42 bikeshed: BLUE`, + out: &MyMessage{ + Count: Int32(42), + Bikeshed: MyMessage_BLUE.Enum(), + }, + }, + + // Repeated field + { + in: `count:42 pet: "horsey" pet:"bunny"`, + out: &MyMessage{ + Count: Int32(42), + Pet: []string{"horsey", "bunny"}, + }, + }, + + // Repeated field with list notation + { + in: `count:42 pet: ["horsey", "bunny"]`, + out: &MyMessage{ + Count: Int32(42), + Pet: []string{"horsey", "bunny"}, + }, + }, + + // Repeated message with/without colon and <>/{} + { + in: `count:42 others:{} others{} others:<> others:{}`, + out: &MyMessage{ + Count: Int32(42), + Others: []*OtherMessage{ + {}, + {}, + {}, + {}, + }, + }, + }, + + // Missing colon for inner message + { + in: `count:42 inner < host: "cauchy.syd" >`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("cauchy.syd"), + }, + }, + }, + + // Missing colon for string field + { + in: `name "Dave"`, + err: `line 1.5: expected ':', found "\"Dave\""`, + }, + + // Missing colon for int32 field + { + in: `count 42`, + err: `line 1.6: expected ':', found "42"`, + }, + + // Missing required field + { + in: `name: "Pawel"`, + err: `proto: required field "testdata.MyMessage.count" not set`, + out: &MyMessage{ + Name: String("Pawel"), + }, + }, + + // Missing required field in a required submessage + { + in: `count: 42 we_must_go_deeper < leo_finally_won_an_oscar <> >`, + err: `proto: required field "testdata.InnerMessage.host" not set`, + out: &MyMessage{ + Count: Int32(42), + WeMustGoDeeper: &RequiredInnerMessage{LeoFinallyWonAnOscar: &InnerMessage{}}, + }, + }, + + // Repeated non-repeated field + { + in: `name: "Rob" name: "Russ"`, + err: `line 1.12: non-repeated field "name" was repeated`, + }, + + // Group + { + in: `count: 17 SomeGroup { group_field: 12 }`, + out: &MyMessage{ + Count: Int32(17), + Somegroup: &MyMessage_SomeGroup{ + GroupField: Int32(12), + }, + }, + }, + + // Semicolon between fields + { + in: `count:3;name:"Calvin"`, + out: &MyMessage{ + Count: Int32(3), + Name: String("Calvin"), + }, + }, + // Comma between fields + { + in: `count:4,name:"Ezekiel"`, + out: &MyMessage{ + Count: Int32(4), + Name: String("Ezekiel"), + }, + }, + + // Boolean false + { + in: `count:42 inner { host: "example.com" connected: false }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(false), + }, + }, + }, + // Boolean true + { + in: `count:42 inner { host: "example.com" connected: true }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(true), + }, + }, + }, + // Boolean 0 + { + in: `count:42 inner { host: "example.com" connected: 0 }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(false), + }, + }, + }, + // Boolean 1 + { + in: `count:42 inner { host: "example.com" connected: 1 }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(true), + }, + }, + }, + // Boolean f + { + in: `count:42 inner { host: "example.com" connected: f }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(false), + }, + }, + }, + // Boolean t + { + in: `count:42 inner { host: "example.com" connected: t }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(true), + }, + }, + }, + // Boolean False + { + in: `count:42 inner { host: "example.com" connected: False }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(false), + }, + }, + }, + // Boolean True + { + in: `count:42 inner { host: "example.com" connected: True }`, + out: &MyMessage{ + Count: Int32(42), + Inner: &InnerMessage{ + Host: String("example.com"), + Connected: Bool(true), + }, + }, + }, + + // Extension + buildExtStructTest(`count: 42 [testdata.Ext.more]:`), + buildExtStructTest(`count: 42 [testdata.Ext.more] {data:"Hello, world!"}`), + buildExtDataTest(`count: 42 [testdata.Ext.text]:"Hello, world!" [testdata.Ext.number]:1729`), + buildExtRepStringTest(`count: 42 [testdata.greeting]:"bula" [testdata.greeting]:"hola"`), + + // Big all-in-one + { + in: "count:42 # Meaning\n" + + `name:"Dave" ` + + `quote:"\"I didn't want to go.\"" ` + + `pet:"bunny" ` + + `pet:"kitty" ` + + `pet:"horsey" ` + + `inner:<` + + ` host:"footrest.syd" ` + + ` port:7001 ` + + ` connected:true ` + + `> ` + + `others:<` + + ` key:3735928559 ` + + ` value:"\x01A\a\f" ` + + `> ` + + `others:<` + + " weight:58.9 # Atomic weight of Co\n" + + ` inner:<` + + ` host:"lesha.mtv" ` + + ` port:8002 ` + + ` >` + + `>`, + out: &MyMessage{ + Count: Int32(42), + Name: String("Dave"), + Quote: String(`"I didn't want to go."`), + Pet: []string{"bunny", "kitty", "horsey"}, + Inner: &InnerMessage{ + Host: String("footrest.syd"), + Port: Int32(7001), + Connected: Bool(true), + }, + Others: []*OtherMessage{ + { + Key: Int64(3735928559), + Value: []byte{0x1, 'A', '\a', '\f'}, + }, + { + Weight: Float32(58.9), + Inner: &InnerMessage{ + Host: String("lesha.mtv"), + Port: Int32(8002), + }, + }, + }, + }, + }, +} + +func TestUnmarshalText(t *testing.T) { + for i, test := range unMarshalTextTests { + pb := new(MyMessage) + err := UnmarshalText(test.in, pb) + if test.err == "" { + // We don't expect failure. + if err != nil { + t.Errorf("Test %d: Unexpected error: %v", i, err) + } else if !reflect.DeepEqual(pb, test.out) { + t.Errorf("Test %d: Incorrect populated \nHave: %v\nWant: %v", + i, pb, test.out) + } + } else { + // We do expect failure. + if err == nil { + t.Errorf("Test %d: Didn't get expected error: %v", i, test.err) + } else if err.Error() != test.err { + t.Errorf("Test %d: Incorrect error.\nHave: %v\nWant: %v", + i, err.Error(), test.err) + } else if _, ok := err.(*RequiredNotSetError); ok && test.out != nil && !reflect.DeepEqual(pb, test.out) { + t.Errorf("Test %d: Incorrect populated \nHave: %v\nWant: %v", + i, pb, test.out) + } + } + } +} + +func TestUnmarshalTextCustomMessage(t *testing.T) { + msg := &textMessage{} + if err := UnmarshalText("custom", msg); err != nil { + t.Errorf("Unexpected error from custom unmarshal: %v", err) + } + if UnmarshalText("not custom", msg) == nil { + t.Errorf("Didn't get expected error from custom unmarshal") + } +} + +// Regression test; this caused a panic. +func TestRepeatedEnum(t *testing.T) { + pb := new(RepeatedEnum) + if err := UnmarshalText("color: RED", pb); err != nil { + t.Fatal(err) + } + exp := &RepeatedEnum{ + Color: []RepeatedEnum_Color{RepeatedEnum_RED}, + } + if !Equal(pb, exp) { + t.Errorf("Incorrect populated \nHave: %v\nWant: %v", pb, exp) + } +} + +func TestProto3TextParsing(t *testing.T) { + m := new(proto3pb.Message) + const in = `name: "Wallace" true_scotsman: true` + want := &proto3pb.Message{ + Name: "Wallace", + TrueScotsman: true, + } + if err := UnmarshalText(in, m); err != nil { + t.Fatal(err) + } + if !Equal(m, want) { + t.Errorf("\n got %v\nwant %v", m, want) + } +} + +func TestMapParsing(t *testing.T) { + m := new(MessageWithMap) + const in = `name_mapping: name_mapping:` + + `msg_mapping:,>` + // separating commas are okay + `msg_mapping>` + // no colon after "value" + `msg_mapping:>` + // omitted key + `msg_mapping:` + // omitted value + `byte_mapping:` + + `byte_mapping:<>` // omitted key and value + want := &MessageWithMap{ + NameMapping: map[int32]string{ + 1: "Beatles", + 1234: "Feist", + }, + MsgMapping: map[int64]*FloatingPoint{ + -4: {F: Float64(2.0)}, + -2: {F: Float64(4.0)}, + 0: {F: Float64(5.0)}, + 1: nil, + }, + ByteMapping: map[bool][]byte{ + false: nil, + true: []byte("so be it"), + }, + } + if err := UnmarshalText(in, m); err != nil { + t.Fatal(err) + } + if !Equal(m, want) { + t.Errorf("\n got %v\nwant %v", m, want) + } +} + +func TestOneofParsing(t *testing.T) { + const in = `name:"Shrek"` + m := new(Communique) + want := &Communique{Union: &Communique_Name{"Shrek"}} + if err := UnmarshalText(in, m); err != nil { + t.Fatal(err) + } + if !Equal(m, want) { + t.Errorf("\n got %v\nwant %v", m, want) + } + + const inOverwrite = `name:"Shrek" number:42` + m = new(Communique) + testErr := "line 1.13: field 'number' would overwrite already parsed oneof 'Union'" + if err := UnmarshalText(inOverwrite, m); err == nil { + t.Errorf("TestOneofParsing: Didn't get expected error: %v", testErr) + } else if err.Error() != testErr { + t.Errorf("TestOneofParsing: Incorrect error.\nHave: %v\nWant: %v", + err.Error(), testErr) + } + +} + +var benchInput string + +func init() { + benchInput = "count: 4\n" + for i := 0; i < 1000; i++ { + benchInput += "pet: \"fido\"\n" + } + + // Check it is valid input. + pb := new(MyMessage) + err := UnmarshalText(benchInput, pb) + if err != nil { + panic("Bad benchmark input: " + err.Error()) + } +} + +func BenchmarkUnmarshalText(b *testing.B) { + pb := new(MyMessage) + for i := 0; i < b.N; i++ { + UnmarshalText(benchInput, pb) + } + b.SetBytes(int64(len(benchInput))) +} diff --git a/vendor/src/github.com/golang/protobuf/proto/text_test.go b/vendor/src/github.com/golang/protobuf/proto/text_test.go new file mode 100644 index 0000000..3eabaca --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/proto/text_test.go @@ -0,0 +1,474 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package proto_test + +import ( + "bytes" + "errors" + "io/ioutil" + "math" + "strings" + "testing" + + "github.com/golang/protobuf/proto" + + proto3pb "github.com/golang/protobuf/proto/proto3_proto" + pb "github.com/golang/protobuf/proto/testdata" +) + +// textMessage implements the methods that allow it to marshal and unmarshal +// itself as text. +type textMessage struct { +} + +func (*textMessage) MarshalText() ([]byte, error) { + return []byte("custom"), nil +} + +func (*textMessage) UnmarshalText(bytes []byte) error { + if string(bytes) != "custom" { + return errors.New("expected 'custom'") + } + return nil +} + +func (*textMessage) Reset() {} +func (*textMessage) String() string { return "" } +func (*textMessage) ProtoMessage() {} + +func newTestMessage() *pb.MyMessage { + msg := &pb.MyMessage{ + Count: proto.Int32(42), + Name: proto.String("Dave"), + Quote: proto.String(`"I didn't want to go."`), + Pet: []string{"bunny", "kitty", "horsey"}, + Inner: &pb.InnerMessage{ + Host: proto.String("footrest.syd"), + Port: proto.Int32(7001), + Connected: proto.Bool(true), + }, + Others: []*pb.OtherMessage{ + { + Key: proto.Int64(0xdeadbeef), + Value: []byte{1, 65, 7, 12}, + }, + { + Weight: proto.Float32(6.022), + Inner: &pb.InnerMessage{ + Host: proto.String("lesha.mtv"), + Port: proto.Int32(8002), + }, + }, + }, + Bikeshed: pb.MyMessage_BLUE.Enum(), + Somegroup: &pb.MyMessage_SomeGroup{ + GroupField: proto.Int32(8), + }, + // One normally wouldn't do this. + // This is an undeclared tag 13, as a varint (wire type 0) with value 4. + XXX_unrecognized: []byte{13<<3 | 0, 4}, + } + ext := &pb.Ext{ + Data: proto.String("Big gobs for big rats"), + } + if err := proto.SetExtension(msg, pb.E_Ext_More, ext); err != nil { + panic(err) + } + greetings := []string{"adg", "easy", "cow"} + if err := proto.SetExtension(msg, pb.E_Greeting, greetings); err != nil { + panic(err) + } + + // Add an unknown extension. We marshal a pb.Ext, and fake the ID. + b, err := proto.Marshal(&pb.Ext{Data: proto.String("3G skiing")}) + if err != nil { + panic(err) + } + b = append(proto.EncodeVarint(201<<3|proto.WireBytes), b...) + proto.SetRawExtension(msg, 201, b) + + // Extensions can be plain fields, too, so let's test that. + b = append(proto.EncodeVarint(202<<3|proto.WireVarint), 19) + proto.SetRawExtension(msg, 202, b) + + return msg +} + +const text = `count: 42 +name: "Dave" +quote: "\"I didn't want to go.\"" +pet: "bunny" +pet: "kitty" +pet: "horsey" +inner: < + host: "footrest.syd" + port: 7001 + connected: true +> +others: < + key: 3735928559 + value: "\001A\007\014" +> +others: < + weight: 6.022 + inner: < + host: "lesha.mtv" + port: 8002 + > +> +bikeshed: BLUE +SomeGroup { + group_field: 8 +} +/* 2 unknown bytes */ +13: 4 +[testdata.Ext.more]: < + data: "Big gobs for big rats" +> +[testdata.greeting]: "adg" +[testdata.greeting]: "easy" +[testdata.greeting]: "cow" +/* 13 unknown bytes */ +201: "\t3G skiing" +/* 3 unknown bytes */ +202: 19 +` + +func TestMarshalText(t *testing.T) { + buf := new(bytes.Buffer) + if err := proto.MarshalText(buf, newTestMessage()); err != nil { + t.Fatalf("proto.MarshalText: %v", err) + } + s := buf.String() + if s != text { + t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v===\n", s, text) + } +} + +func TestMarshalTextCustomMessage(t *testing.T) { + buf := new(bytes.Buffer) + if err := proto.MarshalText(buf, &textMessage{}); err != nil { + t.Fatalf("proto.MarshalText: %v", err) + } + s := buf.String() + if s != "custom" { + t.Errorf("Got %q, expected %q", s, "custom") + } +} +func TestMarshalTextNil(t *testing.T) { + want := "" + tests := []proto.Message{nil, (*pb.MyMessage)(nil)} + for i, test := range tests { + buf := new(bytes.Buffer) + if err := proto.MarshalText(buf, test); err != nil { + t.Fatal(err) + } + if got := buf.String(); got != want { + t.Errorf("%d: got %q want %q", i, got, want) + } + } +} + +func TestMarshalTextUnknownEnum(t *testing.T) { + // The Color enum only specifies values 0-2. + m := &pb.MyMessage{Bikeshed: pb.MyMessage_Color(3).Enum()} + got := m.String() + const want = `bikeshed:3 ` + if got != want { + t.Errorf("\n got %q\nwant %q", got, want) + } +} + +func TestTextOneof(t *testing.T) { + tests := []struct { + m proto.Message + want string + }{ + // zero message + {&pb.Communique{}, ``}, + // scalar field + {&pb.Communique{Union: &pb.Communique_Number{4}}, `number:4`}, + // message field + {&pb.Communique{Union: &pb.Communique_Msg{ + &pb.Strings{StringField: proto.String("why hello!")}, + }}, `msg:`}, + // bad oneof (should not panic) + {&pb.Communique{Union: &pb.Communique_Msg{nil}}, `msg:/* nil */`}, + } + for _, test := range tests { + got := strings.TrimSpace(test.m.String()) + if got != test.want { + t.Errorf("\n got %s\nwant %s", got, test.want) + } + } +} + +func BenchmarkMarshalTextBuffered(b *testing.B) { + buf := new(bytes.Buffer) + m := newTestMessage() + for i := 0; i < b.N; i++ { + buf.Reset() + proto.MarshalText(buf, m) + } +} + +func BenchmarkMarshalTextUnbuffered(b *testing.B) { + w := ioutil.Discard + m := newTestMessage() + for i := 0; i < b.N; i++ { + proto.MarshalText(w, m) + } +} + +func compact(src string) string { + // s/[ \n]+/ /g; s/ $//; + dst := make([]byte, len(src)) + space, comment := false, false + j := 0 + for i := 0; i < len(src); i++ { + if strings.HasPrefix(src[i:], "/*") { + comment = true + i++ + continue + } + if comment && strings.HasPrefix(src[i:], "*/") { + comment = false + i++ + continue + } + if comment { + continue + } + c := src[i] + if c == ' ' || c == '\n' { + space = true + continue + } + if j > 0 && (dst[j-1] == ':' || dst[j-1] == '<' || dst[j-1] == '{') { + space = false + } + if c == '{' { + space = false + } + if space { + dst[j] = ' ' + j++ + space = false + } + dst[j] = c + j++ + } + if space { + dst[j] = ' ' + j++ + } + return string(dst[0:j]) +} + +var compactText = compact(text) + +func TestCompactText(t *testing.T) { + s := proto.CompactTextString(newTestMessage()) + if s != compactText { + t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v\n===\n", s, compactText) + } +} + +func TestStringEscaping(t *testing.T) { + testCases := []struct { + in *pb.Strings + out string + }{ + { + // Test data from C++ test (TextFormatTest.StringEscape). + // Single divergence: we don't escape apostrophes. + &pb.Strings{StringField: proto.String("\"A string with ' characters \n and \r newlines and \t tabs and \001 slashes \\ and multiple spaces")}, + "string_field: \"\\\"A string with ' characters \\n and \\r newlines and \\t tabs and \\001 slashes \\\\ and multiple spaces\"\n", + }, + { + // Test data from the same C++ test. + &pb.Strings{StringField: proto.String("\350\260\267\346\255\214")}, + "string_field: \"\\350\\260\\267\\346\\255\\214\"\n", + }, + { + // Some UTF-8. + &pb.Strings{StringField: proto.String("\x00\x01\xff\x81")}, + `string_field: "\000\001\377\201"` + "\n", + }, + } + + for i, tc := range testCases { + var buf bytes.Buffer + if err := proto.MarshalText(&buf, tc.in); err != nil { + t.Errorf("proto.MarsalText: %v", err) + continue + } + s := buf.String() + if s != tc.out { + t.Errorf("#%d: Got:\n%s\nExpected:\n%s\n", i, s, tc.out) + continue + } + + // Check round-trip. + pb := new(pb.Strings) + if err := proto.UnmarshalText(s, pb); err != nil { + t.Errorf("#%d: UnmarshalText: %v", i, err) + continue + } + if !proto.Equal(pb, tc.in) { + t.Errorf("#%d: Round-trip failed:\nstart: %v\n end: %v", i, tc.in, pb) + } + } +} + +// A limitedWriter accepts some output before it fails. +// This is a proxy for something like a nearly-full or imminently-failing disk, +// or a network connection that is about to die. +type limitedWriter struct { + b bytes.Buffer + limit int +} + +var outOfSpace = errors.New("proto: insufficient space") + +func (w *limitedWriter) Write(p []byte) (n int, err error) { + var avail = w.limit - w.b.Len() + if avail <= 0 { + return 0, outOfSpace + } + if len(p) <= avail { + return w.b.Write(p) + } + n, _ = w.b.Write(p[:avail]) + return n, outOfSpace +} + +func TestMarshalTextFailing(t *testing.T) { + // Try lots of different sizes to exercise more error code-paths. + for lim := 0; lim < len(text); lim++ { + buf := new(limitedWriter) + buf.limit = lim + err := proto.MarshalText(buf, newTestMessage()) + // We expect a certain error, but also some partial results in the buffer. + if err != outOfSpace { + t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v===\n", err, outOfSpace) + } + s := buf.b.String() + x := text[:buf.limit] + if s != x { + t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v===\n", s, x) + } + } +} + +func TestFloats(t *testing.T) { + tests := []struct { + f float64 + want string + }{ + {0, "0"}, + {4.7, "4.7"}, + {math.Inf(1), "inf"}, + {math.Inf(-1), "-inf"}, + {math.NaN(), "nan"}, + } + for _, test := range tests { + msg := &pb.FloatingPoint{F: &test.f} + got := strings.TrimSpace(msg.String()) + want := `f:` + test.want + if got != want { + t.Errorf("f=%f: got %q, want %q", test.f, got, want) + } + } +} + +func TestRepeatedNilText(t *testing.T) { + m := &pb.MessageList{ + Message: []*pb.MessageList_Message{ + nil, + &pb.MessageList_Message{ + Name: proto.String("Horse"), + }, + nil, + }, + } + want := `Message +Message { + name: "Horse" +} +Message +` + if s := proto.MarshalTextString(m); s != want { + t.Errorf(" got: %s\nwant: %s", s, want) + } +} + +func TestProto3Text(t *testing.T) { + tests := []struct { + m proto.Message + want string + }{ + // zero message + {&proto3pb.Message{}, ``}, + // zero message except for an empty byte slice + {&proto3pb.Message{Data: []byte{}}, ``}, + // trivial case + {&proto3pb.Message{Name: "Rob", HeightInCm: 175}, `name:"Rob" height_in_cm:175`}, + // empty map + {&pb.MessageWithMap{}, ``}, + // non-empty map; map format is the same as a repeated struct, + // and they are sorted by key (numerically for numeric keys). + { + &pb.MessageWithMap{NameMapping: map[int32]string{ + -1: "Negatory", + 7: "Lucky", + 1234: "Feist", + 6345789: "Otis", + }}, + `name_mapping: ` + + `name_mapping: ` + + `name_mapping: ` + + `name_mapping:`, + }, + // map with nil value; not well-defined, but we shouldn't crash + { + &pb.MessageWithMap{MsgMapping: map[int64]*pb.FloatingPoint{7: nil}}, + `msg_mapping:`, + }, + } + for _, test := range tests { + got := strings.TrimSpace(test.m.String()) + if got != test.want { + t.Errorf("\n got %s\nwant %s", got, test.want) + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/Makefile b/vendor/src/github.com/golang/protobuf/protoc-gen-go/Makefile new file mode 100644 index 0000000..a42cc37 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/Makefile @@ -0,0 +1,33 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +test: + cd testdata && make test diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/Makefile b/vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/Makefile new file mode 100644 index 0000000..4942418 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/Makefile @@ -0,0 +1,39 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Not stored here, but descriptor.proto is in https://github.com/google/protobuf/ +# at src/google/protobuf/descriptor.proto +regenerate: + echo WARNING! THIS RULE IS PROBABLY NOT RIGHT FOR YOUR INSTALLATION + protoc --go_out=. -I$(HOME)/src/protobuf/src $(HOME)/src/protobuf/src/google/protobuf/descriptor.proto && \ + sed 's,^package google_protobuf,package descriptor,' google/protobuf/descriptor.pb.go > \ + $(GOPATH)/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go && \ + rm -f google/protobuf/descriptor.pb.go diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go new file mode 100644 index 0000000..a1d8a76 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/descriptor/descriptor.pb.go @@ -0,0 +1,2065 @@ +// Code generated by protoc-gen-go. +// source: google/protobuf/descriptor.proto +// DO NOT EDIT! + +/* +Package descriptor is a generated protocol buffer package. + +It is generated from these files: + google/protobuf/descriptor.proto + +It has these top-level messages: + FileDescriptorSet + FileDescriptorProto + DescriptorProto + FieldDescriptorProto + OneofDescriptorProto + EnumDescriptorProto + EnumValueDescriptorProto + ServiceDescriptorProto + MethodDescriptorProto + FileOptions + MessageOptions + FieldOptions + OneofOptions + EnumOptions + EnumValueOptions + ServiceOptions + MethodOptions + UninterpretedOption + SourceCodeInfo + GeneratedCodeInfo +*/ +package descriptor + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type FieldDescriptorProto_Type int32 + +const ( + // 0 is reserved for errors. + // Order is weird for historical reasons. + FieldDescriptorProto_TYPE_DOUBLE FieldDescriptorProto_Type = 1 + FieldDescriptorProto_TYPE_FLOAT FieldDescriptorProto_Type = 2 + // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if + // negative values are likely. + FieldDescriptorProto_TYPE_INT64 FieldDescriptorProto_Type = 3 + FieldDescriptorProto_TYPE_UINT64 FieldDescriptorProto_Type = 4 + // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if + // negative values are likely. + FieldDescriptorProto_TYPE_INT32 FieldDescriptorProto_Type = 5 + FieldDescriptorProto_TYPE_FIXED64 FieldDescriptorProto_Type = 6 + FieldDescriptorProto_TYPE_FIXED32 FieldDescriptorProto_Type = 7 + FieldDescriptorProto_TYPE_BOOL FieldDescriptorProto_Type = 8 + FieldDescriptorProto_TYPE_STRING FieldDescriptorProto_Type = 9 + FieldDescriptorProto_TYPE_GROUP FieldDescriptorProto_Type = 10 + FieldDescriptorProto_TYPE_MESSAGE FieldDescriptorProto_Type = 11 + // New in version 2. + FieldDescriptorProto_TYPE_BYTES FieldDescriptorProto_Type = 12 + FieldDescriptorProto_TYPE_UINT32 FieldDescriptorProto_Type = 13 + FieldDescriptorProto_TYPE_ENUM FieldDescriptorProto_Type = 14 + FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15 + FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16 + FieldDescriptorProto_TYPE_SINT32 FieldDescriptorProto_Type = 17 + FieldDescriptorProto_TYPE_SINT64 FieldDescriptorProto_Type = 18 +) + +var FieldDescriptorProto_Type_name = map[int32]string{ + 1: "TYPE_DOUBLE", + 2: "TYPE_FLOAT", + 3: "TYPE_INT64", + 4: "TYPE_UINT64", + 5: "TYPE_INT32", + 6: "TYPE_FIXED64", + 7: "TYPE_FIXED32", + 8: "TYPE_BOOL", + 9: "TYPE_STRING", + 10: "TYPE_GROUP", + 11: "TYPE_MESSAGE", + 12: "TYPE_BYTES", + 13: "TYPE_UINT32", + 14: "TYPE_ENUM", + 15: "TYPE_SFIXED32", + 16: "TYPE_SFIXED64", + 17: "TYPE_SINT32", + 18: "TYPE_SINT64", +} +var FieldDescriptorProto_Type_value = map[string]int32{ + "TYPE_DOUBLE": 1, + "TYPE_FLOAT": 2, + "TYPE_INT64": 3, + "TYPE_UINT64": 4, + "TYPE_INT32": 5, + "TYPE_FIXED64": 6, + "TYPE_FIXED32": 7, + "TYPE_BOOL": 8, + "TYPE_STRING": 9, + "TYPE_GROUP": 10, + "TYPE_MESSAGE": 11, + "TYPE_BYTES": 12, + "TYPE_UINT32": 13, + "TYPE_ENUM": 14, + "TYPE_SFIXED32": 15, + "TYPE_SFIXED64": 16, + "TYPE_SINT32": 17, + "TYPE_SINT64": 18, +} + +func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { + p := new(FieldDescriptorProto_Type) + *p = x + return p +} +func (x FieldDescriptorProto_Type) String() string { + return proto.EnumName(FieldDescriptorProto_Type_name, int32(x)) +} +func (x *FieldDescriptorProto_Type) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FieldDescriptorProto_Type_value, data, "FieldDescriptorProto_Type") + if err != nil { + return err + } + *x = FieldDescriptorProto_Type(value) + return nil +} +func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 0} } + +type FieldDescriptorProto_Label int32 + +const ( + // 0 is reserved for errors + FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1 + FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2 + FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3 +) + +var FieldDescriptorProto_Label_name = map[int32]string{ + 1: "LABEL_OPTIONAL", + 2: "LABEL_REQUIRED", + 3: "LABEL_REPEATED", +} +var FieldDescriptorProto_Label_value = map[string]int32{ + "LABEL_OPTIONAL": 1, + "LABEL_REQUIRED": 2, + "LABEL_REPEATED": 3, +} + +func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { + p := new(FieldDescriptorProto_Label) + *p = x + return p +} +func (x FieldDescriptorProto_Label) String() string { + return proto.EnumName(FieldDescriptorProto_Label_name, int32(x)) +} +func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FieldDescriptorProto_Label_value, data, "FieldDescriptorProto_Label") + if err != nil { + return err + } + *x = FieldDescriptorProto_Label(value) + return nil +} +func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { + return fileDescriptor0, []int{3, 1} +} + +// Generated classes can be optimized for speed or code size. +type FileOptions_OptimizeMode int32 + +const ( + FileOptions_SPEED FileOptions_OptimizeMode = 1 + // etc. + FileOptions_CODE_SIZE FileOptions_OptimizeMode = 2 + FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3 +) + +var FileOptions_OptimizeMode_name = map[int32]string{ + 1: "SPEED", + 2: "CODE_SIZE", + 3: "LITE_RUNTIME", +} +var FileOptions_OptimizeMode_value = map[string]int32{ + "SPEED": 1, + "CODE_SIZE": 2, + "LITE_RUNTIME": 3, +} + +func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { + p := new(FileOptions_OptimizeMode) + *p = x + return p +} +func (x FileOptions_OptimizeMode) String() string { + return proto.EnumName(FileOptions_OptimizeMode_name, int32(x)) +} +func (x *FileOptions_OptimizeMode) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FileOptions_OptimizeMode_value, data, "FileOptions_OptimizeMode") + if err != nil { + return err + } + *x = FileOptions_OptimizeMode(value) + return nil +} +func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{9, 0} } + +type FieldOptions_CType int32 + +const ( + // Default mode. + FieldOptions_STRING FieldOptions_CType = 0 + FieldOptions_CORD FieldOptions_CType = 1 + FieldOptions_STRING_PIECE FieldOptions_CType = 2 +) + +var FieldOptions_CType_name = map[int32]string{ + 0: "STRING", + 1: "CORD", + 2: "STRING_PIECE", +} +var FieldOptions_CType_value = map[string]int32{ + "STRING": 0, + "CORD": 1, + "STRING_PIECE": 2, +} + +func (x FieldOptions_CType) Enum() *FieldOptions_CType { + p := new(FieldOptions_CType) + *p = x + return p +} +func (x FieldOptions_CType) String() string { + return proto.EnumName(FieldOptions_CType_name, int32(x)) +} +func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FieldOptions_CType_value, data, "FieldOptions_CType") + if err != nil { + return err + } + *x = FieldOptions_CType(value) + return nil +} +func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{11, 0} } + +type FieldOptions_JSType int32 + +const ( + // Use the default type. + FieldOptions_JS_NORMAL FieldOptions_JSType = 0 + // Use JavaScript strings. + FieldOptions_JS_STRING FieldOptions_JSType = 1 + // Use JavaScript numbers. + FieldOptions_JS_NUMBER FieldOptions_JSType = 2 +) + +var FieldOptions_JSType_name = map[int32]string{ + 0: "JS_NORMAL", + 1: "JS_STRING", + 2: "JS_NUMBER", +} +var FieldOptions_JSType_value = map[string]int32{ + "JS_NORMAL": 0, + "JS_STRING": 1, + "JS_NUMBER": 2, +} + +func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { + p := new(FieldOptions_JSType) + *p = x + return p +} +func (x FieldOptions_JSType) String() string { + return proto.EnumName(FieldOptions_JSType_name, int32(x)) +} +func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FieldOptions_JSType_value, data, "FieldOptions_JSType") + if err != nil { + return err + } + *x = FieldOptions_JSType(value) + return nil +} +func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{11, 1} } + +// The protocol compiler can output a FileDescriptorSet containing the .proto +// files it parses. +type FileDescriptorSet struct { + File []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *FileDescriptorSet) Reset() { *m = FileDescriptorSet{} } +func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) } +func (*FileDescriptorSet) ProtoMessage() {} +func (*FileDescriptorSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { + if m != nil { + return m.File + } + return nil +} + +// Describes a complete .proto file. +type FileDescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Package *string `protobuf:"bytes,2,opt,name=package" json:"package,omitempty"` + // Names of files imported by this file. + Dependency []string `protobuf:"bytes,3,rep,name=dependency" json:"dependency,omitempty"` + // Indexes of the public imported files in the dependency list above. + PublicDependency []int32 `protobuf:"varint,10,rep,name=public_dependency,json=publicDependency" json:"public_dependency,omitempty"` + // Indexes of the weak imported files in the dependency list. + // For Google-internal migration only. Do not use. + WeakDependency []int32 `protobuf:"varint,11,rep,name=weak_dependency,json=weakDependency" json:"weak_dependency,omitempty"` + // All top-level definitions in this file. + MessageType []*DescriptorProto `protobuf:"bytes,4,rep,name=message_type,json=messageType" json:"message_type,omitempty"` + EnumType []*EnumDescriptorProto `protobuf:"bytes,5,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"` + Service []*ServiceDescriptorProto `protobuf:"bytes,6,rep,name=service" json:"service,omitempty"` + Extension []*FieldDescriptorProto `protobuf:"bytes,7,rep,name=extension" json:"extension,omitempty"` + Options *FileOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"` + // This field contains optional information about the original source code. + // You may safely remove this entire field without harming runtime + // functionality of the descriptors -- the information is needed only by + // development tools. + SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" json:"source_code_info,omitempty"` + // The syntax of the proto file. + // The supported values are "proto2" and "proto3". + Syntax *string `protobuf:"bytes,12,opt,name=syntax" json:"syntax,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *FileDescriptorProto) Reset() { *m = FileDescriptorProto{} } +func (m *FileDescriptorProto) String() string { return proto.CompactTextString(m) } +func (*FileDescriptorProto) ProtoMessage() {} +func (*FileDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *FileDescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *FileDescriptorProto) GetPackage() string { + if m != nil && m.Package != nil { + return *m.Package + } + return "" +} + +func (m *FileDescriptorProto) GetDependency() []string { + if m != nil { + return m.Dependency + } + return nil +} + +func (m *FileDescriptorProto) GetPublicDependency() []int32 { + if m != nil { + return m.PublicDependency + } + return nil +} + +func (m *FileDescriptorProto) GetWeakDependency() []int32 { + if m != nil { + return m.WeakDependency + } + return nil +} + +func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto { + if m != nil { + return m.MessageType + } + return nil +} + +func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { + if m != nil { + return m.EnumType + } + return nil +} + +func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto { + if m != nil { + return m.Service + } + return nil +} + +func (m *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { + if m != nil { + return m.Extension + } + return nil +} + +func (m *FileDescriptorProto) GetOptions() *FileOptions { + if m != nil { + return m.Options + } + return nil +} + +func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { + if m != nil { + return m.SourceCodeInfo + } + return nil +} + +func (m *FileDescriptorProto) GetSyntax() string { + if m != nil && m.Syntax != nil { + return *m.Syntax + } + return "" +} + +// Describes a message type. +type DescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Field []*FieldDescriptorProto `protobuf:"bytes,2,rep,name=field" json:"field,omitempty"` + Extension []*FieldDescriptorProto `protobuf:"bytes,6,rep,name=extension" json:"extension,omitempty"` + NestedType []*DescriptorProto `protobuf:"bytes,3,rep,name=nested_type,json=nestedType" json:"nested_type,omitempty"` + EnumType []*EnumDescriptorProto `protobuf:"bytes,4,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"` + ExtensionRange []*DescriptorProto_ExtensionRange `protobuf:"bytes,5,rep,name=extension_range,json=extensionRange" json:"extension_range,omitempty"` + OneofDecl []*OneofDescriptorProto `protobuf:"bytes,8,rep,name=oneof_decl,json=oneofDecl" json:"oneof_decl,omitempty"` + Options *MessageOptions `protobuf:"bytes,7,opt,name=options" json:"options,omitempty"` + ReservedRange []*DescriptorProto_ReservedRange `protobuf:"bytes,9,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"` + // Reserved field names, which may not be used by fields in the same message. + // A given name may only be reserved once. + ReservedName []string `protobuf:"bytes,10,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *DescriptorProto) Reset() { *m = DescriptorProto{} } +func (m *DescriptorProto) String() string { return proto.CompactTextString(m) } +func (*DescriptorProto) ProtoMessage() {} +func (*DescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +func (m *DescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *DescriptorProto) GetField() []*FieldDescriptorProto { + if m != nil { + return m.Field + } + return nil +} + +func (m *DescriptorProto) GetExtension() []*FieldDescriptorProto { + if m != nil { + return m.Extension + } + return nil +} + +func (m *DescriptorProto) GetNestedType() []*DescriptorProto { + if m != nil { + return m.NestedType + } + return nil +} + +func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto { + if m != nil { + return m.EnumType + } + return nil +} + +func (m *DescriptorProto) GetExtensionRange() []*DescriptorProto_ExtensionRange { + if m != nil { + return m.ExtensionRange + } + return nil +} + +func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { + if m != nil { + return m.OneofDecl + } + return nil +} + +func (m *DescriptorProto) GetOptions() *MessageOptions { + if m != nil { + return m.Options + } + return nil +} + +func (m *DescriptorProto) GetReservedRange() []*DescriptorProto_ReservedRange { + if m != nil { + return m.ReservedRange + } + return nil +} + +func (m *DescriptorProto) GetReservedName() []string { + if m != nil { + return m.ReservedName + } + return nil +} + +type DescriptorProto_ExtensionRange struct { + Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"` + End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *DescriptorProto_ExtensionRange) Reset() { *m = DescriptorProto_ExtensionRange{} } +func (m *DescriptorProto_ExtensionRange) String() string { return proto.CompactTextString(m) } +func (*DescriptorProto_ExtensionRange) ProtoMessage() {} +func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { + return fileDescriptor0, []int{2, 0} +} + +func (m *DescriptorProto_ExtensionRange) GetStart() int32 { + if m != nil && m.Start != nil { + return *m.Start + } + return 0 +} + +func (m *DescriptorProto_ExtensionRange) GetEnd() int32 { + if m != nil && m.End != nil { + return *m.End + } + return 0 +} + +// Range of reserved tag numbers. Reserved tag numbers may not be used by +// fields or extension ranges in the same message. Reserved ranges may +// not overlap. +type DescriptorProto_ReservedRange struct { + Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"` + End *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *DescriptorProto_ReservedRange) Reset() { *m = DescriptorProto_ReservedRange{} } +func (m *DescriptorProto_ReservedRange) String() string { return proto.CompactTextString(m) } +func (*DescriptorProto_ReservedRange) ProtoMessage() {} +func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { + return fileDescriptor0, []int{2, 1} +} + +func (m *DescriptorProto_ReservedRange) GetStart() int32 { + if m != nil && m.Start != nil { + return *m.Start + } + return 0 +} + +func (m *DescriptorProto_ReservedRange) GetEnd() int32 { + if m != nil && m.End != nil { + return *m.End + } + return 0 +} + +// Describes a field within a message. +type FieldDescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Number *int32 `protobuf:"varint,3,opt,name=number" json:"number,omitempty"` + Label *FieldDescriptorProto_Label `protobuf:"varint,4,opt,name=label,enum=google.protobuf.FieldDescriptorProto_Label" json:"label,omitempty"` + // If type_name is set, this need not be set. If both this and type_name + // are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP. + Type *FieldDescriptorProto_Type `protobuf:"varint,5,opt,name=type,enum=google.protobuf.FieldDescriptorProto_Type" json:"type,omitempty"` + // For message and enum types, this is the name of the type. If the name + // starts with a '.', it is fully-qualified. Otherwise, C++-like scoping + // rules are used to find the type (i.e. first the nested types within this + // message are searched, then within the parent, on up to the root + // namespace). + TypeName *string `protobuf:"bytes,6,opt,name=type_name,json=typeName" json:"type_name,omitempty"` + // For extensions, this is the name of the type being extended. It is + // resolved in the same manner as type_name. + Extendee *string `protobuf:"bytes,2,opt,name=extendee" json:"extendee,omitempty"` + // For numeric types, contains the original text representation of the value. + // For booleans, "true" or "false". + // For strings, contains the default text contents (not escaped in any way). + // For bytes, contains the C escaped value. All bytes >= 128 are escaped. + // TODO(kenton): Base-64 encode? + DefaultValue *string `protobuf:"bytes,7,opt,name=default_value,json=defaultValue" json:"default_value,omitempty"` + // If set, gives the index of a oneof in the containing type's oneof_decl + // list. This field is a member of that oneof. + OneofIndex *int32 `protobuf:"varint,9,opt,name=oneof_index,json=oneofIndex" json:"oneof_index,omitempty"` + // JSON name of this field. The value is set by protocol compiler. If the + // user has set a "json_name" option on this field, that option's value + // will be used. Otherwise, it's deduced from the field's name by converting + // it to camelCase. + JsonName *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omitempty"` + Options *FieldOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *FieldDescriptorProto) Reset() { *m = FieldDescriptorProto{} } +func (m *FieldDescriptorProto) String() string { return proto.CompactTextString(m) } +func (*FieldDescriptorProto) ProtoMessage() {} +func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } + +func (m *FieldDescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *FieldDescriptorProto) GetNumber() int32 { + if m != nil && m.Number != nil { + return *m.Number + } + return 0 +} + +func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { + if m != nil && m.Label != nil { + return *m.Label + } + return FieldDescriptorProto_LABEL_OPTIONAL +} + +func (m *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { + if m != nil && m.Type != nil { + return *m.Type + } + return FieldDescriptorProto_TYPE_DOUBLE +} + +func (m *FieldDescriptorProto) GetTypeName() string { + if m != nil && m.TypeName != nil { + return *m.TypeName + } + return "" +} + +func (m *FieldDescriptorProto) GetExtendee() string { + if m != nil && m.Extendee != nil { + return *m.Extendee + } + return "" +} + +func (m *FieldDescriptorProto) GetDefaultValue() string { + if m != nil && m.DefaultValue != nil { + return *m.DefaultValue + } + return "" +} + +func (m *FieldDescriptorProto) GetOneofIndex() int32 { + if m != nil && m.OneofIndex != nil { + return *m.OneofIndex + } + return 0 +} + +func (m *FieldDescriptorProto) GetJsonName() string { + if m != nil && m.JsonName != nil { + return *m.JsonName + } + return "" +} + +func (m *FieldDescriptorProto) GetOptions() *FieldOptions { + if m != nil { + return m.Options + } + return nil +} + +// Describes a oneof. +type OneofDescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OneofDescriptorProto) Reset() { *m = OneofDescriptorProto{} } +func (m *OneofDescriptorProto) String() string { return proto.CompactTextString(m) } +func (*OneofDescriptorProto) ProtoMessage() {} +func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } + +func (m *OneofDescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *OneofDescriptorProto) GetOptions() *OneofOptions { + if m != nil { + return m.Options + } + return nil +} + +// Describes an enum type. +type EnumDescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Value []*EnumValueDescriptorProto `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"` + Options *EnumOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *EnumDescriptorProto) Reset() { *m = EnumDescriptorProto{} } +func (m *EnumDescriptorProto) String() string { return proto.CompactTextString(m) } +func (*EnumDescriptorProto) ProtoMessage() {} +func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } + +func (m *EnumDescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { + if m != nil { + return m.Value + } + return nil +} + +func (m *EnumDescriptorProto) GetOptions() *EnumOptions { + if m != nil { + return m.Options + } + return nil +} + +// Describes a value within an enum. +type EnumValueDescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Number *int32 `protobuf:"varint,2,opt,name=number" json:"number,omitempty"` + Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *EnumValueDescriptorProto) Reset() { *m = EnumValueDescriptorProto{} } +func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) } +func (*EnumValueDescriptorProto) ProtoMessage() {} +func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} } + +func (m *EnumValueDescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *EnumValueDescriptorProto) GetNumber() int32 { + if m != nil && m.Number != nil { + return *m.Number + } + return 0 +} + +func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { + if m != nil { + return m.Options + } + return nil +} + +// Describes a service. +type ServiceDescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + Method []*MethodDescriptorProto `protobuf:"bytes,2,rep,name=method" json:"method,omitempty"` + Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *ServiceDescriptorProto) Reset() { *m = ServiceDescriptorProto{} } +func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) } +func (*ServiceDescriptorProto) ProtoMessage() {} +func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } + +func (m *ServiceDescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { + if m != nil { + return m.Method + } + return nil +} + +func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions { + if m != nil { + return m.Options + } + return nil +} + +// Describes a method of a service. +type MethodDescriptorProto struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + // Input and output type names. These are resolved in the same way as + // FieldDescriptorProto.type_name, but must refer to a message type. + InputType *string `protobuf:"bytes,2,opt,name=input_type,json=inputType" json:"input_type,omitempty"` + OutputType *string `protobuf:"bytes,3,opt,name=output_type,json=outputType" json:"output_type,omitempty"` + Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"` + // Identifies if client streams multiple client messages + ClientStreaming *bool `protobuf:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"` + // Identifies if server streams multiple server messages + ServerStreaming *bool `protobuf:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MethodDescriptorProto) Reset() { *m = MethodDescriptorProto{} } +func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) } +func (*MethodDescriptorProto) ProtoMessage() {} +func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} } + +const Default_MethodDescriptorProto_ClientStreaming bool = false +const Default_MethodDescriptorProto_ServerStreaming bool = false + +func (m *MethodDescriptorProto) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *MethodDescriptorProto) GetInputType() string { + if m != nil && m.InputType != nil { + return *m.InputType + } + return "" +} + +func (m *MethodDescriptorProto) GetOutputType() string { + if m != nil && m.OutputType != nil { + return *m.OutputType + } + return "" +} + +func (m *MethodDescriptorProto) GetOptions() *MethodOptions { + if m != nil { + return m.Options + } + return nil +} + +func (m *MethodDescriptorProto) GetClientStreaming() bool { + if m != nil && m.ClientStreaming != nil { + return *m.ClientStreaming + } + return Default_MethodDescriptorProto_ClientStreaming +} + +func (m *MethodDescriptorProto) GetServerStreaming() bool { + if m != nil && m.ServerStreaming != nil { + return *m.ServerStreaming + } + return Default_MethodDescriptorProto_ServerStreaming +} + +type FileOptions struct { + // Sets the Java package where classes generated from this .proto will be + // placed. By default, the proto package is used, but this is often + // inappropriate because proto packages do not normally start with backwards + // domain names. + JavaPackage *string `protobuf:"bytes,1,opt,name=java_package,json=javaPackage" json:"java_package,omitempty"` + // If set, all the classes from the .proto file are wrapped in a single + // outer class with the given name. This applies to both Proto1 + // (equivalent to the old "--one_java_file" option) and Proto2 (where + // a .proto always translates to a single class, but you may want to + // explicitly choose the class name). + JavaOuterClassname *string `protobuf:"bytes,8,opt,name=java_outer_classname,json=javaOuterClassname" json:"java_outer_classname,omitempty"` + // If set true, then the Java code generator will generate a separate .java + // file for each top-level message, enum, and service defined in the .proto + // file. Thus, these types will *not* be nested inside the outer class + // named by java_outer_classname. However, the outer class will still be + // generated to contain the file's getDescriptor() method as well as any + // top-level extensions defined in the file. + JavaMultipleFiles *bool `protobuf:"varint,10,opt,name=java_multiple_files,json=javaMultipleFiles,def=0" json:"java_multiple_files,omitempty"` + // This option does nothing. + JavaGenerateEqualsAndHash *bool `protobuf:"varint,20,opt,name=java_generate_equals_and_hash,json=javaGenerateEqualsAndHash" json:"java_generate_equals_and_hash,omitempty"` + // If set true, then the Java2 code generator will generate code that + // throws an exception whenever an attempt is made to assign a non-UTF-8 + // byte sequence to a string field. + // Message reflection will do the same. + // However, an extension field still accepts non-UTF-8 byte sequences. + // This option has no effect on when used with the lite runtime. + JavaStringCheckUtf8 *bool `protobuf:"varint,27,opt,name=java_string_check_utf8,json=javaStringCheckUtf8,def=0" json:"java_string_check_utf8,omitempty"` + OptimizeFor *FileOptions_OptimizeMode `protobuf:"varint,9,opt,name=optimize_for,json=optimizeFor,enum=google.protobuf.FileOptions_OptimizeMode,def=1" json:"optimize_for,omitempty"` + // Sets the Go package where structs generated from this .proto will be + // placed. If omitted, the Go package will be derived from the following: + // - The basename of the package import path, if provided. + // - Otherwise, the package statement in the .proto file, if present. + // - Otherwise, the basename of the .proto file, without extension. + GoPackage *string `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitempty"` + // Should generic services be generated in each language? "Generic" services + // are not specific to any particular RPC system. They are generated by the + // main code generators in each language (without additional plugins). + // Generic services were the only kind of service generation supported by + // early versions of google.protobuf. + // + // Generic services are now considered deprecated in favor of using plugins + // that generate code specific to your particular RPC system. Therefore, + // these default to false. Old code which depends on generic services should + // explicitly set them to true. + CcGenericServices *bool `protobuf:"varint,16,opt,name=cc_generic_services,json=ccGenericServices,def=0" json:"cc_generic_services,omitempty"` + JavaGenericServices *bool `protobuf:"varint,17,opt,name=java_generic_services,json=javaGenericServices,def=0" json:"java_generic_services,omitempty"` + PyGenericServices *bool `protobuf:"varint,18,opt,name=py_generic_services,json=pyGenericServices,def=0" json:"py_generic_services,omitempty"` + // Is this file deprecated? + // Depending on the target platform, this can emit Deprecated annotations + // for everything in the file, or it will be completely ignored; in the very + // least, this is a formalization for deprecating files. + Deprecated *bool `protobuf:"varint,23,opt,name=deprecated,def=0" json:"deprecated,omitempty"` + // Enables the use of arenas for the proto messages in this file. This applies + // only to generated classes for C++. + CcEnableArenas *bool `protobuf:"varint,31,opt,name=cc_enable_arenas,json=ccEnableArenas,def=0" json:"cc_enable_arenas,omitempty"` + // Sets the objective c class prefix which is prepended to all objective c + // generated classes from this .proto. There is no default. + ObjcClassPrefix *string `protobuf:"bytes,36,opt,name=objc_class_prefix,json=objcClassPrefix" json:"objc_class_prefix,omitempty"` + // Namespace for generated classes; defaults to the package. + CsharpNamespace *string `protobuf:"bytes,37,opt,name=csharp_namespace,json=csharpNamespace" json:"csharp_namespace,omitempty"` + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *FileOptions) Reset() { *m = FileOptions{} } +func (m *FileOptions) String() string { return proto.CompactTextString(m) } +func (*FileOptions) ProtoMessage() {} +func (*FileOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} } + +var extRange_FileOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*FileOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_FileOptions +} + +const Default_FileOptions_JavaMultipleFiles bool = false +const Default_FileOptions_JavaStringCheckUtf8 bool = false +const Default_FileOptions_OptimizeFor FileOptions_OptimizeMode = FileOptions_SPEED +const Default_FileOptions_CcGenericServices bool = false +const Default_FileOptions_JavaGenericServices bool = false +const Default_FileOptions_PyGenericServices bool = false +const Default_FileOptions_Deprecated bool = false +const Default_FileOptions_CcEnableArenas bool = false + +func (m *FileOptions) GetJavaPackage() string { + if m != nil && m.JavaPackage != nil { + return *m.JavaPackage + } + return "" +} + +func (m *FileOptions) GetJavaOuterClassname() string { + if m != nil && m.JavaOuterClassname != nil { + return *m.JavaOuterClassname + } + return "" +} + +func (m *FileOptions) GetJavaMultipleFiles() bool { + if m != nil && m.JavaMultipleFiles != nil { + return *m.JavaMultipleFiles + } + return Default_FileOptions_JavaMultipleFiles +} + +func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool { + if m != nil && m.JavaGenerateEqualsAndHash != nil { + return *m.JavaGenerateEqualsAndHash + } + return false +} + +func (m *FileOptions) GetJavaStringCheckUtf8() bool { + if m != nil && m.JavaStringCheckUtf8 != nil { + return *m.JavaStringCheckUtf8 + } + return Default_FileOptions_JavaStringCheckUtf8 +} + +func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { + if m != nil && m.OptimizeFor != nil { + return *m.OptimizeFor + } + return Default_FileOptions_OptimizeFor +} + +func (m *FileOptions) GetGoPackage() string { + if m != nil && m.GoPackage != nil { + return *m.GoPackage + } + return "" +} + +func (m *FileOptions) GetCcGenericServices() bool { + if m != nil && m.CcGenericServices != nil { + return *m.CcGenericServices + } + return Default_FileOptions_CcGenericServices +} + +func (m *FileOptions) GetJavaGenericServices() bool { + if m != nil && m.JavaGenericServices != nil { + return *m.JavaGenericServices + } + return Default_FileOptions_JavaGenericServices +} + +func (m *FileOptions) GetPyGenericServices() bool { + if m != nil && m.PyGenericServices != nil { + return *m.PyGenericServices + } + return Default_FileOptions_PyGenericServices +} + +func (m *FileOptions) GetDeprecated() bool { + if m != nil && m.Deprecated != nil { + return *m.Deprecated + } + return Default_FileOptions_Deprecated +} + +func (m *FileOptions) GetCcEnableArenas() bool { + if m != nil && m.CcEnableArenas != nil { + return *m.CcEnableArenas + } + return Default_FileOptions_CcEnableArenas +} + +func (m *FileOptions) GetObjcClassPrefix() string { + if m != nil && m.ObjcClassPrefix != nil { + return *m.ObjcClassPrefix + } + return "" +} + +func (m *FileOptions) GetCsharpNamespace() string { + if m != nil && m.CsharpNamespace != nil { + return *m.CsharpNamespace + } + return "" +} + +func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +type MessageOptions struct { + // Set true to use the old proto1 MessageSet wire format for extensions. + // This is provided for backwards-compatibility with the MessageSet wire + // format. You should not use this for any other reason: It's less + // efficient, has fewer features, and is more complicated. + // + // The message must be defined exactly as follows: + // message Foo { + // option message_set_wire_format = true; + // extensions 4 to max; + // } + // Note that the message cannot have any defined fields; MessageSets only + // have extensions. + // + // All extensions of your type must be singular messages; e.g. they cannot + // be int32s, enums, or repeated messages. + // + // Because this is an option, the above two restrictions are not enforced by + // the protocol compiler. + MessageSetWireFormat *bool `protobuf:"varint,1,opt,name=message_set_wire_format,json=messageSetWireFormat,def=0" json:"message_set_wire_format,omitempty"` + // Disables the generation of the standard "descriptor()" accessor, which can + // conflict with a field of the same name. This is meant to make migration + // from proto1 easier; new code should avoid fields named "descriptor". + NoStandardDescriptorAccessor *bool `protobuf:"varint,2,opt,name=no_standard_descriptor_accessor,json=noStandardDescriptorAccessor,def=0" json:"no_standard_descriptor_accessor,omitempty"` + // Is this message deprecated? + // Depending on the target platform, this can emit Deprecated annotations + // for the message, or it will be completely ignored; in the very least, + // this is a formalization for deprecating messages. + Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"` + // Whether the message is an automatically generated map entry type for the + // maps field. + // + // For maps fields: + // map map_field = 1; + // The parsed descriptor looks like: + // message MapFieldEntry { + // option map_entry = true; + // optional KeyType key = 1; + // optional ValueType value = 2; + // } + // repeated MapFieldEntry map_field = 1; + // + // Implementations may choose not to generate the map_entry=true message, but + // use a native map in the target language to hold the keys and values. + // The reflection APIs in such implementions still need to work as + // if the field is a repeated message field. + // + // NOTE: Do not set the option in .proto files. Always use the maps syntax + // instead. The option should only be implicitly set by the proto compiler + // parser. + MapEntry *bool `protobuf:"varint,7,opt,name=map_entry,json=mapEntry" json:"map_entry,omitempty"` + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MessageOptions) Reset() { *m = MessageOptions{} } +func (m *MessageOptions) String() string { return proto.CompactTextString(m) } +func (*MessageOptions) ProtoMessage() {} +func (*MessageOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} } + +var extRange_MessageOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*MessageOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_MessageOptions +} + +const Default_MessageOptions_MessageSetWireFormat bool = false +const Default_MessageOptions_NoStandardDescriptorAccessor bool = false +const Default_MessageOptions_Deprecated bool = false + +func (m *MessageOptions) GetMessageSetWireFormat() bool { + if m != nil && m.MessageSetWireFormat != nil { + return *m.MessageSetWireFormat + } + return Default_MessageOptions_MessageSetWireFormat +} + +func (m *MessageOptions) GetNoStandardDescriptorAccessor() bool { + if m != nil && m.NoStandardDescriptorAccessor != nil { + return *m.NoStandardDescriptorAccessor + } + return Default_MessageOptions_NoStandardDescriptorAccessor +} + +func (m *MessageOptions) GetDeprecated() bool { + if m != nil && m.Deprecated != nil { + return *m.Deprecated + } + return Default_MessageOptions_Deprecated +} + +func (m *MessageOptions) GetMapEntry() bool { + if m != nil && m.MapEntry != nil { + return *m.MapEntry + } + return false +} + +func (m *MessageOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +type FieldOptions struct { + // The ctype option instructs the C++ code generator to use a different + // representation of the field than it normally would. See the specific + // options below. This option is not yet implemented in the open source + // release -- sorry, we'll try to include it in a future version! + Ctype *FieldOptions_CType `protobuf:"varint,1,opt,name=ctype,enum=google.protobuf.FieldOptions_CType,def=0" json:"ctype,omitempty"` + // The packed option can be enabled for repeated primitive fields to enable + // a more efficient representation on the wire. Rather than repeatedly + // writing the tag and type for each element, the entire array is encoded as + // a single length-delimited blob. In proto3, only explicit setting it to + // false will avoid using packed encoding. + Packed *bool `protobuf:"varint,2,opt,name=packed" json:"packed,omitempty"` + // The jstype option determines the JavaScript type used for values of the + // field. The option is permitted only for 64 bit integral and fixed types + // (int64, uint64, sint64, fixed64, sfixed64). By default these types are + // represented as JavaScript strings. This avoids loss of precision that can + // happen when a large value is converted to a floating point JavaScript + // numbers. Specifying JS_NUMBER for the jstype causes the generated + // JavaScript code to use the JavaScript "number" type instead of strings. + // This option is an enum to permit additional types to be added, + // e.g. goog.math.Integer. + Jstype *FieldOptions_JSType `protobuf:"varint,6,opt,name=jstype,enum=google.protobuf.FieldOptions_JSType,def=0" json:"jstype,omitempty"` + // Should this field be parsed lazily? Lazy applies only to message-type + // fields. It means that when the outer message is initially parsed, the + // inner message's contents will not be parsed but instead stored in encoded + // form. The inner message will actually be parsed when it is first accessed. + // + // This is only a hint. Implementations are free to choose whether to use + // eager or lazy parsing regardless of the value of this option. However, + // setting this option true suggests that the protocol author believes that + // using lazy parsing on this field is worth the additional bookkeeping + // overhead typically needed to implement it. + // + // This option does not affect the public interface of any generated code; + // all method signatures remain the same. Furthermore, thread-safety of the + // interface is not affected by this option; const methods remain safe to + // call from multiple threads concurrently, while non-const methods continue + // to require exclusive access. + // + // + // Note that implementations may choose not to check required fields within + // a lazy sub-message. That is, calling IsInitialized() on the outer message + // may return true even if the inner message has missing required fields. + // This is necessary because otherwise the inner message would have to be + // parsed in order to perform the check, defeating the purpose of lazy + // parsing. An implementation which chooses not to check required fields + // must be consistent about it. That is, for any particular sub-message, the + // implementation must either *always* check its required fields, or *never* + // check its required fields, regardless of whether or not the message has + // been parsed. + Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"` + // Is this field deprecated? + // Depending on the target platform, this can emit Deprecated annotations + // for accessors, or it will be completely ignored; in the very least, this + // is a formalization for deprecating fields. + Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"` + // For Google-internal migration only. Do not use. + Weak *bool `protobuf:"varint,10,opt,name=weak,def=0" json:"weak,omitempty"` + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *FieldOptions) Reset() { *m = FieldOptions{} } +func (m *FieldOptions) String() string { return proto.CompactTextString(m) } +func (*FieldOptions) ProtoMessage() {} +func (*FieldOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} } + +var extRange_FieldOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*FieldOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_FieldOptions +} + +const Default_FieldOptions_Ctype FieldOptions_CType = FieldOptions_STRING +const Default_FieldOptions_Jstype FieldOptions_JSType = FieldOptions_JS_NORMAL +const Default_FieldOptions_Lazy bool = false +const Default_FieldOptions_Deprecated bool = false +const Default_FieldOptions_Weak bool = false + +func (m *FieldOptions) GetCtype() FieldOptions_CType { + if m != nil && m.Ctype != nil { + return *m.Ctype + } + return Default_FieldOptions_Ctype +} + +func (m *FieldOptions) GetPacked() bool { + if m != nil && m.Packed != nil { + return *m.Packed + } + return false +} + +func (m *FieldOptions) GetJstype() FieldOptions_JSType { + if m != nil && m.Jstype != nil { + return *m.Jstype + } + return Default_FieldOptions_Jstype +} + +func (m *FieldOptions) GetLazy() bool { + if m != nil && m.Lazy != nil { + return *m.Lazy + } + return Default_FieldOptions_Lazy +} + +func (m *FieldOptions) GetDeprecated() bool { + if m != nil && m.Deprecated != nil { + return *m.Deprecated + } + return Default_FieldOptions_Deprecated +} + +func (m *FieldOptions) GetWeak() bool { + if m != nil && m.Weak != nil { + return *m.Weak + } + return Default_FieldOptions_Weak +} + +func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +type OneofOptions struct { + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OneofOptions) Reset() { *m = OneofOptions{} } +func (m *OneofOptions) String() string { return proto.CompactTextString(m) } +func (*OneofOptions) ProtoMessage() {} +func (*OneofOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} } + +var extRange_OneofOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*OneofOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_OneofOptions +} + +func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +type EnumOptions struct { + // Set this option to true to allow mapping different tag names to the same + // value. + AllowAlias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omitempty"` + // Is this enum deprecated? + // Depending on the target platform, this can emit Deprecated annotations + // for the enum, or it will be completely ignored; in the very least, this + // is a formalization for deprecating enums. + Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"` + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *EnumOptions) Reset() { *m = EnumOptions{} } +func (m *EnumOptions) String() string { return proto.CompactTextString(m) } +func (*EnumOptions) ProtoMessage() {} +func (*EnumOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} } + +var extRange_EnumOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*EnumOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_EnumOptions +} + +const Default_EnumOptions_Deprecated bool = false + +func (m *EnumOptions) GetAllowAlias() bool { + if m != nil && m.AllowAlias != nil { + return *m.AllowAlias + } + return false +} + +func (m *EnumOptions) GetDeprecated() bool { + if m != nil && m.Deprecated != nil { + return *m.Deprecated + } + return Default_EnumOptions_Deprecated +} + +func (m *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +type EnumValueOptions struct { + // Is this enum value deprecated? + // Depending on the target platform, this can emit Deprecated annotations + // for the enum value, or it will be completely ignored; in the very least, + // this is a formalization for deprecating enum values. + Deprecated *bool `protobuf:"varint,1,opt,name=deprecated,def=0" json:"deprecated,omitempty"` + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *EnumValueOptions) Reset() { *m = EnumValueOptions{} } +func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) } +func (*EnumValueOptions) ProtoMessage() {} +func (*EnumValueOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} } + +var extRange_EnumValueOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_EnumValueOptions +} + +const Default_EnumValueOptions_Deprecated bool = false + +func (m *EnumValueOptions) GetDeprecated() bool { + if m != nil && m.Deprecated != nil { + return *m.Deprecated + } + return Default_EnumValueOptions_Deprecated +} + +func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +type ServiceOptions struct { + // Is this service deprecated? + // Depending on the target platform, this can emit Deprecated annotations + // for the service, or it will be completely ignored; in the very least, + // this is a formalization for deprecating services. + Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"` + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *ServiceOptions) Reset() { *m = ServiceOptions{} } +func (m *ServiceOptions) String() string { return proto.CompactTextString(m) } +func (*ServiceOptions) ProtoMessage() {} +func (*ServiceOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} } + +var extRange_ServiceOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_ServiceOptions +} + +const Default_ServiceOptions_Deprecated bool = false + +func (m *ServiceOptions) GetDeprecated() bool { + if m != nil && m.Deprecated != nil { + return *m.Deprecated + } + return Default_ServiceOptions_Deprecated +} + +func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +type MethodOptions struct { + // Is this method deprecated? + // Depending on the target platform, this can emit Deprecated annotations + // for the method, or it will be completely ignored; in the very least, + // this is a formalization for deprecating methods. + Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"` + // The parser stores options it doesn't recognize here. See above. + UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MethodOptions) Reset() { *m = MethodOptions{} } +func (m *MethodOptions) String() string { return proto.CompactTextString(m) } +func (*MethodOptions) ProtoMessage() {} +func (*MethodOptions) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} } + +var extRange_MethodOptions = []proto.ExtensionRange{ + {1000, 536870911}, +} + +func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_MethodOptions +} + +const Default_MethodOptions_Deprecated bool = false + +func (m *MethodOptions) GetDeprecated() bool { + if m != nil && m.Deprecated != nil { + return *m.Deprecated + } + return Default_MethodOptions_Deprecated +} + +func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { + if m != nil { + return m.UninterpretedOption + } + return nil +} + +// A message representing a option the parser does not recognize. This only +// appears in options protos created by the compiler::Parser class. +// DescriptorPool resolves these when building Descriptor objects. Therefore, +// options protos in descriptor objects (e.g. returned by Descriptor::options(), +// or produced by Descriptor::CopyTo()) will never have UninterpretedOptions +// in them. +type UninterpretedOption struct { + Name []*UninterpretedOption_NamePart `protobuf:"bytes,2,rep,name=name" json:"name,omitempty"` + // The value of the uninterpreted option, in whatever type the tokenizer + // identified it as during parsing. Exactly one of these should be set. + IdentifierValue *string `protobuf:"bytes,3,opt,name=identifier_value,json=identifierValue" json:"identifier_value,omitempty"` + PositiveIntValue *uint64 `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValue" json:"positive_int_value,omitempty"` + NegativeIntValue *int64 `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValue" json:"negative_int_value,omitempty"` + DoubleValue *float64 `protobuf:"fixed64,6,opt,name=double_value,json=doubleValue" json:"double_value,omitempty"` + StringValue []byte `protobuf:"bytes,7,opt,name=string_value,json=stringValue" json:"string_value,omitempty"` + AggregateValue *string `protobuf:"bytes,8,opt,name=aggregate_value,json=aggregateValue" json:"aggregate_value,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *UninterpretedOption) Reset() { *m = UninterpretedOption{} } +func (m *UninterpretedOption) String() string { return proto.CompactTextString(m) } +func (*UninterpretedOption) ProtoMessage() {} +func (*UninterpretedOption) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} } + +func (m *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { + if m != nil { + return m.Name + } + return nil +} + +func (m *UninterpretedOption) GetIdentifierValue() string { + if m != nil && m.IdentifierValue != nil { + return *m.IdentifierValue + } + return "" +} + +func (m *UninterpretedOption) GetPositiveIntValue() uint64 { + if m != nil && m.PositiveIntValue != nil { + return *m.PositiveIntValue + } + return 0 +} + +func (m *UninterpretedOption) GetNegativeIntValue() int64 { + if m != nil && m.NegativeIntValue != nil { + return *m.NegativeIntValue + } + return 0 +} + +func (m *UninterpretedOption) GetDoubleValue() float64 { + if m != nil && m.DoubleValue != nil { + return *m.DoubleValue + } + return 0 +} + +func (m *UninterpretedOption) GetStringValue() []byte { + if m != nil { + return m.StringValue + } + return nil +} + +func (m *UninterpretedOption) GetAggregateValue() string { + if m != nil && m.AggregateValue != nil { + return *m.AggregateValue + } + return "" +} + +// The name of the uninterpreted option. Each string represents a segment in +// a dot-separated name. is_extension is true iff a segment represents an +// extension (denoted with parentheses in options specs in .proto files). +// E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents +// "foo.(bar.baz).qux". +type UninterpretedOption_NamePart struct { + NamePart *string `protobuf:"bytes,1,req,name=name_part,json=namePart" json:"name_part,omitempty"` + IsExtension *bool `protobuf:"varint,2,req,name=is_extension,json=isExtension" json:"is_extension,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *UninterpretedOption_NamePart) Reset() { *m = UninterpretedOption_NamePart{} } +func (m *UninterpretedOption_NamePart) String() string { return proto.CompactTextString(m) } +func (*UninterpretedOption_NamePart) ProtoMessage() {} +func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { + return fileDescriptor0, []int{17, 0} +} + +func (m *UninterpretedOption_NamePart) GetNamePart() string { + if m != nil && m.NamePart != nil { + return *m.NamePart + } + return "" +} + +func (m *UninterpretedOption_NamePart) GetIsExtension() bool { + if m != nil && m.IsExtension != nil { + return *m.IsExtension + } + return false +} + +// Encapsulates information about the original source file from which a +// FileDescriptorProto was generated. +type SourceCodeInfo struct { + // A Location identifies a piece of source code in a .proto file which + // corresponds to a particular definition. This information is intended + // to be useful to IDEs, code indexers, documentation generators, and similar + // tools. + // + // For example, say we have a file like: + // message Foo { + // optional string foo = 1; + // } + // Let's look at just the field definition: + // optional string foo = 1; + // ^ ^^ ^^ ^ ^^^ + // a bc de f ghi + // We have the following locations: + // span path represents + // [a,i) [ 4, 0, 2, 0 ] The whole field definition. + // [a,b) [ 4, 0, 2, 0, 4 ] The label (optional). + // [c,d) [ 4, 0, 2, 0, 5 ] The type (string). + // [e,f) [ 4, 0, 2, 0, 1 ] The name (foo). + // [g,h) [ 4, 0, 2, 0, 3 ] The number (1). + // + // Notes: + // - A location may refer to a repeated field itself (i.e. not to any + // particular index within it). This is used whenever a set of elements are + // logically enclosed in a single code segment. For example, an entire + // extend block (possibly containing multiple extension definitions) will + // have an outer location whose path refers to the "extensions" repeated + // field without an index. + // - Multiple locations may have the same path. This happens when a single + // logical declaration is spread out across multiple places. The most + // obvious example is the "extend" block again -- there may be multiple + // extend blocks in the same scope, each of which will have the same path. + // - A location's span is not always a subset of its parent's span. For + // example, the "extendee" of an extension declaration appears at the + // beginning of the "extend" block and is shared by all extensions within + // the block. + // - Just because a location's span is a subset of some other location's span + // does not mean that it is a descendent. For example, a "group" defines + // both a type and a field in a single declaration. Thus, the locations + // corresponding to the type and field and their components will overlap. + // - Code which tries to interpret locations should probably be designed to + // ignore those that it doesn't understand, as more types of locations could + // be recorded in the future. + Location []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *SourceCodeInfo) Reset() { *m = SourceCodeInfo{} } +func (m *SourceCodeInfo) String() string { return proto.CompactTextString(m) } +func (*SourceCodeInfo) ProtoMessage() {} +func (*SourceCodeInfo) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} } + +func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { + if m != nil { + return m.Location + } + return nil +} + +type SourceCodeInfo_Location struct { + // Identifies which part of the FileDescriptorProto was defined at this + // location. + // + // Each element is a field number or an index. They form a path from + // the root FileDescriptorProto to the place where the definition. For + // example, this path: + // [ 4, 3, 2, 7, 1 ] + // refers to: + // file.message_type(3) // 4, 3 + // .field(7) // 2, 7 + // .name() // 1 + // This is because FileDescriptorProto.message_type has field number 4: + // repeated DescriptorProto message_type = 4; + // and DescriptorProto.field has field number 2: + // repeated FieldDescriptorProto field = 2; + // and FieldDescriptorProto.name has field number 1: + // optional string name = 1; + // + // Thus, the above path gives the location of a field name. If we removed + // the last element: + // [ 4, 3, 2, 7 ] + // this path refers to the whole field declaration (from the beginning + // of the label to the terminating semicolon). + Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"` + // Always has exactly three or four elements: start line, start column, + // end line (optional, otherwise assumed same as start line), end column. + // These are packed into a single field for efficiency. Note that line + // and column numbers are zero-based -- typically you will want to add + // 1 to each before displaying to a user. + Span []int32 `protobuf:"varint,2,rep,packed,name=span" json:"span,omitempty"` + // If this SourceCodeInfo represents a complete declaration, these are any + // comments appearing before and after the declaration which appear to be + // attached to the declaration. + // + // A series of line comments appearing on consecutive lines, with no other + // tokens appearing on those lines, will be treated as a single comment. + // + // leading_detached_comments will keep paragraphs of comments that appear + // before (but not connected to) the current element. Each paragraph, + // separated by empty lines, will be one comment element in the repeated + // field. + // + // Only the comment content is provided; comment markers (e.g. //) are + // stripped out. For block comments, leading whitespace and an asterisk + // will be stripped from the beginning of each line other than the first. + // Newlines are included in the output. + // + // Examples: + // + // optional int32 foo = 1; // Comment attached to foo. + // // Comment attached to bar. + // optional int32 bar = 2; + // + // optional string baz = 3; + // // Comment attached to baz. + // // Another line attached to baz. + // + // // Comment attached to qux. + // // + // // Another line attached to qux. + // optional double qux = 4; + // + // // Detached comment for corge. This is not leading or trailing comments + // // to qux or corge because there are blank lines separating it from + // // both. + // + // // Detached comment for corge paragraph 2. + // + // optional string corge = 5; + // /* Block comment attached + // * to corge. Leading asterisks + // * will be removed. */ + // /* Block comment attached to + // * grault. */ + // optional int32 grault = 6; + // + // // ignored detached comments. + LeadingComments *string `protobuf:"bytes,3,opt,name=leading_comments,json=leadingComments" json:"leading_comments,omitempty"` + TrailingComments *string `protobuf:"bytes,4,opt,name=trailing_comments,json=trailingComments" json:"trailing_comments,omitempty"` + LeadingDetachedComments []string `protobuf:"bytes,6,rep,name=leading_detached_comments,json=leadingDetachedComments" json:"leading_detached_comments,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} } +func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) } +func (*SourceCodeInfo_Location) ProtoMessage() {} +func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18, 0} } + +func (m *SourceCodeInfo_Location) GetPath() []int32 { + if m != nil { + return m.Path + } + return nil +} + +func (m *SourceCodeInfo_Location) GetSpan() []int32 { + if m != nil { + return m.Span + } + return nil +} + +func (m *SourceCodeInfo_Location) GetLeadingComments() string { + if m != nil && m.LeadingComments != nil { + return *m.LeadingComments + } + return "" +} + +func (m *SourceCodeInfo_Location) GetTrailingComments() string { + if m != nil && m.TrailingComments != nil { + return *m.TrailingComments + } + return "" +} + +func (m *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { + if m != nil { + return m.LeadingDetachedComments + } + return nil +} + +// Describes the relationship between generated code and its original source +// file. A GeneratedCodeInfo message is associated with only one generated +// source file, but may contain references to different source .proto files. +type GeneratedCodeInfo struct { + // An Annotation connects some span of text in generated code to an element + // of its generating .proto file. + Annotation []*GeneratedCodeInfo_Annotation `protobuf:"bytes,1,rep,name=annotation" json:"annotation,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GeneratedCodeInfo) Reset() { *m = GeneratedCodeInfo{} } +func (m *GeneratedCodeInfo) String() string { return proto.CompactTextString(m) } +func (*GeneratedCodeInfo) ProtoMessage() {} +func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} } + +func (m *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annotation { + if m != nil { + return m.Annotation + } + return nil +} + +type GeneratedCodeInfo_Annotation struct { + // Identifies the element in the original source .proto file. This field + // is formatted the same as SourceCodeInfo.Location.path. + Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"` + // Identifies the filesystem path to the original source .proto. + SourceFile *string `protobuf:"bytes,2,opt,name=source_file,json=sourceFile" json:"source_file,omitempty"` + // Identifies the starting offset in bytes in the generated code + // that relates to the identified object. + Begin *int32 `protobuf:"varint,3,opt,name=begin" json:"begin,omitempty"` + // Identifies the ending offset in bytes in the generated code that + // relates to the identified offset. The end offset should be one past + // the last relevant byte (so the length of the text = end - begin). + End *int32 `protobuf:"varint,4,opt,name=end" json:"end,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GeneratedCodeInfo_Annotation) Reset() { *m = GeneratedCodeInfo_Annotation{} } +func (m *GeneratedCodeInfo_Annotation) String() string { return proto.CompactTextString(m) } +func (*GeneratedCodeInfo_Annotation) ProtoMessage() {} +func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { + return fileDescriptor0, []int{19, 0} +} + +func (m *GeneratedCodeInfo_Annotation) GetPath() []int32 { + if m != nil { + return m.Path + } + return nil +} + +func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string { + if m != nil && m.SourceFile != nil { + return *m.SourceFile + } + return "" +} + +func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 { + if m != nil && m.Begin != nil { + return *m.Begin + } + return 0 +} + +func (m *GeneratedCodeInfo_Annotation) GetEnd() int32 { + if m != nil && m.End != nil { + return *m.End + } + return 0 +} + +func init() { + proto.RegisterType((*FileDescriptorSet)(nil), "google.protobuf.FileDescriptorSet") + proto.RegisterType((*FileDescriptorProto)(nil), "google.protobuf.FileDescriptorProto") + proto.RegisterType((*DescriptorProto)(nil), "google.protobuf.DescriptorProto") + proto.RegisterType((*DescriptorProto_ExtensionRange)(nil), "google.protobuf.DescriptorProto.ExtensionRange") + proto.RegisterType((*DescriptorProto_ReservedRange)(nil), "google.protobuf.DescriptorProto.ReservedRange") + proto.RegisterType((*FieldDescriptorProto)(nil), "google.protobuf.FieldDescriptorProto") + proto.RegisterType((*OneofDescriptorProto)(nil), "google.protobuf.OneofDescriptorProto") + proto.RegisterType((*EnumDescriptorProto)(nil), "google.protobuf.EnumDescriptorProto") + proto.RegisterType((*EnumValueDescriptorProto)(nil), "google.protobuf.EnumValueDescriptorProto") + proto.RegisterType((*ServiceDescriptorProto)(nil), "google.protobuf.ServiceDescriptorProto") + proto.RegisterType((*MethodDescriptorProto)(nil), "google.protobuf.MethodDescriptorProto") + proto.RegisterType((*FileOptions)(nil), "google.protobuf.FileOptions") + proto.RegisterType((*MessageOptions)(nil), "google.protobuf.MessageOptions") + proto.RegisterType((*FieldOptions)(nil), "google.protobuf.FieldOptions") + proto.RegisterType((*OneofOptions)(nil), "google.protobuf.OneofOptions") + proto.RegisterType((*EnumOptions)(nil), "google.protobuf.EnumOptions") + proto.RegisterType((*EnumValueOptions)(nil), "google.protobuf.EnumValueOptions") + proto.RegisterType((*ServiceOptions)(nil), "google.protobuf.ServiceOptions") + proto.RegisterType((*MethodOptions)(nil), "google.protobuf.MethodOptions") + proto.RegisterType((*UninterpretedOption)(nil), "google.protobuf.UninterpretedOption") + proto.RegisterType((*UninterpretedOption_NamePart)(nil), "google.protobuf.UninterpretedOption.NamePart") + proto.RegisterType((*SourceCodeInfo)(nil), "google.protobuf.SourceCodeInfo") + proto.RegisterType((*SourceCodeInfo_Location)(nil), "google.protobuf.SourceCodeInfo.Location") + proto.RegisterType((*GeneratedCodeInfo)(nil), "google.protobuf.GeneratedCodeInfo") + proto.RegisterType((*GeneratedCodeInfo_Annotation)(nil), "google.protobuf.GeneratedCodeInfo.Annotation") + proto.RegisterEnum("google.protobuf.FieldDescriptorProto_Type", FieldDescriptorProto_Type_name, FieldDescriptorProto_Type_value) + proto.RegisterEnum("google.protobuf.FieldDescriptorProto_Label", FieldDescriptorProto_Label_name, FieldDescriptorProto_Label_value) + proto.RegisterEnum("google.protobuf.FileOptions_OptimizeMode", FileOptions_OptimizeMode_name, FileOptions_OptimizeMode_value) + proto.RegisterEnum("google.protobuf.FieldOptions_CType", FieldOptions_CType_name, FieldOptions_CType_value) + proto.RegisterEnum("google.protobuf.FieldOptions_JSType", FieldOptions_JSType_name, FieldOptions_JSType_value) +} + +func init() { proto.RegisterFile("google/protobuf/descriptor.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 2295 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xcc, 0x59, 0x4f, 0x6f, 0x1b, 0xc7, + 0x15, 0xcf, 0xf2, 0x9f, 0xc8, 0x47, 0x8a, 0x1a, 0x8d, 0x14, 0x67, 0xad, 0xfc, 0xb1, 0xcc, 0xd8, + 0xb1, 0x6c, 0xb7, 0x74, 0x20, 0xff, 0x89, 0xa3, 0x14, 0x29, 0x28, 0x71, 0xad, 0xd0, 0x90, 0x44, + 0x76, 0x29, 0xb5, 0x4e, 0x2e, 0x8b, 0xd1, 0xee, 0x90, 0x5a, 0x7b, 0x39, 0xbb, 0xdd, 0x5d, 0xda, + 0x56, 0x4e, 0x06, 0x7a, 0xea, 0xa5, 0xe7, 0xa2, 0x2d, 0x7a, 0xc8, 0x25, 0x40, 0x3f, 0x40, 0x0f, + 0xfd, 0x0a, 0x05, 0x0a, 0xf4, 0x2b, 0x14, 0x05, 0xda, 0x6f, 0xd0, 0x6b, 0x31, 0x33, 0xbb, 0xcb, + 0x5d, 0xfe, 0x89, 0xd5, 0x00, 0x49, 0x7a, 0x12, 0xe7, 0xf7, 0x7e, 0xef, 0xcd, 0x9b, 0x37, 0x6f, + 0xde, 0xbc, 0x1d, 0xc1, 0xe6, 0xd0, 0x75, 0x87, 0x0e, 0xbd, 0xe3, 0xf9, 0x6e, 0xe8, 0x9e, 0x8e, + 0x07, 0x77, 0x2c, 0x1a, 0x98, 0xbe, 0xed, 0x85, 0xae, 0xdf, 0x14, 0x18, 0x5e, 0x91, 0x8c, 0x66, + 0xcc, 0x68, 0x1c, 0xc2, 0xea, 0x23, 0xdb, 0xa1, 0xed, 0x84, 0xd8, 0xa7, 0x21, 0x7e, 0x08, 0x85, + 0x81, 0xed, 0x50, 0x55, 0xd9, 0xcc, 0x6f, 0x55, 0xb7, 0xaf, 0x35, 0xa7, 0x94, 0x9a, 0x59, 0x8d, + 0x1e, 0x87, 0x75, 0xa1, 0xd1, 0xf8, 0x67, 0x01, 0xd6, 0xe6, 0x48, 0x31, 0x86, 0x02, 0x23, 0x23, + 0x6e, 0x51, 0xd9, 0xaa, 0xe8, 0xe2, 0x37, 0x56, 0x61, 0xc9, 0x23, 0xe6, 0x33, 0x32, 0xa4, 0x6a, + 0x4e, 0xc0, 0xf1, 0x10, 0xbf, 0x07, 0x60, 0x51, 0x8f, 0x32, 0x8b, 0x32, 0xf3, 0x5c, 0xcd, 0x6f, + 0xe6, 0xb7, 0x2a, 0x7a, 0x0a, 0xc1, 0xb7, 0x61, 0xd5, 0x1b, 0x9f, 0x3a, 0xb6, 0x69, 0xa4, 0x68, + 0xb0, 0x99, 0xdf, 0x2a, 0xea, 0x48, 0x0a, 0xda, 0x13, 0xf2, 0x0d, 0x58, 0x79, 0x41, 0xc9, 0xb3, + 0x34, 0xb5, 0x2a, 0xa8, 0x75, 0x0e, 0xa7, 0x88, 0x7b, 0x50, 0x1b, 0xd1, 0x20, 0x20, 0x43, 0x6a, + 0x84, 0xe7, 0x1e, 0x55, 0x0b, 0x62, 0xf5, 0x9b, 0x33, 0xab, 0x9f, 0x5e, 0x79, 0x35, 0xd2, 0x3a, + 0x3e, 0xf7, 0x28, 0x6e, 0x41, 0x85, 0xb2, 0xf1, 0x48, 0x5a, 0x28, 0x2e, 0x88, 0x9f, 0xc6, 0xc6, + 0xa3, 0x69, 0x2b, 0x65, 0xae, 0x16, 0x99, 0x58, 0x0a, 0xa8, 0xff, 0xdc, 0x36, 0xa9, 0x5a, 0x12, + 0x06, 0x6e, 0xcc, 0x18, 0xe8, 0x4b, 0xf9, 0xb4, 0x8d, 0x58, 0x0f, 0xef, 0x41, 0x85, 0xbe, 0x0c, + 0x29, 0x0b, 0x6c, 0x97, 0xa9, 0x4b, 0xc2, 0xc8, 0xf5, 0x39, 0xbb, 0x48, 0x1d, 0x6b, 0xda, 0xc4, + 0x44, 0x0f, 0x3f, 0x80, 0x25, 0xd7, 0x0b, 0x6d, 0x97, 0x05, 0x6a, 0x79, 0x53, 0xd9, 0xaa, 0x6e, + 0xbf, 0x33, 0x37, 0x11, 0xba, 0x92, 0xa3, 0xc7, 0x64, 0xdc, 0x01, 0x14, 0xb8, 0x63, 0xdf, 0xa4, + 0x86, 0xe9, 0x5a, 0xd4, 0xb0, 0xd9, 0xc0, 0x55, 0x2b, 0xc2, 0xc0, 0x95, 0xd9, 0x85, 0x08, 0xe2, + 0x9e, 0x6b, 0xd1, 0x0e, 0x1b, 0xb8, 0x7a, 0x3d, 0xc8, 0x8c, 0xf1, 0x25, 0x28, 0x05, 0xe7, 0x2c, + 0x24, 0x2f, 0xd5, 0x9a, 0xc8, 0x90, 0x68, 0xd4, 0xf8, 0x4f, 0x11, 0x56, 0x2e, 0x92, 0x62, 0x9f, + 0x40, 0x71, 0xc0, 0x57, 0xa9, 0xe6, 0xfe, 0x97, 0x18, 0x48, 0x9d, 0x6c, 0x10, 0x4b, 0xdf, 0x32, + 0x88, 0x2d, 0xa8, 0x32, 0x1a, 0x84, 0xd4, 0x92, 0x19, 0x91, 0xbf, 0x60, 0x4e, 0x81, 0x54, 0x9a, + 0x4d, 0xa9, 0xc2, 0xb7, 0x4a, 0xa9, 0x27, 0xb0, 0x92, 0xb8, 0x64, 0xf8, 0x84, 0x0d, 0xe3, 0xdc, + 0xbc, 0xf3, 0x3a, 0x4f, 0x9a, 0x5a, 0xac, 0xa7, 0x73, 0x35, 0xbd, 0x4e, 0x33, 0x63, 0xdc, 0x06, + 0x70, 0x19, 0x75, 0x07, 0x86, 0x45, 0x4d, 0x47, 0x2d, 0x2f, 0x88, 0x52, 0x97, 0x53, 0x66, 0xa2, + 0xe4, 0x4a, 0xd4, 0x74, 0xf0, 0xc7, 0x93, 0x54, 0x5b, 0x5a, 0x90, 0x29, 0x87, 0xf2, 0x90, 0xcd, + 0x64, 0xdb, 0x09, 0xd4, 0x7d, 0xca, 0xf3, 0x9e, 0x5a, 0xd1, 0xca, 0x2a, 0xc2, 0x89, 0xe6, 0x6b, + 0x57, 0xa6, 0x47, 0x6a, 0x72, 0x61, 0xcb, 0x7e, 0x7a, 0x88, 0xdf, 0x87, 0x04, 0x30, 0x44, 0x5a, + 0x81, 0xa8, 0x42, 0xb5, 0x18, 0x3c, 0x22, 0x23, 0xba, 0xf1, 0x10, 0xea, 0xd9, 0xf0, 0xe0, 0x75, + 0x28, 0x06, 0x21, 0xf1, 0x43, 0x91, 0x85, 0x45, 0x5d, 0x0e, 0x30, 0x82, 0x3c, 0x65, 0x96, 0xa8, + 0x72, 0x45, 0x9d, 0xff, 0xdc, 0xf8, 0x08, 0x96, 0x33, 0xd3, 0x5f, 0x54, 0xb1, 0xf1, 0xdb, 0x12, + 0xac, 0xcf, 0xcb, 0xb9, 0xb9, 0xe9, 0x7f, 0x09, 0x4a, 0x6c, 0x3c, 0x3a, 0xa5, 0xbe, 0x9a, 0x17, + 0x16, 0xa2, 0x11, 0x6e, 0x41, 0xd1, 0x21, 0xa7, 0xd4, 0x51, 0x0b, 0x9b, 0xca, 0x56, 0x7d, 0xfb, + 0xf6, 0x85, 0xb2, 0xba, 0x79, 0xc0, 0x55, 0x74, 0xa9, 0x89, 0x3f, 0x85, 0x42, 0x54, 0xe2, 0xb8, + 0x85, 0x5b, 0x17, 0xb3, 0xc0, 0x73, 0x51, 0x17, 0x7a, 0xf8, 0x6d, 0xa8, 0xf0, 0xbf, 0x32, 0xb6, + 0x25, 0xe1, 0x73, 0x99, 0x03, 0x3c, 0xae, 0x78, 0x03, 0xca, 0x22, 0xcd, 0x2c, 0x1a, 0x5f, 0x0d, + 0xc9, 0x98, 0x6f, 0x8c, 0x45, 0x07, 0x64, 0xec, 0x84, 0xc6, 0x73, 0xe2, 0x8c, 0xa9, 0x48, 0x98, + 0x8a, 0x5e, 0x8b, 0xc0, 0x9f, 0x73, 0x0c, 0x5f, 0x81, 0xaa, 0xcc, 0x4a, 0x9b, 0x59, 0xf4, 0xa5, + 0xa8, 0x3e, 0x45, 0x5d, 0x26, 0x6a, 0x87, 0x23, 0x7c, 0xfa, 0xa7, 0x81, 0xcb, 0xe2, 0xad, 0x15, + 0x53, 0x70, 0x40, 0x4c, 0xff, 0xd1, 0x74, 0xe1, 0x7b, 0x77, 0xfe, 0xf2, 0xa6, 0x73, 0xb1, 0xf1, + 0xe7, 0x1c, 0x14, 0xc4, 0x79, 0x5b, 0x81, 0xea, 0xf1, 0xe7, 0x3d, 0xcd, 0x68, 0x77, 0x4f, 0x76, + 0x0f, 0x34, 0xa4, 0xe0, 0x3a, 0x80, 0x00, 0x1e, 0x1d, 0x74, 0x5b, 0xc7, 0x28, 0x97, 0x8c, 0x3b, + 0x47, 0xc7, 0x0f, 0xee, 0xa1, 0x7c, 0xa2, 0x70, 0x22, 0x81, 0x42, 0x9a, 0x70, 0x77, 0x1b, 0x15, + 0x31, 0x82, 0x9a, 0x34, 0xd0, 0x79, 0xa2, 0xb5, 0x1f, 0xdc, 0x43, 0xa5, 0x2c, 0x72, 0x77, 0x1b, + 0x2d, 0xe1, 0x65, 0xa8, 0x08, 0x64, 0xb7, 0xdb, 0x3d, 0x40, 0xe5, 0xc4, 0x66, 0xff, 0x58, 0xef, + 0x1c, 0xed, 0xa3, 0x4a, 0x62, 0x73, 0x5f, 0xef, 0x9e, 0xf4, 0x10, 0x24, 0x16, 0x0e, 0xb5, 0x7e, + 0xbf, 0xb5, 0xaf, 0xa1, 0x6a, 0xc2, 0xd8, 0xfd, 0xfc, 0x58, 0xeb, 0xa3, 0x5a, 0xc6, 0xad, 0xbb, + 0xdb, 0x68, 0x39, 0x99, 0x42, 0x3b, 0x3a, 0x39, 0x44, 0x75, 0xbc, 0x0a, 0xcb, 0x72, 0x8a, 0xd8, + 0x89, 0x95, 0x29, 0xe8, 0xc1, 0x3d, 0x84, 0x26, 0x8e, 0x48, 0x2b, 0xab, 0x19, 0xe0, 0xc1, 0x3d, + 0x84, 0x1b, 0x7b, 0x50, 0x14, 0xd9, 0x85, 0x31, 0xd4, 0x0f, 0x5a, 0xbb, 0xda, 0x81, 0xd1, 0xed, + 0x1d, 0x77, 0xba, 0x47, 0xad, 0x03, 0xa4, 0x4c, 0x30, 0x5d, 0xfb, 0xd9, 0x49, 0x47, 0xd7, 0xda, + 0x28, 0x97, 0xc6, 0x7a, 0x5a, 0xeb, 0x58, 0x6b, 0xa3, 0x7c, 0xc3, 0x84, 0xf5, 0x79, 0x75, 0x66, + 0xee, 0xc9, 0x48, 0x6d, 0x71, 0x6e, 0xc1, 0x16, 0x0b, 0x5b, 0x33, 0x5b, 0xfc, 0x95, 0x02, 0x6b, + 0x73, 0x6a, 0xed, 0xdc, 0x49, 0x7e, 0x0a, 0x45, 0x99, 0xa2, 0xf2, 0xf6, 0xb9, 0x39, 0xb7, 0x68, + 0x8b, 0x84, 0x9d, 0xb9, 0x81, 0x84, 0x5e, 0xfa, 0x06, 0xce, 0x2f, 0xb8, 0x81, 0xb9, 0x89, 0x19, + 0x27, 0x7f, 0xa5, 0x80, 0xba, 0xc8, 0xf6, 0x6b, 0x0a, 0x45, 0x2e, 0x53, 0x28, 0x3e, 0x99, 0x76, + 0xe0, 0xea, 0xe2, 0x35, 0xcc, 0x78, 0xf1, 0xb5, 0x02, 0x97, 0xe6, 0x37, 0x2a, 0x73, 0x7d, 0xf8, + 0x14, 0x4a, 0x23, 0x1a, 0x9e, 0xb9, 0xf1, 0x65, 0xfd, 0xc1, 0x9c, 0x2b, 0x80, 0x8b, 0xa7, 0x63, + 0x15, 0x69, 0xa5, 0xef, 0x90, 0xfc, 0xa2, 0x6e, 0x43, 0x7a, 0x33, 0xe3, 0xe9, 0xaf, 0x73, 0xf0, + 0xe6, 0x5c, 0xe3, 0x73, 0x1d, 0x7d, 0x17, 0xc0, 0x66, 0xde, 0x38, 0x94, 0x17, 0xb2, 0xac, 0x4f, + 0x15, 0x81, 0x88, 0xb3, 0xcf, 0x6b, 0xcf, 0x38, 0x4c, 0xe4, 0x79, 0x21, 0x07, 0x09, 0x09, 0xc2, + 0xc3, 0x89, 0xa3, 0x05, 0xe1, 0xe8, 0x7b, 0x0b, 0x56, 0x3a, 0x73, 0xd7, 0x7d, 0x08, 0xc8, 0x74, + 0x6c, 0xca, 0x42, 0x23, 0x08, 0x7d, 0x4a, 0x46, 0x36, 0x1b, 0x8a, 0x02, 0x5c, 0xde, 0x29, 0x0e, + 0x88, 0x13, 0x50, 0x7d, 0x45, 0x8a, 0xfb, 0xb1, 0x94, 0x6b, 0x88, 0x5b, 0xc6, 0x4f, 0x69, 0x94, + 0x32, 0x1a, 0x52, 0x9c, 0x68, 0x34, 0x7e, 0xb3, 0x04, 0xd5, 0x54, 0x5b, 0x87, 0xaf, 0x42, 0xed, + 0x29, 0x79, 0x4e, 0x8c, 0xb8, 0x55, 0x97, 0x91, 0xa8, 0x72, 0xac, 0x17, 0xb5, 0xeb, 0x1f, 0xc2, + 0xba, 0xa0, 0xb8, 0xe3, 0x90, 0xfa, 0x86, 0xe9, 0x90, 0x20, 0x10, 0x41, 0x2b, 0x0b, 0x2a, 0xe6, + 0xb2, 0x2e, 0x17, 0xed, 0xc5, 0x12, 0x7c, 0x1f, 0xd6, 0x84, 0xc6, 0x68, 0xec, 0x84, 0xb6, 0xe7, + 0x50, 0x83, 0x7f, 0x3c, 0x04, 0xa2, 0x10, 0x27, 0x9e, 0xad, 0x72, 0xc6, 0x61, 0x44, 0xe0, 0x1e, + 0x05, 0xb8, 0x0d, 0xef, 0x0a, 0xb5, 0x21, 0x65, 0xd4, 0x27, 0x21, 0x35, 0xe8, 0x2f, 0xc7, 0xc4, + 0x09, 0x0c, 0xc2, 0x2c, 0xe3, 0x8c, 0x04, 0x67, 0xea, 0x3a, 0x37, 0xb0, 0x9b, 0x53, 0x15, 0xfd, + 0x32, 0x27, 0xee, 0x47, 0x3c, 0x4d, 0xd0, 0x5a, 0xcc, 0xfa, 0x8c, 0x04, 0x67, 0x78, 0x07, 0x2e, + 0x09, 0x2b, 0x41, 0xe8, 0xdb, 0x6c, 0x68, 0x98, 0x67, 0xd4, 0x7c, 0x66, 0x8c, 0xc3, 0xc1, 0x43, + 0xf5, 0xed, 0xf4, 0xfc, 0xc2, 0xc3, 0xbe, 0xe0, 0xec, 0x71, 0xca, 0x49, 0x38, 0x78, 0x88, 0xfb, + 0x50, 0xe3, 0x9b, 0x31, 0xb2, 0xbf, 0xa4, 0xc6, 0xc0, 0xf5, 0xc5, 0xcd, 0x52, 0x9f, 0x73, 0xb2, + 0x53, 0x11, 0x6c, 0x76, 0x23, 0x85, 0x43, 0xd7, 0xa2, 0x3b, 0xc5, 0x7e, 0x4f, 0xd3, 0xda, 0x7a, + 0x35, 0xb6, 0xf2, 0xc8, 0xf5, 0x79, 0x42, 0x0d, 0xdd, 0x24, 0xc0, 0x55, 0x99, 0x50, 0x43, 0x37, + 0x0e, 0xef, 0x7d, 0x58, 0x33, 0x4d, 0xb9, 0x66, 0xdb, 0x34, 0xa2, 0x16, 0x3f, 0x50, 0x51, 0x26, + 0x58, 0xa6, 0xb9, 0x2f, 0x09, 0x51, 0x8e, 0x07, 0xf8, 0x63, 0x78, 0x73, 0x12, 0xac, 0xb4, 0xe2, + 0xea, 0xcc, 0x2a, 0xa7, 0x55, 0xef, 0xc3, 0x9a, 0x77, 0x3e, 0xab, 0x88, 0x33, 0x33, 0x7a, 0xe7, + 0xd3, 0x6a, 0xd7, 0xc5, 0x67, 0x9b, 0x4f, 0x4d, 0x12, 0x52, 0x4b, 0x7d, 0x2b, 0xcd, 0x4e, 0x09, + 0xf0, 0x1d, 0x40, 0xa6, 0x69, 0x50, 0x46, 0x4e, 0x1d, 0x6a, 0x10, 0x9f, 0x32, 0x12, 0xa8, 0x57, + 0xd2, 0xe4, 0xba, 0x69, 0x6a, 0x42, 0xda, 0x12, 0x42, 0x7c, 0x0b, 0x56, 0xdd, 0xd3, 0xa7, 0xa6, + 0xcc, 0x2c, 0xc3, 0xf3, 0xe9, 0xc0, 0x7e, 0xa9, 0x5e, 0x13, 0x61, 0x5a, 0xe1, 0x02, 0x91, 0x57, + 0x3d, 0x01, 0xe3, 0x9b, 0x80, 0xcc, 0xe0, 0x8c, 0xf8, 0x9e, 0xb8, 0xda, 0x03, 0x8f, 0x98, 0x54, + 0xbd, 0x2e, 0xa9, 0x12, 0x3f, 0x8a, 0x61, 0xfc, 0x04, 0xd6, 0xc7, 0xcc, 0x66, 0x21, 0xf5, 0x3d, + 0x9f, 0xf2, 0x0e, 0x5d, 0x1e, 0x33, 0xf5, 0x5f, 0x4b, 0x0b, 0x7a, 0xec, 0x93, 0x34, 0x5b, 0xee, + 0xae, 0xbe, 0x36, 0x9e, 0x05, 0x1b, 0x3b, 0x50, 0x4b, 0x6f, 0x3a, 0xae, 0x80, 0xdc, 0x76, 0xa4, + 0xf0, 0x0b, 0x74, 0xaf, 0xdb, 0xe6, 0x57, 0xdf, 0x17, 0x1a, 0xca, 0xf1, 0x2b, 0xf8, 0xa0, 0x73, + 0xac, 0x19, 0xfa, 0xc9, 0xd1, 0x71, 0xe7, 0x50, 0x43, 0xf9, 0x5b, 0x95, 0xf2, 0xbf, 0x97, 0xd0, + 0xab, 0x57, 0xaf, 0x5e, 0xe5, 0x1e, 0x17, 0xca, 0x1f, 0xa0, 0x1b, 0x8d, 0xbf, 0xe6, 0xa0, 0x9e, + 0x6d, 0x7e, 0xf1, 0x4f, 0xe0, 0xad, 0xf8, 0x4b, 0x35, 0xa0, 0xa1, 0xf1, 0xc2, 0xf6, 0x45, 0x36, + 0x8e, 0x88, 0x6c, 0x1f, 0x93, 0x40, 0xae, 0x47, 0xac, 0x3e, 0x0d, 0x7f, 0x61, 0xfb, 0x3c, 0xd7, + 0x46, 0x24, 0xc4, 0x07, 0x70, 0x85, 0xb9, 0x46, 0x10, 0x12, 0x66, 0x11, 0xdf, 0x32, 0x26, 0x6f, + 0x04, 0x06, 0x31, 0x4d, 0x1a, 0x04, 0xae, 0xbc, 0x05, 0x12, 0x2b, 0xef, 0x30, 0xb7, 0x1f, 0x91, + 0x27, 0xe5, 0xb1, 0x15, 0x51, 0xa7, 0x36, 0x3d, 0xbf, 0x68, 0xd3, 0xdf, 0x86, 0xca, 0x88, 0x78, + 0x06, 0x65, 0xa1, 0x7f, 0x2e, 0x5a, 0xb6, 0xb2, 0x5e, 0x1e, 0x11, 0x4f, 0xe3, 0xe3, 0xef, 0x6e, + 0x27, 0xb2, 0xd1, 0x2c, 0xa3, 0x4a, 0xe3, 0x1f, 0x79, 0xa8, 0xa5, 0x9b, 0x37, 0xde, 0x0b, 0x9b, + 0xa2, 0x50, 0x2b, 0xe2, 0x28, 0xbf, 0xff, 0x8d, 0xad, 0x5e, 0x73, 0x8f, 0x57, 0xf0, 0x9d, 0x92, + 0x6c, 0xa9, 0x74, 0xa9, 0xc9, 0x6f, 0x4f, 0x7e, 0x78, 0xa9, 0x6c, 0xd4, 0xcb, 0x7a, 0x34, 0xc2, + 0xfb, 0x50, 0x7a, 0x1a, 0x08, 0xdb, 0x25, 0x61, 0xfb, 0xda, 0x37, 0xdb, 0x7e, 0xdc, 0x17, 0xc6, + 0x2b, 0x8f, 0xfb, 0xc6, 0x51, 0x57, 0x3f, 0x6c, 0x1d, 0xe8, 0x91, 0x3a, 0xbe, 0x0c, 0x05, 0x87, + 0x7c, 0x79, 0x9e, 0xad, 0xf5, 0x02, 0xba, 0x68, 0xf8, 0x2f, 0x43, 0xe1, 0x05, 0x25, 0xcf, 0xb2, + 0x15, 0x56, 0x40, 0xdf, 0xe1, 0x31, 0xb8, 0x03, 0x45, 0x11, 0x2f, 0x0c, 0x10, 0x45, 0x0c, 0xbd, + 0x81, 0xcb, 0x50, 0xd8, 0xeb, 0xea, 0xfc, 0x28, 0x20, 0xa8, 0x49, 0xd4, 0xe8, 0x75, 0xb4, 0x3d, + 0x0d, 0xe5, 0x1a, 0xf7, 0xa1, 0x24, 0x83, 0xc0, 0x8f, 0x49, 0x12, 0x06, 0xf4, 0x46, 0x34, 0x8c, + 0x6c, 0x28, 0xb1, 0xf4, 0xe4, 0x70, 0x57, 0xd3, 0x51, 0x2e, 0xbb, 0xc9, 0x05, 0x54, 0x6c, 0x04, + 0x50, 0x4b, 0x77, 0x6f, 0xdf, 0x4b, 0x7e, 0x35, 0xfe, 0xa2, 0x40, 0x35, 0xd5, 0x8d, 0xf1, 0x3e, + 0x80, 0x38, 0x8e, 0xfb, 0xc2, 0x20, 0x8e, 0x4d, 0x82, 0x28, 0x35, 0x40, 0x40, 0x2d, 0x8e, 0x5c, + 0x74, 0xeb, 0xbe, 0x17, 0xe7, 0xff, 0xa8, 0x00, 0x9a, 0xee, 0xe4, 0xa6, 0x1c, 0x54, 0x7e, 0x50, + 0x07, 0xff, 0xa0, 0x40, 0x3d, 0xdb, 0xbe, 0x4d, 0xb9, 0x77, 0xf5, 0x07, 0x75, 0xef, 0xf7, 0x0a, + 0x2c, 0x67, 0x9a, 0xb6, 0xff, 0x2b, 0xef, 0x7e, 0x97, 0x87, 0xb5, 0x39, 0x7a, 0xb8, 0x15, 0x75, + 0xb7, 0xb2, 0xe1, 0xfe, 0xf1, 0x45, 0xe6, 0x6a, 0xf2, 0xfb, 0xb3, 0x47, 0xfc, 0x30, 0x6a, 0x86, + 0x6f, 0x02, 0xb2, 0x2d, 0xca, 0x42, 0x7b, 0x60, 0x53, 0x3f, 0xfa, 0x22, 0x97, 0x2d, 0xef, 0xca, + 0x04, 0x97, 0x1f, 0xe5, 0x3f, 0x02, 0xec, 0xb9, 0x81, 0x1d, 0xda, 0xcf, 0xa9, 0x61, 0xb3, 0xf8, + 0xf3, 0x9d, 0xb7, 0xc0, 0x05, 0x1d, 0xc5, 0x92, 0x0e, 0x0b, 0x13, 0x36, 0xa3, 0x43, 0x32, 0xc5, + 0xe6, 0x15, 0x30, 0xaf, 0xa3, 0x58, 0x92, 0xb0, 0xaf, 0x42, 0xcd, 0x72, 0xc7, 0xbc, 0xa1, 0x90, + 0x3c, 0x5e, 0x70, 0x15, 0xbd, 0x2a, 0xb1, 0x84, 0x12, 0x75, 0x7c, 0x93, 0x77, 0x83, 0x9a, 0x5e, + 0x95, 0x98, 0xa4, 0xdc, 0x80, 0x15, 0x32, 0x1c, 0xfa, 0xdc, 0x78, 0x6c, 0x48, 0xf6, 0xb0, 0xf5, + 0x04, 0x16, 0xc4, 0x8d, 0xc7, 0x50, 0x8e, 0xe3, 0xc0, 0x6f, 0x36, 0x1e, 0x09, 0xc3, 0x93, 0xaf, + 0x37, 0xb9, 0xad, 0x8a, 0x5e, 0x66, 0xb1, 0xf0, 0x2a, 0xd4, 0xec, 0xc0, 0x98, 0x3c, 0x23, 0xe6, + 0x36, 0x73, 0x5b, 0x65, 0xbd, 0x6a, 0x07, 0xc9, 0xbb, 0x51, 0xe3, 0xeb, 0x1c, 0xd4, 0xb3, 0xcf, + 0xa0, 0xb8, 0x0d, 0x65, 0xc7, 0x35, 0x89, 0x48, 0x04, 0xf9, 0x06, 0xbf, 0xf5, 0x9a, 0x97, 0xd3, + 0xe6, 0x41, 0xc4, 0xd7, 0x13, 0xcd, 0x8d, 0xbf, 0x29, 0x50, 0x8e, 0x61, 0x7c, 0x09, 0x0a, 0x1e, + 0x09, 0xcf, 0x84, 0xb9, 0xe2, 0x6e, 0x0e, 0x29, 0xba, 0x18, 0x73, 0x3c, 0xf0, 0x08, 0x13, 0x29, + 0x10, 0xe1, 0x7c, 0xcc, 0xf7, 0xd5, 0xa1, 0xc4, 0x12, 0x0d, 0xb2, 0x3b, 0x1a, 0x51, 0x16, 0x06, + 0xf1, 0xbe, 0x46, 0xf8, 0x5e, 0x04, 0xe3, 0xdb, 0xb0, 0x1a, 0xfa, 0xc4, 0x76, 0x32, 0xdc, 0x82, + 0xe0, 0xa2, 0x58, 0x90, 0x90, 0x77, 0xe0, 0x72, 0x6c, 0xd7, 0xa2, 0x21, 0x31, 0xcf, 0xa8, 0x35, + 0x51, 0x2a, 0x89, 0x37, 0xb6, 0xb7, 0x22, 0x42, 0x3b, 0x92, 0xc7, 0xba, 0x8d, 0xbf, 0x2b, 0xb0, + 0x1a, 0xb7, 0xf4, 0x56, 0x12, 0xac, 0x43, 0x00, 0xc2, 0x98, 0x1b, 0xa6, 0xc3, 0x35, 0x9b, 0xca, + 0x33, 0x7a, 0xcd, 0x56, 0xa2, 0xa4, 0xa7, 0x0c, 0x6c, 0x8c, 0x00, 0x26, 0x92, 0x85, 0x61, 0xbb, + 0x02, 0xd5, 0xe8, 0x8d, 0x5b, 0xfc, 0xa3, 0x44, 0x7e, 0x04, 0x82, 0x84, 0x78, 0xef, 0x8f, 0xd7, + 0xa1, 0x78, 0x4a, 0x87, 0x36, 0x8b, 0x5e, 0xde, 0xe4, 0x20, 0x7e, 0xcf, 0x2b, 0x24, 0xef, 0x79, + 0xbb, 0x4f, 0x60, 0xcd, 0x74, 0x47, 0xd3, 0xee, 0xee, 0xa2, 0xa9, 0x0f, 0xd1, 0xe0, 0x33, 0xe5, + 0x0b, 0x98, 0x74, 0x6a, 0x5f, 0xe5, 0xf2, 0xfb, 0xbd, 0xdd, 0x3f, 0xe5, 0x36, 0xf6, 0xa5, 0x5e, + 0x2f, 0x5e, 0xa6, 0x4e, 0x07, 0x0e, 0x35, 0xb9, 0xeb, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x5f, + 0x1c, 0x48, 0x4f, 0x0d, 0x1a, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/doc.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/doc.go new file mode 100644 index 0000000..0d6055d --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/doc.go @@ -0,0 +1,51 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +/* + A plugin for the Google protocol buffer compiler to generate Go code. + Run it by building this program and putting it in your path with the name + protoc-gen-go + That word 'go' at the end becomes part of the option string set for the + protocol compiler, so once the protocol compiler (protoc) is installed + you can run + protoc --go_out=output_directory input_directory/file.proto + to generate Go bindings for the protocol defined by file.proto. + With that input, the output will be written to + output_directory/file.pb.go + + The generated code is documented in the package comment for + the library. + + See the README and documentation for protocol buffers to learn more: + https://developers.google.com/protocol-buffers/ + +*/ +package documentation diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/Makefile b/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/Makefile new file mode 100644 index 0000000..b5715c3 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/Makefile @@ -0,0 +1,40 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +include $(GOROOT)/src/Make.inc + +TARG=github.com/golang/protobuf/compiler/generator +GOFILES=\ + generator.go\ + +DEPS=../descriptor ../plugin ../../proto + +include $(GOROOT)/src/Make.pkg diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go new file mode 100644 index 0000000..a5879fe --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go @@ -0,0 +1,2806 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +/* + The code generator for the plugin for the Google protocol buffer compiler. + It generates Go code from the protocol buffer description files read by the + main routine. +*/ +package generator + +import ( + "bufio" + "bytes" + "compress/gzip" + "fmt" + "go/parser" + "go/printer" + "go/token" + "log" + "os" + "path" + "strconv" + "strings" + "unicode" + "unicode/utf8" + + "github.com/golang/protobuf/proto" + + "github.com/golang/protobuf/protoc-gen-go/descriptor" + plugin "github.com/golang/protobuf/protoc-gen-go/plugin" +) + +// generatedCodeVersion indicates a version of the generated code. +// It is incremented whenever an incompatibility between the generated code and +// proto package is introduced; the generated code references +// a constant, proto.ProtoPackageIsVersionN (where N is generatedCodeVersion). +const generatedCodeVersion = 2 + +// A Plugin provides functionality to add to the output during Go code generation, +// such as to produce RPC stubs. +type Plugin interface { + // Name identifies the plugin. + Name() string + // Init is called once after data structures are built but before + // code generation begins. + Init(g *Generator) + // Generate produces the code generated by the plugin for this file, + // except for the imports, by calling the generator's methods P, In, and Out. + Generate(file *FileDescriptor) + // GenerateImports produces the import declarations for this file. + // It is called after Generate. + GenerateImports(file *FileDescriptor) +} + +var plugins []Plugin + +// RegisterPlugin installs a (second-order) plugin to be run when the Go output is generated. +// It is typically called during initialization. +func RegisterPlugin(p Plugin) { + plugins = append(plugins, p) +} + +// Each type we import as a protocol buffer (other than FileDescriptorProto) needs +// a pointer to the FileDescriptorProto that represents it. These types achieve that +// wrapping by placing each Proto inside a struct with the pointer to its File. The +// structs have the same names as their contents, with "Proto" removed. +// FileDescriptor is used to store the things that it points to. + +// The file and package name method are common to messages and enums. +type common struct { + file *descriptor.FileDescriptorProto // File this object comes from. +} + +// PackageName is name in the package clause in the generated file. +func (c *common) PackageName() string { return uniquePackageOf(c.file) } + +func (c *common) File() *descriptor.FileDescriptorProto { return c.file } + +func fileIsProto3(file *descriptor.FileDescriptorProto) bool { + return file.GetSyntax() == "proto3" +} + +func (c *common) proto3() bool { return fileIsProto3(c.file) } + +// Descriptor represents a protocol buffer message. +type Descriptor struct { + common + *descriptor.DescriptorProto + parent *Descriptor // The containing message, if any. + nested []*Descriptor // Inner messages, if any. + enums []*EnumDescriptor // Inner enums, if any. + ext []*ExtensionDescriptor // Extensions, if any. + typename []string // Cached typename vector. + index int // The index into the container, whether the file or another message. + path string // The SourceCodeInfo path as comma-separated integers. + group bool +} + +// TypeName returns the elements of the dotted type name. +// The package name is not part of this name. +func (d *Descriptor) TypeName() []string { + if d.typename != nil { + return d.typename + } + n := 0 + for parent := d; parent != nil; parent = parent.parent { + n++ + } + s := make([]string, n, n) + for parent := d; parent != nil; parent = parent.parent { + n-- + s[n] = parent.GetName() + } + d.typename = s + return s +} + +// EnumDescriptor describes an enum. If it's at top level, its parent will be nil. +// Otherwise it will be the descriptor of the message in which it is defined. +type EnumDescriptor struct { + common + *descriptor.EnumDescriptorProto + parent *Descriptor // The containing message, if any. + typename []string // Cached typename vector. + index int // The index into the container, whether the file or a message. + path string // The SourceCodeInfo path as comma-separated integers. +} + +// TypeName returns the elements of the dotted type name. +// The package name is not part of this name. +func (e *EnumDescriptor) TypeName() (s []string) { + if e.typename != nil { + return e.typename + } + name := e.GetName() + if e.parent == nil { + s = make([]string, 1) + } else { + pname := e.parent.TypeName() + s = make([]string, len(pname)+1) + copy(s, pname) + } + s[len(s)-1] = name + e.typename = s + return s +} + +// Everything but the last element of the full type name, CamelCased. +// The values of type Foo.Bar are call Foo_value1... not Foo_Bar_value1... . +func (e *EnumDescriptor) prefix() string { + if e.parent == nil { + // If the enum is not part of a message, the prefix is just the type name. + return CamelCase(*e.Name) + "_" + } + typeName := e.TypeName() + return CamelCaseSlice(typeName[0:len(typeName)-1]) + "_" +} + +// The integer value of the named constant in this enumerated type. +func (e *EnumDescriptor) integerValueAsString(name string) string { + for _, c := range e.Value { + if c.GetName() == name { + return fmt.Sprint(c.GetNumber()) + } + } + log.Fatal("cannot find value for enum constant") + return "" +} + +// ExtensionDescriptor describes an extension. If it's at top level, its parent will be nil. +// Otherwise it will be the descriptor of the message in which it is defined. +type ExtensionDescriptor struct { + common + *descriptor.FieldDescriptorProto + parent *Descriptor // The containing message, if any. +} + +// TypeName returns the elements of the dotted type name. +// The package name is not part of this name. +func (e *ExtensionDescriptor) TypeName() (s []string) { + name := e.GetName() + if e.parent == nil { + // top-level extension + s = make([]string, 1) + } else { + pname := e.parent.TypeName() + s = make([]string, len(pname)+1) + copy(s, pname) + } + s[len(s)-1] = name + return s +} + +// DescName returns the variable name used for the generated descriptor. +func (e *ExtensionDescriptor) DescName() string { + // The full type name. + typeName := e.TypeName() + // Each scope of the extension is individually CamelCased, and all are joined with "_" with an "E_" prefix. + for i, s := range typeName { + typeName[i] = CamelCase(s) + } + return "E_" + strings.Join(typeName, "_") +} + +// ImportedDescriptor describes a type that has been publicly imported from another file. +type ImportedDescriptor struct { + common + o Object +} + +func (id *ImportedDescriptor) TypeName() []string { return id.o.TypeName() } + +// FileDescriptor describes an protocol buffer descriptor file (.proto). +// It includes slices of all the messages and enums defined within it. +// Those slices are constructed by WrapTypes. +type FileDescriptor struct { + *descriptor.FileDescriptorProto + desc []*Descriptor // All the messages defined in this file. + enum []*EnumDescriptor // All the enums defined in this file. + ext []*ExtensionDescriptor // All the top-level extensions defined in this file. + imp []*ImportedDescriptor // All types defined in files publicly imported by this file. + + // Comments, stored as a map of path (comma-separated integers) to the comment. + comments map[string]*descriptor.SourceCodeInfo_Location + + // The full list of symbols that are exported, + // as a map from the exported object to its symbols. + // This is used for supporting public imports. + exported map[Object][]symbol + + index int // The index of this file in the list of files to generate code for + + proto3 bool // whether to generate proto3 code for this file +} + +// PackageName is the package name we'll use in the generated code to refer to this file. +func (d *FileDescriptor) PackageName() string { return uniquePackageOf(d.FileDescriptorProto) } + +// VarName is the variable name we'll use in the generated code to refer +// to the compressed bytes of this descriptor. It is not exported, so +// it is only valid inside the generated package. +func (d *FileDescriptor) VarName() string { return fmt.Sprintf("fileDescriptor%d", d.index) } + +// goPackageOption interprets the file's go_package option. +// If there is no go_package, it returns ("", "", false). +// If there's a simple name, it returns ("", pkg, true). +// If the option implies an import path, it returns (impPath, pkg, true). +func (d *FileDescriptor) goPackageOption() (impPath, pkg string, ok bool) { + pkg = d.GetOptions().GetGoPackage() + if pkg == "" { + return + } + ok = true + // The presence of a slash implies there's an import path. + slash := strings.LastIndex(pkg, "/") + if slash < 0 { + return + } + impPath, pkg = pkg, pkg[slash+1:] + // A semicolon-delimited suffix overrides the package name. + sc := strings.IndexByte(impPath, ';') + if sc < 0 { + return + } + impPath, pkg = impPath[:sc], impPath[sc+1:] + return +} + +// goPackageName returns the Go package name to use in the +// generated Go file. The result explicit reports whether the name +// came from an option go_package statement. If explicit is false, +// the name was derived from the protocol buffer's package statement +// or the input file name. +func (d *FileDescriptor) goPackageName() (name string, explicit bool) { + // Does the file have a "go_package" option? + if _, pkg, ok := d.goPackageOption(); ok { + return pkg, true + } + + // Does the file have a package clause? + if pkg := d.GetPackage(); pkg != "" { + return pkg, false + } + // Use the file base name. + return baseName(d.GetName()), false +} + +// goFileName returns the output name for the generated Go file. +func (d *FileDescriptor) goFileName() string { + name := *d.Name + if ext := path.Ext(name); ext == ".proto" || ext == ".protodevel" { + name = name[:len(name)-len(ext)] + } + name += ".pb.go" + + // Does the file have a "go_package" option? + // If it does, it may override the filename. + if impPath, _, ok := d.goPackageOption(); ok && impPath != "" { + // Replace the existing dirname with the declared import path. + _, name = path.Split(name) + name = path.Join(impPath, name) + return name + } + + return name +} + +func (d *FileDescriptor) addExport(obj Object, sym symbol) { + d.exported[obj] = append(d.exported[obj], sym) +} + +// symbol is an interface representing an exported Go symbol. +type symbol interface { + // GenerateAlias should generate an appropriate alias + // for the symbol from the named package. + GenerateAlias(g *Generator, pkg string) +} + +type messageSymbol struct { + sym string + hasExtensions, isMessageSet bool + hasOneof bool + getters []getterSymbol +} + +type getterSymbol struct { + name string + typ string + typeName string // canonical name in proto world; empty for proto.Message and similar + genType bool // whether typ contains a generated type (message/group/enum) +} + +func (ms *messageSymbol) GenerateAlias(g *Generator, pkg string) { + remoteSym := pkg + "." + ms.sym + + g.P("type ", ms.sym, " ", remoteSym) + g.P("func (m *", ms.sym, ") Reset() { (*", remoteSym, ")(m).Reset() }") + g.P("func (m *", ms.sym, ") String() string { return (*", remoteSym, ")(m).String() }") + g.P("func (*", ms.sym, ") ProtoMessage() {}") + if ms.hasExtensions { + g.P("func (*", ms.sym, ") ExtensionRangeArray() []", g.Pkg["proto"], ".ExtensionRange ", + "{ return (*", remoteSym, ")(nil).ExtensionRangeArray() }") + if ms.isMessageSet { + g.P("func (m *", ms.sym, ") Marshal() ([]byte, error) ", + "{ return (*", remoteSym, ")(m).Marshal() }") + g.P("func (m *", ms.sym, ") Unmarshal(buf []byte) error ", + "{ return (*", remoteSym, ")(m).Unmarshal(buf) }") + } + } + if ms.hasOneof { + // Oneofs and public imports do not mix well. + // We can make them work okay for the binary format, + // but they're going to break weirdly for text/JSON. + enc := "_" + ms.sym + "_OneofMarshaler" + dec := "_" + ms.sym + "_OneofUnmarshaler" + size := "_" + ms.sym + "_OneofSizer" + encSig := "(msg " + g.Pkg["proto"] + ".Message, b *" + g.Pkg["proto"] + ".Buffer) error" + decSig := "(msg " + g.Pkg["proto"] + ".Message, tag, wire int, b *" + g.Pkg["proto"] + ".Buffer) (bool, error)" + sizeSig := "(msg " + g.Pkg["proto"] + ".Message) int" + g.P("func (m *", ms.sym, ") XXX_OneofFuncs() (func", encSig, ", func", decSig, ", func", sizeSig, ", []interface{}) {") + g.P("return ", enc, ", ", dec, ", ", size, ", nil") + g.P("}") + + g.P("func ", enc, encSig, " {") + g.P("m := msg.(*", ms.sym, ")") + g.P("m0 := (*", remoteSym, ")(m)") + g.P("enc, _, _, _ := m0.XXX_OneofFuncs()") + g.P("return enc(m0, b)") + g.P("}") + + g.P("func ", dec, decSig, " {") + g.P("m := msg.(*", ms.sym, ")") + g.P("m0 := (*", remoteSym, ")(m)") + g.P("_, dec, _, _ := m0.XXX_OneofFuncs()") + g.P("return dec(m0, tag, wire, b)") + g.P("}") + + g.P("func ", size, sizeSig, " {") + g.P("m := msg.(*", ms.sym, ")") + g.P("m0 := (*", remoteSym, ")(m)") + g.P("_, _, size, _ := m0.XXX_OneofFuncs()") + g.P("return size(m0)") + g.P("}") + } + for _, get := range ms.getters { + + if get.typeName != "" { + g.RecordTypeUse(get.typeName) + } + typ := get.typ + val := "(*" + remoteSym + ")(m)." + get.name + "()" + if get.genType { + // typ will be "*pkg.T" (message/group) or "pkg.T" (enum) + // or "map[t]*pkg.T" (map to message/enum). + // The first two of those might have a "[]" prefix if it is repeated. + // Drop any package qualifier since we have hoisted the type into this package. + rep := strings.HasPrefix(typ, "[]") + if rep { + typ = typ[2:] + } + isMap := strings.HasPrefix(typ, "map[") + star := typ[0] == '*' + if !isMap { // map types handled lower down + typ = typ[strings.Index(typ, ".")+1:] + } + if star { + typ = "*" + typ + } + if rep { + // Go does not permit conversion between slice types where both + // element types are named. That means we need to generate a bit + // of code in this situation. + // typ is the element type. + // val is the expression to get the slice from the imported type. + + ctyp := typ // conversion type expression; "Foo" or "(*Foo)" + if star { + ctyp = "(" + typ + ")" + } + + g.P("func (m *", ms.sym, ") ", get.name, "() []", typ, " {") + g.In() + g.P("o := ", val) + g.P("if o == nil {") + g.In() + g.P("return nil") + g.Out() + g.P("}") + g.P("s := make([]", typ, ", len(o))") + g.P("for i, x := range o {") + g.In() + g.P("s[i] = ", ctyp, "(x)") + g.Out() + g.P("}") + g.P("return s") + g.Out() + g.P("}") + continue + } + if isMap { + // Split map[keyTyp]valTyp. + bra, ket := strings.Index(typ, "["), strings.Index(typ, "]") + keyTyp, valTyp := typ[bra+1:ket], typ[ket+1:] + // Drop any package qualifier. + // Only the value type may be foreign. + star := valTyp[0] == '*' + valTyp = valTyp[strings.Index(valTyp, ".")+1:] + if star { + valTyp = "*" + valTyp + } + + typ := "map[" + keyTyp + "]" + valTyp + g.P("func (m *", ms.sym, ") ", get.name, "() ", typ, " {") + g.P("o := ", val) + g.P("if o == nil { return nil }") + g.P("s := make(", typ, ", len(o))") + g.P("for k, v := range o {") + g.P("s[k] = (", valTyp, ")(v)") + g.P("}") + g.P("return s") + g.P("}") + continue + } + // Convert imported type into the forwarding type. + val = "(" + typ + ")(" + val + ")" + } + + g.P("func (m *", ms.sym, ") ", get.name, "() ", typ, " { return ", val, " }") + } + +} + +type enumSymbol struct { + name string + proto3 bool // Whether this came from a proto3 file. +} + +func (es enumSymbol) GenerateAlias(g *Generator, pkg string) { + s := es.name + g.P("type ", s, " ", pkg, ".", s) + g.P("var ", s, "_name = ", pkg, ".", s, "_name") + g.P("var ", s, "_value = ", pkg, ".", s, "_value") + g.P("func (x ", s, ") String() string { return (", pkg, ".", s, ")(x).String() }") + if !es.proto3 { + g.P("func (x ", s, ") Enum() *", s, "{ return (*", s, ")((", pkg, ".", s, ")(x).Enum()) }") + g.P("func (x *", s, ") UnmarshalJSON(data []byte) error { return (*", pkg, ".", s, ")(x).UnmarshalJSON(data) }") + } +} + +type constOrVarSymbol struct { + sym string + typ string // either "const" or "var" + cast string // if non-empty, a type cast is required (used for enums) +} + +func (cs constOrVarSymbol) GenerateAlias(g *Generator, pkg string) { + v := pkg + "." + cs.sym + if cs.cast != "" { + v = cs.cast + "(" + v + ")" + } + g.P(cs.typ, " ", cs.sym, " = ", v) +} + +// Object is an interface abstracting the abilities shared by enums, messages, extensions and imported objects. +type Object interface { + PackageName() string // The name we use in our output (a_b_c), possibly renamed for uniqueness. + TypeName() []string + File() *descriptor.FileDescriptorProto +} + +// Each package name we generate must be unique. The package we're generating +// gets its own name but every other package must have a unique name that does +// not conflict in the code we generate. These names are chosen globally (although +// they don't have to be, it simplifies things to do them globally). +func uniquePackageOf(fd *descriptor.FileDescriptorProto) string { + s, ok := uniquePackageName[fd] + if !ok { + log.Fatal("internal error: no package name defined for " + fd.GetName()) + } + return s +} + +// Generator is the type whose methods generate the output, stored in the associated response structure. +type Generator struct { + *bytes.Buffer + + Request *plugin.CodeGeneratorRequest // The input. + Response *plugin.CodeGeneratorResponse // The output. + + Param map[string]string // Command-line parameters. + PackageImportPath string // Go import path of the package we're generating code for + ImportPrefix string // String to prefix to imported package file names. + ImportMap map[string]string // Mapping from .proto file name to import path + + Pkg map[string]string // The names under which we import support packages + + packageName string // What we're calling ourselves. + allFiles []*FileDescriptor // All files in the tree + allFilesByName map[string]*FileDescriptor // All files by filename. + genFiles []*FileDescriptor // Those files we will generate output for. + file *FileDescriptor // The file we are compiling now. + usedPackages map[string]bool // Names of packages used in current file. + typeNameToObject map[string]Object // Key is a fully-qualified name in input syntax. + init []string // Lines to emit in the init function. + indent string + writeOutput bool +} + +// New creates a new generator and allocates the request and response protobufs. +func New() *Generator { + g := new(Generator) + g.Buffer = new(bytes.Buffer) + g.Request = new(plugin.CodeGeneratorRequest) + g.Response = new(plugin.CodeGeneratorResponse) + return g +} + +// Error reports a problem, including an error, and exits the program. +func (g *Generator) Error(err error, msgs ...string) { + s := strings.Join(msgs, " ") + ":" + err.Error() + log.Print("protoc-gen-go: error:", s) + os.Exit(1) +} + +// Fail reports a problem and exits the program. +func (g *Generator) Fail(msgs ...string) { + s := strings.Join(msgs, " ") + log.Print("protoc-gen-go: error:", s) + os.Exit(1) +} + +// CommandLineParameters breaks the comma-separated list of key=value pairs +// in the parameter (a member of the request protobuf) into a key/value map. +// It then sets file name mappings defined by those entries. +func (g *Generator) CommandLineParameters(parameter string) { + g.Param = make(map[string]string) + for _, p := range strings.Split(parameter, ",") { + if i := strings.Index(p, "="); i < 0 { + g.Param[p] = "" + } else { + g.Param[p[0:i]] = p[i+1:] + } + } + + g.ImportMap = make(map[string]string) + pluginList := "none" // Default list of plugin names to enable (empty means all). + for k, v := range g.Param { + switch k { + case "import_prefix": + g.ImportPrefix = v + case "import_path": + g.PackageImportPath = v + case "plugins": + pluginList = v + default: + if len(k) > 0 && k[0] == 'M' { + g.ImportMap[k[1:]] = v + } + } + } + if pluginList != "" { + // Amend the set of plugins. + enabled := make(map[string]bool) + for _, name := range strings.Split(pluginList, "+") { + enabled[name] = true + } + var nplugins []Plugin + for _, p := range plugins { + if enabled[p.Name()] { + nplugins = append(nplugins, p) + } + } + plugins = nplugins + } +} + +// DefaultPackageName returns the package name printed for the object. +// If its file is in a different package, it returns the package name we're using for this file, plus ".". +// Otherwise it returns the empty string. +func (g *Generator) DefaultPackageName(obj Object) string { + pkg := obj.PackageName() + if pkg == g.packageName { + return "" + } + return pkg + "." +} + +// For each input file, the unique package name to use, underscored. +var uniquePackageName = make(map[*descriptor.FileDescriptorProto]string) + +// Package names already registered. Key is the name from the .proto file; +// value is the name that appears in the generated code. +var pkgNamesInUse = make(map[string]bool) + +// Create and remember a guaranteed unique package name for this file descriptor. +// Pkg is the candidate name. If f is nil, it's a builtin package like "proto" and +// has no file descriptor. +func RegisterUniquePackageName(pkg string, f *FileDescriptor) string { + // Convert dots to underscores before finding a unique alias. + pkg = strings.Map(badToUnderscore, pkg) + + for i, orig := 1, pkg; pkgNamesInUse[pkg]; i++ { + // It's a duplicate; must rename. + pkg = orig + strconv.Itoa(i) + } + // Install it. + pkgNamesInUse[pkg] = true + if f != nil { + uniquePackageName[f.FileDescriptorProto] = pkg + } + return pkg +} + +var isGoKeyword = map[string]bool{ + "break": true, + "case": true, + "chan": true, + "const": true, + "continue": true, + "default": true, + "else": true, + "defer": true, + "fallthrough": true, + "for": true, + "func": true, + "go": true, + "goto": true, + "if": true, + "import": true, + "interface": true, + "map": true, + "package": true, + "range": true, + "return": true, + "select": true, + "struct": true, + "switch": true, + "type": true, + "var": true, +} + +// defaultGoPackage returns the package name to use, +// derived from the import path of the package we're building code for. +func (g *Generator) defaultGoPackage() string { + p := g.PackageImportPath + if i := strings.LastIndex(p, "/"); i >= 0 { + p = p[i+1:] + } + if p == "" { + return "" + } + + p = strings.Map(badToUnderscore, p) + // Identifier must not be keyword: insert _. + if isGoKeyword[p] { + p = "_" + p + } + // Identifier must not begin with digit: insert _. + if r, _ := utf8.DecodeRuneInString(p); unicode.IsDigit(r) { + p = "_" + p + } + return p +} + +// SetPackageNames sets the package name for this run. +// The package name must agree across all files being generated. +// It also defines unique package names for all imported files. +func (g *Generator) SetPackageNames() { + // Register the name for this package. It will be the first name + // registered so is guaranteed to be unmodified. + pkg, explicit := g.genFiles[0].goPackageName() + + // Check all files for an explicit go_package option. + for _, f := range g.genFiles { + thisPkg, thisExplicit := f.goPackageName() + if thisExplicit { + if !explicit { + // Let this file's go_package option serve for all input files. + pkg, explicit = thisPkg, true + } else if thisPkg != pkg { + g.Fail("inconsistent package names:", thisPkg, pkg) + } + } + } + + // If we don't have an explicit go_package option but we have an + // import path, use that. + if !explicit { + p := g.defaultGoPackage() + if p != "" { + pkg, explicit = p, true + } + } + + // If there was no go_package and no import path to use, + // double-check that all the inputs have the same implicit + // Go package name. + if !explicit { + for _, f := range g.genFiles { + thisPkg, _ := f.goPackageName() + if thisPkg != pkg { + g.Fail("inconsistent package names:", thisPkg, pkg) + } + } + } + + g.packageName = RegisterUniquePackageName(pkg, g.genFiles[0]) + + // Register the support package names. They might collide with the + // name of a package we import. + g.Pkg = map[string]string{ + "fmt": RegisterUniquePackageName("fmt", nil), + "math": RegisterUniquePackageName("math", nil), + "proto": RegisterUniquePackageName("proto", nil), + } + +AllFiles: + for _, f := range g.allFiles { + for _, genf := range g.genFiles { + if f == genf { + // In this package already. + uniquePackageName[f.FileDescriptorProto] = g.packageName + continue AllFiles + } + } + // The file is a dependency, so we want to ignore its go_package option + // because that is only relevant for its specific generated output. + pkg := f.GetPackage() + if pkg == "" { + pkg = baseName(*f.Name) + } + RegisterUniquePackageName(pkg, f) + } +} + +// WrapTypes walks the incoming data, wrapping DescriptorProtos, EnumDescriptorProtos +// and FileDescriptorProtos into file-referenced objects within the Generator. +// It also creates the list of files to generate and so should be called before GenerateAllFiles. +func (g *Generator) WrapTypes() { + g.allFiles = make([]*FileDescriptor, 0, len(g.Request.ProtoFile)) + g.allFilesByName = make(map[string]*FileDescriptor, len(g.allFiles)) + for _, f := range g.Request.ProtoFile { + // We must wrap the descriptors before we wrap the enums + descs := wrapDescriptors(f) + g.buildNestedDescriptors(descs) + enums := wrapEnumDescriptors(f, descs) + g.buildNestedEnums(descs, enums) + exts := wrapExtensions(f) + fd := &FileDescriptor{ + FileDescriptorProto: f, + desc: descs, + enum: enums, + ext: exts, + exported: make(map[Object][]symbol), + proto3: fileIsProto3(f), + } + extractComments(fd) + g.allFiles = append(g.allFiles, fd) + g.allFilesByName[f.GetName()] = fd + } + for _, fd := range g.allFiles { + fd.imp = wrapImported(fd.FileDescriptorProto, g) + } + + g.genFiles = make([]*FileDescriptor, 0, len(g.Request.FileToGenerate)) + for _, fileName := range g.Request.FileToGenerate { + fd := g.allFilesByName[fileName] + if fd == nil { + g.Fail("could not find file named", fileName) + } + fd.index = len(g.genFiles) + g.genFiles = append(g.genFiles, fd) + } +} + +// Scan the descriptors in this file. For each one, build the slice of nested descriptors +func (g *Generator) buildNestedDescriptors(descs []*Descriptor) { + for _, desc := range descs { + if len(desc.NestedType) != 0 { + for _, nest := range descs { + if nest.parent == desc { + desc.nested = append(desc.nested, nest) + } + } + if len(desc.nested) != len(desc.NestedType) { + g.Fail("internal error: nesting failure for", desc.GetName()) + } + } + } +} + +func (g *Generator) buildNestedEnums(descs []*Descriptor, enums []*EnumDescriptor) { + for _, desc := range descs { + if len(desc.EnumType) != 0 { + for _, enum := range enums { + if enum.parent == desc { + desc.enums = append(desc.enums, enum) + } + } + if len(desc.enums) != len(desc.EnumType) { + g.Fail("internal error: enum nesting failure for", desc.GetName()) + } + } + } +} + +// Construct the Descriptor +func newDescriptor(desc *descriptor.DescriptorProto, parent *Descriptor, file *descriptor.FileDescriptorProto, index int) *Descriptor { + d := &Descriptor{ + common: common{file}, + DescriptorProto: desc, + parent: parent, + index: index, + } + if parent == nil { + d.path = fmt.Sprintf("%d,%d", messagePath, index) + } else { + d.path = fmt.Sprintf("%s,%d,%d", parent.path, messageMessagePath, index) + } + + // The only way to distinguish a group from a message is whether + // the containing message has a TYPE_GROUP field that matches. + if parent != nil { + parts := d.TypeName() + if file.Package != nil { + parts = append([]string{*file.Package}, parts...) + } + exp := "." + strings.Join(parts, ".") + for _, field := range parent.Field { + if field.GetType() == descriptor.FieldDescriptorProto_TYPE_GROUP && field.GetTypeName() == exp { + d.group = true + break + } + } + } + + for _, field := range desc.Extension { + d.ext = append(d.ext, &ExtensionDescriptor{common{file}, field, d}) + } + + return d +} + +// Return a slice of all the Descriptors defined within this file +func wrapDescriptors(file *descriptor.FileDescriptorProto) []*Descriptor { + sl := make([]*Descriptor, 0, len(file.MessageType)+10) + for i, desc := range file.MessageType { + sl = wrapThisDescriptor(sl, desc, nil, file, i) + } + return sl +} + +// Wrap this Descriptor, recursively +func wrapThisDescriptor(sl []*Descriptor, desc *descriptor.DescriptorProto, parent *Descriptor, file *descriptor.FileDescriptorProto, index int) []*Descriptor { + sl = append(sl, newDescriptor(desc, parent, file, index)) + me := sl[len(sl)-1] + for i, nested := range desc.NestedType { + sl = wrapThisDescriptor(sl, nested, me, file, i) + } + return sl +} + +// Construct the EnumDescriptor +func newEnumDescriptor(desc *descriptor.EnumDescriptorProto, parent *Descriptor, file *descriptor.FileDescriptorProto, index int) *EnumDescriptor { + ed := &EnumDescriptor{ + common: common{file}, + EnumDescriptorProto: desc, + parent: parent, + index: index, + } + if parent == nil { + ed.path = fmt.Sprintf("%d,%d", enumPath, index) + } else { + ed.path = fmt.Sprintf("%s,%d,%d", parent.path, messageEnumPath, index) + } + return ed +} + +// Return a slice of all the EnumDescriptors defined within this file +func wrapEnumDescriptors(file *descriptor.FileDescriptorProto, descs []*Descriptor) []*EnumDescriptor { + sl := make([]*EnumDescriptor, 0, len(file.EnumType)+10) + // Top-level enums. + for i, enum := range file.EnumType { + sl = append(sl, newEnumDescriptor(enum, nil, file, i)) + } + // Enums within messages. Enums within embedded messages appear in the outer-most message. + for _, nested := range descs { + for i, enum := range nested.EnumType { + sl = append(sl, newEnumDescriptor(enum, nested, file, i)) + } + } + return sl +} + +// Return a slice of all the top-level ExtensionDescriptors defined within this file. +func wrapExtensions(file *descriptor.FileDescriptorProto) []*ExtensionDescriptor { + var sl []*ExtensionDescriptor + for _, field := range file.Extension { + sl = append(sl, &ExtensionDescriptor{common{file}, field, nil}) + } + return sl +} + +// Return a slice of all the types that are publicly imported into this file. +func wrapImported(file *descriptor.FileDescriptorProto, g *Generator) (sl []*ImportedDescriptor) { + for _, index := range file.PublicDependency { + df := g.fileByName(file.Dependency[index]) + for _, d := range df.desc { + if d.GetOptions().GetMapEntry() { + continue + } + sl = append(sl, &ImportedDescriptor{common{file}, d}) + } + for _, e := range df.enum { + sl = append(sl, &ImportedDescriptor{common{file}, e}) + } + for _, ext := range df.ext { + sl = append(sl, &ImportedDescriptor{common{file}, ext}) + } + } + return +} + +func extractComments(file *FileDescriptor) { + file.comments = make(map[string]*descriptor.SourceCodeInfo_Location) + for _, loc := range file.GetSourceCodeInfo().GetLocation() { + if loc.LeadingComments == nil { + continue + } + var p []string + for _, n := range loc.Path { + p = append(p, strconv.Itoa(int(n))) + } + file.comments[strings.Join(p, ",")] = loc + } +} + +// BuildTypeNameMap builds the map from fully qualified type names to objects. +// The key names for the map come from the input data, which puts a period at the beginning. +// It should be called after SetPackageNames and before GenerateAllFiles. +func (g *Generator) BuildTypeNameMap() { + g.typeNameToObject = make(map[string]Object) + for _, f := range g.allFiles { + // The names in this loop are defined by the proto world, not us, so the + // package name may be empty. If so, the dotted package name of X will + // be ".X"; otherwise it will be ".pkg.X". + dottedPkg := "." + f.GetPackage() + if dottedPkg != "." { + dottedPkg += "." + } + for _, enum := range f.enum { + name := dottedPkg + dottedSlice(enum.TypeName()) + g.typeNameToObject[name] = enum + } + for _, desc := range f.desc { + name := dottedPkg + dottedSlice(desc.TypeName()) + g.typeNameToObject[name] = desc + } + } +} + +// ObjectNamed, given a fully-qualified input type name as it appears in the input data, +// returns the descriptor for the message or enum with that name. +func (g *Generator) ObjectNamed(typeName string) Object { + o, ok := g.typeNameToObject[typeName] + if !ok { + g.Fail("can't find object with type", typeName) + } + + // If the file of this object isn't a direct dependency of the current file, + // or in the current file, then this object has been publicly imported into + // a dependency of the current file. + // We should return the ImportedDescriptor object for it instead. + direct := *o.File().Name == *g.file.Name + if !direct { + for _, dep := range g.file.Dependency { + if *g.fileByName(dep).Name == *o.File().Name { + direct = true + break + } + } + } + if !direct { + found := false + Loop: + for _, dep := range g.file.Dependency { + df := g.fileByName(*g.fileByName(dep).Name) + for _, td := range df.imp { + if td.o == o { + // Found it! + o = td + found = true + break Loop + } + } + } + if !found { + log.Printf("protoc-gen-go: WARNING: failed finding publicly imported dependency for %v, used in %v", typeName, *g.file.Name) + } + } + + return o +} + +// P prints the arguments to the generated output. It handles strings and int32s, plus +// handling indirections because they may be *string, etc. +func (g *Generator) P(str ...interface{}) { + if !g.writeOutput { + return + } + g.WriteString(g.indent) + for _, v := range str { + switch s := v.(type) { + case string: + g.WriteString(s) + case *string: + g.WriteString(*s) + case bool: + fmt.Fprintf(g, "%t", s) + case *bool: + fmt.Fprintf(g, "%t", *s) + case int: + fmt.Fprintf(g, "%d", s) + case *int32: + fmt.Fprintf(g, "%d", *s) + case *int64: + fmt.Fprintf(g, "%d", *s) + case float64: + fmt.Fprintf(g, "%g", s) + case *float64: + fmt.Fprintf(g, "%g", *s) + default: + g.Fail(fmt.Sprintf("unknown type in printer: %T", v)) + } + } + g.WriteByte('\n') +} + +// addInitf stores the given statement to be printed inside the file's init function. +// The statement is given as a format specifier and arguments. +func (g *Generator) addInitf(stmt string, a ...interface{}) { + g.init = append(g.init, fmt.Sprintf(stmt, a...)) +} + +// In Indents the output one tab stop. +func (g *Generator) In() { g.indent += "\t" } + +// Out unindents the output one tab stop. +func (g *Generator) Out() { + if len(g.indent) > 0 { + g.indent = g.indent[1:] + } +} + +// GenerateAllFiles generates the output for all the files we're outputting. +func (g *Generator) GenerateAllFiles() { + // Initialize the plugins + for _, p := range plugins { + p.Init(g) + } + // Generate the output. The generator runs for every file, even the files + // that we don't generate output for, so that we can collate the full list + // of exported symbols to support public imports. + genFileMap := make(map[*FileDescriptor]bool, len(g.genFiles)) + for _, file := range g.genFiles { + genFileMap[file] = true + } + for _, file := range g.allFiles { + g.Reset() + g.writeOutput = genFileMap[file] + g.generate(file) + if !g.writeOutput { + continue + } + g.Response.File = append(g.Response.File, &plugin.CodeGeneratorResponse_File{ + Name: proto.String(file.goFileName()), + Content: proto.String(g.String()), + }) + } +} + +// Run all the plugins associated with the file. +func (g *Generator) runPlugins(file *FileDescriptor) { + for _, p := range plugins { + p.Generate(file) + } +} + +// FileOf return the FileDescriptor for this FileDescriptorProto. +func (g *Generator) FileOf(fd *descriptor.FileDescriptorProto) *FileDescriptor { + for _, file := range g.allFiles { + if file.FileDescriptorProto == fd { + return file + } + } + g.Fail("could not find file in table:", fd.GetName()) + return nil +} + +// Fill the response protocol buffer with the generated output for all the files we're +// supposed to generate. +func (g *Generator) generate(file *FileDescriptor) { + g.file = g.FileOf(file.FileDescriptorProto) + g.usedPackages = make(map[string]bool) + + if g.file.index == 0 { + // For one file in the package, assert version compatibility. + g.P("// This is a compile-time assertion to ensure that this generated file") + g.P("// is compatible with the proto package it is being compiled against.") + g.P("// A compilation error at this line likely means your copy of the") + g.P("// proto package needs to be updated.") + g.P("const _ = ", g.Pkg["proto"], ".ProtoPackageIsVersion", generatedCodeVersion, " // please upgrade the proto package") + g.P() + } + for _, td := range g.file.imp { + g.generateImported(td) + } + for _, enum := range g.file.enum { + g.generateEnum(enum) + } + for _, desc := range g.file.desc { + // Don't generate virtual messages for maps. + if desc.GetOptions().GetMapEntry() { + continue + } + g.generateMessage(desc) + } + for _, ext := range g.file.ext { + g.generateExtension(ext) + } + g.generateInitFunction() + + // Run the plugins before the imports so we know which imports are necessary. + g.runPlugins(file) + + g.generateFileDescriptor(file) + + // Generate header and imports last, though they appear first in the output. + rem := g.Buffer + g.Buffer = new(bytes.Buffer) + g.generateHeader() + g.generateImports() + if !g.writeOutput { + return + } + g.Write(rem.Bytes()) + + // Reformat generated code. + fset := token.NewFileSet() + raw := g.Bytes() + ast, err := parser.ParseFile(fset, "", g, parser.ParseComments) + if err != nil { + // Print out the bad code with line numbers. + // This should never happen in practice, but it can while changing generated code, + // so consider this a debugging aid. + var src bytes.Buffer + s := bufio.NewScanner(bytes.NewReader(raw)) + for line := 1; s.Scan(); line++ { + fmt.Fprintf(&src, "%5d\t%s\n", line, s.Bytes()) + } + g.Fail("bad Go source code was generated:", err.Error(), "\n"+src.String()) + } + g.Reset() + err = (&printer.Config{Mode: printer.TabIndent | printer.UseSpaces, Tabwidth: 8}).Fprint(g, fset, ast) + if err != nil { + g.Fail("generated Go source code could not be reformatted:", err.Error()) + } +} + +// Generate the header, including package definition +func (g *Generator) generateHeader() { + g.P("// Code generated by protoc-gen-go.") + g.P("// source: ", g.file.Name) + g.P("// DO NOT EDIT!") + g.P() + + name := g.file.PackageName() + + if g.file.index == 0 { + // Generate package docs for the first file in the package. + g.P("/*") + g.P("Package ", name, " is a generated protocol buffer package.") + g.P() + if loc, ok := g.file.comments[strconv.Itoa(packagePath)]; ok { + // not using g.PrintComments because this is a /* */ comment block. + text := strings.TrimSuffix(loc.GetLeadingComments(), "\n") + for _, line := range strings.Split(text, "\n") { + line = strings.TrimPrefix(line, " ") + // ensure we don't escape from the block comment + line = strings.Replace(line, "*/", "* /", -1) + g.P(line) + } + g.P() + } + var topMsgs []string + g.P("It is generated from these files:") + for _, f := range g.genFiles { + g.P("\t", f.Name) + for _, msg := range f.desc { + if msg.parent != nil { + continue + } + topMsgs = append(topMsgs, CamelCaseSlice(msg.TypeName())) + } + } + g.P() + g.P("It has these top-level messages:") + for _, msg := range topMsgs { + g.P("\t", msg) + } + g.P("*/") + } + + g.P("package ", name) + g.P() +} + +// PrintComments prints any comments from the source .proto file. +// The path is a comma-separated list of integers. +// It returns an indication of whether any comments were printed. +// See descriptor.proto for its format. +func (g *Generator) PrintComments(path string) bool { + if !g.writeOutput { + return false + } + if loc, ok := g.file.comments[path]; ok { + text := strings.TrimSuffix(loc.GetLeadingComments(), "\n") + for _, line := range strings.Split(text, "\n") { + g.P("// ", strings.TrimPrefix(line, " ")) + } + return true + } + return false +} + +func (g *Generator) fileByName(filename string) *FileDescriptor { + return g.allFilesByName[filename] +} + +// weak returns whether the ith import of the current file is a weak import. +func (g *Generator) weak(i int32) bool { + for _, j := range g.file.WeakDependency { + if j == i { + return true + } + } + return false +} + +// Generate the imports +func (g *Generator) generateImports() { + // We almost always need a proto import. Rather than computing when we + // do, which is tricky when there's a plugin, just import it and + // reference it later. The same argument applies to the fmt and math packages. + g.P("import " + g.Pkg["proto"] + " " + strconv.Quote(g.ImportPrefix+"github.com/golang/protobuf/proto")) + g.P("import " + g.Pkg["fmt"] + ` "fmt"`) + g.P("import " + g.Pkg["math"] + ` "math"`) + for i, s := range g.file.Dependency { + fd := g.fileByName(s) + // Do not import our own package. + if fd.PackageName() == g.packageName { + continue + } + filename := fd.goFileName() + // By default, import path is the dirname of the Go filename. + importPath := path.Dir(filename) + if substitution, ok := g.ImportMap[s]; ok { + importPath = substitution + } + importPath = g.ImportPrefix + importPath + // Skip weak imports. + if g.weak(int32(i)) { + g.P("// skipping weak import ", fd.PackageName(), " ", strconv.Quote(importPath)) + continue + } + // We need to import all the dependencies, even if we don't reference them, + // because other code and tools depend on having the full transitive closure + // of protocol buffer types in the binary. + pname := fd.PackageName() + if _, ok := g.usedPackages[pname]; !ok { + pname = "_" + } + g.P("import ", pname, " ", strconv.Quote(importPath)) + } + g.P() + // TODO: may need to worry about uniqueness across plugins + for _, p := range plugins { + p.GenerateImports(g.file) + g.P() + } + g.P("// Reference imports to suppress errors if they are not otherwise used.") + g.P("var _ = ", g.Pkg["proto"], ".Marshal") + g.P("var _ = ", g.Pkg["fmt"], ".Errorf") + g.P("var _ = ", g.Pkg["math"], ".Inf") + g.P() +} + +func (g *Generator) generateImported(id *ImportedDescriptor) { + // Don't generate public import symbols for files that we are generating + // code for, since those symbols will already be in this package. + // We can't simply avoid creating the ImportedDescriptor objects, + // because g.genFiles isn't populated at that stage. + tn := id.TypeName() + sn := tn[len(tn)-1] + df := g.FileOf(id.o.File()) + filename := *df.Name + for _, fd := range g.genFiles { + if *fd.Name == filename { + g.P("// Ignoring public import of ", sn, " from ", filename) + g.P() + return + } + } + g.P("// ", sn, " from public import ", filename) + g.usedPackages[df.PackageName()] = true + + for _, sym := range df.exported[id.o] { + sym.GenerateAlias(g, df.PackageName()) + } + + g.P() +} + +// Generate the enum definitions for this EnumDescriptor. +func (g *Generator) generateEnum(enum *EnumDescriptor) { + // The full type name + typeName := enum.TypeName() + // The full type name, CamelCased. + ccTypeName := CamelCaseSlice(typeName) + ccPrefix := enum.prefix() + + g.PrintComments(enum.path) + g.P("type ", ccTypeName, " int32") + g.file.addExport(enum, enumSymbol{ccTypeName, enum.proto3()}) + g.P("const (") + g.In() + for i, e := range enum.Value { + g.PrintComments(fmt.Sprintf("%s,%d,%d", enum.path, enumValuePath, i)) + + name := ccPrefix + *e.Name + g.P(name, " ", ccTypeName, " = ", e.Number) + g.file.addExport(enum, constOrVarSymbol{name, "const", ccTypeName}) + } + g.Out() + g.P(")") + g.P("var ", ccTypeName, "_name = map[int32]string{") + g.In() + generated := make(map[int32]bool) // avoid duplicate values + for _, e := range enum.Value { + duplicate := "" + if _, present := generated[*e.Number]; present { + duplicate = "// Duplicate value: " + } + g.P(duplicate, e.Number, ": ", strconv.Quote(*e.Name), ",") + generated[*e.Number] = true + } + g.Out() + g.P("}") + g.P("var ", ccTypeName, "_value = map[string]int32{") + g.In() + for _, e := range enum.Value { + g.P(strconv.Quote(*e.Name), ": ", e.Number, ",") + } + g.Out() + g.P("}") + + if !enum.proto3() { + g.P("func (x ", ccTypeName, ") Enum() *", ccTypeName, " {") + g.In() + g.P("p := new(", ccTypeName, ")") + g.P("*p = x") + g.P("return p") + g.Out() + g.P("}") + } + + g.P("func (x ", ccTypeName, ") String() string {") + g.In() + g.P("return ", g.Pkg["proto"], ".EnumName(", ccTypeName, "_name, int32(x))") + g.Out() + g.P("}") + + if !enum.proto3() { + g.P("func (x *", ccTypeName, ") UnmarshalJSON(data []byte) error {") + g.In() + g.P("value, err := ", g.Pkg["proto"], ".UnmarshalJSONEnum(", ccTypeName, `_value, data, "`, ccTypeName, `")`) + g.P("if err != nil {") + g.In() + g.P("return err") + g.Out() + g.P("}") + g.P("*x = ", ccTypeName, "(value)") + g.P("return nil") + g.Out() + g.P("}") + } + + var indexes []string + for m := enum.parent; m != nil; m = m.parent { + // XXX: skip groups? + indexes = append([]string{strconv.Itoa(m.index)}, indexes...) + } + indexes = append(indexes, strconv.Itoa(enum.index)) + g.P("func (", ccTypeName, ") EnumDescriptor() ([]byte, []int) { return ", g.file.VarName(), ", []int{", strings.Join(indexes, ", "), "} }") + if enum.file.GetPackage() == "google.protobuf" && enum.GetName() == "NullValue" { + g.P("func (", ccTypeName, `) XXX_WellKnownType() string { return "`, enum.GetName(), `" }`) + } + + g.P() +} + +// The tag is a string like "varint,2,opt,name=fieldname,def=7" that +// identifies details of the field for the protocol buffer marshaling and unmarshaling +// code. The fields are: +// wire encoding +// protocol tag number +// opt,req,rep for optional, required, or repeated +// packed whether the encoding is "packed" (optional; repeated primitives only) +// name= the original declared name +// enum= the name of the enum type if it is an enum-typed field. +// proto3 if this field is in a proto3 message +// def= string representation of the default value, if any. +// The default value must be in a representation that can be used at run-time +// to generate the default value. Thus bools become 0 and 1, for instance. +func (g *Generator) goTag(message *Descriptor, field *descriptor.FieldDescriptorProto, wiretype string) string { + optrepreq := "" + switch { + case isOptional(field): + optrepreq = "opt" + case isRequired(field): + optrepreq = "req" + case isRepeated(field): + optrepreq = "rep" + } + var defaultValue string + if dv := field.DefaultValue; dv != nil { // set means an explicit default + defaultValue = *dv + // Some types need tweaking. + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_BOOL: + if defaultValue == "true" { + defaultValue = "1" + } else { + defaultValue = "0" + } + case descriptor.FieldDescriptorProto_TYPE_STRING, + descriptor.FieldDescriptorProto_TYPE_BYTES: + // Nothing to do. Quoting is done for the whole tag. + case descriptor.FieldDescriptorProto_TYPE_ENUM: + // For enums we need to provide the integer constant. + obj := g.ObjectNamed(field.GetTypeName()) + if id, ok := obj.(*ImportedDescriptor); ok { + // It is an enum that was publicly imported. + // We need the underlying type. + obj = id.o + } + enum, ok := obj.(*EnumDescriptor) + if !ok { + log.Printf("obj is a %T", obj) + if id, ok := obj.(*ImportedDescriptor); ok { + log.Printf("id.o is a %T", id.o) + } + g.Fail("unknown enum type", CamelCaseSlice(obj.TypeName())) + } + defaultValue = enum.integerValueAsString(defaultValue) + } + defaultValue = ",def=" + defaultValue + } + enum := "" + if *field.Type == descriptor.FieldDescriptorProto_TYPE_ENUM { + // We avoid using obj.PackageName(), because we want to use the + // original (proto-world) package name. + obj := g.ObjectNamed(field.GetTypeName()) + if id, ok := obj.(*ImportedDescriptor); ok { + obj = id.o + } + enum = ",enum=" + if pkg := obj.File().GetPackage(); pkg != "" { + enum += pkg + "." + } + enum += CamelCaseSlice(obj.TypeName()) + } + packed := "" + if (field.Options != nil && field.Options.GetPacked()) || + // Per https://developers.google.com/protocol-buffers/docs/proto3#simple: + // "In proto3, repeated fields of scalar numeric types use packed encoding by default." + (message.proto3() && (field.Options == nil || field.Options.Packed == nil) && + isRepeated(field) && isScalar(field)) { + packed = ",packed" + } + fieldName := field.GetName() + name := fieldName + if *field.Type == descriptor.FieldDescriptorProto_TYPE_GROUP { + // We must use the type name for groups instead of + // the field name to preserve capitalization. + // type_name in FieldDescriptorProto is fully-qualified, + // but we only want the local part. + name = *field.TypeName + if i := strings.LastIndex(name, "."); i >= 0 { + name = name[i+1:] + } + } + if json := field.GetJsonName(); json != "" && json != name { + // TODO: escaping might be needed, in which case + // perhaps this should be in its own "json" tag. + name += ",json=" + json + } + name = ",name=" + name + if message.proto3() { + // We only need the extra tag for []byte fields; + // no need to add noise for the others. + if *field.Type == descriptor.FieldDescriptorProto_TYPE_BYTES { + name += ",proto3" + } + + } + oneof := "" + if field.OneofIndex != nil { + oneof = ",oneof" + } + return strconv.Quote(fmt.Sprintf("%s,%d,%s%s%s%s%s%s", + wiretype, + field.GetNumber(), + optrepreq, + packed, + name, + enum, + oneof, + defaultValue)) +} + +func needsStar(typ descriptor.FieldDescriptorProto_Type) bool { + switch typ { + case descriptor.FieldDescriptorProto_TYPE_GROUP: + return false + case descriptor.FieldDescriptorProto_TYPE_MESSAGE: + return false + case descriptor.FieldDescriptorProto_TYPE_BYTES: + return false + } + return true +} + +// TypeName is the printed name appropriate for an item. If the object is in the current file, +// TypeName drops the package name and underscores the rest. +// Otherwise the object is from another package; and the result is the underscored +// package name followed by the item name. +// The result always has an initial capital. +func (g *Generator) TypeName(obj Object) string { + return g.DefaultPackageName(obj) + CamelCaseSlice(obj.TypeName()) +} + +// TypeNameWithPackage is like TypeName, but always includes the package +// name even if the object is in our own package. +func (g *Generator) TypeNameWithPackage(obj Object) string { + return obj.PackageName() + CamelCaseSlice(obj.TypeName()) +} + +// GoType returns a string representing the type name, and the wire type +func (g *Generator) GoType(message *Descriptor, field *descriptor.FieldDescriptorProto) (typ string, wire string) { + // TODO: Options. + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_DOUBLE: + typ, wire = "float64", "fixed64" + case descriptor.FieldDescriptorProto_TYPE_FLOAT: + typ, wire = "float32", "fixed32" + case descriptor.FieldDescriptorProto_TYPE_INT64: + typ, wire = "int64", "varint" + case descriptor.FieldDescriptorProto_TYPE_UINT64: + typ, wire = "uint64", "varint" + case descriptor.FieldDescriptorProto_TYPE_INT32: + typ, wire = "int32", "varint" + case descriptor.FieldDescriptorProto_TYPE_UINT32: + typ, wire = "uint32", "varint" + case descriptor.FieldDescriptorProto_TYPE_FIXED64: + typ, wire = "uint64", "fixed64" + case descriptor.FieldDescriptorProto_TYPE_FIXED32: + typ, wire = "uint32", "fixed32" + case descriptor.FieldDescriptorProto_TYPE_BOOL: + typ, wire = "bool", "varint" + case descriptor.FieldDescriptorProto_TYPE_STRING: + typ, wire = "string", "bytes" + case descriptor.FieldDescriptorProto_TYPE_GROUP: + desc := g.ObjectNamed(field.GetTypeName()) + typ, wire = "*"+g.TypeName(desc), "group" + case descriptor.FieldDescriptorProto_TYPE_MESSAGE: + desc := g.ObjectNamed(field.GetTypeName()) + typ, wire = "*"+g.TypeName(desc), "bytes" + case descriptor.FieldDescriptorProto_TYPE_BYTES: + typ, wire = "[]byte", "bytes" + case descriptor.FieldDescriptorProto_TYPE_ENUM: + desc := g.ObjectNamed(field.GetTypeName()) + typ, wire = g.TypeName(desc), "varint" + case descriptor.FieldDescriptorProto_TYPE_SFIXED32: + typ, wire = "int32", "fixed32" + case descriptor.FieldDescriptorProto_TYPE_SFIXED64: + typ, wire = "int64", "fixed64" + case descriptor.FieldDescriptorProto_TYPE_SINT32: + typ, wire = "int32", "zigzag32" + case descriptor.FieldDescriptorProto_TYPE_SINT64: + typ, wire = "int64", "zigzag64" + default: + g.Fail("unknown type for", field.GetName()) + } + if isRepeated(field) { + typ = "[]" + typ + } else if message != nil && message.proto3() { + return + } else if field.OneofIndex != nil && message != nil { + return + } else if needsStar(*field.Type) { + typ = "*" + typ + } + return +} + +func (g *Generator) RecordTypeUse(t string) { + if obj, ok := g.typeNameToObject[t]; ok { + // Call ObjectNamed to get the true object to record the use. + obj = g.ObjectNamed(t) + g.usedPackages[obj.PackageName()] = true + } +} + +// Method names that may be generated. Fields with these names get an +// underscore appended. Any change to this set is a potential incompatible +// API change because it changes generated field names. +var methodNames = [...]string{ + "Reset", + "String", + "ProtoMessage", + "Marshal", + "Unmarshal", + "ExtensionRangeArray", + "ExtensionMap", + "Descriptor", +} + +// Names of messages in the `google.protobuf` package for which +// we will generate XXX_WellKnownType methods. +var wellKnownTypes = map[string]bool{ + "Any": true, + "Duration": true, + "Empty": true, + "Struct": true, + "Timestamp": true, + + "Value": true, + "ListValue": true, + "DoubleValue": true, + "FloatValue": true, + "Int64Value": true, + "UInt64Value": true, + "Int32Value": true, + "UInt32Value": true, + "BoolValue": true, + "StringValue": true, + "BytesValue": true, +} + +// Generate the type and default constant definitions for this Descriptor. +func (g *Generator) generateMessage(message *Descriptor) { + // The full type name + typeName := message.TypeName() + // The full type name, CamelCased. + ccTypeName := CamelCaseSlice(typeName) + + usedNames := make(map[string]bool) + for _, n := range methodNames { + usedNames[n] = true + } + fieldNames := make(map[*descriptor.FieldDescriptorProto]string) + fieldGetterNames := make(map[*descriptor.FieldDescriptorProto]string) + fieldTypes := make(map[*descriptor.FieldDescriptorProto]string) + mapFieldTypes := make(map[*descriptor.FieldDescriptorProto]string) + + oneofFieldName := make(map[int32]string) // indexed by oneof_index field of FieldDescriptorProto + oneofDisc := make(map[int32]string) // name of discriminator method + oneofTypeName := make(map[*descriptor.FieldDescriptorProto]string) // without star + oneofInsertPoints := make(map[int32]int) // oneof_index => offset of g.Buffer + + g.PrintComments(message.path) + g.P("type ", ccTypeName, " struct {") + g.In() + + // allocNames finds a conflict-free variation of the given strings, + // consistently mutating their suffixes. + // It returns the same number of strings. + allocNames := func(ns ...string) []string { + Loop: + for { + for _, n := range ns { + if usedNames[n] { + for i := range ns { + ns[i] += "_" + } + continue Loop + } + } + for _, n := range ns { + usedNames[n] = true + } + return ns + } + } + + for i, field := range message.Field { + // Allocate the getter and the field at the same time so name + // collisions create field/method consistent names. + // TODO: This allocation occurs based on the order of the fields + // in the proto file, meaning that a change in the field + // ordering can change generated Method/Field names. + base := CamelCase(*field.Name) + ns := allocNames(base, "Get"+base) + fieldName, fieldGetterName := ns[0], ns[1] + typename, wiretype := g.GoType(message, field) + jsonName := *field.Name + tag := fmt.Sprintf("protobuf:%s json:%q", g.goTag(message, field, wiretype), jsonName+",omitempty") + + fieldNames[field] = fieldName + fieldGetterNames[field] = fieldGetterName + + oneof := field.OneofIndex != nil + if oneof && oneofFieldName[*field.OneofIndex] == "" { + odp := message.OneofDecl[int(*field.OneofIndex)] + fname := allocNames(CamelCase(odp.GetName()))[0] + + // This is the first field of a oneof we haven't seen before. + // Generate the union field. + com := g.PrintComments(fmt.Sprintf("%s,%d,%d", message.path, messageOneofPath, *field.OneofIndex)) + if com { + g.P("//") + } + g.P("// Types that are valid to be assigned to ", fname, ":") + // Generate the rest of this comment later, + // when we've computed any disambiguation. + oneofInsertPoints[*field.OneofIndex] = g.Buffer.Len() + + dname := "is" + ccTypeName + "_" + fname + oneofFieldName[*field.OneofIndex] = fname + oneofDisc[*field.OneofIndex] = dname + tag := `protobuf_oneof:"` + odp.GetName() + `"` + g.P(fname, " ", dname, " `", tag, "`") + } + + if *field.Type == descriptor.FieldDescriptorProto_TYPE_MESSAGE { + desc := g.ObjectNamed(field.GetTypeName()) + if d, ok := desc.(*Descriptor); ok && d.GetOptions().GetMapEntry() { + // Figure out the Go types and tags for the key and value types. + keyField, valField := d.Field[0], d.Field[1] + keyType, keyWire := g.GoType(d, keyField) + valType, valWire := g.GoType(d, valField) + keyTag, valTag := g.goTag(d, keyField, keyWire), g.goTag(d, valField, valWire) + + // We don't use stars, except for message-typed values. + // Message and enum types are the only two possibly foreign types used in maps, + // so record their use. They are not permitted as map keys. + keyType = strings.TrimPrefix(keyType, "*") + switch *valField.Type { + case descriptor.FieldDescriptorProto_TYPE_ENUM: + valType = strings.TrimPrefix(valType, "*") + g.RecordTypeUse(valField.GetTypeName()) + case descriptor.FieldDescriptorProto_TYPE_MESSAGE: + g.RecordTypeUse(valField.GetTypeName()) + default: + valType = strings.TrimPrefix(valType, "*") + } + + typename = fmt.Sprintf("map[%s]%s", keyType, valType) + mapFieldTypes[field] = typename // record for the getter generation + + tag += fmt.Sprintf(" protobuf_key:%s protobuf_val:%s", keyTag, valTag) + } + } + + fieldTypes[field] = typename + + if oneof { + tname := ccTypeName + "_" + fieldName + // It is possible for this to collide with a message or enum + // nested in this message. Check for collisions. + for { + ok := true + for _, desc := range message.nested { + if CamelCaseSlice(desc.TypeName()) == tname { + ok = false + break + } + } + for _, enum := range message.enums { + if CamelCaseSlice(enum.TypeName()) == tname { + ok = false + break + } + } + if !ok { + tname += "_" + continue + } + break + } + + oneofTypeName[field] = tname + continue + } + + g.PrintComments(fmt.Sprintf("%s,%d,%d", message.path, messageFieldPath, i)) + g.P(fieldName, "\t", typename, "\t`", tag, "`") + g.RecordTypeUse(field.GetTypeName()) + } + if len(message.ExtensionRange) > 0 { + g.P(g.Pkg["proto"], ".XXX_InternalExtensions `json:\"-\"`") + } + if !message.proto3() { + g.P("XXX_unrecognized\t[]byte `json:\"-\"`") + } + g.Out() + g.P("}") + + // Update g.Buffer to list valid oneof types. + // We do this down here, after we've disambiguated the oneof type names. + // We go in reverse order of insertion point to avoid invalidating offsets. + for oi := int32(len(message.OneofDecl)); oi >= 0; oi-- { + ip := oneofInsertPoints[oi] + all := g.Buffer.Bytes() + rem := all[ip:] + g.Buffer = bytes.NewBuffer(all[:ip:ip]) // set cap so we don't scribble on rem + for _, field := range message.Field { + if field.OneofIndex == nil || *field.OneofIndex != oi { + continue + } + g.P("//\t*", oneofTypeName[field]) + } + g.Buffer.Write(rem) + } + + // Reset, String and ProtoMessage methods. + g.P("func (m *", ccTypeName, ") Reset() { *m = ", ccTypeName, "{} }") + g.P("func (m *", ccTypeName, ") String() string { return ", g.Pkg["proto"], ".CompactTextString(m) }") + g.P("func (*", ccTypeName, ") ProtoMessage() {}") + var indexes []string + for m := message; m != nil; m = m.parent { + indexes = append([]string{strconv.Itoa(m.index)}, indexes...) + } + g.P("func (*", ccTypeName, ") Descriptor() ([]byte, []int) { return ", g.file.VarName(), ", []int{", strings.Join(indexes, ", "), "} }") + // TODO: Revisit the decision to use a XXX_WellKnownType method + // if we change proto.MessageName to work with multiple equivalents. + if message.file.GetPackage() == "google.protobuf" && wellKnownTypes[message.GetName()] { + g.P("func (*", ccTypeName, `) XXX_WellKnownType() string { return "`, message.GetName(), `" }`) + } + + // Extension support methods + var hasExtensions, isMessageSet bool + if len(message.ExtensionRange) > 0 { + hasExtensions = true + // message_set_wire_format only makes sense when extensions are defined. + if opts := message.Options; opts != nil && opts.GetMessageSetWireFormat() { + isMessageSet = true + g.P() + g.P("func (m *", ccTypeName, ") Marshal() ([]byte, error) {") + g.In() + g.P("return ", g.Pkg["proto"], ".MarshalMessageSet(&m.XXX_InternalExtensions)") + g.Out() + g.P("}") + g.P("func (m *", ccTypeName, ") Unmarshal(buf []byte) error {") + g.In() + g.P("return ", g.Pkg["proto"], ".UnmarshalMessageSet(buf, &m.XXX_InternalExtensions)") + g.Out() + g.P("}") + g.P("func (m *", ccTypeName, ") MarshalJSON() ([]byte, error) {") + g.In() + g.P("return ", g.Pkg["proto"], ".MarshalMessageSetJSON(&m.XXX_InternalExtensions)") + g.Out() + g.P("}") + g.P("func (m *", ccTypeName, ") UnmarshalJSON(buf []byte) error {") + g.In() + g.P("return ", g.Pkg["proto"], ".UnmarshalMessageSetJSON(buf, &m.XXX_InternalExtensions)") + g.Out() + g.P("}") + g.P("// ensure ", ccTypeName, " satisfies proto.Marshaler and proto.Unmarshaler") + g.P("var _ ", g.Pkg["proto"], ".Marshaler = (*", ccTypeName, ")(nil)") + g.P("var _ ", g.Pkg["proto"], ".Unmarshaler = (*", ccTypeName, ")(nil)") + } + + g.P() + g.P("var extRange_", ccTypeName, " = []", g.Pkg["proto"], ".ExtensionRange{") + g.In() + for _, r := range message.ExtensionRange { + end := fmt.Sprint(*r.End - 1) // make range inclusive on both ends + g.P("{", r.Start, ", ", end, "},") + } + g.Out() + g.P("}") + g.P("func (*", ccTypeName, ") ExtensionRangeArray() []", g.Pkg["proto"], ".ExtensionRange {") + g.In() + g.P("return extRange_", ccTypeName) + g.Out() + g.P("}") + } + + // Default constants + defNames := make(map[*descriptor.FieldDescriptorProto]string) + for _, field := range message.Field { + def := field.GetDefaultValue() + if def == "" { + continue + } + fieldname := "Default_" + ccTypeName + "_" + CamelCase(*field.Name) + defNames[field] = fieldname + typename, _ := g.GoType(message, field) + if typename[0] == '*' { + typename = typename[1:] + } + kind := "const " + switch { + case typename == "bool": + case typename == "string": + def = strconv.Quote(def) + case typename == "[]byte": + def = "[]byte(" + strconv.Quote(def) + ")" + kind = "var " + case def == "inf", def == "-inf", def == "nan": + // These names are known to, and defined by, the protocol language. + switch def { + case "inf": + def = "math.Inf(1)" + case "-inf": + def = "math.Inf(-1)" + case "nan": + def = "math.NaN()" + } + if *field.Type == descriptor.FieldDescriptorProto_TYPE_FLOAT { + def = "float32(" + def + ")" + } + kind = "var " + case *field.Type == descriptor.FieldDescriptorProto_TYPE_ENUM: + // Must be an enum. Need to construct the prefixed name. + obj := g.ObjectNamed(field.GetTypeName()) + var enum *EnumDescriptor + if id, ok := obj.(*ImportedDescriptor); ok { + // The enum type has been publicly imported. + enum, _ = id.o.(*EnumDescriptor) + } else { + enum, _ = obj.(*EnumDescriptor) + } + if enum == nil { + log.Printf("don't know how to generate constant for %s", fieldname) + continue + } + def = g.DefaultPackageName(obj) + enum.prefix() + def + } + g.P(kind, fieldname, " ", typename, " = ", def) + g.file.addExport(message, constOrVarSymbol{fieldname, kind, ""}) + } + g.P() + + // Oneof per-field types, discriminants and getters. + // + // Generate unexported named types for the discriminant interfaces. + // We shouldn't have to do this, but there was (~19 Aug 2015) a compiler/linker bug + // that was triggered by using anonymous interfaces here. + // TODO: Revisit this and consider reverting back to anonymous interfaces. + for oi := range message.OneofDecl { + dname := oneofDisc[int32(oi)] + g.P("type ", dname, " interface { ", dname, "() }") + } + g.P() + for _, field := range message.Field { + if field.OneofIndex == nil { + continue + } + _, wiretype := g.GoType(message, field) + tag := "protobuf:" + g.goTag(message, field, wiretype) + g.P("type ", oneofTypeName[field], " struct{ ", fieldNames[field], " ", fieldTypes[field], " `", tag, "` }") + g.RecordTypeUse(field.GetTypeName()) + } + g.P() + for _, field := range message.Field { + if field.OneofIndex == nil { + continue + } + g.P("func (*", oneofTypeName[field], ") ", oneofDisc[*field.OneofIndex], "() {}") + } + g.P() + for oi := range message.OneofDecl { + fname := oneofFieldName[int32(oi)] + g.P("func (m *", ccTypeName, ") Get", fname, "() ", oneofDisc[int32(oi)], " {") + g.P("if m != nil { return m.", fname, " }") + g.P("return nil") + g.P("}") + } + g.P() + + // Field getters + var getters []getterSymbol + for _, field := range message.Field { + oneof := field.OneofIndex != nil + + fname := fieldNames[field] + typename, _ := g.GoType(message, field) + if t, ok := mapFieldTypes[field]; ok { + typename = t + } + mname := fieldGetterNames[field] + star := "" + if needsStar(*field.Type) && typename[0] == '*' { + typename = typename[1:] + star = "*" + } + + // Only export getter symbols for basic types, + // and for messages and enums in the same package. + // Groups are not exported. + // Foreign types can't be hoisted through a public import because + // the importer may not already be importing the defining .proto. + // As an example, imagine we have an import tree like this: + // A.proto -> B.proto -> C.proto + // If A publicly imports B, we need to generate the getters from B in A's output, + // but if one such getter returns something from C then we cannot do that + // because A is not importing C already. + var getter, genType bool + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_GROUP: + getter = false + case descriptor.FieldDescriptorProto_TYPE_MESSAGE, descriptor.FieldDescriptorProto_TYPE_ENUM: + // Only export getter if its return type is in this package. + getter = g.ObjectNamed(field.GetTypeName()).PackageName() == message.PackageName() + genType = true + default: + getter = true + } + if getter { + getters = append(getters, getterSymbol{ + name: mname, + typ: typename, + typeName: field.GetTypeName(), + genType: genType, + }) + } + + g.P("func (m *", ccTypeName, ") "+mname+"() "+typename+" {") + g.In() + def, hasDef := defNames[field] + typeDefaultIsNil := false // whether this field type's default value is a literal nil unless specified + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_BYTES: + typeDefaultIsNil = !hasDef + case descriptor.FieldDescriptorProto_TYPE_GROUP, descriptor.FieldDescriptorProto_TYPE_MESSAGE: + typeDefaultIsNil = true + } + if isRepeated(field) { + typeDefaultIsNil = true + } + if typeDefaultIsNil && !oneof { + // A bytes field with no explicit default needs less generated code, + // as does a message or group field, or a repeated field. + g.P("if m != nil {") + g.In() + g.P("return m." + fname) + g.Out() + g.P("}") + g.P("return nil") + g.Out() + g.P("}") + g.P() + continue + } + if !oneof { + if message.proto3() { + g.P("if m != nil {") + } else { + g.P("if m != nil && m." + fname + " != nil {") + } + g.In() + g.P("return " + star + "m." + fname) + g.Out() + g.P("}") + } else { + uname := oneofFieldName[*field.OneofIndex] + tname := oneofTypeName[field] + g.P("if x, ok := m.Get", uname, "().(*", tname, "); ok {") + g.P("return x.", fname) + g.P("}") + } + if hasDef { + if *field.Type != descriptor.FieldDescriptorProto_TYPE_BYTES { + g.P("return " + def) + } else { + // The default is a []byte var. + // Make a copy when returning it to be safe. + g.P("return append([]byte(nil), ", def, "...)") + } + } else { + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_BOOL: + g.P("return false") + case descriptor.FieldDescriptorProto_TYPE_STRING: + g.P(`return ""`) + case descriptor.FieldDescriptorProto_TYPE_GROUP, + descriptor.FieldDescriptorProto_TYPE_MESSAGE, + descriptor.FieldDescriptorProto_TYPE_BYTES: + // This is only possible for oneof fields. + g.P("return nil") + case descriptor.FieldDescriptorProto_TYPE_ENUM: + // The default default for an enum is the first value in the enum, + // not zero. + obj := g.ObjectNamed(field.GetTypeName()) + var enum *EnumDescriptor + if id, ok := obj.(*ImportedDescriptor); ok { + // The enum type has been publicly imported. + enum, _ = id.o.(*EnumDescriptor) + } else { + enum, _ = obj.(*EnumDescriptor) + } + if enum == nil { + log.Printf("don't know how to generate getter for %s", field.GetName()) + continue + } + if len(enum.Value) == 0 { + g.P("return 0 // empty enum") + } else { + first := enum.Value[0].GetName() + g.P("return ", g.DefaultPackageName(obj)+enum.prefix()+first) + } + default: + g.P("return 0") + } + } + g.Out() + g.P("}") + g.P() + } + + if !message.group { + ms := &messageSymbol{ + sym: ccTypeName, + hasExtensions: hasExtensions, + isMessageSet: isMessageSet, + hasOneof: len(message.OneofDecl) > 0, + getters: getters, + } + g.file.addExport(message, ms) + } + + // Oneof functions + if len(message.OneofDecl) > 0 { + fieldWire := make(map[*descriptor.FieldDescriptorProto]string) + + // method + enc := "_" + ccTypeName + "_OneofMarshaler" + dec := "_" + ccTypeName + "_OneofUnmarshaler" + size := "_" + ccTypeName + "_OneofSizer" + encSig := "(msg " + g.Pkg["proto"] + ".Message, b *" + g.Pkg["proto"] + ".Buffer) error" + decSig := "(msg " + g.Pkg["proto"] + ".Message, tag, wire int, b *" + g.Pkg["proto"] + ".Buffer) (bool, error)" + sizeSig := "(msg " + g.Pkg["proto"] + ".Message) (n int)" + + g.P("// XXX_OneofFuncs is for the internal use of the proto package.") + g.P("func (*", ccTypeName, ") XXX_OneofFuncs() (func", encSig, ", func", decSig, ", func", sizeSig, ", []interface{}) {") + g.P("return ", enc, ", ", dec, ", ", size, ", []interface{}{") + for _, field := range message.Field { + if field.OneofIndex == nil { + continue + } + g.P("(*", oneofTypeName[field], ")(nil),") + } + g.P("}") + g.P("}") + g.P() + + // marshaler + g.P("func ", enc, encSig, " {") + g.P("m := msg.(*", ccTypeName, ")") + for oi, odp := range message.OneofDecl { + g.P("// ", odp.GetName()) + fname := oneofFieldName[int32(oi)] + g.P("switch x := m.", fname, ".(type) {") + for _, field := range message.Field { + if field.OneofIndex == nil || int(*field.OneofIndex) != oi { + continue + } + g.P("case *", oneofTypeName[field], ":") + var wire, pre, post string + val := "x." + fieldNames[field] // overridden for TYPE_BOOL + canFail := false // only TYPE_MESSAGE and TYPE_GROUP can fail + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_DOUBLE: + wire = "WireFixed64" + pre = "b.EncodeFixed64(" + g.Pkg["math"] + ".Float64bits(" + post = "))" + case descriptor.FieldDescriptorProto_TYPE_FLOAT: + wire = "WireFixed32" + pre = "b.EncodeFixed32(uint64(" + g.Pkg["math"] + ".Float32bits(" + post = ")))" + case descriptor.FieldDescriptorProto_TYPE_INT64, + descriptor.FieldDescriptorProto_TYPE_UINT64: + wire = "WireVarint" + pre, post = "b.EncodeVarint(uint64(", "))" + case descriptor.FieldDescriptorProto_TYPE_INT32, + descriptor.FieldDescriptorProto_TYPE_UINT32, + descriptor.FieldDescriptorProto_TYPE_ENUM: + wire = "WireVarint" + pre, post = "b.EncodeVarint(uint64(", "))" + case descriptor.FieldDescriptorProto_TYPE_FIXED64, + descriptor.FieldDescriptorProto_TYPE_SFIXED64: + wire = "WireFixed64" + pre, post = "b.EncodeFixed64(uint64(", "))" + case descriptor.FieldDescriptorProto_TYPE_FIXED32, + descriptor.FieldDescriptorProto_TYPE_SFIXED32: + wire = "WireFixed32" + pre, post = "b.EncodeFixed32(uint64(", "))" + case descriptor.FieldDescriptorProto_TYPE_BOOL: + // bool needs special handling. + g.P("t := uint64(0)") + g.P("if ", val, " { t = 1 }") + val = "t" + wire = "WireVarint" + pre, post = "b.EncodeVarint(", ")" + case descriptor.FieldDescriptorProto_TYPE_STRING: + wire = "WireBytes" + pre, post = "b.EncodeStringBytes(", ")" + case descriptor.FieldDescriptorProto_TYPE_GROUP: + wire = "WireStartGroup" + pre, post = "b.Marshal(", ")" + canFail = true + case descriptor.FieldDescriptorProto_TYPE_MESSAGE: + wire = "WireBytes" + pre, post = "b.EncodeMessage(", ")" + canFail = true + case descriptor.FieldDescriptorProto_TYPE_BYTES: + wire = "WireBytes" + pre, post = "b.EncodeRawBytes(", ")" + case descriptor.FieldDescriptorProto_TYPE_SINT32: + wire = "WireVarint" + pre, post = "b.EncodeZigzag32(uint64(", "))" + case descriptor.FieldDescriptorProto_TYPE_SINT64: + wire = "WireVarint" + pre, post = "b.EncodeZigzag64(uint64(", "))" + default: + g.Fail("unhandled oneof field type ", field.Type.String()) + } + fieldWire[field] = wire + g.P("b.EncodeVarint(", field.Number, "<<3|", g.Pkg["proto"], ".", wire, ")") + if !canFail { + g.P(pre, val, post) + } else { + g.P("if err := ", pre, val, post, "; err != nil {") + g.P("return err") + g.P("}") + } + if *field.Type == descriptor.FieldDescriptorProto_TYPE_GROUP { + g.P("b.EncodeVarint(", field.Number, "<<3|", g.Pkg["proto"], ".WireEndGroup)") + } + } + g.P("case nil:") + g.P("default: return ", g.Pkg["fmt"], `.Errorf("`, ccTypeName, ".", fname, ` has unexpected type %T", x)`) + g.P("}") + } + g.P("return nil") + g.P("}") + g.P() + + // unmarshaler + g.P("func ", dec, decSig, " {") + g.P("m := msg.(*", ccTypeName, ")") + g.P("switch tag {") + for _, field := range message.Field { + if field.OneofIndex == nil { + continue + } + odp := message.OneofDecl[int(*field.OneofIndex)] + g.P("case ", field.Number, ": // ", odp.GetName(), ".", *field.Name) + g.P("if wire != ", g.Pkg["proto"], ".", fieldWire[field], " {") + g.P("return true, ", g.Pkg["proto"], ".ErrInternalBadWireType") + g.P("}") + lhs := "x, err" // overridden for TYPE_MESSAGE and TYPE_GROUP + var dec, cast, cast2 string + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_DOUBLE: + dec, cast = "b.DecodeFixed64()", g.Pkg["math"]+".Float64frombits" + case descriptor.FieldDescriptorProto_TYPE_FLOAT: + dec, cast, cast2 = "b.DecodeFixed32()", "uint32", g.Pkg["math"]+".Float32frombits" + case descriptor.FieldDescriptorProto_TYPE_INT64: + dec, cast = "b.DecodeVarint()", "int64" + case descriptor.FieldDescriptorProto_TYPE_UINT64: + dec = "b.DecodeVarint()" + case descriptor.FieldDescriptorProto_TYPE_INT32: + dec, cast = "b.DecodeVarint()", "int32" + case descriptor.FieldDescriptorProto_TYPE_FIXED64: + dec = "b.DecodeFixed64()" + case descriptor.FieldDescriptorProto_TYPE_FIXED32: + dec, cast = "b.DecodeFixed32()", "uint32" + case descriptor.FieldDescriptorProto_TYPE_BOOL: + dec = "b.DecodeVarint()" + // handled specially below + case descriptor.FieldDescriptorProto_TYPE_STRING: + dec = "b.DecodeStringBytes()" + case descriptor.FieldDescriptorProto_TYPE_GROUP: + g.P("msg := new(", fieldTypes[field][1:], ")") // drop star + lhs = "err" + dec = "b.DecodeGroup(msg)" + // handled specially below + case descriptor.FieldDescriptorProto_TYPE_MESSAGE: + g.P("msg := new(", fieldTypes[field][1:], ")") // drop star + lhs = "err" + dec = "b.DecodeMessage(msg)" + // handled specially below + case descriptor.FieldDescriptorProto_TYPE_BYTES: + dec = "b.DecodeRawBytes(true)" + case descriptor.FieldDescriptorProto_TYPE_UINT32: + dec, cast = "b.DecodeVarint()", "uint32" + case descriptor.FieldDescriptorProto_TYPE_ENUM: + dec, cast = "b.DecodeVarint()", fieldTypes[field] + case descriptor.FieldDescriptorProto_TYPE_SFIXED32: + dec, cast = "b.DecodeFixed32()", "int32" + case descriptor.FieldDescriptorProto_TYPE_SFIXED64: + dec, cast = "b.DecodeFixed64()", "int64" + case descriptor.FieldDescriptorProto_TYPE_SINT32: + dec, cast = "b.DecodeZigzag32()", "int32" + case descriptor.FieldDescriptorProto_TYPE_SINT64: + dec, cast = "b.DecodeZigzag64()", "int64" + default: + g.Fail("unhandled oneof field type ", field.Type.String()) + } + g.P(lhs, " := ", dec) + val := "x" + if cast != "" { + val = cast + "(" + val + ")" + } + if cast2 != "" { + val = cast2 + "(" + val + ")" + } + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_BOOL: + val += " != 0" + case descriptor.FieldDescriptorProto_TYPE_GROUP, + descriptor.FieldDescriptorProto_TYPE_MESSAGE: + val = "msg" + } + g.P("m.", oneofFieldName[*field.OneofIndex], " = &", oneofTypeName[field], "{", val, "}") + g.P("return true, err") + } + g.P("default: return false, nil") + g.P("}") + g.P("}") + g.P() + + // sizer + g.P("func ", size, sizeSig, " {") + g.P("m := msg.(*", ccTypeName, ")") + for oi, odp := range message.OneofDecl { + g.P("// ", odp.GetName()) + fname := oneofFieldName[int32(oi)] + g.P("switch x := m.", fname, ".(type) {") + for _, field := range message.Field { + if field.OneofIndex == nil || int(*field.OneofIndex) != oi { + continue + } + g.P("case *", oneofTypeName[field], ":") + val := "x." + fieldNames[field] + var wire, varint, fixed string + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_DOUBLE: + wire = "WireFixed64" + fixed = "8" + case descriptor.FieldDescriptorProto_TYPE_FLOAT: + wire = "WireFixed32" + fixed = "4" + case descriptor.FieldDescriptorProto_TYPE_INT64, + descriptor.FieldDescriptorProto_TYPE_UINT64, + descriptor.FieldDescriptorProto_TYPE_INT32, + descriptor.FieldDescriptorProto_TYPE_UINT32, + descriptor.FieldDescriptorProto_TYPE_ENUM: + wire = "WireVarint" + varint = val + case descriptor.FieldDescriptorProto_TYPE_FIXED64, + descriptor.FieldDescriptorProto_TYPE_SFIXED64: + wire = "WireFixed64" + fixed = "8" + case descriptor.FieldDescriptorProto_TYPE_FIXED32, + descriptor.FieldDescriptorProto_TYPE_SFIXED32: + wire = "WireFixed32" + fixed = "4" + case descriptor.FieldDescriptorProto_TYPE_BOOL: + wire = "WireVarint" + fixed = "1" + case descriptor.FieldDescriptorProto_TYPE_STRING: + wire = "WireBytes" + fixed = "len(" + val + ")" + varint = fixed + case descriptor.FieldDescriptorProto_TYPE_GROUP: + wire = "WireStartGroup" + fixed = g.Pkg["proto"] + ".Size(" + val + ")" + case descriptor.FieldDescriptorProto_TYPE_MESSAGE: + wire = "WireBytes" + g.P("s := ", g.Pkg["proto"], ".Size(", val, ")") + fixed = "s" + varint = fixed + case descriptor.FieldDescriptorProto_TYPE_BYTES: + wire = "WireBytes" + fixed = "len(" + val + ")" + varint = fixed + case descriptor.FieldDescriptorProto_TYPE_SINT32: + wire = "WireVarint" + varint = "(uint32(" + val + ") << 1) ^ uint32((int32(" + val + ") >> 31))" + case descriptor.FieldDescriptorProto_TYPE_SINT64: + wire = "WireVarint" + varint = "uint64(" + val + " << 1) ^ uint64((int64(" + val + ") >> 63))" + default: + g.Fail("unhandled oneof field type ", field.Type.String()) + } + g.P("n += ", g.Pkg["proto"], ".SizeVarint(", field.Number, "<<3|", g.Pkg["proto"], ".", wire, ")") + if varint != "" { + g.P("n += ", g.Pkg["proto"], ".SizeVarint(uint64(", varint, "))") + } + if fixed != "" { + g.P("n += ", fixed) + } + if *field.Type == descriptor.FieldDescriptorProto_TYPE_GROUP { + g.P("n += ", g.Pkg["proto"], ".SizeVarint(", field.Number, "<<3|", g.Pkg["proto"], ".WireEndGroup)") + } + } + g.P("case nil:") + g.P("default:") + g.P("panic(", g.Pkg["fmt"], ".Sprintf(\"proto: unexpected type %T in oneof\", x))") + g.P("}") + } + g.P("return n") + g.P("}") + g.P() + } + + for _, ext := range message.ext { + g.generateExtension(ext) + } + + fullName := strings.Join(message.TypeName(), ".") + if g.file.Package != nil { + fullName = *g.file.Package + "." + fullName + } + + g.addInitf("%s.RegisterType((*%s)(nil), %q)", g.Pkg["proto"], ccTypeName, fullName) +} + +func (g *Generator) generateExtension(ext *ExtensionDescriptor) { + ccTypeName := ext.DescName() + + extObj := g.ObjectNamed(*ext.Extendee) + var extDesc *Descriptor + if id, ok := extObj.(*ImportedDescriptor); ok { + // This is extending a publicly imported message. + // We need the underlying type for goTag. + extDesc = id.o.(*Descriptor) + } else { + extDesc = extObj.(*Descriptor) + } + extendedType := "*" + g.TypeName(extObj) // always use the original + field := ext.FieldDescriptorProto + fieldType, wireType := g.GoType(ext.parent, field) + tag := g.goTag(extDesc, field, wireType) + g.RecordTypeUse(*ext.Extendee) + if n := ext.FieldDescriptorProto.TypeName; n != nil { + // foreign extension type + g.RecordTypeUse(*n) + } + + typeName := ext.TypeName() + + // Special case for proto2 message sets: If this extension is extending + // proto2_bridge.MessageSet, and its final name component is "message_set_extension", + // then drop that last component. + mset := false + if extendedType == "*proto2_bridge.MessageSet" && typeName[len(typeName)-1] == "message_set_extension" { + typeName = typeName[:len(typeName)-1] + mset = true + } + + // For text formatting, the package must be exactly what the .proto file declares, + // ignoring overrides such as the go_package option, and with no dot/underscore mapping. + extName := strings.Join(typeName, ".") + if g.file.Package != nil { + extName = *g.file.Package + "." + extName + } + + g.P("var ", ccTypeName, " = &", g.Pkg["proto"], ".ExtensionDesc{") + g.In() + g.P("ExtendedType: (", extendedType, ")(nil),") + g.P("ExtensionType: (", fieldType, ")(nil),") + g.P("Field: ", field.Number, ",") + g.P(`Name: "`, extName, `",`) + g.P("Tag: ", tag, ",") + g.P(`Filename: "`, g.file.GetName(), `",`) + + g.Out() + g.P("}") + g.P() + + if mset { + // Generate a bit more code to register with message_set.go. + g.addInitf("%s.RegisterMessageSetType((%s)(nil), %d, %q)", g.Pkg["proto"], fieldType, *field.Number, extName) + } + + g.file.addExport(ext, constOrVarSymbol{ccTypeName, "var", ""}) +} + +func (g *Generator) generateInitFunction() { + for _, enum := range g.file.enum { + g.generateEnumRegistration(enum) + } + for _, d := range g.file.desc { + for _, ext := range d.ext { + g.generateExtensionRegistration(ext) + } + } + for _, ext := range g.file.ext { + g.generateExtensionRegistration(ext) + } + if len(g.init) == 0 { + return + } + g.P("func init() {") + g.In() + for _, l := range g.init { + g.P(l) + } + g.Out() + g.P("}") + g.init = nil +} + +func (g *Generator) generateFileDescriptor(file *FileDescriptor) { + // Make a copy and trim source_code_info data. + // TODO: Trim this more when we know exactly what we need. + pb := proto.Clone(file.FileDescriptorProto).(*descriptor.FileDescriptorProto) + pb.SourceCodeInfo = nil + + b, err := proto.Marshal(pb) + if err != nil { + g.Fail(err.Error()) + } + + var buf bytes.Buffer + w, _ := gzip.NewWriterLevel(&buf, gzip.BestCompression) + w.Write(b) + w.Close() + b = buf.Bytes() + + v := file.VarName() + g.P() + g.P("func init() { ", g.Pkg["proto"], ".RegisterFile(", strconv.Quote(*file.Name), ", ", v, ") }") + g.P("var ", v, " = []byte{") + g.In() + g.P("// ", len(b), " bytes of a gzipped FileDescriptorProto") + for len(b) > 0 { + n := 16 + if n > len(b) { + n = len(b) + } + + s := "" + for _, c := range b[:n] { + s += fmt.Sprintf("0x%02x,", c) + } + g.P(s) + + b = b[n:] + } + g.Out() + g.P("}") +} + +func (g *Generator) generateEnumRegistration(enum *EnumDescriptor) { + // // We always print the full (proto-world) package name here. + pkg := enum.File().GetPackage() + if pkg != "" { + pkg += "." + } + // The full type name + typeName := enum.TypeName() + // The full type name, CamelCased. + ccTypeName := CamelCaseSlice(typeName) + g.addInitf("%s.RegisterEnum(%q, %[3]s_name, %[3]s_value)", g.Pkg["proto"], pkg+ccTypeName, ccTypeName) +} + +func (g *Generator) generateExtensionRegistration(ext *ExtensionDescriptor) { + g.addInitf("%s.RegisterExtension(%s)", g.Pkg["proto"], ext.DescName()) +} + +// And now lots of helper functions. + +// Is c an ASCII lower-case letter? +func isASCIILower(c byte) bool { + return 'a' <= c && c <= 'z' +} + +// Is c an ASCII digit? +func isASCIIDigit(c byte) bool { + return '0' <= c && c <= '9' +} + +// CamelCase returns the CamelCased name. +// If there is an interior underscore followed by a lower case letter, +// drop the underscore and convert the letter to upper case. +// There is a remote possibility of this rewrite causing a name collision, +// but it's so remote we're prepared to pretend it's nonexistent - since the +// C++ generator lowercases names, it's extremely unlikely to have two fields +// with different capitalizations. +// In short, _my_field_name_2 becomes XMyFieldName_2. +func CamelCase(s string) string { + if s == "" { + return "" + } + t := make([]byte, 0, 32) + i := 0 + if s[0] == '_' { + // Need a capital letter; drop the '_'. + t = append(t, 'X') + i++ + } + // Invariant: if the next letter is lower case, it must be converted + // to upper case. + // That is, we process a word at a time, where words are marked by _ or + // upper case letter. Digits are treated as words. + for ; i < len(s); i++ { + c := s[i] + if c == '_' && i+1 < len(s) && isASCIILower(s[i+1]) { + continue // Skip the underscore in s. + } + if isASCIIDigit(c) { + t = append(t, c) + continue + } + // Assume we have a letter now - if not, it's a bogus identifier. + // The next word is a sequence of characters that must start upper case. + if isASCIILower(c) { + c ^= ' ' // Make it a capital letter. + } + t = append(t, c) // Guaranteed not lower case. + // Accept lower case sequence that follows. + for i+1 < len(s) && isASCIILower(s[i+1]) { + i++ + t = append(t, s[i]) + } + } + return string(t) +} + +// CamelCaseSlice is like CamelCase, but the argument is a slice of strings to +// be joined with "_". +func CamelCaseSlice(elem []string) string { return CamelCase(strings.Join(elem, "_")) } + +// dottedSlice turns a sliced name into a dotted name. +func dottedSlice(elem []string) string { return strings.Join(elem, ".") } + +// Is this field optional? +func isOptional(field *descriptor.FieldDescriptorProto) bool { + return field.Label != nil && *field.Label == descriptor.FieldDescriptorProto_LABEL_OPTIONAL +} + +// Is this field required? +func isRequired(field *descriptor.FieldDescriptorProto) bool { + return field.Label != nil && *field.Label == descriptor.FieldDescriptorProto_LABEL_REQUIRED +} + +// Is this field repeated? +func isRepeated(field *descriptor.FieldDescriptorProto) bool { + return field.Label != nil && *field.Label == descriptor.FieldDescriptorProto_LABEL_REPEATED +} + +// Is this field a scalar numeric type? +func isScalar(field *descriptor.FieldDescriptorProto) bool { + if field.Type == nil { + return false + } + switch *field.Type { + case descriptor.FieldDescriptorProto_TYPE_DOUBLE, + descriptor.FieldDescriptorProto_TYPE_FLOAT, + descriptor.FieldDescriptorProto_TYPE_INT64, + descriptor.FieldDescriptorProto_TYPE_UINT64, + descriptor.FieldDescriptorProto_TYPE_INT32, + descriptor.FieldDescriptorProto_TYPE_FIXED64, + descriptor.FieldDescriptorProto_TYPE_FIXED32, + descriptor.FieldDescriptorProto_TYPE_BOOL, + descriptor.FieldDescriptorProto_TYPE_UINT32, + descriptor.FieldDescriptorProto_TYPE_ENUM, + descriptor.FieldDescriptorProto_TYPE_SFIXED32, + descriptor.FieldDescriptorProto_TYPE_SFIXED64, + descriptor.FieldDescriptorProto_TYPE_SINT32, + descriptor.FieldDescriptorProto_TYPE_SINT64: + return true + default: + return false + } +} + +// badToUnderscore is the mapping function used to generate Go names from package names, +// which can be dotted in the input .proto file. It replaces non-identifier characters such as +// dot or dash with underscore. +func badToUnderscore(r rune) rune { + if unicode.IsLetter(r) || unicode.IsDigit(r) || r == '_' { + return r + } + return '_' +} + +// baseName returns the last path element of the name, with the last dotted suffix removed. +func baseName(name string) string { + // First, find the last element + if i := strings.LastIndex(name, "/"); i >= 0 { + name = name[i+1:] + } + // Now drop the suffix + if i := strings.LastIndex(name, "."); i >= 0 { + name = name[0:i] + } + return name +} + +// The SourceCodeInfo message describes the location of elements of a parsed +// .proto file by way of a "path", which is a sequence of integers that +// describe the route from a FileDescriptorProto to the relevant submessage. +// The path alternates between a field number of a repeated field, and an index +// into that repeated field. The constants below define the field numbers that +// are used. +// +// See descriptor.proto for more information about this. +const ( + // tag numbers in FileDescriptorProto + packagePath = 2 // package + messagePath = 4 // message_type + enumPath = 5 // enum_type + // tag numbers in DescriptorProto + messageFieldPath = 2 // field + messageMessagePath = 3 // nested_type + messageEnumPath = 4 // enum_type + messageOneofPath = 8 // oneof_decl + // tag numbers in EnumDescriptorProto + enumValuePath = 2 // value +) diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go new file mode 100644 index 0000000..a5ebc85 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/generator/name_test.go @@ -0,0 +1,85 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2013 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package generator + +import ( + "testing" + + "github.com/golang/protobuf/protoc-gen-go/descriptor" +) + +func TestCamelCase(t *testing.T) { + tests := []struct { + in, want string + }{ + {"one", "One"}, + {"one_two", "OneTwo"}, + {"_my_field_name_2", "XMyFieldName_2"}, + {"Something_Capped", "Something_Capped"}, + {"my_Name", "My_Name"}, + {"OneTwo", "OneTwo"}, + {"_", "X"}, + {"_a_", "XA_"}, + } + for _, tc := range tests { + if got := CamelCase(tc.in); got != tc.want { + t.Errorf("CamelCase(%q) = %q, want %q", tc.in, got, tc.want) + } + } +} + +func TestGoPackageOption(t *testing.T) { + tests := []struct { + in string + impPath, pkg string + ok bool + }{ + {"", "", "", false}, + {"foo", "", "foo", true}, + {"github.com/golang/bar", "github.com/golang/bar", "bar", true}, + {"github.com/golang/bar;baz", "github.com/golang/bar", "baz", true}, + } + for _, tc := range tests { + d := &FileDescriptor{ + FileDescriptorProto: &descriptor.FileDescriptorProto{ + Options: &descriptor.FileOptions{ + GoPackage: &tc.in, + }, + }, + } + impPath, pkg, ok := d.goPackageOption() + if impPath != tc.impPath || pkg != tc.pkg || ok != tc.ok { + t.Errorf("go_package = %q => (%q, %q, %t), want (%q, %q, %t)", tc.in, + impPath, pkg, ok, tc.impPath, tc.pkg, tc.ok) + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go new file mode 100644 index 0000000..2660e47 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/grpc/grpc.go @@ -0,0 +1,463 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2015 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Package grpc outputs gRPC service descriptions in Go code. +// It runs as a plugin for the Go protocol buffer compiler plugin. +// It is linked in to protoc-gen-go. +package grpc + +import ( + "fmt" + "path" + "strconv" + "strings" + + pb "github.com/golang/protobuf/protoc-gen-go/descriptor" + "github.com/golang/protobuf/protoc-gen-go/generator" +) + +// generatedCodeVersion indicates a version of the generated code. +// It is incremented whenever an incompatibility between the generated code and +// the grpc package is introduced; the generated code references +// a constant, grpc.SupportPackageIsVersionN (where N is generatedCodeVersion). +const generatedCodeVersion = 4 + +// Paths for packages used by code generated in this file, +// relative to the import_prefix of the generator.Generator. +const ( + contextPkgPath = "golang.org/x/net/context" + grpcPkgPath = "google.golang.org/grpc" +) + +func init() { + generator.RegisterPlugin(new(grpc)) +} + +// grpc is an implementation of the Go protocol buffer compiler's +// plugin architecture. It generates bindings for gRPC support. +type grpc struct { + gen *generator.Generator +} + +// Name returns the name of this plugin, "grpc". +func (g *grpc) Name() string { + return "grpc" +} + +// The names for packages imported in the generated code. +// They may vary from the final path component of the import path +// if the name is used by other packages. +var ( + contextPkg string + grpcPkg string +) + +// Init initializes the plugin. +func (g *grpc) Init(gen *generator.Generator) { + g.gen = gen + contextPkg = generator.RegisterUniquePackageName("context", nil) + grpcPkg = generator.RegisterUniquePackageName("grpc", nil) +} + +// Given a type name defined in a .proto, return its object. +// Also record that we're using it, to guarantee the associated import. +func (g *grpc) objectNamed(name string) generator.Object { + g.gen.RecordTypeUse(name) + return g.gen.ObjectNamed(name) +} + +// Given a type name defined in a .proto, return its name as we will print it. +func (g *grpc) typeName(str string) string { + return g.gen.TypeName(g.objectNamed(str)) +} + +// P forwards to g.gen.P. +func (g *grpc) P(args ...interface{}) { g.gen.P(args...) } + +// Generate generates code for the services in the given file. +func (g *grpc) Generate(file *generator.FileDescriptor) { + if len(file.FileDescriptorProto.Service) == 0 { + return + } + + g.P("// Reference imports to suppress errors if they are not otherwise used.") + g.P("var _ ", contextPkg, ".Context") + g.P("var _ ", grpcPkg, ".ClientConn") + g.P() + + // Assert version compatibility. + g.P("// This is a compile-time assertion to ensure that this generated file") + g.P("// is compatible with the grpc package it is being compiled against.") + g.P("const _ = ", grpcPkg, ".SupportPackageIsVersion", generatedCodeVersion) + g.P() + + for i, service := range file.FileDescriptorProto.Service { + g.generateService(file, service, i) + } +} + +// GenerateImports generates the import declaration for this file. +func (g *grpc) GenerateImports(file *generator.FileDescriptor) { + if len(file.FileDescriptorProto.Service) == 0 { + return + } + g.P("import (") + g.P(contextPkg, " ", strconv.Quote(path.Join(g.gen.ImportPrefix, contextPkgPath))) + g.P(grpcPkg, " ", strconv.Quote(path.Join(g.gen.ImportPrefix, grpcPkgPath))) + g.P(")") + g.P() +} + +// reservedClientName records whether a client name is reserved on the client side. +var reservedClientName = map[string]bool{ +// TODO: do we need any in gRPC? +} + +func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } + +// generateService generates all the code for the named service. +func (g *grpc) generateService(file *generator.FileDescriptor, service *pb.ServiceDescriptorProto, index int) { + path := fmt.Sprintf("6,%d", index) // 6 means service. + + origServName := service.GetName() + fullServName := origServName + if pkg := file.GetPackage(); pkg != "" { + fullServName = pkg + "." + fullServName + } + servName := generator.CamelCase(origServName) + + g.P() + g.P("// Client API for ", servName, " service") + g.P() + + // Client interface. + g.P("type ", servName, "Client interface {") + for i, method := range service.Method { + g.gen.PrintComments(fmt.Sprintf("%s,2,%d", path, i)) // 2 means method in a service. + g.P(g.generateClientSignature(servName, method)) + } + g.P("}") + g.P() + + // Client structure. + g.P("type ", unexport(servName), "Client struct {") + g.P("cc *", grpcPkg, ".ClientConn") + g.P("}") + g.P() + + // NewClient factory. + g.P("func New", servName, "Client (cc *", grpcPkg, ".ClientConn) ", servName, "Client {") + g.P("return &", unexport(servName), "Client{cc}") + g.P("}") + g.P() + + var methodIndex, streamIndex int + serviceDescVar := "_" + servName + "_serviceDesc" + // Client method implementations. + for _, method := range service.Method { + var descExpr string + if !method.GetServerStreaming() && !method.GetClientStreaming() { + // Unary RPC method + descExpr = fmt.Sprintf("&%s.Methods[%d]", serviceDescVar, methodIndex) + methodIndex++ + } else { + // Streaming RPC method + descExpr = fmt.Sprintf("&%s.Streams[%d]", serviceDescVar, streamIndex) + streamIndex++ + } + g.generateClientMethod(servName, fullServName, serviceDescVar, method, descExpr) + } + + g.P("// Server API for ", servName, " service") + g.P() + + // Server interface. + serverType := servName + "Server" + g.P("type ", serverType, " interface {") + for i, method := range service.Method { + g.gen.PrintComments(fmt.Sprintf("%s,2,%d", path, i)) // 2 means method in a service. + g.P(g.generateServerSignature(servName, method)) + } + g.P("}") + g.P() + + // Server registration. + g.P("func Register", servName, "Server(s *", grpcPkg, ".Server, srv ", serverType, ") {") + g.P("s.RegisterService(&", serviceDescVar, `, srv)`) + g.P("}") + g.P() + + // Server handler implementations. + var handlerNames []string + for _, method := range service.Method { + hname := g.generateServerMethod(servName, fullServName, method) + handlerNames = append(handlerNames, hname) + } + + // Service descriptor. + g.P("var ", serviceDescVar, " = ", grpcPkg, ".ServiceDesc {") + g.P("ServiceName: ", strconv.Quote(fullServName), ",") + g.P("HandlerType: (*", serverType, ")(nil),") + g.P("Methods: []", grpcPkg, ".MethodDesc{") + for i, method := range service.Method { + if method.GetServerStreaming() || method.GetClientStreaming() { + continue + } + g.P("{") + g.P("MethodName: ", strconv.Quote(method.GetName()), ",") + g.P("Handler: ", handlerNames[i], ",") + g.P("},") + } + g.P("},") + g.P("Streams: []", grpcPkg, ".StreamDesc{") + for i, method := range service.Method { + if !method.GetServerStreaming() && !method.GetClientStreaming() { + continue + } + g.P("{") + g.P("StreamName: ", strconv.Quote(method.GetName()), ",") + g.P("Handler: ", handlerNames[i], ",") + if method.GetServerStreaming() { + g.P("ServerStreams: true,") + } + if method.GetClientStreaming() { + g.P("ClientStreams: true,") + } + g.P("},") + } + g.P("},") + g.P("Metadata: \"", file.GetName(), "\",") + g.P("}") + g.P() +} + +// generateClientSignature returns the client-side signature for a method. +func (g *grpc) generateClientSignature(servName string, method *pb.MethodDescriptorProto) string { + origMethName := method.GetName() + methName := generator.CamelCase(origMethName) + if reservedClientName[methName] { + methName += "_" + } + reqArg := ", in *" + g.typeName(method.GetInputType()) + if method.GetClientStreaming() { + reqArg = "" + } + respName := "*" + g.typeName(method.GetOutputType()) + if method.GetServerStreaming() || method.GetClientStreaming() { + respName = servName + "_" + generator.CamelCase(origMethName) + "Client" + } + return fmt.Sprintf("%s(ctx %s.Context%s, opts ...%s.CallOption) (%s, error)", methName, contextPkg, reqArg, grpcPkg, respName) +} + +func (g *grpc) generateClientMethod(servName, fullServName, serviceDescVar string, method *pb.MethodDescriptorProto, descExpr string) { + sname := fmt.Sprintf("/%s/%s", fullServName, method.GetName()) + methName := generator.CamelCase(method.GetName()) + inType := g.typeName(method.GetInputType()) + outType := g.typeName(method.GetOutputType()) + + g.P("func (c *", unexport(servName), "Client) ", g.generateClientSignature(servName, method), "{") + if !method.GetServerStreaming() && !method.GetClientStreaming() { + g.P("out := new(", outType, ")") + // TODO: Pass descExpr to Invoke. + g.P("err := ", grpcPkg, `.Invoke(ctx, "`, sname, `", in, out, c.cc, opts...)`) + g.P("if err != nil { return nil, err }") + g.P("return out, nil") + g.P("}") + g.P() + return + } + streamType := unexport(servName) + methName + "Client" + g.P("stream, err := ", grpcPkg, ".NewClientStream(ctx, ", descExpr, `, c.cc, "`, sname, `", opts...)`) + g.P("if err != nil { return nil, err }") + g.P("x := &", streamType, "{stream}") + if !method.GetClientStreaming() { + g.P("if err := x.ClientStream.SendMsg(in); err != nil { return nil, err }") + g.P("if err := x.ClientStream.CloseSend(); err != nil { return nil, err }") + } + g.P("return x, nil") + g.P("}") + g.P() + + genSend := method.GetClientStreaming() + genRecv := method.GetServerStreaming() + genCloseAndRecv := !method.GetServerStreaming() + + // Stream auxiliary types and methods. + g.P("type ", servName, "_", methName, "Client interface {") + if genSend { + g.P("Send(*", inType, ") error") + } + if genRecv { + g.P("Recv() (*", outType, ", error)") + } + if genCloseAndRecv { + g.P("CloseAndRecv() (*", outType, ", error)") + } + g.P(grpcPkg, ".ClientStream") + g.P("}") + g.P() + + g.P("type ", streamType, " struct {") + g.P(grpcPkg, ".ClientStream") + g.P("}") + g.P() + + if genSend { + g.P("func (x *", streamType, ") Send(m *", inType, ") error {") + g.P("return x.ClientStream.SendMsg(m)") + g.P("}") + g.P() + } + if genRecv { + g.P("func (x *", streamType, ") Recv() (*", outType, ", error) {") + g.P("m := new(", outType, ")") + g.P("if err := x.ClientStream.RecvMsg(m); err != nil { return nil, err }") + g.P("return m, nil") + g.P("}") + g.P() + } + if genCloseAndRecv { + g.P("func (x *", streamType, ") CloseAndRecv() (*", outType, ", error) {") + g.P("if err := x.ClientStream.CloseSend(); err != nil { return nil, err }") + g.P("m := new(", outType, ")") + g.P("if err := x.ClientStream.RecvMsg(m); err != nil { return nil, err }") + g.P("return m, nil") + g.P("}") + g.P() + } +} + +// generateServerSignature returns the server-side signature for a method. +func (g *grpc) generateServerSignature(servName string, method *pb.MethodDescriptorProto) string { + origMethName := method.GetName() + methName := generator.CamelCase(origMethName) + if reservedClientName[methName] { + methName += "_" + } + + var reqArgs []string + ret := "error" + if !method.GetServerStreaming() && !method.GetClientStreaming() { + reqArgs = append(reqArgs, contextPkg+".Context") + ret = "(*" + g.typeName(method.GetOutputType()) + ", error)" + } + if !method.GetClientStreaming() { + reqArgs = append(reqArgs, "*"+g.typeName(method.GetInputType())) + } + if method.GetServerStreaming() || method.GetClientStreaming() { + reqArgs = append(reqArgs, servName+"_"+generator.CamelCase(origMethName)+"Server") + } + + return methName + "(" + strings.Join(reqArgs, ", ") + ") " + ret +} + +func (g *grpc) generateServerMethod(servName, fullServName string, method *pb.MethodDescriptorProto) string { + methName := generator.CamelCase(method.GetName()) + hname := fmt.Sprintf("_%s_%s_Handler", servName, methName) + inType := g.typeName(method.GetInputType()) + outType := g.typeName(method.GetOutputType()) + + if !method.GetServerStreaming() && !method.GetClientStreaming() { + g.P("func ", hname, "(srv interface{}, ctx ", contextPkg, ".Context, dec func(interface{}) error, interceptor ", grpcPkg, ".UnaryServerInterceptor) (interface{}, error) {") + g.P("in := new(", inType, ")") + g.P("if err := dec(in); err != nil { return nil, err }") + g.P("if interceptor == nil { return srv.(", servName, "Server).", methName, "(ctx, in) }") + g.P("info := &", grpcPkg, ".UnaryServerInfo{") + g.P("Server: srv,") + g.P("FullMethod: ", strconv.Quote(fmt.Sprintf("/%s/%s", fullServName, methName)), ",") + g.P("}") + g.P("handler := func(ctx ", contextPkg, ".Context, req interface{}) (interface{}, error) {") + g.P("return srv.(", servName, "Server).", methName, "(ctx, req.(*", inType, "))") + g.P("}") + g.P("return interceptor(ctx, in, info, handler)") + g.P("}") + g.P() + return hname + } + streamType := unexport(servName) + methName + "Server" + g.P("func ", hname, "(srv interface{}, stream ", grpcPkg, ".ServerStream) error {") + if !method.GetClientStreaming() { + g.P("m := new(", inType, ")") + g.P("if err := stream.RecvMsg(m); err != nil { return err }") + g.P("return srv.(", servName, "Server).", methName, "(m, &", streamType, "{stream})") + } else { + g.P("return srv.(", servName, "Server).", methName, "(&", streamType, "{stream})") + } + g.P("}") + g.P() + + genSend := method.GetServerStreaming() + genSendAndClose := !method.GetServerStreaming() + genRecv := method.GetClientStreaming() + + // Stream auxiliary types and methods. + g.P("type ", servName, "_", methName, "Server interface {") + if genSend { + g.P("Send(*", outType, ") error") + } + if genSendAndClose { + g.P("SendAndClose(*", outType, ") error") + } + if genRecv { + g.P("Recv() (*", inType, ", error)") + } + g.P(grpcPkg, ".ServerStream") + g.P("}") + g.P() + + g.P("type ", streamType, " struct {") + g.P(grpcPkg, ".ServerStream") + g.P("}") + g.P() + + if genSend { + g.P("func (x *", streamType, ") Send(m *", outType, ") error {") + g.P("return x.ServerStream.SendMsg(m)") + g.P("}") + g.P() + } + if genSendAndClose { + g.P("func (x *", streamType, ") SendAndClose(m *", outType, ") error {") + g.P("return x.ServerStream.SendMsg(m)") + g.P("}") + g.P() + } + if genRecv { + g.P("func (x *", streamType, ") Recv() (*", inType, ", error) {") + g.P("m := new(", inType, ")") + g.P("if err := x.ServerStream.RecvMsg(m); err != nil { return nil, err }") + g.P("return m, nil") + g.P("}") + g.P() + } + + return hname +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/link_grpc.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/link_grpc.go new file mode 100644 index 0000000..532a550 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/link_grpc.go @@ -0,0 +1,34 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2015 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package main + +import _ "github.com/golang/protobuf/protoc-gen-go/grpc" diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/main.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/main.go new file mode 100644 index 0000000..8e2486d --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/main.go @@ -0,0 +1,98 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// protoc-gen-go is a plugin for the Google protocol buffer compiler to generate +// Go code. Run it by building this program and putting it in your path with +// the name +// protoc-gen-go +// That word 'go' at the end becomes part of the option string set for the +// protocol compiler, so once the protocol compiler (protoc) is installed +// you can run +// protoc --go_out=output_directory input_directory/file.proto +// to generate Go bindings for the protocol defined by file.proto. +// With that input, the output will be written to +// output_directory/file.pb.go +// +// The generated code is documented in the package comment for +// the library. +// +// See the README and documentation for protocol buffers to learn more: +// https://developers.google.com/protocol-buffers/ +package main + +import ( + "io/ioutil" + "os" + + "github.com/golang/protobuf/proto" + "github.com/golang/protobuf/protoc-gen-go/generator" +) + +func main() { + // Begin by allocating a generator. The request and response structures are stored there + // so we can do error handling easily - the response structure contains the field to + // report failure. + g := generator.New() + + data, err := ioutil.ReadAll(os.Stdin) + if err != nil { + g.Error(err, "reading input") + } + + if err := proto.Unmarshal(data, g.Request); err != nil { + g.Error(err, "parsing input proto") + } + + if len(g.Request.FileToGenerate) == 0 { + g.Fail("no files to generate") + } + + g.CommandLineParameters(g.Request.GetParameter()) + + // Create a wrapped version of the Descriptors and EnumDescriptors that + // point to the file that defines them. + g.WrapTypes() + + g.SetPackageNames() + g.BuildTypeNameMap() + + g.GenerateAllFiles() + + // Send back the results. + data, err = proto.Marshal(g.Response) + if err != nil { + g.Error(err, "failed to marshal output proto") + } + _, err = os.Stdout.Write(data) + if err != nil { + g.Error(err, "failed to write output proto") + } +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/Makefile b/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/Makefile new file mode 100644 index 0000000..eb41f20 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/Makefile @@ -0,0 +1,45 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Not stored here, but plugin.proto is in https://github.com/google/protobuf/ +# at src/google/protobuf/compiler/plugin.proto +# Also we need to fix an import. +regenerate: + echo WARNING! THIS RULE IS PROBABLY NOT RIGHT FOR YOUR INSTALLATION + protoc --go_out=Mgoogle/protobuf/descriptor.proto=github.com/golang/protobuf/protoc-gen-go/descriptor:. \ + -I$(HOME)/src/protobuf/src $(HOME)/src/protobuf/src/google/protobuf/compiler/plugin.proto && \ + mv google/protobuf/compiler/plugin.pb.go $(GOPATH)/src/github.com/golang/protobuf/protoc-gen-go/plugin + +restore: + cp plugin.pb.golden plugin.pb.go + +preserve: + cp plugin.pb.go plugin.pb.golden diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go new file mode 100644 index 0000000..0ff4e13 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.go @@ -0,0 +1,229 @@ +// Code generated by protoc-gen-go. +// source: google/protobuf/compiler/plugin.proto +// DO NOT EDIT! + +/* +Package plugin_go is a generated protocol buffer package. + +It is generated from these files: + google/protobuf/compiler/plugin.proto + +It has these top-level messages: + CodeGeneratorRequest + CodeGeneratorResponse +*/ +package plugin_go + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import google_protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// An encoded CodeGeneratorRequest is written to the plugin's stdin. +type CodeGeneratorRequest struct { + // The .proto files that were explicitly listed on the command-line. The + // code generator should generate code only for these files. Each file's + // descriptor will be included in proto_file, below. + FileToGenerate []string `protobuf:"bytes,1,rep,name=file_to_generate,json=fileToGenerate" json:"file_to_generate,omitempty"` + // The generator parameter passed on the command-line. + Parameter *string `protobuf:"bytes,2,opt,name=parameter" json:"parameter,omitempty"` + // FileDescriptorProtos for all files in files_to_generate and everything + // they import. The files will appear in topological order, so each file + // appears before any file that imports it. + // + // protoc guarantees that all proto_files will be written after + // the fields above, even though this is not technically guaranteed by the + // protobuf wire format. This theoretically could allow a plugin to stream + // in the FileDescriptorProtos and handle them one by one rather than read + // the entire set into memory at once. However, as of this writing, this + // is not similarly optimized on protoc's end -- it will store all fields in + // memory at once before sending them to the plugin. + ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file,json=protoFile" json:"proto_file,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CodeGeneratorRequest) Reset() { *m = CodeGeneratorRequest{} } +func (m *CodeGeneratorRequest) String() string { return proto.CompactTextString(m) } +func (*CodeGeneratorRequest) ProtoMessage() {} +func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +func (m *CodeGeneratorRequest) GetFileToGenerate() []string { + if m != nil { + return m.FileToGenerate + } + return nil +} + +func (m *CodeGeneratorRequest) GetParameter() string { + if m != nil && m.Parameter != nil { + return *m.Parameter + } + return "" +} + +func (m *CodeGeneratorRequest) GetProtoFile() []*google_protobuf.FileDescriptorProto { + if m != nil { + return m.ProtoFile + } + return nil +} + +// The plugin writes an encoded CodeGeneratorResponse to stdout. +type CodeGeneratorResponse struct { + // Error message. If non-empty, code generation failed. The plugin process + // should exit with status code zero even if it reports an error in this way. + // + // This should be used to indicate errors in .proto files which prevent the + // code generator from generating correct code. Errors which indicate a + // problem in protoc itself -- such as the input CodeGeneratorRequest being + // unparseable -- should be reported by writing a message to stderr and + // exiting with a non-zero status code. + Error *string `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"` + File []*CodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file" json:"file,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CodeGeneratorResponse) Reset() { *m = CodeGeneratorResponse{} } +func (m *CodeGeneratorResponse) String() string { return proto.CompactTextString(m) } +func (*CodeGeneratorResponse) ProtoMessage() {} +func (*CodeGeneratorResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *CodeGeneratorResponse) GetError() string { + if m != nil && m.Error != nil { + return *m.Error + } + return "" +} + +func (m *CodeGeneratorResponse) GetFile() []*CodeGeneratorResponse_File { + if m != nil { + return m.File + } + return nil +} + +// Represents a single generated file. +type CodeGeneratorResponse_File struct { + // The file name, relative to the output directory. The name must not + // contain "." or ".." components and must be relative, not be absolute (so, + // the file cannot lie outside the output directory). "/" must be used as + // the path separator, not "\". + // + // If the name is omitted, the content will be appended to the previous + // file. This allows the generator to break large files into small chunks, + // and allows the generated text to be streamed back to protoc so that large + // files need not reside completely in memory at one time. Note that as of + // this writing protoc does not optimize for this -- it will read the entire + // CodeGeneratorResponse before writing files to disk. + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + // If non-empty, indicates that the named file should already exist, and the + // content here is to be inserted into that file at a defined insertion + // point. This feature allows a code generator to extend the output + // produced by another code generator. The original generator may provide + // insertion points by placing special annotations in the file that look + // like: + // @@protoc_insertion_point(NAME) + // The annotation can have arbitrary text before and after it on the line, + // which allows it to be placed in a comment. NAME should be replaced with + // an identifier naming the point -- this is what other generators will use + // as the insertion_point. Code inserted at this point will be placed + // immediately above the line containing the insertion point (thus multiple + // insertions to the same point will come out in the order they were added). + // The double-@ is intended to make it unlikely that the generated code + // could contain things that look like insertion points by accident. + // + // For example, the C++ code generator places the following line in the + // .pb.h files that it generates: + // // @@protoc_insertion_point(namespace_scope) + // This line appears within the scope of the file's package namespace, but + // outside of any particular class. Another plugin can then specify the + // insertion_point "namespace_scope" to generate additional classes or + // other declarations that should be placed in this scope. + // + // Note that if the line containing the insertion point begins with + // whitespace, the same whitespace will be added to every line of the + // inserted text. This is useful for languages like Python, where + // indentation matters. In these languages, the insertion point comment + // should be indented the same amount as any inserted code will need to be + // in order to work correctly in that context. + // + // The code generator that generates the initial file and the one which + // inserts into it must both run as part of a single invocation of protoc. + // Code generators are executed in the order in which they appear on the + // command line. + // + // If |insertion_point| is present, |name| must also be present. + InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point,json=insertionPoint" json:"insertion_point,omitempty"` + // The file contents. + Content *string `protobuf:"bytes,15,opt,name=content" json:"content,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *CodeGeneratorResponse_File) Reset() { *m = CodeGeneratorResponse_File{} } +func (m *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(m) } +func (*CodeGeneratorResponse_File) ProtoMessage() {} +func (*CodeGeneratorResponse_File) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 0} } + +func (m *CodeGeneratorResponse_File) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *CodeGeneratorResponse_File) GetInsertionPoint() string { + if m != nil && m.InsertionPoint != nil { + return *m.InsertionPoint + } + return "" +} + +func (m *CodeGeneratorResponse_File) GetContent() string { + if m != nil && m.Content != nil { + return *m.Content + } + return "" +} + +func init() { + proto.RegisterType((*CodeGeneratorRequest)(nil), "google.protobuf.compiler.CodeGeneratorRequest") + proto.RegisterType((*CodeGeneratorResponse)(nil), "google.protobuf.compiler.CodeGeneratorResponse") + proto.RegisterType((*CodeGeneratorResponse_File)(nil), "google.protobuf.compiler.CodeGeneratorResponse.File") +} + +func init() { proto.RegisterFile("google/protobuf/compiler/plugin.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 310 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x51, 0xc1, 0x4a, 0xc3, 0x40, + 0x10, 0x25, 0xb6, 0x22, 0x19, 0xa5, 0x95, 0xa5, 0xc2, 0x52, 0x7a, 0x08, 0x45, 0x31, 0xa7, 0x14, + 0x44, 0xf0, 0xde, 0x8a, 0x7a, 0x2c, 0xc1, 0x93, 0x20, 0x21, 0xa6, 0xd3, 0xb0, 0x90, 0xec, 0xac, + 0xb3, 0xdb, 0x2f, 0xf2, 0x9f, 0xfc, 0x1e, 0xd9, 0x4d, 0x5b, 0xa5, 0xd8, 0xdb, 0xce, 0x7b, 0x6f, + 0xe6, 0xbd, 0x9d, 0x81, 0x9b, 0x9a, 0xa8, 0x6e, 0x70, 0x66, 0x98, 0x1c, 0x7d, 0x6c, 0xd6, 0xb3, + 0x8a, 0x5a, 0xa3, 0x1a, 0xe4, 0x99, 0x69, 0x36, 0xb5, 0xd2, 0x59, 0x20, 0x84, 0xec, 0x64, 0xd9, + 0x4e, 0x96, 0xed, 0x64, 0xe3, 0xe4, 0x70, 0xc0, 0x0a, 0x6d, 0xc5, 0xca, 0x38, 0xe2, 0x4e, 0x3d, + 0xfd, 0x8a, 0x60, 0xb4, 0xa0, 0x15, 0x3e, 0xa3, 0x46, 0x2e, 0x1d, 0x71, 0x8e, 0x9f, 0x1b, 0xb4, + 0x4e, 0xa4, 0x70, 0xb9, 0x56, 0x0d, 0x16, 0x8e, 0x8a, 0xba, 0xe3, 0x50, 0x46, 0x49, 0x2f, 0x8d, + 0xf3, 0x81, 0xc7, 0x5f, 0x69, 0xdb, 0x81, 0x62, 0x02, 0xb1, 0x29, 0xb9, 0x6c, 0xd1, 0x21, 0xcb, + 0x93, 0x24, 0x4a, 0xe3, 0xfc, 0x17, 0x10, 0x0b, 0x80, 0xe0, 0x54, 0xf8, 0x2e, 0x39, 0x4c, 0x7a, + 0xe9, 0xf9, 0xdd, 0x75, 0x76, 0x98, 0xf8, 0x49, 0x35, 0xf8, 0xb8, 0xcf, 0xb6, 0xf4, 0x70, 0x1e, + 0x07, 0xd6, 0x33, 0xd3, 0xef, 0x08, 0xae, 0x0e, 0x52, 0x5a, 0x43, 0xda, 0xa2, 0x18, 0xc1, 0x29, + 0x32, 0x13, 0xcb, 0x28, 0x18, 0x77, 0x85, 0x78, 0x81, 0xfe, 0x1f, 0xbb, 0xfb, 0xec, 0xd8, 0x82, + 0xb2, 0x7f, 0x87, 0x86, 0x34, 0x79, 0x98, 0x30, 0x7e, 0x87, 0xbe, 0xaf, 0x84, 0x80, 0xbe, 0x2e, + 0x5b, 0xdc, 0xda, 0x84, 0xb7, 0xb8, 0x85, 0xa1, 0xd2, 0x16, 0xd9, 0x29, 0xd2, 0x85, 0x21, 0xa5, + 0xdd, 0xf6, 0xfb, 0x83, 0x3d, 0xbc, 0xf4, 0xa8, 0x90, 0x70, 0x56, 0x91, 0x76, 0xa8, 0x9d, 0x1c, + 0x06, 0xc1, 0xae, 0x9c, 0x3f, 0xc0, 0xa4, 0xa2, 0xf6, 0x68, 0xbe, 0xf9, 0xc5, 0x32, 0x1c, 0x3a, + 0x2c, 0xc4, 0xbe, 0xc5, 0xdd, 0xd9, 0x8b, 0x9a, 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0x83, 0x7b, + 0x5c, 0x7c, 0x1b, 0x02, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden b/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden new file mode 100644 index 0000000..8953d0f --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/plugin/plugin.pb.golden @@ -0,0 +1,83 @@ +// Code generated by protoc-gen-go. +// source: google/protobuf/compiler/plugin.proto +// DO NOT EDIT! + +package google_protobuf_compiler + +import proto "github.com/golang/protobuf/proto" +import "math" +import google_protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor" + +// Reference proto and math imports to suppress error if they are not otherwise used. +var _ = proto.GetString +var _ = math.Inf + +type CodeGeneratorRequest struct { + FileToGenerate []string `protobuf:"bytes,1,rep,name=file_to_generate" json:"file_to_generate,omitempty"` + Parameter *string `protobuf:"bytes,2,opt,name=parameter" json:"parameter,omitempty"` + ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file" json:"proto_file,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (this *CodeGeneratorRequest) Reset() { *this = CodeGeneratorRequest{} } +func (this *CodeGeneratorRequest) String() string { return proto.CompactTextString(this) } +func (*CodeGeneratorRequest) ProtoMessage() {} + +func (this *CodeGeneratorRequest) GetParameter() string { + if this != nil && this.Parameter != nil { + return *this.Parameter + } + return "" +} + +type CodeGeneratorResponse struct { + Error *string `protobuf:"bytes,1,opt,name=error" json:"error,omitempty"` + File []*CodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file" json:"file,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (this *CodeGeneratorResponse) Reset() { *this = CodeGeneratorResponse{} } +func (this *CodeGeneratorResponse) String() string { return proto.CompactTextString(this) } +func (*CodeGeneratorResponse) ProtoMessage() {} + +func (this *CodeGeneratorResponse) GetError() string { + if this != nil && this.Error != nil { + return *this.Error + } + return "" +} + +type CodeGeneratorResponse_File struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point" json:"insertion_point,omitempty"` + Content *string `protobuf:"bytes,15,opt,name=content" json:"content,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (this *CodeGeneratorResponse_File) Reset() { *this = CodeGeneratorResponse_File{} } +func (this *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(this) } +func (*CodeGeneratorResponse_File) ProtoMessage() {} + +func (this *CodeGeneratorResponse_File) GetName() string { + if this != nil && this.Name != nil { + return *this.Name + } + return "" +} + +func (this *CodeGeneratorResponse_File) GetInsertionPoint() string { + if this != nil && this.InsertionPoint != nil { + return *this.InsertionPoint + } + return "" +} + +func (this *CodeGeneratorResponse_File) GetContent() string { + if this != nil && this.Content != nil { + return *this.Content + } + return "" +} + +func init() { +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/Makefile b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/Makefile new file mode 100644 index 0000000..b1ac45c --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/Makefile @@ -0,0 +1,73 @@ +# Go support for Protocol Buffers - Google's data interchange format +# +# Copyright 2010 The Go Authors. All rights reserved. +# https://github.com/golang/protobuf +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are +# met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above +# copyright notice, this list of conditions and the following disclaimer +# in the documentation and/or other materials provided with the +# distribution. +# * Neither the name of Google Inc. nor the names of its +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +all: + @echo run make test + +include ../../Make.protobuf + +test: golden testbuild + +#test: golden testbuild extension_test +# ./extension_test +# @echo PASS + +my_test/test.pb.go: my_test/test.proto + protoc --go_out=Mmulti/multi1.proto=github.com/golang/protobuf/protoc-gen-go/testdata/multi:. $< + +golden: + make -B my_test/test.pb.go + sed -i '/return.*fileDescriptor/d' my_test/test.pb.go + sed -i '/^var fileDescriptor/,/^}/d' my_test/test.pb.go + sed -i '/proto.RegisterFile.*fileDescriptor/d' my_test/test.pb.go + gofmt -w my_test/test.pb.go + diff -w my_test/test.pb.go my_test/test.pb.go.golden + +nuke: clean + +testbuild: regenerate + go test + +regenerate: + # Invoke protoc once to generate three independent .pb.go files in the same package. + protoc --go_out=. multi/multi1.proto multi/multi2.proto multi/multi3.proto + +#extension_test: extension_test.$O +# $(LD) -L. -o $@ $< + +#multi.a: multi3.pb.$O multi2.pb.$O multi1.pb.$O +# rm -f multi.a +# $(QUOTED_GOBIN)/gopack grc $@ $< + +#test.pb.go: imp.pb.go +#multi1.pb.go: multi2.pb.go multi3.pb.go +#main.$O: imp.pb.$O test.pb.$O multi.a +#extension_test.$O: extension_base.pb.$O extension_extra.pb.$O extension_user.pb.$O diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base.proto new file mode 100644 index 0000000..94acfc1 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_base.proto @@ -0,0 +1,46 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +package extension_base; + +message BaseMessage { + optional int32 height = 1; + extensions 4 to 9; + extensions 16 to max; +} + +// Another message that may be extended, using message_set_wire_format. +message OldStyleMessage { + option message_set_wire_format = true; + extensions 100 to max; +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra.proto new file mode 100644 index 0000000..fca7f60 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra.proto @@ -0,0 +1,38 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2011 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +package extension_extra; + +message ExtraMessage { + optional int32 width = 1; +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go new file mode 100644 index 0000000..86e9c11 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_test.go @@ -0,0 +1,210 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Test that we can use protocol buffers that use extensions. + +package testdata + +/* + +import ( + "bytes" + "regexp" + "testing" + + "github.com/golang/protobuf/proto" + base "extension_base.pb" + user "extension_user.pb" +) + +func TestSingleFieldExtension(t *testing.T) { + bm := &base.BaseMessage{ + Height: proto.Int32(178), + } + + // Use extension within scope of another type. + vol := proto.Uint32(11) + err := proto.SetExtension(bm, user.E_LoudMessage_Volume, vol) + if err != nil { + t.Fatal("Failed setting extension:", err) + } + buf, err := proto.Marshal(bm) + if err != nil { + t.Fatal("Failed encoding message with extension:", err) + } + bm_new := new(base.BaseMessage) + if err := proto.Unmarshal(buf, bm_new); err != nil { + t.Fatal("Failed decoding message with extension:", err) + } + if !proto.HasExtension(bm_new, user.E_LoudMessage_Volume) { + t.Fatal("Decoded message didn't contain extension.") + } + vol_out, err := proto.GetExtension(bm_new, user.E_LoudMessage_Volume) + if err != nil { + t.Fatal("Failed getting extension:", err) + } + if v := vol_out.(*uint32); *v != *vol { + t.Errorf("vol_out = %v, expected %v", *v, *vol) + } + proto.ClearExtension(bm_new, user.E_LoudMessage_Volume) + if proto.HasExtension(bm_new, user.E_LoudMessage_Volume) { + t.Fatal("Failed clearing extension.") + } +} + +func TestMessageExtension(t *testing.T) { + bm := &base.BaseMessage{ + Height: proto.Int32(179), + } + + // Use extension that is itself a message. + um := &user.UserMessage{ + Name: proto.String("Dave"), + Rank: proto.String("Major"), + } + err := proto.SetExtension(bm, user.E_LoginMessage_UserMessage, um) + if err != nil { + t.Fatal("Failed setting extension:", err) + } + buf, err := proto.Marshal(bm) + if err != nil { + t.Fatal("Failed encoding message with extension:", err) + } + bm_new := new(base.BaseMessage) + if err := proto.Unmarshal(buf, bm_new); err != nil { + t.Fatal("Failed decoding message with extension:", err) + } + if !proto.HasExtension(bm_new, user.E_LoginMessage_UserMessage) { + t.Fatal("Decoded message didn't contain extension.") + } + um_out, err := proto.GetExtension(bm_new, user.E_LoginMessage_UserMessage) + if err != nil { + t.Fatal("Failed getting extension:", err) + } + if n := um_out.(*user.UserMessage).Name; *n != *um.Name { + t.Errorf("um_out.Name = %q, expected %q", *n, *um.Name) + } + if r := um_out.(*user.UserMessage).Rank; *r != *um.Rank { + t.Errorf("um_out.Rank = %q, expected %q", *r, *um.Rank) + } + proto.ClearExtension(bm_new, user.E_LoginMessage_UserMessage) + if proto.HasExtension(bm_new, user.E_LoginMessage_UserMessage) { + t.Fatal("Failed clearing extension.") + } +} + +func TestTopLevelExtension(t *testing.T) { + bm := &base.BaseMessage{ + Height: proto.Int32(179), + } + + width := proto.Int32(17) + err := proto.SetExtension(bm, user.E_Width, width) + if err != nil { + t.Fatal("Failed setting extension:", err) + } + buf, err := proto.Marshal(bm) + if err != nil { + t.Fatal("Failed encoding message with extension:", err) + } + bm_new := new(base.BaseMessage) + if err := proto.Unmarshal(buf, bm_new); err != nil { + t.Fatal("Failed decoding message with extension:", err) + } + if !proto.HasExtension(bm_new, user.E_Width) { + t.Fatal("Decoded message didn't contain extension.") + } + width_out, err := proto.GetExtension(bm_new, user.E_Width) + if err != nil { + t.Fatal("Failed getting extension:", err) + } + if w := width_out.(*int32); *w != *width { + t.Errorf("width_out = %v, expected %v", *w, *width) + } + proto.ClearExtension(bm_new, user.E_Width) + if proto.HasExtension(bm_new, user.E_Width) { + t.Fatal("Failed clearing extension.") + } +} + +func TestMessageSetWireFormat(t *testing.T) { + osm := new(base.OldStyleMessage) + osp := &user.OldStyleParcel{ + Name: proto.String("Dave"), + Height: proto.Int32(178), + } + + err := proto.SetExtension(osm, user.E_OldStyleParcel_MessageSetExtension, osp) + if err != nil { + t.Fatal("Failed setting extension:", err) + } + + buf, err := proto.Marshal(osm) + if err != nil { + t.Fatal("Failed encoding message:", err) + } + + // Data generated from Python implementation. + expected := []byte{ + 11, 16, 209, 15, 26, 9, 10, 4, 68, 97, 118, 101, 16, 178, 1, 12, + } + + if !bytes.Equal(expected, buf) { + t.Errorf("Encoding mismatch.\nwant %+v\n got %+v", expected, buf) + } + + // Check that it is restored correctly. + osm = new(base.OldStyleMessage) + if err := proto.Unmarshal(buf, osm); err != nil { + t.Fatal("Failed decoding message:", err) + } + osp_out, err := proto.GetExtension(osm, user.E_OldStyleParcel_MessageSetExtension) + if err != nil { + t.Fatal("Failed getting extension:", err) + } + osp = osp_out.(*user.OldStyleParcel) + if *osp.Name != "Dave" || *osp.Height != 178 { + t.Errorf("Retrieved extension from decoded message is not correct: %+v", osp) + } +} + +func main() { + // simpler than rigging up gotest + testing.Main(regexp.MatchString, []testing.InternalTest{ + {"TestSingleFieldExtension", TestSingleFieldExtension}, + {"TestMessageExtension", TestMessageExtension}, + {"TestTopLevelExtension", TestTopLevelExtension}, + }, + []testing.InternalBenchmark{}, + []testing.InternalExample{}) +} + +*/ diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user.proto new file mode 100644 index 0000000..ff65873 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/extension_user.proto @@ -0,0 +1,100 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +import "extension_base.proto"; +import "extension_extra.proto"; + +package extension_user; + +message UserMessage { + optional string name = 1; + optional string rank = 2; +} + +// Extend with a message +extend extension_base.BaseMessage { + optional UserMessage user_message = 5; +} + +// Extend with a foreign message +extend extension_base.BaseMessage { + optional extension_extra.ExtraMessage extra_message = 9; +} + +// Extend with some primitive types +extend extension_base.BaseMessage { + optional int32 width = 6; + optional int64 area = 7; +} + +// Extend inside the scope of another type +message LoudMessage { + extend extension_base.BaseMessage { + optional uint32 volume = 8; + } + extensions 100 to max; +} + +// Extend inside the scope of another type, using a message. +message LoginMessage { + extend extension_base.BaseMessage { + optional UserMessage user_message = 16; + } +} + +// Extend with a repeated field +extend extension_base.BaseMessage { + repeated Detail detail = 17; +} + +message Detail { + optional string color = 1; +} + +// An extension of an extension +message Announcement { + optional string words = 1; + extend LoudMessage { + optional Announcement loud_ext = 100; + } +} + +// Something that can be put in a message set. +message OldStyleParcel { + extend extension_base.OldStyleMessage { + optional OldStyleParcel message_set_extension = 2001; + } + + required string name = 1; + optional int32 height = 2; +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc.proto new file mode 100644 index 0000000..b8bc41a --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/grpc.proto @@ -0,0 +1,59 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2015 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package grpc.testing; + +message SimpleRequest { +} + +message SimpleResponse { +} + +message StreamMsg { +} + +message StreamMsg2 { +} + +service Test { + rpc UnaryCall(SimpleRequest) returns (SimpleResponse); + + // This RPC streams from the server only. + rpc Downstream(SimpleRequest) returns (stream StreamMsg); + + // This RPC streams from the client. + rpc Upstream(stream StreamMsg) returns (SimpleResponse); + + // This one streams in both directions. + rpc Bidi(stream StreamMsg) returns (stream StreamMsg2); +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.pb.go.golden b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.pb.go.golden new file mode 100644 index 0000000..784a4f8 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.pb.go.golden @@ -0,0 +1,113 @@ +// Code generated by protoc-gen-go. +// source: imp.proto +// DO NOT EDIT! + +package imp + +import proto "github.com/golang/protobuf/proto" +import "math" +import "os" +import imp1 "imp2.pb" + +// Reference proto & math imports to suppress error if they are not otherwise used. +var _ = proto.GetString +var _ = math.Inf + +// Types from public import imp2.proto +type PubliclyImportedMessage imp1.PubliclyImportedMessage + +func (this *PubliclyImportedMessage) Reset() { (*imp1.PubliclyImportedMessage)(this).Reset() } +func (this *PubliclyImportedMessage) String() string { + return (*imp1.PubliclyImportedMessage)(this).String() +} + +// PubliclyImportedMessage from public import imp.proto + +type ImportedMessage_Owner int32 + +const ( + ImportedMessage_DAVE ImportedMessage_Owner = 1 + ImportedMessage_MIKE ImportedMessage_Owner = 2 +) + +var ImportedMessage_Owner_name = map[int32]string{ + 1: "DAVE", + 2: "MIKE", +} +var ImportedMessage_Owner_value = map[string]int32{ + "DAVE": 1, + "MIKE": 2, +} + +// NewImportedMessage_Owner is deprecated. Use x.Enum() instead. +func NewImportedMessage_Owner(x ImportedMessage_Owner) *ImportedMessage_Owner { + e := ImportedMessage_Owner(x) + return &e +} +func (x ImportedMessage_Owner) Enum() *ImportedMessage_Owner { + p := new(ImportedMessage_Owner) + *p = x + return p +} +func (x ImportedMessage_Owner) String() string { + return proto.EnumName(ImportedMessage_Owner_name, int32(x)) +} + +type ImportedMessage struct { + Field *int64 `protobuf:"varint,1,req,name=field" json:"field,omitempty"` + XXX_extensions map[int32][]byte `json:",omitempty"` + XXX_unrecognized []byte `json:",omitempty"` +} + +func (this *ImportedMessage) Reset() { *this = ImportedMessage{} } +func (this *ImportedMessage) String() string { return proto.CompactTextString(this) } + +var extRange_ImportedMessage = []proto.ExtensionRange{ + proto.ExtensionRange{90, 100}, +} + +func (*ImportedMessage) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_ImportedMessage +} +func (this *ImportedMessage) ExtensionMap() map[int32][]byte { + if this.XXX_extensions == nil { + this.XXX_extensions = make(map[int32][]byte) + } + return this.XXX_extensions +} + +type ImportedExtendable struct { + XXX_extensions map[int32][]byte `json:",omitempty"` + XXX_unrecognized []byte `json:",omitempty"` +} + +func (this *ImportedExtendable) Reset() { *this = ImportedExtendable{} } +func (this *ImportedExtendable) String() string { return proto.CompactTextString(this) } + +func (this *ImportedExtendable) Marshal() ([]byte, error) { + return proto.MarshalMessageSet(this.ExtensionMap()) +} +func (this *ImportedExtendable) Unmarshal(buf []byte) error { + return proto.UnmarshalMessageSet(buf, this.ExtensionMap()) +} +// ensure ImportedExtendable satisfies proto.Marshaler and proto.Unmarshaler +var _ proto.Marshaler = (*ImportedExtendable)(nil) +var _ proto.Unmarshaler = (*ImportedExtendable)(nil) + +var extRange_ImportedExtendable = []proto.ExtensionRange{ + proto.ExtensionRange{100, 536870911}, +} + +func (*ImportedExtendable) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_ImportedExtendable +} +func (this *ImportedExtendable) ExtensionMap() map[int32][]byte { + if this.XXX_extensions == nil { + this.XXX_extensions = make(map[int32][]byte) + } + return this.XXX_extensions +} + +func init() { + proto.RegisterEnum("imp.ImportedMessage_Owner", ImportedMessage_Owner_name, ImportedMessage_Owner_value) +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.proto new file mode 100644 index 0000000..156e078 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp.proto @@ -0,0 +1,70 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +package imp; + +import "imp2.proto"; +import "imp3.proto"; + +message ImportedMessage { + required int64 field = 1; + + // The forwarded getters for these fields are fiddly to get right. + optional ImportedMessage2 local_msg = 2; + optional ForeignImportedMessage foreign_msg = 3; // in imp3.proto + optional Owner enum_field = 4; + oneof union { + int32 state = 9; + } + + repeated string name = 5; + repeated Owner boss = 6; + repeated ImportedMessage2 memo = 7; + + map msg_map = 8; + + enum Owner { + DAVE = 1; + MIKE = 2; + } + + extensions 90 to 100; +} + +message ImportedMessage2 { +} + +message ImportedExtendable { + option message_set_wire_format = true; + extensions 100 to max; +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp2.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp2.proto new file mode 100644 index 0000000..3bb0632 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp2.proto @@ -0,0 +1,43 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2011 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +package imp; + +message PubliclyImportedMessage { + optional int64 field = 1; +} + +enum PubliclyImportedEnum { + GLASSES = 1; + HAIR = 2; +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp3.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp3.proto new file mode 100644 index 0000000..58fc759 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/imp3.proto @@ -0,0 +1,38 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2012 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +package imp; + +message ForeignImportedMessage { + optional string tuber = 1; +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go new file mode 100644 index 0000000..f9b5ccf --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/main_test.go @@ -0,0 +1,46 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A simple binary to link together the protocol buffers in this test. + +package testdata + +import ( + "testing" + + mytestpb "./my_test" + multipb "github.com/golang/protobuf/protoc-gen-go/testdata/multi" +) + +func TestLink(t *testing.T) { + _ = &multipb.Multi1{} + _ = &mytestpb.Request{} +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto new file mode 100644 index 0000000..0da6e0a --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi1.proto @@ -0,0 +1,44 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +import "multi/multi2.proto"; +import "multi/multi3.proto"; + +package multitest; + +message Multi1 { + required Multi2 multi2 = 1; + optional Multi2.Color color = 2; + optional Multi3.HatType hat_type = 3; +} + diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto new file mode 100644 index 0000000..e6bfc71 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi2.proto @@ -0,0 +1,46 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +package multitest; + +message Multi2 { + required int32 required_value = 1; + + enum Color { + BLUE = 1; + GREEN = 2; + RED = 3; + }; + optional Color color = 2; +} + diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto new file mode 100644 index 0000000..146c255 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/multi/multi3.proto @@ -0,0 +1,43 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +package multitest; + +message Multi3 { + enum HatType { + FEDORA = 1; + FEZ = 2; + }; + optional HatType hat_type = 1; +} + diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go new file mode 100644 index 0000000..9ec3e12 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go @@ -0,0 +1,866 @@ +// Code generated by protoc-gen-go. +// source: my_test/test.proto +// DO NOT EDIT! + +/* +Package my_test is a generated protocol buffer package. + +This package holds interesting messages. + +It is generated from these files: + my_test/test.proto + +It has these top-level messages: + Request + Reply + OtherBase + ReplyExtensions + OtherReplyExtensions + OldReply + Communique +*/ +package my_test + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "github.com/golang/protobuf/protoc-gen-go/testdata/multi" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type HatType int32 + +const ( + // deliberately skipping 0 + HatType_FEDORA HatType = 1 + HatType_FEZ HatType = 2 +) + +var HatType_name = map[int32]string{ + 1: "FEDORA", + 2: "FEZ", +} +var HatType_value = map[string]int32{ + "FEDORA": 1, + "FEZ": 2, +} + +func (x HatType) Enum() *HatType { + p := new(HatType) + *p = x + return p +} +func (x HatType) String() string { + return proto.EnumName(HatType_name, int32(x)) +} +func (x *HatType) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(HatType_value, data, "HatType") + if err != nil { + return err + } + *x = HatType(value) + return nil +} + +// This enum represents days of the week. +type Days int32 + +const ( + Days_MONDAY Days = 1 + Days_TUESDAY Days = 2 + Days_LUNDI Days = 1 +) + +var Days_name = map[int32]string{ + 1: "MONDAY", + 2: "TUESDAY", + // Duplicate value: 1: "LUNDI", +} +var Days_value = map[string]int32{ + "MONDAY": 1, + "TUESDAY": 2, + "LUNDI": 1, +} + +func (x Days) Enum() *Days { + p := new(Days) + *p = x + return p +} +func (x Days) String() string { + return proto.EnumName(Days_name, int32(x)) +} +func (x *Days) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Days_value, data, "Days") + if err != nil { + return err + } + *x = Days(value) + return nil +} + +type Request_Color int32 + +const ( + Request_RED Request_Color = 0 + Request_GREEN Request_Color = 1 + Request_BLUE Request_Color = 2 +) + +var Request_Color_name = map[int32]string{ + 0: "RED", + 1: "GREEN", + 2: "BLUE", +} +var Request_Color_value = map[string]int32{ + "RED": 0, + "GREEN": 1, + "BLUE": 2, +} + +func (x Request_Color) Enum() *Request_Color { + p := new(Request_Color) + *p = x + return p +} +func (x Request_Color) String() string { + return proto.EnumName(Request_Color_name, int32(x)) +} +func (x *Request_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Request_Color_value, data, "Request_Color") + if err != nil { + return err + } + *x = Request_Color(value) + return nil +} + +type Reply_Entry_Game int32 + +const ( + Reply_Entry_FOOTBALL Reply_Entry_Game = 1 + Reply_Entry_TENNIS Reply_Entry_Game = 2 +) + +var Reply_Entry_Game_name = map[int32]string{ + 1: "FOOTBALL", + 2: "TENNIS", +} +var Reply_Entry_Game_value = map[string]int32{ + "FOOTBALL": 1, + "TENNIS": 2, +} + +func (x Reply_Entry_Game) Enum() *Reply_Entry_Game { + p := new(Reply_Entry_Game) + *p = x + return p +} +func (x Reply_Entry_Game) String() string { + return proto.EnumName(Reply_Entry_Game_name, int32(x)) +} +func (x *Reply_Entry_Game) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Reply_Entry_Game_value, data, "Reply_Entry_Game") + if err != nil { + return err + } + *x = Reply_Entry_Game(value) + return nil +} + +// This is a message that might be sent somewhere. +type Request struct { + Key []int64 `protobuf:"varint,1,rep,name=key" json:"key,omitempty"` + // optional imp.ImportedMessage imported_message = 2; + Hue *Request_Color `protobuf:"varint,3,opt,name=hue,enum=my.test.Request_Color" json:"hue,omitempty"` + Hat *HatType `protobuf:"varint,4,opt,name=hat,enum=my.test.HatType,def=1" json:"hat,omitempty"` + // optional imp.ImportedMessage.Owner owner = 6; + Deadline *float32 `protobuf:"fixed32,7,opt,name=deadline,def=inf" json:"deadline,omitempty"` + Somegroup *Request_SomeGroup `protobuf:"group,8,opt,name=SomeGroup,json=somegroup" json:"somegroup,omitempty"` + // This is a map field. It will generate map[int32]string. + NameMapping map[int32]string `protobuf:"bytes,14,rep,name=name_mapping,json=nameMapping" json:"name_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + // This is a map field whose value type is a message. + MsgMapping map[int64]*Reply `protobuf:"bytes,15,rep,name=msg_mapping,json=msgMapping" json:"msg_mapping,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Reset_ *int32 `protobuf:"varint,12,opt,name=reset" json:"reset,omitempty"` + // This field should not conflict with any getters. + GetKey_ *string `protobuf:"bytes,16,opt,name=get_key,json=getKey" json:"get_key,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Request) Reset() { *m = Request{} } +func (m *Request) String() string { return proto.CompactTextString(m) } +func (*Request) ProtoMessage() {} + +const Default_Request_Hat HatType = HatType_FEDORA + +var Default_Request_Deadline float32 = float32(math.Inf(1)) + +func (m *Request) GetKey() []int64 { + if m != nil { + return m.Key + } + return nil +} + +func (m *Request) GetHue() Request_Color { + if m != nil && m.Hue != nil { + return *m.Hue + } + return Request_RED +} + +func (m *Request) GetHat() HatType { + if m != nil && m.Hat != nil { + return *m.Hat + } + return Default_Request_Hat +} + +func (m *Request) GetDeadline() float32 { + if m != nil && m.Deadline != nil { + return *m.Deadline + } + return Default_Request_Deadline +} + +func (m *Request) GetSomegroup() *Request_SomeGroup { + if m != nil { + return m.Somegroup + } + return nil +} + +func (m *Request) GetNameMapping() map[int32]string { + if m != nil { + return m.NameMapping + } + return nil +} + +func (m *Request) GetMsgMapping() map[int64]*Reply { + if m != nil { + return m.MsgMapping + } + return nil +} + +func (m *Request) GetReset_() int32 { + if m != nil && m.Reset_ != nil { + return *m.Reset_ + } + return 0 +} + +func (m *Request) GetGetKey_() string { + if m != nil && m.GetKey_ != nil { + return *m.GetKey_ + } + return "" +} + +type Request_SomeGroup struct { + GroupField *int32 `protobuf:"varint,9,opt,name=group_field,json=groupField" json:"group_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Request_SomeGroup) Reset() { *m = Request_SomeGroup{} } +func (m *Request_SomeGroup) String() string { return proto.CompactTextString(m) } +func (*Request_SomeGroup) ProtoMessage() {} + +func (m *Request_SomeGroup) GetGroupField() int32 { + if m != nil && m.GroupField != nil { + return *m.GroupField + } + return 0 +} + +type Reply struct { + Found []*Reply_Entry `protobuf:"bytes,1,rep,name=found" json:"found,omitempty"` + CompactKeys []int32 `protobuf:"varint,2,rep,packed,name=compact_keys,json=compactKeys" json:"compact_keys,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Reply) Reset() { *m = Reply{} } +func (m *Reply) String() string { return proto.CompactTextString(m) } +func (*Reply) ProtoMessage() {} + +var extRange_Reply = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*Reply) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_Reply +} + +func (m *Reply) GetFound() []*Reply_Entry { + if m != nil { + return m.Found + } + return nil +} + +func (m *Reply) GetCompactKeys() []int32 { + if m != nil { + return m.CompactKeys + } + return nil +} + +type Reply_Entry struct { + KeyThatNeeds_1234Camel_CasIng *int64 `protobuf:"varint,1,req,name=key_that_needs_1234camel_CasIng,json=keyThatNeeds1234camelCasIng" json:"key_that_needs_1234camel_CasIng,omitempty"` + Value *int64 `protobuf:"varint,2,opt,name=value,def=7" json:"value,omitempty"` + XMyFieldName_2 *int64 `protobuf:"varint,3,opt,name=_my_field_name_2,json=myFieldName2" json:"_my_field_name_2,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Reply_Entry) Reset() { *m = Reply_Entry{} } +func (m *Reply_Entry) String() string { return proto.CompactTextString(m) } +func (*Reply_Entry) ProtoMessage() {} + +const Default_Reply_Entry_Value int64 = 7 + +func (m *Reply_Entry) GetKeyThatNeeds_1234Camel_CasIng() int64 { + if m != nil && m.KeyThatNeeds_1234Camel_CasIng != nil { + return *m.KeyThatNeeds_1234Camel_CasIng + } + return 0 +} + +func (m *Reply_Entry) GetValue() int64 { + if m != nil && m.Value != nil { + return *m.Value + } + return Default_Reply_Entry_Value +} + +func (m *Reply_Entry) GetXMyFieldName_2() int64 { + if m != nil && m.XMyFieldName_2 != nil { + return *m.XMyFieldName_2 + } + return 0 +} + +type OtherBase struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OtherBase) Reset() { *m = OtherBase{} } +func (m *OtherBase) String() string { return proto.CompactTextString(m) } +func (*OtherBase) ProtoMessage() {} + +var extRange_OtherBase = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*OtherBase) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_OtherBase +} + +func (m *OtherBase) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +type ReplyExtensions struct { + XXX_unrecognized []byte `json:"-"` +} + +func (m *ReplyExtensions) Reset() { *m = ReplyExtensions{} } +func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) } +func (*ReplyExtensions) ProtoMessage() {} + +var E_ReplyExtensions_Time = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*float64)(nil), + Field: 101, + Name: "my.test.ReplyExtensions.time", + Tag: "fixed64,101,opt,name=time", +} + +var E_ReplyExtensions_Carrot = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*ReplyExtensions)(nil), + Field: 105, + Name: "my.test.ReplyExtensions.carrot", + Tag: "bytes,105,opt,name=carrot", +} + +var E_ReplyExtensions_Donut = &proto.ExtensionDesc{ + ExtendedType: (*OtherBase)(nil), + ExtensionType: (*ReplyExtensions)(nil), + Field: 101, + Name: "my.test.ReplyExtensions.donut", + Tag: "bytes,101,opt,name=donut", +} + +type OtherReplyExtensions struct { + Key *int32 `protobuf:"varint,1,opt,name=key" json:"key,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OtherReplyExtensions) Reset() { *m = OtherReplyExtensions{} } +func (m *OtherReplyExtensions) String() string { return proto.CompactTextString(m) } +func (*OtherReplyExtensions) ProtoMessage() {} + +func (m *OtherReplyExtensions) GetKey() int32 { + if m != nil && m.Key != nil { + return *m.Key + } + return 0 +} + +type OldReply struct { + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OldReply) Reset() { *m = OldReply{} } +func (m *OldReply) String() string { return proto.CompactTextString(m) } +func (*OldReply) ProtoMessage() {} + +func (m *OldReply) Marshal() ([]byte, error) { + return proto.MarshalMessageSet(&m.XXX_InternalExtensions) +} +func (m *OldReply) Unmarshal(buf []byte) error { + return proto.UnmarshalMessageSet(buf, &m.XXX_InternalExtensions) +} +func (m *OldReply) MarshalJSON() ([]byte, error) { + return proto.MarshalMessageSetJSON(&m.XXX_InternalExtensions) +} +func (m *OldReply) UnmarshalJSON(buf []byte) error { + return proto.UnmarshalMessageSetJSON(buf, &m.XXX_InternalExtensions) +} + +// ensure OldReply satisfies proto.Marshaler and proto.Unmarshaler +var _ proto.Marshaler = (*OldReply)(nil) +var _ proto.Unmarshaler = (*OldReply)(nil) + +var extRange_OldReply = []proto.ExtensionRange{ + {100, 2147483646}, +} + +func (*OldReply) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_OldReply +} + +type Communique struct { + MakeMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"` + // This is a oneof, called "union". + // + // Types that are valid to be assigned to Union: + // *Communique_Number + // *Communique_Name + // *Communique_Data + // *Communique_TempC + // *Communique_Height + // *Communique_Today + // *Communique_Maybe + // *Communique_Delta_ + // *Communique_Msg + // *Communique_Somegroup + Union isCommunique_Union `protobuf_oneof:"union"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique) Reset() { *m = Communique{} } +func (m *Communique) String() string { return proto.CompactTextString(m) } +func (*Communique) ProtoMessage() {} + +type isCommunique_Union interface { + isCommunique_Union() +} + +type Communique_Number struct { + Number int32 `protobuf:"varint,5,opt,name=number,oneof"` +} +type Communique_Name struct { + Name string `protobuf:"bytes,6,opt,name=name,oneof"` +} +type Communique_Data struct { + Data []byte `protobuf:"bytes,7,opt,name=data,oneof"` +} +type Communique_TempC struct { + TempC float64 `protobuf:"fixed64,8,opt,name=temp_c,json=tempC,oneof"` +} +type Communique_Height struct { + Height float32 `protobuf:"fixed32,9,opt,name=height,oneof"` +} +type Communique_Today struct { + Today Days `protobuf:"varint,10,opt,name=today,enum=my.test.Days,oneof"` +} +type Communique_Maybe struct { + Maybe bool `protobuf:"varint,11,opt,name=maybe,oneof"` +} +type Communique_Delta_ struct { + Delta int32 `protobuf:"zigzag32,12,opt,name=delta,oneof"` +} +type Communique_Msg struct { + Msg *Reply `protobuf:"bytes,13,opt,name=msg,oneof"` +} +type Communique_Somegroup struct { + Somegroup *Communique_SomeGroup `protobuf:"group,14,opt,name=SomeGroup,json=somegroup,oneof"` +} + +func (*Communique_Number) isCommunique_Union() {} +func (*Communique_Name) isCommunique_Union() {} +func (*Communique_Data) isCommunique_Union() {} +func (*Communique_TempC) isCommunique_Union() {} +func (*Communique_Height) isCommunique_Union() {} +func (*Communique_Today) isCommunique_Union() {} +func (*Communique_Maybe) isCommunique_Union() {} +func (*Communique_Delta_) isCommunique_Union() {} +func (*Communique_Msg) isCommunique_Union() {} +func (*Communique_Somegroup) isCommunique_Union() {} + +func (m *Communique) GetUnion() isCommunique_Union { + if m != nil { + return m.Union + } + return nil +} + +func (m *Communique) GetMakeMeCry() bool { + if m != nil && m.MakeMeCry != nil { + return *m.MakeMeCry + } + return false +} + +func (m *Communique) GetNumber() int32 { + if x, ok := m.GetUnion().(*Communique_Number); ok { + return x.Number + } + return 0 +} + +func (m *Communique) GetName() string { + if x, ok := m.GetUnion().(*Communique_Name); ok { + return x.Name + } + return "" +} + +func (m *Communique) GetData() []byte { + if x, ok := m.GetUnion().(*Communique_Data); ok { + return x.Data + } + return nil +} + +func (m *Communique) GetTempC() float64 { + if x, ok := m.GetUnion().(*Communique_TempC); ok { + return x.TempC + } + return 0 +} + +func (m *Communique) GetHeight() float32 { + if x, ok := m.GetUnion().(*Communique_Height); ok { + return x.Height + } + return 0 +} + +func (m *Communique) GetToday() Days { + if x, ok := m.GetUnion().(*Communique_Today); ok { + return x.Today + } + return Days_MONDAY +} + +func (m *Communique) GetMaybe() bool { + if x, ok := m.GetUnion().(*Communique_Maybe); ok { + return x.Maybe + } + return false +} + +func (m *Communique) GetDelta() int32 { + if x, ok := m.GetUnion().(*Communique_Delta_); ok { + return x.Delta + } + return 0 +} + +func (m *Communique) GetMsg() *Reply { + if x, ok := m.GetUnion().(*Communique_Msg); ok { + return x.Msg + } + return nil +} + +func (m *Communique) GetSomegroup() *Communique_SomeGroup { + if x, ok := m.GetUnion().(*Communique_Somegroup); ok { + return x.Somegroup + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Communique) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _Communique_OneofMarshaler, _Communique_OneofUnmarshaler, _Communique_OneofSizer, []interface{}{ + (*Communique_Number)(nil), + (*Communique_Name)(nil), + (*Communique_Data)(nil), + (*Communique_TempC)(nil), + (*Communique_Height)(nil), + (*Communique_Today)(nil), + (*Communique_Maybe)(nil), + (*Communique_Delta_)(nil), + (*Communique_Msg)(nil), + (*Communique_Somegroup)(nil), + } +} + +func _Communique_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + b.EncodeVarint(5<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Number)) + case *Communique_Name: + b.EncodeVarint(6<<3 | proto.WireBytes) + b.EncodeStringBytes(x.Name) + case *Communique_Data: + b.EncodeVarint(7<<3 | proto.WireBytes) + b.EncodeRawBytes(x.Data) + case *Communique_TempC: + b.EncodeVarint(8<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.TempC)) + case *Communique_Height: + b.EncodeVarint(9<<3 | proto.WireFixed32) + b.EncodeFixed32(uint64(math.Float32bits(x.Height))) + case *Communique_Today: + b.EncodeVarint(10<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Today)) + case *Communique_Maybe: + t := uint64(0) + if x.Maybe { + t = 1 + } + b.EncodeVarint(11<<3 | proto.WireVarint) + b.EncodeVarint(t) + case *Communique_Delta_: + b.EncodeVarint(12<<3 | proto.WireVarint) + b.EncodeZigzag32(uint64(x.Delta)) + case *Communique_Msg: + b.EncodeVarint(13<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.Msg); err != nil { + return err + } + case *Communique_Somegroup: + b.EncodeVarint(14<<3 | proto.WireStartGroup) + if err := b.Marshal(x.Somegroup); err != nil { + return err + } + b.EncodeVarint(14<<3 | proto.WireEndGroup) + case nil: + default: + return fmt.Errorf("Communique.Union has unexpected type %T", x) + } + return nil +} + +func _Communique_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Communique) + switch tag { + case 5: // union.number + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Number{int32(x)} + return true, err + case 6: // union.name + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &Communique_Name{x} + return true, err + case 7: // union.data + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Union = &Communique_Data{x} + return true, err + case 8: // union.temp_c + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Communique_TempC{math.Float64frombits(x)} + return true, err + case 9: // union.height + if wire != proto.WireFixed32 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed32() + m.Union = &Communique_Height{math.Float32frombits(uint32(x))} + return true, err + case 10: // union.today + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Today{Days(x)} + return true, err + case 11: // union.maybe + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Maybe{x != 0} + return true, err + case 12: // union.delta + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeZigzag32() + m.Union = &Communique_Delta_{int32(x)} + return true, err + case 13: // union.msg + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Reply) + err := b.DecodeMessage(msg) + m.Union = &Communique_Msg{msg} + return true, err + case 14: // union.somegroup + if wire != proto.WireStartGroup { + return true, proto.ErrInternalBadWireType + } + msg := new(Communique_SomeGroup) + err := b.DecodeGroup(msg) + m.Union = &Communique_Somegroup{msg} + return true, err + default: + return false, nil + } +} + +func _Communique_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + n += proto.SizeVarint(5<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Number)) + case *Communique_Name: + n += proto.SizeVarint(6<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Name))) + n += len(x.Name) + case *Communique_Data: + n += proto.SizeVarint(7<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Data))) + n += len(x.Data) + case *Communique_TempC: + n += proto.SizeVarint(8<<3 | proto.WireFixed64) + n += 8 + case *Communique_Height: + n += proto.SizeVarint(9<<3 | proto.WireFixed32) + n += 4 + case *Communique_Today: + n += proto.SizeVarint(10<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Today)) + case *Communique_Maybe: + n += proto.SizeVarint(11<<3 | proto.WireVarint) + n += 1 + case *Communique_Delta_: + n += proto.SizeVarint(12<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64((uint32(x.Delta) << 1) ^ uint32((int32(x.Delta) >> 31)))) + case *Communique_Msg: + s := proto.Size(x.Msg) + n += proto.SizeVarint(13<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case *Communique_Somegroup: + n += proto.SizeVarint(14<<3 | proto.WireStartGroup) + n += proto.Size(x.Somegroup) + n += proto.SizeVarint(14<<3 | proto.WireEndGroup) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +type Communique_SomeGroup struct { + Member *string `protobuf:"bytes,15,opt,name=member" json:"member,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique_SomeGroup) Reset() { *m = Communique_SomeGroup{} } +func (m *Communique_SomeGroup) String() string { return proto.CompactTextString(m) } +func (*Communique_SomeGroup) ProtoMessage() {} + +func (m *Communique_SomeGroup) GetMember() string { + if m != nil && m.Member != nil { + return *m.Member + } + return "" +} + +type Communique_Delta struct { + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique_Delta) Reset() { *m = Communique_Delta{} } +func (m *Communique_Delta) String() string { return proto.CompactTextString(m) } +func (*Communique_Delta) ProtoMessage() {} + +var E_Tag = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*string)(nil), + Field: 103, + Name: "my.test.tag", + Tag: "bytes,103,opt,name=tag", +} + +var E_Donut = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*OtherReplyExtensions)(nil), + Field: 106, + Name: "my.test.donut", + Tag: "bytes,106,opt,name=donut", +} + +func init() { + proto.RegisterType((*Request)(nil), "my.test.Request") + proto.RegisterType((*Request_SomeGroup)(nil), "my.test.Request.SomeGroup") + proto.RegisterType((*Reply)(nil), "my.test.Reply") + proto.RegisterType((*Reply_Entry)(nil), "my.test.Reply.Entry") + proto.RegisterType((*OtherBase)(nil), "my.test.OtherBase") + proto.RegisterType((*ReplyExtensions)(nil), "my.test.ReplyExtensions") + proto.RegisterType((*OtherReplyExtensions)(nil), "my.test.OtherReplyExtensions") + proto.RegisterType((*OldReply)(nil), "my.test.OldReply") + proto.RegisterType((*Communique)(nil), "my.test.Communique") + proto.RegisterType((*Communique_SomeGroup)(nil), "my.test.Communique.SomeGroup") + proto.RegisterType((*Communique_Delta)(nil), "my.test.Communique.Delta") + proto.RegisterEnum("my.test.HatType", HatType_name, HatType_value) + proto.RegisterEnum("my.test.Days", Days_name, Days_value) + proto.RegisterEnum("my.test.Request_Color", Request_Color_name, Request_Color_value) + proto.RegisterEnum("my.test.Reply_Entry_Game", Reply_Entry_Game_name, Reply_Entry_Game_value) + proto.RegisterExtension(E_ReplyExtensions_Time) + proto.RegisterExtension(E_ReplyExtensions_Carrot) + proto.RegisterExtension(E_ReplyExtensions_Donut) + proto.RegisterExtension(E_Tag) + proto.RegisterExtension(E_Donut) +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go.golden b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go.golden new file mode 100644 index 0000000..9ec3e12 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.pb.go.golden @@ -0,0 +1,866 @@ +// Code generated by protoc-gen-go. +// source: my_test/test.proto +// DO NOT EDIT! + +/* +Package my_test is a generated protocol buffer package. + +This package holds interesting messages. + +It is generated from these files: + my_test/test.proto + +It has these top-level messages: + Request + Reply + OtherBase + ReplyExtensions + OtherReplyExtensions + OldReply + Communique +*/ +package my_test + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "github.com/golang/protobuf/protoc-gen-go/testdata/multi" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type HatType int32 + +const ( + // deliberately skipping 0 + HatType_FEDORA HatType = 1 + HatType_FEZ HatType = 2 +) + +var HatType_name = map[int32]string{ + 1: "FEDORA", + 2: "FEZ", +} +var HatType_value = map[string]int32{ + "FEDORA": 1, + "FEZ": 2, +} + +func (x HatType) Enum() *HatType { + p := new(HatType) + *p = x + return p +} +func (x HatType) String() string { + return proto.EnumName(HatType_name, int32(x)) +} +func (x *HatType) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(HatType_value, data, "HatType") + if err != nil { + return err + } + *x = HatType(value) + return nil +} + +// This enum represents days of the week. +type Days int32 + +const ( + Days_MONDAY Days = 1 + Days_TUESDAY Days = 2 + Days_LUNDI Days = 1 +) + +var Days_name = map[int32]string{ + 1: "MONDAY", + 2: "TUESDAY", + // Duplicate value: 1: "LUNDI", +} +var Days_value = map[string]int32{ + "MONDAY": 1, + "TUESDAY": 2, + "LUNDI": 1, +} + +func (x Days) Enum() *Days { + p := new(Days) + *p = x + return p +} +func (x Days) String() string { + return proto.EnumName(Days_name, int32(x)) +} +func (x *Days) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Days_value, data, "Days") + if err != nil { + return err + } + *x = Days(value) + return nil +} + +type Request_Color int32 + +const ( + Request_RED Request_Color = 0 + Request_GREEN Request_Color = 1 + Request_BLUE Request_Color = 2 +) + +var Request_Color_name = map[int32]string{ + 0: "RED", + 1: "GREEN", + 2: "BLUE", +} +var Request_Color_value = map[string]int32{ + "RED": 0, + "GREEN": 1, + "BLUE": 2, +} + +func (x Request_Color) Enum() *Request_Color { + p := new(Request_Color) + *p = x + return p +} +func (x Request_Color) String() string { + return proto.EnumName(Request_Color_name, int32(x)) +} +func (x *Request_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Request_Color_value, data, "Request_Color") + if err != nil { + return err + } + *x = Request_Color(value) + return nil +} + +type Reply_Entry_Game int32 + +const ( + Reply_Entry_FOOTBALL Reply_Entry_Game = 1 + Reply_Entry_TENNIS Reply_Entry_Game = 2 +) + +var Reply_Entry_Game_name = map[int32]string{ + 1: "FOOTBALL", + 2: "TENNIS", +} +var Reply_Entry_Game_value = map[string]int32{ + "FOOTBALL": 1, + "TENNIS": 2, +} + +func (x Reply_Entry_Game) Enum() *Reply_Entry_Game { + p := new(Reply_Entry_Game) + *p = x + return p +} +func (x Reply_Entry_Game) String() string { + return proto.EnumName(Reply_Entry_Game_name, int32(x)) +} +func (x *Reply_Entry_Game) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Reply_Entry_Game_value, data, "Reply_Entry_Game") + if err != nil { + return err + } + *x = Reply_Entry_Game(value) + return nil +} + +// This is a message that might be sent somewhere. +type Request struct { + Key []int64 `protobuf:"varint,1,rep,name=key" json:"key,omitempty"` + // optional imp.ImportedMessage imported_message = 2; + Hue *Request_Color `protobuf:"varint,3,opt,name=hue,enum=my.test.Request_Color" json:"hue,omitempty"` + Hat *HatType `protobuf:"varint,4,opt,name=hat,enum=my.test.HatType,def=1" json:"hat,omitempty"` + // optional imp.ImportedMessage.Owner owner = 6; + Deadline *float32 `protobuf:"fixed32,7,opt,name=deadline,def=inf" json:"deadline,omitempty"` + Somegroup *Request_SomeGroup `protobuf:"group,8,opt,name=SomeGroup,json=somegroup" json:"somegroup,omitempty"` + // This is a map field. It will generate map[int32]string. + NameMapping map[int32]string `protobuf:"bytes,14,rep,name=name_mapping,json=nameMapping" json:"name_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + // This is a map field whose value type is a message. + MsgMapping map[int64]*Reply `protobuf:"bytes,15,rep,name=msg_mapping,json=msgMapping" json:"msg_mapping,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + Reset_ *int32 `protobuf:"varint,12,opt,name=reset" json:"reset,omitempty"` + // This field should not conflict with any getters. + GetKey_ *string `protobuf:"bytes,16,opt,name=get_key,json=getKey" json:"get_key,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Request) Reset() { *m = Request{} } +func (m *Request) String() string { return proto.CompactTextString(m) } +func (*Request) ProtoMessage() {} + +const Default_Request_Hat HatType = HatType_FEDORA + +var Default_Request_Deadline float32 = float32(math.Inf(1)) + +func (m *Request) GetKey() []int64 { + if m != nil { + return m.Key + } + return nil +} + +func (m *Request) GetHue() Request_Color { + if m != nil && m.Hue != nil { + return *m.Hue + } + return Request_RED +} + +func (m *Request) GetHat() HatType { + if m != nil && m.Hat != nil { + return *m.Hat + } + return Default_Request_Hat +} + +func (m *Request) GetDeadline() float32 { + if m != nil && m.Deadline != nil { + return *m.Deadline + } + return Default_Request_Deadline +} + +func (m *Request) GetSomegroup() *Request_SomeGroup { + if m != nil { + return m.Somegroup + } + return nil +} + +func (m *Request) GetNameMapping() map[int32]string { + if m != nil { + return m.NameMapping + } + return nil +} + +func (m *Request) GetMsgMapping() map[int64]*Reply { + if m != nil { + return m.MsgMapping + } + return nil +} + +func (m *Request) GetReset_() int32 { + if m != nil && m.Reset_ != nil { + return *m.Reset_ + } + return 0 +} + +func (m *Request) GetGetKey_() string { + if m != nil && m.GetKey_ != nil { + return *m.GetKey_ + } + return "" +} + +type Request_SomeGroup struct { + GroupField *int32 `protobuf:"varint,9,opt,name=group_field,json=groupField" json:"group_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Request_SomeGroup) Reset() { *m = Request_SomeGroup{} } +func (m *Request_SomeGroup) String() string { return proto.CompactTextString(m) } +func (*Request_SomeGroup) ProtoMessage() {} + +func (m *Request_SomeGroup) GetGroupField() int32 { + if m != nil && m.GroupField != nil { + return *m.GroupField + } + return 0 +} + +type Reply struct { + Found []*Reply_Entry `protobuf:"bytes,1,rep,name=found" json:"found,omitempty"` + CompactKeys []int32 `protobuf:"varint,2,rep,packed,name=compact_keys,json=compactKeys" json:"compact_keys,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Reply) Reset() { *m = Reply{} } +func (m *Reply) String() string { return proto.CompactTextString(m) } +func (*Reply) ProtoMessage() {} + +var extRange_Reply = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*Reply) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_Reply +} + +func (m *Reply) GetFound() []*Reply_Entry { + if m != nil { + return m.Found + } + return nil +} + +func (m *Reply) GetCompactKeys() []int32 { + if m != nil { + return m.CompactKeys + } + return nil +} + +type Reply_Entry struct { + KeyThatNeeds_1234Camel_CasIng *int64 `protobuf:"varint,1,req,name=key_that_needs_1234camel_CasIng,json=keyThatNeeds1234camelCasIng" json:"key_that_needs_1234camel_CasIng,omitempty"` + Value *int64 `protobuf:"varint,2,opt,name=value,def=7" json:"value,omitempty"` + XMyFieldName_2 *int64 `protobuf:"varint,3,opt,name=_my_field_name_2,json=myFieldName2" json:"_my_field_name_2,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Reply_Entry) Reset() { *m = Reply_Entry{} } +func (m *Reply_Entry) String() string { return proto.CompactTextString(m) } +func (*Reply_Entry) ProtoMessage() {} + +const Default_Reply_Entry_Value int64 = 7 + +func (m *Reply_Entry) GetKeyThatNeeds_1234Camel_CasIng() int64 { + if m != nil && m.KeyThatNeeds_1234Camel_CasIng != nil { + return *m.KeyThatNeeds_1234Camel_CasIng + } + return 0 +} + +func (m *Reply_Entry) GetValue() int64 { + if m != nil && m.Value != nil { + return *m.Value + } + return Default_Reply_Entry_Value +} + +func (m *Reply_Entry) GetXMyFieldName_2() int64 { + if m != nil && m.XMyFieldName_2 != nil { + return *m.XMyFieldName_2 + } + return 0 +} + +type OtherBase struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OtherBase) Reset() { *m = OtherBase{} } +func (m *OtherBase) String() string { return proto.CompactTextString(m) } +func (*OtherBase) ProtoMessage() {} + +var extRange_OtherBase = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*OtherBase) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_OtherBase +} + +func (m *OtherBase) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +type ReplyExtensions struct { + XXX_unrecognized []byte `json:"-"` +} + +func (m *ReplyExtensions) Reset() { *m = ReplyExtensions{} } +func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) } +func (*ReplyExtensions) ProtoMessage() {} + +var E_ReplyExtensions_Time = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*float64)(nil), + Field: 101, + Name: "my.test.ReplyExtensions.time", + Tag: "fixed64,101,opt,name=time", +} + +var E_ReplyExtensions_Carrot = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*ReplyExtensions)(nil), + Field: 105, + Name: "my.test.ReplyExtensions.carrot", + Tag: "bytes,105,opt,name=carrot", +} + +var E_ReplyExtensions_Donut = &proto.ExtensionDesc{ + ExtendedType: (*OtherBase)(nil), + ExtensionType: (*ReplyExtensions)(nil), + Field: 101, + Name: "my.test.ReplyExtensions.donut", + Tag: "bytes,101,opt,name=donut", +} + +type OtherReplyExtensions struct { + Key *int32 `protobuf:"varint,1,opt,name=key" json:"key,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OtherReplyExtensions) Reset() { *m = OtherReplyExtensions{} } +func (m *OtherReplyExtensions) String() string { return proto.CompactTextString(m) } +func (*OtherReplyExtensions) ProtoMessage() {} + +func (m *OtherReplyExtensions) GetKey() int32 { + if m != nil && m.Key != nil { + return *m.Key + } + return 0 +} + +type OldReply struct { + proto.XXX_InternalExtensions `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OldReply) Reset() { *m = OldReply{} } +func (m *OldReply) String() string { return proto.CompactTextString(m) } +func (*OldReply) ProtoMessage() {} + +func (m *OldReply) Marshal() ([]byte, error) { + return proto.MarshalMessageSet(&m.XXX_InternalExtensions) +} +func (m *OldReply) Unmarshal(buf []byte) error { + return proto.UnmarshalMessageSet(buf, &m.XXX_InternalExtensions) +} +func (m *OldReply) MarshalJSON() ([]byte, error) { + return proto.MarshalMessageSetJSON(&m.XXX_InternalExtensions) +} +func (m *OldReply) UnmarshalJSON(buf []byte) error { + return proto.UnmarshalMessageSetJSON(buf, &m.XXX_InternalExtensions) +} + +// ensure OldReply satisfies proto.Marshaler and proto.Unmarshaler +var _ proto.Marshaler = (*OldReply)(nil) +var _ proto.Unmarshaler = (*OldReply)(nil) + +var extRange_OldReply = []proto.ExtensionRange{ + {100, 2147483646}, +} + +func (*OldReply) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_OldReply +} + +type Communique struct { + MakeMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"` + // This is a oneof, called "union". + // + // Types that are valid to be assigned to Union: + // *Communique_Number + // *Communique_Name + // *Communique_Data + // *Communique_TempC + // *Communique_Height + // *Communique_Today + // *Communique_Maybe + // *Communique_Delta_ + // *Communique_Msg + // *Communique_Somegroup + Union isCommunique_Union `protobuf_oneof:"union"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique) Reset() { *m = Communique{} } +func (m *Communique) String() string { return proto.CompactTextString(m) } +func (*Communique) ProtoMessage() {} + +type isCommunique_Union interface { + isCommunique_Union() +} + +type Communique_Number struct { + Number int32 `protobuf:"varint,5,opt,name=number,oneof"` +} +type Communique_Name struct { + Name string `protobuf:"bytes,6,opt,name=name,oneof"` +} +type Communique_Data struct { + Data []byte `protobuf:"bytes,7,opt,name=data,oneof"` +} +type Communique_TempC struct { + TempC float64 `protobuf:"fixed64,8,opt,name=temp_c,json=tempC,oneof"` +} +type Communique_Height struct { + Height float32 `protobuf:"fixed32,9,opt,name=height,oneof"` +} +type Communique_Today struct { + Today Days `protobuf:"varint,10,opt,name=today,enum=my.test.Days,oneof"` +} +type Communique_Maybe struct { + Maybe bool `protobuf:"varint,11,opt,name=maybe,oneof"` +} +type Communique_Delta_ struct { + Delta int32 `protobuf:"zigzag32,12,opt,name=delta,oneof"` +} +type Communique_Msg struct { + Msg *Reply `protobuf:"bytes,13,opt,name=msg,oneof"` +} +type Communique_Somegroup struct { + Somegroup *Communique_SomeGroup `protobuf:"group,14,opt,name=SomeGroup,json=somegroup,oneof"` +} + +func (*Communique_Number) isCommunique_Union() {} +func (*Communique_Name) isCommunique_Union() {} +func (*Communique_Data) isCommunique_Union() {} +func (*Communique_TempC) isCommunique_Union() {} +func (*Communique_Height) isCommunique_Union() {} +func (*Communique_Today) isCommunique_Union() {} +func (*Communique_Maybe) isCommunique_Union() {} +func (*Communique_Delta_) isCommunique_Union() {} +func (*Communique_Msg) isCommunique_Union() {} +func (*Communique_Somegroup) isCommunique_Union() {} + +func (m *Communique) GetUnion() isCommunique_Union { + if m != nil { + return m.Union + } + return nil +} + +func (m *Communique) GetMakeMeCry() bool { + if m != nil && m.MakeMeCry != nil { + return *m.MakeMeCry + } + return false +} + +func (m *Communique) GetNumber() int32 { + if x, ok := m.GetUnion().(*Communique_Number); ok { + return x.Number + } + return 0 +} + +func (m *Communique) GetName() string { + if x, ok := m.GetUnion().(*Communique_Name); ok { + return x.Name + } + return "" +} + +func (m *Communique) GetData() []byte { + if x, ok := m.GetUnion().(*Communique_Data); ok { + return x.Data + } + return nil +} + +func (m *Communique) GetTempC() float64 { + if x, ok := m.GetUnion().(*Communique_TempC); ok { + return x.TempC + } + return 0 +} + +func (m *Communique) GetHeight() float32 { + if x, ok := m.GetUnion().(*Communique_Height); ok { + return x.Height + } + return 0 +} + +func (m *Communique) GetToday() Days { + if x, ok := m.GetUnion().(*Communique_Today); ok { + return x.Today + } + return Days_MONDAY +} + +func (m *Communique) GetMaybe() bool { + if x, ok := m.GetUnion().(*Communique_Maybe); ok { + return x.Maybe + } + return false +} + +func (m *Communique) GetDelta() int32 { + if x, ok := m.GetUnion().(*Communique_Delta_); ok { + return x.Delta + } + return 0 +} + +func (m *Communique) GetMsg() *Reply { + if x, ok := m.GetUnion().(*Communique_Msg); ok { + return x.Msg + } + return nil +} + +func (m *Communique) GetSomegroup() *Communique_SomeGroup { + if x, ok := m.GetUnion().(*Communique_Somegroup); ok { + return x.Somegroup + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Communique) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _Communique_OneofMarshaler, _Communique_OneofUnmarshaler, _Communique_OneofSizer, []interface{}{ + (*Communique_Number)(nil), + (*Communique_Name)(nil), + (*Communique_Data)(nil), + (*Communique_TempC)(nil), + (*Communique_Height)(nil), + (*Communique_Today)(nil), + (*Communique_Maybe)(nil), + (*Communique_Delta_)(nil), + (*Communique_Msg)(nil), + (*Communique_Somegroup)(nil), + } +} + +func _Communique_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + b.EncodeVarint(5<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Number)) + case *Communique_Name: + b.EncodeVarint(6<<3 | proto.WireBytes) + b.EncodeStringBytes(x.Name) + case *Communique_Data: + b.EncodeVarint(7<<3 | proto.WireBytes) + b.EncodeRawBytes(x.Data) + case *Communique_TempC: + b.EncodeVarint(8<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.TempC)) + case *Communique_Height: + b.EncodeVarint(9<<3 | proto.WireFixed32) + b.EncodeFixed32(uint64(math.Float32bits(x.Height))) + case *Communique_Today: + b.EncodeVarint(10<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Today)) + case *Communique_Maybe: + t := uint64(0) + if x.Maybe { + t = 1 + } + b.EncodeVarint(11<<3 | proto.WireVarint) + b.EncodeVarint(t) + case *Communique_Delta_: + b.EncodeVarint(12<<3 | proto.WireVarint) + b.EncodeZigzag32(uint64(x.Delta)) + case *Communique_Msg: + b.EncodeVarint(13<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.Msg); err != nil { + return err + } + case *Communique_Somegroup: + b.EncodeVarint(14<<3 | proto.WireStartGroup) + if err := b.Marshal(x.Somegroup); err != nil { + return err + } + b.EncodeVarint(14<<3 | proto.WireEndGroup) + case nil: + default: + return fmt.Errorf("Communique.Union has unexpected type %T", x) + } + return nil +} + +func _Communique_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Communique) + switch tag { + case 5: // union.number + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Number{int32(x)} + return true, err + case 6: // union.name + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &Communique_Name{x} + return true, err + case 7: // union.data + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Union = &Communique_Data{x} + return true, err + case 8: // union.temp_c + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Communique_TempC{math.Float64frombits(x)} + return true, err + case 9: // union.height + if wire != proto.WireFixed32 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed32() + m.Union = &Communique_Height{math.Float32frombits(uint32(x))} + return true, err + case 10: // union.today + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Today{Days(x)} + return true, err + case 11: // union.maybe + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Maybe{x != 0} + return true, err + case 12: // union.delta + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeZigzag32() + m.Union = &Communique_Delta_{int32(x)} + return true, err + case 13: // union.msg + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Reply) + err := b.DecodeMessage(msg) + m.Union = &Communique_Msg{msg} + return true, err + case 14: // union.somegroup + if wire != proto.WireStartGroup { + return true, proto.ErrInternalBadWireType + } + msg := new(Communique_SomeGroup) + err := b.DecodeGroup(msg) + m.Union = &Communique_Somegroup{msg} + return true, err + default: + return false, nil + } +} + +func _Communique_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + n += proto.SizeVarint(5<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Number)) + case *Communique_Name: + n += proto.SizeVarint(6<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Name))) + n += len(x.Name) + case *Communique_Data: + n += proto.SizeVarint(7<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Data))) + n += len(x.Data) + case *Communique_TempC: + n += proto.SizeVarint(8<<3 | proto.WireFixed64) + n += 8 + case *Communique_Height: + n += proto.SizeVarint(9<<3 | proto.WireFixed32) + n += 4 + case *Communique_Today: + n += proto.SizeVarint(10<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Today)) + case *Communique_Maybe: + n += proto.SizeVarint(11<<3 | proto.WireVarint) + n += 1 + case *Communique_Delta_: + n += proto.SizeVarint(12<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64((uint32(x.Delta) << 1) ^ uint32((int32(x.Delta) >> 31)))) + case *Communique_Msg: + s := proto.Size(x.Msg) + n += proto.SizeVarint(13<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case *Communique_Somegroup: + n += proto.SizeVarint(14<<3 | proto.WireStartGroup) + n += proto.Size(x.Somegroup) + n += proto.SizeVarint(14<<3 | proto.WireEndGroup) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +type Communique_SomeGroup struct { + Member *string `protobuf:"bytes,15,opt,name=member" json:"member,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique_SomeGroup) Reset() { *m = Communique_SomeGroup{} } +func (m *Communique_SomeGroup) String() string { return proto.CompactTextString(m) } +func (*Communique_SomeGroup) ProtoMessage() {} + +func (m *Communique_SomeGroup) GetMember() string { + if m != nil && m.Member != nil { + return *m.Member + } + return "" +} + +type Communique_Delta struct { + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique_Delta) Reset() { *m = Communique_Delta{} } +func (m *Communique_Delta) String() string { return proto.CompactTextString(m) } +func (*Communique_Delta) ProtoMessage() {} + +var E_Tag = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*string)(nil), + Field: 103, + Name: "my.test.tag", + Tag: "bytes,103,opt,name=tag", +} + +var E_Donut = &proto.ExtensionDesc{ + ExtendedType: (*Reply)(nil), + ExtensionType: (*OtherReplyExtensions)(nil), + Field: 106, + Name: "my.test.donut", + Tag: "bytes,106,opt,name=donut", +} + +func init() { + proto.RegisterType((*Request)(nil), "my.test.Request") + proto.RegisterType((*Request_SomeGroup)(nil), "my.test.Request.SomeGroup") + proto.RegisterType((*Reply)(nil), "my.test.Reply") + proto.RegisterType((*Reply_Entry)(nil), "my.test.Reply.Entry") + proto.RegisterType((*OtherBase)(nil), "my.test.OtherBase") + proto.RegisterType((*ReplyExtensions)(nil), "my.test.ReplyExtensions") + proto.RegisterType((*OtherReplyExtensions)(nil), "my.test.OtherReplyExtensions") + proto.RegisterType((*OldReply)(nil), "my.test.OldReply") + proto.RegisterType((*Communique)(nil), "my.test.Communique") + proto.RegisterType((*Communique_SomeGroup)(nil), "my.test.Communique.SomeGroup") + proto.RegisterType((*Communique_Delta)(nil), "my.test.Communique.Delta") + proto.RegisterEnum("my.test.HatType", HatType_name, HatType_value) + proto.RegisterEnum("my.test.Days", Days_name, Days_value) + proto.RegisterEnum("my.test.Request_Color", Request_Color_name, Request_Color_value) + proto.RegisterEnum("my.test.Reply_Entry_Game", Reply_Entry_Game_name, Reply_Entry_Game_value) + proto.RegisterExtension(E_ReplyExtensions_Time) + proto.RegisterExtension(E_ReplyExtensions_Carrot) + proto.RegisterExtension(E_ReplyExtensions_Donut) + proto.RegisterExtension(E_Tag) + proto.RegisterExtension(E_Donut) +} diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto new file mode 100644 index 0000000..8e70946 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/my_test/test.proto @@ -0,0 +1,156 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto2"; + +// This package holds interesting messages. +package my.test; // dotted package name + +//import "imp.proto"; +import "multi/multi1.proto"; // unused import + +enum HatType { + // deliberately skipping 0 + FEDORA = 1; + FEZ = 2; +} + +// This enum represents days of the week. +enum Days { + option allow_alias = true; + + MONDAY = 1; + TUESDAY = 2; + LUNDI = 1; // same value as MONDAY +} + +// This is a message that might be sent somewhere. +message Request { + enum Color { + RED = 0; + GREEN = 1; + BLUE = 2; + } + repeated int64 key = 1; +// optional imp.ImportedMessage imported_message = 2; + optional Color hue = 3; // no default + optional HatType hat = 4 [default=FEDORA]; +// optional imp.ImportedMessage.Owner owner = 6; + optional float deadline = 7 [default=inf]; + optional group SomeGroup = 8 { + optional int32 group_field = 9; + } + + // These foreign types are in imp2.proto, + // which is publicly imported by imp.proto. +// optional imp.PubliclyImportedMessage pub = 10; +// optional imp.PubliclyImportedEnum pub_enum = 13 [default=HAIR]; + + + // This is a map field. It will generate map[int32]string. + map name_mapping = 14; + // This is a map field whose value type is a message. + map msg_mapping = 15; + + optional int32 reset = 12; + // This field should not conflict with any getters. + optional string get_key = 16; +} + +message Reply { + message Entry { + required int64 key_that_needs_1234camel_CasIng = 1; + optional int64 value = 2 [default=7]; + optional int64 _my_field_name_2 = 3; + enum Game { + FOOTBALL = 1; + TENNIS = 2; + } + } + repeated Entry found = 1; + repeated int32 compact_keys = 2 [packed=true]; + extensions 100 to max; +} + +message OtherBase { + optional string name = 1; + extensions 100 to max; +} + +message ReplyExtensions { + extend Reply { + optional double time = 101; + optional ReplyExtensions carrot = 105; + } + extend OtherBase { + optional ReplyExtensions donut = 101; + } +} + +message OtherReplyExtensions { + optional int32 key = 1; +} + +// top-level extension +extend Reply { + optional string tag = 103; + optional OtherReplyExtensions donut = 106; +// optional imp.ImportedMessage elephant = 107; // extend with message from another file. +} + +message OldReply { + // Extensions will be encoded in MessageSet wire format. + option message_set_wire_format = true; + extensions 100 to max; +} + +message Communique { + optional bool make_me_cry = 1; + + // This is a oneof, called "union". + oneof union { + int32 number = 5; + string name = 6; + bytes data = 7; + double temp_c = 8; + float height = 9; + Days today = 10; + bool maybe = 11; + sint32 delta = 12; // name will conflict with Delta below + Reply msg = 13; + group SomeGroup = 14 { + optional string member = 15; + } + } + + message Delta {} +} + diff --git a/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3.proto b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3.proto new file mode 100644 index 0000000..869b9af --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/protoc-gen-go/testdata/proto3.proto @@ -0,0 +1,53 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2014 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package proto3; + +message Request { + enum Flavour { + SWEET = 0; + SOUR = 1; + UMAMI = 2; + GOPHERLICIOUS = 3; + } + string name = 1; + repeated int64 key = 2; + Flavour taste = 3; + Book book = 4; + repeated int64 unpacked = 5 [packed=false]; +} + +message Book { + string title = 1; + bytes raw_data = 2; +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/any.go b/vendor/src/github.com/golang/protobuf/ptypes/any.go new file mode 100644 index 0000000..89e07ae --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/any.go @@ -0,0 +1,136 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package ptypes + +// This file implements functions to marshal proto.Message to/from +// google.protobuf.Any message. + +import ( + "fmt" + "reflect" + "strings" + + "github.com/golang/protobuf/proto" + "github.com/golang/protobuf/ptypes/any" +) + +const googleApis = "type.googleapis.com/" + +// AnyMessageName returns the name of the message contained in a google.protobuf.Any message. +// +// Note that regular type assertions should be done using the Is +// function. AnyMessageName is provided for less common use cases like filtering a +// sequence of Any messages based on a set of allowed message type names. +func AnyMessageName(any *any.Any) (string, error) { + slash := strings.LastIndex(any.TypeUrl, "/") + if slash < 0 { + return "", fmt.Errorf("message type url %q is invalid", any.TypeUrl) + } + return any.TypeUrl[slash+1:], nil +} + +// MarshalAny takes the protocol buffer and encodes it into google.protobuf.Any. +func MarshalAny(pb proto.Message) (*any.Any, error) { + value, err := proto.Marshal(pb) + if err != nil { + return nil, err + } + return &any.Any{TypeUrl: googleApis + proto.MessageName(pb), Value: value}, nil +} + +// DynamicAny is a value that can be passed to UnmarshalAny to automatically +// allocate a proto.Message for the type specified in a google.protobuf.Any +// message. The allocated message is stored in the embedded proto.Message. +// +// Example: +// +// var x ptypes.DynamicAny +// if err := ptypes.UnmarshalAny(a, &x); err != nil { ... } +// fmt.Printf("unmarshaled message: %v", x.Message) +type DynamicAny struct { + proto.Message +} + +// Empty returns a new proto.Message of the type specified in a +// google.protobuf.Any message. It returns an error if corresponding message +// type isn't linked in. +func Empty(any *any.Any) (proto.Message, error) { + aname, err := AnyMessageName(any) + if err != nil { + return nil, err + } + + t := proto.MessageType(aname) + if t == nil { + return nil, fmt.Errorf("any: message type %q isn't linked in", aname) + } + return reflect.New(t.Elem()).Interface().(proto.Message), nil +} + +// UnmarshalAny parses the protocol buffer representation in a google.protobuf.Any +// message and places the decoded result in pb. It returns an error if type of +// contents of Any message does not match type of pb message. +// +// pb can be a proto.Message, or a *DynamicAny. +func UnmarshalAny(any *any.Any, pb proto.Message) error { + if d, ok := pb.(*DynamicAny); ok { + if d.Message == nil { + var err error + d.Message, err = Empty(any) + if err != nil { + return err + } + } + return UnmarshalAny(any, d.Message) + } + + aname, err := AnyMessageName(any) + if err != nil { + return err + } + + mname := proto.MessageName(pb) + if aname != mname { + return fmt.Errorf("mismatched message type: got %q want %q", aname, mname) + } + return proto.Unmarshal(any.Value, pb) +} + +// Is returns true if any value contains a given message type. +func Is(any *any.Any, pb proto.Message) bool { + aname, err := AnyMessageName(any) + if err != nil { + return false + } + + return aname == proto.MessageName(pb) +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/any/any.pb.go b/vendor/src/github.com/golang/protobuf/ptypes/any/any.pb.go new file mode 100644 index 0000000..f2c6906 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/any/any.pb.go @@ -0,0 +1,155 @@ +// Code generated by protoc-gen-go. +// source: github.com/golang/protobuf/ptypes/any/any.proto +// DO NOT EDIT! + +/* +Package any is a generated protocol buffer package. + +It is generated from these files: + github.com/golang/protobuf/ptypes/any/any.proto + +It has these top-level messages: + Any +*/ +package any + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// `Any` contains an arbitrary serialized protocol buffer message along with a +// URL that describes the type of the serialized message. +// +// Protobuf library provides support to pack/unpack Any values in the form +// of utility functions or additional generated methods of the Any type. +// +// Example 1: Pack and unpack a message in C++. +// +// Foo foo = ...; +// Any any; +// any.PackFrom(foo); +// ... +// if (any.UnpackTo(&foo)) { +// ... +// } +// +// Example 2: Pack and unpack a message in Java. +// +// Foo foo = ...; +// Any any = Any.pack(foo); +// ... +// if (any.is(Foo.class)) { +// foo = any.unpack(Foo.class); +// } +// +// Example 3: Pack and unpack a message in Python. +// +// foo = Foo(...) +// any = Any() +// any.Pack(foo) +// ... +// if any.Is(Foo.DESCRIPTOR): +// any.Unpack(foo) +// ... +// +// The pack methods provided by protobuf library will by default use +// 'type.googleapis.com/full.type.name' as the type URL and the unpack +// methods only use the fully qualified type name after the last '/' +// in the type URL, for example "foo.bar.com/x/y.z" will yield type +// name "y.z". +// +// +// JSON +// ==== +// The JSON representation of an `Any` value uses the regular +// representation of the deserialized, embedded message, with an +// additional field `@type` which contains the type URL. Example: +// +// package google.profile; +// message Person { +// string first_name = 1; +// string last_name = 2; +// } +// +// { +// "@type": "type.googleapis.com/google.profile.Person", +// "firstName": , +// "lastName": +// } +// +// If the embedded message type is well-known and has a custom JSON +// representation, that representation will be embedded adding a field +// `value` which holds the custom JSON in addition to the `@type` +// field. Example (for message [google.protobuf.Duration][]): +// +// { +// "@type": "type.googleapis.com/google.protobuf.Duration", +// "value": "1.212s" +// } +// +type Any struct { + // A URL/resource name whose content describes the type of the + // serialized protocol buffer message. + // + // For URLs which use the scheme `http`, `https`, or no scheme, the + // following restrictions and interpretations apply: + // + // * If no scheme is provided, `https` is assumed. + // * The last segment of the URL's path must represent the fully + // qualified name of the type (as in `path/google.protobuf.Duration`). + // The name should be in a canonical form (e.g., leading "." is + // not accepted). + // * An HTTP GET on the URL must yield a [google.protobuf.Type][] + // value in binary format, or produce an error. + // * Applications are allowed to cache lookup results based on the + // URL, or have them precompiled into a binary to avoid any + // lookup. Therefore, binary compatibility needs to be preserved + // on changes to types. (Use versioned type names to manage + // breaking changes.) + // + // Schemes other than `http`, `https` (or the empty scheme) might be + // used with implementation specific semantics. + // + TypeUrl string `protobuf:"bytes,1,opt,name=type_url,json=typeUrl" json:"type_url,omitempty"` + // Must be a valid serialized protocol buffer of the above specified type. + Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` +} + +func (m *Any) Reset() { *m = Any{} } +func (m *Any) String() string { return proto.CompactTextString(m) } +func (*Any) ProtoMessage() {} +func (*Any) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (*Any) XXX_WellKnownType() string { return "Any" } + +func init() { + proto.RegisterType((*Any)(nil), "google.protobuf.Any") +} + +func init() { proto.RegisterFile("github.com/golang/protobuf/ptypes/any/any.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 187 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xd2, 0x4f, 0xcf, 0x2c, 0xc9, + 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28, + 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0xcc, + 0xab, 0x04, 0x61, 0x3d, 0xb0, 0xb8, 0x10, 0x7f, 0x7a, 0x7e, 0x7e, 0x7a, 0x4e, 0xaa, 0x1e, 0x4c, + 0x95, 0x92, 0x19, 0x17, 0xb3, 0x63, 0x5e, 0xa5, 0x90, 0x24, 0x17, 0x07, 0x48, 0x79, 0x7c, 0x69, + 0x51, 0x8e, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x3b, 0x88, 0x1f, 0x5a, 0x94, 0x23, 0x24, + 0xc2, 0xc5, 0x5a, 0x96, 0x98, 0x53, 0x9a, 0x2a, 0xc1, 0xa4, 0xc0, 0xa8, 0xc1, 0x13, 0x04, 0xe1, + 0x38, 0x15, 0x71, 0x09, 0x27, 0xe7, 0xe7, 0xea, 0xa1, 0x19, 0xe7, 0xc4, 0xe1, 0x98, 0x57, 0x19, + 0x00, 0xe2, 0x04, 0x30, 0x46, 0xa9, 0x12, 0xe5, 0xb8, 0x05, 0x8c, 0x8c, 0x8b, 0x98, 0x98, 0xdd, + 0x03, 0x9c, 0x56, 0x31, 0xc9, 0xb9, 0x43, 0x4c, 0x0b, 0x80, 0xaa, 0xd2, 0x0b, 0x4f, 0xcd, 0xc9, + 0xf1, 0xce, 0xcb, 0x2f, 0xcf, 0x0b, 0x01, 0xa9, 0x4e, 0x62, 0x03, 0x6b, 0x37, 0x06, 0x04, 0x00, + 0x00, 0xff, 0xff, 0xc6, 0x4d, 0x03, 0x23, 0xf6, 0x00, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/any/any.proto b/vendor/src/github.com/golang/protobuf/ptypes/any/any.proto new file mode 100644 index 0000000..81dcf46 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/any/any.proto @@ -0,0 +1,140 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// https://developers.google.com/protocol-buffers/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package google.protobuf; + +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; +option go_package = "github.com/golang/protobuf/ptypes/any"; +option java_package = "com.google.protobuf"; +option java_outer_classname = "AnyProto"; +option java_multiple_files = true; +option java_generate_equals_and_hash = true; +option objc_class_prefix = "GPB"; + +// `Any` contains an arbitrary serialized protocol buffer message along with a +// URL that describes the type of the serialized message. +// +// Protobuf library provides support to pack/unpack Any values in the form +// of utility functions or additional generated methods of the Any type. +// +// Example 1: Pack and unpack a message in C++. +// +// Foo foo = ...; +// Any any; +// any.PackFrom(foo); +// ... +// if (any.UnpackTo(&foo)) { +// ... +// } +// +// Example 2: Pack and unpack a message in Java. +// +// Foo foo = ...; +// Any any = Any.pack(foo); +// ... +// if (any.is(Foo.class)) { +// foo = any.unpack(Foo.class); +// } +// +// Example 3: Pack and unpack a message in Python. +// +// foo = Foo(...) +// any = Any() +// any.Pack(foo) +// ... +// if any.Is(Foo.DESCRIPTOR): +// any.Unpack(foo) +// ... +// +// The pack methods provided by protobuf library will by default use +// 'type.googleapis.com/full.type.name' as the type URL and the unpack +// methods only use the fully qualified type name after the last '/' +// in the type URL, for example "foo.bar.com/x/y.z" will yield type +// name "y.z". +// +// +// JSON +// ==== +// The JSON representation of an `Any` value uses the regular +// representation of the deserialized, embedded message, with an +// additional field `@type` which contains the type URL. Example: +// +// package google.profile; +// message Person { +// string first_name = 1; +// string last_name = 2; +// } +// +// { +// "@type": "type.googleapis.com/google.profile.Person", +// "firstName": , +// "lastName": +// } +// +// If the embedded message type is well-known and has a custom JSON +// representation, that representation will be embedded adding a field +// `value` which holds the custom JSON in addition to the `@type` +// field. Example (for message [google.protobuf.Duration][]): +// +// { +// "@type": "type.googleapis.com/google.protobuf.Duration", +// "value": "1.212s" +// } +// +message Any { + // A URL/resource name whose content describes the type of the + // serialized protocol buffer message. + // + // For URLs which use the scheme `http`, `https`, or no scheme, the + // following restrictions and interpretations apply: + // + // * If no scheme is provided, `https` is assumed. + // * The last segment of the URL's path must represent the fully + // qualified name of the type (as in `path/google.protobuf.Duration`). + // The name should be in a canonical form (e.g., leading "." is + // not accepted). + // * An HTTP GET on the URL must yield a [google.protobuf.Type][] + // value in binary format, or produce an error. + // * Applications are allowed to cache lookup results based on the + // URL, or have them precompiled into a binary to avoid any + // lookup. Therefore, binary compatibility needs to be preserved + // on changes to types. (Use versioned type names to manage + // breaking changes.) + // + // Schemes other than `http`, `https` (or the empty scheme) might be + // used with implementation specific semantics. + // + string type_url = 1; + + // Must be a valid serialized protocol buffer of the above specified type. + bytes value = 2; +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/any_test.go b/vendor/src/github.com/golang/protobuf/ptypes/any_test.go new file mode 100644 index 0000000..ed675b4 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/any_test.go @@ -0,0 +1,113 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package ptypes + +import ( + "testing" + + "github.com/golang/protobuf/proto" + pb "github.com/golang/protobuf/protoc-gen-go/descriptor" + "github.com/golang/protobuf/ptypes/any" +) + +func TestMarshalUnmarshal(t *testing.T) { + orig := &any.Any{Value: []byte("test")} + + packed, err := MarshalAny(orig) + if err != nil { + t.Errorf("MarshalAny(%+v): got: _, %v exp: _, nil", orig, err) + } + + unpacked := &any.Any{} + err = UnmarshalAny(packed, unpacked) + if err != nil || !proto.Equal(unpacked, orig) { + t.Errorf("got: %v, %+v; want nil, %+v", err, unpacked, orig) + } +} + +func TestIs(t *testing.T) { + a, err := MarshalAny(&pb.FileDescriptorProto{}) + if err != nil { + t.Fatal(err) + } + if Is(a, &pb.DescriptorProto{}) { + t.Error("FileDescriptorProto is not a DescriptorProto, but Is says it is") + } + if !Is(a, &pb.FileDescriptorProto{}) { + t.Error("FileDescriptorProto is indeed a FileDescriptorProto, but Is says it is not") + } +} + +func TestIsDifferentUrlPrefixes(t *testing.T) { + m := &pb.FileDescriptorProto{} + a := &any.Any{TypeUrl: "foo/bar/" + proto.MessageName(m)} + if !Is(a, m) { + t.Errorf("message with type url %q didn't satisfy Is for type %q", a.TypeUrl, proto.MessageName(m)) + } +} + +func TestUnmarshalDynamic(t *testing.T) { + want := &pb.FileDescriptorProto{Name: proto.String("foo")} + a, err := MarshalAny(want) + if err != nil { + t.Fatal(err) + } + var got DynamicAny + if err := UnmarshalAny(a, &got); err != nil { + t.Fatal(err) + } + if !proto.Equal(got.Message, want) { + t.Errorf("invalid result from UnmarshalAny, got %q want %q", got.Message, want) + } +} + +func TestEmpty(t *testing.T) { + want := &pb.FileDescriptorProto{} + a, err := MarshalAny(want) + if err != nil { + t.Fatal(err) + } + got, err := Empty(a) + if err != nil { + t.Fatal(err) + } + if !proto.Equal(got, want) { + t.Errorf("unequal empty message, got %q, want %q", got, want) + } + + // that's a valid type_url for a message which shouldn't be linked into this + // test binary. We want an error. + a.TypeUrl = "type.googleapis.com/google.protobuf.FieldMask" + if _, err := Empty(a); err == nil { + t.Errorf("got no error for an attempt to create a message of type %q, which shouldn't be linked in", a.TypeUrl) + } +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/doc.go b/vendor/src/github.com/golang/protobuf/ptypes/doc.go new file mode 100644 index 0000000..c0d595d --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/doc.go @@ -0,0 +1,35 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +/* +Package ptypes contains code for interacting with well-known types. +*/ +package ptypes diff --git a/vendor/src/github.com/golang/protobuf/ptypes/duration.go b/vendor/src/github.com/golang/protobuf/ptypes/duration.go new file mode 100644 index 0000000..65cb0f8 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/duration.go @@ -0,0 +1,102 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package ptypes + +// This file implements conversions between google.protobuf.Duration +// and time.Duration. + +import ( + "errors" + "fmt" + "time" + + durpb "github.com/golang/protobuf/ptypes/duration" +) + +const ( + // Range of a durpb.Duration in seconds, as specified in + // google/protobuf/duration.proto. This is about 10,000 years in seconds. + maxSeconds = int64(10000 * 365.25 * 24 * 60 * 60) + minSeconds = -maxSeconds +) + +// validateDuration determines whether the durpb.Duration is valid according to the +// definition in google/protobuf/duration.proto. A valid durpb.Duration +// may still be too large to fit into a time.Duration (the range of durpb.Duration +// is about 10,000 years, and the range of time.Duration is about 290). +func validateDuration(d *durpb.Duration) error { + if d == nil { + return errors.New("duration: nil Duration") + } + if d.Seconds < minSeconds || d.Seconds > maxSeconds { + return fmt.Errorf("duration: %v: seconds out of range", d) + } + if d.Nanos <= -1e9 || d.Nanos >= 1e9 { + return fmt.Errorf("duration: %v: nanos out of range", d) + } + // Seconds and Nanos must have the same sign, unless d.Nanos is zero. + if (d.Seconds < 0 && d.Nanos > 0) || (d.Seconds > 0 && d.Nanos < 0) { + return fmt.Errorf("duration: %v: seconds and nanos have different signs", d) + } + return nil +} + +// Duration converts a durpb.Duration to a time.Duration. Duration +// returns an error if the durpb.Duration is invalid or is too large to be +// represented in a time.Duration. +func Duration(p *durpb.Duration) (time.Duration, error) { + if err := validateDuration(p); err != nil { + return 0, err + } + d := time.Duration(p.Seconds) * time.Second + if int64(d/time.Second) != p.Seconds { + return 0, fmt.Errorf("duration: %v is out of range for time.Duration", p) + } + if p.Nanos != 0 { + d += time.Duration(p.Nanos) + if (d < 0) != (p.Nanos < 0) { + return 0, fmt.Errorf("duration: %v is out of range for time.Duration", p) + } + } + return d, nil +} + +// DurationProto converts a time.Duration to a durpb.Duration. +func DurationProto(d time.Duration) *durpb.Duration { + nanos := d.Nanoseconds() + secs := nanos / 1e9 + nanos -= secs * 1e9 + return &durpb.Duration{ + Seconds: secs, + Nanos: int32(nanos), + } +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/duration/duration.pb.go b/vendor/src/github.com/golang/protobuf/ptypes/duration/duration.pb.go new file mode 100644 index 0000000..5697483 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/duration/duration.pb.go @@ -0,0 +1,114 @@ +// Code generated by protoc-gen-go. +// source: github.com/golang/protobuf/ptypes/duration/duration.proto +// DO NOT EDIT! + +/* +Package duration is a generated protocol buffer package. + +It is generated from these files: + github.com/golang/protobuf/ptypes/duration/duration.proto + +It has these top-level messages: + Duration +*/ +package duration + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// A Duration represents a signed, fixed-length span of time represented +// as a count of seconds and fractions of seconds at nanosecond +// resolution. It is independent of any calendar and concepts like "day" +// or "month". It is related to Timestamp in that the difference between +// two Timestamp values is a Duration and it can be added or subtracted +// from a Timestamp. Range is approximately +-10,000 years. +// +// Example 1: Compute Duration from two Timestamps in pseudo code. +// +// Timestamp start = ...; +// Timestamp end = ...; +// Duration duration = ...; +// +// duration.seconds = end.seconds - start.seconds; +// duration.nanos = end.nanos - start.nanos; +// +// if (duration.seconds < 0 && duration.nanos > 0) { +// duration.seconds += 1; +// duration.nanos -= 1000000000; +// } else if (durations.seconds > 0 && duration.nanos < 0) { +// duration.seconds -= 1; +// duration.nanos += 1000000000; +// } +// +// Example 2: Compute Timestamp from Timestamp + Duration in pseudo code. +// +// Timestamp start = ...; +// Duration duration = ...; +// Timestamp end = ...; +// +// end.seconds = start.seconds + duration.seconds; +// end.nanos = start.nanos + duration.nanos; +// +// if (end.nanos < 0) { +// end.seconds -= 1; +// end.nanos += 1000000000; +// } else if (end.nanos >= 1000000000) { +// end.seconds += 1; +// end.nanos -= 1000000000; +// } +// +// +type Duration struct { + // Signed seconds of the span of time. Must be from -315,576,000,000 + // to +315,576,000,000 inclusive. + Seconds int64 `protobuf:"varint,1,opt,name=seconds" json:"seconds,omitempty"` + // Signed fractions of a second at nanosecond resolution of the span + // of time. Durations less than one second are represented with a 0 + // `seconds` field and a positive or negative `nanos` field. For durations + // of one second or more, a non-zero value for the `nanos` field must be + // of the same sign as the `seconds` field. Must be from -999,999,999 + // to +999,999,999 inclusive. + Nanos int32 `protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"` +} + +func (m *Duration) Reset() { *m = Duration{} } +func (m *Duration) String() string { return proto.CompactTextString(m) } +func (*Duration) ProtoMessage() {} +func (*Duration) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (*Duration) XXX_WellKnownType() string { return "Duration" } + +func init() { + proto.RegisterType((*Duration)(nil), "google.protobuf.Duration") +} + +func init() { + proto.RegisterFile("github.com/golang/protobuf/ptypes/duration/duration.proto", fileDescriptor0) +} + +var fileDescriptor0 = []byte{ + // 189 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xb2, 0x4c, 0xcf, 0x2c, 0xc9, + 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28, + 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0x29, + 0x2d, 0x4a, 0x2c, 0xc9, 0xcc, 0xcf, 0x83, 0x33, 0xf4, 0xc0, 0x2a, 0x84, 0xf8, 0xd3, 0xf3, 0xf3, + 0xd3, 0x73, 0x52, 0xf5, 0x60, 0xea, 0x95, 0xac, 0xb8, 0x38, 0x5c, 0xa0, 0x4a, 0x84, 0x24, 0xb8, + 0xd8, 0x8b, 0x53, 0x93, 0xf3, 0xf3, 0x52, 0x8a, 0x25, 0x18, 0x15, 0x18, 0x35, 0x98, 0x83, 0x60, + 0x5c, 0x21, 0x11, 0x2e, 0xd6, 0xbc, 0xc4, 0xbc, 0xfc, 0x62, 0x09, 0x26, 0x05, 0x46, 0x0d, 0xd6, + 0x20, 0x08, 0xc7, 0xa9, 0x86, 0x4b, 0x38, 0x39, 0x3f, 0x57, 0x0f, 0xcd, 0x48, 0x27, 0x5e, 0x98, + 0x81, 0x01, 0x20, 0x91, 0x00, 0xc6, 0x28, 0x2d, 0xe2, 0xdd, 0xbb, 0x80, 0x91, 0x71, 0x11, 0x13, + 0xb3, 0x7b, 0x80, 0xd3, 0x2a, 0x26, 0x39, 0x77, 0x88, 0xb9, 0x01, 0x50, 0xa5, 0x7a, 0xe1, 0xa9, + 0x39, 0x39, 0xde, 0x79, 0xf9, 0xe5, 0x79, 0x21, 0x20, 0x2d, 0x49, 0x6c, 0x60, 0x33, 0x8c, 0x01, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x62, 0xfb, 0xb1, 0x51, 0x0e, 0x01, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/duration/duration.proto b/vendor/src/github.com/golang/protobuf/ptypes/duration/duration.proto new file mode 100644 index 0000000..96c1796 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/duration/duration.proto @@ -0,0 +1,98 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// https://developers.google.com/protocol-buffers/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package google.protobuf; + +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; +option go_package = "github.com/golang/protobuf/ptypes/duration"; +option java_package = "com.google.protobuf"; +option java_outer_classname = "DurationProto"; +option java_multiple_files = true; +option java_generate_equals_and_hash = true; +option objc_class_prefix = "GPB"; + +// A Duration represents a signed, fixed-length span of time represented +// as a count of seconds and fractions of seconds at nanosecond +// resolution. It is independent of any calendar and concepts like "day" +// or "month". It is related to Timestamp in that the difference between +// two Timestamp values is a Duration and it can be added or subtracted +// from a Timestamp. Range is approximately +-10,000 years. +// +// Example 1: Compute Duration from two Timestamps in pseudo code. +// +// Timestamp start = ...; +// Timestamp end = ...; +// Duration duration = ...; +// +// duration.seconds = end.seconds - start.seconds; +// duration.nanos = end.nanos - start.nanos; +// +// if (duration.seconds < 0 && duration.nanos > 0) { +// duration.seconds += 1; +// duration.nanos -= 1000000000; +// } else if (durations.seconds > 0 && duration.nanos < 0) { +// duration.seconds -= 1; +// duration.nanos += 1000000000; +// } +// +// Example 2: Compute Timestamp from Timestamp + Duration in pseudo code. +// +// Timestamp start = ...; +// Duration duration = ...; +// Timestamp end = ...; +// +// end.seconds = start.seconds + duration.seconds; +// end.nanos = start.nanos + duration.nanos; +// +// if (end.nanos < 0) { +// end.seconds -= 1; +// end.nanos += 1000000000; +// } else if (end.nanos >= 1000000000) { +// end.seconds += 1; +// end.nanos -= 1000000000; +// } +// +// +message Duration { + + // Signed seconds of the span of time. Must be from -315,576,000,000 + // to +315,576,000,000 inclusive. + int64 seconds = 1; + + // Signed fractions of a second at nanosecond resolution of the span + // of time. Durations less than one second are represented with a 0 + // `seconds` field and a positive or negative `nanos` field. For durations + // of one second or more, a non-zero value for the `nanos` field must be + // of the same sign as the `seconds` field. Must be from -999,999,999 + // to +999,999,999 inclusive. + int32 nanos = 2; +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/duration_test.go b/vendor/src/github.com/golang/protobuf/ptypes/duration_test.go new file mode 100644 index 0000000..e761289 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/duration_test.go @@ -0,0 +1,121 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package ptypes + +import ( + "math" + "testing" + "time" + + "github.com/golang/protobuf/proto" + durpb "github.com/golang/protobuf/ptypes/duration" +) + +const ( + minGoSeconds = math.MinInt64 / int64(1e9) + maxGoSeconds = math.MaxInt64 / int64(1e9) +) + +var durationTests = []struct { + proto *durpb.Duration + isValid bool + inRange bool + dur time.Duration +}{ + // The zero duration. + {&durpb.Duration{0, 0}, true, true, 0}, + // Some ordinary non-zero durations. + {&durpb.Duration{100, 0}, true, true, 100 * time.Second}, + {&durpb.Duration{-100, 0}, true, true, -100 * time.Second}, + {&durpb.Duration{100, 987}, true, true, 100*time.Second + 987}, + {&durpb.Duration{-100, -987}, true, true, -(100*time.Second + 987)}, + // The largest duration representable in Go. + {&durpb.Duration{maxGoSeconds, int32(math.MaxInt64 - 1e9*maxGoSeconds)}, true, true, math.MaxInt64}, + // The smallest duration representable in Go. + {&durpb.Duration{minGoSeconds, int32(math.MinInt64 - 1e9*minGoSeconds)}, true, true, math.MinInt64}, + {nil, false, false, 0}, + {&durpb.Duration{-100, 987}, false, false, 0}, + {&durpb.Duration{100, -987}, false, false, 0}, + {&durpb.Duration{math.MinInt64, 0}, false, false, 0}, + {&durpb.Duration{math.MaxInt64, 0}, false, false, 0}, + // The largest valid duration. + {&durpb.Duration{maxSeconds, 1e9 - 1}, true, false, 0}, + // The smallest valid duration. + {&durpb.Duration{minSeconds, -(1e9 - 1)}, true, false, 0}, + // The smallest invalid duration above the valid range. + {&durpb.Duration{maxSeconds + 1, 0}, false, false, 0}, + // The largest invalid duration below the valid range. + {&durpb.Duration{minSeconds - 1, -(1e9 - 1)}, false, false, 0}, + // One nanosecond past the largest duration representable in Go. + {&durpb.Duration{maxGoSeconds, int32(math.MaxInt64-1e9*maxGoSeconds) + 1}, true, false, 0}, + // One nanosecond past the smallest duration representable in Go. + {&durpb.Duration{minGoSeconds, int32(math.MinInt64-1e9*minGoSeconds) - 1}, true, false, 0}, + // One second past the largest duration representable in Go. + {&durpb.Duration{maxGoSeconds + 1, int32(math.MaxInt64 - 1e9*maxGoSeconds)}, true, false, 0}, + // One second past the smallest duration representable in Go. + {&durpb.Duration{minGoSeconds - 1, int32(math.MinInt64 - 1e9*minGoSeconds)}, true, false, 0}, +} + +func TestValidateDuration(t *testing.T) { + for _, test := range durationTests { + err := validateDuration(test.proto) + gotValid := (err == nil) + if gotValid != test.isValid { + t.Errorf("validateDuration(%v) = %t, want %t", test.proto, gotValid, test.isValid) + } + } +} + +func TestDuration(t *testing.T) { + for _, test := range durationTests { + got, err := Duration(test.proto) + gotOK := (err == nil) + wantOK := test.isValid && test.inRange + if gotOK != wantOK { + t.Errorf("Duration(%v) ok = %t, want %t", test.proto, gotOK, wantOK) + } + if err == nil && got != test.dur { + t.Errorf("Duration(%v) = %v, want %v", test.proto, got, test.dur) + } + } +} + +func TestDurationProto(t *testing.T) { + for _, test := range durationTests { + if test.isValid && test.inRange { + got := DurationProto(test.dur) + if !proto.Equal(got, test.proto) { + t.Errorf("DurationProto(%v) = %v, want %v", test.dur, got, test.proto) + } + } + } +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/empty/empty.pb.go b/vendor/src/github.com/golang/protobuf/ptypes/empty/empty.pb.go new file mode 100644 index 0000000..46c765a --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/empty/empty.pb.go @@ -0,0 +1,69 @@ +// Code generated by protoc-gen-go. +// source: github.com/golang/protobuf/ptypes/empty/empty.proto +// DO NOT EDIT! + +/* +Package empty is a generated protocol buffer package. + +It is generated from these files: + github.com/golang/protobuf/ptypes/empty/empty.proto + +It has these top-level messages: + Empty +*/ +package empty + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// A generic empty message that you can re-use to avoid defining duplicated +// empty messages in your APIs. A typical example is to use it as the request +// or the response type of an API method. For instance: +// +// service Foo { +// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); +// } +// +// The JSON representation for `Empty` is empty JSON object `{}`. +type Empty struct { +} + +func (m *Empty) Reset() { *m = Empty{} } +func (m *Empty) String() string { return proto.CompactTextString(m) } +func (*Empty) ProtoMessage() {} +func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (*Empty) XXX_WellKnownType() string { return "Empty" } + +func init() { + proto.RegisterType((*Empty)(nil), "google.protobuf.Empty") +} + +func init() { + proto.RegisterFile("github.com/golang/protobuf/ptypes/empty/empty.proto", fileDescriptor0) +} + +var fileDescriptor0 = []byte{ + // 150 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x32, 0x4e, 0xcf, 0x2c, 0xc9, + 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28, + 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x4f, 0xcd, + 0x2d, 0x28, 0xa9, 0x84, 0x90, 0x7a, 0x60, 0x39, 0x21, 0xfe, 0xf4, 0xfc, 0xfc, 0xf4, 0x9c, 0x54, + 0x3d, 0x98, 0x4a, 0x25, 0x76, 0x2e, 0x56, 0x57, 0x90, 0xbc, 0x53, 0x25, 0x97, 0x70, 0x72, 0x7e, + 0xae, 0x1e, 0x9a, 0xbc, 0x13, 0x17, 0x58, 0x36, 0x00, 0xc4, 0x0d, 0x60, 0x8c, 0x52, 0x27, 0xd2, + 0xce, 0x05, 0x8c, 0x8c, 0x3f, 0x18, 0x19, 0x17, 0x31, 0x31, 0xbb, 0x07, 0x38, 0xad, 0x62, 0x92, + 0x73, 0x87, 0x18, 0x1a, 0x00, 0x55, 0xaa, 0x17, 0x9e, 0x9a, 0x93, 0xe3, 0x9d, 0x97, 0x5f, 0x9e, + 0x17, 0x02, 0xd2, 0x92, 0xc4, 0x06, 0x36, 0xc3, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xbb, + 0xf4, 0x0e, 0xd2, 0x00, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/empty/empty.proto b/vendor/src/github.com/golang/protobuf/ptypes/empty/empty.proto new file mode 100644 index 0000000..37f4cd1 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/empty/empty.proto @@ -0,0 +1,53 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// https://developers.google.com/protocol-buffers/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package google.protobuf; + +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; +option go_package = "github.com/golang/protobuf/ptypes/empty"; +option java_package = "com.google.protobuf"; +option java_outer_classname = "EmptyProto"; +option java_multiple_files = true; +option java_generate_equals_and_hash = true; +option objc_class_prefix = "GPB"; +option cc_enable_arenas = true; + +// A generic empty message that you can re-use to avoid defining duplicated +// empty messages in your APIs. A typical example is to use it as the request +// or the response type of an API method. For instance: +// +// service Foo { +// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); +// } +// +// The JSON representation for `Empty` is empty JSON object `{}`. +message Empty {} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/regen.sh b/vendor/src/github.com/golang/protobuf/ptypes/regen.sh new file mode 100755 index 0000000..2a5b4e8 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/regen.sh @@ -0,0 +1,66 @@ +#!/bin/bash -e +# +# This script fetches and rebuilds the "well-known types" protocol buffers. +# To run this you will need protoc and goprotobuf installed; +# see https://github.com/golang/protobuf for instructions. +# You also need Go and Git installed. + +PKG=github.com/golang/protobuf/ptypes +UPSTREAM=https://github.com/google/protobuf +UPSTREAM_SUBDIR=src/google/protobuf +PROTO_FILES=' + any.proto + duration.proto + empty.proto + struct.proto + timestamp.proto + wrappers.proto +' + +function die() { + echo 1>&2 $* + exit 1 +} + +# Sanity check that the right tools are accessible. +for tool in go git protoc protoc-gen-go; do + q=$(which $tool) || die "didn't find $tool" + echo 1>&2 "$tool: $q" +done + +tmpdir=$(mktemp -d -t regen-wkt.XXXXXX) +trap 'rm -rf $tmpdir' EXIT + +echo -n 1>&2 "finding package dir... " +pkgdir=$(go list -f '{{.Dir}}' $PKG) +echo 1>&2 $pkgdir +base=$(echo $pkgdir | sed "s,/$PKG\$,,") +echo 1>&2 "base: $base" +cd $base + +echo 1>&2 "fetching latest protos... " +git clone -q $UPSTREAM $tmpdir +# Pass 1: build mapping from upstream filename to our filename. +declare -A filename_map +for f in $(cd $PKG && find * -name '*.proto'); do + echo -n 1>&2 "looking for latest version of $f... " + up=$(cd $tmpdir/$UPSTREAM_SUBDIR && find * -name $(basename $f) | grep -v /testdata/) + echo 1>&2 $up + if [ $(echo $up | wc -w) != "1" ]; then + die "not exactly one match" + fi + filename_map[$up]=$f +done +# Pass 2: copy files +for up in "${!filename_map[@]}"; do + f=${filename_map[$up]} + shortname=$(basename $f | sed 's,\.proto$,,') + cp $tmpdir/$UPSTREAM_SUBDIR/$up $PKG/$f +done + +# Run protoc once per package. +for dir in $(find $PKG -name '*.proto' | xargs dirname | sort | uniq); do + echo 1>&2 "* $dir" + protoc --go_out=. $dir/*.proto +done +echo 1>&2 "All OK" diff --git a/vendor/src/github.com/golang/protobuf/ptypes/struct/struct.pb.go b/vendor/src/github.com/golang/protobuf/ptypes/struct/struct.pb.go new file mode 100644 index 0000000..197042e --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/struct/struct.pb.go @@ -0,0 +1,382 @@ +// Code generated by protoc-gen-go. +// source: github.com/golang/protobuf/ptypes/struct/struct.proto +// DO NOT EDIT! + +/* +Package structpb is a generated protocol buffer package. + +It is generated from these files: + github.com/golang/protobuf/ptypes/struct/struct.proto + +It has these top-level messages: + Struct + Value + ListValue +*/ +package structpb + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// `NullValue` is a singleton enumeration to represent the null value for the +// `Value` type union. +// +// The JSON representation for `NullValue` is JSON `null`. +type NullValue int32 + +const ( + // Null value. + NullValue_NULL_VALUE NullValue = 0 +) + +var NullValue_name = map[int32]string{ + 0: "NULL_VALUE", +} +var NullValue_value = map[string]int32{ + "NULL_VALUE": 0, +} + +func (x NullValue) String() string { + return proto.EnumName(NullValue_name, int32(x)) +} +func (NullValue) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (NullValue) XXX_WellKnownType() string { return "NullValue" } + +// `Struct` represents a structured data value, consisting of fields +// which map to dynamically typed values. In some languages, `Struct` +// might be supported by a native representation. For example, in +// scripting languages like JS a struct is represented as an +// object. The details of that representation are described together +// with the proto support for the language. +// +// The JSON representation for `Struct` is JSON object. +type Struct struct { + // Unordered map of dynamically typed values. + Fields map[string]*Value `protobuf:"bytes,1,rep,name=fields" json:"fields,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` +} + +func (m *Struct) Reset() { *m = Struct{} } +func (m *Struct) String() string { return proto.CompactTextString(m) } +func (*Struct) ProtoMessage() {} +func (*Struct) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (*Struct) XXX_WellKnownType() string { return "Struct" } + +func (m *Struct) GetFields() map[string]*Value { + if m != nil { + return m.Fields + } + return nil +} + +// `Value` represents a dynamically typed value which can be either +// null, a number, a string, a boolean, a recursive struct value, or a +// list of values. A producer of value is expected to set one of that +// variants, absence of any variant indicates an error. +// +// The JSON representation for `Value` is JSON value. +type Value struct { + // The kind of value. + // + // Types that are valid to be assigned to Kind: + // *Value_NullValue + // *Value_NumberValue + // *Value_StringValue + // *Value_BoolValue + // *Value_StructValue + // *Value_ListValue + Kind isValue_Kind `protobuf_oneof:"kind"` +} + +func (m *Value) Reset() { *m = Value{} } +func (m *Value) String() string { return proto.CompactTextString(m) } +func (*Value) ProtoMessage() {} +func (*Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } +func (*Value) XXX_WellKnownType() string { return "Value" } + +type isValue_Kind interface { + isValue_Kind() +} + +type Value_NullValue struct { + NullValue NullValue `protobuf:"varint,1,opt,name=null_value,json=nullValue,enum=google.protobuf.NullValue,oneof"` +} +type Value_NumberValue struct { + NumberValue float64 `protobuf:"fixed64,2,opt,name=number_value,json=numberValue,oneof"` +} +type Value_StringValue struct { + StringValue string `protobuf:"bytes,3,opt,name=string_value,json=stringValue,oneof"` +} +type Value_BoolValue struct { + BoolValue bool `protobuf:"varint,4,opt,name=bool_value,json=boolValue,oneof"` +} +type Value_StructValue struct { + StructValue *Struct `protobuf:"bytes,5,opt,name=struct_value,json=structValue,oneof"` +} +type Value_ListValue struct { + ListValue *ListValue `protobuf:"bytes,6,opt,name=list_value,json=listValue,oneof"` +} + +func (*Value_NullValue) isValue_Kind() {} +func (*Value_NumberValue) isValue_Kind() {} +func (*Value_StringValue) isValue_Kind() {} +func (*Value_BoolValue) isValue_Kind() {} +func (*Value_StructValue) isValue_Kind() {} +func (*Value_ListValue) isValue_Kind() {} + +func (m *Value) GetKind() isValue_Kind { + if m != nil { + return m.Kind + } + return nil +} + +func (m *Value) GetNullValue() NullValue { + if x, ok := m.GetKind().(*Value_NullValue); ok { + return x.NullValue + } + return NullValue_NULL_VALUE +} + +func (m *Value) GetNumberValue() float64 { + if x, ok := m.GetKind().(*Value_NumberValue); ok { + return x.NumberValue + } + return 0 +} + +func (m *Value) GetStringValue() string { + if x, ok := m.GetKind().(*Value_StringValue); ok { + return x.StringValue + } + return "" +} + +func (m *Value) GetBoolValue() bool { + if x, ok := m.GetKind().(*Value_BoolValue); ok { + return x.BoolValue + } + return false +} + +func (m *Value) GetStructValue() *Struct { + if x, ok := m.GetKind().(*Value_StructValue); ok { + return x.StructValue + } + return nil +} + +func (m *Value) GetListValue() *ListValue { + if x, ok := m.GetKind().(*Value_ListValue); ok { + return x.ListValue + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Value) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _Value_OneofMarshaler, _Value_OneofUnmarshaler, _Value_OneofSizer, []interface{}{ + (*Value_NullValue)(nil), + (*Value_NumberValue)(nil), + (*Value_StringValue)(nil), + (*Value_BoolValue)(nil), + (*Value_StructValue)(nil), + (*Value_ListValue)(nil), + } +} + +func _Value_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Value) + // kind + switch x := m.Kind.(type) { + case *Value_NullValue: + b.EncodeVarint(1<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.NullValue)) + case *Value_NumberValue: + b.EncodeVarint(2<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.NumberValue)) + case *Value_StringValue: + b.EncodeVarint(3<<3 | proto.WireBytes) + b.EncodeStringBytes(x.StringValue) + case *Value_BoolValue: + t := uint64(0) + if x.BoolValue { + t = 1 + } + b.EncodeVarint(4<<3 | proto.WireVarint) + b.EncodeVarint(t) + case *Value_StructValue: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.StructValue); err != nil { + return err + } + case *Value_ListValue: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ListValue); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("Value.Kind has unexpected type %T", x) + } + return nil +} + +func _Value_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Value) + switch tag { + case 1: // kind.null_value + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Kind = &Value_NullValue{NullValue(x)} + return true, err + case 2: // kind.number_value + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Kind = &Value_NumberValue{math.Float64frombits(x)} + return true, err + case 3: // kind.string_value + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Kind = &Value_StringValue{x} + return true, err + case 4: // kind.bool_value + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Kind = &Value_BoolValue{x != 0} + return true, err + case 5: // kind.struct_value + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Struct) + err := b.DecodeMessage(msg) + m.Kind = &Value_StructValue{msg} + return true, err + case 6: // kind.list_value + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ListValue) + err := b.DecodeMessage(msg) + m.Kind = &Value_ListValue{msg} + return true, err + default: + return false, nil + } +} + +func _Value_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Value) + // kind + switch x := m.Kind.(type) { + case *Value_NullValue: + n += proto.SizeVarint(1<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.NullValue)) + case *Value_NumberValue: + n += proto.SizeVarint(2<<3 | proto.WireFixed64) + n += 8 + case *Value_StringValue: + n += proto.SizeVarint(3<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.StringValue))) + n += len(x.StringValue) + case *Value_BoolValue: + n += proto.SizeVarint(4<<3 | proto.WireVarint) + n += 1 + case *Value_StructValue: + s := proto.Size(x.StructValue) + n += proto.SizeVarint(5<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case *Value_ListValue: + s := proto.Size(x.ListValue) + n += proto.SizeVarint(6<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +// `ListValue` is a wrapper around a repeated field of values. +// +// The JSON representation for `ListValue` is JSON array. +type ListValue struct { + // Repeated field of dynamically typed values. + Values []*Value `protobuf:"bytes,1,rep,name=values" json:"values,omitempty"` +} + +func (m *ListValue) Reset() { *m = ListValue{} } +func (m *ListValue) String() string { return proto.CompactTextString(m) } +func (*ListValue) ProtoMessage() {} +func (*ListValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } +func (*ListValue) XXX_WellKnownType() string { return "ListValue" } + +func (m *ListValue) GetValues() []*Value { + if m != nil { + return m.Values + } + return nil +} + +func init() { + proto.RegisterType((*Struct)(nil), "google.protobuf.Struct") + proto.RegisterType((*Value)(nil), "google.protobuf.Value") + proto.RegisterType((*ListValue)(nil), "google.protobuf.ListValue") + proto.RegisterEnum("google.protobuf.NullValue", NullValue_name, NullValue_value) +} + +func init() { + proto.RegisterFile("github.com/golang/protobuf/ptypes/struct/struct.proto", fileDescriptor0) +} + +var fileDescriptor0 = []byte{ + // 416 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x8c, 0x92, 0x41, 0x8b, 0xd3, 0x40, + 0x14, 0x80, 0x3b, 0xc9, 0x36, 0x98, 0x17, 0x59, 0x97, 0x11, 0xb4, 0xac, 0xa0, 0xa1, 0x7b, 0x09, + 0x22, 0x09, 0x56, 0x04, 0x31, 0x5e, 0x0c, 0xac, 0xbb, 0x60, 0x58, 0x62, 0x74, 0x57, 0xf0, 0x52, + 0x9a, 0x34, 0x8d, 0xa1, 0xd3, 0x99, 0x90, 0xcc, 0x28, 0x3d, 0xfa, 0x2f, 0x3c, 0x8a, 0x47, 0x8f, + 0xfe, 0x42, 0x99, 0x99, 0x24, 0x4a, 0x4b, 0xc1, 0xd3, 0xf4, 0xbd, 0xf9, 0xde, 0x37, 0xef, 0xbd, + 0x06, 0x9e, 0x97, 0x15, 0xff, 0x2c, 0x32, 0x3f, 0x67, 0x9b, 0xa0, 0x64, 0x64, 0x41, 0xcb, 0xa0, + 0x6e, 0x18, 0x67, 0x99, 0x58, 0x05, 0x35, 0xdf, 0xd6, 0x45, 0x1b, 0xb4, 0xbc, 0x11, 0x39, 0xef, + 0x0e, 0x5f, 0xdd, 0xe2, 0x3b, 0x25, 0x63, 0x25, 0x29, 0xfc, 0x9e, 0x9d, 0x7e, 0x47, 0x60, 0xbd, + 0x57, 0x04, 0x0e, 0xc1, 0x5a, 0x55, 0x05, 0x59, 0xb6, 0x13, 0xe4, 0x9a, 0x9e, 0x33, 0x3b, 0xf3, + 0x77, 0x60, 0x5f, 0x83, 0xfe, 0x1b, 0x45, 0x9d, 0x53, 0xde, 0x6c, 0xd3, 0xae, 0xe4, 0xf4, 0x1d, + 0x38, 0xff, 0xa4, 0xf1, 0x09, 0x98, 0xeb, 0x62, 0x3b, 0x41, 0x2e, 0xf2, 0xec, 0x54, 0xfe, 0xc4, + 0x4f, 0x60, 0xfc, 0x65, 0x41, 0x44, 0x31, 0x31, 0x5c, 0xe4, 0x39, 0xb3, 0x7b, 0x7b, 0xf2, 0x1b, + 0x79, 0x9b, 0x6a, 0xe8, 0xa5, 0xf1, 0x02, 0x4d, 0x7f, 0x1b, 0x30, 0x56, 0x49, 0x1c, 0x02, 0x50, + 0x41, 0xc8, 0x5c, 0x0b, 0xa4, 0xf4, 0x78, 0x76, 0xba, 0x27, 0xb8, 0x12, 0x84, 0x28, 0xfe, 0x72, + 0x94, 0xda, 0xb4, 0x0f, 0xf0, 0x19, 0xdc, 0xa6, 0x62, 0x93, 0x15, 0xcd, 0xfc, 0xef, 0xfb, 0xe8, + 0x72, 0x94, 0x3a, 0x3a, 0x3b, 0x40, 0x2d, 0x6f, 0x2a, 0x5a, 0x76, 0x90, 0x29, 0x1b, 0x97, 0x90, + 0xce, 0x6a, 0xe8, 0x11, 0x40, 0xc6, 0x58, 0xdf, 0xc6, 0x91, 0x8b, 0xbc, 0x5b, 0xf2, 0x29, 0x99, + 0xd3, 0xc0, 0x2b, 0x65, 0x11, 0x39, 0xef, 0x90, 0xb1, 0x1a, 0xf5, 0xfe, 0x81, 0x3d, 0x76, 0x7a, + 0x91, 0xf3, 0x61, 0x4a, 0x52, 0xb5, 0x7d, 0xad, 0xa5, 0x6a, 0xf7, 0xa7, 0x8c, 0xab, 0x96, 0x0f, + 0x53, 0x92, 0x3e, 0x88, 0x2c, 0x38, 0x5a, 0x57, 0x74, 0x39, 0x0d, 0xc1, 0x1e, 0x08, 0xec, 0x83, + 0xa5, 0x64, 0xfd, 0x3f, 0x7a, 0x68, 0xe9, 0x1d, 0xf5, 0xf8, 0x01, 0xd8, 0xc3, 0x12, 0xf1, 0x31, + 0xc0, 0xd5, 0x75, 0x1c, 0xcf, 0x6f, 0x5e, 0xc7, 0xd7, 0xe7, 0x27, 0xa3, 0xe8, 0x1b, 0x82, 0xbb, + 0x39, 0xdb, 0xec, 0x2a, 0x22, 0x47, 0x4f, 0x93, 0xc8, 0x38, 0x41, 0x9f, 0x9e, 0xfe, 0xef, 0x87, + 0x19, 0xea, 0xa3, 0xce, 0x7e, 0x20, 0xf4, 0xd3, 0x30, 0x2f, 0x92, 0xe8, 0x97, 0xf1, 0xf0, 0x42, + 0xcb, 0x93, 0xbe, 0xbf, 0x8f, 0x05, 0x21, 0x6f, 0x29, 0xfb, 0x4a, 0x3f, 0xc8, 0xca, 0xcc, 0x52, + 0xaa, 0x67, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xbc, 0xcf, 0x6d, 0x50, 0xfe, 0x02, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/struct/struct.proto b/vendor/src/github.com/golang/protobuf/ptypes/struct/struct.proto new file mode 100644 index 0000000..beeba81 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/struct/struct.proto @@ -0,0 +1,96 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// https://developers.google.com/protocol-buffers/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package google.protobuf; + +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; +option go_package = "github.com/golang/protobuf/ptypes/struct;structpb"; +option java_package = "com.google.protobuf"; +option java_outer_classname = "StructProto"; +option java_multiple_files = true; +option java_generate_equals_and_hash = true; +option objc_class_prefix = "GPB"; + + +// `Struct` represents a structured data value, consisting of fields +// which map to dynamically typed values. In some languages, `Struct` +// might be supported by a native representation. For example, in +// scripting languages like JS a struct is represented as an +// object. The details of that representation are described together +// with the proto support for the language. +// +// The JSON representation for `Struct` is JSON object. +message Struct { + // Unordered map of dynamically typed values. + map fields = 1; +} + +// `Value` represents a dynamically typed value which can be either +// null, a number, a string, a boolean, a recursive struct value, or a +// list of values. A producer of value is expected to set one of that +// variants, absence of any variant indicates an error. +// +// The JSON representation for `Value` is JSON value. +message Value { + // The kind of value. + oneof kind { + // Represents a null value. + NullValue null_value = 1; + // Represents a double value. + double number_value = 2; + // Represents a string value. + string string_value = 3; + // Represents a boolean value. + bool bool_value = 4; + // Represents a structured value. + Struct struct_value = 5; + // Represents a repeated `Value`. + ListValue list_value = 6; + } +} + +// `NullValue` is a singleton enumeration to represent the null value for the +// `Value` type union. +// +// The JSON representation for `NullValue` is JSON `null`. +enum NullValue { + // Null value. + NULL_VALUE = 0; +} + +// `ListValue` is a wrapper around a repeated field of values. +// +// The JSON representation for `ListValue` is JSON array. +message ListValue { + // Repeated field of dynamically typed values. + repeated Value values = 1; +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/timestamp.go b/vendor/src/github.com/golang/protobuf/ptypes/timestamp.go new file mode 100644 index 0000000..1b36576 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/timestamp.go @@ -0,0 +1,125 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package ptypes + +// This file implements operations on google.protobuf.Timestamp. + +import ( + "errors" + "fmt" + "time" + + tspb "github.com/golang/protobuf/ptypes/timestamp" +) + +const ( + // Seconds field of the earliest valid Timestamp. + // This is time.Date(1, 1, 1, 0, 0, 0, 0, time.UTC).Unix(). + minValidSeconds = -62135596800 + // Seconds field just after the latest valid Timestamp. + // This is time.Date(10000, 1, 1, 0, 0, 0, 0, time.UTC).Unix(). + maxValidSeconds = 253402300800 +) + +// validateTimestamp determines whether a Timestamp is valid. +// A valid timestamp represents a time in the range +// [0001-01-01, 10000-01-01) and has a Nanos field +// in the range [0, 1e9). +// +// If the Timestamp is valid, validateTimestamp returns nil. +// Otherwise, it returns an error that describes +// the problem. +// +// Every valid Timestamp can be represented by a time.Time, but the converse is not true. +func validateTimestamp(ts *tspb.Timestamp) error { + if ts == nil { + return errors.New("timestamp: nil Timestamp") + } + if ts.Seconds < minValidSeconds { + return fmt.Errorf("timestamp: %v before 0001-01-01", ts) + } + if ts.Seconds >= maxValidSeconds { + return fmt.Errorf("timestamp: %v after 10000-01-01", ts) + } + if ts.Nanos < 0 || ts.Nanos >= 1e9 { + return fmt.Errorf("timestamp: %v: nanos not in range [0, 1e9)", ts) + } + return nil +} + +// Timestamp converts a google.protobuf.Timestamp proto to a time.Time. +// It returns an error if the argument is invalid. +// +// Unlike most Go functions, if Timestamp returns an error, the first return value +// is not the zero time.Time. Instead, it is the value obtained from the +// time.Unix function when passed the contents of the Timestamp, in the UTC +// locale. This may or may not be a meaningful time; many invalid Timestamps +// do map to valid time.Times. +// +// A nil Timestamp returns an error. The first return value in that case is +// undefined. +func Timestamp(ts *tspb.Timestamp) (time.Time, error) { + // Don't return the zero value on error, because corresponds to a valid + // timestamp. Instead return whatever time.Unix gives us. + var t time.Time + if ts == nil { + t = time.Unix(0, 0).UTC() // treat nil like the empty Timestamp + } else { + t = time.Unix(ts.Seconds, int64(ts.Nanos)).UTC() + } + return t, validateTimestamp(ts) +} + +// TimestampProto converts the time.Time to a google.protobuf.Timestamp proto. +// It returns an error if the resulting Timestamp is invalid. +func TimestampProto(t time.Time) (*tspb.Timestamp, error) { + seconds := t.Unix() + nanos := int32(t.Sub(time.Unix(seconds, 0))) + ts := &tspb.Timestamp{ + Seconds: seconds, + Nanos: nanos, + } + if err := validateTimestamp(ts); err != nil { + return nil, err + } + return ts, nil +} + +// TimestampString returns the RFC 3339 string for valid Timestamps. For invalid +// Timestamps, it returns an error message in parentheses. +func TimestampString(ts *tspb.Timestamp) string { + t, err := Timestamp(ts) + if err != nil { + return fmt.Sprintf("(%v)", err) + } + return t.Format(time.RFC3339Nano) +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go b/vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go new file mode 100644 index 0000000..ffcc515 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go @@ -0,0 +1,127 @@ +// Code generated by protoc-gen-go. +// source: github.com/golang/protobuf/ptypes/timestamp/timestamp.proto +// DO NOT EDIT! + +/* +Package timestamp is a generated protocol buffer package. + +It is generated from these files: + github.com/golang/protobuf/ptypes/timestamp/timestamp.proto + +It has these top-level messages: + Timestamp +*/ +package timestamp + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// A Timestamp represents a point in time independent of any time zone +// or calendar, represented as seconds and fractions of seconds at +// nanosecond resolution in UTC Epoch time. It is encoded using the +// Proleptic Gregorian Calendar which extends the Gregorian calendar +// backwards to year one. It is encoded assuming all minutes are 60 +// seconds long, i.e. leap seconds are "smeared" so that no leap second +// table is needed for interpretation. Range is from +// 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. +// By restricting to that range, we ensure that we can convert to +// and from RFC 3339 date strings. +// See [https://www.ietf.org/rfc/rfc3339.txt](https://www.ietf.org/rfc/rfc3339.txt). +// +// Example 1: Compute Timestamp from POSIX `time()`. +// +// Timestamp timestamp; +// timestamp.set_seconds(time(NULL)); +// timestamp.set_nanos(0); +// +// Example 2: Compute Timestamp from POSIX `gettimeofday()`. +// +// struct timeval tv; +// gettimeofday(&tv, NULL); +// +// Timestamp timestamp; +// timestamp.set_seconds(tv.tv_sec); +// timestamp.set_nanos(tv.tv_usec * 1000); +// +// Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`. +// +// FILETIME ft; +// GetSystemTimeAsFileTime(&ft); +// UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime; +// +// // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z +// // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z. +// Timestamp timestamp; +// timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL)); +// timestamp.set_nanos((INT32) ((ticks % 10000000) * 100)); +// +// Example 4: Compute Timestamp from Java `System.currentTimeMillis()`. +// +// long millis = System.currentTimeMillis(); +// +// Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) +// .setNanos((int) ((millis % 1000) * 1000000)).build(); +// +// +// Example 5: Compute Timestamp from current time in Python. +// +// now = time.time() +// seconds = int(now) +// nanos = int((now - seconds) * 10**9) +// timestamp = Timestamp(seconds=seconds, nanos=nanos) +// +// +type Timestamp struct { + // Represents seconds of UTC time since Unix epoch + // 1970-01-01T00:00:00Z. Must be from from 0001-01-01T00:00:00Z to + // 9999-12-31T23:59:59Z inclusive. + Seconds int64 `protobuf:"varint,1,opt,name=seconds" json:"seconds,omitempty"` + // Non-negative fractions of a second at nanosecond resolution. Negative + // second values with fractions must still have non-negative nanos values + // that count forward in time. Must be from 0 to 999,999,999 + // inclusive. + Nanos int32 `protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"` +} + +func (m *Timestamp) Reset() { *m = Timestamp{} } +func (m *Timestamp) String() string { return proto.CompactTextString(m) } +func (*Timestamp) ProtoMessage() {} +func (*Timestamp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (*Timestamp) XXX_WellKnownType() string { return "Timestamp" } + +func init() { + proto.RegisterType((*Timestamp)(nil), "google.protobuf.Timestamp") +} + +func init() { + proto.RegisterFile("github.com/golang/protobuf/ptypes/timestamp/timestamp.proto", fileDescriptor0) +} + +var fileDescriptor0 = []byte{ + // 194 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xb2, 0x4e, 0xcf, 0x2c, 0xc9, + 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28, + 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x2f, 0xc9, + 0xcc, 0x4d, 0x2d, 0x2e, 0x49, 0xcc, 0x2d, 0x40, 0xb0, 0xf4, 0xc0, 0x6a, 0x84, 0xf8, 0xd3, 0xf3, + 0xf3, 0xd3, 0x73, 0x52, 0xf5, 0x60, 0x3a, 0x94, 0xac, 0xb9, 0x38, 0x43, 0x60, 0x6a, 0x84, 0x24, + 0xb8, 0xd8, 0x8b, 0x53, 0x93, 0xf3, 0xf3, 0x52, 0x8a, 0x25, 0x18, 0x15, 0x18, 0x35, 0x98, 0x83, + 0x60, 0x5c, 0x21, 0x11, 0x2e, 0xd6, 0xbc, 0xc4, 0xbc, 0xfc, 0x62, 0x09, 0x26, 0x05, 0x46, 0x0d, + 0xd6, 0x20, 0x08, 0xc7, 0xa9, 0x91, 0x91, 0x4b, 0x38, 0x39, 0x3f, 0x57, 0x0f, 0xcd, 0x50, 0x27, + 0x3e, 0xb8, 0x91, 0x01, 0x20, 0xa1, 0x00, 0xc6, 0x28, 0x6d, 0x12, 0x1c, 0xbd, 0x80, 0x91, 0xf1, + 0x07, 0x23, 0xe3, 0x22, 0x26, 0x66, 0xf7, 0x00, 0xa7, 0x55, 0x4c, 0x72, 0xee, 0x10, 0xc3, 0x03, + 0xa0, 0xca, 0xf5, 0xc2, 0x53, 0x73, 0x72, 0xbc, 0xf3, 0xf2, 0xcb, 0xf3, 0x42, 0x40, 0xda, 0x92, + 0xd8, 0xc0, 0xe6, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x17, 0x5f, 0xb7, 0xdc, 0x17, 0x01, + 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto b/vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto new file mode 100644 index 0000000..7992a85 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/timestamp/timestamp.proto @@ -0,0 +1,111 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// https://developers.google.com/protocol-buffers/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +syntax = "proto3"; + +package google.protobuf; + +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; +option cc_enable_arenas = true; +option go_package = "github.com/golang/protobuf/ptypes/timestamp"; +option java_package = "com.google.protobuf"; +option java_outer_classname = "TimestampProto"; +option java_multiple_files = true; +option java_generate_equals_and_hash = true; +option objc_class_prefix = "GPB"; + +// A Timestamp represents a point in time independent of any time zone +// or calendar, represented as seconds and fractions of seconds at +// nanosecond resolution in UTC Epoch time. It is encoded using the +// Proleptic Gregorian Calendar which extends the Gregorian calendar +// backwards to year one. It is encoded assuming all minutes are 60 +// seconds long, i.e. leap seconds are "smeared" so that no leap second +// table is needed for interpretation. Range is from +// 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. +// By restricting to that range, we ensure that we can convert to +// and from RFC 3339 date strings. +// See [https://www.ietf.org/rfc/rfc3339.txt](https://www.ietf.org/rfc/rfc3339.txt). +// +// Example 1: Compute Timestamp from POSIX `time()`. +// +// Timestamp timestamp; +// timestamp.set_seconds(time(NULL)); +// timestamp.set_nanos(0); +// +// Example 2: Compute Timestamp from POSIX `gettimeofday()`. +// +// struct timeval tv; +// gettimeofday(&tv, NULL); +// +// Timestamp timestamp; +// timestamp.set_seconds(tv.tv_sec); +// timestamp.set_nanos(tv.tv_usec * 1000); +// +// Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`. +// +// FILETIME ft; +// GetSystemTimeAsFileTime(&ft); +// UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime; +// +// // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z +// // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z. +// Timestamp timestamp; +// timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL)); +// timestamp.set_nanos((INT32) ((ticks % 10000000) * 100)); +// +// Example 4: Compute Timestamp from Java `System.currentTimeMillis()`. +// +// long millis = System.currentTimeMillis(); +// +// Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000) +// .setNanos((int) ((millis % 1000) * 1000000)).build(); +// +// +// Example 5: Compute Timestamp from current time in Python. +// +// now = time.time() +// seconds = int(now) +// nanos = int((now - seconds) * 10**9) +// timestamp = Timestamp(seconds=seconds, nanos=nanos) +// +// +message Timestamp { + + // Represents seconds of UTC time since Unix epoch + // 1970-01-01T00:00:00Z. Must be from from 0001-01-01T00:00:00Z to + // 9999-12-31T23:59:59Z inclusive. + int64 seconds = 1; + + // Non-negative fractions of a second at nanosecond resolution. Negative + // second values with fractions must still have non-negative nanos values + // that count forward in time. Must be from 0 to 999,999,999 + // inclusive. + int32 nanos = 2; +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/timestamp_test.go b/vendor/src/github.com/golang/protobuf/ptypes/timestamp_test.go new file mode 100644 index 0000000..114a7f9 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/timestamp_test.go @@ -0,0 +1,138 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2016 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package ptypes + +import ( + "math" + "testing" + "time" + + "github.com/golang/protobuf/proto" + tspb "github.com/golang/protobuf/ptypes/timestamp" +) + +var tests = []struct { + ts *tspb.Timestamp + valid bool + t time.Time +}{ + // The timestamp representing the Unix epoch date. + {&tspb.Timestamp{0, 0}, true, utcDate(1970, 1, 1)}, + // The smallest representable timestamp. + {&tspb.Timestamp{math.MinInt64, math.MinInt32}, false, + time.Unix(math.MinInt64, math.MinInt32).UTC()}, + // The smallest representable timestamp with non-negative nanos. + {&tspb.Timestamp{math.MinInt64, 0}, false, time.Unix(math.MinInt64, 0).UTC()}, + // The earliest valid timestamp. + {&tspb.Timestamp{minValidSeconds, 0}, true, utcDate(1, 1, 1)}, + //"0001-01-01T00:00:00Z"}, + // The largest representable timestamp. + {&tspb.Timestamp{math.MaxInt64, math.MaxInt32}, false, + time.Unix(math.MaxInt64, math.MaxInt32).UTC()}, + // The largest representable timestamp with nanos in range. + {&tspb.Timestamp{math.MaxInt64, 1e9 - 1}, false, + time.Unix(math.MaxInt64, 1e9-1).UTC()}, + // The largest valid timestamp. + {&tspb.Timestamp{maxValidSeconds - 1, 1e9 - 1}, true, + time.Date(9999, 12, 31, 23, 59, 59, 1e9-1, time.UTC)}, + // The smallest invalid timestamp that is larger than the valid range. + {&tspb.Timestamp{maxValidSeconds, 0}, false, time.Unix(maxValidSeconds, 0).UTC()}, + // A date before the epoch. + {&tspb.Timestamp{-281836800, 0}, true, utcDate(1961, 1, 26)}, + // A date after the epoch. + {&tspb.Timestamp{1296000000, 0}, true, utcDate(2011, 1, 26)}, + // A date after the epoch, in the middle of the day. + {&tspb.Timestamp{1296012345, 940483}, true, + time.Date(2011, 1, 26, 3, 25, 45, 940483, time.UTC)}, +} + +func TestValidateTimestamp(t *testing.T) { + for _, s := range tests { + got := validateTimestamp(s.ts) + if (got == nil) != s.valid { + t.Errorf("validateTimestamp(%v) = %v, want %v", s.ts, got, s.valid) + } + } +} + +func TestTimestamp(t *testing.T) { + for _, s := range tests { + got, err := Timestamp(s.ts) + if (err == nil) != s.valid { + t.Errorf("Timestamp(%v) error = %v, but valid = %t", s.ts, err, s.valid) + } else if s.valid && got != s.t { + t.Errorf("Timestamp(%v) = %v, want %v", s.ts, got, s.t) + } + } + // Special case: a nil Timestamp is an error, but returns the 0 Unix time. + got, err := Timestamp(nil) + want := time.Unix(0, 0).UTC() + if got != want { + t.Errorf("Timestamp(nil) = %v, want %v", got, want) + } + if err == nil { + t.Errorf("Timestamp(nil) error = nil, expected error") + } +} + +func TestTimestampProto(t *testing.T) { + for _, s := range tests { + got, err := TimestampProto(s.t) + if (err == nil) != s.valid { + t.Errorf("TimestampProto(%v) error = %v, but valid = %t", s.t, err, s.valid) + } else if s.valid && !proto.Equal(got, s.ts) { + t.Errorf("TimestampProto(%v) = %v, want %v", s.t, got, s.ts) + } + } + // No corresponding special case here: no time.Time results in a nil Timestamp. +} + +func TestTimestampString(t *testing.T) { + for _, test := range []struct { + ts *tspb.Timestamp + want string + }{ + // Not much testing needed because presumably time.Format is + // well-tested. + {&tspb.Timestamp{0, 0}, "1970-01-01T00:00:00Z"}, + {&tspb.Timestamp{minValidSeconds - 1, 0}, "(timestamp: seconds:-62135596801 before 0001-01-01)"}, + } { + got := TimestampString(test.ts) + if got != test.want { + t.Errorf("TimestampString(%v) = %q, want %q", test.ts, got, test.want) + } + } +} + +func utcDate(year, month, day int) time.Time { + return time.Date(year, time.Month(month), day, 0, 0, 0, 0, time.UTC) +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go b/vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go new file mode 100644 index 0000000..5e52a81 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.pb.go @@ -0,0 +1,200 @@ +// Code generated by protoc-gen-go. +// source: github.com/golang/protobuf/ptypes/wrappers/wrappers.proto +// DO NOT EDIT! + +/* +Package wrappers is a generated protocol buffer package. + +It is generated from these files: + github.com/golang/protobuf/ptypes/wrappers/wrappers.proto + +It has these top-level messages: + DoubleValue + FloatValue + Int64Value + UInt64Value + Int32Value + UInt32Value + BoolValue + StringValue + BytesValue +*/ +package wrappers + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// Wrapper message for `double`. +// +// The JSON representation for `DoubleValue` is JSON number. +type DoubleValue struct { + // The double value. + Value float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"` +} + +func (m *DoubleValue) Reset() { *m = DoubleValue{} } +func (m *DoubleValue) String() string { return proto.CompactTextString(m) } +func (*DoubleValue) ProtoMessage() {} +func (*DoubleValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } +func (*DoubleValue) XXX_WellKnownType() string { return "DoubleValue" } + +// Wrapper message for `float`. +// +// The JSON representation for `FloatValue` is JSON number. +type FloatValue struct { + // The float value. + Value float32 `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"` +} + +func (m *FloatValue) Reset() { *m = FloatValue{} } +func (m *FloatValue) String() string { return proto.CompactTextString(m) } +func (*FloatValue) ProtoMessage() {} +func (*FloatValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } +func (*FloatValue) XXX_WellKnownType() string { return "FloatValue" } + +// Wrapper message for `int64`. +// +// The JSON representation for `Int64Value` is JSON string. +type Int64Value struct { + // The int64 value. + Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` +} + +func (m *Int64Value) Reset() { *m = Int64Value{} } +func (m *Int64Value) String() string { return proto.CompactTextString(m) } +func (*Int64Value) ProtoMessage() {} +func (*Int64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } +func (*Int64Value) XXX_WellKnownType() string { return "Int64Value" } + +// Wrapper message for `uint64`. +// +// The JSON representation for `UInt64Value` is JSON string. +type UInt64Value struct { + // The uint64 value. + Value uint64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` +} + +func (m *UInt64Value) Reset() { *m = UInt64Value{} } +func (m *UInt64Value) String() string { return proto.CompactTextString(m) } +func (*UInt64Value) ProtoMessage() {} +func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } +func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" } + +// Wrapper message for `int32`. +// +// The JSON representation for `Int32Value` is JSON number. +type Int32Value struct { + // The int32 value. + Value int32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` +} + +func (m *Int32Value) Reset() { *m = Int32Value{} } +func (m *Int32Value) String() string { return proto.CompactTextString(m) } +func (*Int32Value) ProtoMessage() {} +func (*Int32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } +func (*Int32Value) XXX_WellKnownType() string { return "Int32Value" } + +// Wrapper message for `uint32`. +// +// The JSON representation for `UInt32Value` is JSON number. +type UInt32Value struct { + // The uint32 value. + Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` +} + +func (m *UInt32Value) Reset() { *m = UInt32Value{} } +func (m *UInt32Value) String() string { return proto.CompactTextString(m) } +func (*UInt32Value) ProtoMessage() {} +func (*UInt32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } +func (*UInt32Value) XXX_WellKnownType() string { return "UInt32Value" } + +// Wrapper message for `bool`. +// +// The JSON representation for `BoolValue` is JSON `true` and `false`. +type BoolValue struct { + // The bool value. + Value bool `protobuf:"varint,1,opt,name=value" json:"value,omitempty"` +} + +func (m *BoolValue) Reset() { *m = BoolValue{} } +func (m *BoolValue) String() string { return proto.CompactTextString(m) } +func (*BoolValue) ProtoMessage() {} +func (*BoolValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} } +func (*BoolValue) XXX_WellKnownType() string { return "BoolValue" } + +// Wrapper message for `string`. +// +// The JSON representation for `StringValue` is JSON string. +type StringValue struct { + // The string value. + Value string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"` +} + +func (m *StringValue) Reset() { *m = StringValue{} } +func (m *StringValue) String() string { return proto.CompactTextString(m) } +func (*StringValue) ProtoMessage() {} +func (*StringValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } +func (*StringValue) XXX_WellKnownType() string { return "StringValue" } + +// Wrapper message for `bytes`. +// +// The JSON representation for `BytesValue` is JSON string. +type BytesValue struct { + // The bytes value. + Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` +} + +func (m *BytesValue) Reset() { *m = BytesValue{} } +func (m *BytesValue) String() string { return proto.CompactTextString(m) } +func (*BytesValue) ProtoMessage() {} +func (*BytesValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} } +func (*BytesValue) XXX_WellKnownType() string { return "BytesValue" } + +func init() { + proto.RegisterType((*DoubleValue)(nil), "google.protobuf.DoubleValue") + proto.RegisterType((*FloatValue)(nil), "google.protobuf.FloatValue") + proto.RegisterType((*Int64Value)(nil), "google.protobuf.Int64Value") + proto.RegisterType((*UInt64Value)(nil), "google.protobuf.UInt64Value") + proto.RegisterType((*Int32Value)(nil), "google.protobuf.Int32Value") + proto.RegisterType((*UInt32Value)(nil), "google.protobuf.UInt32Value") + proto.RegisterType((*BoolValue)(nil), "google.protobuf.BoolValue") + proto.RegisterType((*StringValue)(nil), "google.protobuf.StringValue") + proto.RegisterType((*BytesValue)(nil), "google.protobuf.BytesValue") +} + +func init() { + proto.RegisterFile("github.com/golang/protobuf/ptypes/wrappers/wrappers.proto", fileDescriptor0) +} + +var fileDescriptor0 = []byte{ + // 260 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xb2, 0x4c, 0xcf, 0x2c, 0xc9, + 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28, + 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x2f, 0x2f, + 0x4a, 0x2c, 0x28, 0x48, 0x2d, 0x42, 0x30, 0xf4, 0xc0, 0x2a, 0x84, 0xf8, 0xd3, 0xf3, 0xf3, 0xd3, + 0x73, 0x52, 0xf5, 0x60, 0xea, 0x95, 0x94, 0xb9, 0xb8, 0x5d, 0xf2, 0x4b, 0x93, 0x72, 0x52, 0xc3, + 0x12, 0x73, 0x4a, 0x53, 0x85, 0x44, 0xb8, 0x58, 0xcb, 0x40, 0x0c, 0x09, 0x46, 0x05, 0x46, 0x0d, + 0xc6, 0x20, 0x08, 0x47, 0x49, 0x89, 0x8b, 0xcb, 0x2d, 0x27, 0x3f, 0xb1, 0x04, 0x8b, 0x1a, 0x26, + 0x24, 0x35, 0x9e, 0x79, 0x25, 0x66, 0x26, 0x58, 0xd4, 0x30, 0xc3, 0xd4, 0x28, 0x73, 0x71, 0x87, + 0xe2, 0x52, 0xc4, 0x82, 0x6a, 0x90, 0xb1, 0x11, 0x16, 0x35, 0xac, 0x68, 0x06, 0x61, 0x55, 0xc4, + 0x0b, 0x53, 0xa4, 0xc8, 0xc5, 0xe9, 0x94, 0x9f, 0x9f, 0x83, 0x45, 0x09, 0x07, 0x92, 0x39, 0xc1, + 0x25, 0x45, 0x99, 0x79, 0xe9, 0x58, 0x14, 0x71, 0x22, 0x39, 0xc8, 0xa9, 0xb2, 0x24, 0xb5, 0x18, + 0x8b, 0x1a, 0x1e, 0xa8, 0x1a, 0xa7, 0x7a, 0x2e, 0xe1, 0xe4, 0xfc, 0x5c, 0x3d, 0xb4, 0xd0, 0x75, + 0xe2, 0x0d, 0x87, 0x06, 0x7f, 0x00, 0x48, 0x24, 0x80, 0x31, 0x4a, 0x8b, 0xf8, 0xa8, 0x5b, 0xc0, + 0xc8, 0xf8, 0x83, 0x91, 0x71, 0x11, 0x13, 0xb3, 0x7b, 0x80, 0xd3, 0x2a, 0x26, 0x39, 0x77, 0x88, + 0xd1, 0x01, 0x50, 0xd5, 0x7a, 0xe1, 0xa9, 0x39, 0x39, 0xde, 0x79, 0xf9, 0xe5, 0x79, 0x21, 0x20, + 0x5d, 0x49, 0x6c, 0x60, 0x63, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa9, 0xdf, 0x64, 0x4b, + 0x1c, 0x02, 0x00, 0x00, +} diff --git a/vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto b/vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto new file mode 100644 index 0000000..4828ad9 --- /dev/null +++ b/vendor/src/github.com/golang/protobuf/ptypes/wrappers/wrappers.proto @@ -0,0 +1,119 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// https://developers.google.com/protocol-buffers/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// Wrappers for primitive (non-message) types. These types are useful +// for embedding primitives in the `google.protobuf.Any` type and for places +// where we need to distinguish between the absence of a primitive +// typed field and its default value. + +syntax = "proto3"; + +package google.protobuf; + +option csharp_namespace = "Google.Protobuf.WellKnownTypes"; +option cc_enable_arenas = true; +option go_package = "github.com/golang/protobuf/ptypes/wrappers"; +option java_package = "com.google.protobuf"; +option java_outer_classname = "WrappersProto"; +option java_multiple_files = true; +option java_generate_equals_and_hash = true; +option objc_class_prefix = "GPB"; + +// Wrapper message for `double`. +// +// The JSON representation for `DoubleValue` is JSON number. +message DoubleValue { + // The double value. + double value = 1; +} + +// Wrapper message for `float`. +// +// The JSON representation for `FloatValue` is JSON number. +message FloatValue { + // The float value. + float value = 1; +} + +// Wrapper message for `int64`. +// +// The JSON representation for `Int64Value` is JSON string. +message Int64Value { + // The int64 value. + int64 value = 1; +} + +// Wrapper message for `uint64`. +// +// The JSON representation for `UInt64Value` is JSON string. +message UInt64Value { + // The uint64 value. + uint64 value = 1; +} + +// Wrapper message for `int32`. +// +// The JSON representation for `Int32Value` is JSON number. +message Int32Value { + // The int32 value. + int32 value = 1; +} + +// Wrapper message for `uint32`. +// +// The JSON representation for `UInt32Value` is JSON number. +message UInt32Value { + // The uint32 value. + uint32 value = 1; +} + +// Wrapper message for `bool`. +// +// The JSON representation for `BoolValue` is JSON `true` and `false`. +message BoolValue { + // The bool value. + bool value = 1; +} + +// Wrapper message for `string`. +// +// The JSON representation for `StringValue` is JSON string. +message StringValue { + // The string value. + string value = 1; +} + +// Wrapper message for `bytes`. +// +// The JSON representation for `BytesValue` is JSON string. +message BytesValue { + // The bytes value. + bytes value = 1; +} diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions b/vendor/src/github.com/matttproud/golang_protobuf_extensions deleted file mode 160000 index c12348c..0000000 --- a/vendor/src/github.com/matttproud/golang_protobuf_extensions +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c12348ce28de40eed0136aa2b644d0ee0650e56c diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/.travis.yml b/vendor/src/github.com/matttproud/golang_protobuf_extensions/.travis.yml new file mode 100644 index 0000000..5db2580 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/.travis.yml @@ -0,0 +1,8 @@ +language: go + +go: + - 1.5 + - 1.6 + - tip + +script: make -f Makefile.TRAVIS diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/LICENSE b/vendor/src/github.com/matttproud/golang_protobuf_extensions/LICENSE new file mode 100644 index 0000000..8dada3e --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/Makefile.TRAVIS b/vendor/src/github.com/matttproud/golang_protobuf_extensions/Makefile.TRAVIS new file mode 100644 index 0000000..24f9649 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/Makefile.TRAVIS @@ -0,0 +1,15 @@ +all: build cover test vet + +build: + go build -v ./... + +cover: test + $(MAKE) -C pbutil cover + +test: build + go test -v ./... + +vet: build + go vet -v ./... + +.PHONY: build cover test vet diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/NOTICE b/vendor/src/github.com/matttproud/golang_protobuf_extensions/NOTICE new file mode 100644 index 0000000..5d8cb5b --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/NOTICE @@ -0,0 +1 @@ +Copyright 2012 Matt T. Proud (matt.proud@gmail.com) diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/README.md b/vendor/src/github.com/matttproud/golang_protobuf_extensions/README.md new file mode 100644 index 0000000..751ee69 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/README.md @@ -0,0 +1,20 @@ +# Overview +This repository provides various Protocol Buffer extensions for the Go +language (golang), namely support for record length-delimited message +streaming. + +| Java | Go | +| ------------------------------ | --------------------- | +| MessageLite#parseDelimitedFrom | pbutil.ReadDelimited | +| MessageLite#writeDelimitedTo | pbutil.WriteDelimited | + +Because [Code Review 9102043](https://codereview.appspot.com/9102043/) is +destined to never be merged into mainline (i.e., never be promoted to formal +[goprotobuf features](https://github.com/golang/protobuf)), this repository +will live here in the wild. + +# Documentation +We have [generated Go Doc documentation](http://godoc.org/github.com/matttproud/golang_protobuf_extensions/pbutil) here. + +# Testing +[![Build Status](https://travis-ci.org/matttproud/golang_protobuf_extensions.png?branch=master)](https://travis-ci.org/matttproud/golang_protobuf_extensions) diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/ext/moved.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/ext/moved.go new file mode 100644 index 0000000..f31a0f0 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/ext/moved.go @@ -0,0 +1,2 @@ +// Package ext moved to a new location: github.com/matttproud/golang_protobuf_extensions/pbutil. +package ext diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbtest/deleted.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbtest/deleted.go new file mode 100644 index 0000000..73efcb1 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbtest/deleted.go @@ -0,0 +1,2 @@ +// Package pbtest is deleted for the time being, because upstream Protocol Buffer 3 may have rendered quick.Value-based blackbox generation impossible. +package pbtest diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore new file mode 100644 index 0000000..e16fb94 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore @@ -0,0 +1 @@ +cover.dat diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile new file mode 100644 index 0000000..81be214 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/Makefile @@ -0,0 +1,7 @@ +all: + +cover: + go test -cover -v -coverprofile=cover.dat ./... + go tool cover -func cover.dat + +.PHONY: cover diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go new file mode 100644 index 0000000..a793c88 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go @@ -0,0 +1,178 @@ +// Copyright 2013 Matt T. Proud +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package pbutil + +import ( + "bytes" + "testing" + + "github.com/golang/protobuf/proto" + + . "github.com/matttproud/golang_protobuf_extensions/testdata" +) + +func TestWriteDelimited(t *testing.T) { + t.Parallel() + for _, test := range []struct { + msg proto.Message + buf []byte + n int + err error + }{ + { + msg: &Empty{}, + n: 1, + buf: []byte{0}, + }, + { + msg: &GoEnum{Foo: FOO_FOO1.Enum()}, + n: 3, + buf: []byte{2, 8, 1}, + }, + { + msg: &Strings{ + StringField: proto.String(`This is my gigantic, unhappy string. It exceeds +the encoding size of a single byte varint. We are using it to fuzz test the +correctness of the header decoding mechanisms, which may prove problematic. +I expect it may. Let's hope you enjoy testing as much as we do.`), + }, + n: 271, + buf: []byte{141, 2, 10, 138, 2, 84, 104, 105, 115, 32, 105, 115, 32, 109, + 121, 32, 103, 105, 103, 97, 110, 116, 105, 99, 44, 32, 117, 110, 104, + 97, 112, 112, 121, 32, 115, 116, 114, 105, 110, 103, 46, 32, 32, 73, + 116, 32, 101, 120, 99, 101, 101, 100, 115, 10, 116, 104, 101, 32, 101, + 110, 99, 111, 100, 105, 110, 103, 32, 115, 105, 122, 101, 32, 111, 102, + 32, 97, 32, 115, 105, 110, 103, 108, 101, 32, 98, 121, 116, 101, 32, + 118, 97, 114, 105, 110, 116, 46, 32, 32, 87, 101, 32, 97, 114, 101, 32, + 117, 115, 105, 110, 103, 32, 105, 116, 32, 116, 111, 32, 102, 117, 122, + 122, 32, 116, 101, 115, 116, 32, 116, 104, 101, 10, 99, 111, 114, 114, + 101, 99, 116, 110, 101, 115, 115, 32, 111, 102, 32, 116, 104, 101, 32, + 104, 101, 97, 100, 101, 114, 32, 100, 101, 99, 111, 100, 105, 110, 103, + 32, 109, 101, 99, 104, 97, 110, 105, 115, 109, 115, 44, 32, 119, 104, + 105, 99, 104, 32, 109, 97, 121, 32, 112, 114, 111, 118, 101, 32, 112, + 114, 111, 98, 108, 101, 109, 97, 116, 105, 99, 46, 10, 73, 32, 101, 120, + 112, 101, 99, 116, 32, 105, 116, 32, 109, 97, 121, 46, 32, 32, 76, 101, + 116, 39, 115, 32, 104, 111, 112, 101, 32, 121, 111, 117, 32, 101, 110, + 106, 111, 121, 32, 116, 101, 115, 116, 105, 110, 103, 32, 97, 115, 32, + 109, 117, 99, 104, 32, 97, 115, 32, 119, 101, 32, 100, 111, 46}, + }, + } { + var buf bytes.Buffer + if n, err := WriteDelimited(&buf, test.msg); n != test.n || err != test.err { + t.Fatalf("WriteDelimited(buf, %#v) = %v, %v; want %v, %v", test.msg, n, err, test.n, test.err) + } + if out := buf.Bytes(); !bytes.Equal(out, test.buf) { + t.Fatalf("WriteDelimited(buf, %#v); buf = %v; want %v", test.msg, out, test.buf) + } + } +} + +func TestReadDelimited(t *testing.T) { + t.Parallel() + for _, test := range []struct { + buf []byte + msg proto.Message + n int + err error + }{ + { + buf: []byte{0}, + msg: &Empty{}, + n: 1, + }, + { + n: 3, + buf: []byte{2, 8, 1}, + msg: &GoEnum{Foo: FOO_FOO1.Enum()}, + }, + { + buf: []byte{141, 2, 10, 138, 2, 84, 104, 105, 115, 32, 105, 115, 32, 109, + 121, 32, 103, 105, 103, 97, 110, 116, 105, 99, 44, 32, 117, 110, 104, + 97, 112, 112, 121, 32, 115, 116, 114, 105, 110, 103, 46, 32, 32, 73, + 116, 32, 101, 120, 99, 101, 101, 100, 115, 10, 116, 104, 101, 32, 101, + 110, 99, 111, 100, 105, 110, 103, 32, 115, 105, 122, 101, 32, 111, 102, + 32, 97, 32, 115, 105, 110, 103, 108, 101, 32, 98, 121, 116, 101, 32, + 118, 97, 114, 105, 110, 116, 46, 32, 32, 87, 101, 32, 97, 114, 101, 32, + 117, 115, 105, 110, 103, 32, 105, 116, 32, 116, 111, 32, 102, 117, 122, + 122, 32, 116, 101, 115, 116, 32, 116, 104, 101, 10, 99, 111, 114, 114, + 101, 99, 116, 110, 101, 115, 115, 32, 111, 102, 32, 116, 104, 101, 32, + 104, 101, 97, 100, 101, 114, 32, 100, 101, 99, 111, 100, 105, 110, 103, + 32, 109, 101, 99, 104, 97, 110, 105, 115, 109, 115, 44, 32, 119, 104, + 105, 99, 104, 32, 109, 97, 121, 32, 112, 114, 111, 118, 101, 32, 112, + 114, 111, 98, 108, 101, 109, 97, 116, 105, 99, 46, 10, 73, 32, 101, 120, + 112, 101, 99, 116, 32, 105, 116, 32, 109, 97, 121, 46, 32, 32, 76, 101, + 116, 39, 115, 32, 104, 111, 112, 101, 32, 121, 111, 117, 32, 101, 110, + 106, 111, 121, 32, 116, 101, 115, 116, 105, 110, 103, 32, 97, 115, 32, + 109, 117, 99, 104, 32, 97, 115, 32, 119, 101, 32, 100, 111, 46}, + msg: &Strings{ + StringField: proto.String(`This is my gigantic, unhappy string. It exceeds +the encoding size of a single byte varint. We are using it to fuzz test the +correctness of the header decoding mechanisms, which may prove problematic. +I expect it may. Let's hope you enjoy testing as much as we do.`), + }, + n: 271, + }, + } { + msg := proto.Clone(test.msg) + msg.Reset() + if n, err := ReadDelimited(bytes.NewBuffer(test.buf), msg); n != test.n || err != test.err { + t.Fatalf("ReadDelimited(%v, msg) = %v, %v; want %v, %v", test.buf, n, err, test.n, test.err) + } + if !proto.Equal(msg, test.msg) { + t.Fatalf("ReadDelimited(%v, msg); msg = %v; want %v", test.buf, msg, test.msg) + } + } +} + +func TestEndToEndValid(t *testing.T) { + t.Parallel() + for _, test := range [][]proto.Message{ + {&Empty{}}, + {&GoEnum{Foo: FOO_FOO1.Enum()}, &Empty{}, &GoEnum{Foo: FOO_FOO1.Enum()}}, + {&GoEnum{Foo: FOO_FOO1.Enum()}}, + {&Strings{ + StringField: proto.String(`This is my gigantic, unhappy string. It exceeds +the encoding size of a single byte varint. We are using it to fuzz test the +correctness of the header decoding mechanisms, which may prove problematic. +I expect it may. Let's hope you enjoy testing as much as we do.`), + }}, + } { + var buf bytes.Buffer + var written int + for i, msg := range test { + n, err := WriteDelimited(&buf, msg) + if err != nil { + // Assumption: TestReadDelimited and TestWriteDelimited are sufficient + // and inputs for this test are explicitly exercised there. + t.Fatalf("WriteDelimited(buf, %v[%d]) = ?, %v; wanted ?, nil", test, i, err) + } + written += n + } + var read int + for i, msg := range test { + out := proto.Clone(msg) + out.Reset() + n, _ := ReadDelimited(&buf, out) + // Decide to do EOF checking? + read += n + if !proto.Equal(out, msg) { + t.Fatalf("out = %v; want %v[%d] = %#v", out, test, i, msg) + } + } + if read != written { + t.Fatalf("%v read = %d; want %d", test, read, written) + } + } +} diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go new file mode 100644 index 0000000..258c063 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go @@ -0,0 +1,75 @@ +// Copyright 2013 Matt T. Proud +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package pbutil + +import ( + "encoding/binary" + "errors" + "io" + + "github.com/golang/protobuf/proto" +) + +var errInvalidVarint = errors.New("invalid varint32 encountered") + +// ReadDelimited decodes a message from the provided length-delimited stream, +// where the length is encoded as 32-bit varint prefix to the message body. +// It returns the total number of bytes read and any applicable error. This is +// roughly equivalent to the companion Java API's +// MessageLite#parseDelimitedFrom. As per the reader contract, this function +// calls r.Read repeatedly as required until exactly one message including its +// prefix is read and decoded (or an error has occurred). The function never +// reads more bytes from the stream than required. The function never returns +// an error if a message has been read and decoded correctly, even if the end +// of the stream has been reached in doing so. In that case, any subsequent +// calls return (0, io.EOF). +func ReadDelimited(r io.Reader, m proto.Message) (n int, err error) { + // Per AbstractParser#parsePartialDelimitedFrom with + // CodedInputStream#readRawVarint32. + var headerBuf [binary.MaxVarintLen32]byte + var bytesRead, varIntBytes int + var messageLength uint64 + for varIntBytes == 0 { // i.e. no varint has been decoded yet. + if bytesRead >= len(headerBuf) { + return bytesRead, errInvalidVarint + } + // We have to read byte by byte here to avoid reading more bytes + // than required. Each read byte is appended to what we have + // read before. + newBytesRead, err := r.Read(headerBuf[bytesRead : bytesRead+1]) + if newBytesRead == 0 { + if err != nil { + return bytesRead, err + } + // A Reader should not return (0, nil), but if it does, + // it should be treated as no-op (according to the + // Reader contract). So let's go on... + continue + } + bytesRead += newBytesRead + // Now present everything read so far to the varint decoder and + // see if a varint can be decoded already. + messageLength, varIntBytes = proto.DecodeVarint(headerBuf[:bytesRead]) + } + + messageBuf := make([]byte, messageLength) + newBytesRead, err := io.ReadFull(r, messageBuf) + bytesRead += newBytesRead + if err != nil { + return bytesRead, err + } + + return bytesRead, proto.Unmarshal(messageBuf, m) +} diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode_test.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode_test.go new file mode 100644 index 0000000..364a7b7 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode_test.go @@ -0,0 +1,99 @@ +// Copyright 2016 Matt T. Proud +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package pbutil + +import ( + "bytes" + "io" + "testing" + "testing/iotest" +) + +func TestReadDelimitedIllegalVarint(t *testing.T) { + t.Parallel() + var tests = []struct { + in []byte + n int + err error + }{ + { + in: []byte{255, 255, 255, 255, 255}, + n: 5, + err: errInvalidVarint, + }, + { + in: []byte{255, 255, 255, 255, 255, 255}, + n: 5, + err: errInvalidVarint, + }, + } + for _, test := range tests { + n, err := ReadDelimited(bytes.NewReader(test.in), nil) + if got, want := n, test.n; got != want { + t.Errorf("ReadDelimited(%#v, nil) = %#v, ?; want = %v#, ?", test.in, got, want) + } + if got, want := err, test.err; got != want { + t.Errorf("ReadDelimited(%#v, nil) = ?, %#v; want = ?, %#v", test.in, got, want) + } + } +} + +func TestReadDelimitedPrematureHeader(t *testing.T) { + t.Parallel() + var data = []byte{128, 5} // 256 + 256 + 128 + n, err := ReadDelimited(bytes.NewReader(data[0:1]), nil) + if got, want := n, 1; got != want { + t.Errorf("ReadDelimited(%#v, nil) = %#v, ?; want = %v#, ?", data[0:1], got, want) + } + if got, want := err, io.EOF; got != want { + t.Errorf("ReadDelimited(%#v, nil) = ?, %#v; want = ?, %#v", data[0:1], got, want) + } +} + +func TestReadDelimitedPrematureBody(t *testing.T) { + t.Parallel() + var data = []byte{128, 5, 0, 0, 0} // 256 + 256 + 128 + n, err := ReadDelimited(bytes.NewReader(data[:]), nil) + if got, want := n, 5; got != want { + t.Errorf("ReadDelimited(%#v, nil) = %#v, ?; want = %v#, ?", data, got, want) + } + if got, want := err, io.ErrUnexpectedEOF; got != want { + t.Errorf("ReadDelimited(%#v, nil) = ?, %#v; want = ?, %#v", data, got, want) + } +} + +func TestReadDelimitedPrematureHeaderIncremental(t *testing.T) { + t.Parallel() + var data = []byte{128, 5} // 256 + 256 + 128 + n, err := ReadDelimited(iotest.OneByteReader(bytes.NewReader(data[0:1])), nil) + if got, want := n, 1; got != want { + t.Errorf("ReadDelimited(%#v, nil) = %#v, ?; want = %v#, ?", data[0:1], got, want) + } + if got, want := err, io.EOF; got != want { + t.Errorf("ReadDelimited(%#v, nil) = ?, %#v; want = ?, %#v", data[0:1], got, want) + } +} + +func TestReadDelimitedPrematureBodyIncremental(t *testing.T) { + t.Parallel() + var data = []byte{128, 5, 0, 0, 0} // 256 + 256 + 128 + n, err := ReadDelimited(iotest.OneByteReader(bytes.NewReader(data[:])), nil) + if got, want := n, 5; got != want { + t.Errorf("ReadDelimited(%#v, nil) = %#v, ?; want = %v#, ?", data, got, want) + } + if got, want := err, io.ErrUnexpectedEOF; got != want { + t.Errorf("ReadDelimited(%#v, nil) = ?, %#v; want = ?, %#v", data, got, want) + } +} diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go new file mode 100644 index 0000000..c318385 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go @@ -0,0 +1,16 @@ +// Copyright 2013 Matt T. Proud +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package pbutil provides record length-delimited Protocol Buffer streaming. +package pbutil diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go new file mode 100644 index 0000000..8fb59ad --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go @@ -0,0 +1,46 @@ +// Copyright 2013 Matt T. Proud +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package pbutil + +import ( + "encoding/binary" + "io" + + "github.com/golang/protobuf/proto" +) + +// WriteDelimited encodes and dumps a message to the provided writer prefixed +// with a 32-bit varint indicating the length of the encoded message, producing +// a length-delimited record stream, which can be used to chain together +// encoded messages of the same type together in a file. It returns the total +// number of bytes written and any applicable error. This is roughly +// equivalent to the companion Java API's MessageLite#writeDelimitedTo. +func WriteDelimited(w io.Writer, m proto.Message) (n int, err error) { + buffer, err := proto.Marshal(m) + if err != nil { + return 0, err + } + + var buf [binary.MaxVarintLen32]byte + encodedLength := binary.PutUvarint(buf[:], uint64(len(buffer))) + + sync, err := w.Write(buf[:encodedLength]) + if err != nil { + return sync, err + } + + n, err = w.Write(buffer) + return n + sync, err +} diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode_test.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode_test.go new file mode 100644 index 0000000..f92632b --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode_test.go @@ -0,0 +1,67 @@ +// Copyright 2016 Matt T. Proud +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package pbutil + +import ( + "bytes" + "errors" + "testing" + + "github.com/golang/protobuf/proto" +) + +var errMarshal = errors.New("pbutil: can't marshal") + +type cantMarshal struct{ proto.Message } + +func (cantMarshal) Marshal() ([]byte, error) { return nil, errMarshal } + +var _ proto.Message = cantMarshal{} + +func TestWriteDelimitedMarshalErr(t *testing.T) { + t.Parallel() + var data cantMarshal + var buf bytes.Buffer + n, err := WriteDelimited(&buf, data) + if got, want := n, 0; got != want { + t.Errorf("WriteDelimited(buf, %#v) = %#v, ?; want = %v#, ?", data, got, want) + } + if got, want := err, errMarshal; got != want { + t.Errorf("WriteDelimited(buf, %#v) = ?, %#v; want = ?, %#v", data, got, want) + } +} + +type canMarshal struct{ proto.Message } + +func (canMarshal) Marshal() ([]byte, error) { return []byte{0, 1, 2, 3, 4, 5}, nil } + +var errWrite = errors.New("pbutil: can't write") + +type cantWrite struct{} + +func (cantWrite) Write([]byte) (int, error) { return 0, errWrite } + +func TestWriteDelimitedWriteErr(t *testing.T) { + t.Parallel() + var data canMarshal + var buf cantWrite + n, err := WriteDelimited(buf, data) + if got, want := n, 0; got != want { + t.Errorf("WriteDelimited(buf, %#v) = %#v, ?; want = %v#, ?", data, got, want) + } + if got, want := err, errWrite; got != want { + t.Errorf("WriteDelimited(buf, %#v) = ?, %#v; want = ?, %#v", data, got, want) + } +} diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/README.THIRD_PARTY b/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/README.THIRD_PARTY new file mode 100644 index 0000000..0c1f842 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/README.THIRD_PARTY @@ -0,0 +1,4 @@ +test.pb.go and test.proto are third-party data. + +SOURCE: https://github.com/golang/protobuf +REVISION: bf531ff1a004f24ee53329dfd5ce0b41bfdc17df diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.pb.go b/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.pb.go new file mode 100644 index 0000000..772adcb --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.pb.go @@ -0,0 +1,4029 @@ +// Code generated by protoc-gen-go. +// source: test.proto +// DO NOT EDIT! + +/* +Package testdata is a generated protocol buffer package. + +It is generated from these files: + test.proto + +It has these top-level messages: + GoEnum + GoTestField + GoTest + GoSkipTest + NonPackedTest + PackedTest + MaxTag + OldMessage + NewMessage + InnerMessage + OtherMessage + RequiredInnerMessage + MyMessage + Ext + ComplexExtension + DefaultsMessage + MyMessageSet + Empty + MessageList + Strings + Defaults + SubDefaults + RepeatedEnum + MoreRepeated + GroupOld + GroupNew + FloatingPoint + MessageWithMap + Oneof + Communique +*/ +package testdata + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +const _ = proto.ProtoPackageIsVersion1 + +type FOO int32 + +const ( + FOO_FOO1 FOO = 1 +) + +var FOO_name = map[int32]string{ + 1: "FOO1", +} +var FOO_value = map[string]int32{ + "FOO1": 1, +} + +func (x FOO) Enum() *FOO { + p := new(FOO) + *p = x + return p +} +func (x FOO) String() string { + return proto.EnumName(FOO_name, int32(x)) +} +func (x *FOO) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(FOO_value, data, "FOO") + if err != nil { + return err + } + *x = FOO(value) + return nil +} +func (FOO) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +// An enum, for completeness. +type GoTest_KIND int32 + +const ( + GoTest_VOID GoTest_KIND = 0 + // Basic types + GoTest_BOOL GoTest_KIND = 1 + GoTest_BYTES GoTest_KIND = 2 + GoTest_FINGERPRINT GoTest_KIND = 3 + GoTest_FLOAT GoTest_KIND = 4 + GoTest_INT GoTest_KIND = 5 + GoTest_STRING GoTest_KIND = 6 + GoTest_TIME GoTest_KIND = 7 + // Groupings + GoTest_TUPLE GoTest_KIND = 8 + GoTest_ARRAY GoTest_KIND = 9 + GoTest_MAP GoTest_KIND = 10 + // Table types + GoTest_TABLE GoTest_KIND = 11 + // Functions + GoTest_FUNCTION GoTest_KIND = 12 +) + +var GoTest_KIND_name = map[int32]string{ + 0: "VOID", + 1: "BOOL", + 2: "BYTES", + 3: "FINGERPRINT", + 4: "FLOAT", + 5: "INT", + 6: "STRING", + 7: "TIME", + 8: "TUPLE", + 9: "ARRAY", + 10: "MAP", + 11: "TABLE", + 12: "FUNCTION", +} +var GoTest_KIND_value = map[string]int32{ + "VOID": 0, + "BOOL": 1, + "BYTES": 2, + "FINGERPRINT": 3, + "FLOAT": 4, + "INT": 5, + "STRING": 6, + "TIME": 7, + "TUPLE": 8, + "ARRAY": 9, + "MAP": 10, + "TABLE": 11, + "FUNCTION": 12, +} + +func (x GoTest_KIND) Enum() *GoTest_KIND { + p := new(GoTest_KIND) + *p = x + return p +} +func (x GoTest_KIND) String() string { + return proto.EnumName(GoTest_KIND_name, int32(x)) +} +func (x *GoTest_KIND) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(GoTest_KIND_value, data, "GoTest_KIND") + if err != nil { + return err + } + *x = GoTest_KIND(value) + return nil +} +func (GoTest_KIND) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} } + +type MyMessage_Color int32 + +const ( + MyMessage_RED MyMessage_Color = 0 + MyMessage_GREEN MyMessage_Color = 1 + MyMessage_BLUE MyMessage_Color = 2 +) + +var MyMessage_Color_name = map[int32]string{ + 0: "RED", + 1: "GREEN", + 2: "BLUE", +} +var MyMessage_Color_value = map[string]int32{ + "RED": 0, + "GREEN": 1, + "BLUE": 2, +} + +func (x MyMessage_Color) Enum() *MyMessage_Color { + p := new(MyMessage_Color) + *p = x + return p +} +func (x MyMessage_Color) String() string { + return proto.EnumName(MyMessage_Color_name, int32(x)) +} +func (x *MyMessage_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(MyMessage_Color_value, data, "MyMessage_Color") + if err != nil { + return err + } + *x = MyMessage_Color(value) + return nil +} +func (MyMessage_Color) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{12, 0} } + +type DefaultsMessage_DefaultsEnum int32 + +const ( + DefaultsMessage_ZERO DefaultsMessage_DefaultsEnum = 0 + DefaultsMessage_ONE DefaultsMessage_DefaultsEnum = 1 + DefaultsMessage_TWO DefaultsMessage_DefaultsEnum = 2 +) + +var DefaultsMessage_DefaultsEnum_name = map[int32]string{ + 0: "ZERO", + 1: "ONE", + 2: "TWO", +} +var DefaultsMessage_DefaultsEnum_value = map[string]int32{ + "ZERO": 0, + "ONE": 1, + "TWO": 2, +} + +func (x DefaultsMessage_DefaultsEnum) Enum() *DefaultsMessage_DefaultsEnum { + p := new(DefaultsMessage_DefaultsEnum) + *p = x + return p +} +func (x DefaultsMessage_DefaultsEnum) String() string { + return proto.EnumName(DefaultsMessage_DefaultsEnum_name, int32(x)) +} +func (x *DefaultsMessage_DefaultsEnum) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(DefaultsMessage_DefaultsEnum_value, data, "DefaultsMessage_DefaultsEnum") + if err != nil { + return err + } + *x = DefaultsMessage_DefaultsEnum(value) + return nil +} +func (DefaultsMessage_DefaultsEnum) EnumDescriptor() ([]byte, []int) { + return fileDescriptor0, []int{15, 0} +} + +type Defaults_Color int32 + +const ( + Defaults_RED Defaults_Color = 0 + Defaults_GREEN Defaults_Color = 1 + Defaults_BLUE Defaults_Color = 2 +) + +var Defaults_Color_name = map[int32]string{ + 0: "RED", + 1: "GREEN", + 2: "BLUE", +} +var Defaults_Color_value = map[string]int32{ + "RED": 0, + "GREEN": 1, + "BLUE": 2, +} + +func (x Defaults_Color) Enum() *Defaults_Color { + p := new(Defaults_Color) + *p = x + return p +} +func (x Defaults_Color) String() string { + return proto.EnumName(Defaults_Color_name, int32(x)) +} +func (x *Defaults_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(Defaults_Color_value, data, "Defaults_Color") + if err != nil { + return err + } + *x = Defaults_Color(value) + return nil +} +func (Defaults_Color) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{20, 0} } + +type RepeatedEnum_Color int32 + +const ( + RepeatedEnum_RED RepeatedEnum_Color = 1 +) + +var RepeatedEnum_Color_name = map[int32]string{ + 1: "RED", +} +var RepeatedEnum_Color_value = map[string]int32{ + "RED": 1, +} + +func (x RepeatedEnum_Color) Enum() *RepeatedEnum_Color { + p := new(RepeatedEnum_Color) + *p = x + return p +} +func (x RepeatedEnum_Color) String() string { + return proto.EnumName(RepeatedEnum_Color_name, int32(x)) +} +func (x *RepeatedEnum_Color) UnmarshalJSON(data []byte) error { + value, err := proto.UnmarshalJSONEnum(RepeatedEnum_Color_value, data, "RepeatedEnum_Color") + if err != nil { + return err + } + *x = RepeatedEnum_Color(value) + return nil +} +func (RepeatedEnum_Color) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{22, 0} } + +type GoEnum struct { + Foo *FOO `protobuf:"varint,1,req,name=foo,enum=testdata.FOO" json:"foo,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoEnum) Reset() { *m = GoEnum{} } +func (m *GoEnum) String() string { return proto.CompactTextString(m) } +func (*GoEnum) ProtoMessage() {} +func (*GoEnum) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +func (m *GoEnum) GetFoo() FOO { + if m != nil && m.Foo != nil { + return *m.Foo + } + return FOO_FOO1 +} + +type GoTestField struct { + Label *string `protobuf:"bytes,1,req,name=Label,json=label" json:"Label,omitempty"` + Type *string `protobuf:"bytes,2,req,name=Type,json=type" json:"Type,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTestField) Reset() { *m = GoTestField{} } +func (m *GoTestField) String() string { return proto.CompactTextString(m) } +func (*GoTestField) ProtoMessage() {} +func (*GoTestField) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *GoTestField) GetLabel() string { + if m != nil && m.Label != nil { + return *m.Label + } + return "" +} + +func (m *GoTestField) GetType() string { + if m != nil && m.Type != nil { + return *m.Type + } + return "" +} + +type GoTest struct { + // Some typical parameters + Kind *GoTest_KIND `protobuf:"varint,1,req,name=Kind,json=kind,enum=testdata.GoTest_KIND" json:"Kind,omitempty"` + Table *string `protobuf:"bytes,2,opt,name=Table,json=table" json:"Table,omitempty"` + Param *int32 `protobuf:"varint,3,opt,name=Param,json=param" json:"Param,omitempty"` + // Required, repeated and optional foreign fields. + RequiredField *GoTestField `protobuf:"bytes,4,req,name=RequiredField,json=requiredField" json:"RequiredField,omitempty"` + RepeatedField []*GoTestField `protobuf:"bytes,5,rep,name=RepeatedField,json=repeatedField" json:"RepeatedField,omitempty"` + OptionalField *GoTestField `protobuf:"bytes,6,opt,name=OptionalField,json=optionalField" json:"OptionalField,omitempty"` + // Required fields of all basic types + F_BoolRequired *bool `protobuf:"varint,10,req,name=F_Bool_required,json=fBoolRequired" json:"F_Bool_required,omitempty"` + F_Int32Required *int32 `protobuf:"varint,11,req,name=F_Int32_required,json=fInt32Required" json:"F_Int32_required,omitempty"` + F_Int64Required *int64 `protobuf:"varint,12,req,name=F_Int64_required,json=fInt64Required" json:"F_Int64_required,omitempty"` + F_Fixed32Required *uint32 `protobuf:"fixed32,13,req,name=F_Fixed32_required,json=fFixed32Required" json:"F_Fixed32_required,omitempty"` + F_Fixed64Required *uint64 `protobuf:"fixed64,14,req,name=F_Fixed64_required,json=fFixed64Required" json:"F_Fixed64_required,omitempty"` + F_Uint32Required *uint32 `protobuf:"varint,15,req,name=F_Uint32_required,json=fUint32Required" json:"F_Uint32_required,omitempty"` + F_Uint64Required *uint64 `protobuf:"varint,16,req,name=F_Uint64_required,json=fUint64Required" json:"F_Uint64_required,omitempty"` + F_FloatRequired *float32 `protobuf:"fixed32,17,req,name=F_Float_required,json=fFloatRequired" json:"F_Float_required,omitempty"` + F_DoubleRequired *float64 `protobuf:"fixed64,18,req,name=F_Double_required,json=fDoubleRequired" json:"F_Double_required,omitempty"` + F_StringRequired *string `protobuf:"bytes,19,req,name=F_String_required,json=fStringRequired" json:"F_String_required,omitempty"` + F_BytesRequired []byte `protobuf:"bytes,101,req,name=F_Bytes_required,json=fBytesRequired" json:"F_Bytes_required,omitempty"` + F_Sint32Required *int32 `protobuf:"zigzag32,102,req,name=F_Sint32_required,json=fSint32Required" json:"F_Sint32_required,omitempty"` + F_Sint64Required *int64 `protobuf:"zigzag64,103,req,name=F_Sint64_required,json=fSint64Required" json:"F_Sint64_required,omitempty"` + // Repeated fields of all basic types + F_BoolRepeated []bool `protobuf:"varint,20,rep,name=F_Bool_repeated,json=fBoolRepeated" json:"F_Bool_repeated,omitempty"` + F_Int32Repeated []int32 `protobuf:"varint,21,rep,name=F_Int32_repeated,json=fInt32Repeated" json:"F_Int32_repeated,omitempty"` + F_Int64Repeated []int64 `protobuf:"varint,22,rep,name=F_Int64_repeated,json=fInt64Repeated" json:"F_Int64_repeated,omitempty"` + F_Fixed32Repeated []uint32 `protobuf:"fixed32,23,rep,name=F_Fixed32_repeated,json=fFixed32Repeated" json:"F_Fixed32_repeated,omitempty"` + F_Fixed64Repeated []uint64 `protobuf:"fixed64,24,rep,name=F_Fixed64_repeated,json=fFixed64Repeated" json:"F_Fixed64_repeated,omitempty"` + F_Uint32Repeated []uint32 `protobuf:"varint,25,rep,name=F_Uint32_repeated,json=fUint32Repeated" json:"F_Uint32_repeated,omitempty"` + F_Uint64Repeated []uint64 `protobuf:"varint,26,rep,name=F_Uint64_repeated,json=fUint64Repeated" json:"F_Uint64_repeated,omitempty"` + F_FloatRepeated []float32 `protobuf:"fixed32,27,rep,name=F_Float_repeated,json=fFloatRepeated" json:"F_Float_repeated,omitempty"` + F_DoubleRepeated []float64 `protobuf:"fixed64,28,rep,name=F_Double_repeated,json=fDoubleRepeated" json:"F_Double_repeated,omitempty"` + F_StringRepeated []string `protobuf:"bytes,29,rep,name=F_String_repeated,json=fStringRepeated" json:"F_String_repeated,omitempty"` + F_BytesRepeated [][]byte `protobuf:"bytes,201,rep,name=F_Bytes_repeated,json=fBytesRepeated" json:"F_Bytes_repeated,omitempty"` + F_Sint32Repeated []int32 `protobuf:"zigzag32,202,rep,name=F_Sint32_repeated,json=fSint32Repeated" json:"F_Sint32_repeated,omitempty"` + F_Sint64Repeated []int64 `protobuf:"zigzag64,203,rep,name=F_Sint64_repeated,json=fSint64Repeated" json:"F_Sint64_repeated,omitempty"` + // Optional fields of all basic types + F_BoolOptional *bool `protobuf:"varint,30,opt,name=F_Bool_optional,json=fBoolOptional" json:"F_Bool_optional,omitempty"` + F_Int32Optional *int32 `protobuf:"varint,31,opt,name=F_Int32_optional,json=fInt32Optional" json:"F_Int32_optional,omitempty"` + F_Int64Optional *int64 `protobuf:"varint,32,opt,name=F_Int64_optional,json=fInt64Optional" json:"F_Int64_optional,omitempty"` + F_Fixed32Optional *uint32 `protobuf:"fixed32,33,opt,name=F_Fixed32_optional,json=fFixed32Optional" json:"F_Fixed32_optional,omitempty"` + F_Fixed64Optional *uint64 `protobuf:"fixed64,34,opt,name=F_Fixed64_optional,json=fFixed64Optional" json:"F_Fixed64_optional,omitempty"` + F_Uint32Optional *uint32 `protobuf:"varint,35,opt,name=F_Uint32_optional,json=fUint32Optional" json:"F_Uint32_optional,omitempty"` + F_Uint64Optional *uint64 `protobuf:"varint,36,opt,name=F_Uint64_optional,json=fUint64Optional" json:"F_Uint64_optional,omitempty"` + F_FloatOptional *float32 `protobuf:"fixed32,37,opt,name=F_Float_optional,json=fFloatOptional" json:"F_Float_optional,omitempty"` + F_DoubleOptional *float64 `protobuf:"fixed64,38,opt,name=F_Double_optional,json=fDoubleOptional" json:"F_Double_optional,omitempty"` + F_StringOptional *string `protobuf:"bytes,39,opt,name=F_String_optional,json=fStringOptional" json:"F_String_optional,omitempty"` + F_BytesOptional []byte `protobuf:"bytes,301,opt,name=F_Bytes_optional,json=fBytesOptional" json:"F_Bytes_optional,omitempty"` + F_Sint32Optional *int32 `protobuf:"zigzag32,302,opt,name=F_Sint32_optional,json=fSint32Optional" json:"F_Sint32_optional,omitempty"` + F_Sint64Optional *int64 `protobuf:"zigzag64,303,opt,name=F_Sint64_optional,json=fSint64Optional" json:"F_Sint64_optional,omitempty"` + // Default-valued fields of all basic types + F_BoolDefaulted *bool `protobuf:"varint,40,opt,name=F_Bool_defaulted,json=fBoolDefaulted,def=1" json:"F_Bool_defaulted,omitempty"` + F_Int32Defaulted *int32 `protobuf:"varint,41,opt,name=F_Int32_defaulted,json=fInt32Defaulted,def=32" json:"F_Int32_defaulted,omitempty"` + F_Int64Defaulted *int64 `protobuf:"varint,42,opt,name=F_Int64_defaulted,json=fInt64Defaulted,def=64" json:"F_Int64_defaulted,omitempty"` + F_Fixed32Defaulted *uint32 `protobuf:"fixed32,43,opt,name=F_Fixed32_defaulted,json=fFixed32Defaulted,def=320" json:"F_Fixed32_defaulted,omitempty"` + F_Fixed64Defaulted *uint64 `protobuf:"fixed64,44,opt,name=F_Fixed64_defaulted,json=fFixed64Defaulted,def=640" json:"F_Fixed64_defaulted,omitempty"` + F_Uint32Defaulted *uint32 `protobuf:"varint,45,opt,name=F_Uint32_defaulted,json=fUint32Defaulted,def=3200" json:"F_Uint32_defaulted,omitempty"` + F_Uint64Defaulted *uint64 `protobuf:"varint,46,opt,name=F_Uint64_defaulted,json=fUint64Defaulted,def=6400" json:"F_Uint64_defaulted,omitempty"` + F_FloatDefaulted *float32 `protobuf:"fixed32,47,opt,name=F_Float_defaulted,json=fFloatDefaulted,def=314159" json:"F_Float_defaulted,omitempty"` + F_DoubleDefaulted *float64 `protobuf:"fixed64,48,opt,name=F_Double_defaulted,json=fDoubleDefaulted,def=271828" json:"F_Double_defaulted,omitempty"` + F_StringDefaulted *string `protobuf:"bytes,49,opt,name=F_String_defaulted,json=fStringDefaulted,def=hello, \"world!\"\n" json:"F_String_defaulted,omitempty"` + F_BytesDefaulted []byte `protobuf:"bytes,401,opt,name=F_Bytes_defaulted,json=fBytesDefaulted,def=Bignose" json:"F_Bytes_defaulted,omitempty"` + F_Sint32Defaulted *int32 `protobuf:"zigzag32,402,opt,name=F_Sint32_defaulted,json=fSint32Defaulted,def=-32" json:"F_Sint32_defaulted,omitempty"` + F_Sint64Defaulted *int64 `protobuf:"zigzag64,403,opt,name=F_Sint64_defaulted,json=fSint64Defaulted,def=-64" json:"F_Sint64_defaulted,omitempty"` + // Packed repeated fields (no string or bytes). + F_BoolRepeatedPacked []bool `protobuf:"varint,50,rep,packed,name=F_Bool_repeated_packed,json=fBoolRepeatedPacked" json:"F_Bool_repeated_packed,omitempty"` + F_Int32RepeatedPacked []int32 `protobuf:"varint,51,rep,packed,name=F_Int32_repeated_packed,json=fInt32RepeatedPacked" json:"F_Int32_repeated_packed,omitempty"` + F_Int64RepeatedPacked []int64 `protobuf:"varint,52,rep,packed,name=F_Int64_repeated_packed,json=fInt64RepeatedPacked" json:"F_Int64_repeated_packed,omitempty"` + F_Fixed32RepeatedPacked []uint32 `protobuf:"fixed32,53,rep,packed,name=F_Fixed32_repeated_packed,json=fFixed32RepeatedPacked" json:"F_Fixed32_repeated_packed,omitempty"` + F_Fixed64RepeatedPacked []uint64 `protobuf:"fixed64,54,rep,packed,name=F_Fixed64_repeated_packed,json=fFixed64RepeatedPacked" json:"F_Fixed64_repeated_packed,omitempty"` + F_Uint32RepeatedPacked []uint32 `protobuf:"varint,55,rep,packed,name=F_Uint32_repeated_packed,json=fUint32RepeatedPacked" json:"F_Uint32_repeated_packed,omitempty"` + F_Uint64RepeatedPacked []uint64 `protobuf:"varint,56,rep,packed,name=F_Uint64_repeated_packed,json=fUint64RepeatedPacked" json:"F_Uint64_repeated_packed,omitempty"` + F_FloatRepeatedPacked []float32 `protobuf:"fixed32,57,rep,packed,name=F_Float_repeated_packed,json=fFloatRepeatedPacked" json:"F_Float_repeated_packed,omitempty"` + F_DoubleRepeatedPacked []float64 `protobuf:"fixed64,58,rep,packed,name=F_Double_repeated_packed,json=fDoubleRepeatedPacked" json:"F_Double_repeated_packed,omitempty"` + F_Sint32RepeatedPacked []int32 `protobuf:"zigzag32,502,rep,packed,name=F_Sint32_repeated_packed,json=fSint32RepeatedPacked" json:"F_Sint32_repeated_packed,omitempty"` + F_Sint64RepeatedPacked []int64 `protobuf:"zigzag64,503,rep,packed,name=F_Sint64_repeated_packed,json=fSint64RepeatedPacked" json:"F_Sint64_repeated_packed,omitempty"` + Requiredgroup *GoTest_RequiredGroup `protobuf:"group,70,req,name=RequiredGroup,json=requiredgroup" json:"requiredgroup,omitempty"` + Repeatedgroup []*GoTest_RepeatedGroup `protobuf:"group,80,rep,name=RepeatedGroup,json=repeatedgroup" json:"repeatedgroup,omitempty"` + Optionalgroup *GoTest_OptionalGroup `protobuf:"group,90,opt,name=OptionalGroup,json=optionalgroup" json:"optionalgroup,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest) Reset() { *m = GoTest{} } +func (m *GoTest) String() string { return proto.CompactTextString(m) } +func (*GoTest) ProtoMessage() {} +func (*GoTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +const Default_GoTest_F_BoolDefaulted bool = true +const Default_GoTest_F_Int32Defaulted int32 = 32 +const Default_GoTest_F_Int64Defaulted int64 = 64 +const Default_GoTest_F_Fixed32Defaulted uint32 = 320 +const Default_GoTest_F_Fixed64Defaulted uint64 = 640 +const Default_GoTest_F_Uint32Defaulted uint32 = 3200 +const Default_GoTest_F_Uint64Defaulted uint64 = 6400 +const Default_GoTest_F_FloatDefaulted float32 = 314159 +const Default_GoTest_F_DoubleDefaulted float64 = 271828 +const Default_GoTest_F_StringDefaulted string = "hello, \"world!\"\n" + +var Default_GoTest_F_BytesDefaulted []byte = []byte("Bignose") + +const Default_GoTest_F_Sint32Defaulted int32 = -32 +const Default_GoTest_F_Sint64Defaulted int64 = -64 + +func (m *GoTest) GetKind() GoTest_KIND { + if m != nil && m.Kind != nil { + return *m.Kind + } + return GoTest_VOID +} + +func (m *GoTest) GetTable() string { + if m != nil && m.Table != nil { + return *m.Table + } + return "" +} + +func (m *GoTest) GetParam() int32 { + if m != nil && m.Param != nil { + return *m.Param + } + return 0 +} + +func (m *GoTest) GetRequiredField() *GoTestField { + if m != nil { + return m.RequiredField + } + return nil +} + +func (m *GoTest) GetRepeatedField() []*GoTestField { + if m != nil { + return m.RepeatedField + } + return nil +} + +func (m *GoTest) GetOptionalField() *GoTestField { + if m != nil { + return m.OptionalField + } + return nil +} + +func (m *GoTest) GetF_BoolRequired() bool { + if m != nil && m.F_BoolRequired != nil { + return *m.F_BoolRequired + } + return false +} + +func (m *GoTest) GetF_Int32Required() int32 { + if m != nil && m.F_Int32Required != nil { + return *m.F_Int32Required + } + return 0 +} + +func (m *GoTest) GetF_Int64Required() int64 { + if m != nil && m.F_Int64Required != nil { + return *m.F_Int64Required + } + return 0 +} + +func (m *GoTest) GetF_Fixed32Required() uint32 { + if m != nil && m.F_Fixed32Required != nil { + return *m.F_Fixed32Required + } + return 0 +} + +func (m *GoTest) GetF_Fixed64Required() uint64 { + if m != nil && m.F_Fixed64Required != nil { + return *m.F_Fixed64Required + } + return 0 +} + +func (m *GoTest) GetF_Uint32Required() uint32 { + if m != nil && m.F_Uint32Required != nil { + return *m.F_Uint32Required + } + return 0 +} + +func (m *GoTest) GetF_Uint64Required() uint64 { + if m != nil && m.F_Uint64Required != nil { + return *m.F_Uint64Required + } + return 0 +} + +func (m *GoTest) GetF_FloatRequired() float32 { + if m != nil && m.F_FloatRequired != nil { + return *m.F_FloatRequired + } + return 0 +} + +func (m *GoTest) GetF_DoubleRequired() float64 { + if m != nil && m.F_DoubleRequired != nil { + return *m.F_DoubleRequired + } + return 0 +} + +func (m *GoTest) GetF_StringRequired() string { + if m != nil && m.F_StringRequired != nil { + return *m.F_StringRequired + } + return "" +} + +func (m *GoTest) GetF_BytesRequired() []byte { + if m != nil { + return m.F_BytesRequired + } + return nil +} + +func (m *GoTest) GetF_Sint32Required() int32 { + if m != nil && m.F_Sint32Required != nil { + return *m.F_Sint32Required + } + return 0 +} + +func (m *GoTest) GetF_Sint64Required() int64 { + if m != nil && m.F_Sint64Required != nil { + return *m.F_Sint64Required + } + return 0 +} + +func (m *GoTest) GetF_BoolRepeated() []bool { + if m != nil { + return m.F_BoolRepeated + } + return nil +} + +func (m *GoTest) GetF_Int32Repeated() []int32 { + if m != nil { + return m.F_Int32Repeated + } + return nil +} + +func (m *GoTest) GetF_Int64Repeated() []int64 { + if m != nil { + return m.F_Int64Repeated + } + return nil +} + +func (m *GoTest) GetF_Fixed32Repeated() []uint32 { + if m != nil { + return m.F_Fixed32Repeated + } + return nil +} + +func (m *GoTest) GetF_Fixed64Repeated() []uint64 { + if m != nil { + return m.F_Fixed64Repeated + } + return nil +} + +func (m *GoTest) GetF_Uint32Repeated() []uint32 { + if m != nil { + return m.F_Uint32Repeated + } + return nil +} + +func (m *GoTest) GetF_Uint64Repeated() []uint64 { + if m != nil { + return m.F_Uint64Repeated + } + return nil +} + +func (m *GoTest) GetF_FloatRepeated() []float32 { + if m != nil { + return m.F_FloatRepeated + } + return nil +} + +func (m *GoTest) GetF_DoubleRepeated() []float64 { + if m != nil { + return m.F_DoubleRepeated + } + return nil +} + +func (m *GoTest) GetF_StringRepeated() []string { + if m != nil { + return m.F_StringRepeated + } + return nil +} + +func (m *GoTest) GetF_BytesRepeated() [][]byte { + if m != nil { + return m.F_BytesRepeated + } + return nil +} + +func (m *GoTest) GetF_Sint32Repeated() []int32 { + if m != nil { + return m.F_Sint32Repeated + } + return nil +} + +func (m *GoTest) GetF_Sint64Repeated() []int64 { + if m != nil { + return m.F_Sint64Repeated + } + return nil +} + +func (m *GoTest) GetF_BoolOptional() bool { + if m != nil && m.F_BoolOptional != nil { + return *m.F_BoolOptional + } + return false +} + +func (m *GoTest) GetF_Int32Optional() int32 { + if m != nil && m.F_Int32Optional != nil { + return *m.F_Int32Optional + } + return 0 +} + +func (m *GoTest) GetF_Int64Optional() int64 { + if m != nil && m.F_Int64Optional != nil { + return *m.F_Int64Optional + } + return 0 +} + +func (m *GoTest) GetF_Fixed32Optional() uint32 { + if m != nil && m.F_Fixed32Optional != nil { + return *m.F_Fixed32Optional + } + return 0 +} + +func (m *GoTest) GetF_Fixed64Optional() uint64 { + if m != nil && m.F_Fixed64Optional != nil { + return *m.F_Fixed64Optional + } + return 0 +} + +func (m *GoTest) GetF_Uint32Optional() uint32 { + if m != nil && m.F_Uint32Optional != nil { + return *m.F_Uint32Optional + } + return 0 +} + +func (m *GoTest) GetF_Uint64Optional() uint64 { + if m != nil && m.F_Uint64Optional != nil { + return *m.F_Uint64Optional + } + return 0 +} + +func (m *GoTest) GetF_FloatOptional() float32 { + if m != nil && m.F_FloatOptional != nil { + return *m.F_FloatOptional + } + return 0 +} + +func (m *GoTest) GetF_DoubleOptional() float64 { + if m != nil && m.F_DoubleOptional != nil { + return *m.F_DoubleOptional + } + return 0 +} + +func (m *GoTest) GetF_StringOptional() string { + if m != nil && m.F_StringOptional != nil { + return *m.F_StringOptional + } + return "" +} + +func (m *GoTest) GetF_BytesOptional() []byte { + if m != nil { + return m.F_BytesOptional + } + return nil +} + +func (m *GoTest) GetF_Sint32Optional() int32 { + if m != nil && m.F_Sint32Optional != nil { + return *m.F_Sint32Optional + } + return 0 +} + +func (m *GoTest) GetF_Sint64Optional() int64 { + if m != nil && m.F_Sint64Optional != nil { + return *m.F_Sint64Optional + } + return 0 +} + +func (m *GoTest) GetF_BoolDefaulted() bool { + if m != nil && m.F_BoolDefaulted != nil { + return *m.F_BoolDefaulted + } + return Default_GoTest_F_BoolDefaulted +} + +func (m *GoTest) GetF_Int32Defaulted() int32 { + if m != nil && m.F_Int32Defaulted != nil { + return *m.F_Int32Defaulted + } + return Default_GoTest_F_Int32Defaulted +} + +func (m *GoTest) GetF_Int64Defaulted() int64 { + if m != nil && m.F_Int64Defaulted != nil { + return *m.F_Int64Defaulted + } + return Default_GoTest_F_Int64Defaulted +} + +func (m *GoTest) GetF_Fixed32Defaulted() uint32 { + if m != nil && m.F_Fixed32Defaulted != nil { + return *m.F_Fixed32Defaulted + } + return Default_GoTest_F_Fixed32Defaulted +} + +func (m *GoTest) GetF_Fixed64Defaulted() uint64 { + if m != nil && m.F_Fixed64Defaulted != nil { + return *m.F_Fixed64Defaulted + } + return Default_GoTest_F_Fixed64Defaulted +} + +func (m *GoTest) GetF_Uint32Defaulted() uint32 { + if m != nil && m.F_Uint32Defaulted != nil { + return *m.F_Uint32Defaulted + } + return Default_GoTest_F_Uint32Defaulted +} + +func (m *GoTest) GetF_Uint64Defaulted() uint64 { + if m != nil && m.F_Uint64Defaulted != nil { + return *m.F_Uint64Defaulted + } + return Default_GoTest_F_Uint64Defaulted +} + +func (m *GoTest) GetF_FloatDefaulted() float32 { + if m != nil && m.F_FloatDefaulted != nil { + return *m.F_FloatDefaulted + } + return Default_GoTest_F_FloatDefaulted +} + +func (m *GoTest) GetF_DoubleDefaulted() float64 { + if m != nil && m.F_DoubleDefaulted != nil { + return *m.F_DoubleDefaulted + } + return Default_GoTest_F_DoubleDefaulted +} + +func (m *GoTest) GetF_StringDefaulted() string { + if m != nil && m.F_StringDefaulted != nil { + return *m.F_StringDefaulted + } + return Default_GoTest_F_StringDefaulted +} + +func (m *GoTest) GetF_BytesDefaulted() []byte { + if m != nil && m.F_BytesDefaulted != nil { + return m.F_BytesDefaulted + } + return append([]byte(nil), Default_GoTest_F_BytesDefaulted...) +} + +func (m *GoTest) GetF_Sint32Defaulted() int32 { + if m != nil && m.F_Sint32Defaulted != nil { + return *m.F_Sint32Defaulted + } + return Default_GoTest_F_Sint32Defaulted +} + +func (m *GoTest) GetF_Sint64Defaulted() int64 { + if m != nil && m.F_Sint64Defaulted != nil { + return *m.F_Sint64Defaulted + } + return Default_GoTest_F_Sint64Defaulted +} + +func (m *GoTest) GetF_BoolRepeatedPacked() []bool { + if m != nil { + return m.F_BoolRepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Int32RepeatedPacked() []int32 { + if m != nil { + return m.F_Int32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Int64RepeatedPacked() []int64 { + if m != nil { + return m.F_Int64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Fixed32RepeatedPacked() []uint32 { + if m != nil { + return m.F_Fixed32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Fixed64RepeatedPacked() []uint64 { + if m != nil { + return m.F_Fixed64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Uint32RepeatedPacked() []uint32 { + if m != nil { + return m.F_Uint32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Uint64RepeatedPacked() []uint64 { + if m != nil { + return m.F_Uint64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_FloatRepeatedPacked() []float32 { + if m != nil { + return m.F_FloatRepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_DoubleRepeatedPacked() []float64 { + if m != nil { + return m.F_DoubleRepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Sint32RepeatedPacked() []int32 { + if m != nil { + return m.F_Sint32RepeatedPacked + } + return nil +} + +func (m *GoTest) GetF_Sint64RepeatedPacked() []int64 { + if m != nil { + return m.F_Sint64RepeatedPacked + } + return nil +} + +func (m *GoTest) GetRequiredgroup() *GoTest_RequiredGroup { + if m != nil { + return m.Requiredgroup + } + return nil +} + +func (m *GoTest) GetRepeatedgroup() []*GoTest_RepeatedGroup { + if m != nil { + return m.Repeatedgroup + } + return nil +} + +func (m *GoTest) GetOptionalgroup() *GoTest_OptionalGroup { + if m != nil { + return m.Optionalgroup + } + return nil +} + +// Required, repeated, and optional groups. +type GoTest_RequiredGroup struct { + RequiredField *string `protobuf:"bytes,71,req,name=RequiredField,json=requiredField" json:"RequiredField,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest_RequiredGroup) Reset() { *m = GoTest_RequiredGroup{} } +func (m *GoTest_RequiredGroup) String() string { return proto.CompactTextString(m) } +func (*GoTest_RequiredGroup) ProtoMessage() {} +func (*GoTest_RequiredGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 0} } + +func (m *GoTest_RequiredGroup) GetRequiredField() string { + if m != nil && m.RequiredField != nil { + return *m.RequiredField + } + return "" +} + +type GoTest_RepeatedGroup struct { + RequiredField *string `protobuf:"bytes,81,req,name=RequiredField,json=requiredField" json:"RequiredField,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest_RepeatedGroup) Reset() { *m = GoTest_RepeatedGroup{} } +func (m *GoTest_RepeatedGroup) String() string { return proto.CompactTextString(m) } +func (*GoTest_RepeatedGroup) ProtoMessage() {} +func (*GoTest_RepeatedGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 1} } + +func (m *GoTest_RepeatedGroup) GetRequiredField() string { + if m != nil && m.RequiredField != nil { + return *m.RequiredField + } + return "" +} + +type GoTest_OptionalGroup struct { + RequiredField *string `protobuf:"bytes,91,req,name=RequiredField,json=requiredField" json:"RequiredField,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoTest_OptionalGroup) Reset() { *m = GoTest_OptionalGroup{} } +func (m *GoTest_OptionalGroup) String() string { return proto.CompactTextString(m) } +func (*GoTest_OptionalGroup) ProtoMessage() {} +func (*GoTest_OptionalGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, 2} } + +func (m *GoTest_OptionalGroup) GetRequiredField() string { + if m != nil && m.RequiredField != nil { + return *m.RequiredField + } + return "" +} + +// For testing skipping of unrecognized fields. +// Numbers are all big, larger than tag numbers in GoTestField, +// the message used in the corresponding test. +type GoSkipTest struct { + SkipInt32 *int32 `protobuf:"varint,11,req,name=skip_int32,json=skipInt32" json:"skip_int32,omitempty"` + SkipFixed32 *uint32 `protobuf:"fixed32,12,req,name=skip_fixed32,json=skipFixed32" json:"skip_fixed32,omitempty"` + SkipFixed64 *uint64 `protobuf:"fixed64,13,req,name=skip_fixed64,json=skipFixed64" json:"skip_fixed64,omitempty"` + SkipString *string `protobuf:"bytes,14,req,name=skip_string,json=skipString" json:"skip_string,omitempty"` + Skipgroup *GoSkipTest_SkipGroup `protobuf:"group,15,req,name=SkipGroup,json=skipgroup" json:"skipgroup,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoSkipTest) Reset() { *m = GoSkipTest{} } +func (m *GoSkipTest) String() string { return proto.CompactTextString(m) } +func (*GoSkipTest) ProtoMessage() {} +func (*GoSkipTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } + +func (m *GoSkipTest) GetSkipInt32() int32 { + if m != nil && m.SkipInt32 != nil { + return *m.SkipInt32 + } + return 0 +} + +func (m *GoSkipTest) GetSkipFixed32() uint32 { + if m != nil && m.SkipFixed32 != nil { + return *m.SkipFixed32 + } + return 0 +} + +func (m *GoSkipTest) GetSkipFixed64() uint64 { + if m != nil && m.SkipFixed64 != nil { + return *m.SkipFixed64 + } + return 0 +} + +func (m *GoSkipTest) GetSkipString() string { + if m != nil && m.SkipString != nil { + return *m.SkipString + } + return "" +} + +func (m *GoSkipTest) GetSkipgroup() *GoSkipTest_SkipGroup { + if m != nil { + return m.Skipgroup + } + return nil +} + +type GoSkipTest_SkipGroup struct { + GroupInt32 *int32 `protobuf:"varint,16,req,name=group_int32,json=groupInt32" json:"group_int32,omitempty"` + GroupString *string `protobuf:"bytes,17,req,name=group_string,json=groupString" json:"group_string,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GoSkipTest_SkipGroup) Reset() { *m = GoSkipTest_SkipGroup{} } +func (m *GoSkipTest_SkipGroup) String() string { return proto.CompactTextString(m) } +func (*GoSkipTest_SkipGroup) ProtoMessage() {} +func (*GoSkipTest_SkipGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 0} } + +func (m *GoSkipTest_SkipGroup) GetGroupInt32() int32 { + if m != nil && m.GroupInt32 != nil { + return *m.GroupInt32 + } + return 0 +} + +func (m *GoSkipTest_SkipGroup) GetGroupString() string { + if m != nil && m.GroupString != nil { + return *m.GroupString + } + return "" +} + +// For testing packed/non-packed decoder switching. +// A serialized instance of one should be deserializable as the other. +type NonPackedTest struct { + A []int32 `protobuf:"varint,1,rep,name=a" json:"a,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *NonPackedTest) Reset() { *m = NonPackedTest{} } +func (m *NonPackedTest) String() string { return proto.CompactTextString(m) } +func (*NonPackedTest) ProtoMessage() {} +func (*NonPackedTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } + +func (m *NonPackedTest) GetA() []int32 { + if m != nil { + return m.A + } + return nil +} + +type PackedTest struct { + B []int32 `protobuf:"varint,1,rep,packed,name=b" json:"b,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *PackedTest) Reset() { *m = PackedTest{} } +func (m *PackedTest) String() string { return proto.CompactTextString(m) } +func (*PackedTest) ProtoMessage() {} +func (*PackedTest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } + +func (m *PackedTest) GetB() []int32 { + if m != nil { + return m.B + } + return nil +} + +type MaxTag struct { + // Maximum possible tag number. + LastField *string `protobuf:"bytes,536870911,opt,name=last_field,json=lastField" json:"last_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MaxTag) Reset() { *m = MaxTag{} } +func (m *MaxTag) String() string { return proto.CompactTextString(m) } +func (*MaxTag) ProtoMessage() {} +func (*MaxTag) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} } + +func (m *MaxTag) GetLastField() string { + if m != nil && m.LastField != nil { + return *m.LastField + } + return "" +} + +type OldMessage struct { + Nested *OldMessage_Nested `protobuf:"bytes,1,opt,name=nested" json:"nested,omitempty"` + Num *int32 `protobuf:"varint,2,opt,name=num" json:"num,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OldMessage) Reset() { *m = OldMessage{} } +func (m *OldMessage) String() string { return proto.CompactTextString(m) } +func (*OldMessage) ProtoMessage() {} +func (*OldMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } + +func (m *OldMessage) GetNested() *OldMessage_Nested { + if m != nil { + return m.Nested + } + return nil +} + +func (m *OldMessage) GetNum() int32 { + if m != nil && m.Num != nil { + return *m.Num + } + return 0 +} + +type OldMessage_Nested struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OldMessage_Nested) Reset() { *m = OldMessage_Nested{} } +func (m *OldMessage_Nested) String() string { return proto.CompactTextString(m) } +func (*OldMessage_Nested) ProtoMessage() {} +func (*OldMessage_Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7, 0} } + +func (m *OldMessage_Nested) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +// NewMessage is wire compatible with OldMessage; +// imagine it as a future version. +type NewMessage struct { + Nested *NewMessage_Nested `protobuf:"bytes,1,opt,name=nested" json:"nested,omitempty"` + // This is an int32 in OldMessage. + Num *int64 `protobuf:"varint,2,opt,name=num" json:"num,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *NewMessage) Reset() { *m = NewMessage{} } +func (m *NewMessage) String() string { return proto.CompactTextString(m) } +func (*NewMessage) ProtoMessage() {} +func (*NewMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} } + +func (m *NewMessage) GetNested() *NewMessage_Nested { + if m != nil { + return m.Nested + } + return nil +} + +func (m *NewMessage) GetNum() int64 { + if m != nil && m.Num != nil { + return *m.Num + } + return 0 +} + +type NewMessage_Nested struct { + Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` + FoodGroup *string `protobuf:"bytes,2,opt,name=food_group,json=foodGroup" json:"food_group,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *NewMessage_Nested) Reset() { *m = NewMessage_Nested{} } +func (m *NewMessage_Nested) String() string { return proto.CompactTextString(m) } +func (*NewMessage_Nested) ProtoMessage() {} +func (*NewMessage_Nested) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8, 0} } + +func (m *NewMessage_Nested) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *NewMessage_Nested) GetFoodGroup() string { + if m != nil && m.FoodGroup != nil { + return *m.FoodGroup + } + return "" +} + +type InnerMessage struct { + Host *string `protobuf:"bytes,1,req,name=host" json:"host,omitempty"` + Port *int32 `protobuf:"varint,2,opt,name=port,def=4000" json:"port,omitempty"` + Connected *bool `protobuf:"varint,3,opt,name=connected" json:"connected,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *InnerMessage) Reset() { *m = InnerMessage{} } +func (m *InnerMessage) String() string { return proto.CompactTextString(m) } +func (*InnerMessage) ProtoMessage() {} +func (*InnerMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{9} } + +const Default_InnerMessage_Port int32 = 4000 + +func (m *InnerMessage) GetHost() string { + if m != nil && m.Host != nil { + return *m.Host + } + return "" +} + +func (m *InnerMessage) GetPort() int32 { + if m != nil && m.Port != nil { + return *m.Port + } + return Default_InnerMessage_Port +} + +func (m *InnerMessage) GetConnected() bool { + if m != nil && m.Connected != nil { + return *m.Connected + } + return false +} + +type OtherMessage struct { + Key *int64 `protobuf:"varint,1,opt,name=key" json:"key,omitempty"` + Value []byte `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` + Weight *float32 `protobuf:"fixed32,3,opt,name=weight" json:"weight,omitempty"` + Inner *InnerMessage `protobuf:"bytes,4,opt,name=inner" json:"inner,omitempty"` + XXX_extensions map[int32]proto.Extension `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *OtherMessage) Reset() { *m = OtherMessage{} } +func (m *OtherMessage) String() string { return proto.CompactTextString(m) } +func (*OtherMessage) ProtoMessage() {} +func (*OtherMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{10} } + +var extRange_OtherMessage = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_OtherMessage +} +func (m *OtherMessage) ExtensionMap() map[int32]proto.Extension { + if m.XXX_extensions == nil { + m.XXX_extensions = make(map[int32]proto.Extension) + } + return m.XXX_extensions +} + +func (m *OtherMessage) GetKey() int64 { + if m != nil && m.Key != nil { + return *m.Key + } + return 0 +} + +func (m *OtherMessage) GetValue() []byte { + if m != nil { + return m.Value + } + return nil +} + +func (m *OtherMessage) GetWeight() float32 { + if m != nil && m.Weight != nil { + return *m.Weight + } + return 0 +} + +func (m *OtherMessage) GetInner() *InnerMessage { + if m != nil { + return m.Inner + } + return nil +} + +type RequiredInnerMessage struct { + LeoFinallyWonAnOscar *InnerMessage `protobuf:"bytes,1,req,name=leo_finally_won_an_oscar,json=leoFinallyWonAnOscar" json:"leo_finally_won_an_oscar,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *RequiredInnerMessage) Reset() { *m = RequiredInnerMessage{} } +func (m *RequiredInnerMessage) String() string { return proto.CompactTextString(m) } +func (*RequiredInnerMessage) ProtoMessage() {} +func (*RequiredInnerMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{11} } + +func (m *RequiredInnerMessage) GetLeoFinallyWonAnOscar() *InnerMessage { + if m != nil { + return m.LeoFinallyWonAnOscar + } + return nil +} + +type MyMessage struct { + Count *int32 `protobuf:"varint,1,req,name=count" json:"count,omitempty"` + Name *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + Quote *string `protobuf:"bytes,3,opt,name=quote" json:"quote,omitempty"` + Pet []string `protobuf:"bytes,4,rep,name=pet" json:"pet,omitempty"` + Inner *InnerMessage `protobuf:"bytes,5,opt,name=inner" json:"inner,omitempty"` + Others []*OtherMessage `protobuf:"bytes,6,rep,name=others" json:"others,omitempty"` + WeMustGoDeeper *RequiredInnerMessage `protobuf:"bytes,13,opt,name=we_must_go_deeper,json=weMustGoDeeper" json:"we_must_go_deeper,omitempty"` + RepInner []*InnerMessage `protobuf:"bytes,12,rep,name=rep_inner,json=repInner" json:"rep_inner,omitempty"` + Bikeshed *MyMessage_Color `protobuf:"varint,7,opt,name=bikeshed,enum=testdata.MyMessage_Color" json:"bikeshed,omitempty"` + Somegroup *MyMessage_SomeGroup `protobuf:"group,8,opt,name=SomeGroup,json=somegroup" json:"somegroup,omitempty"` + // This field becomes [][]byte in the generated code. + RepBytes [][]byte `protobuf:"bytes,10,rep,name=rep_bytes,json=repBytes" json:"rep_bytes,omitempty"` + Bigfloat *float64 `protobuf:"fixed64,11,opt,name=bigfloat" json:"bigfloat,omitempty"` + XXX_extensions map[int32]proto.Extension `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MyMessage) Reset() { *m = MyMessage{} } +func (m *MyMessage) String() string { return proto.CompactTextString(m) } +func (*MyMessage) ProtoMessage() {} +func (*MyMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12} } + +var extRange_MyMessage = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*MyMessage) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_MyMessage +} +func (m *MyMessage) ExtensionMap() map[int32]proto.Extension { + if m.XXX_extensions == nil { + m.XXX_extensions = make(map[int32]proto.Extension) + } + return m.XXX_extensions +} + +func (m *MyMessage) GetCount() int32 { + if m != nil && m.Count != nil { + return *m.Count + } + return 0 +} + +func (m *MyMessage) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *MyMessage) GetQuote() string { + if m != nil && m.Quote != nil { + return *m.Quote + } + return "" +} + +func (m *MyMessage) GetPet() []string { + if m != nil { + return m.Pet + } + return nil +} + +func (m *MyMessage) GetInner() *InnerMessage { + if m != nil { + return m.Inner + } + return nil +} + +func (m *MyMessage) GetOthers() []*OtherMessage { + if m != nil { + return m.Others + } + return nil +} + +func (m *MyMessage) GetWeMustGoDeeper() *RequiredInnerMessage { + if m != nil { + return m.WeMustGoDeeper + } + return nil +} + +func (m *MyMessage) GetRepInner() []*InnerMessage { + if m != nil { + return m.RepInner + } + return nil +} + +func (m *MyMessage) GetBikeshed() MyMessage_Color { + if m != nil && m.Bikeshed != nil { + return *m.Bikeshed + } + return MyMessage_RED +} + +func (m *MyMessage) GetSomegroup() *MyMessage_SomeGroup { + if m != nil { + return m.Somegroup + } + return nil +} + +func (m *MyMessage) GetRepBytes() [][]byte { + if m != nil { + return m.RepBytes + } + return nil +} + +func (m *MyMessage) GetBigfloat() float64 { + if m != nil && m.Bigfloat != nil { + return *m.Bigfloat + } + return 0 +} + +type MyMessage_SomeGroup struct { + GroupField *int32 `protobuf:"varint,9,opt,name=group_field,json=groupField" json:"group_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MyMessage_SomeGroup) Reset() { *m = MyMessage_SomeGroup{} } +func (m *MyMessage_SomeGroup) String() string { return proto.CompactTextString(m) } +func (*MyMessage_SomeGroup) ProtoMessage() {} +func (*MyMessage_SomeGroup) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{12, 0} } + +func (m *MyMessage_SomeGroup) GetGroupField() int32 { + if m != nil && m.GroupField != nil { + return *m.GroupField + } + return 0 +} + +type Ext struct { + Data *string `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Ext) Reset() { *m = Ext{} } +func (m *Ext) String() string { return proto.CompactTextString(m) } +func (*Ext) ProtoMessage() {} +func (*Ext) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{13} } + +func (m *Ext) GetData() string { + if m != nil && m.Data != nil { + return *m.Data + } + return "" +} + +var E_Ext_More = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: (*Ext)(nil), + Field: 103, + Name: "testdata.Ext.more", + Tag: "bytes,103,opt,name=more", +} + +var E_Ext_Text = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: (*string)(nil), + Field: 104, + Name: "testdata.Ext.text", + Tag: "bytes,104,opt,name=text", +} + +var E_Ext_Number = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 105, + Name: "testdata.Ext.number", + Tag: "varint,105,opt,name=number", +} + +type ComplexExtension struct { + First *int32 `protobuf:"varint,1,opt,name=first" json:"first,omitempty"` + Second *int32 `protobuf:"varint,2,opt,name=second" json:"second,omitempty"` + Third []int32 `protobuf:"varint,3,rep,name=third" json:"third,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *ComplexExtension) Reset() { *m = ComplexExtension{} } +func (m *ComplexExtension) String() string { return proto.CompactTextString(m) } +func (*ComplexExtension) ProtoMessage() {} +func (*ComplexExtension) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{14} } + +func (m *ComplexExtension) GetFirst() int32 { + if m != nil && m.First != nil { + return *m.First + } + return 0 +} + +func (m *ComplexExtension) GetSecond() int32 { + if m != nil && m.Second != nil { + return *m.Second + } + return 0 +} + +func (m *ComplexExtension) GetThird() []int32 { + if m != nil { + return m.Third + } + return nil +} + +type DefaultsMessage struct { + XXX_extensions map[int32]proto.Extension `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *DefaultsMessage) Reset() { *m = DefaultsMessage{} } +func (m *DefaultsMessage) String() string { return proto.CompactTextString(m) } +func (*DefaultsMessage) ProtoMessage() {} +func (*DefaultsMessage) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{15} } + +var extRange_DefaultsMessage = []proto.ExtensionRange{ + {100, 536870911}, +} + +func (*DefaultsMessage) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_DefaultsMessage +} +func (m *DefaultsMessage) ExtensionMap() map[int32]proto.Extension { + if m.XXX_extensions == nil { + m.XXX_extensions = make(map[int32]proto.Extension) + } + return m.XXX_extensions +} + +type MyMessageSet struct { + XXX_extensions map[int32]proto.Extension `json:"-"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MyMessageSet) Reset() { *m = MyMessageSet{} } +func (m *MyMessageSet) String() string { return proto.CompactTextString(m) } +func (*MyMessageSet) ProtoMessage() {} +func (*MyMessageSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{16} } + +func (m *MyMessageSet) Marshal() ([]byte, error) { + return proto.MarshalMessageSet(m.ExtensionMap()) +} +func (m *MyMessageSet) Unmarshal(buf []byte) error { + return proto.UnmarshalMessageSet(buf, m.ExtensionMap()) +} +func (m *MyMessageSet) MarshalJSON() ([]byte, error) { + return proto.MarshalMessageSetJSON(m.XXX_extensions) +} +func (m *MyMessageSet) UnmarshalJSON(buf []byte) error { + return proto.UnmarshalMessageSetJSON(buf, m.XXX_extensions) +} + +// ensure MyMessageSet satisfies proto.Marshaler and proto.Unmarshaler +var _ proto.Marshaler = (*MyMessageSet)(nil) +var _ proto.Unmarshaler = (*MyMessageSet)(nil) + +var extRange_MyMessageSet = []proto.ExtensionRange{ + {100, 2147483646}, +} + +func (*MyMessageSet) ExtensionRangeArray() []proto.ExtensionRange { + return extRange_MyMessageSet +} +func (m *MyMessageSet) ExtensionMap() map[int32]proto.Extension { + if m.XXX_extensions == nil { + m.XXX_extensions = make(map[int32]proto.Extension) + } + return m.XXX_extensions +} + +type Empty struct { + XXX_unrecognized []byte `json:"-"` +} + +func (m *Empty) Reset() { *m = Empty{} } +func (m *Empty) String() string { return proto.CompactTextString(m) } +func (*Empty) ProtoMessage() {} +func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{17} } + +type MessageList struct { + Message []*MessageList_Message `protobuf:"group,1,rep,name=Message,json=message" json:"message,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MessageList) Reset() { *m = MessageList{} } +func (m *MessageList) String() string { return proto.CompactTextString(m) } +func (*MessageList) ProtoMessage() {} +func (*MessageList) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} } + +func (m *MessageList) GetMessage() []*MessageList_Message { + if m != nil { + return m.Message + } + return nil +} + +type MessageList_Message struct { + Name *string `protobuf:"bytes,2,req,name=name" json:"name,omitempty"` + Count *int32 `protobuf:"varint,3,req,name=count" json:"count,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MessageList_Message) Reset() { *m = MessageList_Message{} } +func (m *MessageList_Message) String() string { return proto.CompactTextString(m) } +func (*MessageList_Message) ProtoMessage() {} +func (*MessageList_Message) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18, 0} } + +func (m *MessageList_Message) GetName() string { + if m != nil && m.Name != nil { + return *m.Name + } + return "" +} + +func (m *MessageList_Message) GetCount() int32 { + if m != nil && m.Count != nil { + return *m.Count + } + return 0 +} + +type Strings struct { + StringField *string `protobuf:"bytes,1,opt,name=string_field,json=stringField" json:"string_field,omitempty"` + BytesField []byte `protobuf:"bytes,2,opt,name=bytes_field,json=bytesField" json:"bytes_field,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Strings) Reset() { *m = Strings{} } +func (m *Strings) String() string { return proto.CompactTextString(m) } +func (*Strings) ProtoMessage() {} +func (*Strings) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{19} } + +func (m *Strings) GetStringField() string { + if m != nil && m.StringField != nil { + return *m.StringField + } + return "" +} + +func (m *Strings) GetBytesField() []byte { + if m != nil { + return m.BytesField + } + return nil +} + +type Defaults struct { + // Default-valued fields of all basic types. + // Same as GoTest, but copied here to make testing easier. + F_Bool *bool `protobuf:"varint,1,opt,name=F_Bool,json=fBool,def=1" json:"F_Bool,omitempty"` + F_Int32 *int32 `protobuf:"varint,2,opt,name=F_Int32,json=fInt32,def=32" json:"F_Int32,omitempty"` + F_Int64 *int64 `protobuf:"varint,3,opt,name=F_Int64,json=fInt64,def=64" json:"F_Int64,omitempty"` + F_Fixed32 *uint32 `protobuf:"fixed32,4,opt,name=F_Fixed32,json=fFixed32,def=320" json:"F_Fixed32,omitempty"` + F_Fixed64 *uint64 `protobuf:"fixed64,5,opt,name=F_Fixed64,json=fFixed64,def=640" json:"F_Fixed64,omitempty"` + F_Uint32 *uint32 `protobuf:"varint,6,opt,name=F_Uint32,json=fUint32,def=3200" json:"F_Uint32,omitempty"` + F_Uint64 *uint64 `protobuf:"varint,7,opt,name=F_Uint64,json=fUint64,def=6400" json:"F_Uint64,omitempty"` + F_Float *float32 `protobuf:"fixed32,8,opt,name=F_Float,json=fFloat,def=314159" json:"F_Float,omitempty"` + F_Double *float64 `protobuf:"fixed64,9,opt,name=F_Double,json=fDouble,def=271828" json:"F_Double,omitempty"` + F_String *string `protobuf:"bytes,10,opt,name=F_String,json=fString,def=hello, \"world!\"\n" json:"F_String,omitempty"` + F_Bytes []byte `protobuf:"bytes,11,opt,name=F_Bytes,json=fBytes,def=Bignose" json:"F_Bytes,omitempty"` + F_Sint32 *int32 `protobuf:"zigzag32,12,opt,name=F_Sint32,json=fSint32,def=-32" json:"F_Sint32,omitempty"` + F_Sint64 *int64 `protobuf:"zigzag64,13,opt,name=F_Sint64,json=fSint64,def=-64" json:"F_Sint64,omitempty"` + F_Enum *Defaults_Color `protobuf:"varint,14,opt,name=F_Enum,json=fEnum,enum=testdata.Defaults_Color,def=1" json:"F_Enum,omitempty"` + // More fields with crazy defaults. + F_Pinf *float32 `protobuf:"fixed32,15,opt,name=F_Pinf,json=fPinf,def=inf" json:"F_Pinf,omitempty"` + F_Ninf *float32 `protobuf:"fixed32,16,opt,name=F_Ninf,json=fNinf,def=-inf" json:"F_Ninf,omitempty"` + F_Nan *float32 `protobuf:"fixed32,17,opt,name=F_Nan,json=fNan,def=nan" json:"F_Nan,omitempty"` + // Sub-message. + Sub *SubDefaults `protobuf:"bytes,18,opt,name=sub" json:"sub,omitempty"` + // Redundant but explicit defaults. + StrZero *string `protobuf:"bytes,19,opt,name=str_zero,json=strZero,def=" json:"str_zero,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Defaults) Reset() { *m = Defaults{} } +func (m *Defaults) String() string { return proto.CompactTextString(m) } +func (*Defaults) ProtoMessage() {} +func (*Defaults) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{20} } + +const Default_Defaults_F_Bool bool = true +const Default_Defaults_F_Int32 int32 = 32 +const Default_Defaults_F_Int64 int64 = 64 +const Default_Defaults_F_Fixed32 uint32 = 320 +const Default_Defaults_F_Fixed64 uint64 = 640 +const Default_Defaults_F_Uint32 uint32 = 3200 +const Default_Defaults_F_Uint64 uint64 = 6400 +const Default_Defaults_F_Float float32 = 314159 +const Default_Defaults_F_Double float64 = 271828 +const Default_Defaults_F_String string = "hello, \"world!\"\n" + +var Default_Defaults_F_Bytes []byte = []byte("Bignose") + +const Default_Defaults_F_Sint32 int32 = -32 +const Default_Defaults_F_Sint64 int64 = -64 +const Default_Defaults_F_Enum Defaults_Color = Defaults_GREEN + +var Default_Defaults_F_Pinf float32 = float32(math.Inf(1)) +var Default_Defaults_F_Ninf float32 = float32(math.Inf(-1)) +var Default_Defaults_F_Nan float32 = float32(math.NaN()) + +func (m *Defaults) GetF_Bool() bool { + if m != nil && m.F_Bool != nil { + return *m.F_Bool + } + return Default_Defaults_F_Bool +} + +func (m *Defaults) GetF_Int32() int32 { + if m != nil && m.F_Int32 != nil { + return *m.F_Int32 + } + return Default_Defaults_F_Int32 +} + +func (m *Defaults) GetF_Int64() int64 { + if m != nil && m.F_Int64 != nil { + return *m.F_Int64 + } + return Default_Defaults_F_Int64 +} + +func (m *Defaults) GetF_Fixed32() uint32 { + if m != nil && m.F_Fixed32 != nil { + return *m.F_Fixed32 + } + return Default_Defaults_F_Fixed32 +} + +func (m *Defaults) GetF_Fixed64() uint64 { + if m != nil && m.F_Fixed64 != nil { + return *m.F_Fixed64 + } + return Default_Defaults_F_Fixed64 +} + +func (m *Defaults) GetF_Uint32() uint32 { + if m != nil && m.F_Uint32 != nil { + return *m.F_Uint32 + } + return Default_Defaults_F_Uint32 +} + +func (m *Defaults) GetF_Uint64() uint64 { + if m != nil && m.F_Uint64 != nil { + return *m.F_Uint64 + } + return Default_Defaults_F_Uint64 +} + +func (m *Defaults) GetF_Float() float32 { + if m != nil && m.F_Float != nil { + return *m.F_Float + } + return Default_Defaults_F_Float +} + +func (m *Defaults) GetF_Double() float64 { + if m != nil && m.F_Double != nil { + return *m.F_Double + } + return Default_Defaults_F_Double +} + +func (m *Defaults) GetF_String() string { + if m != nil && m.F_String != nil { + return *m.F_String + } + return Default_Defaults_F_String +} + +func (m *Defaults) GetF_Bytes() []byte { + if m != nil && m.F_Bytes != nil { + return m.F_Bytes + } + return append([]byte(nil), Default_Defaults_F_Bytes...) +} + +func (m *Defaults) GetF_Sint32() int32 { + if m != nil && m.F_Sint32 != nil { + return *m.F_Sint32 + } + return Default_Defaults_F_Sint32 +} + +func (m *Defaults) GetF_Sint64() int64 { + if m != nil && m.F_Sint64 != nil { + return *m.F_Sint64 + } + return Default_Defaults_F_Sint64 +} + +func (m *Defaults) GetF_Enum() Defaults_Color { + if m != nil && m.F_Enum != nil { + return *m.F_Enum + } + return Default_Defaults_F_Enum +} + +func (m *Defaults) GetF_Pinf() float32 { + if m != nil && m.F_Pinf != nil { + return *m.F_Pinf + } + return Default_Defaults_F_Pinf +} + +func (m *Defaults) GetF_Ninf() float32 { + if m != nil && m.F_Ninf != nil { + return *m.F_Ninf + } + return Default_Defaults_F_Ninf +} + +func (m *Defaults) GetF_Nan() float32 { + if m != nil && m.F_Nan != nil { + return *m.F_Nan + } + return Default_Defaults_F_Nan +} + +func (m *Defaults) GetSub() *SubDefaults { + if m != nil { + return m.Sub + } + return nil +} + +func (m *Defaults) GetStrZero() string { + if m != nil && m.StrZero != nil { + return *m.StrZero + } + return "" +} + +type SubDefaults struct { + N *int64 `protobuf:"varint,1,opt,name=n,def=7" json:"n,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *SubDefaults) Reset() { *m = SubDefaults{} } +func (m *SubDefaults) String() string { return proto.CompactTextString(m) } +func (*SubDefaults) ProtoMessage() {} +func (*SubDefaults) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{21} } + +const Default_SubDefaults_N int64 = 7 + +func (m *SubDefaults) GetN() int64 { + if m != nil && m.N != nil { + return *m.N + } + return Default_SubDefaults_N +} + +type RepeatedEnum struct { + Color []RepeatedEnum_Color `protobuf:"varint,1,rep,name=color,enum=testdata.RepeatedEnum_Color" json:"color,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *RepeatedEnum) Reset() { *m = RepeatedEnum{} } +func (m *RepeatedEnum) String() string { return proto.CompactTextString(m) } +func (*RepeatedEnum) ProtoMessage() {} +func (*RepeatedEnum) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{22} } + +func (m *RepeatedEnum) GetColor() []RepeatedEnum_Color { + if m != nil { + return m.Color + } + return nil +} + +type MoreRepeated struct { + Bools []bool `protobuf:"varint,1,rep,name=bools" json:"bools,omitempty"` + BoolsPacked []bool `protobuf:"varint,2,rep,packed,name=bools_packed,json=boolsPacked" json:"bools_packed,omitempty"` + Ints []int32 `protobuf:"varint,3,rep,name=ints" json:"ints,omitempty"` + IntsPacked []int32 `protobuf:"varint,4,rep,packed,name=ints_packed,json=intsPacked" json:"ints_packed,omitempty"` + Int64SPacked []int64 `protobuf:"varint,7,rep,packed,name=int64s_packed,json=int64sPacked" json:"int64s_packed,omitempty"` + Strings []string `protobuf:"bytes,5,rep,name=strings" json:"strings,omitempty"` + Fixeds []uint32 `protobuf:"fixed32,6,rep,name=fixeds" json:"fixeds,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MoreRepeated) Reset() { *m = MoreRepeated{} } +func (m *MoreRepeated) String() string { return proto.CompactTextString(m) } +func (*MoreRepeated) ProtoMessage() {} +func (*MoreRepeated) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{23} } + +func (m *MoreRepeated) GetBools() []bool { + if m != nil { + return m.Bools + } + return nil +} + +func (m *MoreRepeated) GetBoolsPacked() []bool { + if m != nil { + return m.BoolsPacked + } + return nil +} + +func (m *MoreRepeated) GetInts() []int32 { + if m != nil { + return m.Ints + } + return nil +} + +func (m *MoreRepeated) GetIntsPacked() []int32 { + if m != nil { + return m.IntsPacked + } + return nil +} + +func (m *MoreRepeated) GetInt64SPacked() []int64 { + if m != nil { + return m.Int64SPacked + } + return nil +} + +func (m *MoreRepeated) GetStrings() []string { + if m != nil { + return m.Strings + } + return nil +} + +func (m *MoreRepeated) GetFixeds() []uint32 { + if m != nil { + return m.Fixeds + } + return nil +} + +type GroupOld struct { + G *GroupOld_G `protobuf:"group,101,opt,name=G,json=g" json:"g,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupOld) Reset() { *m = GroupOld{} } +func (m *GroupOld) String() string { return proto.CompactTextString(m) } +func (*GroupOld) ProtoMessage() {} +func (*GroupOld) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24} } + +func (m *GroupOld) GetG() *GroupOld_G { + if m != nil { + return m.G + } + return nil +} + +type GroupOld_G struct { + X *int32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupOld_G) Reset() { *m = GroupOld_G{} } +func (m *GroupOld_G) String() string { return proto.CompactTextString(m) } +func (*GroupOld_G) ProtoMessage() {} +func (*GroupOld_G) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{24, 0} } + +func (m *GroupOld_G) GetX() int32 { + if m != nil && m.X != nil { + return *m.X + } + return 0 +} + +type GroupNew struct { + G *GroupNew_G `protobuf:"group,101,opt,name=G,json=g" json:"g,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupNew) Reset() { *m = GroupNew{} } +func (m *GroupNew) String() string { return proto.CompactTextString(m) } +func (*GroupNew) ProtoMessage() {} +func (*GroupNew) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{25} } + +func (m *GroupNew) GetG() *GroupNew_G { + if m != nil { + return m.G + } + return nil +} + +type GroupNew_G struct { + X *int32 `protobuf:"varint,2,opt,name=x" json:"x,omitempty"` + Y *int32 `protobuf:"varint,3,opt,name=y" json:"y,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *GroupNew_G) Reset() { *m = GroupNew_G{} } +func (m *GroupNew_G) String() string { return proto.CompactTextString(m) } +func (*GroupNew_G) ProtoMessage() {} +func (*GroupNew_G) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{25, 0} } + +func (m *GroupNew_G) GetX() int32 { + if m != nil && m.X != nil { + return *m.X + } + return 0 +} + +func (m *GroupNew_G) GetY() int32 { + if m != nil && m.Y != nil { + return *m.Y + } + return 0 +} + +type FloatingPoint struct { + F *float64 `protobuf:"fixed64,1,req,name=f" json:"f,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *FloatingPoint) Reset() { *m = FloatingPoint{} } +func (m *FloatingPoint) String() string { return proto.CompactTextString(m) } +func (*FloatingPoint) ProtoMessage() {} +func (*FloatingPoint) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{26} } + +func (m *FloatingPoint) GetF() float64 { + if m != nil && m.F != nil { + return *m.F + } + return 0 +} + +type MessageWithMap struct { + NameMapping map[int32]string `protobuf:"bytes,1,rep,name=name_mapping,json=nameMapping" json:"name_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + MsgMapping map[int64]*FloatingPoint `protobuf:"bytes,2,rep,name=msg_mapping,json=msgMapping" json:"msg_mapping,omitempty" protobuf_key:"zigzag64,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + ByteMapping map[bool][]byte `protobuf:"bytes,3,rep,name=byte_mapping,json=byteMapping" json:"byte_mapping,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + StrToStr map[string]string `protobuf:"bytes,4,rep,name=str_to_str,json=strToStr" json:"str_to_str,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *MessageWithMap) Reset() { *m = MessageWithMap{} } +func (m *MessageWithMap) String() string { return proto.CompactTextString(m) } +func (*MessageWithMap) ProtoMessage() {} +func (*MessageWithMap) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{27} } + +func (m *MessageWithMap) GetNameMapping() map[int32]string { + if m != nil { + return m.NameMapping + } + return nil +} + +func (m *MessageWithMap) GetMsgMapping() map[int64]*FloatingPoint { + if m != nil { + return m.MsgMapping + } + return nil +} + +func (m *MessageWithMap) GetByteMapping() map[bool][]byte { + if m != nil { + return m.ByteMapping + } + return nil +} + +func (m *MessageWithMap) GetStrToStr() map[string]string { + if m != nil { + return m.StrToStr + } + return nil +} + +type Oneof struct { + // Types that are valid to be assigned to Union: + // *Oneof_F_Bool + // *Oneof_F_Int32 + // *Oneof_F_Int64 + // *Oneof_F_Fixed32 + // *Oneof_F_Fixed64 + // *Oneof_F_Uint32 + // *Oneof_F_Uint64 + // *Oneof_F_Float + // *Oneof_F_Double + // *Oneof_F_String + // *Oneof_F_Bytes + // *Oneof_F_Sint32 + // *Oneof_F_Sint64 + // *Oneof_F_Enum + // *Oneof_F_Message + // *Oneof_FGroup + // *Oneof_F_Largest_Tag + Union isOneof_Union `protobuf_oneof:"union"` + // Types that are valid to be assigned to Tormato: + // *Oneof_Value + Tormato isOneof_Tormato `protobuf_oneof:"tormato"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Oneof) Reset() { *m = Oneof{} } +func (m *Oneof) String() string { return proto.CompactTextString(m) } +func (*Oneof) ProtoMessage() {} +func (*Oneof) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{28} } + +type isOneof_Union interface { + isOneof_Union() +} +type isOneof_Tormato interface { + isOneof_Tormato() +} + +type Oneof_F_Bool struct { + F_Bool bool `protobuf:"varint,1,opt,name=F_Bool,json=fBool,oneof"` +} +type Oneof_F_Int32 struct { + F_Int32 int32 `protobuf:"varint,2,opt,name=F_Int32,json=fInt32,oneof"` +} +type Oneof_F_Int64 struct { + F_Int64 int64 `protobuf:"varint,3,opt,name=F_Int64,json=fInt64,oneof"` +} +type Oneof_F_Fixed32 struct { + F_Fixed32 uint32 `protobuf:"fixed32,4,opt,name=F_Fixed32,json=fFixed32,oneof"` +} +type Oneof_F_Fixed64 struct { + F_Fixed64 uint64 `protobuf:"fixed64,5,opt,name=F_Fixed64,json=fFixed64,oneof"` +} +type Oneof_F_Uint32 struct { + F_Uint32 uint32 `protobuf:"varint,6,opt,name=F_Uint32,json=fUint32,oneof"` +} +type Oneof_F_Uint64 struct { + F_Uint64 uint64 `protobuf:"varint,7,opt,name=F_Uint64,json=fUint64,oneof"` +} +type Oneof_F_Float struct { + F_Float float32 `protobuf:"fixed32,8,opt,name=F_Float,json=fFloat,oneof"` +} +type Oneof_F_Double struct { + F_Double float64 `protobuf:"fixed64,9,opt,name=F_Double,json=fDouble,oneof"` +} +type Oneof_F_String struct { + F_String string `protobuf:"bytes,10,opt,name=F_String,json=fString,oneof"` +} +type Oneof_F_Bytes struct { + F_Bytes []byte `protobuf:"bytes,11,opt,name=F_Bytes,json=fBytes,oneof"` +} +type Oneof_F_Sint32 struct { + F_Sint32 int32 `protobuf:"zigzag32,12,opt,name=F_Sint32,json=fSint32,oneof"` +} +type Oneof_F_Sint64 struct { + F_Sint64 int64 `protobuf:"zigzag64,13,opt,name=F_Sint64,json=fSint64,oneof"` +} +type Oneof_F_Enum struct { + F_Enum MyMessage_Color `protobuf:"varint,14,opt,name=F_Enum,json=fEnum,enum=testdata.MyMessage_Color,oneof"` +} +type Oneof_F_Message struct { + F_Message *GoTestField `protobuf:"bytes,15,opt,name=F_Message,json=fMessage,oneof"` +} +type Oneof_FGroup struct { + FGroup *Oneof_F_Group `protobuf:"group,16,opt,name=F_Group,json=fGroup,oneof"` +} +type Oneof_F_Largest_Tag struct { + F_Largest_Tag int32 `protobuf:"varint,536870911,opt,name=F_Largest_Tag,json=fLargestTag,oneof"` +} +type Oneof_Value struct { + Value int32 `protobuf:"varint,100,opt,name=value,oneof"` +} + +func (*Oneof_F_Bool) isOneof_Union() {} +func (*Oneof_F_Int32) isOneof_Union() {} +func (*Oneof_F_Int64) isOneof_Union() {} +func (*Oneof_F_Fixed32) isOneof_Union() {} +func (*Oneof_F_Fixed64) isOneof_Union() {} +func (*Oneof_F_Uint32) isOneof_Union() {} +func (*Oneof_F_Uint64) isOneof_Union() {} +func (*Oneof_F_Float) isOneof_Union() {} +func (*Oneof_F_Double) isOneof_Union() {} +func (*Oneof_F_String) isOneof_Union() {} +func (*Oneof_F_Bytes) isOneof_Union() {} +func (*Oneof_F_Sint32) isOneof_Union() {} +func (*Oneof_F_Sint64) isOneof_Union() {} +func (*Oneof_F_Enum) isOneof_Union() {} +func (*Oneof_F_Message) isOneof_Union() {} +func (*Oneof_FGroup) isOneof_Union() {} +func (*Oneof_F_Largest_Tag) isOneof_Union() {} +func (*Oneof_Value) isOneof_Tormato() {} + +func (m *Oneof) GetUnion() isOneof_Union { + if m != nil { + return m.Union + } + return nil +} +func (m *Oneof) GetTormato() isOneof_Tormato { + if m != nil { + return m.Tormato + } + return nil +} + +func (m *Oneof) GetF_Bool() bool { + if x, ok := m.GetUnion().(*Oneof_F_Bool); ok { + return x.F_Bool + } + return false +} + +func (m *Oneof) GetF_Int32() int32 { + if x, ok := m.GetUnion().(*Oneof_F_Int32); ok { + return x.F_Int32 + } + return 0 +} + +func (m *Oneof) GetF_Int64() int64 { + if x, ok := m.GetUnion().(*Oneof_F_Int64); ok { + return x.F_Int64 + } + return 0 +} + +func (m *Oneof) GetF_Fixed32() uint32 { + if x, ok := m.GetUnion().(*Oneof_F_Fixed32); ok { + return x.F_Fixed32 + } + return 0 +} + +func (m *Oneof) GetF_Fixed64() uint64 { + if x, ok := m.GetUnion().(*Oneof_F_Fixed64); ok { + return x.F_Fixed64 + } + return 0 +} + +func (m *Oneof) GetF_Uint32() uint32 { + if x, ok := m.GetUnion().(*Oneof_F_Uint32); ok { + return x.F_Uint32 + } + return 0 +} + +func (m *Oneof) GetF_Uint64() uint64 { + if x, ok := m.GetUnion().(*Oneof_F_Uint64); ok { + return x.F_Uint64 + } + return 0 +} + +func (m *Oneof) GetF_Float() float32 { + if x, ok := m.GetUnion().(*Oneof_F_Float); ok { + return x.F_Float + } + return 0 +} + +func (m *Oneof) GetF_Double() float64 { + if x, ok := m.GetUnion().(*Oneof_F_Double); ok { + return x.F_Double + } + return 0 +} + +func (m *Oneof) GetF_String() string { + if x, ok := m.GetUnion().(*Oneof_F_String); ok { + return x.F_String + } + return "" +} + +func (m *Oneof) GetF_Bytes() []byte { + if x, ok := m.GetUnion().(*Oneof_F_Bytes); ok { + return x.F_Bytes + } + return nil +} + +func (m *Oneof) GetF_Sint32() int32 { + if x, ok := m.GetUnion().(*Oneof_F_Sint32); ok { + return x.F_Sint32 + } + return 0 +} + +func (m *Oneof) GetF_Sint64() int64 { + if x, ok := m.GetUnion().(*Oneof_F_Sint64); ok { + return x.F_Sint64 + } + return 0 +} + +func (m *Oneof) GetF_Enum() MyMessage_Color { + if x, ok := m.GetUnion().(*Oneof_F_Enum); ok { + return x.F_Enum + } + return MyMessage_RED +} + +func (m *Oneof) GetF_Message() *GoTestField { + if x, ok := m.GetUnion().(*Oneof_F_Message); ok { + return x.F_Message + } + return nil +} + +func (m *Oneof) GetFGroup() *Oneof_F_Group { + if x, ok := m.GetUnion().(*Oneof_FGroup); ok { + return x.FGroup + } + return nil +} + +func (m *Oneof) GetF_Largest_Tag() int32 { + if x, ok := m.GetUnion().(*Oneof_F_Largest_Tag); ok { + return x.F_Largest_Tag + } + return 0 +} + +func (m *Oneof) GetValue() int32 { + if x, ok := m.GetTormato().(*Oneof_Value); ok { + return x.Value + } + return 0 +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Oneof) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _Oneof_OneofMarshaler, _Oneof_OneofUnmarshaler, _Oneof_OneofSizer, []interface{}{ + (*Oneof_F_Bool)(nil), + (*Oneof_F_Int32)(nil), + (*Oneof_F_Int64)(nil), + (*Oneof_F_Fixed32)(nil), + (*Oneof_F_Fixed64)(nil), + (*Oneof_F_Uint32)(nil), + (*Oneof_F_Uint64)(nil), + (*Oneof_F_Float)(nil), + (*Oneof_F_Double)(nil), + (*Oneof_F_String)(nil), + (*Oneof_F_Bytes)(nil), + (*Oneof_F_Sint32)(nil), + (*Oneof_F_Sint64)(nil), + (*Oneof_F_Enum)(nil), + (*Oneof_F_Message)(nil), + (*Oneof_FGroup)(nil), + (*Oneof_F_Largest_Tag)(nil), + (*Oneof_Value)(nil), + } +} + +func _Oneof_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Oneof) + // union + switch x := m.Union.(type) { + case *Oneof_F_Bool: + t := uint64(0) + if x.F_Bool { + t = 1 + } + b.EncodeVarint(1<<3 | proto.WireVarint) + b.EncodeVarint(t) + case *Oneof_F_Int32: + b.EncodeVarint(2<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Int32)) + case *Oneof_F_Int64: + b.EncodeVarint(3<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Int64)) + case *Oneof_F_Fixed32: + b.EncodeVarint(4<<3 | proto.WireFixed32) + b.EncodeFixed32(uint64(x.F_Fixed32)) + case *Oneof_F_Fixed64: + b.EncodeVarint(5<<3 | proto.WireFixed64) + b.EncodeFixed64(uint64(x.F_Fixed64)) + case *Oneof_F_Uint32: + b.EncodeVarint(6<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Uint32)) + case *Oneof_F_Uint64: + b.EncodeVarint(7<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Uint64)) + case *Oneof_F_Float: + b.EncodeVarint(8<<3 | proto.WireFixed32) + b.EncodeFixed32(uint64(math.Float32bits(x.F_Float))) + case *Oneof_F_Double: + b.EncodeVarint(9<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.F_Double)) + case *Oneof_F_String: + b.EncodeVarint(10<<3 | proto.WireBytes) + b.EncodeStringBytes(x.F_String) + case *Oneof_F_Bytes: + b.EncodeVarint(11<<3 | proto.WireBytes) + b.EncodeRawBytes(x.F_Bytes) + case *Oneof_F_Sint32: + b.EncodeVarint(12<<3 | proto.WireVarint) + b.EncodeZigzag32(uint64(x.F_Sint32)) + case *Oneof_F_Sint64: + b.EncodeVarint(13<<3 | proto.WireVarint) + b.EncodeZigzag64(uint64(x.F_Sint64)) + case *Oneof_F_Enum: + b.EncodeVarint(14<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Enum)) + case *Oneof_F_Message: + b.EncodeVarint(15<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.F_Message); err != nil { + return err + } + case *Oneof_FGroup: + b.EncodeVarint(16<<3 | proto.WireStartGroup) + if err := b.Marshal(x.FGroup); err != nil { + return err + } + b.EncodeVarint(16<<3 | proto.WireEndGroup) + case *Oneof_F_Largest_Tag: + b.EncodeVarint(536870911<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.F_Largest_Tag)) + case nil: + default: + return fmt.Errorf("Oneof.Union has unexpected type %T", x) + } + // tormato + switch x := m.Tormato.(type) { + case *Oneof_Value: + b.EncodeVarint(100<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Value)) + case nil: + default: + return fmt.Errorf("Oneof.Tormato has unexpected type %T", x) + } + return nil +} + +func _Oneof_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Oneof) + switch tag { + case 1: // union.F_Bool + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Bool{x != 0} + return true, err + case 2: // union.F_Int32 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Int32{int32(x)} + return true, err + case 3: // union.F_Int64 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Int64{int64(x)} + return true, err + case 4: // union.F_Fixed32 + if wire != proto.WireFixed32 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed32() + m.Union = &Oneof_F_Fixed32{uint32(x)} + return true, err + case 5: // union.F_Fixed64 + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Oneof_F_Fixed64{x} + return true, err + case 6: // union.F_Uint32 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Uint32{uint32(x)} + return true, err + case 7: // union.F_Uint64 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Uint64{x} + return true, err + case 8: // union.F_Float + if wire != proto.WireFixed32 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed32() + m.Union = &Oneof_F_Float{math.Float32frombits(uint32(x))} + return true, err + case 9: // union.F_Double + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Oneof_F_Double{math.Float64frombits(x)} + return true, err + case 10: // union.F_String + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &Oneof_F_String{x} + return true, err + case 11: // union.F_Bytes + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Union = &Oneof_F_Bytes{x} + return true, err + case 12: // union.F_Sint32 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeZigzag32() + m.Union = &Oneof_F_Sint32{int32(x)} + return true, err + case 13: // union.F_Sint64 + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeZigzag64() + m.Union = &Oneof_F_Sint64{int64(x)} + return true, err + case 14: // union.F_Enum + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Enum{MyMessage_Color(x)} + return true, err + case 15: // union.F_Message + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(GoTestField) + err := b.DecodeMessage(msg) + m.Union = &Oneof_F_Message{msg} + return true, err + case 16: // union.f_group + if wire != proto.WireStartGroup { + return true, proto.ErrInternalBadWireType + } + msg := new(Oneof_F_Group) + err := b.DecodeGroup(msg) + m.Union = &Oneof_FGroup{msg} + return true, err + case 536870911: // union.F_Largest_Tag + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Oneof_F_Largest_Tag{int32(x)} + return true, err + case 100: // tormato.value + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Tormato = &Oneof_Value{int32(x)} + return true, err + default: + return false, nil + } +} + +func _Oneof_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Oneof) + // union + switch x := m.Union.(type) { + case *Oneof_F_Bool: + n += proto.SizeVarint(1<<3 | proto.WireVarint) + n += 1 + case *Oneof_F_Int32: + n += proto.SizeVarint(2<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Int32)) + case *Oneof_F_Int64: + n += proto.SizeVarint(3<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Int64)) + case *Oneof_F_Fixed32: + n += proto.SizeVarint(4<<3 | proto.WireFixed32) + n += 4 + case *Oneof_F_Fixed64: + n += proto.SizeVarint(5<<3 | proto.WireFixed64) + n += 8 + case *Oneof_F_Uint32: + n += proto.SizeVarint(6<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Uint32)) + case *Oneof_F_Uint64: + n += proto.SizeVarint(7<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Uint64)) + case *Oneof_F_Float: + n += proto.SizeVarint(8<<3 | proto.WireFixed32) + n += 4 + case *Oneof_F_Double: + n += proto.SizeVarint(9<<3 | proto.WireFixed64) + n += 8 + case *Oneof_F_String: + n += proto.SizeVarint(10<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.F_String))) + n += len(x.F_String) + case *Oneof_F_Bytes: + n += proto.SizeVarint(11<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.F_Bytes))) + n += len(x.F_Bytes) + case *Oneof_F_Sint32: + n += proto.SizeVarint(12<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64((uint32(x.F_Sint32) << 1) ^ uint32((int32(x.F_Sint32) >> 31)))) + case *Oneof_F_Sint64: + n += proto.SizeVarint(13<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(uint64(x.F_Sint64<<1) ^ uint64((int64(x.F_Sint64) >> 63)))) + case *Oneof_F_Enum: + n += proto.SizeVarint(14<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Enum)) + case *Oneof_F_Message: + s := proto.Size(x.F_Message) + n += proto.SizeVarint(15<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case *Oneof_FGroup: + n += proto.SizeVarint(16<<3 | proto.WireStartGroup) + n += proto.Size(x.FGroup) + n += proto.SizeVarint(16<<3 | proto.WireEndGroup) + case *Oneof_F_Largest_Tag: + n += proto.SizeVarint(536870911<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.F_Largest_Tag)) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + // tormato + switch x := m.Tormato.(type) { + case *Oneof_Value: + n += proto.SizeVarint(100<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Value)) + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +type Oneof_F_Group struct { + X *int32 `protobuf:"varint,17,opt,name=x" json:"x,omitempty"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Oneof_F_Group) Reset() { *m = Oneof_F_Group{} } +func (m *Oneof_F_Group) String() string { return proto.CompactTextString(m) } +func (*Oneof_F_Group) ProtoMessage() {} +func (*Oneof_F_Group) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{28, 0} } + +func (m *Oneof_F_Group) GetX() int32 { + if m != nil && m.X != nil { + return *m.X + } + return 0 +} + +type Communique struct { + MakeMeCry *bool `protobuf:"varint,1,opt,name=make_me_cry,json=makeMeCry" json:"make_me_cry,omitempty"` + // This is a oneof, called "union". + // + // Types that are valid to be assigned to Union: + // *Communique_Number + // *Communique_Name + // *Communique_Data + // *Communique_TempC + // *Communique_Col + // *Communique_Msg + Union isCommunique_Union `protobuf_oneof:"union"` + XXX_unrecognized []byte `json:"-"` +} + +func (m *Communique) Reset() { *m = Communique{} } +func (m *Communique) String() string { return proto.CompactTextString(m) } +func (*Communique) ProtoMessage() {} +func (*Communique) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{29} } + +type isCommunique_Union interface { + isCommunique_Union() +} + +type Communique_Number struct { + Number int32 `protobuf:"varint,5,opt,name=number,oneof"` +} +type Communique_Name struct { + Name string `protobuf:"bytes,6,opt,name=name,oneof"` +} +type Communique_Data struct { + Data []byte `protobuf:"bytes,7,opt,name=data,oneof"` +} +type Communique_TempC struct { + TempC float64 `protobuf:"fixed64,8,opt,name=temp_c,json=tempC,oneof"` +} +type Communique_Col struct { + Col MyMessage_Color `protobuf:"varint,9,opt,name=col,enum=testdata.MyMessage_Color,oneof"` +} +type Communique_Msg struct { + Msg *Strings `protobuf:"bytes,10,opt,name=msg,oneof"` +} + +func (*Communique_Number) isCommunique_Union() {} +func (*Communique_Name) isCommunique_Union() {} +func (*Communique_Data) isCommunique_Union() {} +func (*Communique_TempC) isCommunique_Union() {} +func (*Communique_Col) isCommunique_Union() {} +func (*Communique_Msg) isCommunique_Union() {} + +func (m *Communique) GetUnion() isCommunique_Union { + if m != nil { + return m.Union + } + return nil +} + +func (m *Communique) GetMakeMeCry() bool { + if m != nil && m.MakeMeCry != nil { + return *m.MakeMeCry + } + return false +} + +func (m *Communique) GetNumber() int32 { + if x, ok := m.GetUnion().(*Communique_Number); ok { + return x.Number + } + return 0 +} + +func (m *Communique) GetName() string { + if x, ok := m.GetUnion().(*Communique_Name); ok { + return x.Name + } + return "" +} + +func (m *Communique) GetData() []byte { + if x, ok := m.GetUnion().(*Communique_Data); ok { + return x.Data + } + return nil +} + +func (m *Communique) GetTempC() float64 { + if x, ok := m.GetUnion().(*Communique_TempC); ok { + return x.TempC + } + return 0 +} + +func (m *Communique) GetCol() MyMessage_Color { + if x, ok := m.GetUnion().(*Communique_Col); ok { + return x.Col + } + return MyMessage_RED +} + +func (m *Communique) GetMsg() *Strings { + if x, ok := m.GetUnion().(*Communique_Msg); ok { + return x.Msg + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Communique) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { + return _Communique_OneofMarshaler, _Communique_OneofUnmarshaler, _Communique_OneofSizer, []interface{}{ + (*Communique_Number)(nil), + (*Communique_Name)(nil), + (*Communique_Data)(nil), + (*Communique_TempC)(nil), + (*Communique_Col)(nil), + (*Communique_Msg)(nil), + } +} + +func _Communique_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + b.EncodeVarint(5<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Number)) + case *Communique_Name: + b.EncodeVarint(6<<3 | proto.WireBytes) + b.EncodeStringBytes(x.Name) + case *Communique_Data: + b.EncodeVarint(7<<3 | proto.WireBytes) + b.EncodeRawBytes(x.Data) + case *Communique_TempC: + b.EncodeVarint(8<<3 | proto.WireFixed64) + b.EncodeFixed64(math.Float64bits(x.TempC)) + case *Communique_Col: + b.EncodeVarint(9<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.Col)) + case *Communique_Msg: + b.EncodeVarint(10<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.Msg); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("Communique.Union has unexpected type %T", x) + } + return nil +} + +func _Communique_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Communique) + switch tag { + case 5: // union.number + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Number{int32(x)} + return true, err + case 6: // union.name + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeStringBytes() + m.Union = &Communique_Name{x} + return true, err + case 7: // union.data + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Union = &Communique_Data{x} + return true, err + case 8: // union.temp_c + if wire != proto.WireFixed64 { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeFixed64() + m.Union = &Communique_TempC{math.Float64frombits(x)} + return true, err + case 9: // union.col + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.Union = &Communique_Col{MyMessage_Color(x)} + return true, err + case 10: // union.msg + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Strings) + err := b.DecodeMessage(msg) + m.Union = &Communique_Msg{msg} + return true, err + default: + return false, nil + } +} + +func _Communique_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Communique) + // union + switch x := m.Union.(type) { + case *Communique_Number: + n += proto.SizeVarint(5<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Number)) + case *Communique_Name: + n += proto.SizeVarint(6<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Name))) + n += len(x.Name) + case *Communique_Data: + n += proto.SizeVarint(7<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(len(x.Data))) + n += len(x.Data) + case *Communique_TempC: + n += proto.SizeVarint(8<<3 | proto.WireFixed64) + n += 8 + case *Communique_Col: + n += proto.SizeVarint(9<<3 | proto.WireVarint) + n += proto.SizeVarint(uint64(x.Col)) + case *Communique_Msg: + s := proto.Size(x.Msg) + n += proto.SizeVarint(10<<3 | proto.WireBytes) + n += proto.SizeVarint(uint64(s)) + n += s + case nil: + default: + panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) + } + return n +} + +var E_Greeting = &proto.ExtensionDesc{ + ExtendedType: (*MyMessage)(nil), + ExtensionType: ([]string)(nil), + Field: 106, + Name: "testdata.greeting", + Tag: "bytes,106,rep,name=greeting", +} + +var E_Complex = &proto.ExtensionDesc{ + ExtendedType: (*OtherMessage)(nil), + ExtensionType: (*ComplexExtension)(nil), + Field: 200, + Name: "testdata.complex", + Tag: "bytes,200,opt,name=complex", +} + +var E_RComplex = &proto.ExtensionDesc{ + ExtendedType: (*OtherMessage)(nil), + ExtensionType: ([]*ComplexExtension)(nil), + Field: 201, + Name: "testdata.r_complex", + Tag: "bytes,201,rep,name=r_complex,json=rComplex", +} + +var E_NoDefaultDouble = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float64)(nil), + Field: 101, + Name: "testdata.no_default_double", + Tag: "fixed64,101,opt,name=no_default_double,json=noDefaultDouble", +} + +var E_NoDefaultFloat = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float32)(nil), + Field: 102, + Name: "testdata.no_default_float", + Tag: "fixed32,102,opt,name=no_default_float,json=noDefaultFloat", +} + +var E_NoDefaultInt32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 103, + Name: "testdata.no_default_int32", + Tag: "varint,103,opt,name=no_default_int32,json=noDefaultInt32", +} + +var E_NoDefaultInt64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 104, + Name: "testdata.no_default_int64", + Tag: "varint,104,opt,name=no_default_int64,json=noDefaultInt64", +} + +var E_NoDefaultUint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 105, + Name: "testdata.no_default_uint32", + Tag: "varint,105,opt,name=no_default_uint32,json=noDefaultUint32", +} + +var E_NoDefaultUint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 106, + Name: "testdata.no_default_uint64", + Tag: "varint,106,opt,name=no_default_uint64,json=noDefaultUint64", +} + +var E_NoDefaultSint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 107, + Name: "testdata.no_default_sint32", + Tag: "zigzag32,107,opt,name=no_default_sint32,json=noDefaultSint32", +} + +var E_NoDefaultSint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 108, + Name: "testdata.no_default_sint64", + Tag: "zigzag64,108,opt,name=no_default_sint64,json=noDefaultSint64", +} + +var E_NoDefaultFixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 109, + Name: "testdata.no_default_fixed32", + Tag: "fixed32,109,opt,name=no_default_fixed32,json=noDefaultFixed32", +} + +var E_NoDefaultFixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 110, + Name: "testdata.no_default_fixed64", + Tag: "fixed64,110,opt,name=no_default_fixed64,json=noDefaultFixed64", +} + +var E_NoDefaultSfixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 111, + Name: "testdata.no_default_sfixed32", + Tag: "fixed32,111,opt,name=no_default_sfixed32,json=noDefaultSfixed32", +} + +var E_NoDefaultSfixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 112, + Name: "testdata.no_default_sfixed64", + Tag: "fixed64,112,opt,name=no_default_sfixed64,json=noDefaultSfixed64", +} + +var E_NoDefaultBool = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*bool)(nil), + Field: 113, + Name: "testdata.no_default_bool", + Tag: "varint,113,opt,name=no_default_bool,json=noDefaultBool", +} + +var E_NoDefaultString = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*string)(nil), + Field: 114, + Name: "testdata.no_default_string", + Tag: "bytes,114,opt,name=no_default_string,json=noDefaultString", +} + +var E_NoDefaultBytes = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: ([]byte)(nil), + Field: 115, + Name: "testdata.no_default_bytes", + Tag: "bytes,115,opt,name=no_default_bytes,json=noDefaultBytes", +} + +var E_NoDefaultEnum = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*DefaultsMessage_DefaultsEnum)(nil), + Field: 116, + Name: "testdata.no_default_enum", + Tag: "varint,116,opt,name=no_default_enum,json=noDefaultEnum,enum=testdata.DefaultsMessage_DefaultsEnum", +} + +var E_DefaultDouble = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float64)(nil), + Field: 201, + Name: "testdata.default_double", + Tag: "fixed64,201,opt,name=default_double,json=defaultDouble,def=3.1415", +} + +var E_DefaultFloat = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*float32)(nil), + Field: 202, + Name: "testdata.default_float", + Tag: "fixed32,202,opt,name=default_float,json=defaultFloat,def=3.14", +} + +var E_DefaultInt32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 203, + Name: "testdata.default_int32", + Tag: "varint,203,opt,name=default_int32,json=defaultInt32,def=42", +} + +var E_DefaultInt64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 204, + Name: "testdata.default_int64", + Tag: "varint,204,opt,name=default_int64,json=defaultInt64,def=43", +} + +var E_DefaultUint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 205, + Name: "testdata.default_uint32", + Tag: "varint,205,opt,name=default_uint32,json=defaultUint32,def=44", +} + +var E_DefaultUint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 206, + Name: "testdata.default_uint64", + Tag: "varint,206,opt,name=default_uint64,json=defaultUint64,def=45", +} + +var E_DefaultSint32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 207, + Name: "testdata.default_sint32", + Tag: "zigzag32,207,opt,name=default_sint32,json=defaultSint32,def=46", +} + +var E_DefaultSint64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 208, + Name: "testdata.default_sint64", + Tag: "zigzag64,208,opt,name=default_sint64,json=defaultSint64,def=47", +} + +var E_DefaultFixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint32)(nil), + Field: 209, + Name: "testdata.default_fixed32", + Tag: "fixed32,209,opt,name=default_fixed32,json=defaultFixed32,def=48", +} + +var E_DefaultFixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*uint64)(nil), + Field: 210, + Name: "testdata.default_fixed64", + Tag: "fixed64,210,opt,name=default_fixed64,json=defaultFixed64,def=49", +} + +var E_DefaultSfixed32 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int32)(nil), + Field: 211, + Name: "testdata.default_sfixed32", + Tag: "fixed32,211,opt,name=default_sfixed32,json=defaultSfixed32,def=50", +} + +var E_DefaultSfixed64 = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*int64)(nil), + Field: 212, + Name: "testdata.default_sfixed64", + Tag: "fixed64,212,opt,name=default_sfixed64,json=defaultSfixed64,def=51", +} + +var E_DefaultBool = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*bool)(nil), + Field: 213, + Name: "testdata.default_bool", + Tag: "varint,213,opt,name=default_bool,json=defaultBool,def=1", +} + +var E_DefaultString = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*string)(nil), + Field: 214, + Name: "testdata.default_string", + Tag: "bytes,214,opt,name=default_string,json=defaultString,def=Hello, string", +} + +var E_DefaultBytes = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: ([]byte)(nil), + Field: 215, + Name: "testdata.default_bytes", + Tag: "bytes,215,opt,name=default_bytes,json=defaultBytes,def=Hello, bytes", +} + +var E_DefaultEnum = &proto.ExtensionDesc{ + ExtendedType: (*DefaultsMessage)(nil), + ExtensionType: (*DefaultsMessage_DefaultsEnum)(nil), + Field: 216, + Name: "testdata.default_enum", + Tag: "varint,216,opt,name=default_enum,json=defaultEnum,enum=testdata.DefaultsMessage_DefaultsEnum,def=1", +} + +var E_X201 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 201, + Name: "testdata.x201", + Tag: "bytes,201,opt,name=x201", +} + +var E_X202 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 202, + Name: "testdata.x202", + Tag: "bytes,202,opt,name=x202", +} + +var E_X203 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 203, + Name: "testdata.x203", + Tag: "bytes,203,opt,name=x203", +} + +var E_X204 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 204, + Name: "testdata.x204", + Tag: "bytes,204,opt,name=x204", +} + +var E_X205 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 205, + Name: "testdata.x205", + Tag: "bytes,205,opt,name=x205", +} + +var E_X206 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 206, + Name: "testdata.x206", + Tag: "bytes,206,opt,name=x206", +} + +var E_X207 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 207, + Name: "testdata.x207", + Tag: "bytes,207,opt,name=x207", +} + +var E_X208 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 208, + Name: "testdata.x208", + Tag: "bytes,208,opt,name=x208", +} + +var E_X209 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 209, + Name: "testdata.x209", + Tag: "bytes,209,opt,name=x209", +} + +var E_X210 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 210, + Name: "testdata.x210", + Tag: "bytes,210,opt,name=x210", +} + +var E_X211 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 211, + Name: "testdata.x211", + Tag: "bytes,211,opt,name=x211", +} + +var E_X212 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 212, + Name: "testdata.x212", + Tag: "bytes,212,opt,name=x212", +} + +var E_X213 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 213, + Name: "testdata.x213", + Tag: "bytes,213,opt,name=x213", +} + +var E_X214 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 214, + Name: "testdata.x214", + Tag: "bytes,214,opt,name=x214", +} + +var E_X215 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 215, + Name: "testdata.x215", + Tag: "bytes,215,opt,name=x215", +} + +var E_X216 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 216, + Name: "testdata.x216", + Tag: "bytes,216,opt,name=x216", +} + +var E_X217 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 217, + Name: "testdata.x217", + Tag: "bytes,217,opt,name=x217", +} + +var E_X218 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 218, + Name: "testdata.x218", + Tag: "bytes,218,opt,name=x218", +} + +var E_X219 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 219, + Name: "testdata.x219", + Tag: "bytes,219,opt,name=x219", +} + +var E_X220 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 220, + Name: "testdata.x220", + Tag: "bytes,220,opt,name=x220", +} + +var E_X221 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 221, + Name: "testdata.x221", + Tag: "bytes,221,opt,name=x221", +} + +var E_X222 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 222, + Name: "testdata.x222", + Tag: "bytes,222,opt,name=x222", +} + +var E_X223 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 223, + Name: "testdata.x223", + Tag: "bytes,223,opt,name=x223", +} + +var E_X224 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 224, + Name: "testdata.x224", + Tag: "bytes,224,opt,name=x224", +} + +var E_X225 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 225, + Name: "testdata.x225", + Tag: "bytes,225,opt,name=x225", +} + +var E_X226 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 226, + Name: "testdata.x226", + Tag: "bytes,226,opt,name=x226", +} + +var E_X227 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 227, + Name: "testdata.x227", + Tag: "bytes,227,opt,name=x227", +} + +var E_X228 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 228, + Name: "testdata.x228", + Tag: "bytes,228,opt,name=x228", +} + +var E_X229 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 229, + Name: "testdata.x229", + Tag: "bytes,229,opt,name=x229", +} + +var E_X230 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 230, + Name: "testdata.x230", + Tag: "bytes,230,opt,name=x230", +} + +var E_X231 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 231, + Name: "testdata.x231", + Tag: "bytes,231,opt,name=x231", +} + +var E_X232 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 232, + Name: "testdata.x232", + Tag: "bytes,232,opt,name=x232", +} + +var E_X233 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 233, + Name: "testdata.x233", + Tag: "bytes,233,opt,name=x233", +} + +var E_X234 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 234, + Name: "testdata.x234", + Tag: "bytes,234,opt,name=x234", +} + +var E_X235 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 235, + Name: "testdata.x235", + Tag: "bytes,235,opt,name=x235", +} + +var E_X236 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 236, + Name: "testdata.x236", + Tag: "bytes,236,opt,name=x236", +} + +var E_X237 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 237, + Name: "testdata.x237", + Tag: "bytes,237,opt,name=x237", +} + +var E_X238 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 238, + Name: "testdata.x238", + Tag: "bytes,238,opt,name=x238", +} + +var E_X239 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 239, + Name: "testdata.x239", + Tag: "bytes,239,opt,name=x239", +} + +var E_X240 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 240, + Name: "testdata.x240", + Tag: "bytes,240,opt,name=x240", +} + +var E_X241 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 241, + Name: "testdata.x241", + Tag: "bytes,241,opt,name=x241", +} + +var E_X242 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 242, + Name: "testdata.x242", + Tag: "bytes,242,opt,name=x242", +} + +var E_X243 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 243, + Name: "testdata.x243", + Tag: "bytes,243,opt,name=x243", +} + +var E_X244 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 244, + Name: "testdata.x244", + Tag: "bytes,244,opt,name=x244", +} + +var E_X245 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 245, + Name: "testdata.x245", + Tag: "bytes,245,opt,name=x245", +} + +var E_X246 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 246, + Name: "testdata.x246", + Tag: "bytes,246,opt,name=x246", +} + +var E_X247 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 247, + Name: "testdata.x247", + Tag: "bytes,247,opt,name=x247", +} + +var E_X248 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 248, + Name: "testdata.x248", + Tag: "bytes,248,opt,name=x248", +} + +var E_X249 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 249, + Name: "testdata.x249", + Tag: "bytes,249,opt,name=x249", +} + +var E_X250 = &proto.ExtensionDesc{ + ExtendedType: (*MyMessageSet)(nil), + ExtensionType: (*Empty)(nil), + Field: 250, + Name: "testdata.x250", + Tag: "bytes,250,opt,name=x250", +} + +func init() { + proto.RegisterType((*GoEnum)(nil), "testdata.GoEnum") + proto.RegisterType((*GoTestField)(nil), "testdata.GoTestField") + proto.RegisterType((*GoTest)(nil), "testdata.GoTest") + proto.RegisterType((*GoTest_RequiredGroup)(nil), "testdata.GoTest.RequiredGroup") + proto.RegisterType((*GoTest_RepeatedGroup)(nil), "testdata.GoTest.RepeatedGroup") + proto.RegisterType((*GoTest_OptionalGroup)(nil), "testdata.GoTest.OptionalGroup") + proto.RegisterType((*GoSkipTest)(nil), "testdata.GoSkipTest") + proto.RegisterType((*GoSkipTest_SkipGroup)(nil), "testdata.GoSkipTest.SkipGroup") + proto.RegisterType((*NonPackedTest)(nil), "testdata.NonPackedTest") + proto.RegisterType((*PackedTest)(nil), "testdata.PackedTest") + proto.RegisterType((*MaxTag)(nil), "testdata.MaxTag") + proto.RegisterType((*OldMessage)(nil), "testdata.OldMessage") + proto.RegisterType((*OldMessage_Nested)(nil), "testdata.OldMessage.Nested") + proto.RegisterType((*NewMessage)(nil), "testdata.NewMessage") + proto.RegisterType((*NewMessage_Nested)(nil), "testdata.NewMessage.Nested") + proto.RegisterType((*InnerMessage)(nil), "testdata.InnerMessage") + proto.RegisterType((*OtherMessage)(nil), "testdata.OtherMessage") + proto.RegisterType((*RequiredInnerMessage)(nil), "testdata.RequiredInnerMessage") + proto.RegisterType((*MyMessage)(nil), "testdata.MyMessage") + proto.RegisterType((*MyMessage_SomeGroup)(nil), "testdata.MyMessage.SomeGroup") + proto.RegisterType((*Ext)(nil), "testdata.Ext") + proto.RegisterType((*ComplexExtension)(nil), "testdata.ComplexExtension") + proto.RegisterType((*DefaultsMessage)(nil), "testdata.DefaultsMessage") + proto.RegisterType((*MyMessageSet)(nil), "testdata.MyMessageSet") + proto.RegisterType((*Empty)(nil), "testdata.Empty") + proto.RegisterType((*MessageList)(nil), "testdata.MessageList") + proto.RegisterType((*MessageList_Message)(nil), "testdata.MessageList.Message") + proto.RegisterType((*Strings)(nil), "testdata.Strings") + proto.RegisterType((*Defaults)(nil), "testdata.Defaults") + proto.RegisterType((*SubDefaults)(nil), "testdata.SubDefaults") + proto.RegisterType((*RepeatedEnum)(nil), "testdata.RepeatedEnum") + proto.RegisterType((*MoreRepeated)(nil), "testdata.MoreRepeated") + proto.RegisterType((*GroupOld)(nil), "testdata.GroupOld") + proto.RegisterType((*GroupOld_G)(nil), "testdata.GroupOld.G") + proto.RegisterType((*GroupNew)(nil), "testdata.GroupNew") + proto.RegisterType((*GroupNew_G)(nil), "testdata.GroupNew.G") + proto.RegisterType((*FloatingPoint)(nil), "testdata.FloatingPoint") + proto.RegisterType((*MessageWithMap)(nil), "testdata.MessageWithMap") + proto.RegisterType((*Oneof)(nil), "testdata.Oneof") + proto.RegisterType((*Oneof_F_Group)(nil), "testdata.Oneof.F_Group") + proto.RegisterType((*Communique)(nil), "testdata.Communique") + proto.RegisterEnum("testdata.FOO", FOO_name, FOO_value) + proto.RegisterEnum("testdata.GoTest_KIND", GoTest_KIND_name, GoTest_KIND_value) + proto.RegisterEnum("testdata.MyMessage_Color", MyMessage_Color_name, MyMessage_Color_value) + proto.RegisterEnum("testdata.DefaultsMessage_DefaultsEnum", DefaultsMessage_DefaultsEnum_name, DefaultsMessage_DefaultsEnum_value) + proto.RegisterEnum("testdata.Defaults_Color", Defaults_Color_name, Defaults_Color_value) + proto.RegisterEnum("testdata.RepeatedEnum_Color", RepeatedEnum_Color_name, RepeatedEnum_Color_value) + proto.RegisterExtension(E_Ext_More) + proto.RegisterExtension(E_Ext_Text) + proto.RegisterExtension(E_Ext_Number) + proto.RegisterExtension(E_Greeting) + proto.RegisterExtension(E_Complex) + proto.RegisterExtension(E_RComplex) + proto.RegisterExtension(E_NoDefaultDouble) + proto.RegisterExtension(E_NoDefaultFloat) + proto.RegisterExtension(E_NoDefaultInt32) + proto.RegisterExtension(E_NoDefaultInt64) + proto.RegisterExtension(E_NoDefaultUint32) + proto.RegisterExtension(E_NoDefaultUint64) + proto.RegisterExtension(E_NoDefaultSint32) + proto.RegisterExtension(E_NoDefaultSint64) + proto.RegisterExtension(E_NoDefaultFixed32) + proto.RegisterExtension(E_NoDefaultFixed64) + proto.RegisterExtension(E_NoDefaultSfixed32) + proto.RegisterExtension(E_NoDefaultSfixed64) + proto.RegisterExtension(E_NoDefaultBool) + proto.RegisterExtension(E_NoDefaultString) + proto.RegisterExtension(E_NoDefaultBytes) + proto.RegisterExtension(E_NoDefaultEnum) + proto.RegisterExtension(E_DefaultDouble) + proto.RegisterExtension(E_DefaultFloat) + proto.RegisterExtension(E_DefaultInt32) + proto.RegisterExtension(E_DefaultInt64) + proto.RegisterExtension(E_DefaultUint32) + proto.RegisterExtension(E_DefaultUint64) + proto.RegisterExtension(E_DefaultSint32) + proto.RegisterExtension(E_DefaultSint64) + proto.RegisterExtension(E_DefaultFixed32) + proto.RegisterExtension(E_DefaultFixed64) + proto.RegisterExtension(E_DefaultSfixed32) + proto.RegisterExtension(E_DefaultSfixed64) + proto.RegisterExtension(E_DefaultBool) + proto.RegisterExtension(E_DefaultString) + proto.RegisterExtension(E_DefaultBytes) + proto.RegisterExtension(E_DefaultEnum) + proto.RegisterExtension(E_X201) + proto.RegisterExtension(E_X202) + proto.RegisterExtension(E_X203) + proto.RegisterExtension(E_X204) + proto.RegisterExtension(E_X205) + proto.RegisterExtension(E_X206) + proto.RegisterExtension(E_X207) + proto.RegisterExtension(E_X208) + proto.RegisterExtension(E_X209) + proto.RegisterExtension(E_X210) + proto.RegisterExtension(E_X211) + proto.RegisterExtension(E_X212) + proto.RegisterExtension(E_X213) + proto.RegisterExtension(E_X214) + proto.RegisterExtension(E_X215) + proto.RegisterExtension(E_X216) + proto.RegisterExtension(E_X217) + proto.RegisterExtension(E_X218) + proto.RegisterExtension(E_X219) + proto.RegisterExtension(E_X220) + proto.RegisterExtension(E_X221) + proto.RegisterExtension(E_X222) + proto.RegisterExtension(E_X223) + proto.RegisterExtension(E_X224) + proto.RegisterExtension(E_X225) + proto.RegisterExtension(E_X226) + proto.RegisterExtension(E_X227) + proto.RegisterExtension(E_X228) + proto.RegisterExtension(E_X229) + proto.RegisterExtension(E_X230) + proto.RegisterExtension(E_X231) + proto.RegisterExtension(E_X232) + proto.RegisterExtension(E_X233) + proto.RegisterExtension(E_X234) + proto.RegisterExtension(E_X235) + proto.RegisterExtension(E_X236) + proto.RegisterExtension(E_X237) + proto.RegisterExtension(E_X238) + proto.RegisterExtension(E_X239) + proto.RegisterExtension(E_X240) + proto.RegisterExtension(E_X241) + proto.RegisterExtension(E_X242) + proto.RegisterExtension(E_X243) + proto.RegisterExtension(E_X244) + proto.RegisterExtension(E_X245) + proto.RegisterExtension(E_X246) + proto.RegisterExtension(E_X247) + proto.RegisterExtension(E_X248) + proto.RegisterExtension(E_X249) + proto.RegisterExtension(E_X250) +} + +var fileDescriptor0 = []byte{ + // 4407 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x5a, 0x59, 0x77, 0xdb, 0x48, + 0x76, 0x36, 0xc0, 0xfd, 0x92, 0x12, 0xa1, 0xb2, 0xda, 0x4d, 0x4b, 0x5e, 0x60, 0xce, 0x74, 0x37, + 0xbd, 0x69, 0x24, 0x10, 0xa2, 0x6d, 0xba, 0xd3, 0xe7, 0x78, 0xa1, 0x64, 0x9d, 0xb1, 0x44, 0x05, + 0x52, 0x77, 0x9f, 0xe9, 0x3c, 0xf0, 0x50, 0x22, 0x48, 0xb3, 0x4d, 0x02, 0x34, 0x09, 0xc5, 0x52, + 0xf2, 0xd2, 0x2f, 0xc9, 0x6b, 0xb6, 0x97, 0xbc, 0xe6, 0x29, 0x4f, 0x49, 0xce, 0xc9, 0x9f, 0x48, + 0xba, 0x7b, 0xd6, 0x9e, 0x35, 0xeb, 0x64, 0x5f, 0x26, 0xfb, 0x36, 0x93, 0xe4, 0xa5, 0xe7, 0xd4, + 0xad, 0x02, 0x50, 0x00, 0x09, 0x48, 0x7e, 0x12, 0x51, 0xf5, 0x7d, 0xb7, 0x6e, 0x15, 0xbe, 0xba, + 0xb7, 0x6e, 0x41, 0x00, 0x8e, 0x39, 0x71, 0x56, 0x46, 0x63, 0xdb, 0xb1, 0x49, 0x96, 0xfe, 0xee, + 0xb4, 0x9d, 0x76, 0xf9, 0x3a, 0xa4, 0x37, 0xed, 0x86, 0x75, 0x34, 0x24, 0x57, 0x21, 0xd1, 0xb5, + 0xed, 0x92, 0xa4, 0xca, 0x95, 0x79, 0x6d, 0x6e, 0xc5, 0x45, 0xac, 0x6c, 0x34, 0x9b, 0x06, 0xed, + 0x29, 0xdf, 0x81, 0xfc, 0xa6, 0xbd, 0x6f, 0x4e, 0x9c, 0x8d, 0xbe, 0x39, 0xe8, 0x90, 0x45, 0x48, + 0x3d, 0x6d, 0x1f, 0x98, 0x03, 0x64, 0xe4, 0x8c, 0xd4, 0x80, 0x3e, 0x10, 0x02, 0xc9, 0xfd, 0x93, + 0x91, 0x59, 0x92, 0xb1, 0x31, 0xe9, 0x9c, 0x8c, 0xcc, 0xf2, 0xaf, 0x5c, 0xa1, 0x83, 0x50, 0x26, + 0xb9, 0x0e, 0xc9, 0x2f, 0xf7, 0xad, 0x0e, 0x1f, 0xe5, 0x35, 0x7f, 0x14, 0xd6, 0xbf, 0xf2, 0xe5, + 0xad, 0x9d, 0xc7, 0x46, 0xf2, 0x79, 0xdf, 0x42, 0xfb, 0xfb, 0xed, 0x83, 0x01, 0x35, 0x25, 0x51, + 0xfb, 0x0e, 0x7d, 0xa0, 0xad, 0xbb, 0xed, 0x71, 0x7b, 0x58, 0x4a, 0xa8, 0x52, 0x25, 0x65, 0xa4, + 0x46, 0xf4, 0x81, 0xdc, 0x87, 0x39, 0xc3, 0x7c, 0x71, 0xd4, 0x1f, 0x9b, 0x1d, 0x74, 0xae, 0x94, + 0x54, 0xe5, 0x4a, 0x7e, 0xda, 0x3e, 0x76, 0x1a, 0x73, 0x63, 0x11, 0xcb, 0xc8, 0x23, 0xb3, 0xed, + 0xb8, 0xe4, 0x94, 0x9a, 0x88, 0x25, 0x0b, 0x58, 0x4a, 0x6e, 0x8e, 0x9c, 0xbe, 0x6d, 0xb5, 0x07, + 0x8c, 0x9c, 0x56, 0xa5, 0x18, 0xb2, 0x2d, 0x62, 0xc9, 0x9b, 0x50, 0xdc, 0x68, 0x3d, 0xb4, 0xed, + 0x41, 0xcb, 0xf5, 0xa8, 0x04, 0xaa, 0x5c, 0xc9, 0x1a, 0x73, 0x5d, 0xda, 0xea, 0x4e, 0x89, 0x54, + 0x40, 0xd9, 0x68, 0x6d, 0x59, 0x4e, 0x55, 0xf3, 0x81, 0x79, 0x55, 0xae, 0xa4, 0x8c, 0xf9, 0x2e, + 0x36, 0x4f, 0x21, 0x6b, 0xba, 0x8f, 0x2c, 0xa8, 0x72, 0x25, 0xc1, 0x90, 0x35, 0xdd, 0x43, 0xde, + 0x02, 0xb2, 0xd1, 0xda, 0xe8, 0x1f, 0x9b, 0x1d, 0xd1, 0xea, 0x9c, 0x2a, 0x57, 0x32, 0x86, 0xd2, + 0xe5, 0x1d, 0x33, 0xd0, 0xa2, 0xe5, 0x79, 0x55, 0xae, 0xa4, 0x5d, 0xb4, 0x60, 0xfb, 0x06, 0x2c, + 0x6c, 0xb4, 0xde, 0xed, 0x07, 0x1d, 0x2e, 0xaa, 0x72, 0x65, 0xce, 0x28, 0x76, 0x59, 0xfb, 0x34, + 0x56, 0x34, 0xac, 0xa8, 0x72, 0x25, 0xc9, 0xb1, 0x82, 0x5d, 0x9c, 0xdd, 0xc6, 0xc0, 0x6e, 0x3b, + 0x3e, 0x74, 0x41, 0x95, 0x2b, 0xb2, 0x31, 0xdf, 0xc5, 0xe6, 0xa0, 0xd5, 0xc7, 0xf6, 0xd1, 0xc1, + 0xc0, 0xf4, 0xa1, 0x44, 0x95, 0x2b, 0x92, 0x51, 0xec, 0xb2, 0xf6, 0x20, 0x76, 0xcf, 0x19, 0xf7, + 0xad, 0x9e, 0x8f, 0x3d, 0x8f, 0xfa, 0x2d, 0x76, 0x59, 0x7b, 0xd0, 0x83, 0x87, 0x27, 0x8e, 0x39, + 0xf1, 0xa1, 0xa6, 0x2a, 0x57, 0x0a, 0xc6, 0x7c, 0x17, 0x9b, 0x43, 0x56, 0x43, 0x6b, 0xd0, 0x55, + 0xe5, 0xca, 0x02, 0xb5, 0x3a, 0x63, 0x0d, 0xf6, 0x42, 0x6b, 0xd0, 0x53, 0xe5, 0x0a, 0xe1, 0x58, + 0x61, 0x0d, 0x44, 0xcd, 0x30, 0x21, 0x96, 0x16, 0xd5, 0x84, 0xa0, 0x19, 0xd6, 0x18, 0xd4, 0x0c, + 0x07, 0xbe, 0xa6, 0x26, 0x44, 0xcd, 0x84, 0x90, 0x38, 0x38, 0x47, 0x5e, 0x50, 0x13, 0xa2, 0x66, + 0x38, 0x32, 0xa4, 0x19, 0x8e, 0x7d, 0x5d, 0x4d, 0x04, 0x35, 0x33, 0x85, 0x16, 0x2d, 0x97, 0xd4, + 0x44, 0x50, 0x33, 0x1c, 0x1d, 0xd4, 0x0c, 0x07, 0x5f, 0x54, 0x13, 0x01, 0xcd, 0x84, 0xb1, 0xa2, + 0xe1, 0x25, 0x35, 0x11, 0xd0, 0x8c, 0x38, 0x3b, 0x57, 0x33, 0x1c, 0xba, 0xac, 0x26, 0x44, 0xcd, + 0x88, 0x56, 0x3d, 0xcd, 0x70, 0xe8, 0x25, 0x35, 0x11, 0xd0, 0x8c, 0x88, 0xf5, 0x34, 0xc3, 0xb1, + 0x97, 0xd5, 0x44, 0x40, 0x33, 0x1c, 0x7b, 0x5d, 0xd4, 0x0c, 0x87, 0x7e, 0x2c, 0xa9, 0x09, 0x51, + 0x34, 0x1c, 0x7a, 0x33, 0x20, 0x1a, 0x8e, 0xfd, 0x84, 0x62, 0x45, 0xd5, 0x84, 0xc1, 0xe2, 0x2a, + 0x7c, 0x4a, 0xc1, 0xa2, 0x6c, 0x38, 0xd8, 0x97, 0x8d, 0x1b, 0x82, 0x4a, 0x57, 0x54, 0xc9, 0x93, + 0x8d, 0x1b, 0xc3, 0x44, 0xd9, 0x78, 0xc0, 0xab, 0x18, 0x6a, 0xb9, 0x6c, 0xa6, 0x90, 0x35, 0xdd, + 0x47, 0xaa, 0xaa, 0xe4, 0xcb, 0xc6, 0x43, 0x06, 0x64, 0xe3, 0x61, 0xaf, 0xa9, 0x92, 0x28, 0x9b, + 0x19, 0x68, 0xd1, 0x72, 0x59, 0x95, 0x44, 0xd9, 0x78, 0x68, 0x51, 0x36, 0x1e, 0xf8, 0x0b, 0xaa, + 0x24, 0xc8, 0x66, 0x1a, 0x2b, 0x1a, 0xfe, 0xa2, 0x2a, 0x09, 0xb2, 0x09, 0xce, 0x8e, 0xc9, 0xc6, + 0x83, 0xbe, 0xa1, 0x4a, 0xbe, 0x6c, 0x82, 0x56, 0xb9, 0x6c, 0x3c, 0xe8, 0x9b, 0xaa, 0x24, 0xc8, + 0x26, 0x88, 0xe5, 0xb2, 0xf1, 0xb0, 0x6f, 0x61, 0x7e, 0x73, 0x65, 0xe3, 0x61, 0x05, 0xd9, 0x78, + 0xd0, 0xdf, 0xa1, 0xb9, 0xd0, 0x93, 0x8d, 0x07, 0x15, 0x65, 0xe3, 0x61, 0x7f, 0x97, 0x62, 0x7d, + 0xd9, 0x4c, 0x83, 0xc5, 0x55, 0xf8, 0x3d, 0x0a, 0xf6, 0x65, 0xe3, 0x81, 0x57, 0xd0, 0x09, 0x2a, + 0x9b, 0x8e, 0xd9, 0x6d, 0x1f, 0x0d, 0xa8, 0xc4, 0x2a, 0x54, 0x37, 0xf5, 0xa4, 0x33, 0x3e, 0x32, + 0xa9, 0x27, 0xb6, 0x3d, 0x78, 0xec, 0xf6, 0x91, 0x15, 0x6a, 0x9c, 0xc9, 0xc7, 0x27, 0x5c, 0xa7, + 0xfa, 0xa9, 0xcb, 0x55, 0xcd, 0x28, 0x32, 0x0d, 0x4d, 0xe3, 0x6b, 0xba, 0x80, 0xbf, 0x41, 0x55, + 0x54, 0x97, 0x6b, 0x3a, 0xc3, 0xd7, 0x74, 0x1f, 0x5f, 0x85, 0xf3, 0xbe, 0x94, 0x7c, 0xc6, 0x4d, + 0xaa, 0xa5, 0x7a, 0xa2, 0xaa, 0xad, 0x1a, 0x0b, 0xae, 0xa0, 0x66, 0x91, 0x02, 0xc3, 0xdc, 0xa2, + 0x92, 0xaa, 0x27, 0x6a, 0xba, 0x47, 0x12, 0x47, 0xd2, 0xa8, 0x0c, 0xb9, 0xb0, 0x7c, 0xce, 0x6d, + 0xaa, 0xac, 0x7a, 0xb2, 0xaa, 0xad, 0xae, 0x1a, 0x0a, 0xd7, 0xd7, 0x0c, 0x4e, 0x60, 0x9c, 0x15, + 0xaa, 0xb0, 0x7a, 0xb2, 0xa6, 0x7b, 0x9c, 0xe0, 0x38, 0x0b, 0xae, 0xd0, 0x7c, 0xca, 0x97, 0xa8, + 0xd2, 0xea, 0xe9, 0xea, 0x9a, 0xbe, 0xb6, 0x7e, 0xcf, 0x28, 0x32, 0xc5, 0xf9, 0x1c, 0x9d, 0x8e, + 0xc3, 0x25, 0xe7, 0x93, 0x56, 0xa9, 0xe6, 0xea, 0x69, 0xed, 0xce, 0xda, 0x5d, 0xed, 0xae, 0xa1, + 0x70, 0xed, 0xf9, 0xac, 0x77, 0x28, 0x8b, 0x8b, 0xcf, 0x67, 0xad, 0x51, 0xf5, 0xd5, 0x95, 0x67, + 0xe6, 0x60, 0x60, 0xdf, 0x52, 0xcb, 0x2f, 0xed, 0xf1, 0xa0, 0x73, 0xad, 0x0c, 0x86, 0xc2, 0xf5, + 0x28, 0x8e, 0xba, 0xe0, 0x0a, 0xd2, 0xa7, 0xff, 0x1a, 0x3d, 0x87, 0x15, 0xea, 0x99, 0x87, 0xfd, + 0x9e, 0x65, 0x4f, 0x4c, 0xa3, 0xc8, 0xa4, 0x19, 0x5a, 0x93, 0xbd, 0xf0, 0x3a, 0xfe, 0x3a, 0xa5, + 0x2d, 0xd4, 0x13, 0xb7, 0xab, 0x1a, 0x1d, 0x69, 0xd6, 0x3a, 0xee, 0x85, 0xd7, 0xf1, 0x37, 0x28, + 0x87, 0xd4, 0x13, 0xb7, 0x6b, 0x3a, 0xe7, 0x88, 0xeb, 0x78, 0x07, 0x2e, 0x84, 0xf2, 0x62, 0x6b, + 0xd4, 0x3e, 0x7c, 0x6e, 0x76, 0x4a, 0x1a, 0x4d, 0x8f, 0x0f, 0x65, 0x45, 0x32, 0xce, 0x07, 0x52, + 0xe4, 0x2e, 0x76, 0x93, 0x7b, 0xf0, 0x7a, 0x38, 0x51, 0xba, 0xcc, 0x2a, 0xcd, 0x97, 0xc8, 0x5c, + 0x0c, 0xe6, 0xcc, 0x10, 0x55, 0x08, 0xc0, 0x2e, 0x55, 0xa7, 0x09, 0xd4, 0xa7, 0xfa, 0x91, 0x98, + 0x53, 0x7f, 0x06, 0x2e, 0x4e, 0xa7, 0x52, 0x97, 0xbc, 0x4e, 0x33, 0x2a, 0x92, 0x2f, 0x84, 0xb3, + 0xea, 0x14, 0x7d, 0xc6, 0xd8, 0x35, 0x9a, 0x62, 0x45, 0xfa, 0xd4, 0xe8, 0xf7, 0xa1, 0x34, 0x95, + 0x6c, 0x5d, 0xf6, 0x1d, 0x9a, 0x73, 0x91, 0xfd, 0x5a, 0x28, 0xef, 0x86, 0xc9, 0x33, 0x86, 0xbe, + 0x4b, 0x93, 0xb0, 0x40, 0x9e, 0x1a, 0x19, 0x97, 0x2c, 0x98, 0x8e, 0x5d, 0xee, 0x3d, 0x9a, 0x95, + 0xf9, 0x92, 0x05, 0x32, 0xb3, 0x38, 0x6e, 0x28, 0x3f, 0xbb, 0xdc, 0x3a, 0x4d, 0xd3, 0x7c, 0xdc, + 0x60, 0xaa, 0xe6, 0xe4, 0xb7, 0x29, 0x79, 0x6f, 0xf6, 0x8c, 0x7f, 0x9c, 0xa0, 0x09, 0x96, 0xb3, + 0xf7, 0x66, 0x4d, 0xd9, 0x63, 0xcf, 0x98, 0xf2, 0x4f, 0x28, 0x9b, 0x08, 0xec, 0xa9, 0x39, 0x3f, + 0x06, 0xaf, 0xe2, 0xe8, 0x8d, 0xed, 0xa3, 0x51, 0x69, 0x43, 0x95, 0x2b, 0xa0, 0x5d, 0x99, 0xaa, + 0x7e, 0xdc, 0x43, 0xde, 0x26, 0x45, 0x19, 0x41, 0x12, 0xb3, 0xc2, 0xec, 0x32, 0x2b, 0xbb, 0x6a, + 0x22, 0xc2, 0x0a, 0x43, 0x79, 0x56, 0x04, 0x12, 0xb5, 0xe2, 0x06, 0x7d, 0x66, 0xe5, 0x03, 0x55, + 0x9a, 0x69, 0xc5, 0x4d, 0x01, 0xdc, 0x4a, 0x80, 0xb4, 0xb4, 0xee, 0xd7, 0x5b, 0xd8, 0x4f, 0xbe, + 0x18, 0x2e, 0xc0, 0x36, 0xf1, 0xfc, 0x1c, 0xac, 0xb4, 0x18, 0x4d, 0x70, 0x6e, 0x9a, 0xf6, 0xb3, + 0x11, 0xb4, 0x80, 0x37, 0xd3, 0xb4, 0x9f, 0x9b, 0x41, 0x2b, 0xff, 0xa6, 0x04, 0x49, 0x5a, 0x4f, + 0x92, 0x2c, 0x24, 0xdf, 0x6b, 0x6e, 0x3d, 0x56, 0xce, 0xd1, 0x5f, 0x0f, 0x9b, 0xcd, 0xa7, 0x8a, + 0x44, 0x72, 0x90, 0x7a, 0xf8, 0x95, 0xfd, 0xc6, 0x9e, 0x22, 0x93, 0x22, 0xe4, 0x37, 0xb6, 0x76, + 0x36, 0x1b, 0xc6, 0xae, 0xb1, 0xb5, 0xb3, 0xaf, 0x24, 0x68, 0xdf, 0xc6, 0xd3, 0xe6, 0x83, 0x7d, + 0x25, 0x49, 0x32, 0x90, 0xa0, 0x6d, 0x29, 0x02, 0x90, 0xde, 0xdb, 0x37, 0xb6, 0x76, 0x36, 0x95, + 0x34, 0xb5, 0xb2, 0xbf, 0xb5, 0xdd, 0x50, 0x32, 0x14, 0xb9, 0xff, 0xee, 0xee, 0xd3, 0x86, 0x92, + 0xa5, 0x3f, 0x1f, 0x18, 0xc6, 0x83, 0xaf, 0x28, 0x39, 0x4a, 0xda, 0x7e, 0xb0, 0xab, 0x00, 0x76, + 0x3f, 0x78, 0xf8, 0xb4, 0xa1, 0xe4, 0x49, 0x01, 0xb2, 0x1b, 0xef, 0xee, 0x3c, 0xda, 0xdf, 0x6a, + 0xee, 0x28, 0x85, 0xf2, 0x6f, 0xc9, 0x00, 0x9b, 0xf6, 0xde, 0xf3, 0xfe, 0x08, 0xab, 0xe2, 0xcb, + 0x00, 0x93, 0xe7, 0xfd, 0x51, 0x0b, 0xa5, 0xc7, 0x2b, 0xbb, 0x1c, 0x6d, 0xc1, 0xa0, 0x43, 0xae, + 0x41, 0x01, 0xbb, 0xbb, 0x2c, 0x14, 0x60, 0x41, 0x97, 0x31, 0xf2, 0xb4, 0x8d, 0x47, 0x87, 0x20, + 0xa4, 0xa6, 0x63, 0x1d, 0x97, 0x16, 0x20, 0x35, 0x9d, 0x5c, 0x05, 0x7c, 0x6c, 0x4d, 0x30, 0xac, + 0x63, 0xed, 0x96, 0x33, 0x70, 0x5c, 0x16, 0xe8, 0xc9, 0xdb, 0x80, 0x63, 0x32, 0x59, 0x14, 0xa7, + 0x25, 0xea, 0xba, 0xbb, 0x42, 0x7f, 0x30, 0x59, 0xf8, 0x84, 0xa5, 0x26, 0xe4, 0xbc, 0x76, 0x3a, + 0x16, 0xb6, 0xf2, 0x19, 0x29, 0x38, 0x23, 0xc0, 0x26, 0x6f, 0x4a, 0x0c, 0xc0, 0xbd, 0x59, 0x40, + 0x6f, 0x18, 0x89, 0xb9, 0x53, 0xbe, 0x0c, 0x73, 0x3b, 0xb6, 0xc5, 0xb6, 0x10, 0xae, 0x52, 0x01, + 0xa4, 0x76, 0x49, 0xc2, 0x12, 0x46, 0x6a, 0x97, 0xaf, 0x00, 0x08, 0x7d, 0x0a, 0x48, 0x07, 0xac, + 0x0f, 0x37, 0xa2, 0x74, 0x50, 0xbe, 0x09, 0xe9, 0xed, 0xf6, 0xf1, 0x7e, 0xbb, 0x47, 0xae, 0x01, + 0x0c, 0xda, 0x13, 0xa7, 0xd5, 0x45, 0xa9, 0x7c, 0xfe, 0xf9, 0xe7, 0x9f, 0x4b, 0x78, 0xe2, 0xca, + 0xd1, 0x56, 0x26, 0x95, 0x17, 0x00, 0xcd, 0x41, 0x67, 0xdb, 0x9c, 0x4c, 0xda, 0x3d, 0x93, 0x54, + 0x21, 0x6d, 0x99, 0x13, 0x9a, 0x72, 0x24, 0x2c, 0xe6, 0x97, 0xfd, 0x55, 0xf0, 0x51, 0x2b, 0x3b, + 0x08, 0x31, 0x38, 0x94, 0x28, 0x90, 0xb0, 0x8e, 0x86, 0x78, 0x59, 0x91, 0x32, 0xe8, 0xcf, 0xa5, + 0x4b, 0x90, 0x66, 0x18, 0x42, 0x20, 0x69, 0xb5, 0x87, 0x66, 0x89, 0x8d, 0x8b, 0xbf, 0xcb, 0xbf, + 0x2a, 0x01, 0xec, 0x98, 0x2f, 0xcf, 0x30, 0xa6, 0x8f, 0x8a, 0x19, 0x33, 0xc1, 0xc6, 0xbc, 0x1f, + 0x37, 0x26, 0xd5, 0x59, 0xd7, 0xb6, 0x3b, 0x2d, 0xf6, 0x8a, 0xd9, 0xbd, 0x4a, 0x8e, 0xb6, 0xe0, + 0x5b, 0x2b, 0x7f, 0x00, 0x85, 0x2d, 0xcb, 0x32, 0xc7, 0xae, 0x4f, 0x04, 0x92, 0xcf, 0xec, 0x89, + 0xc3, 0x2f, 0x78, 0xf0, 0x37, 0x29, 0x41, 0x72, 0x64, 0x8f, 0x1d, 0x36, 0xcf, 0x7a, 0x52, 0x5f, + 0x5d, 0x5d, 0x35, 0xb0, 0x85, 0x5c, 0x82, 0xdc, 0xa1, 0x6d, 0x59, 0xe6, 0x21, 0x9d, 0x44, 0x02, + 0x6b, 0x0b, 0xbf, 0xa1, 0xfc, 0xcb, 0x12, 0x14, 0x9a, 0xce, 0x33, 0xdf, 0xb8, 0x02, 0x89, 0xe7, + 0xe6, 0x09, 0xba, 0x97, 0x30, 0xe8, 0x4f, 0xb2, 0x08, 0xa9, 0x9f, 0x6f, 0x0f, 0x8e, 0xd8, 0x85, + 0x4f, 0xc1, 0x60, 0x0f, 0xe4, 0x02, 0xa4, 0x5f, 0x9a, 0xfd, 0xde, 0x33, 0x07, 0x6d, 0xca, 0x06, + 0x7f, 0x22, 0xb7, 0x20, 0xd5, 0xa7, 0xce, 0x96, 0x92, 0xb8, 0x5e, 0x17, 0xfc, 0xf5, 0x12, 0xe7, + 0x60, 0x30, 0xd0, 0x8d, 0x6c, 0xb6, 0xa3, 0x7c, 0xf4, 0xd1, 0x47, 0x1f, 0xc9, 0xe5, 0x2e, 0x2c, + 0xba, 0xb1, 0x23, 0x30, 0xd9, 0x1d, 0x28, 0x0d, 0x4c, 0xbb, 0xd5, 0xed, 0x5b, 0xed, 0xc1, 0xe0, + 0xa4, 0xf5, 0xd2, 0xb6, 0x5a, 0x6d, 0xab, 0x65, 0x4f, 0x0e, 0xdb, 0x63, 0x5c, 0x80, 0xe8, 0x21, + 0x16, 0x07, 0xa6, 0xbd, 0xc1, 0x68, 0xef, 0xdb, 0xd6, 0x03, 0xab, 0x49, 0x39, 0xe5, 0x3f, 0x48, + 0x42, 0x6e, 0xfb, 0xc4, 0xb5, 0xbe, 0x08, 0xa9, 0x43, 0xfb, 0xc8, 0x62, 0x6b, 0x99, 0x32, 0xd8, + 0x83, 0xf7, 0x8e, 0x64, 0xe1, 0x1d, 0x2d, 0x42, 0xea, 0xc5, 0x91, 0xed, 0x98, 0x38, 0xdd, 0x9c, + 0xc1, 0x1e, 0xe8, 0x6a, 0x8d, 0x4c, 0xa7, 0x94, 0xc4, 0x0a, 0x93, 0xfe, 0xf4, 0xe7, 0x9f, 0x3a, + 0xc3, 0xfc, 0xc9, 0x0a, 0xa4, 0x6d, 0xba, 0xfa, 0x93, 0x52, 0x1a, 0x2f, 0xb7, 0x04, 0xb8, 0xf8, + 0x56, 0x0c, 0x8e, 0x22, 0x5b, 0xb0, 0xf0, 0xd2, 0x6c, 0x0d, 0x8f, 0x26, 0x4e, 0xab, 0x67, 0xb7, + 0x3a, 0xa6, 0x39, 0x32, 0xc7, 0xa5, 0x39, 0x1c, 0x49, 0x88, 0x09, 0xb3, 0x16, 0xd2, 0x98, 0x7f, + 0x69, 0x6e, 0x1f, 0x4d, 0x9c, 0x4d, 0xfb, 0x31, 0xb2, 0x48, 0x15, 0x72, 0x63, 0x93, 0x46, 0x02, + 0xea, 0x6c, 0x21, 0x3c, 0x7a, 0x80, 0x9a, 0x1d, 0x9b, 0x23, 0x6c, 0x20, 0xeb, 0x90, 0x3d, 0xe8, + 0x3f, 0x37, 0x27, 0xcf, 0xcc, 0x4e, 0x29, 0xa3, 0x4a, 0x95, 0x79, 0xed, 0xa2, 0xcf, 0xf1, 0x96, + 0x75, 0xe5, 0x91, 0x3d, 0xb0, 0xc7, 0x86, 0x07, 0x25, 0xf7, 0x21, 0x37, 0xb1, 0x87, 0x26, 0xd3, + 0x77, 0x16, 0x33, 0xdb, 0xe5, 0x59, 0xbc, 0x3d, 0x7b, 0x68, 0xba, 0x11, 0xcc, 0xc5, 0x93, 0x65, + 0xe6, 0xe8, 0x01, 0x3d, 0xbf, 0x96, 0x00, 0xeb, 0x73, 0xea, 0x10, 0x9e, 0x67, 0xc9, 0x12, 0x75, + 0xa8, 0xd7, 0xa5, 0xc7, 0x92, 0x52, 0x1e, 0x8b, 0x3b, 0xef, 0x79, 0xe9, 0x16, 0xe4, 0x3c, 0x83, + 0x7e, 0xe8, 0x63, 0xe1, 0x26, 0x87, 0xf1, 0x80, 0x85, 0x3e, 0x16, 0x6b, 0xde, 0x80, 0x14, 0xba, + 0x4d, 0xd3, 0x84, 0xd1, 0xa0, 0x59, 0x29, 0x07, 0xa9, 0x4d, 0xa3, 0xd1, 0xd8, 0x51, 0x24, 0x4c, + 0x50, 0x4f, 0xdf, 0x6d, 0x28, 0xb2, 0xa0, 0xd8, 0xdf, 0x96, 0x20, 0xd1, 0x38, 0x46, 0xb5, 0xd0, + 0x69, 0xb8, 0x3b, 0x9a, 0xfe, 0xd6, 0x6a, 0x90, 0x1c, 0xda, 0x63, 0x93, 0x9c, 0x9f, 0x31, 0xcb, + 0x52, 0x0f, 0xdf, 0x97, 0x70, 0x95, 0xdb, 0x38, 0x76, 0x0c, 0xc4, 0x6b, 0x6f, 0x41, 0xd2, 0x31, + 0x8f, 0x9d, 0xd9, 0xbc, 0x67, 0x6c, 0x00, 0x0a, 0xd0, 0x6e, 0x42, 0xda, 0x3a, 0x1a, 0x1e, 0x98, + 0xe3, 0xd9, 0xd0, 0x3e, 0x4e, 0x8f, 0x43, 0xca, 0xef, 0x81, 0xf2, 0xc8, 0x1e, 0x8e, 0x06, 0xe6, + 0x71, 0xe3, 0xd8, 0x31, 0xad, 0x49, 0xdf, 0xb6, 0xa8, 0x9e, 0xbb, 0xfd, 0x31, 0x46, 0x11, 0xbc, + 0xb0, 0xc5, 0x07, 0xba, 0xab, 0x27, 0xe6, 0xa1, 0x6d, 0x75, 0x78, 0xc0, 0xe4, 0x4f, 0x14, 0xed, + 0x3c, 0xeb, 0x8f, 0x69, 0x00, 0xa1, 0x71, 0x9e, 0x3d, 0x94, 0x37, 0xa1, 0xc8, 0x0f, 0xfa, 0x13, + 0x3e, 0x70, 0xf9, 0x06, 0x14, 0xdc, 0x26, 0xbc, 0xbd, 0xce, 0x42, 0xf2, 0x83, 0x86, 0xd1, 0x54, + 0xce, 0xd1, 0x65, 0x6d, 0xee, 0x34, 0x14, 0x89, 0xfe, 0xd8, 0x7f, 0xbf, 0x19, 0x58, 0xca, 0x4b, + 0x50, 0xf0, 0x7c, 0xdf, 0x33, 0x1d, 0xec, 0xa1, 0x09, 0x21, 0x53, 0x97, 0xb3, 0x52, 0x39, 0x03, + 0xa9, 0xc6, 0x70, 0xe4, 0x9c, 0x94, 0x7f, 0x11, 0xf2, 0x1c, 0xf4, 0xb4, 0x3f, 0x71, 0xc8, 0x1d, + 0xc8, 0x0c, 0xf9, 0x7c, 0x25, 0x3c, 0x73, 0x89, 0x9a, 0xf2, 0x71, 0xee, 0x6f, 0xc3, 0x45, 0x2f, + 0x55, 0x21, 0x23, 0xc4, 0x52, 0xbe, 0xd5, 0x65, 0x71, 0xab, 0xb3, 0xa0, 0x90, 0x10, 0x82, 0x42, + 0x79, 0x1b, 0x32, 0x2c, 0x03, 0x4e, 0x30, 0xab, 0xb3, 0x7a, 0x8d, 0x89, 0x89, 0xbd, 0xf9, 0x3c, + 0x6b, 0x63, 0x57, 0xc8, 0x57, 0x21, 0x8f, 0x82, 0xe5, 0x08, 0x16, 0x3a, 0x01, 0x9b, 0x98, 0xdc, + 0x7e, 0x3f, 0x05, 0x59, 0x77, 0xa5, 0xc8, 0x32, 0xa4, 0x59, 0x91, 0x84, 0xa6, 0xdc, 0x22, 0x3e, + 0x85, 0x65, 0x11, 0x59, 0x86, 0x0c, 0x2f, 0x84, 0x78, 0x74, 0xa7, 0x15, 0x7b, 0x9a, 0x15, 0x3e, + 0x5e, 0x67, 0x4d, 0xc7, 0xc0, 0xc4, 0xca, 0xf3, 0x34, 0x2b, 0x6d, 0x88, 0x0a, 0x39, 0xaf, 0x98, + 0xc1, 0x78, 0xcc, 0x6b, 0xf1, 0xac, 0x5b, 0xbd, 0x08, 0x88, 0x9a, 0x8e, 0x11, 0x8b, 0x17, 0xde, + 0xd9, 0xae, 0x7f, 0x3c, 0xc9, 0xba, 0x25, 0x09, 0xde, 0xa1, 0xbb, 0x55, 0x76, 0x86, 0x17, 0x21, + 0x3e, 0xa0, 0xa6, 0x63, 0x48, 0x70, 0x4b, 0xea, 0x0c, 0x2f, 0x34, 0xc8, 0x55, 0xea, 0x22, 0x16, + 0x0e, 0xb8, 0xf5, 0xfd, 0xfa, 0x39, 0xcd, 0xca, 0x09, 0x72, 0x8d, 0x5a, 0x60, 0xd5, 0x01, 0xee, + 0x4b, 0xbf, 0x58, 0xce, 0xf0, 0xa2, 0x81, 0xdc, 0xa4, 0x10, 0xb6, 0xfc, 0x25, 0x88, 0xa8, 0x8c, + 0x33, 0xbc, 0x32, 0x26, 0x2a, 0x1d, 0x10, 0xc3, 0x03, 0x86, 0x04, 0xa1, 0x0a, 0x4e, 0xb3, 0x2a, + 0x98, 0x5c, 0x41, 0x73, 0x6c, 0x52, 0x05, 0xbf, 0xe2, 0xcd, 0xf0, 0x2a, 0xc3, 0xef, 0xc7, 0x23, + 0x9b, 0x57, 0xdd, 0x66, 0x78, 0x1d, 0x41, 0x6a, 0xf4, 0x7d, 0x51, 0x7d, 0x97, 0xe6, 0x31, 0x08, + 0x96, 0x7c, 0xe1, 0xb9, 0xef, 0x94, 0xc5, 0xc0, 0x3a, 0x8b, 0x20, 0x46, 0xaa, 0x8b, 0xbb, 0x61, + 0x89, 0xf2, 0x76, 0xfb, 0x56, 0xb7, 0x54, 0xc4, 0x95, 0x48, 0xf4, 0xad, 0xae, 0x91, 0xea, 0xd2, + 0x16, 0xa6, 0x81, 0x1d, 0xda, 0xa7, 0x60, 0x5f, 0xf2, 0x36, 0xeb, 0xa4, 0x4d, 0xa4, 0x04, 0xa9, + 0x8d, 0xd6, 0x4e, 0xdb, 0x2a, 0x2d, 0x30, 0x9e, 0xd5, 0xb6, 0x8c, 0x64, 0x77, 0xa7, 0x6d, 0x91, + 0xb7, 0x20, 0x31, 0x39, 0x3a, 0x28, 0x91, 0xf0, 0xe7, 0x8d, 0xbd, 0xa3, 0x03, 0xd7, 0x15, 0x83, + 0x22, 0xc8, 0x32, 0x64, 0x27, 0xce, 0xb8, 0xf5, 0x0b, 0xe6, 0xd8, 0x2e, 0x9d, 0xc7, 0x25, 0x3c, + 0x67, 0x64, 0x26, 0xce, 0xf8, 0x03, 0x73, 0x6c, 0x9f, 0x31, 0xf8, 0x95, 0xaf, 0x40, 0x5e, 0xb0, + 0x4b, 0x8a, 0x20, 0x59, 0xec, 0xa4, 0x50, 0x97, 0xee, 0x18, 0x92, 0x55, 0xde, 0x87, 0x82, 0x5b, + 0x48, 0xe0, 0x7c, 0x35, 0xba, 0x93, 0x06, 0xf6, 0x18, 0xf7, 0xe7, 0xbc, 0x76, 0x49, 0x4c, 0x51, + 0x3e, 0x8c, 0xa7, 0x0b, 0x06, 0x2d, 0x2b, 0x21, 0x57, 0xa4, 0xf2, 0x0f, 0x25, 0x28, 0x6c, 0xdb, + 0x63, 0xff, 0x96, 0x77, 0x11, 0x52, 0x07, 0xb6, 0x3d, 0x98, 0xa0, 0xd9, 0xac, 0xc1, 0x1e, 0xc8, + 0x1b, 0x50, 0xc0, 0x1f, 0x6e, 0x01, 0x28, 0x7b, 0xf7, 0x0b, 0x79, 0x6c, 0xe7, 0x55, 0x1f, 0x81, + 0x64, 0xdf, 0x72, 0x26, 0x3c, 0x92, 0xe1, 0x6f, 0xf2, 0x05, 0xc8, 0xd3, 0xbf, 0x2e, 0x33, 0xe9, + 0x1d, 0x58, 0x81, 0x36, 0x73, 0xe2, 0x5b, 0x30, 0x87, 0x6f, 0xdf, 0x83, 0x65, 0xbc, 0xbb, 0x84, + 0x02, 0xeb, 0xe0, 0xc0, 0x12, 0x64, 0x58, 0x28, 0x98, 0xe0, 0x27, 0xab, 0x9c, 0xe1, 0x3e, 0xd2, + 0xf0, 0x8a, 0x95, 0x00, 0x4b, 0xf7, 0x19, 0x83, 0x3f, 0x95, 0x1f, 0x40, 0x16, 0xb3, 0x54, 0x73, + 0xd0, 0x21, 0x65, 0x90, 0x7a, 0x25, 0x13, 0x73, 0xe4, 0xa2, 0x70, 0xcc, 0xe7, 0xdd, 0x2b, 0x9b, + 0x86, 0xd4, 0x5b, 0x5a, 0x00, 0x69, 0x93, 0x9e, 0xbb, 0x8f, 0x79, 0x98, 0x96, 0x8e, 0xcb, 0x4d, + 0x6e, 0x62, 0xc7, 0x7c, 0x19, 0x67, 0x62, 0xc7, 0x7c, 0xc9, 0x4c, 0x5c, 0x9d, 0x32, 0x41, 0x9f, + 0x4e, 0xf8, 0xf7, 0x3b, 0xe9, 0x84, 0x9e, 0xf3, 0x71, 0x7b, 0xf6, 0xad, 0xde, 0xae, 0xdd, 0xb7, + 0xf0, 0x9c, 0xdf, 0xc5, 0x73, 0x92, 0x64, 0x48, 0xdd, 0xf2, 0x67, 0x49, 0x98, 0xe7, 0x41, 0xf4, + 0xfd, 0xbe, 0xf3, 0x6c, 0xbb, 0x3d, 0x22, 0x4f, 0xa1, 0x40, 0xe3, 0x67, 0x6b, 0xd8, 0x1e, 0x8d, + 0xe8, 0x46, 0x95, 0xf0, 0x50, 0x71, 0x7d, 0x2a, 0x28, 0x73, 0xfc, 0xca, 0x4e, 0x7b, 0x68, 0x6e, + 0x33, 0x6c, 0xc3, 0x72, 0xc6, 0x27, 0x46, 0xde, 0xf2, 0x5b, 0xc8, 0x16, 0xe4, 0x87, 0x93, 0x9e, + 0x67, 0x4c, 0x46, 0x63, 0x95, 0x48, 0x63, 0xdb, 0x93, 0x5e, 0xc0, 0x16, 0x0c, 0xbd, 0x06, 0xea, + 0x18, 0x8d, 0xbc, 0x9e, 0xad, 0xc4, 0x29, 0x8e, 0xd1, 0x20, 0x11, 0x74, 0xec, 0xc0, 0x6f, 0x21, + 0x8f, 0x01, 0xe8, 0x46, 0x72, 0x6c, 0x5a, 0x24, 0xa1, 0x56, 0xf2, 0xda, 0x9b, 0x91, 0xb6, 0xf6, + 0x9c, 0xf1, 0xbe, 0xbd, 0xe7, 0x8c, 0x99, 0x21, 0xba, 0x05, 0xf1, 0x71, 0xe9, 0x1d, 0x50, 0xc2, + 0xf3, 0x17, 0xcf, 0xde, 0xa9, 0x19, 0x67, 0xef, 0x1c, 0x3f, 0x7b, 0xd7, 0xe5, 0xbb, 0xd2, 0xd2, + 0x7b, 0x50, 0x0c, 0x4d, 0x59, 0xa4, 0x13, 0x46, 0xbf, 0x2d, 0xd2, 0xf3, 0xda, 0xeb, 0xc2, 0xd7, + 0x63, 0xf1, 0xd5, 0x8a, 0x76, 0xdf, 0x01, 0x25, 0x3c, 0x7d, 0xd1, 0x70, 0x36, 0xa6, 0x26, 0x40, + 0xfe, 0x7d, 0x98, 0x0b, 0x4c, 0x59, 0x24, 0xe7, 0x4e, 0x99, 0x54, 0xf9, 0x97, 0x52, 0x90, 0x6a, + 0x5a, 0xa6, 0xdd, 0x25, 0xaf, 0x07, 0x33, 0xe2, 0x93, 0x73, 0x6e, 0x36, 0xbc, 0x18, 0xca, 0x86, + 0x4f, 0xce, 0x79, 0xb9, 0xf0, 0x62, 0x28, 0x17, 0xba, 0x5d, 0x35, 0x9d, 0x5c, 0x9e, 0xca, 0x84, + 0x4f, 0xce, 0x09, 0x69, 0xf0, 0xf2, 0x54, 0x1a, 0xf4, 0xbb, 0x6b, 0x3a, 0x0d, 0x9d, 0xc1, 0x1c, + 0xf8, 0xe4, 0x9c, 0x9f, 0xff, 0x96, 0xc3, 0xf9, 0xcf, 0xeb, 0xac, 0xe9, 0xcc, 0x25, 0x21, 0xf7, + 0xa1, 0x4b, 0x2c, 0xeb, 0x2d, 0x87, 0xb3, 0x1e, 0xf2, 0x78, 0xbe, 0x5b, 0x0e, 0xe7, 0x3b, 0xec, + 0xe4, 0xf9, 0xed, 0x62, 0x28, 0xbf, 0xa1, 0x51, 0x96, 0xd8, 0x96, 0xc3, 0x89, 0x8d, 0xf1, 0x04, + 0x4f, 0xc5, 0xac, 0xe6, 0x75, 0xd6, 0x74, 0xa2, 0x85, 0x52, 0x5a, 0xf4, 0xb9, 0x1e, 0xdf, 0x05, + 0x86, 0x77, 0x9d, 0x2e, 0x9b, 0x7b, 0xe4, 0x2c, 0xc6, 0x7c, 0x60, 0xc7, 0xd5, 0x74, 0x8f, 0x5c, + 0x1a, 0x64, 0xba, 0xbc, 0xd4, 0x55, 0x30, 0x46, 0x09, 0xb2, 0xc4, 0x97, 0xbf, 0xb2, 0xd1, 0xc2, + 0x58, 0x85, 0xf3, 0x62, 0xa7, 0xf7, 0x0a, 0xcc, 0x6d, 0xb4, 0x9e, 0xb6, 0xc7, 0x3d, 0x73, 0xe2, + 0xb4, 0xf6, 0xdb, 0x3d, 0xef, 0xba, 0x80, 0xbe, 0xff, 0x7c, 0x97, 0xf7, 0xec, 0xb7, 0x7b, 0xe4, + 0x82, 0x2b, 0xae, 0x0e, 0xf6, 0x4a, 0x5c, 0x5e, 0x4b, 0xaf, 0xd3, 0x45, 0x63, 0xc6, 0x30, 0xea, + 0x2d, 0xf0, 0xa8, 0xf7, 0x30, 0x03, 0xa9, 0x23, 0xab, 0x6f, 0x5b, 0x0f, 0x73, 0x90, 0x71, 0xec, + 0xf1, 0xb0, 0xed, 0xd8, 0xe5, 0x1f, 0x49, 0x00, 0x8f, 0xec, 0xe1, 0xf0, 0xc8, 0xea, 0xbf, 0x38, + 0x32, 0xc9, 0x15, 0xc8, 0x0f, 0xdb, 0xcf, 0xcd, 0xd6, 0xd0, 0x6c, 0x1d, 0x8e, 0xdd, 0x7d, 0x90, + 0xa3, 0x4d, 0xdb, 0xe6, 0xa3, 0xf1, 0x09, 0x29, 0xb9, 0x87, 0x71, 0xd4, 0x0e, 0x4a, 0x92, 0x1f, + 0xce, 0x17, 0xf9, 0xf1, 0x32, 0xcd, 0xdf, 0xa1, 0x7b, 0xc0, 0x64, 0x15, 0x43, 0x86, 0xbf, 0x3d, + 0x7c, 0xa2, 0x92, 0x77, 0xcc, 0xe1, 0xa8, 0x75, 0x88, 0x52, 0xa1, 0x72, 0x48, 0xd1, 0xe7, 0x47, + 0xe4, 0x36, 0x24, 0x0e, 0xed, 0x01, 0x8a, 0xe4, 0x94, 0xf7, 0x42, 0x71, 0xe4, 0x0d, 0x48, 0x0c, + 0x27, 0x4c, 0x36, 0x79, 0x6d, 0x41, 0x38, 0x11, 0xb0, 0x24, 0x44, 0x61, 0xc3, 0x49, 0xcf, 0x9b, + 0xf7, 0x8d, 0x22, 0x24, 0x36, 0x9a, 0x4d, 0x9a, 0xe5, 0x37, 0x9a, 0xcd, 0x35, 0x45, 0xaa, 0x7f, + 0x09, 0xb2, 0xbd, 0xb1, 0x69, 0xd2, 0xf0, 0x30, 0xbb, 0xba, 0xf8, 0x10, 0xb3, 0x9a, 0x07, 0xaa, + 0x6f, 0x43, 0xe6, 0x90, 0xd5, 0x17, 0x24, 0xa2, 0x80, 0x2d, 0xfd, 0x21, 0xbb, 0x3e, 0x59, 0xf2, + 0xbb, 0xc3, 0x15, 0x89, 0xe1, 0xda, 0xa8, 0xef, 0x42, 0x6e, 0xdc, 0x3a, 0xcd, 0xe0, 0xc7, 0x2c, + 0xbb, 0xc4, 0x19, 0xcc, 0x8e, 0x79, 0x53, 0xbd, 0x01, 0x0b, 0x96, 0xed, 0x7e, 0xb2, 0x68, 0x75, + 0xd8, 0x1e, 0xbb, 0x38, 0x7d, 0x68, 0x73, 0x8d, 0x9b, 0xec, 0x33, 0xa1, 0x65, 0xf3, 0x0e, 0xb6, + 0x2b, 0xeb, 0x8f, 0x40, 0x11, 0xcc, 0x60, 0x91, 0x19, 0x67, 0xa5, 0xcb, 0xbe, 0x4b, 0x7a, 0x56, + 0x70, 0xdf, 0x87, 0x8c, 0xb0, 0x9d, 0x19, 0x63, 0xa4, 0xc7, 0x3e, 0xf2, 0x7a, 0x46, 0x30, 0xd4, + 0x4d, 0x1b, 0xa1, 0xb1, 0x26, 0xda, 0xc8, 0x33, 0xf6, 0xfd, 0x57, 0x34, 0x52, 0xd3, 0x43, 0xab, + 0x72, 0x74, 0xaa, 0x2b, 0x7d, 0xf6, 0xf9, 0xd6, 0xb3, 0xc2, 0x02, 0xe0, 0x0c, 0x33, 0xf1, 0xce, + 0x7c, 0xc8, 0xbe, 0xec, 0x06, 0xcc, 0x4c, 0x79, 0x33, 0x39, 0xd5, 0x9b, 0xe7, 0xec, 0x33, 0xaa, + 0x67, 0x66, 0x6f, 0x96, 0x37, 0x93, 0x53, 0xbd, 0x19, 0xb0, 0x0f, 0xac, 0x01, 0x33, 0x35, 0xbd, + 0xbe, 0x09, 0x44, 0x7c, 0xd5, 0x3c, 0x4f, 0xc4, 0xd8, 0x19, 0xb2, 0xcf, 0xe6, 0xfe, 0xcb, 0x66, + 0x94, 0x59, 0x86, 0xe2, 0x1d, 0xb2, 0xd8, 0x17, 0xf5, 0xa0, 0xa1, 0x9a, 0x5e, 0xdf, 0x82, 0xf3, + 0xe2, 0xc4, 0xce, 0xe0, 0x92, 0xad, 0x4a, 0x95, 0xa2, 0xb1, 0xe0, 0x4f, 0x8d, 0x73, 0x66, 0x9a, + 0x8a, 0x77, 0x6a, 0xa4, 0x4a, 0x15, 0x65, 0xca, 0x54, 0x4d, 0xaf, 0x3f, 0x80, 0xa2, 0x60, 0xea, + 0x00, 0x33, 0x74, 0xb4, 0x99, 0x17, 0xec, 0x5f, 0x1b, 0x3c, 0x33, 0x34, 0xa3, 0x87, 0xdf, 0x18, + 0xcf, 0x71, 0xd1, 0x46, 0xc6, 0xec, 0xbb, 0xbc, 0xef, 0x0b, 0x32, 0x42, 0x5b, 0x02, 0x2b, 0xed, + 0x38, 0x2b, 0x13, 0xf6, 0xc5, 0xde, 0x77, 0x85, 0x12, 0xea, 0xfd, 0xc0, 0x74, 0x4c, 0x9a, 0xe4, + 0x62, 0x6c, 0x38, 0x18, 0x91, 0xdf, 0x8c, 0x04, 0xac, 0x88, 0x57, 0x21, 0xc2, 0xb4, 0xe9, 0x63, + 0x7d, 0x0b, 0xe6, 0xcf, 0x1e, 0x90, 0x3e, 0x96, 0x58, 0x5d, 0x5c, 0x5d, 0xa1, 0xa5, 0xb3, 0x31, + 0xd7, 0x09, 0xc4, 0xa5, 0x06, 0xcc, 0x9d, 0x39, 0x28, 0x7d, 0x22, 0xb1, 0xea, 0x92, 0x5a, 0x32, + 0x0a, 0x9d, 0x60, 0x64, 0x9a, 0x3b, 0x73, 0x58, 0xfa, 0x54, 0x62, 0x57, 0x11, 0xba, 0xe6, 0x19, + 0x71, 0x23, 0xd3, 0xdc, 0x99, 0xc3, 0xd2, 0x57, 0x59, 0xed, 0x28, 0xeb, 0x55, 0xd1, 0x08, 0xc6, + 0x82, 0xf9, 0xb3, 0x87, 0xa5, 0xaf, 0x49, 0x78, 0x2d, 0x21, 0xeb, 0xba, 0xb7, 0x2e, 0x5e, 0x64, + 0x9a, 0x3f, 0x7b, 0x58, 0xfa, 0xba, 0x84, 0x97, 0x17, 0xb2, 0xbe, 0x1e, 0x30, 0x13, 0xf4, 0xe6, + 0xf4, 0xb0, 0xf4, 0x0d, 0x09, 0xef, 0x13, 0x64, 0xbd, 0xe6, 0x99, 0xd9, 0x9b, 0xf2, 0xe6, 0xf4, + 0xb0, 0xf4, 0x4d, 0x3c, 0xc5, 0xd7, 0x65, 0xfd, 0x4e, 0xc0, 0x0c, 0x46, 0xa6, 0xe2, 0x2b, 0x84, + 0xa5, 0x6f, 0x49, 0x78, 0xed, 0x23, 0xeb, 0x77, 0x0d, 0x77, 0x74, 0x3f, 0x32, 0x15, 0x5f, 0x21, + 0x2c, 0x7d, 0x26, 0xe1, 0xed, 0x90, 0xac, 0xdf, 0x0b, 0x1a, 0xc2, 0xc8, 0xa4, 0xbc, 0x4a, 0x58, + 0xfa, 0x36, 0xb5, 0x54, 0xac, 0xcb, 0xeb, 0xab, 0x86, 0xeb, 0x80, 0x10, 0x99, 0x94, 0x57, 0x09, + 0x4b, 0xdf, 0xa1, 0xa6, 0x94, 0xba, 0xbc, 0xbe, 0x16, 0x32, 0x55, 0xd3, 0xeb, 0x8f, 0xa0, 0x70, + 0xd6, 0xb0, 0xf4, 0x5d, 0xf1, 0xd6, 0x2d, 0xdf, 0x11, 0x62, 0xd3, 0xae, 0xf0, 0xce, 0x4e, 0x0d, + 0x4c, 0xdf, 0xc3, 0x1a, 0xa7, 0x3e, 0xf7, 0x84, 0xdd, 0x4c, 0x31, 0x82, 0xff, 0xfa, 0x58, 0x98, + 0xda, 0xf6, 0xf7, 0xc7, 0xa9, 0x31, 0xea, 0xfb, 0x12, 0x5e, 0x5f, 0x15, 0xb8, 0x41, 0xc4, 0x7b, + 0x3b, 0x85, 0x05, 0xac, 0x0f, 0xfd, 0x59, 0x9e, 0x16, 0xad, 0x7e, 0x20, 0xbd, 0x4a, 0xb8, 0xaa, + 0x27, 0x9a, 0x3b, 0x0d, 0x6f, 0x31, 0xb0, 0xe5, 0x6d, 0x48, 0x1e, 0x6b, 0xab, 0x6b, 0xe2, 0x91, + 0x4c, 0xbc, 0xb5, 0x65, 0x41, 0x2a, 0xaf, 0x15, 0x85, 0x8b, 0xed, 0xe1, 0xc8, 0x39, 0x31, 0x90, + 0xc5, 0xd9, 0x5a, 0x24, 0xfb, 0x93, 0x18, 0xb6, 0xc6, 0xd9, 0xd5, 0x48, 0xf6, 0xa7, 0x31, 0xec, + 0x2a, 0x67, 0xeb, 0x91, 0xec, 0xaf, 0xc6, 0xb0, 0x75, 0xce, 0x5e, 0x8f, 0x64, 0x7f, 0x2d, 0x86, + 0xbd, 0xce, 0xd9, 0xb5, 0x48, 0xf6, 0xd7, 0x63, 0xd8, 0x35, 0xce, 0xbe, 0x13, 0xc9, 0xfe, 0x46, + 0x0c, 0xfb, 0x0e, 0x67, 0xdf, 0x8d, 0x64, 0x7f, 0x33, 0x86, 0x7d, 0x97, 0xb3, 0xef, 0x45, 0xb2, + 0xbf, 0x15, 0xc3, 0xbe, 0xc7, 0xd8, 0x6b, 0xab, 0x91, 0xec, 0xcf, 0xa2, 0xd9, 0x6b, 0xab, 0x9c, + 0x1d, 0xad, 0xb5, 0x6f, 0xc7, 0xb0, 0xb9, 0xd6, 0xd6, 0xa2, 0xb5, 0xf6, 0x9d, 0x18, 0x36, 0xd7, + 0xda, 0x5a, 0xb4, 0xd6, 0xbe, 0x1b, 0xc3, 0xe6, 0x5a, 0x5b, 0x8b, 0xd6, 0xda, 0xf7, 0x62, 0xd8, + 0x5c, 0x6b, 0x6b, 0xd1, 0x5a, 0xfb, 0x7e, 0x0c, 0x9b, 0x6b, 0x6d, 0x2d, 0x5a, 0x6b, 0x3f, 0x88, + 0x61, 0x73, 0xad, 0xad, 0x45, 0x6b, 0xed, 0x8f, 0x62, 0xd8, 0x5c, 0x6b, 0x6b, 0xd1, 0x5a, 0xfb, + 0xe3, 0x18, 0x36, 0xd7, 0xda, 0x5a, 0xb4, 0xd6, 0xfe, 0x24, 0x86, 0xcd, 0xb5, 0xa6, 0x45, 0x6b, + 0xed, 0x4f, 0xa3, 0xd9, 0x1a, 0xd7, 0x9a, 0x16, 0xad, 0xb5, 0x3f, 0x8b, 0x61, 0x73, 0xad, 0x69, + 0xd1, 0x5a, 0xfb, 0xf3, 0x18, 0x36, 0xd7, 0x9a, 0x16, 0xad, 0xb5, 0x1f, 0xc6, 0xb0, 0xb9, 0xd6, + 0xb4, 0x68, 0xad, 0xfd, 0x45, 0x0c, 0x9b, 0x6b, 0x4d, 0x8b, 0xd6, 0xda, 0x5f, 0xc6, 0xb0, 0xb9, + 0xd6, 0xb4, 0x68, 0xad, 0xfd, 0x55, 0x0c, 0x9b, 0x6b, 0x4d, 0x8b, 0xd6, 0xda, 0x5f, 0xc7, 0xb0, + 0xb9, 0xd6, 0xb4, 0x68, 0xad, 0xfd, 0x4d, 0x0c, 0x9b, 0x6b, 0x4d, 0x8b, 0xd6, 0xda, 0xdf, 0xc6, + 0xb0, 0xb9, 0xd6, 0xaa, 0xd1, 0x5a, 0xfb, 0xbb, 0x68, 0x76, 0x95, 0x6b, 0xad, 0x1a, 0xad, 0xb5, + 0xbf, 0x8f, 0x61, 0x73, 0xad, 0x55, 0xa3, 0xb5, 0xf6, 0x0f, 0x31, 0x6c, 0xae, 0xb5, 0x6a, 0xb4, + 0xd6, 0xfe, 0x31, 0x86, 0xcd, 0xb5, 0x56, 0x8d, 0xd6, 0xda, 0x8f, 0x62, 0xd8, 0x5c, 0x6b, 0xd5, + 0x68, 0xad, 0xfd, 0x53, 0x0c, 0x9b, 0x6b, 0xad, 0x1a, 0xad, 0xb5, 0x7f, 0x8e, 0x61, 0x73, 0xad, + 0x55, 0xa3, 0xb5, 0xf6, 0x2f, 0x31, 0x6c, 0xae, 0xb5, 0x6a, 0xb4, 0xd6, 0xfe, 0x35, 0x86, 0xcd, + 0xb5, 0x56, 0x8d, 0xd6, 0xda, 0xbf, 0xc5, 0xb0, 0xb9, 0xd6, 0xf4, 0x68, 0xad, 0xfd, 0x7b, 0x34, + 0x5b, 0xe7, 0x5a, 0xd3, 0xa3, 0xb5, 0xf6, 0x1f, 0x31, 0x6c, 0xae, 0x35, 0x3d, 0x5a, 0x6b, 0xff, + 0x19, 0xc3, 0xe6, 0x5a, 0xd3, 0xa3, 0xb5, 0xf6, 0x5f, 0x31, 0x6c, 0xae, 0x35, 0x3d, 0x5a, 0x6b, + 0xff, 0x1d, 0xc3, 0xe6, 0x5a, 0xd3, 0xa3, 0xb5, 0xf6, 0x3f, 0x31, 0x6c, 0xae, 0x35, 0x3d, 0x5a, + 0x6b, 0x3f, 0x8e, 0x61, 0x73, 0xad, 0xe9, 0xd1, 0x5a, 0xfb, 0x49, 0x0c, 0x9b, 0x6b, 0x4d, 0x8f, + 0xd6, 0xda, 0xff, 0xc6, 0xb0, 0xb9, 0xd6, 0xf4, 0x68, 0xad, 0xfd, 0x5f, 0x0c, 0x9b, 0x6b, 0x6d, + 0x3d, 0x5a, 0x6b, 0xff, 0x1f, 0xcd, 0x5e, 0x5f, 0xfd, 0x69, 0x00, 0x00, 0x00, 0xff, 0xff, 0x81, + 0x23, 0xc6, 0xe6, 0xc6, 0x38, 0x00, 0x00, +} diff --git a/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.proto b/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.proto new file mode 100644 index 0000000..f607113 --- /dev/null +++ b/vendor/src/github.com/matttproud/golang_protobuf_extensions/testdata/test.proto @@ -0,0 +1,540 @@ +// Go support for Protocol Buffers - Google's data interchange format +// +// Copyright 2010 The Go Authors. All rights reserved. +// https://github.com/golang/protobuf +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +// A feature-rich test file for the protocol compiler and libraries. + +syntax = "proto2"; + +package testdata; + +enum FOO { FOO1 = 1; }; + +message GoEnum { + required FOO foo = 1; +} + +message GoTestField { + required string Label = 1; + required string Type = 2; +} + +message GoTest { + // An enum, for completeness. + enum KIND { + VOID = 0; + + // Basic types + BOOL = 1; + BYTES = 2; + FINGERPRINT = 3; + FLOAT = 4; + INT = 5; + STRING = 6; + TIME = 7; + + // Groupings + TUPLE = 8; + ARRAY = 9; + MAP = 10; + + // Table types + TABLE = 11; + + // Functions + FUNCTION = 12; // last tag + }; + + // Some typical parameters + required KIND Kind = 1; + optional string Table = 2; + optional int32 Param = 3; + + // Required, repeated and optional foreign fields. + required GoTestField RequiredField = 4; + repeated GoTestField RepeatedField = 5; + optional GoTestField OptionalField = 6; + + // Required fields of all basic types + required bool F_Bool_required = 10; + required int32 F_Int32_required = 11; + required int64 F_Int64_required = 12; + required fixed32 F_Fixed32_required = 13; + required fixed64 F_Fixed64_required = 14; + required uint32 F_Uint32_required = 15; + required uint64 F_Uint64_required = 16; + required float F_Float_required = 17; + required double F_Double_required = 18; + required string F_String_required = 19; + required bytes F_Bytes_required = 101; + required sint32 F_Sint32_required = 102; + required sint64 F_Sint64_required = 103; + + // Repeated fields of all basic types + repeated bool F_Bool_repeated = 20; + repeated int32 F_Int32_repeated = 21; + repeated int64 F_Int64_repeated = 22; + repeated fixed32 F_Fixed32_repeated = 23; + repeated fixed64 F_Fixed64_repeated = 24; + repeated uint32 F_Uint32_repeated = 25; + repeated uint64 F_Uint64_repeated = 26; + repeated float F_Float_repeated = 27; + repeated double F_Double_repeated = 28; + repeated string F_String_repeated = 29; + repeated bytes F_Bytes_repeated = 201; + repeated sint32 F_Sint32_repeated = 202; + repeated sint64 F_Sint64_repeated = 203; + + // Optional fields of all basic types + optional bool F_Bool_optional = 30; + optional int32 F_Int32_optional = 31; + optional int64 F_Int64_optional = 32; + optional fixed32 F_Fixed32_optional = 33; + optional fixed64 F_Fixed64_optional = 34; + optional uint32 F_Uint32_optional = 35; + optional uint64 F_Uint64_optional = 36; + optional float F_Float_optional = 37; + optional double F_Double_optional = 38; + optional string F_String_optional = 39; + optional bytes F_Bytes_optional = 301; + optional sint32 F_Sint32_optional = 302; + optional sint64 F_Sint64_optional = 303; + + // Default-valued fields of all basic types + optional bool F_Bool_defaulted = 40 [default=true]; + optional int32 F_Int32_defaulted = 41 [default=32]; + optional int64 F_Int64_defaulted = 42 [default=64]; + optional fixed32 F_Fixed32_defaulted = 43 [default=320]; + optional fixed64 F_Fixed64_defaulted = 44 [default=640]; + optional uint32 F_Uint32_defaulted = 45 [default=3200]; + optional uint64 F_Uint64_defaulted = 46 [default=6400]; + optional float F_Float_defaulted = 47 [default=314159.]; + optional double F_Double_defaulted = 48 [default=271828.]; + optional string F_String_defaulted = 49 [default="hello, \"world!\"\n"]; + optional bytes F_Bytes_defaulted = 401 [default="Bignose"]; + optional sint32 F_Sint32_defaulted = 402 [default = -32]; + optional sint64 F_Sint64_defaulted = 403 [default = -64]; + + // Packed repeated fields (no string or bytes). + repeated bool F_Bool_repeated_packed = 50 [packed=true]; + repeated int32 F_Int32_repeated_packed = 51 [packed=true]; + repeated int64 F_Int64_repeated_packed = 52 [packed=true]; + repeated fixed32 F_Fixed32_repeated_packed = 53 [packed=true]; + repeated fixed64 F_Fixed64_repeated_packed = 54 [packed=true]; + repeated uint32 F_Uint32_repeated_packed = 55 [packed=true]; + repeated uint64 F_Uint64_repeated_packed = 56 [packed=true]; + repeated float F_Float_repeated_packed = 57 [packed=true]; + repeated double F_Double_repeated_packed = 58 [packed=true]; + repeated sint32 F_Sint32_repeated_packed = 502 [packed=true]; + repeated sint64 F_Sint64_repeated_packed = 503 [packed=true]; + + // Required, repeated, and optional groups. + required group RequiredGroup = 70 { + required string RequiredField = 71; + }; + + repeated group RepeatedGroup = 80 { + required string RequiredField = 81; + }; + + optional group OptionalGroup = 90 { + required string RequiredField = 91; + }; +} + +// For testing skipping of unrecognized fields. +// Numbers are all big, larger than tag numbers in GoTestField, +// the message used in the corresponding test. +message GoSkipTest { + required int32 skip_int32 = 11; + required fixed32 skip_fixed32 = 12; + required fixed64 skip_fixed64 = 13; + required string skip_string = 14; + required group SkipGroup = 15 { + required int32 group_int32 = 16; + required string group_string = 17; + } +} + +// For testing packed/non-packed decoder switching. +// A serialized instance of one should be deserializable as the other. +message NonPackedTest { + repeated int32 a = 1; +} + +message PackedTest { + repeated int32 b = 1 [packed=true]; +} + +message MaxTag { + // Maximum possible tag number. + optional string last_field = 536870911; +} + +message OldMessage { + message Nested { + optional string name = 1; + } + optional Nested nested = 1; + + optional int32 num = 2; +} + +// NewMessage is wire compatible with OldMessage; +// imagine it as a future version. +message NewMessage { + message Nested { + optional string name = 1; + optional string food_group = 2; + } + optional Nested nested = 1; + + // This is an int32 in OldMessage. + optional int64 num = 2; +} + +// Smaller tests for ASCII formatting. + +message InnerMessage { + required string host = 1; + optional int32 port = 2 [default=4000]; + optional bool connected = 3; +} + +message OtherMessage { + optional int64 key = 1; + optional bytes value = 2; + optional float weight = 3; + optional InnerMessage inner = 4; + + extensions 100 to max; +} + +message RequiredInnerMessage { + required InnerMessage leo_finally_won_an_oscar = 1; +} + +message MyMessage { + required int32 count = 1; + optional string name = 2; + optional string quote = 3; + repeated string pet = 4; + optional InnerMessage inner = 5; + repeated OtherMessage others = 6; + optional RequiredInnerMessage we_must_go_deeper = 13; + repeated InnerMessage rep_inner = 12; + + enum Color { + RED = 0; + GREEN = 1; + BLUE = 2; + }; + optional Color bikeshed = 7; + + optional group SomeGroup = 8 { + optional int32 group_field = 9; + } + + // This field becomes [][]byte in the generated code. + repeated bytes rep_bytes = 10; + + optional double bigfloat = 11; + + extensions 100 to max; +} + +message Ext { + extend MyMessage { + optional Ext more = 103; + optional string text = 104; + optional int32 number = 105; + } + + optional string data = 1; +} + +extend MyMessage { + repeated string greeting = 106; +} + +message ComplexExtension { + optional int32 first = 1; + optional int32 second = 2; + repeated int32 third = 3; +} + +extend OtherMessage { + optional ComplexExtension complex = 200; + repeated ComplexExtension r_complex = 201; +} + +message DefaultsMessage { + enum DefaultsEnum { + ZERO = 0; + ONE = 1; + TWO = 2; + }; + extensions 100 to max; +} + +extend DefaultsMessage { + optional double no_default_double = 101; + optional float no_default_float = 102; + optional int32 no_default_int32 = 103; + optional int64 no_default_int64 = 104; + optional uint32 no_default_uint32 = 105; + optional uint64 no_default_uint64 = 106; + optional sint32 no_default_sint32 = 107; + optional sint64 no_default_sint64 = 108; + optional fixed32 no_default_fixed32 = 109; + optional fixed64 no_default_fixed64 = 110; + optional sfixed32 no_default_sfixed32 = 111; + optional sfixed64 no_default_sfixed64 = 112; + optional bool no_default_bool = 113; + optional string no_default_string = 114; + optional bytes no_default_bytes = 115; + optional DefaultsMessage.DefaultsEnum no_default_enum = 116; + + optional double default_double = 201 [default = 3.1415]; + optional float default_float = 202 [default = 3.14]; + optional int32 default_int32 = 203 [default = 42]; + optional int64 default_int64 = 204 [default = 43]; + optional uint32 default_uint32 = 205 [default = 44]; + optional uint64 default_uint64 = 206 [default = 45]; + optional sint32 default_sint32 = 207 [default = 46]; + optional sint64 default_sint64 = 208 [default = 47]; + optional fixed32 default_fixed32 = 209 [default = 48]; + optional fixed64 default_fixed64 = 210 [default = 49]; + optional sfixed32 default_sfixed32 = 211 [default = 50]; + optional sfixed64 default_sfixed64 = 212 [default = 51]; + optional bool default_bool = 213 [default = true]; + optional string default_string = 214 [default = "Hello, string"]; + optional bytes default_bytes = 215 [default = "Hello, bytes"]; + optional DefaultsMessage.DefaultsEnum default_enum = 216 [default = ONE]; +} + +message MyMessageSet { + option message_set_wire_format = true; + extensions 100 to max; +} + +message Empty { +} + +extend MyMessageSet { + optional Empty x201 = 201; + optional Empty x202 = 202; + optional Empty x203 = 203; + optional Empty x204 = 204; + optional Empty x205 = 205; + optional Empty x206 = 206; + optional Empty x207 = 207; + optional Empty x208 = 208; + optional Empty x209 = 209; + optional Empty x210 = 210; + optional Empty x211 = 211; + optional Empty x212 = 212; + optional Empty x213 = 213; + optional Empty x214 = 214; + optional Empty x215 = 215; + optional Empty x216 = 216; + optional Empty x217 = 217; + optional Empty x218 = 218; + optional Empty x219 = 219; + optional Empty x220 = 220; + optional Empty x221 = 221; + optional Empty x222 = 222; + optional Empty x223 = 223; + optional Empty x224 = 224; + optional Empty x225 = 225; + optional Empty x226 = 226; + optional Empty x227 = 227; + optional Empty x228 = 228; + optional Empty x229 = 229; + optional Empty x230 = 230; + optional Empty x231 = 231; + optional Empty x232 = 232; + optional Empty x233 = 233; + optional Empty x234 = 234; + optional Empty x235 = 235; + optional Empty x236 = 236; + optional Empty x237 = 237; + optional Empty x238 = 238; + optional Empty x239 = 239; + optional Empty x240 = 240; + optional Empty x241 = 241; + optional Empty x242 = 242; + optional Empty x243 = 243; + optional Empty x244 = 244; + optional Empty x245 = 245; + optional Empty x246 = 246; + optional Empty x247 = 247; + optional Empty x248 = 248; + optional Empty x249 = 249; + optional Empty x250 = 250; +} + +message MessageList { + repeated group Message = 1 { + required string name = 2; + required int32 count = 3; + } +} + +message Strings { + optional string string_field = 1; + optional bytes bytes_field = 2; +} + +message Defaults { + enum Color { + RED = 0; + GREEN = 1; + BLUE = 2; + } + + // Default-valued fields of all basic types. + // Same as GoTest, but copied here to make testing easier. + optional bool F_Bool = 1 [default=true]; + optional int32 F_Int32 = 2 [default=32]; + optional int64 F_Int64 = 3 [default=64]; + optional fixed32 F_Fixed32 = 4 [default=320]; + optional fixed64 F_Fixed64 = 5 [default=640]; + optional uint32 F_Uint32 = 6 [default=3200]; + optional uint64 F_Uint64 = 7 [default=6400]; + optional float F_Float = 8 [default=314159.]; + optional double F_Double = 9 [default=271828.]; + optional string F_String = 10 [default="hello, \"world!\"\n"]; + optional bytes F_Bytes = 11 [default="Bignose"]; + optional sint32 F_Sint32 = 12 [default=-32]; + optional sint64 F_Sint64 = 13 [default=-64]; + optional Color F_Enum = 14 [default=GREEN]; + + // More fields with crazy defaults. + optional float F_Pinf = 15 [default=inf]; + optional float F_Ninf = 16 [default=-inf]; + optional float F_Nan = 17 [default=nan]; + + // Sub-message. + optional SubDefaults sub = 18; + + // Redundant but explicit defaults. + optional string str_zero = 19 [default=""]; +} + +message SubDefaults { + optional int64 n = 1 [default=7]; +} + +message RepeatedEnum { + enum Color { + RED = 1; + } + repeated Color color = 1; +} + +message MoreRepeated { + repeated bool bools = 1; + repeated bool bools_packed = 2 [packed=true]; + repeated int32 ints = 3; + repeated int32 ints_packed = 4 [packed=true]; + repeated int64 int64s_packed = 7 [packed=true]; + repeated string strings = 5; + repeated fixed32 fixeds = 6; +} + +// GroupOld and GroupNew have the same wire format. +// GroupNew has a new field inside a group. + +message GroupOld { + optional group G = 101 { + optional int32 x = 2; + } +} + +message GroupNew { + optional group G = 101 { + optional int32 x = 2; + optional int32 y = 3; + } +} + +message FloatingPoint { + required double f = 1; +} + +message MessageWithMap { + map name_mapping = 1; + map msg_mapping = 2; + map byte_mapping = 3; + map str_to_str = 4; +} + +message Oneof { + oneof union { + bool F_Bool = 1; + int32 F_Int32 = 2; + int64 F_Int64 = 3; + fixed32 F_Fixed32 = 4; + fixed64 F_Fixed64 = 5; + uint32 F_Uint32 = 6; + uint64 F_Uint64 = 7; + float F_Float = 8; + double F_Double = 9; + string F_String = 10; + bytes F_Bytes = 11; + sint32 F_Sint32 = 12; + sint64 F_Sint64 = 13; + MyMessage.Color F_Enum = 14; + GoTestField F_Message = 15; + group F_Group = 16 { + optional int32 x = 17; + } + int32 F_Largest_Tag = 536870911; + } + + oneof tormato { + int32 value = 100; + } +} + +message Communique { + optional bool make_me_cry = 1; + + // This is a oneof, called "union". + oneof union { + int32 number = 5; + string name = 6; + bytes data = 7; + double temp_c = 8; + MyMessage.Color col = 9; + Strings msg = 10; + } +} diff --git a/vendor/src/github.com/messagebird/go-rest-api b/vendor/src/github.com/messagebird/go-rest-api deleted file mode 160000 index c8643b4..0000000 --- a/vendor/src/github.com/messagebird/go-rest-api +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c8643b4c74a7b7b89565aa6fbfa77ec555a2c830 diff --git a/vendor/src/github.com/messagebird/go-rest-api/.travis.yml b/vendor/src/github.com/messagebird/go-rest-api/.travis.yml new file mode 100644 index 0000000..e8197a2 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/.travis.yml @@ -0,0 +1,5 @@ +language: go + +go: + - 1.4 + - tip diff --git a/vendor/src/github.com/messagebird/go-rest-api/LICENSE b/vendor/src/github.com/messagebird/go-rest-api/LICENSE new file mode 100644 index 0000000..722212c --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/LICENSE @@ -0,0 +1,22 @@ +Copyright (c) 2014, 2015, MessageBird +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/src/github.com/messagebird/go-rest-api/README.md b/vendor/src/github.com/messagebird/go-rest-api/README.md new file mode 100644 index 0000000..11c3b0a --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/README.md @@ -0,0 +1,73 @@ +MessageBird's REST API for Go +============================= +This repository contains the open source Go client for MessageBird's REST API. Documentation can be found at: https://www.messagebird.com/developers/go. + +[![Build Status](https://travis-ci.org/messagebird/go-rest-api.svg?branch=master)](https://travis-ci.org/messagebird/go-rest-api) + +Requirements +------------ +- [Sign up](https://www.messagebird.com/en/signup) for a free MessageBird account +- Create a new access key in the developers sections +- An application written in Go to make use of this API + +Installation +------------ +The easiest way to use the MessageBird API in your Go project is to install it using *go get*: + +``` +$ go get github.com/messagebird/go-rest-api +``` + +Examples +-------- +Here is a quick example on how to get started. Assuming the **go get** installation worked, you can import the messagebird package like this: + +```go +import "github.com/messagebird/go-rest-api" +``` + +Then, create an instance of **messagebird.Client**: + +```go +client := messagebird.New("test_gshuPaZoeEG6ovbc8M79w0QyM") +``` + +Now you can query the API for information or send data. For example, if we want to request our balance information you'd do something like this: + +```go +// Request the balance information, returned as a Balance object. +balance, err := client.Balance() +if err != nil { + // messagebird.ErrResponse means custom JSON errors. + if err == messagebird.ErrResponse { + for _, mbError := range balance.Errors { + fmt.Printf("Error: %#v\n", mbError) + } + } + + return +} + +fmt.Println(" payment :", balance.Payment) +fmt.Println(" type :", balance.Type) +fmt.Println(" amount :", balance.Amount) +``` + +This will give you something like: +```shell +$ go run example.go + payment : prepaid + type : credits + amount : 9 +``` + +Please see the other examples for a complete overview of all the available API calls. + +Documentation +------------- +Complete documentation, instructions, and examples are available at: +[https://www.messagebird.com/developers/go](https://www.messagebird.com/developers/go). + +License +------- +The MessageBird REST Client for Go is licensed under [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause). Copyright (c) 2014, 2015, MessageBird diff --git a/vendor/src/github.com/messagebird/go-rest-api/balance.go b/vendor/src/github.com/messagebird/go-rest-api/balance.go new file mode 100644 index 0000000..7739472 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/balance.go @@ -0,0 +1,8 @@ +package messagebird + +type Balance struct { + Payment string + Type string + Amount float32 + Errors []Error +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/balance_test.go b/vendor/src/github.com/messagebird/go-rest-api/balance_test.go new file mode 100644 index 0000000..9d786fd --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/balance_test.go @@ -0,0 +1,55 @@ +package messagebird + +import "testing" + +var balanceObject []byte = []byte(`{ + "payment":"prepaid", + "type":"credits", + "amount":9.2 +}`) + +const Epsilon float32 = 0.001 + +func cmpFloat32(a, b float32) bool { + return (a-b) < Epsilon && (b-a) < Epsilon +} + +func TestBalance(t *testing.T) { + SetServerResponse(200, balanceObject) + + balance, err := mbClient.Balance() + if err != nil { + t.Fatalf("Didn't expect error while fetching the balance: %s", err) + } + + if balance.Payment != "prepaid" { + t.Errorf("Unexpected balance payment: %s", balance.Payment) + } + if balance.Type != "credits" { + t.Errorf("Unexpected balance type: %s", balance.Type) + } + if !cmpFloat32(balance.Amount, 9.2) { + t.Errorf("Unexpected balance amount: %.2f", balance.Amount) + } +} + +func TestBalanceError(t *testing.T) { + SetServerResponse(405, accessKeyErrorObject) + + balance, err := mbClient.Balance() + if err != ErrResponse { + t.Fatalf("Expected ErrResponse to be returned, instead I got %s", err) + } + + if len(balance.Errors) != 1 { + t.Fatalf("Unexpected number of errors: %d", len(balance.Errors)) + } + + if balance.Errors[0].Code != 2 { + t.Errorf("Unexpected error code: %d", balance.Errors[0].Code) + } + + if balance.Errors[0].Parameter != "access_key" { + t.Errorf("Unexpected error parameter: %s", balance.Errors[0].Parameter) + } +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/client.go b/vendor/src/github.com/messagebird/go-rest-api/client.go new file mode 100644 index 0000000..d0d8635 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/client.go @@ -0,0 +1,316 @@ +// +// Copyright (c) 2014 MessageBird B.V. +// All rights reserved. +// +// Author: Maurice Nonnekes + +package messagebird + +import ( + "encoding/json" + "errors" + "io/ioutil" + "log" + "net/http" + "net/url" + "runtime" + "strings" +) + +const ( + ClientVersion = "2.3.0" + Endpoint = "https://rest.messagebird.com" +) + +var ( + ErrResponse = errors.New("The MessageBird API returned an error") + ErrUnexpectedResponse = errors.New("The MessageBird API is currently unavailable") +) + +type Client struct { + AccessKey string // The API access key + HTTPClient *http.Client // The HTTP client to send requests on + DebugLog *log.Logger // Optional logger for debugging purposes +} + +// New creates a new MessageBird client object. +func New(AccessKey string) *Client { + return &Client{AccessKey: AccessKey, HTTPClient: &http.Client{}} +} + +func (c *Client) request(v interface{}, path string, params *url.Values) error { + uri, err := url.Parse(Endpoint + "/" + path) + if err != nil { + return err + } + + var request *http.Request + if params != nil { + body := params.Encode() + if request, err = http.NewRequest("POST", uri.String(), strings.NewReader(body)); err != nil { + return err + } + + if c.DebugLog != nil { + if unescapedBody, err := url.QueryUnescape(body); err == nil { + log.Printf("HTTP REQUEST: POST %s %s", uri.String(), unescapedBody) + } else { + log.Printf("HTTP REQUEST: POST %s %s", uri.String(), body) + } + } + + request.Header.Set("Content-Type", "application/x-www-form-urlencoded") + } else { + if request, err = http.NewRequest("GET", uri.String(), nil); err != nil { + return err + } + + if c.DebugLog != nil { + log.Printf("HTTP REQUEST: GET %s", uri.String()) + } + } + + request.Header.Add("Accept", "application/json") + request.Header.Add("Authorization", "AccessKey "+c.AccessKey) + request.Header.Add("User-Agent", "MessageBird/ApiClient/"+ClientVersion+" Go/"+runtime.Version()) + + response, err := c.HTTPClient.Do(request) + if err != nil { + return err + } + + defer response.Body.Close() + + responseBody, err := ioutil.ReadAll(response.Body) + if err != nil { + return err + } + + if c.DebugLog != nil { + log.Printf("HTTP RESPONSE: %s", string(responseBody)) + } + + // Status code 500 is a server error and means nothing can be done at this + // point. + if response.StatusCode == 500 { + return ErrUnexpectedResponse + } + + if err = json.Unmarshal(responseBody, &v); err != nil { + return err + } + + // Status codes 200 and 201 are indicative of being able to convert the + // response body to the struct that was specified. + if response.StatusCode == 200 || response.StatusCode == 201 { + return nil + } + + // Anything else than a 200/201/500 should be a JSON error. + return ErrResponse +} + +// Balance returns the balance information for the account that is associated +// with the access key. +func (c *Client) Balance() (*Balance, error) { + balance := &Balance{} + if err := c.request(balance, "balance", nil); err != nil { + if err == ErrResponse { + return balance, err + } + + return nil, err + } + + return balance, nil +} + +// HLR looks up an existing HLR object for the specified id that was previously +// created by the NewHLR function. +func (c *Client) HLR(id string) (*HLR, error) { + hlr := &HLR{} + if err := c.request(hlr, "hlr/"+id, nil); err != nil { + if err == ErrResponse { + return hlr, err + } + + return nil, err + } + + return hlr, nil +} + +// NewHLR retrieves the information of an existing HLR. +func (c *Client) NewHLR(msisdn, reference string) (*HLR, error) { + params := &url.Values{ + "msisdn": {msisdn}, + "reference": {reference}} + + hlr := &HLR{} + if err := c.request(hlr, "hlr", params); err != nil { + if err == ErrResponse { + return hlr, err + } + + return nil, err + } + + return hlr, nil +} + +// Message retrieves the information of an existing Message. +func (c *Client) Message(id string) (*Message, error) { + message := &Message{} + if err := c.request(message, "messages/"+id, nil); err != nil { + if err == ErrResponse { + return message, err + } + + return nil, err + } + + return message, nil +} + +// NewMessage creates a new message for one or more recipients. +func (c *Client) NewMessage(originator string, recipients []string, body string, msgParams *MessageParams) (*Message, error) { + params, err := paramsForMessage(msgParams) + if err != nil { + return nil, err + } + + params.Set("originator", originator) + params.Set("body", body) + params.Set("recipients", strings.Join(recipients, ",")) + + message := &Message{} + if err := c.request(message, "messages", params); err != nil { + if err == ErrResponse { + return message, err + } + + return nil, err + } + + return message, nil +} + +// VoiceMessage retrieves the information of an existing VoiceMessage. +func (c *Client) VoiceMessage(id string) (*VoiceMessage, error) { + message := &VoiceMessage{} + if err := c.request(message, "voicemessages/"+id, nil); err != nil { + if err == ErrResponse { + return message, err + } + + return nil, err + } + + return message, nil +} + +// NewVoiceMessage creates a new voice message for one or more recipients. +func (c *Client) NewVoiceMessage(recipients []string, body string, params *VoiceMessageParams) (*VoiceMessage, error) { + urlParams := paramsForVoiceMessage(params) + urlParams.Set("body", body) + urlParams.Set("recipients", strings.Join(recipients, ",")) + + message := &VoiceMessage{} + if err := c.request(message, "voicemessages", urlParams); err != nil { + if err == ErrResponse { + return message, err + } + + return nil, err + } + + return message, nil +} + +// OtpGenerate generates a new One-Time-Password for one recipient. +func (c *Client) OtpGenerate(recipient string, params *OtpParams) (*OtpMessage, error) { + urlParams := paramsForOtp(params) + urlParams.Set("recipient", recipient) + + message := &OtpMessage{} + if err := c.request(message, "otp/generate", urlParams); err != nil { + if err == ErrResponse { + return message, err + } + + return nil, err + } + + return message, nil +} + +// OtpVerify verifies the token that was generated with OtpGenerate. +func (c *Client) OtpVerify(recipient string, token string, params *OtpParams) (*OtpMessage, error) { + urlParams := paramsForOtp(params) + urlParams.Set("recipient", recipient) + urlParams.Set("token", token) + + path := "otp/verify?" + urlParams.Encode() + + message := &OtpMessage{} + if err := c.request(message, path, nil); err != nil { + if err == ErrResponse { + return message, err + } + + return nil, err + } + + return message, nil +} + +// Lookup performs a new lookup for the specified number. +func (c *Client) Lookup(phoneNumber string, params *LookupParams) (*Lookup, error) { + urlParams := paramsForLookup(params) + path := "lookup/" + phoneNumber + "?" + urlParams.Encode() + + lookup := &Lookup{} + if err := c.request(lookup, path, nil); err != nil { + if err == ErrResponse { + return lookup, err + } + + return nil, err + } + + return lookup, nil +} + +// NewLookupHLR creates a new HLR lookup for the specified number. +func (c *Client) NewLookupHLR(phoneNumber string, params *LookupParams) (*HLR, error) { + urlParams := paramsForLookup(params) + path := "lookup/" + phoneNumber + "/hlr" + + hlr := &HLR{} + if err := c.request(hlr, path, urlParams); err != nil { + if err == ErrResponse { + return hlr, err + } + + return nil, err + } + + return hlr, nil +} + +// LookupHLR performs a HLR lookup for the specified number. +func (c *Client) LookupHLR(phoneNumber string, params *LookupParams) (*HLR, error) { + urlParams := paramsForLookup(params) + path := "lookup/" + phoneNumber + "/hlr?" + urlParams.Encode() + + hlr := &HLR{} + if err := c.request(hlr, path, nil); err != nil { + if err == ErrResponse { + return hlr, err + } + + return nil, err + } + + return hlr, nil +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/error.go b/vendor/src/github.com/messagebird/go-rest-api/error.go new file mode 100644 index 0000000..c59e8ab --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/error.go @@ -0,0 +1,7 @@ +package messagebird + +type Error struct { + Code int + Description string + Parameter string +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/hlr.go b/vendor/src/github.com/messagebird/go-rest-api/hlr.go new file mode 100644 index 0000000..a36f762 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/hlr.go @@ -0,0 +1,16 @@ +package messagebird + +import "time" + +type HLR struct { + Id string + HRef string + MSISDN int + Network int + Reference string + Status string + Details map[string]interface{} + CreatedDatetime *time.Time + StatusDatetime *time.Time + Errors []Error +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/hlr_test.go b/vendor/src/github.com/messagebird/go-rest-api/hlr_test.go new file mode 100644 index 0000000..0c7ae9e --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/hlr_test.go @@ -0,0 +1,94 @@ +package messagebird + +import ( + "testing" + "time" +) + +var hlrObject []byte = []byte(`{ + "id":"27978c50354a93ca0ca8de6h54340177", + "href":"https:\/\/rest.messagebird.com\/hlr\/27978c50354a93ca0ca8de6h54340177", + "msisdn":31612345678, + "network":20406, + "reference":"MyReference", + "status":"sent", + "createdDatetime":"2015-01-04T13:14:08+00:00", + "statusDatetime":"2015-01-04T13:14:09+00:00" +}`) + +func assertHLRObject(t *testing.T, hlr *HLR) { + if hlr.Id != "27978c50354a93ca0ca8de6h54340177" { + t.Errorf("Unexpected result for HLR Id: %s", hlr.Id) + } + + if hlr.HRef != "https://rest.messagebird.com/hlr/27978c50354a93ca0ca8de6h54340177" { + t.Errorf("Unexpected HLR href: %s", hlr.HRef) + } + + if hlr.MSISDN != 31612345678 { + t.Errorf("Unexpected HLR msisdn: %d", hlr.MSISDN) + } + + if hlr.Network != 20406 { + t.Errorf("Unexpected HLR network: %d", hlr.Network) + } + + if hlr.Reference != "MyReference" { + t.Errorf("Unexpected HLR reference: %s", hlr.Reference) + } + + if hlr.Status != "sent" { + t.Errorf("Unexpected HLR status: %s", hlr.Status) + } + + if hlr.CreatedDatetime == nil || hlr.CreatedDatetime.Format(time.RFC3339) != "2015-01-04T13:14:08Z" { + t.Errorf("Unexpected HLR created datetime: %s", hlr.CreatedDatetime.Format(time.RFC3339)) + } + + if hlr.StatusDatetime == nil || hlr.StatusDatetime.Format(time.RFC3339) != "2015-01-04T13:14:09Z" { + t.Errorf("Unexpected HLR status datetime: %s", hlr.StatusDatetime.Format(time.RFC3339)) + } +} + +func TestHLR(t *testing.T) { + SetServerResponse(200, hlrObject) + + hlr, err := mbClient.HLR("27978c50354a93ca0ca8de6h54340177") + if err != nil { + t.Fatalf("Didn't expect an error while requesting a HLR: %s", err) + } + + assertHLRObject(t, hlr) +} + +func TestNewHLR(t *testing.T) { + SetServerResponse(200, hlrObject) + + hlr, err := mbClient.NewHLR("31612345678", "MyReference") + if err != nil { + t.Fatalf("Didn't expect an error while creating a new HLR: %s", err) + } + + assertHLRObject(t, hlr) +} + +func TestHLRError(t *testing.T) { + SetServerResponse(405, accessKeyErrorObject) + + hlr, err := mbClient.HLR("dummy_hlr_id") + if err != ErrResponse { + t.Fatalf("Expected ErrResponse to be returned, instead I got %s", err) + } + + if len(hlr.Errors) != 1 { + t.Fatalf("Unexpected number of errors: %d", len(hlr.Errors)) + } + + if hlr.Errors[0].Code != 2 { + t.Errorf("Unexpected error code: %d", hlr.Errors[0].Code) + } + + if hlr.Errors[0].Parameter != "access_key" { + t.Errorf("Unexpected error parameter: %s", hlr.Errors[0].Parameter) + } +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/lookup.go b/vendor/src/github.com/messagebird/go-rest-api/lookup.go new file mode 100644 index 0000000..4b1b393 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/lookup.go @@ -0,0 +1,42 @@ +package messagebird + +import "net/url" + +type Formats struct { + E164 string + International string + National string + Rfc3966 string +} + +type Lookup struct { + Href string + CountryCode string + CountryPrefix int + PhoneNumber int64 + Type string + Formats Formats + HLR *HLR +} + +type LookupParams struct { + CountryCode string + Reference string +} + +func paramsForLookup(params *LookupParams) *url.Values { + urlParams := &url.Values{} + + if params == nil { + return urlParams + } + + if params.CountryCode != "" { + urlParams.Set("countryCode", params.CountryCode) + } + if params.Reference != "" { + urlParams.Set("reference", params.Reference) + } + + return urlParams +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/lookup_test.go b/vendor/src/github.com/messagebird/go-rest-api/lookup_test.go new file mode 100644 index 0000000..7c9dbaf --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/lookup_test.go @@ -0,0 +1,102 @@ +package messagebird + +import ( + "strconv" + "testing" +) + +var lookupObject []byte = []byte(`{ + "href":"https://rest.messagebird.com/lookup/31624971134", + "countryCode":"NL", + "countryPrefix":31, + "phoneNumber":31624971134, + "type":"mobile", + "formats":{ + "e164":"+31624971134", + "international":"+31 6 24971134", + "national":"06 24971134", + "rfc3966":"tel:+31-6-24971134" + }, + "hlr":{ + "id":"6118d3f06566fcd0cdc8962h65065907", + "network":20416, + "reference":"referece2000", + "status":"active", + "createdDatetime":"2015-12-15T08:19:24+00:00", + "statusDatetime":"2015-12-15T08:19:25+00:00" + } +}`) + +var lookupHLRObject []byte = []byte(`{ + "id":"6118d3f06566fcd0cdc8962h65065907", + "network":20416, + "reference":"referece2000", + "status":"active", + "createdDatetime":"2015-12-15T08:19:24+00:00", + "statusDatetime":"2015-12-15T08:19:25+00:00" +}`) + +func TestLookup(t *testing.T) { + SetServerResponse(200, lookupObject) + + phoneNumber := "31624971134" + lookup, err := mbClient.Lookup(phoneNumber, &LookupParams{CountryCode: "NL"}) + if err != nil { + t.Fatalf("Didn't expect error while doing the lookup: %s", err) + } + + if lookup.Href != "https://rest.messagebird.com/lookup/31624971134" { + t.Errorf("Unexpected lookup href: %s", lookup.Href) + } + if strconv.FormatInt(lookup.PhoneNumber, 10) != phoneNumber { + t.Errorf("Unexpected lookup phoneNumber: %s", lookup.PhoneNumber) + } + + if lookup.Formats.International != "+31 6 24971134" { + t.Errorf("Unexpected International format: %s", lookup.HLR.Reference) + } + + if lookup.HLR != nil { + if lookup.HLR.Reference != "referece2000" { + t.Errorf("Unexpected hlr reference: %s", lookup.HLR.Reference) + } + } else { + t.Errorf("Unexpected empty hlr") + } +} + +func checkHLR(t *testing.T, hlr *HLR) { + if hlr.Id != "6118d3f06566fcd0cdc8962h65065907" { + t.Errorf("Unexpected hlr id: %s", hlr.Id) + } + if hlr.Network != 20416 { + t.Errorf("Unexpected hlr network: %d", hlr.Network) + } + if hlr.Reference != "referece2000" { + t.Errorf("Unexpected hlr reference: %s", hlr.Reference) + } + if hlr.Status != "active" { + t.Errorf("Unexpected hlr status: %s", hlr.Status) + } +} + +func TestLookupHLR(t *testing.T) { + SetServerResponse(200, lookupHLRObject) + + hlr, err := mbClient.LookupHLR("31624971134", &LookupParams{CountryCode: "NL"}) + if err != nil { + t.Fatalf("Didn't expect error while doing the lookup: %s", err) + } + checkHLR(t, hlr) +} + +func TestNewLookupHLR(t *testing.T) { + SetServerResponse(201, lookupHLRObject) + + hlr, err := mbClient.NewLookupHLR("31624971134", &LookupParams{CountryCode: "NL", Reference: "reference2000"}) + if err != nil { + t.Fatalf("Didn't expect error while doing the lookup: %s", err) + } + + checkHLR(t, hlr) +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/main_test.go b/vendor/src/github.com/messagebird/go-rest-api/main_test.go new file mode 100644 index 0000000..9a59d7b --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/main_test.go @@ -0,0 +1,76 @@ +package messagebird + +import ( + "crypto/tls" + "log" + "net" + "net/http" + "net/http/httptest" + "os" + "testing" +) + +var mbClient *Client +var mbServer *httptest.Server +var mbServerResponseCode int +var mbServerResponseBody []byte + +var accessKeyErrorObject []byte = []byte(`{ + "errors":[ + { + "code":2, + "description":"Request not allowed (incorrect access_key)", + "parameter":"access_key" + } + ] +}`) + +// startFauxServer sets up a fake HTTPS server which the testing client will +// connect to, instead of the actual https://rest.messagebird.com URL. +func startFauxServer() { + mbServer = httptest.NewTLSServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + w.WriteHeader(mbServerResponseCode) + w.Header().Set("Content-Type", "application/json") + w.Write(mbServerResponseBody) + })) + + transport := &http.Transport{ + DialTLS: func(netw, addr string) (net.Conn, error) { + conn, err := tls.Dial(netw, mbServer.Listener.Addr().String(), &tls.Config{InsecureSkipVerify: true}) + if err != nil { + return nil, err + } + + return conn, nil + }, + } + + mbClient = &Client{ + AccessKey: "test_gshuPaZoeEG6ovbc8M79w0QyM", + HTTPClient: &http.Client{Transport: transport}, + } + + if testing.Verbose() { + mbClient.DebugLog = log.New(os.Stdout, "DEBUG", log.Lshortfile) + } +} + +// stopFauxServer is called after testing is done and stops the fake HTTPS +// server. +func stopFauxServer() { + mbServer.Close() +} + +func TestMain(m *testing.M) { + startFauxServer() + exitCode := m.Run() + stopFauxServer() + + os.Exit(exitCode) +} + +// SetServerResponse sets the response and HTTP status code the fake +// MessageBird server should return. +func SetServerResponse(statusCode int, response []byte) { + mbServerResponseCode, mbServerResponseBody = statusCode, response +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/message.go b/vendor/src/github.com/messagebird/go-rest-api/message.go new file mode 100644 index 0000000..4e4fae2 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/message.go @@ -0,0 +1,84 @@ +package messagebird + +import ( + "errors" + "net/url" + "strconv" + "time" +) + +type TypeDetails map[string]interface{} + +type Message struct { + Id string + HRef string + Direction string + Type string + Originator string + Body string + Reference string + Validity *int + Gateway int + TypeDetails TypeDetails + DataCoding string + MClass int + ScheduledDatetime *time.Time + CreatedDatetime *time.Time + Recipients Recipients + Errors []Error +} + +type MessageParams struct { + Type string + Reference string + Validity int + Gateway int + TypeDetails TypeDetails + DataCoding string + ScheduledDatetime time.Time +} + +// paramsForMessage converts the specified MessageParams struct to a +// url.Values pointer and returns it. +func paramsForMessage(params *MessageParams) (*url.Values, error) { + urlParams := &url.Values{} + + if params == nil { + return urlParams, nil + } + + if params.Type != "" { + urlParams.Set("type", params.Type) + if params.Type == "flash" { + urlParams.Set("mclass", "0") + } + } + if params.Reference != "" { + urlParams.Set("reference", params.Reference) + } + if params.Validity != 0 { + urlParams.Set("validity", strconv.Itoa(params.Validity)) + } + if params.Gateway != 0 { + urlParams.Set("gateway", strconv.Itoa(params.Gateway)) + } + + for k, v := range params.TypeDetails { + if vs, ok := v.(string); ok { + urlParams.Set("typeDetails["+k+"]", vs) + } else if vi, ok := v.(int); ok { + urlParams.Set("typeDetails["+k+"]", strconv.Itoa(vi)) + } else { + return nil, errors.New("Unknown type for typeDetails value") + } + } + + if params.DataCoding != "" { + urlParams.Set("datacoding", params.DataCoding) + } + if params.ScheduledDatetime.Unix() > 0 { + urlParams.Set("scheduledDatetime", params.ScheduledDatetime.Format(time.RFC3339)) + } + + return urlParams, nil +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/message_test.go b/vendor/src/github.com/messagebird/go-rest-api/message_test.go new file mode 100644 index 0000000..1f3e659 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/message_test.go @@ -0,0 +1,458 @@ +package messagebird + +import ( + "testing" + "time" +) + +var messageObject []byte = []byte(`{ + "id":"6fe65f90454aa61536e6a88b88972670", + "href":"https:\/\/rest.messagebird.com\/messages\/6fe65f90454aa61536e6a88b88972670", + "direction":"mt", + "type":"sms", + "originator":"TestName", + "body":"Hello World", + "reference":null, + "validity":null, + "gateway":239, + "typeDetails":{ + + }, + "datacoding":"plain", + "mclass":1, + "scheduledDatetime":null, + "createdDatetime":"2015-01-05T10:02:59+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":1, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"sent", + "statusDatetime":"2015-01-05T10:02:59+00:00" + } + ] + } +}`) + +func TestNewMessage(t *testing.T) { + SetServerResponse(200, messageObject) + + message, err := mbClient.NewMessage("TestName", []string{"31612345678"}, "Hello World", nil) + if err != nil { + t.Fatalf("Didn't expect error while creating a new message: %s", err) + } + + if message.Id != "6fe65f90454aa61536e6a88b88972670" { + t.Errorf("Unexpected message id: %s", message.Id) + } + + if message.HRef != "https://rest.messagebird.com/messages/6fe65f90454aa61536e6a88b88972670" { + t.Errorf("Unexpected message href: %s", message.HRef) + } + + if message.Direction != "mt" { + t.Errorf("Unexpected message direction: %s", message.Direction) + } + + if message.Type != "sms" { + t.Errorf("Unexpected message type: %s", message.Type) + } + + if message.Originator != "TestName" { + t.Errorf("Unexpected message originator: %s", message.Originator) + } + + if message.Body != "Hello World" { + t.Errorf("Unexpected message body: %s", message.Body) + } + + if message.Reference != "" { + t.Errorf("Unexpected message reference: %s", message.Reference) + } + + if message.Validity != nil { + t.Errorf("Unexpected message validity: %d", *message.Validity) + } + + if message.Gateway != 239 { + t.Errorf("Unexpected message gateway: %s", message.Gateway) + } + + if len(message.TypeDetails) != 0 { + t.Errorf("Unexpected number of items in message typedetails: %d", len(message.TypeDetails)) + } + + if message.DataCoding != "plain" { + t.Errorf("Unexpected message datacoding: %s", message.DataCoding) + } + + if message.MClass != 1 { + t.Errorf("Unexpected message mclass: %s", message.MClass) + } + + if message.ScheduledDatetime != nil { + t.Errorf("Unexpected message scheduled datetime: %s", message.ScheduledDatetime) + } + + if message.CreatedDatetime == nil || message.CreatedDatetime.Format(time.RFC3339) != "2015-01-05T10:02:59Z" { + t.Errorf("Unexpected message created datetime: %s", message.CreatedDatetime) + } + + if message.Recipients.TotalCount != 1 { + t.Fatalf("Unexpected number of total count: %d", message.Recipients.TotalCount) + } + + if message.Recipients.TotalSentCount != 1 { + t.Errorf("Unexpected number of total sent count: %d", message.Recipients.TotalSentCount) + } + + if message.Recipients.Items[0].Recipient != 31612345678 { + t.Errorf("Unexpected message recipient: %d", message.Recipients.Items[0].Recipient) + } + + if message.Recipients.Items[0].Status != "sent" { + t.Errorf("Unexpected message recipient status: %s", message.Recipients.Items[0].Status) + } + + if message.Recipients.Items[0].StatusDatetime == nil || message.Recipients.Items[0].StatusDatetime.Format(time.RFC3339) != "2015-01-05T10:02:59Z" { + t.Errorf("Unexpected datetime status for message recipient: %s", message.Recipients.Items[0].StatusDatetime.Format(time.RFC3339)) + } + + if len(message.Errors) != 0 { + t.Errorf("Unexpected number of errors in message: %d", len(message.Errors)) + } +} + +func TestNewMessageError(t *testing.T) { + SetServerResponse(405, accessKeyErrorObject) + + message, err := mbClient.NewMessage("TestName", []string{"31612345678"}, "Hello World", nil) + if err != ErrResponse { + t.Fatalf("Expected ErrResponse to be returned, instead I got %s", err) + } + + if len(message.Errors) != 1 { + t.Fatalf("Unexpected number of errors: %d", len(message.Errors)) + } + + if message.Errors[0].Code != 2 { + t.Errorf("Unexpected error code: %d", message.Errors[0].Code) + } + + if message.Errors[0].Parameter != "access_key" { + t.Errorf("Unexpected error parameter: %s", message.Errors[0].Parameter) + } +} + +var messageWithParamsObject []byte = []byte(`{ + "id":"6fe65f90454aa61536e6a88b88972670", + "href":"https:\/\/rest.messagebird.com\/messages\/6fe65f90454aa61536e6a88b88972670", + "direction":"mt", + "type":"sms", + "originator":"TestName", + "body":"Hello World", + "reference":"TestReference", + "validity":13, + "gateway":10, + "typeDetails":{ + + }, + "datacoding":"unicode", + "mclass":1, + "scheduledDatetime":null, + "createdDatetime":"2015-01-05T10:02:59+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":1, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"sent", + "statusDatetime":"2015-01-05T10:02:59+00:00" + } + ] + } +}`) + +func TestNewMessageWithParams(t *testing.T) { + SetServerResponse(200, messageWithParamsObject) + + params := &MessageParams{ + Type: "sms", + Reference: "TestReference", + Validity: 13, + Gateway: 10, + DataCoding: "unicode", + } + + message, err := mbClient.NewMessage("TestName", []string{"31612345678"}, "Hello World", params) + if err != nil { + t.Fatalf("Didn't expect error while creating a new message: %s", err) + } + + if message.Type != "sms" { + t.Errorf("Unexpected message type: %s", message.Type) + } + + if message.Reference != "TestReference" { + t.Errorf("Unexpected message reference: %s", message.Reference) + } + + if *message.Validity != 13 { + t.Errorf("Unexpected message validity: %d", *message.Validity) + } + + if message.Gateway != 10 { + t.Errorf("Unexpected message gateway: %s", message.Gateway) + } + + if message.DataCoding != "unicode" { + t.Errorf("Unexpected message datacoding: %s", message.DataCoding) + } +} + +var binaryMessageObject []byte = []byte(`{ + "id":"6fe65f90454aa61536e6a88b88972670", + "href":"https:\/\/rest.messagebird.com\/messages\/6fe65f90454aa61536e6a88b88972670", + "direction":"mt", + "type":"binary", + "originator":"TestName", + "body":"Hello World", + "reference":"TestReference", + "validity":13, + "gateway":10, + "typeDetails":{ + "udh":"050003340201" + }, + "datacoding":"unicode", + "mclass":1, + "scheduledDatetime":null, + "createdDatetime":"2015-01-05T10:02:59+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":1, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"sent", + "statusDatetime":"2015-01-05T10:02:59+00:00" + } + ] + } +}`) + +func TestNewMessageWithBinaryType(t *testing.T) { + SetServerResponse(200, binaryMessageObject) + + params := &MessageParams{ + Type: "binary", + TypeDetails: TypeDetails{"udh": "050003340201"}, + } + + message, err := mbClient.NewMessage("TestName", []string{"31612345678"}, "Hello World", params) + if err != nil { + t.Fatalf("Didn't expect error while creating a new message: %s", err) + } + + if message.Type != "binary" { + t.Errorf("Unexpected message type: %s", message.Type) + } + + if len(message.TypeDetails) != 1 { + t.Fatalf("Unexpected number of message typedetails: %d", len(message.TypeDetails)) + } + + if message.TypeDetails["udh"] != "050003340201" { + t.Errorf("Unexpected 'udh' value in message typedetails: %s", message.TypeDetails["udh"]) + } +} + +var premiumMessageObject []byte = []byte(`{ + "id":"6fe65f90454aa61536e6a88b88972670", + "href":"https:\/\/rest.messagebird.com\/messages\/6fe65f90454aa61536e6a88b88972670", + "direction":"mt", + "type":"premium", + "originator":"TestName", + "body":"Hello World", + "reference":"TestReference", + "validity":13, + "gateway":10, + "typeDetails":{ + "tariff":150, + "shortcode":1008, + "keyword":"RESTAPI" + }, + "datacoding":"unicode", + "mclass":1, + "scheduledDatetime":null, + "createdDatetime":"2015-01-05T10:02:59+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":1, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"sent", + "statusDatetime":"2015-01-05T10:02:59+00:00" + } + ] + } +}`) + +func TestNewMessageWithPremiumType(t *testing.T) { + SetServerResponse(200, premiumMessageObject) + + params := &MessageParams{ + Type: "premium", + TypeDetails: TypeDetails{"keyword": "RESTAPI", "shortcode": 1008, "tariff": 150}, + } + + message, err := mbClient.NewMessage("TestName", []string{"31612345678"}, "Hello World", params) + if err != nil { + t.Fatalf("Didn't expect error while creating a new message: %s", err) + } + + if message.Type != "premium" { + t.Errorf("Unexpected message type: %s", message.Type) + } + + if len(message.TypeDetails) != 3 { + t.Fatalf("Unexpected number of message typedetails: %d", len(message.TypeDetails)) + } + + if message.TypeDetails["tariff"] != 150.0 { + t.Errorf("Unexpected 'tariff' value in message typedetails: %d", message.TypeDetails["tariff"]) + } + + if message.TypeDetails["shortcode"] != 1008.0 { + t.Errorf("Unexpected 'shortcode' value in message typedetails: %d", message.TypeDetails["shortcode"]) + } + + if message.TypeDetails["keyword"] != "RESTAPI" { + t.Errorf("Unexpected 'keyword' value in message typedetails: %s", message.TypeDetails["keyword"]) + } +} + +var flashMessageObject []byte = []byte(`{ + "id":"6fe65f90454aa61536e6a88b88972670", + "href":"https:\/\/rest.messagebird.com\/messages\/6fe65f90454aa61536e6a88b88972670", + "direction":"mt", + "type":"flash", + "originator":"TestName", + "body":"Hello World", + "reference":"TestReference", + "validity":13, + "gateway":10, + "typeDetails":{ + + }, + "datacoding":"unicode", + "mclass":0, + "scheduledDatetime":null, + "createdDatetime":"2015-01-05T10:02:59+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":1, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"sent", + "statusDatetime":"2015-01-05T10:02:59+00:00" + } + ] + } +}`) + +func TestNewMessageWithFlashType(t *testing.T) { + SetServerResponse(200, flashMessageObject) + + params := &MessageParams{Type: "flash"} + + message, err := mbClient.NewMessage("TestName", []string{"31612345678"}, "Hello World", params) + if err != nil { + t.Fatalf("Didn't expect error while creating a new message: %s", err) + } + + if message.Type != "flash" { + t.Errorf("Unexpected message type: %s", message.Type) + } +} + +var messageObjectWithCreatedDatetime []byte = []byte(`{ + "id":"6fe65f90454aa61536e6a88b88972670", + "href":"https:\/\/rest.messagebird.com\/messages\/6fe65f90454aa61536e6a88b88972670", + "direction":"mt", + "type":"sms", + "originator":"TestName", + "body":"Hello World", + "reference":null, + "validity":null, + "gateway":239, + "typeDetails":{ + + }, + "datacoding":"plain", + "mclass":1, + "scheduledDatetime":"2015-01-05T10:03:59+00:00", + "createdDatetime":"2015-01-05T10:02:59+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":0, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"scheduled", + "statusDatetime":null + } + ] + } +}`) + +func TestNewMessageWithScheduledDatetime(t *testing.T) { + SetServerResponse(200, messageObjectWithCreatedDatetime) + + scheduledDatetime, _ := time.Parse(time.RFC3339, "2015-01-05T10:03:59+00:00") + + params := &MessageParams{ScheduledDatetime: scheduledDatetime} + message, err := mbClient.NewMessage("TestName", []string{"31612345678"}, "Hello World", params) + if err != nil { + t.Fatalf("Didn't expect error while creating a new message: %s", err) + } + + if message.ScheduledDatetime.Format(time.RFC3339) != scheduledDatetime.Format(time.RFC3339) { + t.Errorf("Unexpected message scheduled datetime: %s", message.ScheduledDatetime.Format(time.RFC3339)) + } + + if message.Recipients.TotalCount != 1 { + t.Fatalf("Unexpected number of total count: %d", message.Recipients.TotalCount) + } + + if message.Recipients.TotalSentCount != 0 { + t.Errorf("Unexpected number of total sent count: %d", message.Recipients.TotalSentCount) + } + + if message.Recipients.Items[0].Recipient != 31612345678 { + t.Errorf("Unexpected message recipient: %d", message.Recipients.Items[0].Recipient) + } + + if message.Recipients.Items[0].Status != "scheduled" { + t.Errorf("Unexpected message recipient status: %s", message.Recipients.Items[0].Status) + } + + if message.Recipients.Items[0].StatusDatetime != nil { + t.Errorf("Unexpected datetime status for message recipient: %s", message.Recipients.Items[0].StatusDatetime.Format(time.RFC3339)) + } +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/otp_message.go b/vendor/src/github.com/messagebird/go-rest-api/otp_message.go new file mode 100644 index 0000000..a2d0320 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/otp_message.go @@ -0,0 +1,64 @@ +package messagebird + +import ( + "net/url" + "time" +) + +type OtpMessage struct { + Id string + Recipient string + Reference string + Status string + Href map[string]string `json:"href"` + CreatedDatetime *time.Time + ValidUntilDatetime *time.Time + Errors []Error +} + +type OtpParams struct { + Reference string + Originator string + Type string + Language string + Voice string + Template string + DataCoding string +} + +// paramsForOtp converts the specified OtpParams struct to a +// url.Values pointer and returns it. +func paramsForOtp(params *OtpParams) *url.Values { + urlParams := &url.Values{} + + if params == nil { + return urlParams + } + + if params.Reference != "" { + urlParams.Set("reference", params.Reference) + } + if params.Originator != "" { + urlParams.Set("originator", params.Originator) + } + if params.Type != "" { + urlParams.Set("type", params.Type) + } + if params.Template != "" { + urlParams.Set("template", params.Template) + } + + if params.DataCoding != "" { + urlParams.Set("datacoding", params.DataCoding) + } + + // Specific params for voice messages + if params.Language != "" { + urlParams.Set("language", params.Language) + } + if params.Voice != "" { + urlParams.Set("voice", params.Voice) + } + + return urlParams +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/otp_message_test.go b/vendor/src/github.com/messagebird/go-rest-api/otp_message_test.go new file mode 100644 index 0000000..69bf744 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/otp_message_test.go @@ -0,0 +1,114 @@ +package messagebird + +import ( + "testing" + "time" +) + +var OtpGenerateObject []byte = []byte(`{ + "id": "76d429606554b5827a46b12o29500954", + "recipient": "31630174123", + "reference": null, + "status": "sent", + "href": { + "message": "https://rest.messagebird.com/messages/5b823a806554b5827b0cb66b58154766" + }, + "createdDatetime": "2015-05-07T12:18:47+00:00", + "validUntilDatetime": "2015-05-07T12:19:17+00:00" +}`) + +func TestOtpGenerate(t *testing.T) { + SetServerResponse(200, OtpGenerateObject) + + result, err := mbClient.OtpGenerate("31630174123", nil) + if err != nil { + t.Fatalf("Didn't expect error while generating an OTP: %s", err) + } + + if result.Id != "76d429606554b5827a46b12o29500954" { + t.Errorf("Unexpected OTP message id: %s", result.Id) + } + + if result.Recipient != "31630174123" { + t.Errorf("Unexpected OTP message recipient: %s", result.Recipient) + } + + if result.Reference != "" { + t.Errorf("Unexpected OTP message reference: %s", result.Reference) + } + + if result.Status != "sent" { + t.Errorf("Unexpected OTP message status: %s", result.Status) + } + + if result.CreatedDatetime == nil || result.CreatedDatetime.Format(time.RFC3339) != "2015-05-07T12:18:47Z" { + t.Errorf("Unexpected OTP message created datetime: %s", result.CreatedDatetime) + } + + if result.ValidUntilDatetime == nil || result.ValidUntilDatetime.Format(time.RFC3339) != "2015-05-07T12:19:17Z" { + t.Errorf("Unexpected OTP message valid until datetime: %s", result.ValidUntilDatetime) + } + + message, exists := result.Href["message"] + if !exists { + t.Errorf("Unexpected OTP message href value: %s", result.Href) + } + + if exists && message != "https://rest.messagebird.com/messages/5b823a806554b5827b0cb66b58154766" { + t.Errorf("Unexpected OTP message href message: %s", message) + } +} + +var OtpVerifyObject []byte = []byte(`{ + "id": "8b912ea03554b7a3d5d6e22o95082672", + "recipient": "31630174123", + "reference": null, + "status": "verified", + "href": { + "message": "https://rest.messagebird.com/messages/8668de203554b7a3d62b5e7b62054920" + }, + "createdDatetime": "2015-05-07T14:44:13+00:00", + "validUntilDatetime": "2015-05-07T14:44:43+00:00" +}`) + +func TestOtpVerify(t *testing.T) { + SetServerResponse(200, OtpVerifyObject) + + result, err := mbClient.OtpVerify("31630174123", "302443", nil) + if err != nil { + t.Fatalf("Didn't expect error while verifying an OTP: %s", err) + } + + if result.Id != "8b912ea03554b7a3d5d6e22o95082672" { + t.Errorf("Unexpected OTP message id: %s", result.Id) + } + + if result.Recipient != "31630174123" { + t.Errorf("Unexpected OTP message recipient: %s", result.Recipient) + } + + if result.Reference != "" { + t.Errorf("Unexpected OTP message reference: %s", result.Reference) + } + + if result.Status != "verified" { + t.Errorf("Unexpected OTP message status: %s", result.Status) + } + + if result.CreatedDatetime == nil || result.CreatedDatetime.Format(time.RFC3339) != "2015-05-07T14:44:13Z" { + t.Errorf("Unexpected OTP message created datetime: %s", result.CreatedDatetime) + } + + if result.ValidUntilDatetime == nil || result.ValidUntilDatetime.Format(time.RFC3339) != "2015-05-07T14:44:43Z" { + t.Errorf("Unexpected OTP message valid until datetime: %s", result.ValidUntilDatetime) + } + + message, exists := result.Href["message"] + if !exists { + t.Errorf("Unexpected OTP message href value: %s", result.Href) + } + + if exists && message != "https://rest.messagebird.com/messages/8668de203554b7a3d62b5e7b62054920" { + t.Errorf("Unexpected OTP message href message: %s", message) + } +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/recipient.go b/vendor/src/github.com/messagebird/go-rest-api/recipient.go new file mode 100644 index 0000000..e2c2ea0 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/recipient.go @@ -0,0 +1,17 @@ +package messagebird + +import "time" + +type Recipient struct { + Recipient int + Status string + StatusDatetime *time.Time +} + +type Recipients struct { + TotalCount int + TotalSentCount int + TotalDeliveredCount int + TotalDeliveryFailedCount int + Items []Recipient +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/voice_message.go b/vendor/src/github.com/messagebird/go-rest-api/voice_message.go new file mode 100644 index 0000000..e7ac815 --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/voice_message.go @@ -0,0 +1,70 @@ +package messagebird + +import ( + "net/url" + "strconv" + "time" +) + +type VoiceMessage struct { + Id string + HRef string + Originator string + Body string + Reference string + Language string + Voice string + Repeat int + IfMachine string + ScheduledDatetime *time.Time + CreatedDatetime *time.Time + Recipients Recipients + Errors []Error +} + +type VoiceMessageParams struct { + Originator string + Reference string + Language string + Voice string + Repeat int + IfMachine string + ScheduledDatetime time.Time +} + +// paramsForVoiceMessage converts the specified VoiceMessageParams struct to a +// url.Values pointer and returns it. +func paramsForVoiceMessage(params *VoiceMessageParams) *url.Values { + urlParams := &url.Values{} + + if params == nil { + return urlParams + } + + if params.Originator != "" { + urlParams.Set("originator", params.Originator) + } + if params.Reference != "" { + urlParams.Set("reference", params.Reference) + } + if params.Language != "" { + urlParams.Set("language", params.Language) + } + if params.Voice != "" { + urlParams.Set("voice", params.Voice) + } + + // A repeat value of 1 actually means "play it once", not "repeat it once" + // So only set the repeat value when it's larger than 1. + if params.Repeat > 1 { + urlParams.Set("repeat", strconv.Itoa(params.Repeat)) + } + if params.IfMachine != "" { + urlParams.Set("ifMachine", params.IfMachine) + } + if params.ScheduledDatetime.Unix() > 0 { + urlParams.Set("scheduledDatetime", params.ScheduledDatetime.Format(time.RFC3339)) + } + + return urlParams +} diff --git a/vendor/src/github.com/messagebird/go-rest-api/voice_message_test.go b/vendor/src/github.com/messagebird/go-rest-api/voice_message_test.go new file mode 100644 index 0000000..bc64e8d --- /dev/null +++ b/vendor/src/github.com/messagebird/go-rest-api/voice_message_test.go @@ -0,0 +1,226 @@ +package messagebird + +import ( + "testing" + "time" +) + +var voiceMessageObject []byte = []byte(`{ + "id":"430c44a0354aab7ac9553f7a49907463", + "href":"https:\/\/rest.messagebird.com\/voicemessages\/430c44a0354aab7ac9553f7a49907463", + "originator":"MessageBird", + "body":"Hello World", + "reference":null, + "language":"en-gb", + "voice":"female", + "repeat":1, + "ifMachine":"continue", + "scheduledDatetime":null, + "createdDatetime":"2015-01-05T16:11:24+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":1, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"calling", + "statusDatetime":"2015-01-05T16:11:24+00:00" + } + ] + } +}`) + +func TestNewVoiceMessage(t *testing.T) { + SetServerResponse(200, voiceMessageObject) + + message, err := mbClient.NewVoiceMessage([]string{"31612345678"}, "Hello World", nil) + if err != nil { + t.Fatalf("Didn't expect error while creating a new voice message: %s", err) + } + + if message.Id != "430c44a0354aab7ac9553f7a49907463" { + t.Errorf("Unexpected voice message id: %s", message.Id) + } + + if message.HRef != "https://rest.messagebird.com/voicemessages/430c44a0354aab7ac9553f7a49907463" { + t.Errorf("Unexpected voice message href: %s", message.HRef) + } + + if message.Originator != "MessageBird" { + t.Errorf("Unexpected voice message originator: %s", message.Originator) + } + + if message.Body != "Hello World" { + t.Errorf("Unexpected voice message body: %s", message.Body) + } + + if message.Reference != "" { + t.Errorf("Unexpected voice message reference: %s", message.Reference) + } + + if message.Language != "en-gb" { + t.Errorf("Unexpected voice message language: %s", message.Language) + } + + if message.Voice != "female" { + t.Errorf("Unexpected voice message voice: %s", message.Voice) + } + + if message.Repeat != 1 { + t.Errorf("Unexpected voice message repeat: %d", message.Repeat) + } + + if message.IfMachine != "continue" { + t.Errorf("Unexpected voice message ifmachine: %d", message.IfMachine) + } + + if message.ScheduledDatetime != nil { + t.Errorf("Unexpected voice message scheduled datetime: %s", message.ScheduledDatetime) + } + + if message.CreatedDatetime == nil || message.CreatedDatetime.Format(time.RFC3339) != "2015-01-05T16:11:24Z" { + t.Errorf("Unexpected voice message created datetime: %s", message.CreatedDatetime) + } + + if message.Recipients.TotalCount != 1 { + t.Fatalf("Unexpected number of total count: %d", message.Recipients.TotalCount) + } + + if message.Recipients.TotalSentCount != 1 { + t.Errorf("Unexpected number of total sent count: %d", message.Recipients.TotalSentCount) + } + + if message.Recipients.Items[0].Recipient != 31612345678 { + t.Errorf("Unexpected voice message recipient: %d", message.Recipients.Items[0].Recipient) + } + + if message.Recipients.Items[0].Status != "calling" { + t.Errorf("Unexpected voice message recipient status: %s", message.Recipients.Items[0].Status) + } + + if message.Recipients.Items[0].StatusDatetime == nil || message.Recipients.Items[0].StatusDatetime.Format(time.RFC3339) != "2015-01-05T16:11:24Z" { + t.Errorf("Unexpected datetime status for voice message recipient: %s", message.Recipients.Items[0].StatusDatetime.Format(time.RFC3339)) + } + + if len(message.Errors) != 0 { + t.Errorf("Unexpected number of errors in voice message: %d", len(message.Errors)) + } +} + +var voiceMessageObjectWithParams []byte = []byte(`{ + "id":"430c44a0354aab7ac9553f7a49907463", + "href":"https:\/\/rest.messagebird.com\/voicemessages\/430c44a0354aab7ac9553f7a49907463", + "body":"Hello World", + "reference":"MyReference", + "language":"en-gb", + "voice":"male", + "repeat":5, + "ifMachine":"hangup", + "scheduledDatetime":null, + "createdDatetime":"2015-01-05T16:11:24+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":1, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"calling", + "statusDatetime":"2015-01-05T16:11:24+00:00" + } + ] + } +}`) + +func TestNewVoiceMessageWithParams(t *testing.T) { + SetServerResponse(200, voiceMessageObjectWithParams) + + params := &VoiceMessageParams{ + Reference: "MyReference", + Voice: "male", + Repeat: 5, + IfMachine: "hangup", + } + + message, err := mbClient.NewVoiceMessage([]string{"31612345678"}, "Hello World", params) + if err != nil { + t.Fatalf("Didn't expect error while creating a new voice message: %s", err) + } + + if message.Reference != "MyReference" { + t.Errorf("Unexpected voice message reference: %s", message.Reference) + } + + if message.Voice != "male" { + t.Errorf("Unexpected voice message voice: %s", message.Voice) + } + + if message.Repeat != 5 { + t.Errorf("Unexpected voice message repeat: %d", message.Repeat) + } + + if message.IfMachine != "hangup" { + t.Errorf("Unexpected voice message ifmachine: %s", message.IfMachine) + } +} + +var voiceMessageObjectWithCreatedDatetime []byte = []byte(`{ + "id":"430c44a0354aab7ac9553f7a49907463", + "href":"https:\/\/rest.messagebird.com\/voicemessages\/430c44a0354aab7ac9553f7a49907463", + "body":"Hello World", + "reference":null, + "language":"en-gb", + "voice":"female", + "repeat":1, + "ifMachine":"continue", + "scheduledDatetime":"2015-01-05T16:12:24+00:00", + "createdDatetime":"2015-01-05T16:11:24+00:00", + "recipients":{ + "totalCount":1, + "totalSentCount":0, + "totalDeliveredCount":0, + "totalDeliveryFailedCount":0, + "items":[ + { + "recipient":31612345678, + "status":"scheduled", + "statusDatetime":null + } + ] + } +}`) + +func TestNewVoiceMessageWithScheduledDatetime(t *testing.T) { + SetServerResponse(200, voiceMessageObjectWithCreatedDatetime) + + scheduledDatetime, _ := time.Parse(time.RFC3339, "2015-01-05T16:12:24+00:00") + + params := &VoiceMessageParams{ScheduledDatetime: scheduledDatetime} + message, err := mbClient.NewVoiceMessage([]string{"31612345678"}, "Hello World", params) + if err != nil { + t.Fatalf("Didn't expect error while creating a new voice message: %s", err) + } + + if message.ScheduledDatetime.Format(time.RFC3339) != scheduledDatetime.Format(time.RFC3339) { + t.Errorf("Unexpected scheduled datetime: %s", message.ScheduledDatetime.Format(time.RFC3339)) + } + + if message.Recipients.TotalCount != 1 { + t.Fatalf("Unexpected number of total count: %d", message.Recipients.TotalCount) + } + + if message.Recipients.TotalSentCount != 0 { + t.Errorf("Unexpected number of total sent count: %d", message.Recipients.TotalSentCount) + } + + if message.Recipients.Items[0].Recipient != 31612345678 { + t.Errorf("Unexpected voice message recipient: %d", message.Recipients.Items[0].Recipient) + } + + if message.Recipients.Items[0].Status != "scheduled" { + t.Errorf("Unexpected voice message recipient status: %s", message.Recipients.Items[0].Status) + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager b/vendor/src/github.com/prometheus/alertmanager deleted file mode 160000 index b640c21..0000000 --- a/vendor/src/github.com/prometheus/alertmanager +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b640c219e5bf6eced490599663ccd7b2db31fca9 diff --git a/vendor/src/github.com/prometheus/alertmanager/.dockerignore b/vendor/src/github.com/prometheus/alertmanager/.dockerignore new file mode 100644 index 0000000..69c6945 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/.dockerignore @@ -0,0 +1,4 @@ +.build/ +.tarballs/ + +!.build/linux-amd64/ diff --git a/vendor/src/github.com/prometheus/alertmanager/.gitignore b/vendor/src/github.com/prometheus/alertmanager/.gitignore new file mode 100644 index 0000000..30d1b19 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/.gitignore @@ -0,0 +1,12 @@ +/data/ +/alertmanager +*.yml +*.yaml +/.build +/.release +/.tarballs + +!/doc/examples/simple.yml +!/circle.yml +!/.travis.yml +!/.promu.yml diff --git a/vendor/src/github.com/prometheus/alertmanager/.promu.yml b/vendor/src/github.com/prometheus/alertmanager/.promu.yml new file mode 100644 index 0000000..798ba1a --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/.promu.yml @@ -0,0 +1,18 @@ +repository: + path: github.com/prometheus/alertmanager +build: + binaries: + - name: alertmanager + path: ./cmd/alertmanager + flags: -a -tags netgo + ldflags: | + -X {{repoPath}}/vendor/github.com/prometheus/common/version.Version={{.Version}} + -X {{repoPath}}/vendor/github.com/prometheus/common/version.Revision={{.Revision}} + -X {{repoPath}}/vendor/github.com/prometheus/common/version.Branch={{.Branch}} + -X {{repoPath}}/vendor/github.com/prometheus/common/version.BuildUser={{user}}@{{host}} + -X {{repoPath}}/vendor/github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}} +tarball: + files: + - doc/examples/simple.yml + - LICENSE + - NOTICE diff --git a/vendor/src/github.com/prometheus/alertmanager/.travis.yml b/vendor/src/github.com/prometheus/alertmanager/.travis.yml new file mode 100644 index 0000000..ccb85d2 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/.travis.yml @@ -0,0 +1,8 @@ +sudo: false +language: go + +go: +- 1.6.3 + +script: +- make diff --git a/vendor/src/github.com/prometheus/alertmanager/AUTHORS.md b/vendor/src/github.com/prometheus/alertmanager/AUTHORS.md new file mode 100644 index 0000000..f318960 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/AUTHORS.md @@ -0,0 +1,23 @@ +The Prometheus project was started by Matt T. Proud (emeritus) and +Julius Volz in 2012. + +Maintainers of this repository: + +* Fabian Reinartz + +The following individuals have contributed code to this repository +(listed in alphabetical order): + +* Alexander Staubo +* Anton Lindström +* Björn Rabenstein +* Cameron Davison +* Ceesjan Luiten +* Fabian Reinartz +* Johannes 'fish' Ziemke +* Julius Volz +* Logan Hanks +* Matt T. Proud +* Michael Stapelberg +* Steve Durrheimer +* Tobias Schmidt diff --git a/vendor/src/github.com/prometheus/alertmanager/CHANGELOG.md b/vendor/src/github.com/prometheus/alertmanager/CHANGELOG.md new file mode 100644 index 0000000..b493556 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/CHANGELOG.md @@ -0,0 +1,126 @@ +## v0.5.0 / 2016-11-01 + +This release requires a storage wipe. It contains fundamental internal +changes that came with implementing the high availability mode. + +* [FEATURE] Alertmanager clustering for high availability +* [FEATURE] Garbage collection of old silences and notification logs +* [CHANGE] New storage format +* [CHANGE] Stricter silence semantics for consistent historical view + +## v0.4.2 / 2016-09-02 + +* [BUGFIX] Fix broken regex checkbox in silence form +* [BUGFIX] Simplify inconsistent silence update behavior + +## v0.4.1 / 2016-08-31 + +* [BUGFIX] Wait for silence query to finish instead of showing error +* [BUGFIX] Fix sorting of silences +* [BUGFIX] Provide visual feedback after creating a silence +* [BUGFIX] Fix styling of silences +* [ENHANCEMENT] Provide cleaner API silence interface + +## v0.4.0 / 2016-08-23 + +* [FEATURE] Silences are now paginated in the web ui +* [CHANGE] Failure to start on unparsed flags + +## 0.3.0 / 2016-07-07 + +* [CHANGE] Alerts are purely in memory and no longer persistent across restarts +* [FEATURE] Add SMTP LOGIN authentication mechanism + +## 0.2.1 / 2016-06-23 + +* [ENHANCEMENT] Allow inheritance of route receiver +* [ENHANCEMENT] Add silence cache to silence provider +* [BUGFIX] Fix HipChat room number in integration URL + +## 0.2.0 / 2016-06-17 + +This release uses a new storage backend based on BoltDB. You have to backup +and wipe your former storage path to run it. + +* [CHANGE] Use BoltDB as data store. +* [CHANGE] Move SMTP authentification to configuration file +* [FEATURE] add /-/reload HTTP endpoint +* [FEATURE] Filter silenced alerts in web UI +* [ENHANCEMENT] reduce inhibition computation complexity +* [ENHANCEMENT] Add support for teams and tags in OpsGenie integration +* [BUGFIX] Handle OpsGenie responses correctly +* [BUGFIX] Fix Pushover queue length issue +* [BUGFIX] STARTTLS before querying auth mechanism in email integration + +## 0.1.1 / 2016-03-15 +* [BUGFIX] Fix global database lock issue +* [ENHANCEMENT] Improve SQLite alerts index +* [ENHANCEMENT] Enable debug endpoint + +## 0.1.0 / 2016-02-23 +This version is a full rewrite of the Alertmanager with a very different +feature set. Thus, there is no meaningful changelog. + +Changes with respect to 0.1.0-beta2: +* [CHANGE] Expose same data structure to templates and webhook +* [ENHANCEMENT] Show generator URL in default templates and web UI +* [ENHANCEMENT] Support for Slack icon_emoji field +* [ENHANCEMENT] Expose incident key to templates and webhook data +* [ENHANCEMENT] Allow markdown in Slack 'text' field +* [BUGFIX] Fixed database locking issue + +## 0.1.0-beta2 / 2016-02-03 +* [BUGFIX] Properly set timeout for incoming alerts with fixed start time +* [ENHANCEMENT] Send source field in OpsGenie integration +* [ENHANCEMENT] Improved routing configuration validation +* [FEATURE] Basic instrumentation added + +## 0.1.0-beta1 / 2016-01-08 +* [BUGFIX] Send full alert group state on each update. Fixes erroneous resolved notifications. +* [FEATURE] HipChat integration +* [CHANGE] Slack integration no longer sends resolved notifications by default + +## 0.1.0-beta0 / 2015-12-23 +This version is a full rewrite of the Alertmanager with a very different +feature set. Thus, there is no meaningful changelog. + +## 0.0.4 / 2015-09-09 +* [BUGFIX] Fix version info string in startup message. +* [BUGFIX] Fix Pushover notifications by setting the right priority level, as + well as required retry and expiry intervals. +* [FEATURE] Make it possible to link to individual alerts in the UI. +* [FEATURE] Rearrange alert columns in UI and allow expanding more alert details. +* [FEATURE] Add Amazon SNS notifications. +* [FEATURE] Add OpsGenie Webhook notifications. +* [FEATURE] Add `-web.external-url` flag to control the externally visible + Alertmanager URL. +* [FEATURE] Add runbook and alertmanager URLs to PagerDuty and email notifications. +* [FEATURE] Add a GET API to /api/alerts which pulls JSON formatted + AlertAggregates. +* [ENHANCEMENT] Sort alerts consistently in web UI. +* [ENHANCEMENT] Suggest to use email address as silence creator. +* [ENHANCEMENT] Make Slack timeout configurable. +* [ENHANCEMENT] Add channel name to error logging about Slack notifications. +* [ENHANCEMENT] Refactoring and tests for Flowdock notifications. +* [ENHANCEMENT] New Dockerfile using alpine-golang-make-onbuild base image. +* [CLEANUP] Add Docker instructions and other cleanups in README.md. +* [CLEANUP] Update Makefile.COMMON from prometheus/utils. + +## 0.0.3 / 2015-06-10 +* [BUGFIX] Fix email template body writer being called with parameters in wrong order. + +## 0.0.2 / 2015-06-09 + +* [BUGFIX] Fixed silences.json permissions in Docker image. +* [CHANGE] Changed case of API JSON properties to initial lower letter. +* [CHANGE] Migrated logging to use http://github.com/prometheus/log. +* [FEATURE] Flowdock notification support. +* [FEATURE] Slack notification support. +* [FEATURE] Generic webhook notification support. +* [FEATURE] Support for "@"-mentions in HipChat notifications. +* [FEATURE] Path prefix option to support reverse proxies. +* [ENHANCEMENT] Improved web redirection and 404 behavior. +* [CLEANUP] Updated compiled web assets from source. +* [CLEANUP] Updated fsnotify package to its new source location. +* [CLEANUP] Updates to README.md and AUTHORS.md. +* [CLEANUP] Various smaller cleanups and improvements. diff --git a/vendor/src/github.com/prometheus/alertmanager/CONTRIBUTING.md b/vendor/src/github.com/prometheus/alertmanager/CONTRIBUTING.md new file mode 100644 index 0000000..5705f0f --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing + +Prometheus uses GitHub to manage reviews of pull requests. + +* If you have a trivial fix or improvement, go ahead and create a pull + request, addressing (with `@...`) one or more of the maintainers + (see [AUTHORS.md](AUTHORS.md)) in the description of the pull request. + +* If you plan to do something more involved, first discuss your ideas + on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers). + This will avoid unnecessary work and surely give you and us a good deal + of inspiration. + +* Relevant coding style guidelines are the [Go Code Review + Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments) + and the _Formatting and style_ section of Peter Bourgon's [Go: Best + Practices for Production + Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style). diff --git a/vendor/src/github.com/prometheus/alertmanager/Dockerfile b/vendor/src/github.com/prometheus/alertmanager/Dockerfile new file mode 100644 index 0000000..3506064 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/Dockerfile @@ -0,0 +1,12 @@ +FROM prom/busybox:latest +MAINTAINER The Prometheus Authors + +COPY alertmanager /bin/alertmanager +COPY doc/examples/simple.yml /etc/alertmanager/config.yml + +EXPOSE 9093 +VOLUME [ "/alertmanager" ] +WORKDIR /alertmanager +ENTRYPOINT [ "/bin/alertmanager" ] +CMD [ "-config.file=/etc/alertmanager/config.yml", \ + "-storage.path=/alertmanager" ] diff --git a/vendor/src/github.com/prometheus/alertmanager/LICENSE b/vendor/src/github.com/prometheus/alertmanager/LICENSE new file mode 100644 index 0000000..261eeb9 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/src/github.com/prometheus/alertmanager/Makefile b/vendor/src/github.com/prometheus/alertmanager/Makefile new file mode 100644 index 0000000..a2567a3 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/Makefile @@ -0,0 +1,70 @@ +# Copyright 2015 The Prometheus Authors +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +GO := GO15VENDOREXPERIMENT=1 go +PROMU := $(GOPATH)/bin/promu +pkgs = $(shell $(GO) list ./... | grep -v /vendor/) + +PREFIX ?= $(shell pwd) +BIN_DIR ?= $(shell pwd) +DOCKER_IMAGE_NAME ?= alertmanager +DOCKER_IMAGE_TAG ?= $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD)) + +ifdef DEBUG + bindata_flags = -debug +endif + + +all: format build test + +test: + @echo ">> running tests" + @$(GO) test -short $(pkgs) + +style: + @echo ">> checking code style" + @! gofmt -d $(shell find . -path ./vendor -prune -o -name '*.go' -print) | grep '^' + +format: + @echo ">> formatting code" + @$(GO) fmt $(pkgs) + +vet: + @echo ">> vetting code" + @$(GO) vet $(pkgs) + +build: promu + @echo ">> building binaries" + @$(PROMU) build --prefix $(PREFIX) + +tarball: promu + @echo ">> building release tarball" + @$(PROMU) tarball --prefix $(PREFIX) $(BIN_DIR) + +docker: + @echo ">> building docker image" + @docker build -t "$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_TAG)" . + +assets: + @echo ">> writing assets" + -@$(GO) get -u github.com/jteeuwen/go-bindata/... + @go-bindata $(bindata_flags) -pkg ui -o ui/bindata.go ui/... + @go-bindata $(bindata_flags) -pkg deftmpl -o template/internal/deftmpl/bindata.go template/default.tmpl + +promu: + @GOOS=$(shell uname -s | tr A-Z a-z) \ + GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \ + $(GO) get -u github.com/prometheus/promu + + +.PHONY: all style format build test vet assets tarball docker promu diff --git a/vendor/src/github.com/prometheus/alertmanager/NOTICE b/vendor/src/github.com/prometheus/alertmanager/NOTICE new file mode 100644 index 0000000..f5d0bbb --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/NOTICE @@ -0,0 +1,18 @@ +Prometheus Alertmanager +Copyright 2013-2015 The Prometheus Authors + +This product includes software developed at +SoundCloud Ltd. (http://soundcloud.com/). + + +The following components are included in this product: + +Bootstrap +http://getbootstrap.com +Copyright 2011-2014 Twitter, Inc. +Licensed under the MIT License + +bootstrap-datetimepicker.js +http://www.eyecon.ro/bootstrap-datepicker +Copyright 2012 Stefan Petre +Licensed under the Apache License, Version 2.0 diff --git a/vendor/src/github.com/prometheus/alertmanager/Procfile b/vendor/src/github.com/prometheus/alertmanager/Procfile new file mode 100644 index 0000000..436dcdd --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/Procfile @@ -0,0 +1,5 @@ +a1: ./alertmanager -log.level=debug -storage.path=$TMPDIR/a1 -web.listen-address=:9093 -mesh.hardware-address=00:00:00:00:00:01 -mesh.nickname=a -mesh.listen-address=:8001 -config.file=examples/ha/alertmanager.yaml +a2: ./alertmanager -log.level=debug -storage.path=$TMPDIR/a2 -web.listen-address=:9094 -mesh.hardware-address=00:00:00:00:00:02 -mesh.nickname=b -mesh.listen-address=:8002 -mesh.peer=127.0.0.1:8001 -config.file=examples/ha/alertmanager.yaml +a3: ./alertmanager -log.level=debug -storage.path=$TMPDIR/a3 -web.listen-address=:9095 -mesh.hardware-address=00:00:00:00:00:03 -mesh.nickname=c -mesh.listen-address=:8003 -mesh.peer=127.0.0.1:8001 -config.file=examples/ha/alertmanager.yaml +wh: go run ./examples/webhook/echo.go + diff --git a/vendor/src/github.com/prometheus/alertmanager/README.md b/vendor/src/github.com/prometheus/alertmanager/README.md new file mode 100644 index 0000000..45db3fd --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/README.md @@ -0,0 +1,209 @@ +# Alertmanager [![Build Status](https://travis-ci.org/prometheus/alertmanager.svg)][travis] + +[![CircleCI](https://circleci.com/gh/prometheus/alertmanager/tree/master.svg?style=shield)][circleci] +[![Docker Repository on Quay](https://quay.io/repository/prometheus/alertmanager/status)][quay] +[![Docker Pulls](https://img.shields.io/docker/pulls/prom/alertmanager.svg?maxAge=604800)][hub] + +The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. + +* [Documentation](http://prometheus.io/docs/alerting/alertmanager/) + + +## Install + +There are various ways of installing Alertmanager. + +### Precompiled binaries + +Precompiled binaries for released versions are available in the +[*download* section](https://prometheus.io/download/) +on [prometheus.io](https://prometheus.io). Using the latest production release binary +is the recommended way of installing Alertmanager. + +### Docker images + +Docker images are available on [Quay.io](https://quay.io/repository/prometheus/alertmanager). + +### Compiling the binary + +You can either `go get` it: + +``` +$ GO15VENDOREXPERIMENT=1 go get github.com/prometheus/alertmanager/cmd/... +# cd $GOPATH/src/github.com/prometheus/alertmanager +$ alertmanager -config.file= +``` + +Or checkout the source code and build manually: + +``` +$ mkdir -p $GOPATH/src/github.com/prometheus +$ cd $GOPATH/src/github.com/prometheus +$ git clone https://github.com/prometheus/alertmanager.git +$ cd alertmanager +$ make build +$ ./alertmanager -config.file= +``` + +## Example + +This is an example configuration that should cover most relevant aspects of the new YAML configuration format. The full documentation of the configuration can be found [here](https://prometheus.io/docs/alerting/configuration/). + +```yaml +global: + # The smarthost and SMTP sender used for mail notifications. + smtp_smarthost: 'localhost:25' + smtp_from: 'alertmanager@example.org' + +# The root route on which each incoming alert enters. +route: + # The root route must not have any matchers as it is the entry point for + # all alerts. It needs to have a receiver configured so alerts that do not + # match any of the sub-routes are sent to someone. + receiver: 'team-X-mails' + + # The labels by which incoming alerts are grouped together. For example, + # multiple alerts coming in for cluster=A and alertname=LatencyHigh would + # be batched into a single group. + group_by: ['alertname', 'cluster'] + + # When a new group of alerts is created by an incoming alert, wait at + # least 'group_wait' to send the initial notification. + # This way ensures that you get multiple alerts for the same group that start + # firing shortly after another are batched together on the first + # notification. + group_wait: 30s + + # When the first notification was sent, wait 'group_interval' to send a batch + # of new alerts that started firing for that group. + group_interval: 5m + + # If an alert has successfully been sent, wait 'repeat_interval' to + # resend them. + repeat_interval: 3h + + # All the above attributes are inherited by all child routes and can + # overwritten on each. + + # The child route trees. + routes: + # This routes performs a regular expression match on alert labels to + # catch alerts that are related to a list of services. + - match_re: + service: ^(foo1|foo2|baz)$ + receiver: team-X-mails + + # The service has a sub-route for critical alerts, any alerts + # that do not match, i.e. severity != critical, fall-back to the + # parent node and are sent to 'team-X-mails' + routes: + - match: + severity: critical + receiver: team-X-pager + + - match: + service: files + receiver: team-Y-mails + + routes: + - match: + severity: critical + receiver: team-Y-pager + + # This route handles all alerts coming from a database service. If there's + # no team to handle it, it defaults to the DB team. + - match: + service: database + + receiver: team-DB-pager + # Also group alerts by affected database. + group_by: [alertname, cluster, database] + + routes: + - match: + owner: team-X + receiver: team-X-pager + + - match: + owner: team-Y + receiver: team-Y-pager + + +# Inhibition rules allow to mute a set of alerts given that another alert is +# firing. +# We use this to mute any warning-level notifications if the same alert is +# already critical. +inhibit_rules: +- source_match: + severity: 'critical' + target_match: + severity: 'warning' + # Apply inhibition if the alertname is the same. + equal: ['alertname'] + + +receivers: +- name: 'team-X-mails' + email_configs: + - to: 'team-X+alerts@example.org' + +- name: 'team-X-pager' + email_configs: + - to: 'team-X+alerts-critical@example.org' + pagerduty_configs: + - service_key: + +- name: 'team-Y-mails' + email_configs: + - to: 'team-Y+alerts@example.org' + +- name: 'team-Y-pager' + pagerduty_configs: + - service_key: + +- name: 'team-DB-pager' + pagerduty_configs: + - service_key: +``` + +## High Availability + +> Warning: High Availablility is under active development + +To create a highly available cluster of the Alertmanager the instances need to +be configured to communicate with each other. This is configured using the +`-mesh.*` flags. + +- `-mesh.hardware-address` string: MAC address, i.e. mesh peer ID (default "<hardware-mac-address>") +- `-mesh.listen-address` string: mesh listen address (default "0.0.0.0:6783") +- `-mesh.nickname` string: peer nickname (default "<machine-hostname>") +- `-mesh.peer` value: initial peers (may be repeated) + +The `mesh.hardware-address` flag is used as a unique ID among the peers. It +defaults to the MAC address, therefore the default value should typically be a +good option. The same applies to the default of the `mesh.nickname` flag, as it +defaults to the hostname. The chosen port in the `mesh.listen-address` flag is +the port that needs to be specified in the `mesh.peer` flag of the other peers. + +To start a cluster of three peers on your local machine use `goreman` and the +Procfile within this repository. + + goreman start + +To point your prometheus instance to multiple Alertmanagers use the +`-alertmanager.url` parameter. It allows passing in a comma separated list. +Start your prometheus like this, for example: + + ./prometheus -config.file=prometheus.yml -alertmanager.url http://localhost:9095,http://localhost:9094,http://localhost:9093 + +> Note: make sure to have a valid `prometheus.yml` in your current directory + +## Architecture + +![](https://raw.githubusercontent.com/prometheus/alertmanager/4e6695682acd2580773a904e4aa2e3b927ee27b7/doc/arch.jpg) + + +[travis]: https://travis-ci.org/prometheus/alertmanager +[hub]: https://hub.docker.com/r/prom/alertmanager/ +[circleci]: https://circleci.com/gh/prometheus/alertmanager +[quay]: https://quay.io/repository/prometheus/alertmanager diff --git a/vendor/src/github.com/prometheus/alertmanager/VERSION b/vendor/src/github.com/prometheus/alertmanager/VERSION new file mode 100644 index 0000000..8f0916f --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/VERSION @@ -0,0 +1 @@ +0.5.0 diff --git a/vendor/src/github.com/prometheus/alertmanager/api/api.go b/vendor/src/github.com/prometheus/alertmanager/api/api.go new file mode 100644 index 0000000..4757a64 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/api/api.go @@ -0,0 +1,548 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package api + +import ( + "encoding/json" + "fmt" + "net/http" + "sync" + "time" + + "github.com/golang/protobuf/ptypes" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/common/log" + "github.com/prometheus/common/model" + "github.com/prometheus/common/route" + "github.com/prometheus/common/version" + "golang.org/x/net/context" + + "github.com/prometheus/alertmanager/dispatch" + "github.com/prometheus/alertmanager/provider" + "github.com/prometheus/alertmanager/silence" + "github.com/prometheus/alertmanager/silence/silencepb" + "github.com/prometheus/alertmanager/types" +) + +var ( + numReceivedAlerts = prometheus.NewCounterVec(prometheus.CounterOpts{ + Namespace: "alertmanager", + Name: "alerts_received_total", + Help: "The total number of received alerts.", + }, []string{"status"}) + + numInvalidAlerts = prometheus.NewCounter(prometheus.CounterOpts{ + Namespace: "alertmanager", + Name: "alerts_invalid_total", + Help: "The total number of received alerts that were invalid.", + }) +) + +func init() { + prometheus.Register(numReceivedAlerts) + prometheus.Register(numInvalidAlerts) +} + +var corsHeaders = map[string]string{ + "Access-Control-Allow-Headers": "Accept, Authorization, Content-Type, Origin", + "Access-Control-Allow-Methods": "GET, OPTIONS", + "Access-Control-Allow-Origin": "*", + "Access-Control-Expose-Headers": "Date", +} + +// Enables cross-site script calls. +func setCORS(w http.ResponseWriter) { + for h, v := range corsHeaders { + w.Header().Set(h, v) + } +} + +// API provides registration of handlers for API routes. +type API struct { + alerts provider.Alerts + silences *silence.Silences + config string + resolveTimeout time.Duration + uptime time.Time + + groups func() dispatch.AlertOverview + + // context is an indirection for testing. + context func(r *http.Request) context.Context + mtx sync.RWMutex +} + +// New returns a new API. +func New(alerts provider.Alerts, silences *silence.Silences, gf func() dispatch.AlertOverview) *API { + return &API{ + context: route.Context, + alerts: alerts, + silences: silences, + groups: gf, + uptime: time.Now(), + } +} + +// Register registers the API handlers under their correct routes +// in the given router. +func (api *API) Register(r *route.Router) { + ihf := func(name string, f http.HandlerFunc) http.HandlerFunc { + return prometheus.InstrumentHandlerFunc(name, func(w http.ResponseWriter, r *http.Request) { + setCORS(w) + f(w, r) + }) + } + + r.Options("/*path", ihf("options", func(w http.ResponseWriter, r *http.Request) {})) + + // Register legacy forwarder for alert pushing. + r.Post("/alerts", ihf("legacy_add_alerts", api.legacyAddAlerts)) + + // Register actual API. + r = r.WithPrefix("/v1") + + r.Get("/status", ihf("status", api.status)) + r.Get("/alerts/groups", ihf("alert_groups", api.alertGroups)) + + r.Get("/alerts", ihf("list_alerts", api.listAlerts)) + r.Post("/alerts", ihf("add_alerts", api.addAlerts)) + + r.Get("/silences", ihf("list_silences", api.listSilences)) + r.Post("/silences", ihf("add_silence", api.addSilence)) + r.Get("/silence/:sid", ihf("get_silence", api.getSilence)) + r.Del("/silence/:sid", ihf("del_silence", api.delSilence)) +} + +// Update sets the configuration string to a new value. +func (api *API) Update(config string, resolveTimeout time.Duration) { + api.mtx.Lock() + defer api.mtx.Unlock() + + api.config = config + api.resolveTimeout = resolveTimeout +} + +type errorType string + +const ( + errorNone errorType = "" + errorInternal = "server_error" + errorBadData = "bad_data" +) + +type apiError struct { + typ errorType + err error +} + +func (e *apiError) Error() string { + return fmt.Sprintf("%s: %s", e.typ, e.err) +} + +func (api *API) status(w http.ResponseWriter, req *http.Request) { + api.mtx.RLock() + + var status = struct { + Config string `json:"config"` + VersionInfo map[string]string `json:"versionInfo"` + Uptime time.Time `json:"uptime"` + }{ + Config: api.config, + VersionInfo: map[string]string{ + "version": version.Version, + "revision": version.Revision, + "branch": version.Branch, + "buildUser": version.BuildUser, + "buildDate": version.BuildDate, + "goVersion": version.GoVersion, + }, + Uptime: api.uptime, + } + + api.mtx.RUnlock() + + respond(w, status) +} + +func (api *API) alertGroups(w http.ResponseWriter, req *http.Request) { + respond(w, api.groups()) +} + +func (api *API) listAlerts(w http.ResponseWriter, r *http.Request) { + alerts := api.alerts.GetPending() + defer alerts.Close() + + var ( + err error + res []*types.Alert + ) + // TODO(fabxc): enforce a sensible timeout. + for a := range alerts.Next() { + if err = alerts.Err(); err != nil { + break + } + res = append(res, a) + } + + if err != nil { + respondError(w, apiError{ + typ: errorInternal, + err: err, + }, nil) + return + } + respond(w, types.Alerts(res...)) +} + +func (api *API) legacyAddAlerts(w http.ResponseWriter, r *http.Request) { + var legacyAlerts = []struct { + Summary model.LabelValue `json:"summary"` + Description model.LabelValue `json:"description"` + Runbook model.LabelValue `json:"runbook"` + Labels model.LabelSet `json:"labels"` + Payload model.LabelSet `json:"payload"` + }{} + if err := receive(r, &legacyAlerts); err != nil { + http.Error(w, err.Error(), http.StatusBadRequest) + return + } + + var alerts []*types.Alert + for _, la := range legacyAlerts { + a := &types.Alert{ + Alert: model.Alert{ + Labels: la.Labels, + Annotations: la.Payload, + }, + } + if a.Annotations == nil { + a.Annotations = model.LabelSet{} + } + a.Annotations["summary"] = la.Summary + a.Annotations["description"] = la.Description + a.Annotations["runbook"] = la.Runbook + + alerts = append(alerts, a) + } + + api.insertAlerts(w, r, alerts...) +} + +func (api *API) addAlerts(w http.ResponseWriter, r *http.Request) { + var alerts []*types.Alert + if err := receive(r, &alerts); err != nil { + respondError(w, apiError{ + typ: errorBadData, + err: err, + }, nil) + return + } + + api.insertAlerts(w, r, alerts...) +} + +func (api *API) insertAlerts(w http.ResponseWriter, r *http.Request, alerts ...*types.Alert) { + now := time.Now() + + for _, alert := range alerts { + alert.UpdatedAt = now + + // Ensure StartsAt is set. + if alert.StartsAt.IsZero() { + alert.StartsAt = now + } + // If no end time is defined, set a timeout after which an alert + // is marked resolved if it is not updated. + if alert.EndsAt.IsZero() { + alert.Timeout = true + alert.EndsAt = now.Add(api.resolveTimeout) + + numReceivedAlerts.WithLabelValues("firing").Inc() + } else { + numReceivedAlerts.WithLabelValues("resolved").Inc() + } + } + + // Make a best effort to insert all alerts that are valid. + var ( + validAlerts = make([]*types.Alert, 0, len(alerts)) + validationErrs = &types.MultiError{} + ) + for _, a := range alerts { + if err := a.Validate(); err != nil { + validationErrs.Add(err) + numInvalidAlerts.Inc() + continue + } + validAlerts = append(validAlerts, a) + } + if err := api.alerts.Put(validAlerts...); err != nil { + respondError(w, apiError{ + typ: errorInternal, + err: err, + }, nil) + return + } + + if validationErrs.Len() > 0 { + respondError(w, apiError{ + typ: errorBadData, + err: validationErrs, + }, nil) + return + } + + respond(w, nil) +} + +func (api *API) addSilence(w http.ResponseWriter, r *http.Request) { + var sil types.Silence + if err := receive(r, &sil); err != nil { + respondError(w, apiError{ + typ: errorBadData, + err: err, + }, nil) + return + } + psil, err := silenceToProto(&sil) + if err != nil { + respondError(w, apiError{ + typ: errorBadData, + err: err, + }, nil) + return + } + // Drop start time for new silences so we default to now. + if sil.ID == "" && sil.StartsAt.Before(time.Now()) { + psil.StartsAt = nil + } + + sid, err := api.silences.Create(psil) + if err != nil { + respondError(w, apiError{ + typ: errorInternal, + err: err, + }, nil) + return + } + + respond(w, struct { + SilenceID string `json:"silenceId"` + }{ + SilenceID: sid, + }) +} + +func (api *API) getSilence(w http.ResponseWriter, r *http.Request) { + sid := route.Param(api.context(r), "sid") + + sils, err := api.silences.Query(silence.QIDs(sid)) + if err != nil || len(sils) == 0 { + http.Error(w, fmt.Sprint("Error getting silence: ", err), http.StatusNotFound) + return + } + sil, err := silenceFromProto(sils[0]) + if err != nil { + respondError(w, apiError{ + typ: errorInternal, + err: err, + }, nil) + return + } + + respond(w, sil) +} + +func (api *API) delSilence(w http.ResponseWriter, r *http.Request) { + sid := route.Param(api.context(r), "sid") + + if err := api.silences.Expire(sid); err != nil { + respondError(w, apiError{ + typ: errorBadData, + err: err, + }, nil) + return + } + respond(w, nil) +} + +func (api *API) listSilences(w http.ResponseWriter, r *http.Request) { + psils, err := api.silences.Query() + if err != nil { + respondError(w, apiError{ + typ: errorInternal, + err: err, + }, nil) + return + } + + var sils []*types.Silence + for _, ps := range psils { + s, err := silenceFromProto(ps) + if err != nil { + respondError(w, apiError{ + typ: errorInternal, + err: err, + }, nil) + return + } + sils = append(sils, s) + } + + respond(w, sils) +} + +func silenceToProto(s *types.Silence) (*silencepb.Silence, error) { + startsAt, err := ptypes.TimestampProto(s.StartsAt) + if err != nil { + return nil, err + } + endsAt, err := ptypes.TimestampProto(s.EndsAt) + if err != nil { + return nil, err + } + updatedAt, err := ptypes.TimestampProto(s.UpdatedAt) + if err != nil { + return nil, err + } + sil := &silencepb.Silence{ + Id: s.ID, + StartsAt: startsAt, + EndsAt: endsAt, + UpdatedAt: updatedAt, + } + for _, m := range s.Matchers { + matcher := &silencepb.Matcher{ + Name: m.Name, + Pattern: m.Value, + Type: silencepb.Matcher_EQUAL, + } + if m.IsRegex { + matcher.Type = silencepb.Matcher_REGEXP + } + sil.Matchers = append(sil.Matchers, matcher) + } + sil.Comments = append(sil.Comments, &silencepb.Comment{ + Timestamp: updatedAt, + Author: s.CreatedBy, + Comment: s.Comment, + }) + return sil, nil +} + +func silenceFromProto(s *silencepb.Silence) (*types.Silence, error) { + startsAt, err := ptypes.Timestamp(s.StartsAt) + if err != nil { + return nil, err + } + endsAt, err := ptypes.Timestamp(s.EndsAt) + if err != nil { + return nil, err + } + updatedAt, err := ptypes.Timestamp(s.UpdatedAt) + if err != nil { + return nil, err + } + sil := &types.Silence{ + ID: s.Id, + StartsAt: startsAt, + EndsAt: endsAt, + UpdatedAt: updatedAt, + } + for _, m := range s.Matchers { + matcher := &types.Matcher{ + Name: m.Name, + Value: m.Pattern, + } + switch m.Type { + case silencepb.Matcher_EQUAL: + case silencepb.Matcher_REGEXP: + matcher.IsRegex = true + default: + return nil, fmt.Errorf("unknown matcher type") + } + sil.Matchers = append(sil.Matchers, matcher) + } + if len(s.Comments) > 0 { + sil.CreatedBy = s.Comments[0].Author + sil.Comment = s.Comments[0].Comment + } + + return sil, nil +} + +type status string + +const ( + statusSuccess status = "success" + statusError = "error" +) + +type response struct { + Status status `json:"status"` + Data interface{} `json:"data,omitempty"` + ErrorType errorType `json:"errorType,omitempty"` + Error string `json:"error,omitempty"` +} + +func respond(w http.ResponseWriter, data interface{}) { + w.Header().Set("Content-Type", "application/json") + w.WriteHeader(200) + + b, err := json.Marshal(&response{ + Status: statusSuccess, + Data: data, + }) + if err != nil { + return + } + w.Write(b) +} + +func respondError(w http.ResponseWriter, apiErr apiError, data interface{}) { + w.Header().Set("Content-Type", "application/json") + + switch apiErr.typ { + case errorBadData: + w.WriteHeader(http.StatusBadRequest) + case errorInternal: + w.WriteHeader(http.StatusInternalServerError) + default: + panic(fmt.Sprintf("unknown error type %q", apiErr)) + } + + b, err := json.Marshal(&response{ + Status: statusError, + ErrorType: apiErr.typ, + Error: apiErr.err.Error(), + Data: data, + }) + if err != nil { + return + } + log.Errorf("api error: %v", apiErr.Error()) + + w.Write(b) +} + +func receive(r *http.Request, v interface{}) error { + dec := json.NewDecoder(r.Body) + defer r.Body.Close() + + err := dec.Decode(v) + if err != nil { + log.Debugf("Decoding request failed: %v", err) + } + return err +} diff --git a/vendor/src/github.com/prometheus/alertmanager/circle.yml b/vendor/src/github.com/prometheus/alertmanager/circle.yml new file mode 100644 index 0000000..db01bf4 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/circle.yml @@ -0,0 +1,61 @@ +machine: + environment: + DOCKER_IMAGE_NAME: prom/alertmanager + QUAY_IMAGE_NAME: quay.io/prometheus/alertmanager + DOCKER_TEST_IMAGE_NAME: quay.io/prometheus/golang-builder:1.6-base + REPO_PATH: github.com/prometheus/alertmanager + pre: + - sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci' + - sudo chmod 0755 /usr/bin/docker + - sudo curl -L 'https://github.com/aktau/github-release/releases/download/v0.6.2/linux-amd64-github-release.tar.bz2' | tar xvjf - --strip-components 3 -C $HOME/bin + services: + - docker + +dependencies: + pre: + - make promu + - docker info + override: + - promu crossbuild + - ln -s .build/linux-amd64/alertmanager alertmanager + - | + if [ -n "$CIRCLE_TAG" ]; then + make docker DOCKER_IMAGE_NAME=$DOCKER_IMAGE_NAME DOCKER_IMAGE_TAG=$CIRCLE_TAG + make docker DOCKER_IMAGE_NAME=$QUAY_IMAGE_NAME DOCKER_IMAGE_TAG=$CIRCLE_TAG + else + make docker DOCKER_IMAGE_NAME=$DOCKER_IMAGE_NAME + make docker DOCKER_IMAGE_NAME=$QUAY_IMAGE_NAME + fi + post: + - mkdir $CIRCLE_ARTIFACTS/binaries/ && cp -a .build/* $CIRCLE_ARTIFACTS/binaries/ + - docker images + +test: + override: + - docker run --rm -t -v "$(pwd):/app" "${DOCKER_TEST_IMAGE_NAME}" -i "${REPO_PATH}" -T + +deployment: + hub_branch: + branch: master + owner: prometheus + commands: + - docker login -e $DOCKER_EMAIL -u $DOCKER_LOGIN -p $DOCKER_PASSWORD + - docker login -e $QUAY_EMAIL -u $QUAY_LOGIN -p $QUAY_PASSWORD quay.io + - docker push $DOCKER_IMAGE_NAME + - docker push $QUAY_IMAGE_NAME + hub_tag: + tag: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ + owner: prometheus + commands: + - promu crossbuild tarballs + - promu release .tarballs + - mkdir $CIRCLE_ARTIFACTS/releases/ && cp -a .tarballs/* $CIRCLE_ARTIFACTS/releases/ + - docker login -e $DOCKER_EMAIL -u $DOCKER_LOGIN -p $DOCKER_PASSWORD + - docker login -e $QUAY_EMAIL -u $QUAY_LOGIN -p $QUAY_PASSWORD quay.io + - | + if [[ "$CIRCLE_TAG" =~ ^v[0-9]+(\.[0-9]+){2}$ ]]; then + docker tag "$DOCKER_IMAGE_NAME:$CIRCLE_TAG" "$DOCKER_IMAGE_NAME:latest" + docker tag "$QUAY_IMAGE_NAME:$CIRCLE_TAG" "$QUAY_IMAGE_NAME:latest" + fi + - docker push $DOCKER_IMAGE_NAME + - docker push $QUAY_IMAGE_NAME diff --git a/vendor/src/github.com/prometheus/alertmanager/cmd/alertmanager/main.go b/vendor/src/github.com/prometheus/alertmanager/cmd/alertmanager/main.go new file mode 100644 index 0000000..ce1879a --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/cmd/alertmanager/main.go @@ -0,0 +1,416 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package main + +import ( + "flag" + "fmt" + "io/ioutil" + stdlog "log" + "net" + "net/http" + "net/url" + "os" + "os/signal" + "path" + "path/filepath" + "sort" + "strconv" + "strings" + "sync" + "syscall" + "time" + + "github.com/prometheus/alertmanager/api" + "github.com/prometheus/alertmanager/config" + "github.com/prometheus/alertmanager/dispatch" + "github.com/prometheus/alertmanager/inhibit" + "github.com/prometheus/alertmanager/nflog" + "github.com/prometheus/alertmanager/notify" + "github.com/prometheus/alertmanager/provider/mem" + "github.com/prometheus/alertmanager/silence" + "github.com/prometheus/alertmanager/template" + "github.com/prometheus/alertmanager/types" + "github.com/prometheus/alertmanager/ui" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/common/log" + "github.com/prometheus/common/route" + "github.com/prometheus/common/version" + "github.com/weaveworks/mesh" +) + +var ( + configSuccess = prometheus.NewGauge(prometheus.GaugeOpts{ + Namespace: "alertmanager", + Name: "config_last_reload_successful", + Help: "Whether the last configuration reload attempt was successful.", + }) + configSuccessTime = prometheus.NewGauge(prometheus.GaugeOpts{ + Namespace: "alertmanager", + Name: "config_last_reload_success_timestamp_seconds", + Help: "Timestamp of the last successful configuration reload.", + }) +) + +func init() { + prometheus.MustRegister(configSuccess) + prometheus.MustRegister(configSuccessTime) + prometheus.MustRegister(version.NewCollector("alertmanager")) +} + +func main() { + peers := &stringset{} + var ( + showVersion = flag.Bool("version", false, "Print version information.") + + configFile = flag.String("config.file", "alertmanager.yml", "Alertmanager configuration file name.") + dataDir = flag.String("storage.path", "data/", "Base path for data storage.") + retention = flag.Duration("data.retention", 5*24*time.Hour, "How long to keep data for.") + + externalURL = flag.String("web.external-url", "", "The URL under which Alertmanager is externally reachable (for example, if Alertmanager is served via a reverse proxy). Used for generating relative and absolute links back to Alertmanager itself. If the URL has a path portion, it will be used to prefix all HTTP endpoints served by Alertmanager. If omitted, relevant URL components will be derived automatically.") + listenAddress = flag.String("web.listen-address", ":9093", "Address to listen on for the web interface and API.") + + meshListen = flag.String("mesh.listen-address", net.JoinHostPort("0.0.0.0", strconv.Itoa(mesh.Port)), "mesh listen address") + hwaddr = flag.String("mesh.hardware-address", mustHardwareAddr(), "MAC address, i.e. mesh peer ID") + nickname = flag.String("mesh.nickname", mustHostname(), "peer nickname") + password = flag.String("mesh.password", "", "password to join the peer network (empty password disables encryption)") + ) + flag.Var(peers, "mesh.peer", "initial peers (may be repeated)") + flag.Parse() + + if len(flag.Args()) > 0 { + log.Fatalln("Received unexpected and unparsed arguments: ", strings.Join(flag.Args(), ", ")) + } + + if *showVersion { + fmt.Fprintln(os.Stdout, version.Print("alertmanager")) + os.Exit(0) + } + + log.Infoln("Starting alertmanager", version.Info()) + log.Infoln("Build context", version.BuildContext()) + + err := os.MkdirAll(*dataDir, 0777) + if err != nil { + log.Fatal(err) + } + + logger := log.NewLogger(os.Stderr) + mrouter := initMesh(*meshListen, *hwaddr, *nickname, *password) + + stopc := make(chan struct{}) + var wg sync.WaitGroup + wg.Add(1) + + notificationLog, err := nflog.New( + nflog.WithMesh(func(g mesh.Gossiper) mesh.Gossip { + return mrouter.NewGossip("nflog", g) + }), + nflog.WithRetention(*retention), + nflog.WithSnapshot(filepath.Join(*dataDir, "nflog")), + nflog.WithMaintenance(15*time.Minute, stopc, wg.Done), + nflog.WithLogger(logger.With("component", "nflog")), + ) + if err != nil { + log.Fatal(err) + } + + marker := types.NewMarker() + + silences, err := silence.New(silence.Options{ + SnapshotFile: filepath.Join(*dataDir, "silences"), + Retention: *retention, + Logger: logger.With("component", "silences"), + Metrics: prometheus.DefaultRegisterer, + Gossip: func(g mesh.Gossiper) mesh.Gossip { + return mrouter.NewGossip("silences", g) + }, + }) + if err != nil { + log.Fatal(err) + } + + // Start providers before router potentially sends updates. + wg.Add(1) + go func() { + silences.Maintenance(15*time.Minute, filepath.Join(*dataDir, "silences"), stopc) + wg.Done() + }() + + mrouter.Start() + + defer func() { + close(stopc) + // Stop receiving updates from router before shutting down. + mrouter.Stop() + wg.Wait() + }() + + mrouter.ConnectionMaker.InitiateConnections(peers.slice(), true) + + alerts, err := mem.NewAlerts(*dataDir) + if err != nil { + log.Fatal(err) + } + defer alerts.Close() + + var ( + inhibitor *inhibit.Inhibitor + tmpl *template.Template + pipeline notify.Stage + disp *dispatch.Dispatcher + ) + defer disp.Stop() + + apiv := api.New(alerts, silences, func() dispatch.AlertOverview { + return disp.Groups() + }) + + amURL, err := extURL(*listenAddress, *externalURL) + if err != nil { + log.Fatal(err) + } + + waitFunc := meshWait(mrouter, 5*time.Second) + timeoutFunc := func(d time.Duration) time.Duration { + if d < notify.MinTimeout { + d = notify.MinTimeout + } + return d + waitFunc() + } + + reload := func() (err error) { + log.With("file", *configFile).Infof("Loading configuration file") + defer func() { + if err != nil { + log.With("file", *configFile).Errorf("Loading configuration file failed: %s", err) + configSuccess.Set(0) + } else { + configSuccess.Set(1) + configSuccessTime.Set(float64(time.Now().Unix())) + } + }() + + conf, err := config.LoadFile(*configFile) + if err != nil { + return err + } + + apiv.Update(conf.String(), time.Duration(conf.Global.ResolveTimeout)) + + tmpl, err = template.FromGlobs(conf.Templates...) + if err != nil { + return err + } + tmpl.ExternalURL = amURL + + inhibitor.Stop() + disp.Stop() + + inhibitor = inhibit.NewInhibitor(alerts, conf.InhibitRules, marker) + pipeline = notify.BuildPipeline( + conf.Receivers, + tmpl, + waitFunc, + inhibitor, + silences, + notificationLog, + marker, + ) + disp = dispatch.NewDispatcher(alerts, dispatch.NewRoute(conf.Route, nil), pipeline, marker, timeoutFunc) + + go disp.Run() + go inhibitor.Run() + + return nil + } + + if err := reload(); err != nil { + os.Exit(1) + } + + router := route.New() + + webReload := make(chan struct{}) + ui.Register(router.WithPrefix(amURL.Path), webReload) + apiv.Register(router.WithPrefix(path.Join(amURL.Path, "/api"))) + + log.Infoln("Listening on", *listenAddress) + go listen(*listenAddress, router) + + var ( + hup = make(chan os.Signal) + hupReady = make(chan bool) + term = make(chan os.Signal) + ) + signal.Notify(hup, syscall.SIGHUP) + signal.Notify(term, os.Interrupt, syscall.SIGTERM) + + go func() { + <-hupReady + for { + select { + case <-hup: + case <-webReload: + } + reload() + } + }() + + // Wait for reload or termination signals. + close(hupReady) // Unblock SIGHUP handler. + + <-term + + log.Infoln("Received SIGTERM, exiting gracefully...") +} + +type peerDescSlice []mesh.PeerDescription + +func (s peerDescSlice) Len() int { return len(s) } +func (s peerDescSlice) Less(i, j int) bool { return s[i].UID < s[j].UID } +func (s peerDescSlice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } + +// meshWait returns a function that inspects the current peer state and returns +// a duration of one base timeout for each peer with a higher ID than ourselves. +func meshWait(r *mesh.Router, timeout time.Duration) func() time.Duration { + return func() time.Duration { + var peers peerDescSlice + for _, desc := range r.Peers.Descriptions() { + peers = append(peers, desc) + } + sort.Sort(peers) + + k := 0 + for _, desc := range peers { + if desc.Self { + break + } + k++ + } + // TODO(fabxc): add metric exposing the "position" from AM's own view. + return time.Duration(k) * timeout + } +} + +func initMesh(addr, hwaddr, nickname, pw string) *mesh.Router { + host, portStr, err := net.SplitHostPort(addr) + + if err != nil { + log.Fatalf("mesh address: %s: %v", addr, err) + } + port, err := strconv.Atoi(portStr) + if err != nil { + log.Fatalf("mesh address: %s: %v", addr, err) + } + + name, err := mesh.PeerNameFromString(hwaddr) + if err != nil { + log.Fatalf("invalid hardware address %q: %v", hwaddr, err) + } + + password := []byte(pw) + if len(password) == 0 { + // Emtpy password is used to disable secure communication. Using a nil + // password disables encryption in mesh. + password = nil + } + + return mesh.NewRouter(mesh.Config{ + Host: host, + Port: port, + ProtocolMinVersion: mesh.ProtocolMinVersion, + Password: password, + ConnLimit: 64, + PeerDiscovery: true, + TrustedSubnets: []*net.IPNet{}, + }, name, nickname, mesh.NullOverlay{}, stdlog.New(ioutil.Discard, "", 0)) + +} + +func extURL(listen, external string) (*url.URL, error) { + if external == "" { + hostname, err := os.Hostname() + if err != nil { + return nil, err + } + _, port, err := net.SplitHostPort(listen) + if err != nil { + return nil, err + } + + external = fmt.Sprintf("http://%s:%s/", hostname, port) + } + + u, err := url.Parse(external) + if err != nil { + return nil, err + } + + ppref := strings.TrimRight(u.Path, "/") + if ppref != "" && !strings.HasPrefix(ppref, "/") { + ppref = "/" + ppref + } + u.Path = ppref + + return u, nil +} + +func listen(listen string, router *route.Router) { + if err := http.ListenAndServe(listen, router); err != nil { + log.Fatal(err) + } +} + +type stringset map[string]struct{} + +func (ss stringset) Set(value string) error { + ss[value] = struct{}{} + return nil +} + +func (ss stringset) String() string { + return strings.Join(ss.slice(), ",") +} + +func (ss stringset) slice() []string { + slice := make([]string, 0, len(ss)) + for k := range ss { + slice = append(slice, k) + } + sort.Strings(slice) + return slice +} + +func mustHardwareAddr() string { + // TODO(fabxc): consider a safe-guard against colliding MAC addresses. + ifaces, err := net.Interfaces() + if err != nil { + panic(err) + } + for _, iface := range ifaces { + if s := iface.HardwareAddr.String(); s != "" { + return s + } + } + panic("no valid network interfaces") +} + +func mustHostname() string { + hostname, err := os.Hostname() + if err != nil { + panic(err) + } + return hostname +} diff --git a/vendor/src/github.com/prometheus/alertmanager/config/config.go b/vendor/src/github.com/prometheus/alertmanager/config/config.go new file mode 100644 index 0000000..bc2ec49 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/config/config.go @@ -0,0 +1,483 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package config + +import ( + "errors" + "fmt" + "io/ioutil" + "path/filepath" + "regexp" + "strings" + "time" + + "github.com/prometheus/common/model" + "gopkg.in/yaml.v2" +) + +var patAuthLine = regexp.MustCompile(`((?:api_key|service_key|api_url|token|user_key|password|secret):\s+)(".+"|'.+'|[^\s]+)`) + +// Secret is a string that must not be revealed on marshaling. +type Secret string + +// MarshalYAML implements the yaml.Marshaler interface. +func (s Secret) MarshalYAML() (interface{}, error) { + return "", nil +} + +// Load parses the YAML input s into a Config. +func Load(s string) (*Config, error) { + cfg := &Config{} + err := yaml.Unmarshal([]byte(s), cfg) + if err != nil { + return nil, err + } + // Check if we have a root route. We cannot check for it in the + // UnmarshalYAML method because it won't be called if the input is empty + // (e.g. the config file is empty or only contains whitespace). + if cfg.Route == nil { + return nil, errors.New("no route provided in config") + } + + cfg.original = s + return cfg, nil +} + +// LoadFile parses the given YAML file into a Config. +func LoadFile(filename string) (*Config, error) { + content, err := ioutil.ReadFile(filename) + if err != nil { + return nil, err + } + cfg, err := Load(string(content)) + if err != nil { + return nil, err + } + + resolveFilepaths(filepath.Dir(filename), cfg) + return cfg, nil +} + +// resolveFilepaths joins all relative paths in a configuration +// with a given base directory. +func resolveFilepaths(baseDir string, cfg *Config) { + join := func(fp string) string { + if len(fp) > 0 && !filepath.IsAbs(fp) { + fp = filepath.Join(baseDir, fp) + } + return fp + } + + for i, tf := range cfg.Templates { + cfg.Templates[i] = join(tf) + } +} + +// Config is the top-level configuration for Alertmanager's config files. +type Config struct { + Global *GlobalConfig `yaml:"global,omitempty"` + Route *Route `yaml:"route,omitempty"` + InhibitRules []*InhibitRule `yaml:"inhibit_rules,omitempty"` + Receivers []*Receiver `yaml:"receivers,omitempty"` + Templates []string `yaml:"templates"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` + + // original is the input from which the config was parsed. + original string +} + +func checkOverflow(m map[string]interface{}, ctx string) error { + if len(m) > 0 { + var keys []string + for k := range m { + keys = append(keys, k) + } + return fmt.Errorf("unknown fields in %s: %s", ctx, strings.Join(keys, ", ")) + } + return nil +} + +func (c Config) String() string { + var s string + if c.original != "" { + s = c.original + } else { + b, err := yaml.Marshal(c) + if err != nil { + return fmt.Sprintf("", err) + } + s = string(b) + } + return patAuthLine.ReplaceAllString(s, "${1}") +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error { + // We want to set c to the defaults and then overwrite it with the input. + // To make unmarshal fill the plain data struct rather than calling UnmarshalYAML + // again, we have to hide it using a type indirection. + type plain Config + if err := unmarshal((*plain)(c)); err != nil { + return err + } + + // If a global block was open but empty the default global config is overwritten. + // We have to restore it here. + if c.Global == nil { + c.Global = &GlobalConfig{} + *c.Global = DefaultGlobalConfig + } + + names := map[string]struct{}{} + + for _, rcv := range c.Receivers { + if _, ok := names[rcv.Name]; ok { + return fmt.Errorf("notification config name %q is not unique", rcv.Name) + } + for _, ec := range rcv.EmailConfigs { + if ec.Smarthost == "" { + if c.Global.SMTPSmarthost == "" { + return fmt.Errorf("no global SMTP smarthost set") + } + ec.Smarthost = c.Global.SMTPSmarthost + } + if ec.From == "" { + if c.Global.SMTPFrom == "" { + return fmt.Errorf("no global SMTP from set") + } + ec.From = c.Global.SMTPFrom + } + if ec.AuthUsername == "" { + ec.AuthUsername = c.Global.SMTPAuthUsername + } + if ec.AuthPassword == "" { + ec.AuthPassword = c.Global.SMTPAuthPassword + } + if ec.AuthSecret == "" { + ec.AuthSecret = c.Global.SMTPAuthSecret + } + if ec.AuthIdentity == "" { + ec.AuthIdentity = c.Global.SMTPAuthIdentity + } + if ec.RequireTLS == nil { + ec.RequireTLS = new(bool) + *ec.RequireTLS = c.Global.SMTPRequireTLS + } + } + for _, sc := range rcv.SlackConfigs { + if sc.APIURL == "" { + if c.Global.SlackAPIURL == "" { + return fmt.Errorf("no global Slack API URL set") + } + sc.APIURL = c.Global.SlackAPIURL + } + } + for _, hc := range rcv.HipchatConfigs { + if hc.APIURL == "" { + if c.Global.HipchatURL == "" { + return fmt.Errorf("no global Hipchat API URL set") + } + hc.APIURL = c.Global.HipchatURL + } + if !strings.HasSuffix(hc.APIURL, "/") { + hc.APIURL += "/" + } + if hc.AuthToken == "" { + if c.Global.HipchatAuthToken == "" { + return fmt.Errorf("no global Hipchat Auth Token set") + } + hc.AuthToken = c.Global.HipchatAuthToken + } + } + for _, pdc := range rcv.PagerdutyConfigs { + if pdc.URL == "" { + if c.Global.PagerdutyURL == "" { + return fmt.Errorf("no global PagerDuty URL set") + } + pdc.URL = c.Global.PagerdutyURL + } + } + for _, ogc := range rcv.OpsGenieConfigs { + if ogc.APIHost == "" { + if c.Global.OpsGenieAPIHost == "" { + return fmt.Errorf("no global OpsGenie URL set") + } + ogc.APIHost = c.Global.OpsGenieAPIHost + } + if !strings.HasSuffix(ogc.APIHost, "/") { + ogc.APIHost += "/" + } + } + for _, voc := range rcv.VictorOpsConfigs { + if voc.APIURL == "" { + if c.Global.VictorOpsAPIURL == "" { + return fmt.Errorf("no global VictorOps URL set") + } + voc.APIURL = c.Global.VictorOpsAPIURL + } + if !strings.HasSuffix(voc.APIURL, "/") { + voc.APIURL += "/" + } + } + names[rcv.Name] = struct{}{} + } + + // The root route must not have any matchers as it is the fallback node + // for all alerts. + if c.Route == nil { + return fmt.Errorf("No routes provided") + } + if len(c.Route.Receiver) == 0 { + return fmt.Errorf("Root route must specify a default receiver") + } + if len(c.Route.Match) > 0 || len(c.Route.MatchRE) > 0 { + return fmt.Errorf("Root route must not have any matchers") + } + + // Validate that all receivers used in the routing tree are defined. + if err := checkReceiver(c.Route, names); err != nil { + return err + } + + return checkOverflow(c.XXX, "config") +} + +// checkReceiver returns an error if a node in the routing tree +// references a receiver not in the given map. +func checkReceiver(r *Route, receivers map[string]struct{}) error { + if r.Receiver == "" { + return nil + } + if _, ok := receivers[r.Receiver]; !ok { + return fmt.Errorf("Undefined receiver %q used in route", r.Receiver) + } + for _, sr := range r.Routes { + if err := checkReceiver(sr, receivers); err != nil { + return err + } + } + return nil +} + +// DefaultGlobalConfig provides global default values. +var DefaultGlobalConfig = GlobalConfig{ + ResolveTimeout: model.Duration(5 * time.Minute), + + SMTPRequireTLS: true, + PagerdutyURL: "https://events.pagerduty.com/generic/2010-04-15/create_event.json", + HipchatURL: "https://api.hipchat.com/", + OpsGenieAPIHost: "https://api.opsgenie.com/", + VictorOpsAPIURL: "https://alert.victorops.com/integrations/generic/20131114/alert/", +} + +// GlobalConfig defines configuration parameters that are valid globally +// unless overwritten. +type GlobalConfig struct { + // ResolveTimeout is the time after which an alert is declared resolved + // if it has not been updated. + ResolveTimeout model.Duration `yaml:"resolve_timeout"` + + SMTPFrom string `yaml:"smtp_from"` + SMTPSmarthost string `yaml:"smtp_smarthost"` + SMTPAuthUsername string `yaml:"smtp_auth_username"` + SMTPAuthPassword Secret `yaml:"smtp_auth_password"` + SMTPAuthSecret Secret `yaml:"smtp_auth_secret"` + SMTPAuthIdentity string `yaml:"smtp_auth_identity"` + SMTPRequireTLS bool `yaml:"smtp_require_tls"` + SlackAPIURL Secret `yaml:"slack_api_url"` + PagerdutyURL string `yaml:"pagerduty_url"` + HipchatURL string `yaml:"hipchat_url"` + HipchatAuthToken Secret `yaml:"hipchat_auth_token"` + OpsGenieAPIHost string `yaml:"opsgenie_api_host"` + VictorOpsAPIURL string `yaml:"victorops_api_url"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *GlobalConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultGlobalConfig + type plain GlobalConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + return checkOverflow(c.XXX, "global") +} + +// A Route is a node that contains definitions of how to handle alerts. +type Route struct { + Receiver string `yaml:"receiver,omitempty"` + GroupBy []model.LabelName `yaml:"group_by,omitempty"` + + Match map[string]string `yaml:"match,omitempty"` + MatchRE map[string]Regexp `yaml:"match_re,omitempty"` + Continue bool `yaml:"continue,omitempty"` + Routes []*Route `yaml:"routes,omitempty"` + + GroupWait *model.Duration `yaml:"group_wait,omitempty"` + GroupInterval *model.Duration `yaml:"group_interval,omitempty"` + RepeatInterval *model.Duration `yaml:"repeat_interval,omitempty"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (r *Route) UnmarshalYAML(unmarshal func(interface{}) error) error { + type plain Route + if err := unmarshal((*plain)(r)); err != nil { + return err + } + + for k := range r.Match { + if !model.LabelNameRE.MatchString(k) { + return fmt.Errorf("invalid label name %q", k) + } + } + + for k := range r.MatchRE { + if !model.LabelNameRE.MatchString(k) { + return fmt.Errorf("invalid label name %q", k) + } + } + + groupBy := map[model.LabelName]struct{}{} + + for _, ln := range r.GroupBy { + if _, ok := groupBy[ln]; ok { + return fmt.Errorf("duplicated label %q in group_by", ln) + } + groupBy[ln] = struct{}{} + } + + return checkOverflow(r.XXX, "route") +} + +// InhibitRule defines an inhibition rule that mutes alerts that match the +// target labels if an alert matching the source labels exists. +// Both alerts have to have a set of labels being equal. +type InhibitRule struct { + // SourceMatch defines a set of labels that have to equal the given + // value for source alerts. + SourceMatch map[string]string `yaml:"source_match"` + // SourceMatchRE defines pairs like SourceMatch but does regular expression + // matching. + SourceMatchRE map[string]Regexp `yaml:"source_match_re"` + // TargetMatch defines a set of labels that have to equal the given + // value for target alerts. + TargetMatch map[string]string `yaml:"target_match"` + // TargetMatchRE defines pairs like TargetMatch but does regular expression + // matching. + TargetMatchRE map[string]Regexp `yaml:"target_match_re"` + // A set of labels that must be equal between the source and target alert + // for them to be a match. + Equal model.LabelNames `yaml:"equal"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (r *InhibitRule) UnmarshalYAML(unmarshal func(interface{}) error) error { + type plain InhibitRule + if err := unmarshal((*plain)(r)); err != nil { + return err + } + + for k := range r.SourceMatch { + if !model.LabelNameRE.MatchString(k) { + return fmt.Errorf("invalid label name %q", k) + } + } + + for k := range r.SourceMatchRE { + if !model.LabelNameRE.MatchString(k) { + return fmt.Errorf("invalid label name %q", k) + } + } + + for k := range r.TargetMatch { + if !model.LabelNameRE.MatchString(k) { + return fmt.Errorf("invalid label name %q", k) + } + } + + for k := range r.TargetMatchRE { + if !model.LabelNameRE.MatchString(k) { + return fmt.Errorf("invalid label name %q", k) + } + } + + return checkOverflow(r.XXX, "inhibit rule") +} + +// Receiver configuration provides configuration on how to contact a receiver. +type Receiver struct { + // A unique identifier for this receiver. + Name string `yaml:"name"` + + EmailConfigs []*EmailConfig `yaml:"email_configs,omitempty"` + PagerdutyConfigs []*PagerdutyConfig `yaml:"pagerduty_configs,omitempty"` + HipchatConfigs []*HipchatConfig `yaml:"hipchat_configs,omitempty"` + SlackConfigs []*SlackConfig `yaml:"slack_configs,omitempty"` + WebhookConfigs []*WebhookConfig `yaml:"webhook_configs,omitempty"` + OpsGenieConfigs []*OpsGenieConfig `yaml:"opsgenie_configs,omitempty"` + PushoverConfigs []*PushoverConfig `yaml:"pushover_configs,omitempty"` + VictorOpsConfigs []*VictorOpsConfig `yaml:"victorops_configs,omitempty"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *Receiver) UnmarshalYAML(unmarshal func(interface{}) error) error { + type plain Receiver + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.Name == "" { + return fmt.Errorf("missing name in receiver") + } + return checkOverflow(c.XXX, "receiver config") +} + +// Regexp encapsulates a regexp.Regexp and makes it YAML marshalable. +type Regexp struct { + *regexp.Regexp +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (re *Regexp) UnmarshalYAML(unmarshal func(interface{}) error) error { + var s string + if err := unmarshal(&s); err != nil { + return err + } + regex, err := regexp.Compile("^(?:" + s + ")$") + if err != nil { + return err + } + re.Regexp = regex + return nil +} + +// MarshalYAML implements the yaml.Marshaler interface. +func (re *Regexp) MarshalYAML() (interface{}, error) { + if re != nil { + return re.String(), nil + } + return nil, nil +} diff --git a/vendor/src/github.com/prometheus/alertmanager/config/config_test.go b/vendor/src/github.com/prometheus/alertmanager/config/config_test.go new file mode 100644 index 0000000..f48a3b6 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/config/config_test.go @@ -0,0 +1,39 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package config + +import ( + "testing" + + "gopkg.in/yaml.v2" +) + +func TestDefaultReceiverExists(t *testing.T) { + in := ` +route: + group_wait: 30s +` + + conf := &Config{} + err := yaml.Unmarshal([]byte(in), conf) + + expected := "Root route must specify a default receiver" + + if err == nil { + t.Fatalf("no error returned, expected:\n%v", expected) + } + if err.Error() != expected { + t.Errorf("\nexpected:\n%v\ngot:\n%v", expected, err.Error()) + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/config/notifiers.go b/vendor/src/github.com/prometheus/alertmanager/config/notifiers.go new file mode 100644 index 0000000..ffea3d1 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/config/notifiers.go @@ -0,0 +1,394 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package config + +import ( + "fmt" + "strings" + "time" +) + +var ( + // DefaultWebhookConfig defines default values for Webhook configurations. + DefaultWebhookConfig = WebhookConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: true, + }, + } + + // DefaultEmailConfig defines default values for Email configurations. + DefaultEmailConfig = EmailConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: false, + }, + HTML: `{{ template "email.default.html" . }}`, + } + + // DefaultEmailSubject defines the default Subject header of an Email. + DefaultEmailSubject = `{{ template "email.default.subject" . }}` + + // DefaultPagerdutyConfig defines default values for PagerDuty configurations. + DefaultPagerdutyConfig = PagerdutyConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: true, + }, + Description: `{{ template "pagerduty.default.description" .}}`, + Client: `{{ template "pagerduty.default.client" . }}`, + ClientURL: `{{ template "pagerduty.default.clientURL" . }}`, + Details: map[string]string{ + "firing": `{{ template "pagerduty.default.instances" .Alerts.Firing }}`, + "resolved": `{{ template "pagerduty.default.instances" .Alerts.Resolved }}`, + "num_firing": `{{ .Alerts.Firing | len }}`, + "num_resolved": `{{ .Alerts.Resolved | len }}`, + }, + } + + // DefaultSlackConfig defines default values for Slack configurations. + DefaultSlackConfig = SlackConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: false, + }, + Color: `{{ if eq .Status "firing" }}danger{{ else }}good{{ end }}`, + Username: `{{ template "slack.default.username" . }}`, + Title: `{{ template "slack.default.title" . }}`, + TitleLink: `{{ template "slack.default.titlelink" . }}`, + IconEmoji: `{{ template "slack.default.iconemoji" . }}`, + IconURL: `{{ template "slack.default.iconurl" . }}`, + Pretext: `{{ template "slack.default.pretext" . }}`, + Text: `{{ template "slack.default.text" . }}`, + Fallback: `{{ template "slack.default.fallback" . }}`, + } + + // DefaultHipchatConfig defines default values for Hipchat configurations. + DefaultHipchatConfig = HipchatConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: false, + }, + Color: `{{ if eq .Status "firing" }}red{{ else }}green{{ end }}`, + From: `{{ template "hipchat.default.from" . }}`, + Notify: false, + Message: `{{ template "hipchat.default.message" . }}`, + MessageFormat: `text`, + } + + // DefaultOpsGenieConfig defines default values for OpsGenie configurations. + DefaultOpsGenieConfig = OpsGenieConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: true, + }, + Message: `{{ template "opsgenie.default.message" . }}`, + Description: `{{ template "opsgenie.default.description" . }}`, + Source: `{{ template "opsgenie.default.source" . }}`, + // TODO: Add a details field with all the alerts. + } + + // DefaultVictorOpsConfig defines default values for VictorOps configurations. + DefaultVictorOpsConfig = VictorOpsConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: true, + }, + MessageType: `CRITICAL`, + StateMessage: `{{ template "victorops.default.message" . }}`, + From: `{{ template "victorops.default.from" . }}`, + } + + // DefaultPushoverConfig defines default values for Pushover configurations. + DefaultPushoverConfig = PushoverConfig{ + NotifierConfig: NotifierConfig{ + VSendResolved: true, + }, + Title: `{{ template "pushover.default.title" . }}`, + Message: `{{ template "pushover.default.message" . }}`, + URL: `{{ template "pushover.default.url" . }}`, + Priority: `{{ if eq .Status "firing" }}2{{ else }}0{{ end }}`, // emergency (firing) or normal + Retry: duration(1 * time.Minute), + Expire: duration(1 * time.Hour), + } +) + +// NotifierConfig contains base options common across all notifier configurations. +type NotifierConfig struct { + VSendResolved bool `yaml:"send_resolved"` +} + +func (nc *NotifierConfig) SendResolved() bool { + return nc.VSendResolved +} + +// EmailConfig configures notifications via mail. +type EmailConfig struct { + NotifierConfig `yaml:",inline"` + + // Email address to notify. + To string `yaml:"to"` + From string `yaml:"from"` + Smarthost string `yaml:"smarthost,omitempty"` + AuthUsername string `yaml:"auth_username"` + AuthPassword Secret `yaml:"auth_password"` + AuthSecret Secret `yaml:"auth_secret"` + AuthIdentity string `yaml:"auth_identity"` + Headers map[string]string `yaml:"headers"` + HTML string `yaml:"html"` + RequireTLS *bool `yaml:"require_tls,omitempty"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *EmailConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultEmailConfig + type plain EmailConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.To == "" { + return fmt.Errorf("missing to address in email config") + } + // Header names are case-insensitive, check for collisions. + normalizedHeaders := map[string]string{} + for h, v := range c.Headers { + normalized := strings.Title(h) + if _, ok := normalizedHeaders[normalized]; ok { + return fmt.Errorf("duplicate header %q in email config", normalized) + } + normalizedHeaders[normalized] = v + } + c.Headers = normalizedHeaders + + return checkOverflow(c.XXX, "email config") +} + +// PagerdutyConfig configures notifications via PagerDuty. +type PagerdutyConfig struct { + NotifierConfig `yaml:",inline"` + + ServiceKey Secret `yaml:"service_key"` + URL string `yaml:"url"` + Client string `yaml:"client"` + ClientURL string `yaml:"client_url"` + Description string `yaml:"description"` + Details map[string]string `yaml:"details"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *PagerdutyConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultPagerdutyConfig + type plain PagerdutyConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.ServiceKey == "" { + return fmt.Errorf("missing service key in PagerDuty config") + } + return checkOverflow(c.XXX, "pagerduty config") +} + +// SlackConfig configures notifications via Slack. +type SlackConfig struct { + NotifierConfig `yaml:",inline"` + + APIURL Secret `yaml:"api_url"` + + // Slack channel override, (like #other-channel or @username). + Channel string `yaml:"channel"` + Username string `yaml:"username"` + Color string `yaml:"color"` + + Title string `yaml:"title"` + TitleLink string `yaml:"title_link"` + Pretext string `yaml:"pretext"` + Text string `yaml:"text"` + Fallback string `yaml:"fallback"` + IconEmoji string `yaml:"icon_emoji"` + IconURL string `yaml:"icon_url"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *SlackConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultSlackConfig + type plain SlackConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + return checkOverflow(c.XXX, "slack config") +} + +// HipchatConfig configures notifications via Hipchat. +type HipchatConfig struct { + NotifierConfig `yaml:",inline"` + + APIURL string `yaml:"api_url"` + AuthToken Secret `yaml:"auth_token"` + RoomID string `yaml:"room_id"` + From string `yaml:"from"` + Notify bool `yaml:"notify"` + Message string `yaml:"message"` + MessageFormat string `yaml:"message_format"` + Color string `yaml:"color"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *HipchatConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultHipchatConfig + type plain HipchatConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.RoomID == "" { + return fmt.Errorf("missing room id in Hipchat config") + } + + return checkOverflow(c.XXX, "hipchat config") +} + +// WebhookConfig configures notifications via a generic webhook. +type WebhookConfig struct { + NotifierConfig `yaml:",inline"` + + // URL to send POST request to. + URL string `yaml:"url"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *WebhookConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultWebhookConfig + type plain WebhookConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.URL == "" { + return fmt.Errorf("missing URL in webhook config") + } + return checkOverflow(c.XXX, "webhook config") +} + +// OpsGenieConfig configures notifications via OpsGenie. +type OpsGenieConfig struct { + NotifierConfig `yaml:",inline"` + + APIKey Secret `yaml:"api_key"` + APIHost string `yaml:"api_host"` + Message string `yaml:"message"` + Description string `yaml:"description"` + Source string `yaml:"source"` + Details map[string]string `yaml:"details"` + Teams string `yaml:"teams"` + Tags string `yaml:"tags"` + Note string `yaml:"note"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *OpsGenieConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultOpsGenieConfig + type plain OpsGenieConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.APIKey == "" { + return fmt.Errorf("missing API key in OpsGenie config") + } + return checkOverflow(c.XXX, "opsgenie config") +} + +// VictorOpsConfig configures notifications via VictorOps. +type VictorOpsConfig struct { + NotifierConfig `yaml:",inline"` + + APIKey Secret `yaml:"api_key"` + APIURL string `yaml:"api_url"` + RoutingKey string `yaml:"routing_key"` + MessageType string `yaml:"message_type"` + StateMessage string `yaml:"message"` + From string `yaml:"from"` + + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *VictorOpsConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultVictorOpsConfig + type plain VictorOpsConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.APIKey == "" { + return fmt.Errorf("missing API key in VictorOps config") + } + if c.RoutingKey == "" { + return fmt.Errorf("missing Routing key in VictorOps config") + } + return checkOverflow(c.XXX, "victorops config") +} + +type duration time.Duration + +func (d *duration) UnmarshalText(text []byte) error { + parsed, err := time.ParseDuration(string(text)) + if err == nil { + *d = duration(parsed) + } + return err +} + +func (d duration) MarshalText() ([]byte, error) { + return []byte(time.Duration(d).String()), nil +} + +type PushoverConfig struct { + NotifierConfig `yaml:",inline"` + + UserKey Secret `yaml:"user_key"` + Token Secret `yaml:"token"` + Title string `yaml:"title"` + Message string `yaml:"message"` + URL string `yaml:"url"` + Priority string `yaml:"priority"` + Retry duration `yaml:"retry"` + Expire duration `yaml:"expire"` + + // Catches all undefined fields and must be empty after parsing. + XXX map[string]interface{} `yaml:",inline"` +} + +// UnmarshalYAML implements the yaml.Unmarshaler interface. +func (c *PushoverConfig) UnmarshalYAML(unmarshal func(interface{}) error) error { + *c = DefaultPushoverConfig + type plain PushoverConfig + if err := unmarshal((*plain)(c)); err != nil { + return err + } + if c.UserKey == "" { + return fmt.Errorf("missing user key in Pushover config") + } + if c.Token == "" { + return fmt.Errorf("missing token in Pushover config") + } + return checkOverflow(c.XXX, "pushover config") +} diff --git a/vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch.go b/vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch.go new file mode 100644 index 0000000..e504922 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch.go @@ -0,0 +1,420 @@ +package dispatch + +import ( + "fmt" + "sort" + "sync" + "time" + + "github.com/prometheus/common/log" + "github.com/prometheus/common/model" + "golang.org/x/net/context" + + "github.com/prometheus/alertmanager/notify" + "github.com/prometheus/alertmanager/provider" + "github.com/prometheus/alertmanager/types" +) + +// Dispatcher sorts incoming alerts into aggregation groups and +// assigns the correct notifiers to each. +type Dispatcher struct { + route *Route + alerts provider.Alerts + stage notify.Stage + + marker types.Marker + timeout func(time.Duration) time.Duration + + aggrGroups map[*Route]map[model.Fingerprint]*aggrGroup + mtx sync.RWMutex + + done chan struct{} + ctx context.Context + cancel func() + + log log.Logger +} + +// NewDispatcher returns a new Dispatcher. +func NewDispatcher( + ap provider.Alerts, + r *Route, + s notify.Stage, + mk types.Marker, + to func(time.Duration) time.Duration, +) *Dispatcher { + disp := &Dispatcher{ + alerts: ap, + stage: s, + route: r, + marker: mk, + timeout: to, + log: log.With("component", "dispatcher"), + } + return disp +} + +// Run starts dispatching alerts incoming via the updates channel. +func (d *Dispatcher) Run() { + d.done = make(chan struct{}) + + d.mtx.Lock() + d.aggrGroups = map[*Route]map[model.Fingerprint]*aggrGroup{} + d.mtx.Unlock() + + d.ctx, d.cancel = context.WithCancel(context.Background()) + + d.run(d.alerts.Subscribe()) + close(d.done) +} + +// AlertBlock contains a list of alerts associated with a set of +// routing options. +type AlertBlock struct { + RouteOpts *RouteOpts `json:"routeOpts"` + Alerts []*APIAlert `json:"alerts"` +} + +// APIAlert is the API representation of an alert, which is a regular alert +// annotated with silencing and inhibition info. +type APIAlert struct { + *model.Alert + + Inhibited bool `json:"inhibited"` + Silenced string `json:"silenced,omitempty"` +} + +// AlertGroup is a list of alert blocks grouped by the same label set. +type AlertGroup struct { + Labels model.LabelSet `json:"labels"` + Blocks []*AlertBlock `json:"blocks"` +} + +// AlertOverview is a representation of all active alerts in the system. +type AlertOverview []*AlertGroup + +func (ao AlertOverview) Swap(i, j int) { ao[i], ao[j] = ao[j], ao[i] } +func (ao AlertOverview) Less(i, j int) bool { return ao[i].Labels.Before(ao[j].Labels) } +func (ao AlertOverview) Len() int { return len(ao) } + +// Groups populates an AlertOverview from the dispatcher's internal state. +func (d *Dispatcher) Groups() AlertOverview { + var overview AlertOverview + + d.mtx.RLock() + defer d.mtx.RUnlock() + + seen := map[model.Fingerprint]*AlertGroup{} + + for route, ags := range d.aggrGroups { + for _, ag := range ags { + alertGroup, ok := seen[ag.fingerprint()] + if !ok { + alertGroup = &AlertGroup{Labels: ag.labels} + + seen[ag.fingerprint()] = alertGroup + overview = append(overview, alertGroup) + } + + now := time.Now() + + var apiAlerts []*APIAlert + for _, a := range types.Alerts(ag.alertSlice()...) { + if !a.EndsAt.IsZero() && a.EndsAt.Before(now) { + continue + } + aa := &APIAlert{ + Alert: a, + Inhibited: d.marker.Inhibited(a.Fingerprint()), + } + if sid, ok := d.marker.Silenced(a.Fingerprint()); ok { + aa.Silenced = sid + } + apiAlerts = append(apiAlerts, aa) + } + if len(apiAlerts) == 0 { + continue + } + + alertGroup.Blocks = append(alertGroup.Blocks, &AlertBlock{ + RouteOpts: &route.RouteOpts, + Alerts: apiAlerts, + }) + } + } + + sort.Sort(overview) + + return overview +} + +func (d *Dispatcher) run(it provider.AlertIterator) { + cleanup := time.NewTicker(30 * time.Second) + defer cleanup.Stop() + + defer it.Close() + + for { + select { + case alert, ok := <-it.Next(): + if !ok { + // Iterator exhausted for some reason. + if err := it.Err(); err != nil { + log.Errorf("Error on alert update: %s", err) + } + return + } + + d.log.With("alert", alert).Debug("Received alert") + + // Log errors but keep trying. + if err := it.Err(); err != nil { + log.Errorf("Error on alert update: %s", err) + continue + } + + for _, r := range d.route.Match(alert.Labels) { + d.processAlert(alert, r) + } + + case <-cleanup.C: + d.mtx.Lock() + + for _, groups := range d.aggrGroups { + for _, ag := range groups { + if ag.empty() { + ag.stop() + delete(groups, ag.fingerprint()) + } + } + } + + d.mtx.Unlock() + + case <-d.ctx.Done(): + return + } + } +} + +// Stop the dispatcher. +func (d *Dispatcher) Stop() { + if d == nil || d.cancel == nil { + return + } + d.cancel() + d.cancel = nil + + <-d.done +} + +// notifyFunc is a function that performs notifcation for the alert +// with the given fingerprint. It aborts on context cancelation. +// Returns false iff notifying failed. +type notifyFunc func(context.Context, ...*types.Alert) bool + +// processAlert determines in which aggregation group the alert falls +// and insert it. +func (d *Dispatcher) processAlert(alert *types.Alert, route *Route) { + group := model.LabelSet{} + + for ln, lv := range alert.Labels { + if _, ok := route.RouteOpts.GroupBy[ln]; ok { + group[ln] = lv + } + } + + fp := group.Fingerprint() + + d.mtx.Lock() + groups, ok := d.aggrGroups[route] + if !ok { + groups = map[model.Fingerprint]*aggrGroup{} + d.aggrGroups[route] = groups + } + d.mtx.Unlock() + + // If the group does not exist, create it. + ag, ok := groups[fp] + if !ok { + ag = newAggrGroup(d.ctx, group, &route.RouteOpts, d.timeout) + groups[fp] = ag + + go ag.run(func(ctx context.Context, alerts ...*types.Alert) bool { + _, _, err := d.stage.Exec(ctx, alerts...) + if err != nil { + log.Errorf("Notify for %d alerts failed: %s", len(alerts), err) + } + return err == nil + }) + } + + ag.insert(alert) +} + +// aggrGroup aggregates alert fingerprints into groups to which a +// common set of routing options applies. +// It emits notifications in the specified intervals. +type aggrGroup struct { + labels model.LabelSet + opts *RouteOpts + routeFP model.Fingerprint + log log.Logger + + ctx context.Context + cancel func() + done chan struct{} + next *time.Timer + timeout func(time.Duration) time.Duration + + mtx sync.RWMutex + alerts map[model.Fingerprint]*types.Alert + hasSent bool +} + +// newAggrGroup returns a new aggregation group. +func newAggrGroup(ctx context.Context, labels model.LabelSet, opts *RouteOpts, to func(time.Duration) time.Duration) *aggrGroup { + if to == nil { + to = func(d time.Duration) time.Duration { return d } + } + ag := &aggrGroup{ + labels: labels, + opts: opts, + timeout: to, + alerts: map[model.Fingerprint]*types.Alert{}, + } + ag.ctx, ag.cancel = context.WithCancel(ctx) + + ag.log = log.With("aggrGroup", ag) + + // Set an initial one-time wait before flushing + // the first batch of notifications. + ag.next = time.NewTimer(ag.opts.GroupWait) + + return ag +} + +func (ag *aggrGroup) String() string { + return fmt.Sprint(ag.fingerprint()) +} + +func (ag *aggrGroup) alertSlice() []*types.Alert { + ag.mtx.RLock() + defer ag.mtx.RUnlock() + + var alerts []*types.Alert + for _, a := range ag.alerts { + alerts = append(alerts, a) + } + return alerts +} + +func (ag *aggrGroup) run(nf notifyFunc) { + ag.done = make(chan struct{}) + + defer close(ag.done) + defer ag.next.Stop() + + for { + select { + case now := <-ag.next.C: + // Give the notifcations time until the next flush to + // finish before terminating them. + ctx, cancel := context.WithTimeout(ag.ctx, ag.timeout(ag.opts.GroupInterval)) + + // The now time we retrieve from the ticker is the only reliable + // point of time reference for the subsequent notification pipeline. + // Calculating the current time directly is prone to flaky behavior, + // which usually only becomes apparent in tests. + ctx = notify.WithNow(ctx, now) + + // Populate context with information needed along the pipeline. + ctx = notify.WithGroupKey(ctx, ag.labels.Fingerprint()^ag.routeFP) + ctx = notify.WithGroupLabels(ctx, ag.labels) + ctx = notify.WithReceiverName(ctx, ag.opts.Receiver) + ctx = notify.WithRepeatInterval(ctx, ag.opts.RepeatInterval) + + // Wait the configured interval before calling flush again. + ag.mtx.Lock() + ag.next.Reset(ag.opts.GroupInterval) + ag.mtx.Unlock() + + ag.flush(func(alerts ...*types.Alert) bool { + return nf(ctx, alerts...) + }) + + cancel() + + case <-ag.ctx.Done(): + return + } + } +} + +func (ag *aggrGroup) stop() { + // Calling cancel will terminate all in-process notifications + // and the run() loop. + ag.cancel() + <-ag.done +} + +func (ag *aggrGroup) fingerprint() model.Fingerprint { + return ag.labels.Fingerprint() +} + +// insert inserts the alert into the aggregation group. If the aggregation group +// is empty afterwards, it returns true. +func (ag *aggrGroup) insert(alert *types.Alert) { + ag.mtx.Lock() + defer ag.mtx.Unlock() + + ag.alerts[alert.Fingerprint()] = alert + + // Immediately trigger a flush if the wait duration for this + // alert is already over. + if !ag.hasSent && alert.StartsAt.Add(ag.opts.GroupWait).Before(time.Now()) { + ag.next.Reset(0) + } +} + +func (ag *aggrGroup) empty() bool { + ag.mtx.RLock() + defer ag.mtx.RUnlock() + + return len(ag.alerts) == 0 +} + +// flush sends notifications for all new alerts. +func (ag *aggrGroup) flush(notify func(...*types.Alert) bool) { + if ag.empty() { + return + } + ag.mtx.Lock() + + var ( + alerts = make(map[model.Fingerprint]*types.Alert, len(ag.alerts)) + alertsSlice = make([]*types.Alert, 0, len(ag.alerts)) + ) + for fp, alert := range ag.alerts { + alerts[fp] = alert + alertsSlice = append(alertsSlice, alert) + } + + ag.mtx.Unlock() + + ag.log.Debugln("flushing", alertsSlice) + + if notify(alertsSlice...) { + ag.mtx.Lock() + for fp, a := range alerts { + // Only delete if the fingerprint has not been inserted + // again since we notified about it. + if a.Resolved() && ag.alerts[fp] == a { + delete(ag.alerts, fp) + } + } + + ag.hasSent = true + ag.mtx.Unlock() + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch_test.go b/vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch_test.go new file mode 100644 index 0000000..b1f0597 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/dispatch/dispatch_test.go @@ -0,0 +1,216 @@ +package dispatch + +import ( + "reflect" + "sort" + "testing" + "time" + + "github.com/prometheus/common/model" + "golang.org/x/net/context" + + "github.com/prometheus/alertmanager/notify" + "github.com/prometheus/alertmanager/types" +) + +func TestAggrGroup(t *testing.T) { + lset := model.LabelSet{ + "a": "v1", + "b": "v2", + } + opts := &RouteOpts{ + Receiver: "n1", + GroupBy: map[model.LabelName]struct{}{}, + GroupWait: 1 * time.Second, + GroupInterval: 300 * time.Millisecond, + RepeatInterval: 1 * time.Hour, + } + + var ( + a1 = &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{ + "a": "v1", + "b": "v2", + "c": "v3", + }, + StartsAt: time.Now().Add(time.Minute), + EndsAt: time.Now().Add(time.Hour), + }, + UpdatedAt: time.Now(), + } + a2 = &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{ + "a": "v1", + "b": "v2", + "c": "v4", + }, + StartsAt: time.Now().Add(-time.Hour), + EndsAt: time.Now().Add(2 * time.Hour), + }, + UpdatedAt: time.Now(), + } + a3 = &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{ + "a": "v1", + "b": "v2", + "c": "v5", + }, + StartsAt: time.Now().Add(time.Minute), + EndsAt: time.Now().Add(5 * time.Minute), + }, + UpdatedAt: time.Now(), + } + ) + + var ( + last = time.Now() + current = time.Now() + alertsCh = make(chan types.AlertSlice) + ) + + ntfy := func(ctx context.Context, alerts ...*types.Alert) bool { + // Validate that the context is properly populated. + if _, ok := notify.Now(ctx); !ok { + t.Errorf("now missing") + } + if _, ok := notify.GroupKey(ctx); !ok { + t.Errorf("group key missing") + } + if lbls, ok := notify.GroupLabels(ctx); !ok || !reflect.DeepEqual(lbls, lset) { + t.Errorf("wrong group labels: %q", lbls) + } + if rcv, ok := notify.ReceiverName(ctx); !ok || rcv != opts.Receiver { + t.Errorf("wrong receiver: %q", rcv) + } + if ri, ok := notify.RepeatInterval(ctx); !ok || ri != opts.RepeatInterval { + t.Errorf("wrong repeat interval: %q", ri) + } + + last = current + current = time.Now() + + alertsCh <- types.AlertSlice(alerts) + + return true + } + + // Test regular situation where we wait for group_wait to send out alerts. + ag := newAggrGroup(context.Background(), lset, opts, nil) + go ag.run(ntfy) + + ag.insert(a1) + + select { + case <-time.After(2 * opts.GroupWait): + t.Fatalf("expected initial batch after group_wait") + + case batch := <-alertsCh: + if s := time.Since(last); s < opts.GroupWait { + t.Fatalf("received batch to early after %v", s) + } + exp := types.AlertSlice{a1} + sort.Sort(batch) + + if !reflect.DeepEqual(batch, exp) { + t.Fatalf("expected alerts %v but got %v", exp, batch) + } + } + + for i := 0; i < 3; i++ { + // New alert should come in after group interval. + ag.insert(a3) + + select { + case <-time.After(2 * opts.GroupInterval): + t.Fatalf("expected new batch after group interval but received none") + + case batch := <-alertsCh: + if s := time.Since(last); s < opts.GroupInterval { + t.Fatalf("received batch to early after %v", s) + } + exp := types.AlertSlice{a1, a3} + sort.Sort(batch) + + if !reflect.DeepEqual(batch, exp) { + t.Fatalf("expected alerts %v but got %v", exp, batch) + } + } + } + + ag.stop() + + // Add an alert that started more than group_interval in the past. We expect + // immediate flushing. + // Finally, set all alerts to be resolved. After successful notify the aggregation group + // should empty itself. + ag = newAggrGroup(context.Background(), lset, opts, nil) + go ag.run(ntfy) + + ag.insert(a1) + ag.insert(a2) + + // a2 lies way in the past so the initial group_wait should be skipped. + select { + case <-time.After(opts.GroupWait / 2): + t.Fatalf("expected immediate alert but received none") + + case batch := <-alertsCh: + exp := types.AlertSlice{a1, a2} + sort.Sort(batch) + + if !reflect.DeepEqual(batch, exp) { + t.Fatalf("expected alerts %v but got %v", exp, batch) + } + } + + for i := 0; i < 3; i++ { + // New alert should come in after group interval. + ag.insert(a3) + + select { + case <-time.After(2 * opts.GroupInterval): + t.Fatalf("expected new batch after group interval but received none") + + case batch := <-alertsCh: + if s := time.Since(last); s < opts.GroupInterval { + t.Fatalf("received batch to early after %v", s) + } + exp := types.AlertSlice{a1, a2, a3} + sort.Sort(batch) + + if !reflect.DeepEqual(batch, exp) { + t.Fatalf("expected alerts %v but got %v", exp, batch) + } + } + } + + // Resolve all alerts, they should be removed after the next batch was sent. + a1.EndsAt = time.Now() + a2.EndsAt = time.Now() + a3.EndsAt = time.Now() + + select { + case <-time.After(2 * opts.GroupInterval): + t.Fatalf("expected new batch after group interval but received none") + + case batch := <-alertsCh: + if s := time.Since(last); s < opts.GroupInterval { + t.Fatalf("received batch to early after %v", s) + } + exp := types.AlertSlice{a1, a2, a3} + sort.Sort(batch) + + if !reflect.DeepEqual(batch, exp) { + t.Fatalf("expected alerts %v but got %v", exp, batch) + } + + if !ag.empty() { + t.Fatalf("Expected aggregation group to be empty after resolving alerts") + } + } + + ag.stop() +} diff --git a/vendor/src/github.com/prometheus/alertmanager/dispatch/route.go b/vendor/src/github.com/prometheus/alertmanager/dispatch/route.go new file mode 100644 index 0000000..05081ce --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/dispatch/route.go @@ -0,0 +1,213 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package dispatch + +import ( + "encoding/json" + "fmt" + "time" + + "github.com/prometheus/common/model" + + "github.com/prometheus/alertmanager/config" + "github.com/prometheus/alertmanager/types" +) + +// DefaultRouteOpts are the defaulting routing options which apply +// to the root route of a routing tree. +var DefaultRouteOpts = RouteOpts{ + GroupWait: 30 * time.Second, + GroupInterval: 5 * time.Minute, + RepeatInterval: 4 * time.Hour, + GroupBy: map[model.LabelName]struct{}{ + model.AlertNameLabel: struct{}{}, + }, +} + +// A Route is a node that contains definitions of how to handle alerts. +type Route struct { + parent *Route + + // The configuration parameters for matches of this route. + RouteOpts RouteOpts + + // Equality or regex matchers an alert has to fulfill to match + // this route. + Matchers types.Matchers + + // If true, an alert matches further routes on the same level. + Continue bool + + // Children routes of this route. + Routes []*Route +} + +// NewRoute returns a new route. +func NewRoute(cr *config.Route, parent *Route) *Route { + // Create default and overwrite with configured settings. + opts := DefaultRouteOpts + if parent != nil { + opts = parent.RouteOpts + } + + if cr.Receiver != "" { + opts.Receiver = cr.Receiver + } + if cr.GroupBy != nil { + opts.GroupBy = map[model.LabelName]struct{}{} + for _, ln := range cr.GroupBy { + opts.GroupBy[ln] = struct{}{} + } + } + if cr.GroupWait != nil { + opts.GroupWait = time.Duration(*cr.GroupWait) + } + if cr.GroupInterval != nil { + opts.GroupInterval = time.Duration(*cr.GroupInterval) + } + if cr.RepeatInterval != nil { + opts.RepeatInterval = time.Duration(*cr.RepeatInterval) + } + + // Build matchers. + var matchers types.Matchers + + for ln, lv := range cr.Match { + matchers = append(matchers, types.NewMatcher(model.LabelName(ln), lv)) + } + for ln, lv := range cr.MatchRE { + matchers = append(matchers, types.NewRegexMatcher(model.LabelName(ln), lv.Regexp)) + } + + route := &Route{ + parent: parent, + RouteOpts: opts, + Matchers: matchers, + Continue: cr.Continue, + } + + route.Routes = NewRoutes(cr.Routes, route) + + return route +} + +// NewRoutes returns a slice of routes. +func NewRoutes(croutes []*config.Route, parent *Route) []*Route { + res := []*Route{} + for _, cr := range croutes { + res = append(res, NewRoute(cr, parent)) + } + return res +} + +// Match does a depth-first left-to-right search through the route tree +// and returns the matching routing nodes. +func (r *Route) Match(lset model.LabelSet) []*Route { + if !r.Matchers.Match(lset) { + return nil + } + + var all []*Route + + for _, cr := range r.Routes { + matches := cr.Match(lset) + + all = append(all, matches...) + + if matches != nil && !cr.Continue { + break + } + } + + // If no child nodes were matches, the current node itself is + // a match. + if len(all) == 0 { + all = append(all, r) + } + + return all +} + +// SquashMatchers returns the total set of matchers on the path of the tree +// that have to apply to reach the route. +func (r *Route) SquashMatchers() types.Matchers { + var res types.Matchers + res = append(res, r.Matchers...) + + if r.parent == nil { + return res + } + + pm := r.parent.SquashMatchers() + res = append(pm, res...) + + return res +} + +// Fingerprint returns a hash of the Route based on its grouping labels, +// routing options and the total set of matchers necessary to reach this route. +func (r *Route) Fingerprint() model.Fingerprint { + lset := make(model.LabelSet, len(r.RouteOpts.GroupBy)) + + for ln := range r.RouteOpts.GroupBy { + lset[ln] = "" + } + + return r.SquashMatchers().Fingerprint() ^ lset.Fingerprint() +} + +// RouteOpts holds various routing options necessary for processing alerts +// that match a given route. +type RouteOpts struct { + // The identifier of the associated notification configuration + Receiver string + + // What labels to group alerts by for notifications. + GroupBy map[model.LabelName]struct{} + + // How long to wait to group matching alerts before sending + // a notificaiton + GroupWait time.Duration + GroupInterval time.Duration + RepeatInterval time.Duration +} + +func (ro *RouteOpts) String() string { + var labels []model.LabelName + for ln := range ro.GroupBy { + labels = append(labels, ln) + } + return fmt.Sprintf("", ro.Receiver, labels, ro.GroupWait, ro.GroupInterval) +} + +// MarshalJSON returns a JSON representation of the routing options. +func (ro *RouteOpts) MarshalJSON() ([]byte, error) { + v := struct { + Receiver string `json:"receiver"` + GroupBy model.LabelNames `json:"groupBy"` + GroupWait time.Duration `json:"groupWait"` + GroupInterval time.Duration `json:"groupInterval"` + RepeatInterval time.Duration `json:"repeatInterval"` + }{ + Receiver: ro.Receiver, + GroupWait: ro.GroupWait, + GroupInterval: ro.GroupInterval, + RepeatInterval: ro.RepeatInterval, + } + for ln := range ro.GroupBy { + v.GroupBy = append(v.GroupBy, ln) + } + + return json.Marshal(&v) +} diff --git a/vendor/src/github.com/prometheus/alertmanager/dispatch/route_test.go b/vendor/src/github.com/prometheus/alertmanager/dispatch/route_test.go new file mode 100644 index 0000000..850ae27 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/dispatch/route_test.go @@ -0,0 +1,240 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package dispatch + +import ( + "reflect" + "testing" + "time" + + "github.com/prometheus/common/model" + "gopkg.in/yaml.v2" + + "github.com/prometheus/alertmanager/config" +) + +func TestRouteMatch(t *testing.T) { + in := ` +receiver: 'notify-def' + +routes: +- match: + owner: 'team-A' + + receiver: 'notify-A' + + routes: + - match: + env: 'testing' + + receiver: 'notify-testing' + group_by: [] + + - match: + env: "production" + + receiver: 'notify-productionA' + group_wait: 1m + + continue: true + + - match_re: + env: "produ.*" + + receiver: 'notify-productionB' + group_wait: 30s + group_interval: 5m + repeat_interval: 1h + group_by: ['job'] + + +- match_re: + owner: 'team-(B|C)' + + group_by: ['foo', 'bar'] + group_wait: 2m + receiver: 'notify-BC' + +- match: + group_by: 'role' + group_by: ['role'] + + routes: + - match: + env: 'testing' + receiver: 'notify-testing' + routes: + - match: + wait: 'long' + group_wait: 2m +` + + var ctree config.Route + if err := yaml.Unmarshal([]byte(in), &ctree); err != nil { + t.Fatal(err) + } + var ( + def = DefaultRouteOpts + tree = NewRoute(&ctree, nil) + ) + lset := func(labels ...string) map[model.LabelName]struct{} { + s := map[model.LabelName]struct{}{} + for _, ls := range labels { + s[model.LabelName(ls)] = struct{}{} + } + return s + } + + tests := []struct { + input model.LabelSet + result []*RouteOpts + }{ + { + input: model.LabelSet{ + "owner": "team-A", + }, + result: []*RouteOpts{ + { + Receiver: "notify-A", + GroupBy: def.GroupBy, + GroupWait: def.GroupWait, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + }, + }, + { + input: model.LabelSet{ + "owner": "team-A", + "env": "unset", + }, + result: []*RouteOpts{ + { + Receiver: "notify-A", + GroupBy: def.GroupBy, + GroupWait: def.GroupWait, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + }, + }, + { + input: model.LabelSet{ + "owner": "team-C", + }, + result: []*RouteOpts{ + { + Receiver: "notify-BC", + GroupBy: lset("foo", "bar"), + GroupWait: 2 * time.Minute, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + }, + }, + { + input: model.LabelSet{ + "owner": "team-A", + "env": "testing", + }, + result: []*RouteOpts{ + { + Receiver: "notify-testing", + GroupBy: lset(), + GroupWait: def.GroupWait, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + }, + }, + { + input: model.LabelSet{ + "owner": "team-A", + "env": "production", + }, + result: []*RouteOpts{ + { + Receiver: "notify-productionA", + GroupBy: def.GroupBy, + GroupWait: 1 * time.Minute, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + { + Receiver: "notify-productionB", + GroupBy: lset("job"), + GroupWait: 30 * time.Second, + GroupInterval: 5 * time.Minute, + RepeatInterval: 1 * time.Hour, + }, + }, + }, + { + input: model.LabelSet{ + "group_by": "role", + }, + result: []*RouteOpts{ + { + Receiver: "notify-def", + GroupBy: lset("role"), + GroupWait: def.GroupWait, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + }, + }, + { + input: model.LabelSet{ + "env": "testing", + "group_by": "role", + }, + result: []*RouteOpts{ + { + Receiver: "notify-testing", + GroupBy: lset("role"), + GroupWait: def.GroupWait, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + }, + }, + { + input: model.LabelSet{ + "env": "testing", + "group_by": "role", + "wait": "long", + }, + result: []*RouteOpts{ + { + Receiver: "notify-testing", + GroupBy: lset("role"), + GroupWait: 2 * time.Minute, + GroupInterval: def.GroupInterval, + RepeatInterval: def.RepeatInterval, + }, + }, + }, + } + + for _, test := range tests { + var matches []*RouteOpts + for _, r := range tree.Match(test.input) { + matches = append(matches, &r.RouteOpts) + } + + if !reflect.DeepEqual(matches, test.result) { + t.Errorf("\nexpected:\n%v\ngot:\n%v", test.result, matches) + } + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/doc/arch.jpg b/vendor/src/github.com/prometheus/alertmanager/doc/arch.jpg new file mode 100644 index 0000000000000000000000000000000000000000..311a3300fd8427d890dd5acfbecbffdb3e3c75c5 GIT binary patch literal 359992 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ėOGt01U>_#-*(Af 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 + +- name: 'team-Y-mails' + email_configs: + - to: 'team-Y+alerts@example.org' + +- name: 'team-Y-pager' + pagerduty_configs: + - service_key: + +- name: 'team-DB-pager' + pagerduty_configs: + - service_key: +- name: 'team-X-hipchat' + hipchat_configs: + - auth_token: + room_id: 85 + message_format: html + notify: true diff --git a/vendor/src/github.com/prometheus/alertmanager/examples/ha/send_alerts.sh b/vendor/src/github.com/prometheus/alertmanager/examples/ha/send_alerts.sh new file mode 100755 index 0000000..5073553 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/examples/ha/send_alerts.sh @@ -0,0 +1,40 @@ +alerts1='[ + { + "labels": { + "alertname": "DiskRunningFull", + "dev": "sda1", + "instance": "example1" + } + }, + { + "labels": { + "alertname": "DiskRunningFull", + "dev": "sda2", + "instance": "example1" + } + }, + { + "labels": { + "alertname": "DiskRunningFull", + "dev": "sda1", + "instance": "example2" + } + }, + { + "labels": { + "alertname": "DiskRunningFull", + "dev": "sdb2", + "instance": "example2" + } + }, + { + "labels": { + "alertname": "DiskRunningFull", + "dev": "sda1", + "instance": "example3" + } + } +]' +curl -XPOST -d"$alerts1" http://localhost:9093/api/v1/alerts +curl -XPOST -d"$alerts1" http://localhost:9094/api/v1/alerts +curl -XPOST -d"$alerts1" http://localhost:9095/api/v1/alerts diff --git a/vendor/src/github.com/prometheus/alertmanager/examples/webhook/echo.go b/vendor/src/github.com/prometheus/alertmanager/examples/webhook/echo.go new file mode 100644 index 0000000..43ccf1b --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/examples/webhook/echo.go @@ -0,0 +1,24 @@ +package main + +import ( + "bytes" + "encoding/json" + "fmt" + "io/ioutil" + "net/http" +) + +func main() { + http.ListenAndServe(":5001", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + b, err := ioutil.ReadAll(r.Body) + if err != nil { + panic(err) + } + defer r.Body.Close() + var buf bytes.Buffer + if err := json.Indent(&buf, b, " >", " "); err != nil { + panic(err) + } + fmt.Println(buf.String()) + })) +} diff --git a/vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit.go b/vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit.go new file mode 100644 index 0000000..fe50a0f --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit.go @@ -0,0 +1,224 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package inhibit + +import ( + "sync" + "time" + + "github.com/prometheus/common/log" + "github.com/prometheus/common/model" + + "github.com/prometheus/alertmanager/config" + "github.com/prometheus/alertmanager/provider" + "github.com/prometheus/alertmanager/types" +) + +// An Inhibitor determines whether a given label set is muted +// based on the currently active alerts and a set of inhibition rules. +type Inhibitor struct { + alerts provider.Alerts + rules []*InhibitRule + marker types.Marker + + mtx sync.RWMutex + stopc chan struct{} +} + +// NewInhibitor returns a new Inhibitor. +func NewInhibitor(ap provider.Alerts, rs []*config.InhibitRule, mk types.Marker) *Inhibitor { + ih := &Inhibitor{ + alerts: ap, + marker: mk, + } + for _, cr := range rs { + r := NewInhibitRule(cr) + ih.rules = append(ih.rules, r) + } + return ih +} + +func (ih *Inhibitor) runGC() { + for { + select { + case <-time.After(15 * time.Minute): + for _, r := range ih.rules { + r.gc() + } + case <-ih.stopc: + return + } + } +} + +// Run the Inihibitor's background processing. +func (ih *Inhibitor) Run() { + ih.mtx.Lock() + ih.stopc = make(chan struct{}) + ih.mtx.Unlock() + + go ih.runGC() + + it := ih.alerts.Subscribe() + defer it.Close() + + for { + select { + case <-ih.stopc: + return + case a := <-it.Next(): + if err := it.Err(); err != nil { + log.Errorf("Error iterating alerts: %s", err) + continue + } + if a.Resolved() { + // As alerts can also time out without an update, we never + // handle new resolved alerts but invalidate the cache on read. + continue + } + // Populate the inhibition rules' cache. + for _, r := range ih.rules { + if r.SourceMatchers.Match(a.Labels) { + r.set(a) + } + } + } + } +} + +// Stop the Inhibitor's background processing. +func (ih *Inhibitor) Stop() { + if ih == nil { + return + } + ih.mtx.Lock() + defer ih.mtx.Unlock() + + if ih.stopc != nil { + close(ih.stopc) + ih.stopc = nil + } +} + +// Mutes returns true iff the given label set is muted. +func (ih *Inhibitor) Mutes(lset model.LabelSet) bool { + fp := lset.Fingerprint() + + for _, r := range ih.rules { + if r.TargetMatchers.Match(lset) && r.hasEqual(lset) { + ih.marker.SetInhibited(fp, true) + return true + } + } + ih.marker.SetInhibited(fp, false) + return false + +} + +// An InhibitRule specifies that a class of (source) alerts should inhibit +// notifications for another class of (target) alerts if all specified matching +// labels are equal between the two alerts. This may be used to inhibit alerts +// from sending notifications if their meaning is logically a subset of a +// higher-level alert. +type InhibitRule struct { + // The set of Filters which define the group of source alerts (which inhibit + // the target alerts). + SourceMatchers types.Matchers + // The set of Filters which define the group of target alerts (which are + // inhibited by the source alerts). + TargetMatchers types.Matchers + // A set of label names whose label values need to be identical in source and + // target alerts in order for the inhibition to take effect. + Equal map[model.LabelName]struct{} + + mtx sync.RWMutex + // Cache of alerts matching source labels. + scache map[model.Fingerprint]*types.Alert +} + +// NewInhibitRule returns a new InihibtRule based on a configuration definition. +func NewInhibitRule(cr *config.InhibitRule) *InhibitRule { + var ( + sourcem types.Matchers + targetm types.Matchers + ) + + for ln, lv := range cr.SourceMatch { + sourcem = append(sourcem, types.NewMatcher(model.LabelName(ln), lv)) + } + for ln, lv := range cr.SourceMatchRE { + sourcem = append(sourcem, types.NewRegexMatcher(model.LabelName(ln), lv.Regexp)) + } + + for ln, lv := range cr.TargetMatch { + targetm = append(targetm, types.NewMatcher(model.LabelName(ln), lv)) + } + for ln, lv := range cr.TargetMatchRE { + targetm = append(targetm, types.NewRegexMatcher(model.LabelName(ln), lv.Regexp)) + } + + equal := map[model.LabelName]struct{}{} + for _, ln := range cr.Equal { + equal[ln] = struct{}{} + } + + return &InhibitRule{ + SourceMatchers: sourcem, + TargetMatchers: targetm, + Equal: equal, + scache: map[model.Fingerprint]*types.Alert{}, + } +} + +// set the alert in the source cache. +func (r *InhibitRule) set(a *types.Alert) { + r.mtx.Lock() + defer r.mtx.Unlock() + + r.scache[a.Fingerprint()] = a +} + +// hasEqual checks whether the source cache contains alerts matching +// the equal labels for the given label set. +func (r *InhibitRule) hasEqual(lset model.LabelSet) bool { + r.mtx.RLock() + defer r.mtx.RUnlock() + +Outer: + for _, a := range r.scache { + // The cache might be stale and contain resolved alerts. + if a.Resolved() { + continue + } + for n := range r.Equal { + if a.Labels[n] != lset[n] { + continue Outer + } + } + return true + } + return false +} + +// gc clears out resolved alerts from the source cache. +func (r *InhibitRule) gc() { + r.mtx.Lock() + defer r.mtx.Unlock() + + for fp, a := range r.scache { + if a.Resolved() { + delete(r.scache, fp) + } + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit_test.go b/vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit_test.go new file mode 100644 index 0000000..fee66a7 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/inhibit/inhibit_test.go @@ -0,0 +1,168 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package inhibit + +import ( + "reflect" + "testing" + "time" + + "github.com/kylelemons/godebug/pretty" + "github.com/prometheus/alertmanager/types" + "github.com/prometheus/common/model" +) + +func TestInhibitRuleHasEqual(t *testing.T) { + now := time.Now() + cases := []struct { + initial map[model.Fingerprint]*types.Alert + equal model.LabelNames + input model.LabelSet + result bool + }{ + { + // No source alerts at all. + initial: map[model.Fingerprint]*types.Alert{}, + input: model.LabelSet{"a": "b"}, + result: false, + }, + { + // No equal labels, any source alerts satisfies the requirement. + initial: map[model.Fingerprint]*types.Alert{1: &types.Alert{}}, + input: model.LabelSet{"a": "b"}, + result: true, + }, + { + // Matching but already resolved. + initial: map[model.Fingerprint]*types.Alert{ + 1: &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{"a": "b", "b": "f"}, + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(-time.Second), + }, + }, + 2: &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{"a": "b", "b": "c"}, + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(-time.Second), + }, + }, + }, + equal: model.LabelNames{"a", "b"}, + input: model.LabelSet{"a": "b", "b": "c"}, + result: false, + }, + { + // Matching but already resolved. + initial: map[model.Fingerprint]*types.Alert{ + 1: &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{"a": "b", "c": "d"}, + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(-time.Second), + }, + }, + 2: &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{"a": "b", "c": "f"}, + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(-time.Second), + }, + }, + }, + equal: model.LabelNames{"a"}, + input: model.LabelSet{"a": "b"}, + result: false, + }, + { + // Equal label does not match. + initial: map[model.Fingerprint]*types.Alert{ + 1: &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{"a": "c", "c": "d"}, + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(-time.Second), + }, + }, + 2: &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{"a": "c", "c": "f"}, + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(-time.Second), + }, + }, + }, + equal: model.LabelNames{"a"}, + input: model.LabelSet{"a": "b"}, + result: false, + }, + } + + for _, c := range cases { + r := &InhibitRule{ + Equal: map[model.LabelName]struct{}{}, + scache: map[model.Fingerprint]*types.Alert{}, + } + for _, ln := range c.equal { + r.Equal[ln] = struct{}{} + } + for k, v := range c.initial { + r.scache[k] = v + } + + if have := r.hasEqual(c.input); have != c.result { + t.Errorf("Unexpected result %t, expected %t", have, c.result) + } + if !reflect.DeepEqual(r.scache, c.initial) { + t.Errorf("Cache state unexpectedly changed") + t.Errorf(pretty.Compare(r.scache, c.initial)) + } + } +} + +func TestInhibitRuleGC(t *testing.T) { + // TODO(fabxc): add now() injection function to Resolved() to remove + // dependency on machine time in this test. + now := time.Now() + newAlert := func(start, end time.Duration) *types.Alert { + return &types.Alert{ + Alert: model.Alert{ + Labels: model.LabelSet{"a": "b"}, + StartsAt: now.Add(start * time.Minute), + EndsAt: now.Add(end * time.Minute), + }, + } + } + + before := map[model.Fingerprint]*types.Alert{ + 0: newAlert(-10, -5), + 1: newAlert(10, 20), + 2: newAlert(-10, 10), + 3: newAlert(-10, -1), + } + after := map[model.Fingerprint]*types.Alert{ + 1: newAlert(10, 20), + 2: newAlert(-10, 10), + } + + r := &InhibitRule{scache: before} + r.gc() + + if !reflect.DeepEqual(r.scache, after) { + t.Errorf("Unexpected cache state after GC") + t.Errorf(pretty.Compare(r.scache, after)) + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/nflog/nflog.go b/vendor/src/github.com/prometheus/alertmanager/nflog/nflog.go new file mode 100644 index 0000000..07e37fa --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/nflog/nflog.go @@ -0,0 +1,604 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package nflog implements a garbage-collected and snapshottable append-only log of +// active/resolved notifications. Each log entry stores the active/resolved state, +// the notified receiver, and a hash digest of the notification's identifying contents. +// The log can be queried along different paramters. +package nflog + +import ( + "bytes" + "errors" + "fmt" + "io" + "math/rand" + "os" + "sync" + "time" + + "github.com/golang/protobuf/ptypes" + "github.com/matttproud/golang_protobuf_extensions/pbutil" + pb "github.com/prometheus/alertmanager/nflog/nflogpb" + "github.com/prometheus/common/log" + "github.com/weaveworks/mesh" +) + +// ErrNotFound is returned for empty query results. +var ErrNotFound = errors.New("not found") + +// Log stores and serves information about notifications +// about byte-slice addressed alert objects to different receivers. +type Log interface { + // The Log* methods store a notification log entry for + // a fully qualified receiver and a given IDs identifying the + // alert object. + LogActive(r *pb.Receiver, key, hash []byte) error + LogResolved(r *pb.Receiver, key, hash []byte) error + + // Query the log along the given Paramteres. + // + // TODO(fabxc): + // - extend the interface by a `QueryOne` method? + // - return an iterator rather than a materialized list? + Query(p ...QueryParam) ([]*pb.Entry, error) + + // Snapshot the current log state and return the number + // of bytes written. + Snapshot(w io.Writer) (int, error) + // GC removes expired entries from the log. It returns + // the total number of deleted entries. + GC() (int, error) +} + +// query currently allows filtering by and/or receiver group key. +// It is configured via QueryParameter functions. +// +// TODO(fabxc): Future versions could allow querying a certain receiver +// group or a given time interval. +type query struct { + recv *pb.Receiver + groupKey []byte +} + +// QueryParam is a function that modifies a query to incorporate +// a set of parameters. Returns an error for invalid or conflicting +// parameters. +type QueryParam func(*query) error + +// QReceiver adds a receiver parameter to a query. +func QReceiver(r *pb.Receiver) QueryParam { + return func(q *query) error { + q.recv = r + return nil + } +} + +// QGroupKey adds a group key as querying argument. +func QGroupKey(gk []byte) QueryParam { + return func(q *query) error { + q.groupKey = gk + return nil + } +} + +type nlog struct { + logger log.Logger + now func() time.Time + retention time.Duration + + runInterval time.Duration + snapf string + stopc chan struct{} + done func() + + gossip mesh.Gossip // gossip channel for sharing log state. + + // For now we only store the most recently added log entry. + // The key is a serialized concatenation of group key and receiver. + // Currently our memory state is equivalent to the mesh.GossipData + // representation. This may change in the future as we support history + // and indexing. + mtx sync.RWMutex + st gossipData +} + +// Option configures a new Log implementation. +type Option func(*nlog) error + +// WithMesh registers the log with a mesh network with which +// the log state will be shared. +func WithMesh(create func(g mesh.Gossiper) mesh.Gossip) Option { + return func(l *nlog) error { + l.gossip = create(l) + return nil + } +} + +// WithRetention sets the retention time for log st. +func WithRetention(d time.Duration) Option { + return func(l *nlog) error { + l.retention = d + return nil + } +} + +// WithNow overwrites the function used to retrieve a timestamp +// for the current point in time. +// This is generally useful for injection during tests. +func WithNow(f func() time.Time) Option { + return func(l *nlog) error { + l.now = f + return nil + } +} + +// WithLogger configures a logger for the notification log. +func WithLogger(logger log.Logger) Option { + return func(l *nlog) error { + l.logger = logger + return nil + } +} + +// WithMaintenance configures the Log to run garbage collection +// and snapshotting, if configured, at the given interval. +// +// The maintenance terminates on receiving from the provided channel. +// The done function is called after the final snapshot was completed. +func WithMaintenance(d time.Duration, stopc chan struct{}, done func()) Option { + return func(l *nlog) error { + if d == 0 { + return fmt.Errorf("maintenance interval must not be 0") + } + l.runInterval = d + l.stopc = stopc + l.done = done + return nil + } +} + +// WithSnapshot configures the log to be initialized from a given snapshot file. +// If maintenance is configured, a snapshot will be saved periodically and on +// shutdown as well. +func WithSnapshot(sf string) Option { + return func(l *nlog) error { + l.snapf = sf + return nil + } +} + +func utcNow() time.Time { + return time.Now().UTC() +} + +// New creates a new notification log based on the provided options. +// The snapshot is loaded into the Log if it is set. +func New(opts ...Option) (Log, error) { + l := &nlog{ + logger: log.NewNopLogger(), + now: utcNow, + st: map[string]*pb.MeshEntry{}, + } + for _, o := range opts { + if err := o(l); err != nil { + return nil, err + } + } + if l.snapf != "" { + if f, err := os.Open(l.snapf); !os.IsNotExist(err) { + if err != nil { + return l, err + } + defer f.Close() + + if err := l.loadSnapshot(f); err != nil { + return l, err + } + } + } + go l.run() + + return l, nil +} + +// run periodic background maintenance. +func (l *nlog) run() { + if l.runInterval == 0 || l.stopc == nil { + return + } + t := time.NewTicker(l.runInterval) + defer t.Stop() + + if l.done != nil { + defer l.done() + } + + f := func() error { + start := l.now() + l.logger.Info("running maintenance") + defer l.logger.With("duration", l.now().Sub(start)).Info("maintenance done") + + if _, err := l.GC(); err != nil { + return err + } + if l.snapf == "" { + return nil + } + f, err := openReplace(l.snapf) + if err != nil { + return err + } + // TODO(fabxc): potentially expose snapshot size in log message. + if _, err := l.Snapshot(f); err != nil { + return err + } + return f.Close() + } + +Loop: + for { + select { + case <-l.stopc: + break Loop + case <-t.C: + if err := f(); err != nil { + l.logger.With("err", err).Error("running maintenance failed") + } + } + } + // No need to run final maintenance if we don't want to snapshot. + if l.snapf == "" { + return + } + if err := f(); err != nil { + l.logger.With("err", err).Error("creating shutdown snapshot failed") + } +} + +// LogActive implements the Log interface. +func (l *nlog) LogActive(r *pb.Receiver, key, hash []byte) error { + return l.log(r, key, hash, false) +} + +// LogResolved implements the Log interface. +func (l *nlog) LogResolved(r *pb.Receiver, key, hash []byte) error { + return l.log(r, key, hash, true) +} + +// stateKey returns a string key for a log entry consisting of the group key +// and receiver. +func stateKey(k []byte, r *pb.Receiver) string { + return fmt.Sprintf("%s:%s", k, r) +} + +func (l *nlog) log(r *pb.Receiver, gkey, ghash []byte, resolved bool) error { + // Write all st with the same timestamp. + now := l.now() + key := stateKey(gkey, r) + + l.mtx.Lock() + defer l.mtx.Unlock() + + if prevle, ok := l.st[key]; ok { + // Entry already exists, only overwrite if timestamp is newer. + // This may with raciness or clock-drift across AM nodes. + prevts, err := ptypes.Timestamp(prevle.Entry.Timestamp) + if err != nil { + return err + } + if prevts.After(now) { + return nil + } + } + + ts, err := ptypes.TimestampProto(now) + if err != nil { + return err + } + expts, err := ptypes.TimestampProto(now.Add(l.retention)) + if err != nil { + return err + } + + e := &pb.MeshEntry{ + Entry: &pb.Entry{ + Receiver: r, + GroupKey: gkey, + GroupHash: ghash, + Resolved: resolved, + Timestamp: ts, + }, + ExpiresAt: expts, + } + l.gossip.GossipBroadcast(gossipData{ + key: e, + }) + l.st[key] = e + + return nil +} + +// GC implements the Log interface. +func (l *nlog) GC() (int, error) { + now := l.now() + var n int + + l.mtx.Lock() + defer l.mtx.Unlock() + + for k, le := range l.st { + if ets, err := ptypes.Timestamp(le.ExpiresAt); err != nil { + return n, err + } else if !ets.After(now) { + delete(l.st, k) + n++ + } + } + + return n, nil +} + +// Query implements the Log interface. +func (l *nlog) Query(params ...QueryParam) ([]*pb.Entry, error) { + q := &query{} + for _, p := range params { + if err := p(q); err != nil { + return nil, err + } + } + // TODO(fabxc): For now our only query mode is the most recent entry for a + // receiver/group_key combination. + if q.recv == nil || q.groupKey == nil { + // TODO(fabxc): allow more complex queries in the future. + // How to enable pagination? + return nil, errors.New("no query parameters specified") + } + + l.mtx.RLock() + defer l.mtx.RUnlock() + + if le, ok := l.st[stateKey(q.groupKey, q.recv)]; ok { + return []*pb.Entry{le.Entry}, nil + } + return nil, ErrNotFound +} + +// loadSnapshot loads a snapshot generated by Snapshot() into the state. +func (l *nlog) loadSnapshot(r io.Reader) error { + l.mtx.Lock() + defer l.mtx.Unlock() + + st := gossipData{} + + for { + var e pb.MeshEntry + if _, err := pbutil.ReadDelimited(r, &e); err != nil { + if err == io.EOF { + break + } + return err + } + st[stateKey(e.Entry.GroupKey, e.Entry.Receiver)] = &e + } + l.st = st + + return nil +} + +// Snapshot implements the Log interface. +func (l *nlog) Snapshot(w io.Writer) (int, error) { + l.mtx.RLock() + defer l.mtx.RUnlock() + + var n int + for _, e := range l.st { + m, err := pbutil.WriteDelimited(w, e) + if err != nil { + return n + m, err + } + n += m + } + return n, nil +} + +// Gossip implements the mesh.Gossiper interface. +func (l *nlog) Gossip() mesh.GossipData { + l.mtx.RLock() + defer l.mtx.RUnlock() + + gd := make(gossipData, len(l.st)) + for k, v := range l.st { + gd[k] = v + } + return gd +} + +// OnGossip implements the mesh.Gossiper interface. +func (l *nlog) OnGossip(msg []byte) (mesh.GossipData, error) { + gd, err := decodeGossipData(msg) + if err != nil { + return nil, err + } + l.mtx.Lock() + defer l.mtx.Unlock() + + if delta := l.st.mergeDelta(gd); len(delta) > 0 { + return delta, nil + } + return nil, nil +} + +// OnGossipBroadcast implements the mesh.Gossiper interface. +func (l *nlog) OnGossipBroadcast(src mesh.PeerName, msg []byte) (mesh.GossipData, error) { + gd, err := decodeGossipData(msg) + if err != nil { + return nil, err + } + l.mtx.Lock() + defer l.mtx.Unlock() + + return l.st.mergeDelta(gd), nil +} + +// OnGossipUnicast implements the mesh.Gossiper interface. +func (l *nlog) OnGossipUnicast(src mesh.PeerName, msg []byte) error { + panic("not implemented") +} + +// gossipData is a representation of the current log state that +// implements the mesh.GossipData interface. +type gossipData map[string]*pb.MeshEntry + +func decodeGossipData(msg []byte) (gossipData, error) { + gd := gossipData{} + rd := bytes.NewReader(msg) + + for { + var e pb.MeshEntry + if _, err := pbutil.ReadDelimited(rd, &e); err != nil { + if err == io.EOF { + break + } + return gd, err + } + gd[stateKey(e.Entry.GroupKey, e.Entry.Receiver)] = &e + } + + return gd, nil +} + +// Encode implements the mesh.GossipData interface. +func (gd gossipData) Encode() [][]byte { + // Split into sub-messages of ~1MB. + const maxSize = 1024 * 1024 + + var ( + buf bytes.Buffer + res [][]byte + n int + ) + for _, e := range gd { + m, err := pbutil.WriteDelimited(&buf, e) + n += m + if err != nil { + // TODO(fabxc): log error and skip entry. Or can this really not happen with a bytes.Buffer? + panic(err) + } + if n > maxSize { + res = append(res, buf.Bytes()) + buf = bytes.Buffer{} + } + } + if buf.Len() > 0 { + res = append(res, buf.Bytes()) + } + return res +} + +func (gd gossipData) clone() gossipData { + res := make(gossipData, len(gd)) + for k, e := range gd { + res[k] = e + } + return res +} + +// Merge the notification set with gossip data and return a new notification +// state. +// TODO(fabxc): can we just return the receiver. Does it have to remain +// unmodified. Needs to be clarified upstream. +func (gd gossipData) Merge(other mesh.GossipData) mesh.GossipData { + for k, e := range other.(gossipData) { + prev, ok := gd[k] + if !ok { + gd[k] = e + continue + } + pts, err := ptypes.Timestamp(prev.Entry.Timestamp) + if err != nil { + // TODO(fabxc): log error and skip entry. What can actually error here? + panic(err) + } + ets, err := ptypes.Timestamp(e.Entry.Timestamp) + if err != nil { + // TODO(fabxc): see above. + panic(err) + } + if pts.Before(ets) { + gd[k] = e + } + } + return gd +} + +// mergeDelta behaves like Merge but returns a gossipData only containing +// things that have changed. +func (gd gossipData) mergeDelta(od gossipData) gossipData { + delta := gossipData{} + for k, e := range od { + prev, ok := gd[k] + if !ok { + gd[k] = e + delta[k] = e + continue + } + pts, err := ptypes.Timestamp(prev.Entry.Timestamp) + if err != nil { + // TODO(fabxc): log error and skip entry. What can actually error here? + panic(err) + } + ets, err := ptypes.Timestamp(e.Entry.Timestamp) + if err != nil { + // TODO(fabxc): see above. + panic(err) + } + if pts.Before(ets) { + gd[k] = e + delta[k] = e + } + } + return delta +} + +// replaceFile wraps a file that is moved to another filename on closing. +type replaceFile struct { + *os.File + filename string +} + +func (f *replaceFile) Close() error { + if err := f.File.Sync(); err != nil { + return err + } + if err := f.File.Close(); err != nil { + return err + } + return os.Rename(f.File.Name(), f.filename) +} + +// openReplace opens a new temporary file that is moved to filename on closing. +func openReplace(filename string) (*replaceFile, error) { + tmpFilename := fmt.Sprintf("%s.%x", filename, uint64(rand.Int63())) + + f, err := os.Create(tmpFilename) + if err != nil { + return nil, err + } + + rf := &replaceFile{ + File: f, + filename: filename, + } + return rf, nil +} diff --git a/vendor/src/github.com/prometheus/alertmanager/nflog/nflog_test.go b/vendor/src/github.com/prometheus/alertmanager/nflog/nflog_test.go new file mode 100644 index 0000000..4886a4f --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/nflog/nflog_test.go @@ -0,0 +1,280 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package nflog + +import ( + "io/ioutil" + "os" + "path/filepath" + "testing" + "time" + + "github.com/golang/protobuf/ptypes" + "github.com/golang/protobuf/ptypes/timestamp" + pb "github.com/prometheus/alertmanager/nflog/nflogpb" + "github.com/stretchr/testify/require" +) + +func TestNlogGC(t *testing.T) { + now := utcNow() + // We only care about key names and expiration timestamps. + newEntry := func(ts time.Time) *pb.MeshEntry { + return &pb.MeshEntry{ + ExpiresAt: mustTimestampProto(ts), + } + } + + l := &nlog{ + st: gossipData{ + "a1": newEntry(now), + "a2": newEntry(now.Add(time.Second)), + "a3": newEntry(now.Add(-time.Second)), + }, + now: func() time.Time { return now }, + } + n, err := l.GC() + require.NoError(t, err, "unexpected error in garbage collection") + require.Equal(t, 2, n, "unexpected number of removed entries") + + expected := gossipData{ + "a2": newEntry(now.Add(time.Second)), + } + require.Equal(t, l.st, expected, "unepexcted state after garbage collection") +} + +func TestNlogSnapshot(t *testing.T) { + // Check whether storing and loading the snapshot is symmetric. + now := utcNow() + + cases := []struct { + entries []*pb.MeshEntry + }{ + { + entries: []*pb.MeshEntry{ + { + Entry: &pb.Entry{ + GroupKey: []byte("d8e8fca2dc0f896fd7cb4cb0031ba249"), + Receiver: &pb.Receiver{GroupName: "abc", Integration: "test1", Idx: 1}, + GroupHash: []byte("126a8a51b9d1bbd07fddc65819a542c3"), + Resolved: false, + Timestamp: mustTimestampProto(now), + }, + ExpiresAt: mustTimestampProto(now), + }, { + Entry: &pb.Entry{ + GroupKey: []byte("d8e8fca2dc0f8abce7cb4cb0031ba249"), + Receiver: &pb.Receiver{GroupName: "def", Integration: "test2", Idx: 29}, + GroupHash: []byte("122c2331b9d1bbd07fddc65819a542c3"), + Resolved: true, + Timestamp: mustTimestampProto(now), + }, + ExpiresAt: mustTimestampProto(now), + }, { + Entry: &pb.Entry{ + GroupKey: []byte("aaaaaca2dc0f896fd7cb4cb0031ba249"), + Receiver: &pb.Receiver{GroupName: "ghi", Integration: "test3", Idx: 0}, + GroupHash: []byte("126a8a51b9d1bbd07fddc6e3e3e542c3"), + Resolved: false, + Timestamp: mustTimestampProto(now), + }, + ExpiresAt: mustTimestampProto(now), + }, + }, + }, + } + + for _, c := range cases { + f, err := ioutil.TempFile("", "snapshot") + require.NoError(t, err, "creating temp file failed") + + l1 := &nlog{st: gossipData{}} + // Setup internal state manually. + for _, e := range c.entries { + l1.st[stateKey(e.Entry.GroupKey, e.Entry.Receiver)] = e + } + _, err = l1.Snapshot(f) + require.NoError(t, err, "creating snapshot failed") + + require.NoError(t, f.Close(), "closing snapshot file failed") + + f, err = os.Open(f.Name()) + require.NoError(t, err, "opening snapshot file failed") + + // Check again against new nlog instance. + l2 := &nlog{} + err = l2.loadSnapshot(f) + require.NoError(t, err, "error loading snapshot") + require.Equal(t, l1.st, l2.st, "state after loading snapshot did not match snapshotted state") + + require.NoError(t, f.Close(), "closing snapshot file failed") + } +} + +func TestReplaceFile(t *testing.T) { + dir, err := ioutil.TempDir("", "replace_file") + require.NoError(t, err, "creating temp dir failed") + + origFilename := filepath.Join(dir, "testfile") + + of, err := os.Create(origFilename) + require.NoError(t, err, "creating file failed") + + nf, err := openReplace(origFilename) + require.NoError(t, err, "opening replacement file failed") + + _, err = nf.Write([]byte("test")) + require.NoError(t, err, "writing replace file failed") + + require.NotEqual(t, nf.Name(), of.Name(), "replacement file must have different name while editing") + require.NoError(t, nf.Close(), "closing replacement file failed") + require.NoError(t, of.Close(), "closing original file failed") + + ofr, err := os.Open(origFilename) + require.NoError(t, err, "opening original file failed") + defer ofr.Close() + + res, err := ioutil.ReadAll(ofr) + require.NoError(t, err, "reading original file failed") + require.Equal(t, "test", string(res), "unexpected file contents") +} + +func TestGossipDataMerge(t *testing.T) { + now := utcNow() + + // We only care about key names and timestamps for the + // merging logic. + newEntry := func(ts time.Time) *pb.MeshEntry { + return &pb.MeshEntry{ + Entry: &pb.Entry{Timestamp: mustTimestampProto(ts)}, + } + } + cases := []struct { + a, b gossipData + final, delta gossipData + }{ + { + a: gossipData{ + "a1": newEntry(now), + "a2": newEntry(now), + "a3": newEntry(now), + }, + b: gossipData{ + "b1": newEntry(now), // new key, should be added + "a2": newEntry(now.Add(-time.Minute)), // older timestamp, should be dropped + "a3": newEntry(now.Add(time.Minute)), // newer timestamp, should overwrite + }, + final: gossipData{ + "a1": newEntry(now), + "a2": newEntry(now), + "a3": newEntry(now.Add(time.Minute)), + "b1": newEntry(now), + }, + delta: gossipData{ + "b1": newEntry(now), + "a3": newEntry(now.Add(time.Minute)), + }, + }, + } + + for _, c := range cases { + ca, cb := c.a.clone(), c.b.clone() + + res := ca.Merge(cb) + + require.Equal(t, c.final, res, "Merge result should match expectation") + require.Equal(t, c.final, ca, "Merge should apply changes to original state") + require.Equal(t, c.b, cb, "Merged state should remain unmodified") + + ca, cb = c.a.clone(), c.b.clone() + + delta := ca.mergeDelta(cb) + + require.Equal(t, c.delta, delta, "Merge delta should match expectation") + require.Equal(t, c.final, ca, "Merge should apply changes to original state") + require.Equal(t, c.b, cb, "Merged state should remain unmodified") + } +} + +func TestGossipDataCoding(t *testing.T) { + // Check whether encoding and decoding the data is symmetric. + now := utcNow() + + cases := []struct { + entries []*pb.MeshEntry + }{ + { + entries: []*pb.MeshEntry{ + { + Entry: &pb.Entry{ + GroupKey: []byte("d8e8fca2dc0f896fd7cb4cb0031ba249"), + Receiver: &pb.Receiver{GroupName: "abc", Integration: "test1", Idx: 1}, + GroupHash: []byte("126a8a51b9d1bbd07fddc65819a542c3"), + Resolved: false, + Timestamp: mustTimestampProto(now), + }, + ExpiresAt: mustTimestampProto(now), + }, { + Entry: &pb.Entry{ + GroupKey: []byte("d8e8fca2dc0f8abce7cb4cb0031ba249"), + Receiver: &pb.Receiver{GroupName: "def", Integration: "test2", Idx: 29}, + GroupHash: []byte("122c2331b9d1bbd07fddc65819a542c3"), + Resolved: true, + Timestamp: mustTimestampProto(now), + }, + ExpiresAt: mustTimestampProto(now), + }, { + Entry: &pb.Entry{ + GroupKey: []byte("aaaaaca2dc0f896fd7cb4cb0031ba249"), + Receiver: &pb.Receiver{GroupName: "ghi", Integration: "test3", Idx: 0}, + GroupHash: []byte("126a8a51b9d1bbd07fddc6e3e3e542c3"), + Resolved: false, + Timestamp: mustTimestampProto(now), + }, + ExpiresAt: mustTimestampProto(now), + }, + }, + }, + } + + for _, c := range cases { + // Create gossip data from input. + in := gossipData{} + for _, e := range c.entries { + in[stateKey(e.Entry.GroupKey, e.Entry.Receiver)] = e + } + msg := in.Encode() + require.Equal(t, 1, len(msg), "expected single message for input") + + out, err := decodeGossipData(msg[0]) + require.NoError(t, err, "decoding message failed") + + require.Equal(t, in, out, "decoded data doesn't match encoded data") + } +} + +func mustTimestamp(ts *timestamp.Timestamp) time.Time { + res, err := ptypes.Timestamp(ts) + if err != nil { + panic(err) + } + return res +} + +func mustTimestampProto(ts time.Time) *timestamp.Timestamp { + res, err := ptypes.TimestampProto(ts) + if err != nil { + panic(err) + } + return res +} diff --git a/vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.pb.go b/vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.pb.go new file mode 100644 index 0000000..09e1b07 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.pb.go @@ -0,0 +1,141 @@ +// Code generated by protoc-gen-go. +// source: nflog/nflogpb/nflog.proto +// DO NOT EDIT! + +/* +Package nflogpb is a generated protocol buffer package. + +It is generated from these files: + nflog/nflogpb/nflog.proto + +It has these top-level messages: + Receiver + Entry + MeshEntry +*/ +package nflogpb + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import google_protobuf "github.com/golang/protobuf/ptypes/timestamp" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type Receiver struct { + // Configured name of the receiver group. + GroupName string `protobuf:"bytes,1,opt,name=group_name,json=groupName" json:"group_name,omitempty"` + // Name of the integration of the receiver. + Integration string `protobuf:"bytes,2,opt,name=integration" json:"integration,omitempty"` + // Index of the receiver with respect to the integration. + // Every integration in a group may have 0..N configurations. + Idx uint32 `protobuf:"varint,3,opt,name=idx" json:"idx,omitempty"` +} + +func (m *Receiver) Reset() { *m = Receiver{} } +func (m *Receiver) String() string { return proto.CompactTextString(m) } +func (*Receiver) ProtoMessage() {} +func (*Receiver) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +// Entry holds information about a successful notification +// sent to a receiver. +type Entry struct { + // The key identifying the dispatching group. + GroupKey []byte `protobuf:"bytes,1,opt,name=group_key,json=groupKey,proto3" json:"group_key,omitempty"` + // The receiver that was notified. + Receiver *Receiver `protobuf:"bytes,2,opt,name=receiver" json:"receiver,omitempty"` + // Hash over the state of the group at notification time. + GroupHash []byte `protobuf:"bytes,3,opt,name=group_hash,json=groupHash,proto3" json:"group_hash,omitempty"` + // Whether the notification was about a resolved alert. + Resolved bool `protobuf:"varint,4,opt,name=resolved" json:"resolved,omitempty"` + // Timestamp of the succeeding notification. + Timestamp *google_protobuf.Timestamp `protobuf:"bytes,5,opt,name=timestamp" json:"timestamp,omitempty"` +} + +func (m *Entry) Reset() { *m = Entry{} } +func (m *Entry) String() string { return proto.CompactTextString(m) } +func (*Entry) ProtoMessage() {} +func (*Entry) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *Entry) GetReceiver() *Receiver { + if m != nil { + return m.Receiver + } + return nil +} + +func (m *Entry) GetTimestamp() *google_protobuf.Timestamp { + if m != nil { + return m.Timestamp + } + return nil +} + +// MeshEntry is a wrapper message to communicate a notify log +// entry through a mesh network. +type MeshEntry struct { + // The original raw notify log entry. + Entry *Entry `protobuf:"bytes,1,opt,name=entry" json:"entry,omitempty"` + // A timestamp indicating when the mesh peer should evict + // the log entry from its state. + ExpiresAt *google_protobuf.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt" json:"expires_at,omitempty"` +} + +func (m *MeshEntry) Reset() { *m = MeshEntry{} } +func (m *MeshEntry) String() string { return proto.CompactTextString(m) } +func (*MeshEntry) ProtoMessage() {} +func (*MeshEntry) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +func (m *MeshEntry) GetEntry() *Entry { + if m != nil { + return m.Entry + } + return nil +} + +func (m *MeshEntry) GetExpiresAt() *google_protobuf.Timestamp { + if m != nil { + return m.ExpiresAt + } + return nil +} + +func init() { + proto.RegisterType((*Receiver)(nil), "nflogpb.Receiver") + proto.RegisterType((*Entry)(nil), "nflogpb.Entry") + proto.RegisterType((*MeshEntry)(nil), "nflogpb.MeshEntry") +} + +func init() { proto.RegisterFile("nflog/nflogpb/nflog.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 299 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x4e, 0x83, 0x40, + 0x10, 0x4d, 0xad, 0x55, 0x98, 0x56, 0xa3, 0x7b, 0xc2, 0x1a, 0x63, 0xd3, 0x78, 0xf0, 0xe2, 0x36, + 0xa9, 0x17, 0x3d, 0x7a, 0x30, 0x31, 0x31, 0x7a, 0xd8, 0x78, 0x35, 0x04, 0xec, 0x14, 0x36, 0x02, + 0x4b, 0x96, 0x6d, 0x53, 0xfe, 0xd0, 0xcf, 0x12, 0x66, 0x17, 0xea, 0xc9, 0x0b, 0xcc, 0xbe, 0xf7, + 0x32, 0xef, 0xbd, 0x81, 0x8b, 0x62, 0x9d, 0xa9, 0x64, 0x41, 0xdf, 0x32, 0xb6, 0x7f, 0x5e, 0x6a, + 0x65, 0x14, 0x3b, 0x76, 0xe0, 0xf4, 0x3a, 0x51, 0x2a, 0xc9, 0x70, 0x41, 0x70, 0xbc, 0x59, 0x2f, + 0x8c, 0xcc, 0xb1, 0x32, 0x51, 0x5e, 0x5a, 0xe5, 0xfc, 0x13, 0x3c, 0x81, 0x5f, 0x28, 0xb7, 0xa8, + 0xd9, 0x15, 0x40, 0xa2, 0xd5, 0xa6, 0x0c, 0x8b, 0x28, 0xc7, 0x60, 0x30, 0x1b, 0xdc, 0xfa, 0xc2, + 0x27, 0xe4, 0xbd, 0x01, 0xd8, 0x0c, 0xc6, 0xb2, 0x30, 0x98, 0xe8, 0xc8, 0x48, 0x55, 0x04, 0x07, + 0xc4, 0xff, 0x85, 0xd8, 0x19, 0x0c, 0xe5, 0x6a, 0x17, 0x0c, 0x1b, 0xe6, 0x44, 0xb4, 0xe3, 0xfc, + 0x67, 0x00, 0xa3, 0xe7, 0xc2, 0xe8, 0x9a, 0x5d, 0x82, 0x5d, 0x15, 0x7e, 0x63, 0x4d, 0xbb, 0x27, + 0xc2, 0x23, 0xe0, 0x15, 0x6b, 0x76, 0x07, 0x9e, 0x76, 0x29, 0x68, 0xef, 0x78, 0x79, 0xce, 0x5d, + 0x05, 0xde, 0xc5, 0x13, 0xbd, 0x64, 0x1f, 0x34, 0x8d, 0xaa, 0x94, 0xec, 0x26, 0x2e, 0xe8, 0x4b, + 0x03, 0xb0, 0x69, 0xbb, 0xad, 0x52, 0xd9, 0x16, 0x57, 0xc1, 0x61, 0x43, 0x7a, 0xa2, 0x7f, 0xb3, + 0x07, 0xf0, 0xfb, 0x13, 0x04, 0x23, 0xb2, 0x9a, 0x72, 0x7b, 0x24, 0xde, 0x1d, 0x89, 0x7f, 0x74, + 0x0a, 0xb1, 0x17, 0xcf, 0x33, 0xf0, 0xdf, 0xb0, 0x4a, 0x6d, 0x9b, 0x1b, 0x18, 0x61, 0x3b, 0x50, + 0x93, 0xf1, 0xf2, 0xb4, 0x4f, 0x4b, 0xb4, 0xb0, 0x24, 0x7b, 0x04, 0xc0, 0x5d, 0x29, 0x1b, 0xf3, + 0x30, 0x32, 0xae, 0xd8, 0xbf, 0x6e, 0x4e, 0xfd, 0x64, 0xe2, 0x23, 0xa2, 0xef, 0x7f, 0x03, 0x00, + 0x00, 0xff, 0xff, 0xd7, 0x8e, 0x51, 0xb4, 0xe5, 0x01, 0x00, 0x00, +} diff --git a/vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.proto b/vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.proto new file mode 100644 index 0000000..30428ea --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/nflog/nflogpb/nflog.proto @@ -0,0 +1,40 @@ +syntax = "proto3"; + +package nflogpb; + +import "google/protobuf/timestamp.proto"; + +message Receiver { + // Configured name of the receiver group. + string group_name = 1; + // Name of the integration of the receiver. + string integration = 2; + // Index of the receiver with respect to the integration. + // Every integration in a group may have 0..N configurations. + uint32 idx = 3; +} + +// Entry holds information about a successful notification +// sent to a receiver. +message Entry { +// The key identifying the dispatching group. + bytes group_key = 1; + // The receiver that was notified. + Receiver receiver = 2; + // Hash over the state of the group at notification time. + bytes group_hash = 3; + // Whether the notification was about a resolved alert. + bool resolved = 4; + // Timestamp of the succeeding notification. + google.protobuf.Timestamp timestamp = 5; +} + +// MeshEntry is a wrapper message to communicate a notify log +// entry through a mesh network. +message MeshEntry { + // The original raw notify log entry. + Entry entry = 1; + // A timestamp indicating when the mesh peer should evict + // the log entry from its state. + google.protobuf.Timestamp expires_at = 2; +} diff --git a/vendor/src/github.com/prometheus/alertmanager/notify/impl.go b/vendor/src/github.com/prometheus/alertmanager/notify/impl.go new file mode 100644 index 0000000..c39dfff --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/notify/impl.go @@ -0,0 +1,982 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package notify + +import ( + "bytes" + "crypto/tls" + "encoding/json" + "errors" + "fmt" + "io" + "io/ioutil" + "mime" + "net" + "net/http" + "net/mail" + "net/smtp" + "net/url" + "strings" + "time" + + "github.com/prometheus/common/log" + "github.com/prometheus/common/model" + "golang.org/x/net/context" + "golang.org/x/net/context/ctxhttp" + + "github.com/prometheus/alertmanager/config" + "github.com/prometheus/alertmanager/template" + "github.com/prometheus/alertmanager/types" +) + +type notifierConfig interface { + SendResolved() bool +} + +// A Notifier notifies about alerts under constraints of the given context. +// It returns an error if unsuccessful and a flag whether the error is +// recoverable. This information is useful for a retry logic. +type Notifier interface { + Notify(context.Context, ...*types.Alert) (bool, error) +} + +// An Integration wraps a notifier and its config to be uniquely identified by +// name and index from its origin in the configuration. +type Integration struct { + notifier Notifier + conf notifierConfig + name string + idx int +} + +// Notify implements the Notifier interface. +func (i *Integration) Notify(ctx context.Context, alerts ...*types.Alert) (bool, error) { + var res []*types.Alert + + // Resolved alerts have to be filtered only at this point, because they need + // to end up unfiltered in the SetNotifiesStage. + if i.conf.SendResolved() { + res = alerts + } else { + for _, a := range alerts { + if a.Status() != model.AlertResolved { + res = append(res, a) + } + } + } + if len(res) == 0 { + return false, nil + } + + return i.notifier.Notify(ctx, alerts...) +} + +// BuildReceiverIntegrations builds a list of integration notifiers off of a +// receivers config. +func BuildReceiverIntegrations(nc *config.Receiver, tmpl *template.Template) []Integration { + var ( + integrations []Integration + add = func(name string, i int, n Notifier, nc notifierConfig) { + integrations = append(integrations, Integration{ + notifier: n, + conf: nc, + name: name, + idx: i, + }) + } + ) + + for i, c := range nc.WebhookConfigs { + n := NewWebhook(c, tmpl) + add("webhook", i, n, c) + } + for i, c := range nc.EmailConfigs { + n := NewEmail(c, tmpl) + add("email", i, n, c) + } + for i, c := range nc.PagerdutyConfigs { + n := NewPagerDuty(c, tmpl) + add("pagerduty", i, n, c) + } + for i, c := range nc.OpsGenieConfigs { + n := NewOpsGenie(c, tmpl) + add("opsgenie", i, n, c) + } + for i, c := range nc.SlackConfigs { + n := NewSlack(c, tmpl) + add("slack", i, n, c) + } + for i, c := range nc.HipchatConfigs { + n := NewHipchat(c, tmpl) + add("hipchat", i, n, c) + } + for i, c := range nc.VictorOpsConfigs { + n := NewVictorOps(c, tmpl) + add("victorops", i, n, c) + } + for i, c := range nc.PushoverConfigs { + n := NewPushover(c, tmpl) + add("pushover", i, n, c) + } + return integrations +} + +const contentTypeJSON = "application/json" + +// Webhook implements a Notifier for generic webhooks. +type Webhook struct { + // The URL to which notifications are sent. + URL string + tmpl *template.Template +} + +// NewWebhook returns a new Webhook. +func NewWebhook(conf *config.WebhookConfig, t *template.Template) *Webhook { + return &Webhook{URL: conf.URL, tmpl: t} +} + +// WebhookMessage defines the JSON object send to webhook endpoints. +type WebhookMessage struct { + *template.Data + + // The protocol version. + Version string `json:"version"` + GroupKey uint64 `json:"groupKey"` +} + +// Notify implements the Notifier interface. +func (w *Webhook) Notify(ctx context.Context, alerts ...*types.Alert) (bool, error) { + data := w.tmpl.Data(receiverName(ctx), groupLabels(ctx), alerts...) + + groupKey, ok := GroupKey(ctx) + if !ok { + log.Errorf("group key missing") + } + + msg := &WebhookMessage{ + Version: "3", + Data: data, + GroupKey: uint64(groupKey), + } + + var buf bytes.Buffer + if err := json.NewEncoder(&buf).Encode(msg); err != nil { + return false, err + } + + resp, err := ctxhttp.Post(ctx, http.DefaultClient, w.URL, contentTypeJSON, &buf) + if err != nil { + return true, err + } + resp.Body.Close() + + return w.retry(resp.StatusCode) +} + +func (w *Webhook) retry(statusCode int) (bool, error) { + // Webhooks are assumed to respond with 2xx response codes on a successful + // request and 5xx response codes are assumed to be recoverable. + if statusCode/100 != 2 { + return (statusCode/100 == 5), fmt.Errorf("unexpected status code %v from %s", statusCode, w.URL) + } + + return false, nil +} + +// Email implements a Notifier for email notifications. +type Email struct { + conf *config.EmailConfig + tmpl *template.Template +} + +// NewEmail returns a new Email notifier. +func NewEmail(c *config.EmailConfig, t *template.Template) *Email { + if _, ok := c.Headers["Subject"]; !ok { + c.Headers["Subject"] = config.DefaultEmailSubject + } + if _, ok := c.Headers["To"]; !ok { + c.Headers["To"] = c.To + } + if _, ok := c.Headers["From"]; !ok { + c.Headers["From"] = c.From + } + return &Email{conf: c, tmpl: t} +} + +// auth resolves a string of authentication mechanisms. +func (n *Email) auth(mechs string) (smtp.Auth, error) { + username := n.conf.AuthUsername + + for _, mech := range strings.Split(mechs, " ") { + switch mech { + case "CRAM-MD5": + secret := string(n.conf.AuthSecret) + if secret == "" { + continue + } + return smtp.CRAMMD5Auth(username, secret), nil + + case "PLAIN": + password := string(n.conf.AuthPassword) + if password == "" { + continue + } + identity := n.conf.AuthIdentity + + // We need to know the hostname for both auth and TLS. + host, _, err := net.SplitHostPort(n.conf.Smarthost) + if err != nil { + return nil, fmt.Errorf("invalid address: %s", err) + } + return smtp.PlainAuth(identity, username, password, host), nil + case "LOGIN": + password := string(n.conf.AuthPassword) + if password == "" { + continue + } + return LoginAuth(username, password), nil + } + } + return nil, nil +} + +// Notify implements the Notifier interface. +func (n *Email) Notify(ctx context.Context, as ...*types.Alert) (bool, error) { + // Connect to the SMTP smarthost. + c, err := smtp.Dial(n.conf.Smarthost) + if err != nil { + return true, err + } + defer c.Quit() + + // We need to know the hostname for both auth and TLS. + host, _, err := net.SplitHostPort(n.conf.Smarthost) + if err != nil { + return false, fmt.Errorf("invalid address: %s", err) + } + + // Global Config guarantees RequireTLS is not nil + if *n.conf.RequireTLS { + if ok, _ := c.Extension("STARTTLS"); !ok { + return true, fmt.Errorf("require_tls: true (default), but %q does not advertise the STARTTLS extension", n.conf.Smarthost) + } + tlsConf := &tls.Config{ServerName: host} + if err := c.StartTLS(tlsConf); err != nil { + return true, fmt.Errorf("starttls failed: %s", err) + } + } + + if ok, mech := c.Extension("AUTH"); ok { + auth, err := n.auth(mech) + if err != nil { + return true, err + } + if auth != nil { + if err := c.Auth(auth); err != nil { + return true, fmt.Errorf("%T failed: %s", auth, err) + } + } + } + + var ( + data = n.tmpl.Data(receiverName(ctx), groupLabels(ctx), as...) + tmpl = tmplText(n.tmpl, data, &err) + from = tmpl(n.conf.From) + to = tmpl(n.conf.To) + ) + if err != nil { + return false, err + } + + addrs, err := mail.ParseAddressList(from) + if err != nil { + return false, fmt.Errorf("parsing from addresses: %s", err) + } + if len(addrs) != 1 { + return false, fmt.Errorf("must be exactly one from address") + } + if err := c.Mail(addrs[0].Address); err != nil { + return true, fmt.Errorf("sending mail from: %s", err) + } + addrs, err = mail.ParseAddressList(to) + if err != nil { + return false, fmt.Errorf("parsing to addresses: %s", err) + } + for _, addr := range addrs { + if err := c.Rcpt(addr.Address); err != nil { + return true, fmt.Errorf("sending rcpt to: %s", err) + } + } + + // Send the email body. + wc, err := c.Data() + if err != nil { + return true, err + } + defer wc.Close() + + for header, t := range n.conf.Headers { + value, err := n.tmpl.ExecuteTextString(t, data) + if err != nil { + return false, fmt.Errorf("executing %q header template: %s", header, err) + } + fmt.Fprintf(wc, "%s: %s\r\n", header, mime.QEncoding.Encode("utf-8", value)) + } + + fmt.Fprintf(wc, "Content-Type: text/html; charset=UTF-8\r\n") + fmt.Fprintf(wc, "Date: %s\r\n", time.Now().Format(time.RFC1123Z)) + + // TODO: Add some useful headers here, such as URL of the alertmanager + // and active/resolved. + fmt.Fprintf(wc, "\r\n") + + // TODO(fabxc): do a multipart write that considers the plain template. + body, err := n.tmpl.ExecuteHTMLString(n.conf.HTML, data) + if err != nil { + return false, fmt.Errorf("executing email html template: %s", err) + } + _, err = io.WriteString(wc, body) + if err != nil { + return true, err + } + + return false, nil +} + +// PagerDuty implements a Notifier for PagerDuty notifications. +type PagerDuty struct { + conf *config.PagerdutyConfig + tmpl *template.Template +} + +// NewPagerDuty returns a new PagerDuty notifier. +func NewPagerDuty(c *config.PagerdutyConfig, t *template.Template) *PagerDuty { + return &PagerDuty{conf: c, tmpl: t} +} + +const ( + pagerDutyEventTrigger = "trigger" + pagerDutyEventResolve = "resolve" +) + +type pagerDutyMessage struct { + ServiceKey string `json:"service_key"` + IncidentKey model.Fingerprint `json:"incident_key"` + EventType string `json:"event_type"` + Description string `json:"description"` + Client string `json:"client,omitempty"` + ClientURL string `json:"client_url,omitempty"` + Details map[string]string `json:"details,omitempty"` +} + +// Notify implements the Notifier interface. +// +// http://developer.pagerduty.com/documentation/integration/events/trigger +func (n *PagerDuty) Notify(ctx context.Context, as ...*types.Alert) (bool, error) { + key, ok := GroupKey(ctx) + if !ok { + return false, fmt.Errorf("group key missing") + } + + var err error + var ( + alerts = types.Alerts(as...) + data = n.tmpl.Data(receiverName(ctx), groupLabels(ctx), as...) + tmpl = tmplText(n.tmpl, data, &err) + eventType = pagerDutyEventTrigger + ) + if alerts.Status() == model.AlertResolved { + eventType = pagerDutyEventResolve + } + + log.With("incident", key).With("eventType", eventType).Debugln("notifying PagerDuty") + + details := make(map[string]string, len(n.conf.Details)) + for k, v := range n.conf.Details { + details[k] = tmpl(v) + } + + msg := &pagerDutyMessage{ + ServiceKey: tmpl(string(n.conf.ServiceKey)), + EventType: eventType, + IncidentKey: key, + Description: tmpl(n.conf.Description), + Details: details, + } + if eventType == pagerDutyEventTrigger { + msg.Client = tmpl(n.conf.Client) + msg.ClientURL = tmpl(n.conf.ClientURL) + } + if err != nil { + return false, err + } + + var buf bytes.Buffer + if err := json.NewEncoder(&buf).Encode(msg); err != nil { + return false, err + } + + resp, err := ctxhttp.Post(ctx, http.DefaultClient, n.conf.URL, contentTypeJSON, &buf) + if err != nil { + return true, err + } + resp.Body.Close() + + return n.retry(resp.StatusCode) +} + +func (n *PagerDuty) retry(statusCode int) (bool, error) { + // Retrying can solve the issue on 403 (rate limiting) and 5xx response codes. + // 2xx response codes indicate a successful request. + // https://v2.developer.pagerduty.com/docs/trigger-events + if statusCode/100 != 2 { + return (statusCode == 403 || statusCode/100 == 5), fmt.Errorf("unexpected status code %v", statusCode) + } + + return false, nil +} + +// Slack implements a Notifier for Slack notifications. +type Slack struct { + conf *config.SlackConfig + tmpl *template.Template +} + +// NewSlack returns a new Slack notification handler. +func NewSlack(conf *config.SlackConfig, tmpl *template.Template) *Slack { + return &Slack{ + conf: conf, + tmpl: tmpl, + } +} + +// slackReq is the request for sending a slack notification. +type slackReq struct { + Channel string `json:"channel,omitempty"` + Username string `json:"username,omitempty"` + IconEmoji string `json:"icon_emoji,omitempty"` + IconURL string `json:"icon_url,omitempty"` + Attachments []slackAttachment `json:"attachments"` +} + +// slackAttachment is used to display a richly-formatted message block. +type slackAttachment struct { + Title string `json:"title,omitempty"` + TitleLink string `json:"title_link,omitempty"` + Pretext string `json:"pretext,omitempty"` + Text string `json:"text"` + Fallback string `json:"fallback"` + + Color string `json:"color,omitempty"` + MrkdwnIn []string `json:"mrkdwn_in,omitempty"` +} + +// slackAttachmentField is displayed in a table inside the message attachment. +type slackAttachmentField struct { + Title string `json:"title"` + Value string `json:"value"` + Short bool `json:"short,omitempty"` +} + +// Notify implements the Notifier interface. +func (n *Slack) Notify(ctx context.Context, as ...*types.Alert) (bool, error) { + var err error + var ( + data = n.tmpl.Data(receiverName(ctx), groupLabels(ctx), as...) + tmplText = tmplText(n.tmpl, data, &err) + ) + + attachment := &slackAttachment{ + Title: tmplText(n.conf.Title), + TitleLink: tmplText(n.conf.TitleLink), + Pretext: tmplText(n.conf.Pretext), + Text: tmplText(n.conf.Text), + Fallback: tmplText(n.conf.Fallback), + Color: tmplText(n.conf.Color), + MrkdwnIn: []string{"fallback", "pretext", "text"}, + } + req := &slackReq{ + Channel: tmplText(n.conf.Channel), + Username: tmplText(n.conf.Username), + IconEmoji: tmplText(n.conf.IconEmoji), + IconURL: tmplText(n.conf.IconURL), + Attachments: []slackAttachment{*attachment}, + } + if err != nil { + return false, err + } + + var buf bytes.Buffer + if err := json.NewEncoder(&buf).Encode(req); err != nil { + return false, err + } + + resp, err := ctxhttp.Post(ctx, http.DefaultClient, string(n.conf.APIURL), contentTypeJSON, &buf) + if err != nil { + return true, err + } + resp.Body.Close() + + return n.retry(resp.StatusCode) +} + +func (n *Slack) retry(statusCode int) (bool, error) { + // Only 5xx response codes are recoverable and 2xx codes are successful. + // https://api.slack.com/incoming-webhooks#handling_errors + // https://api.slack.com/changelog/2016-05-17-changes-to-errors-for-incoming-webhooks + if statusCode/100 != 2 { + return (statusCode/100 == 5), fmt.Errorf("unexpected status code %v", statusCode) + } + + return false, nil +} + +// Hipchat implements a Notifier for Hipchat notifications. +type Hipchat struct { + conf *config.HipchatConfig + tmpl *template.Template +} + +// NewHipchat returns a new Hipchat notification handler. +func NewHipchat(conf *config.HipchatConfig, tmpl *template.Template) *Hipchat { + return &Hipchat{ + conf: conf, + tmpl: tmpl, + } +} + +type hipchatReq struct { + From string `json:"from"` + Notify bool `json:"notify"` + Message string `json:"message"` + MessageFormat string `json:"message_format"` + Color string `json:"color"` +} + +// Notify implements the Notifier interface. +func (n *Hipchat) Notify(ctx context.Context, as ...*types.Alert) (bool, error) { + var err error + var msg string + var ( + data = n.tmpl.Data(receiverName(ctx), groupLabels(ctx), as...) + tmplText = tmplText(n.tmpl, data, &err) + tmplHTML = tmplHTML(n.tmpl, data, &err) + url = fmt.Sprintf("%sv2/room/%s/notification?auth_token=%s", n.conf.APIURL, n.conf.RoomID, n.conf.AuthToken) + ) + + if n.conf.MessageFormat == "html" { + msg = tmplHTML(n.conf.Message) + } else { + msg = tmplText(n.conf.Message) + } + + req := &hipchatReq{ + From: tmplText(n.conf.From), + Notify: n.conf.Notify, + Message: msg, + MessageFormat: n.conf.MessageFormat, + Color: tmplText(n.conf.Color), + } + if err != nil { + return false, err + } + + var buf bytes.Buffer + if err := json.NewEncoder(&buf).Encode(req); err != nil { + return false, err + } + + resp, err := ctxhttp.Post(ctx, http.DefaultClient, url, contentTypeJSON, &buf) + if err != nil { + return true, err + } + + defer resp.Body.Close() + + return n.retry(resp.StatusCode) +} + +func (n *Hipchat) retry(statusCode int) (bool, error) { + // Response codes 429 (rate limiting) and 5xx can potentially recover. 2xx + // responce codes indicate successful requests. + // https://developer.atlassian.com/hipchat/guide/hipchat-rest-api/api-response-codes + if statusCode/100 != 2 { + return (statusCode == 429 || statusCode/100 == 5), fmt.Errorf("unexpected status code %v", statusCode) + } + + return false, nil +} + +// OpsGenie implements a Notifier for OpsGenie notifications. +type OpsGenie struct { + conf *config.OpsGenieConfig + tmpl *template.Template +} + +// NewOpsGenie returns a new OpsGenie notifier. +func NewOpsGenie(c *config.OpsGenieConfig, t *template.Template) *OpsGenie { + return &OpsGenie{conf: c, tmpl: t} +} + +type opsGenieMessage struct { + APIKey string `json:"apiKey"` + Alias model.Fingerprint `json:"alias"` +} + +type opsGenieCreateMessage struct { + *opsGenieMessage `json:",inline"` + + Message string `json:"message"` + Description string `json:"description,omitempty"` + Details map[string]string `json:"details"` + Source string `json:"source"` + Teams string `json:"teams,omitempty"` + Tags string `json:"tags,omitempty"` + Note string `json:"note,omitempty"` +} + +type opsGenieCloseMessage struct { + *opsGenieMessage `json:",inline"` +} + +type opsGenieErrorResponse struct { + Code int `json:"code"` + Error string `json:"error"` +} + +// Notify implements the Notifier interface. +func (n *OpsGenie) Notify(ctx context.Context, as ...*types.Alert) (bool, error) { + key, ok := GroupKey(ctx) + if !ok { + return false, fmt.Errorf("group key missing") + } + data := n.tmpl.Data(receiverName(ctx), groupLabels(ctx), as...) + + log.With("incident", key).Debugln("notifying OpsGenie") + + var err error + tmpl := tmplText(n.tmpl, data, &err) + + details := make(map[string]string, len(n.conf.Details)) + for k, v := range n.conf.Details { + details[k] = tmpl(v) + } + + var ( + msg interface{} + apiURL string + + apiMsg = opsGenieMessage{ + APIKey: string(n.conf.APIKey), + Alias: key, + } + alerts = types.Alerts(as...) + ) + switch alerts.Status() { + case model.AlertResolved: + apiURL = n.conf.APIHost + "v1/json/alert/close" + msg = &opsGenieCloseMessage{&apiMsg} + default: + apiURL = n.conf.APIHost + "v1/json/alert" + msg = &opsGenieCreateMessage{ + opsGenieMessage: &apiMsg, + Message: tmpl(n.conf.Message), + Description: tmpl(n.conf.Description), + Details: details, + Source: tmpl(n.conf.Source), + Teams: tmpl(n.conf.Teams), + Tags: tmpl(n.conf.Tags), + Note: tmpl(n.conf.Note), + } + } + if err != nil { + return false, fmt.Errorf("templating error: %s", err) + } + + var buf bytes.Buffer + if err := json.NewEncoder(&buf).Encode(msg); err != nil { + return false, err + } + + resp, err := ctxhttp.Post(ctx, http.DefaultClient, apiURL, contentTypeJSON, &buf) + if err != nil { + return true, err + } + defer resp.Body.Close() + + // Missing documentation therefore assuming only 5xx response codes are + // recoverable. + if resp.StatusCode/100 == 5 { + return true, fmt.Errorf("unexpected status code %v", resp.StatusCode) + } else if resp.StatusCode == 400 && alerts.Status() == model.AlertResolved { + body, _ := ioutil.ReadAll(resp.Body) + + var responseMessage opsGenieErrorResponse + if err := json.Unmarshal(body, &responseMessage); err != nil { + return false, fmt.Errorf("could not parse error response %q", body) + } + const alreadyClosedError = 5 + if responseMessage.Code == alreadyClosedError { + return false, nil + } + return false, fmt.Errorf("error when closing alert: code %d, error %q", + responseMessage.Code, responseMessage.Error) + } else if resp.StatusCode/100 == 4 { + return false, fmt.Errorf("unexpected status code %v", resp.StatusCode) + } else if resp.StatusCode/100 != 2 { + body, _ := ioutil.ReadAll(resp.Body) + log.With("incident", key).Debugf("unexpected OpsGenie response from %s (POSTed %s), %s: %s", + apiURL, msg, resp.Status, body) + return false, fmt.Errorf("unexpected status code %v", resp.StatusCode) + } + return false, nil +} + +// VictorOps implements a Notifier for VictorOps notifications. +type VictorOps struct { + conf *config.VictorOpsConfig + tmpl *template.Template +} + +// NewVictorOps returns a new VictorOps notifier. +func NewVictorOps(c *config.VictorOpsConfig, t *template.Template) *VictorOps { + return &VictorOps{ + conf: c, + tmpl: t, + } +} + +const ( + victorOpsEventTrigger = "CRITICAL" + victorOpsEventResolve = "RECOVERY" +) + +type victorOpsMessage struct { + MessageType string `json:"message_type"` + EntityID model.Fingerprint `json:"entity_id"` + StateMessage string `json:"state_message"` + From string `json:"monitoring_tool"` +} + +type victorOpsErrorResponse struct { + Result string `json:"result"` + Message string `json:"message"` +} + +// Notify implements the Notifier interface. +func (n *VictorOps) Notify(ctx context.Context, as ...*types.Alert) (bool, error) { + victorOpsAllowedEvents := map[string]bool{ + "INFO": true, + "WARNING": true, + "CRITICAL": true, + } + + key, ok := GroupKey(ctx) + if !ok { + return false, fmt.Errorf("group key missing") + } + + var err error + var ( + alerts = types.Alerts(as...) + data = n.tmpl.Data(receiverName(ctx), groupLabels(ctx), as...) + tmpl = tmplText(n.tmpl, data, &err) + apiURL = fmt.Sprintf("%s%s/%s", n.conf.APIURL, n.conf.APIKey, n.conf.RoutingKey) + messageType = n.conf.MessageType + ) + + if alerts.Status() == model.AlertFiring && !victorOpsAllowedEvents[messageType] { + messageType = victorOpsEventTrigger + } + + if alerts.Status() == model.AlertResolved { + messageType = victorOpsEventResolve + } + + msg := &victorOpsMessage{ + MessageType: messageType, + EntityID: key, + StateMessage: tmpl(n.conf.StateMessage), + From: tmpl(n.conf.From), + } + + if err != nil { + return false, fmt.Errorf("templating error: %s", err) + } + + var buf bytes.Buffer + if err := json.NewEncoder(&buf).Encode(msg); err != nil { + return false, err + } + + resp, err := ctxhttp.Post(ctx, http.DefaultClient, apiURL, contentTypeJSON, &buf) + if err != nil { + return true, err + } + + defer resp.Body.Close() + + // Missing documentation therefore assuming only 5xx response codes are + // recoverable. + if resp.StatusCode/100 == 5 { + return true, fmt.Errorf("unexpected status code %v", resp.StatusCode) + } + + if resp.StatusCode/100 != 2 { + body, _ := ioutil.ReadAll(resp.Body) + + var responseMessage victorOpsErrorResponse + if err := json.Unmarshal(body, &responseMessage); err != nil { + return false, fmt.Errorf("could not parse error response %q", body) + } + + log.With("incident", key).Debugf("unexpected VictorOps response from %s (POSTed %s), %s: %s", apiURL, msg, resp.Status, body) + + return false, fmt.Errorf("error when posting alert: result %q, message %q", + responseMessage.Result, responseMessage.Message) + } + + return false, nil +} + +// Pushover implements a Notifier for Pushover notifications. +type Pushover struct { + conf *config.PushoverConfig + tmpl *template.Template +} + +// NewPushover returns a new Pushover notifier. +func NewPushover(c *config.PushoverConfig, t *template.Template) *Pushover { + return &Pushover{conf: c, tmpl: t} +} + +// Notify implements the Notifier interface. +func (n *Pushover) Notify(ctx context.Context, as ...*types.Alert) (bool, error) { + key, ok := GroupKey(ctx) + if !ok { + return false, fmt.Errorf("group key missing") + } + data := n.tmpl.Data(receiverName(ctx), groupLabels(ctx), as...) + + log.With("incident", key).Debugln("notifying Pushover") + + var err error + tmpl := tmplText(n.tmpl, data, &err) + + parameters := url.Values{} + parameters.Add("token", tmpl(string(n.conf.Token))) + parameters.Add("user", tmpl(string(n.conf.UserKey))) + title := tmpl(n.conf.Title) + message := tmpl(n.conf.Message) + parameters.Add("title", title) + if len(title) > 512 { + title = title[:512] + log.With("incident", key).Debugf("Truncated title to %q due to Pushover message limit", title) + } + if len(title)+len(message) > 512 { + message = message[:512-len(title)] + log.With("incident", key).Debugf("Truncated message to %q due to Pushover message limit", message) + } + message = strings.TrimSpace(message) + if message == "" { + // Pushover rejects empty messages. + message = "(no details)" + } + parameters.Add("message", message) + parameters.Add("url", tmpl(n.conf.URL)) + parameters.Add("priority", tmpl(n.conf.Priority)) + parameters.Add("retry", fmt.Sprintf("%d", int64(time.Duration(n.conf.Retry).Seconds()))) + parameters.Add("expire", fmt.Sprintf("%d", int64(time.Duration(n.conf.Expire).Seconds()))) + if err != nil { + return false, err + } + + apiURL := "https://api.pushover.net/1/messages.json" + u, err := url.Parse(apiURL) + if err != nil { + return false, err + } + u.RawQuery = parameters.Encode() + log.With("incident", key).Debugf("Pushover URL = %q", u.String()) + + resp, err := ctxhttp.Post(ctx, http.DefaultClient, u.String(), "text/plain", nil) + if err != nil { + return true, err + } + defer resp.Body.Close() + + // Only documented behaviour is that 2xx response codes are successful and + // 4xx are unsuccessful, therefore assuming only 5xx are recoverable. + // https://pushover.net/api#response + if resp.StatusCode/100 == 5 { + return true, fmt.Errorf("unexpected status code %v", resp.StatusCode) + } + + if resp.StatusCode/100 != 2 { + body, err := ioutil.ReadAll(resp.Body) + if err != nil { + return false, err + } + return false, fmt.Errorf("unexpected status code %v (body: %s)", resp.StatusCode, string(body)) + } + + return false, nil +} + +func tmplText(tmpl *template.Template, data *template.Data, err *error) func(string) string { + return func(name string) (s string) { + if *err != nil { + return + } + s, *err = tmpl.ExecuteTextString(name, data) + return s + } +} + +func tmplHTML(tmpl *template.Template, data *template.Data, err *error) func(string) string { + return func(name string) (s string) { + if *err != nil { + return + } + s, *err = tmpl.ExecuteHTMLString(name, data) + return s + } +} + +type loginAuth struct { + username, password string +} + +func LoginAuth(username, password string) smtp.Auth { + return &loginAuth{username, password} +} + +func (a *loginAuth) Start(server *smtp.ServerInfo) (string, []byte, error) { + return "LOGIN", []byte{}, nil +} + +// Used for AUTH LOGIN. (Maybe password should be encrypted) +func (a *loginAuth) Next(fromServer []byte, more bool) ([]byte, error) { + if more { + switch strings.ToLower(string(fromServer)) { + case "username:": + return []byte(a.username), nil + case "password:": + return []byte(a.password), nil + default: + return nil, errors.New("unexpected server challenge") + } + } + return nil, nil +} diff --git a/vendor/src/github.com/prometheus/alertmanager/notify/notify.go b/vendor/src/github.com/prometheus/alertmanager/notify/notify.go new file mode 100644 index 0000000..a1c6acd --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/notify/notify.go @@ -0,0 +1,603 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package notify + +import ( + "bytes" + "crypto/sha256" + "encoding/binary" + "fmt" + "sync" + "time" + + "github.com/cenkalti/backoff" + "github.com/golang/protobuf/ptypes" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/common/log" + "github.com/prometheus/common/model" + "golang.org/x/net/context" + + "github.com/prometheus/alertmanager/config" + "github.com/prometheus/alertmanager/inhibit" + "github.com/prometheus/alertmanager/nflog" + "github.com/prometheus/alertmanager/nflog/nflogpb" + "github.com/prometheus/alertmanager/silence" + "github.com/prometheus/alertmanager/template" + "github.com/prometheus/alertmanager/types" +) + +var ( + numNotifications = prometheus.NewCounterVec(prometheus.CounterOpts{ + Namespace: "alertmanager", + Name: "notifications_total", + Help: "The total number of attempted notifications.", + }, []string{"integration"}) + + numFailedNotifications = prometheus.NewCounterVec(prometheus.CounterOpts{ + Namespace: "alertmanager", + Name: "notifications_failed_total", + Help: "The total number of failed notifications.", + }, []string{"integration"}) +) + +func init() { + prometheus.Register(numNotifications) + prometheus.Register(numFailedNotifications) +} + +// MinTimeout is the minimum timeout that is set for the context of a call +// to a notification pipeline. +const MinTimeout = 10 * time.Second + +// notifyKey defines a custom type with which a context is populated to +// avoid accidental collisions. +type notifyKey int + +const ( + keyReceiverName notifyKey = iota + keyRepeatInterval + keyGroupLabels + keyGroupKey + keyNotificationHash + keyNow +) + +// WithReceiverName populates a context with a receiver name. +func WithReceiverName(ctx context.Context, rcv string) context.Context { + return context.WithValue(ctx, keyReceiverName, rcv) +} + +// WithGroupKey populates a context with a group key. +func WithGroupKey(ctx context.Context, fp model.Fingerprint) context.Context { + return context.WithValue(ctx, keyGroupKey, fp) +} + +// WithNotificationHash populates a context with a notification hash. +func WithNotificationHash(ctx context.Context, hash []byte) context.Context { + return context.WithValue(ctx, keyNotificationHash, hash) +} + +// WithGroupLabels populates a context with grouping labels. +func WithGroupLabels(ctx context.Context, lset model.LabelSet) context.Context { + return context.WithValue(ctx, keyGroupLabels, lset) +} + +// WithNow populates a context with a now timestamp. +func WithNow(ctx context.Context, t time.Time) context.Context { + return context.WithValue(ctx, keyNow, t) +} + +// WithRepeatInterval populates a context with a repeat interval. +func WithRepeatInterval(ctx context.Context, t time.Duration) context.Context { + return context.WithValue(ctx, keyRepeatInterval, t) +} + +// RepeatInterval extracts a repeat interval from the context. Iff none exists, the +// second argument is false. +func RepeatInterval(ctx context.Context) (time.Duration, bool) { + v, ok := ctx.Value(keyRepeatInterval).(time.Duration) + return v, ok +} + +// ReceiverName extracts a receiver name from the context. Iff none exists, the +// second argument is false. +func ReceiverName(ctx context.Context) (string, bool) { + v, ok := ctx.Value(keyReceiverName).(string) + return v, ok +} + +func receiverName(ctx context.Context) string { + recv, ok := ReceiverName(ctx) + if !ok { + log.Error("missing receiver") + } + return recv +} + +// GroupKey extracts a group key from the context. Iff none exists, the +// second argument is false. +func GroupKey(ctx context.Context) (model.Fingerprint, bool) { + v, ok := ctx.Value(keyGroupKey).(model.Fingerprint) + return v, ok +} + +func groupLabels(ctx context.Context) model.LabelSet { + groupLabels, ok := GroupLabels(ctx) + if !ok { + log.Error("missing group labels") + } + return groupLabels +} + +// GroupLabels extracts grouping label set from the context. Iff none exists, the +// second argument is false. +func GroupLabels(ctx context.Context) (model.LabelSet, bool) { + v, ok := ctx.Value(keyGroupLabels).(model.LabelSet) + return v, ok +} + +// Now extracts a now timestamp from the context. Iff none exists, the +// second argument is false. +func Now(ctx context.Context) (time.Time, bool) { + v, ok := ctx.Value(keyNow).(time.Time) + return v, ok +} + +// NotificationHash extracts a notification hash from the context. Iff none exists, +// the second argument is false. +func NotificationHash(ctx context.Context) ([]byte, bool) { + v, ok := ctx.Value(keyNotificationHash).([]byte) + return v, ok +} + +// A Stage processes alerts under the constraints of the given context. +type Stage interface { + Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) +} + +// StageFunc wraps a function to represent a Stage. +type StageFunc func(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) + +// Exec implements Stage interface. +func (f StageFunc) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + return f(ctx, alerts...) +} + +// BuildPipeline builds a map of receivers to Stages. +func BuildPipeline( + confs []*config.Receiver, + tmpl *template.Template, + wait func() time.Duration, + inhibitor *inhibit.Inhibitor, + silences *silence.Silences, + notificationLog nflog.Log, + marker types.Marker, +) RoutingStage { + rs := RoutingStage{} + + is := NewInhibitStage(inhibitor, marker) + ss := NewSilenceStage(silences, marker) + + for _, rc := range confs { + rs[rc.Name] = MultiStage{is, ss, createStage(rc, tmpl, wait, notificationLog)} + } + return rs +} + +// createStage creates a pipeline of stages for a receiver. +func createStage(rc *config.Receiver, tmpl *template.Template, wait func() time.Duration, notificationLog nflog.Log) Stage { + var fs FanoutStage + for _, i := range BuildReceiverIntegrations(rc, tmpl) { + recv := &nflogpb.Receiver{ + GroupName: rc.Name, + Integration: i.name, + Idx: uint32(i.idx), + } + var s MultiStage + s = append(s, NewWaitStage(wait)) + s = append(s, NewDedupStage(notificationLog, recv)) + s = append(s, NewRetryStage(i)) + s = append(s, NewSetNotifiesStage(notificationLog, recv)) + + fs = append(fs, s) + } + return fs +} + +// RoutingStage executes the inner stages based on the receiver specified in +// the context. +type RoutingStage map[string]Stage + +// Exec implements the Stage interface. +func (rs RoutingStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + receiver, ok := ReceiverName(ctx) + if !ok { + return ctx, nil, fmt.Errorf("receiver missing") + } + + s, ok := rs[receiver] + if !ok { + return ctx, nil, fmt.Errorf("stage for receiver missing") + } + + return s.Exec(ctx, alerts...) +} + +// A MultiStage executes a series of stages sequencially. +type MultiStage []Stage + +// Exec implements the Stage interface. +func (ms MultiStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + var err error + for _, s := range ms { + if len(alerts) == 0 { + return ctx, nil, nil + } + + ctx, alerts, err = s.Exec(ctx, alerts...) + if err != nil { + return ctx, nil, err + } + } + return ctx, alerts, nil +} + +// FanoutStage executes its stages concurrently +type FanoutStage []Stage + +// Exec attempts to execute all stages concurrently and discards the results. +// It returns its input alerts and a types.MultiError if one or more stages fail. +func (fs FanoutStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + var ( + wg sync.WaitGroup + me types.MultiError + ) + wg.Add(len(fs)) + + for _, s := range fs { + go func(s Stage) { + if _, _, err := s.Exec(ctx, alerts...); err != nil { + me.Add(err) + log.Errorf("Error on notify: %s", err) + } + wg.Done() + }(s) + } + wg.Wait() + + if me.Len() > 0 { + return ctx, alerts, &me + } + return ctx, alerts, nil +} + +// InhibitStage filters alerts through an inhibition muter. +type InhibitStage struct { + muter types.Muter + marker types.Marker +} + +// NewInhibitStage return a new InhibitStage. +func NewInhibitStage(m types.Muter, mk types.Marker) *InhibitStage { + return &InhibitStage{ + muter: m, + marker: mk, + } +} + +// Exec implements the Stage interface. +func (n *InhibitStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + var filtered []*types.Alert + for _, a := range alerts { + ok := n.marker.Inhibited(a.Fingerprint()) + // TODO(fabxc): increment total alerts counter. + // Do not send the alert if the silencer mutes it. + if !n.muter.Mutes(a.Labels) { + // TODO(fabxc): increment muted alerts counter. + filtered = append(filtered, a) + // Store whether a previously inhibited alert is firing again. + a.WasInhibited = ok + } + } + + return ctx, filtered, nil +} + +// SilenceStage filters alerts through a silence muter. +type SilenceStage struct { + silences *silence.Silences + marker types.Marker +} + +// NewSilenceStage returns a new SilenceStage. +func NewSilenceStage(s *silence.Silences, mk types.Marker) *SilenceStage { + return &SilenceStage{ + silences: s, + marker: mk, + } +} + +// Exec implements the Stage interface. +func (n *SilenceStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + var filtered []*types.Alert + for _, a := range alerts { + _, ok := n.marker.Silenced(a.Fingerprint()) + // TODO(fabxc): increment total alerts counter. + // Do not send the alert if the silencer mutes it. + sils, err := n.silences.Query( + silence.QState(silence.StateActive), + silence.QMatches(a.Labels), + ) + if err != nil { + log.Errorf("Querying silences failed: %s", err) + } + if len(sils) == 0 { + // TODO(fabxc): increment muted alerts counter. + filtered = append(filtered, a) + n.marker.SetSilenced(a.Labels.Fingerprint()) + // Store whether a previously silenced alert is firing again. + a.WasSilenced = ok + } else { + n.marker.SetSilenced(a.Labels.Fingerprint(), sils[0].Id) + } + } + + return ctx, filtered, nil +} + +// WaitStage waits for a certain amount of time before continuing or until the +// context is done. +type WaitStage struct { + wait func() time.Duration +} + +// NewWaitStage returns a new WaitStage. +func NewWaitStage(wait func() time.Duration) *WaitStage { + return &WaitStage{ + wait: wait, + } +} + +// Exec implements the Stage interface. +func (ws *WaitStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + select { + case <-time.After(ws.wait()): + case <-ctx.Done(): + return ctx, nil, ctx.Err() + } + return ctx, alerts, nil +} + +// DedupStage filters alerts. +// Filtering happens based on a notification log. +type DedupStage struct { + nflog nflog.Log + recv *nflogpb.Receiver + + // TODO(fabxc): consider creating an AlertBatch type received + // by stages that implements these functions. + // This can then also handle caching so we can skip passing + // the hash around as a context. + hash func([]*types.Alert) []byte + resolved func([]*types.Alert) bool + now func() time.Time +} + +// NewDedupStage wraps a DedupStage that runs against the given notification log. +func NewDedupStage(l nflog.Log, recv *nflogpb.Receiver) *DedupStage { + return &DedupStage{ + nflog: l, + recv: recv, + hash: hashAlerts, + resolved: allAlertsResolved, + now: utcNow, + } +} + +func utcNow() time.Time { + return time.Now().UTC() +} + +// TODO(fabxc): this could get slow, but is fine for now. We may want to +// have something mor sophisticated at some point. +// Alternatives are FNV64a as in fingerprints or xxhash. +func hashAlerts(alerts []*types.Alert) []byte { + // The xor'd sum so we don't have to sort the alerts. + // XXX(fabxc): this approach caused collision issues with FNV64a in + // the past. However, sha256 should not suffer from the bit cancelation + // in in small input changes. + xsum := [sha256.Size]byte{} + + for _, a := range alerts { + b := make([]byte, 9) + binary.BigEndian.PutUint64(b, uint64(a.Fingerprint())) + // Resolved status is part of the identity. + if a.Resolved() { + b[8] = 1 + } + for i, b := range sha256.Sum256(b) { + xsum[i] ^= b + } + } + return xsum[:] +} + +func allAlertsResolved(alerts []*types.Alert) bool { + for _, a := range alerts { + if !a.Resolved() { + return false + } + } + return true +} + +func (n *DedupStage) needsUpdate(entry *nflogpb.Entry, hash []byte, resolved bool, repeat time.Duration) (bool, error) { + // If we haven't notified about the alert group before, notify right away + // unless we only have resolved alerts. + if entry == nil { + return !resolved, nil + } + // Check whether the contents have changed. + if !bytes.Equal(entry.GroupHash, hash) { + return true, nil + } + + // Nothing changed, only notify if the repeat interval has passed. + ts, err := ptypes.Timestamp(entry.Timestamp) + if err != nil { + return false, err + } + return ts.Before(n.now().Add(-repeat)), nil +} + +// Exec implements the Stage interface. +func (n *DedupStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + // TODO(fabxc): GroupKey will turn into []byte eventually. + gkey, ok := GroupKey(ctx) + if !ok { + return ctx, nil, fmt.Errorf("group key missing") + } + gkeyb := make([]byte, 8) + binary.BigEndian.PutUint64(gkeyb, uint64(gkey)) + + repeatInterval, ok := RepeatInterval(ctx) + if !ok { + return ctx, nil, fmt.Errorf("repeat interval missing") + } + + hash := n.hash(alerts) + resolved := n.resolved(alerts) + + ctx = WithNotificationHash(ctx, hash) + + entries, err := n.nflog.Query(nflog.QGroupKey(gkeyb), nflog.QReceiver(n.recv)) + + if err != nil && err != nflog.ErrNotFound { + return ctx, nil, err + } + var entry *nflogpb.Entry + switch len(entries) { + case 0: + case 1: + entry = entries[0] + case 2: + return ctx, nil, fmt.Errorf("Unexpected entry result size %d", len(entries)) + } + if ok, err := n.needsUpdate(entry, hash, resolved, repeatInterval); err != nil { + return ctx, nil, err + } else if ok { + return ctx, alerts, nil + } + return ctx, nil, nil + +} + +// RetryStage notifies via passed integration with exponential backoff until it +// succeeds. It aborts if the context is canceled or timed out. +type RetryStage struct { + integration Integration +} + +// NewRetryStage returns a new instance of a RetryStage. +func NewRetryStage(i Integration) *RetryStage { + return &RetryStage{ + integration: i, + } +} + +// Exec implements the Stage interface. +func (r RetryStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + var ( + i = 0 + b = backoff.NewExponentialBackOff() + tick = backoff.NewTicker(b) + iErr error + ) + defer tick.Stop() + + for { + i++ + // Always check the context first to not notify again. + select { + case <-ctx.Done(): + if iErr != nil { + return ctx, nil, iErr + } + + return ctx, nil, ctx.Err() + default: + } + + select { + case <-tick.C: + if retry, err := r.integration.Notify(ctx, alerts...); err != nil { + numFailedNotifications.WithLabelValues(r.integration.name).Inc() + log.Debugf("Notify attempt %d failed: %s", i, err) + if !retry { + return ctx, alerts, fmt.Errorf("Cancelling notify retry due to unrecoverable error: %s", err) + } + + // Save this error to be able to return the last seen error by an + // integration upon context timeout. + iErr = err + } else { + numNotifications.WithLabelValues(r.integration.name).Inc() + return ctx, alerts, nil + } + case <-ctx.Done(): + if iErr != nil { + return ctx, nil, iErr + } + + return ctx, nil, ctx.Err() + } + } +} + +// SetNotifiesStage sets the notification information about passed alerts. The +// passed alerts should have already been sent to the receivers. +type SetNotifiesStage struct { + nflog nflog.Log + recv *nflogpb.Receiver + + resolved func([]*types.Alert) bool +} + +// NewSetNotifiesStage returns a new instance of a SetNotifiesStage. +func NewSetNotifiesStage(l nflog.Log, recv *nflogpb.Receiver) *SetNotifiesStage { + return &SetNotifiesStage{ + nflog: l, + recv: recv, + resolved: allAlertsResolved, + } +} + +// Exec implements the Stage interface. +func (n SetNotifiesStage) Exec(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + hash, ok := NotificationHash(ctx) + if !ok { + return ctx, nil, fmt.Errorf("notification hash missing") + } + gkey, ok := GroupKey(ctx) + if !ok { + return ctx, nil, fmt.Errorf("group key missing") + } + gkeyb := make([]byte, 8) + binary.BigEndian.PutUint64(gkeyb, uint64(gkey)) + + if n.resolved(alerts) { + return ctx, alerts, n.nflog.LogResolved(n.recv, gkeyb, hash) + } + return ctx, alerts, n.nflog.LogActive(n.recv, gkeyb, hash) +} diff --git a/vendor/src/github.com/prometheus/alertmanager/notify/notify_test.go b/vendor/src/github.com/prometheus/alertmanager/notify/notify_test.go new file mode 100644 index 0000000..7a1d48f --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/notify/notify_test.go @@ -0,0 +1,502 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +package notify + +import ( + "errors" + "fmt" + "io" + "reflect" + "testing" + "time" + + "github.com/golang/protobuf/ptypes" + "github.com/golang/protobuf/ptypes/timestamp" + "github.com/prometheus/common/model" + "github.com/stretchr/testify/require" + "golang.org/x/net/context" + + "github.com/prometheus/alertmanager/nflog" + "github.com/prometheus/alertmanager/nflog/nflogpb" + "github.com/prometheus/alertmanager/silence" + "github.com/prometheus/alertmanager/silence/silencepb" + "github.com/prometheus/alertmanager/types" +) + +type notifierConfigFunc func() bool + +func (f notifierConfigFunc) SendResolved() bool { + return f() +} + +type notifierFunc func(ctx context.Context, alerts ...*types.Alert) (bool, error) + +func (f notifierFunc) Notify(ctx context.Context, alerts ...*types.Alert) (bool, error) { + return f(ctx, alerts...) +} + +type failStage struct{} + +func (s failStage) Exec(ctx context.Context, as ...*types.Alert) (context.Context, []*types.Alert, error) { + return ctx, nil, fmt.Errorf("some error") +} + +type testNflog struct { + qres []*nflogpb.Entry + qerr error + + logActiveFunc func(r *nflogpb.Receiver, gkey, hash []byte) error + logResolvedFunc func(r *nflogpb.Receiver, gkey, hash []byte) error +} + +func (l *testNflog) Query(p ...nflog.QueryParam) ([]*nflogpb.Entry, error) { + return l.qres, l.qerr +} + +func (l *testNflog) LogActive(r *nflogpb.Receiver, gkey, hash []byte) error { + return l.logActiveFunc(r, gkey, hash) +} + +func (l *testNflog) LogResolved(r *nflogpb.Receiver, gkey, hash []byte) error { + return l.logResolvedFunc(r, gkey, hash) +} + +func (l *testNflog) GC() (int, error) { + return 0, nil +} + +func (l *testNflog) Snapshot(w io.Writer) (int, error) { + return 0, nil +} + +func mustTimestampProto(ts time.Time) *timestamp.Timestamp { + tspb, err := ptypes.TimestampProto(ts) + if err != nil { + panic(err) + } + return tspb +} + +func TestDedupStageNeedsUpdate(t *testing.T) { + now := utcNow() + + cases := []struct { + entry *nflogpb.Entry + hash []byte + resolved bool + repeat time.Duration + + res bool + resErr bool + }{ + { + entry: nil, + res: true, + }, { + entry: &nflogpb.Entry{GroupHash: []byte{1, 2, 3}}, + hash: []byte{2, 3, 4}, + res: true, + }, { + entry: &nflogpb.Entry{ + GroupHash: []byte{1, 2, 3}, + Timestamp: nil, // parsing will error + }, + hash: []byte{1, 2, 3}, + resErr: true, + }, { + entry: &nflogpb.Entry{ + GroupHash: []byte{1, 2, 3}, + Timestamp: mustTimestampProto(now.Add(-9 * time.Minute)), + }, + repeat: 10 * time.Minute, + hash: []byte{1, 2, 3}, + res: false, + }, { + entry: &nflogpb.Entry{ + GroupHash: []byte{1, 2, 3}, + Timestamp: mustTimestampProto(now.Add(-11 * time.Minute)), + }, + repeat: 10 * time.Minute, + hash: []byte{1, 2, 3}, + res: true, + }, + } + for i, c := range cases { + t.Log("case", i) + + s := &DedupStage{ + now: func() time.Time { return now }, + } + ok, err := s.needsUpdate(c.entry, c.hash, c.resolved, c.repeat) + if c.resErr { + require.Error(t, err) + } else { + require.NoError(t, err) + } + require.Equal(t, c.res, ok) + } +} + +func TestDedupStage(t *testing.T) { + s := &DedupStage{ + hash: func([]*types.Alert) []byte { return []byte{1, 2, 3} }, + resolved: func([]*types.Alert) bool { return false }, + } + + ctx := context.Background() + + _, _, err := s.Exec(ctx) + require.EqualError(t, err, "group key missing") + + ctx = WithGroupKey(ctx, 1) + + _, _, err = s.Exec(ctx) + require.EqualError(t, err, "repeat interval missing") + + ctx = WithRepeatInterval(ctx, time.Hour) + + alerts := []*types.Alert{{}, {}, {}} + + // Must catch notification log query errors. + s.nflog = &testNflog{ + qerr: errors.New("bad things"), + } + ctx, res, err := s.Exec(ctx, alerts...) + require.EqualError(t, err, "bad things") + + // ... but skip ErrNotFound. + s.nflog = &testNflog{ + qerr: nflog.ErrNotFound, + } + ctx, res, err = s.Exec(ctx, alerts...) + require.NoError(t, err, "unexpected error on not found log entry") + require.Equal(t, alerts, res, "input alerts differ from result alerts") + // The hash must be added to the context. + hash, ok := NotificationHash(ctx) + require.True(t, ok, "notification has missing in context") + require.Equal(t, []byte{1, 2, 3}, hash, "notification hash does not match") + + s.nflog = &testNflog{ + qerr: nil, + qres: []*nflogpb.Entry{ + {GroupHash: []byte{1, 2, 3}}, + {GroupHash: []byte{2, 3, 4}}, + }, + } + ctx, res, err = s.Exec(ctx, alerts...) + require.Contains(t, err.Error(), "result size") + + // Must return no error and no alerts no need to update. + s.nflog = &testNflog{ + qerr: nflog.ErrNotFound, + } + s.resolved = func([]*types.Alert) bool { return true } + ctx, res, err = s.Exec(ctx, alerts...) + require.NoError(t, err) + require.Nil(t, res, "unexpected alerts returned") + + // Must return no error and all input alerts on changes. + s.nflog = &testNflog{ + qerr: nil, + qres: []*nflogpb.Entry{ + {GroupHash: []byte{1, 2, 3, 4}}, + }, + } + ctx, res, err = s.Exec(ctx, alerts...) + require.NoError(t, err) + require.Equal(t, alerts, res, "unexpected alerts returned") +} + +func TestMultiStage(t *testing.T) { + var ( + alerts1 = []*types.Alert{{}} + alerts2 = []*types.Alert{{}, {}} + alerts3 = []*types.Alert{{}, {}, {}} + ) + + stage := MultiStage{ + StageFunc(func(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + if !reflect.DeepEqual(alerts, alerts1) { + t.Fatal("Input not equal to input of MultiStage") + } + ctx = context.WithValue(ctx, "key", "value") + return ctx, alerts2, nil + }), + StageFunc(func(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + if !reflect.DeepEqual(alerts, alerts2) { + t.Fatal("Input not equal to output of previous stage") + } + v, ok := ctx.Value("key").(string) + if !ok || v != "value" { + t.Fatalf("Expected value %q for key %q but got %q", "value", "key", v) + } + return ctx, alerts3, nil + }), + } + + _, alerts, err := stage.Exec(context.Background(), alerts1...) + if err != nil { + t.Fatalf("Exec failed: %s", err) + } + + if !reflect.DeepEqual(alerts, alerts3) { + t.Fatal("Output of MultiStage is not equal to the output of the last stage") + } +} + +func TestMultiStageFailure(t *testing.T) { + var ( + ctx = context.Background() + s1 = failStage{} + stage = MultiStage{s1} + ) + + _, _, err := stage.Exec(ctx, nil) + if err.Error() != "some error" { + t.Fatal("Errors were not propagated correctly by MultiStage") + } +} + +func TestRoutingStage(t *testing.T) { + var ( + alerts1 = []*types.Alert{{}} + alerts2 = []*types.Alert{{}, {}} + ) + + stage := RoutingStage{ + "name": StageFunc(func(ctx context.Context, alerts ...*types.Alert) (context.Context, []*types.Alert, error) { + if !reflect.DeepEqual(alerts, alerts1) { + t.Fatal("Input not equal to input of RoutingStage") + } + return ctx, alerts2, nil + }), + "not": failStage{}, + } + + ctx := WithReceiverName(context.Background(), "name") + + _, alerts, err := stage.Exec(ctx, alerts1...) + if err != nil { + t.Fatalf("Exec failed: %s", err) + } + + if !reflect.DeepEqual(alerts, alerts2) { + t.Fatal("Output of RoutingStage is not equal to the output of the inner stage") + } +} + +func TestIntegration(t *testing.T) { + res := []*types.Alert{} + r := notifierFunc(func(ctx context.Context, alerts ...*types.Alert) (bool, error) { + res = append(res, alerts...) + + return false, nil + }) + i1 := Integration{ + notifier: r, + conf: notifierConfigFunc(func() bool { return false }), + } + i2 := Integration{ + notifier: r, + conf: notifierConfigFunc(func() bool { return true }), + } + + alerts := []*types.Alert{ + &types.Alert{ + Alert: model.Alert{ + EndsAt: time.Now().Add(-time.Hour), + }, + }, + } + + i1.Notify(nil, alerts...) + i2.Notify(nil, alerts...) + + // Even though the alert is sent to both integrations, which end up being + // delivered to the same notifier, only one is actually delivered as the + // second integration filters the resolved notifications. + require.Equal(t, res, alerts) +} + +func TestSetNotifiesStage(t *testing.T) { + tnflog := &testNflog{} + s := &SetNotifiesStage{ + recv: &nflogpb.Receiver{GroupName: "test"}, + nflog: tnflog, + } + alerts := []*types.Alert{{}, {}, {}} + ctx := context.Background() + + resctx, res, err := s.Exec(ctx, alerts...) + require.EqualError(t, err, "notification hash missing") + require.Nil(t, res) + require.NotNil(t, resctx) + + ctx = WithNotificationHash(ctx, []byte{1, 2, 3}) + + _, res, err = s.Exec(ctx, alerts...) + require.EqualError(t, err, "group key missing") + require.Nil(t, res) + require.NotNil(t, resctx) + + ctx = WithGroupKey(ctx, 1) + + s.resolved = func([]*types.Alert) bool { return false } + tnflog.logActiveFunc = func(r *nflogpb.Receiver, gkey, hash []byte) error { + require.Equal(t, s.recv, r) + require.Equal(t, []byte{0, 0, 0, 0, 0, 0, 0, 1}, gkey) + require.Equal(t, []byte{1, 2, 3}, hash) + return nil + } + tnflog.logResolvedFunc = func(r *nflogpb.Receiver, gkey, hash []byte) error { + t.Fatalf("LogResolved called unexpectedly") + return nil + } + resctx, res, err = s.Exec(ctx, alerts...) + require.Nil(t, err) + require.Equal(t, alerts, res) + require.NotNil(t, resctx) + + s.resolved = func([]*types.Alert) bool { return true } + tnflog.logActiveFunc = func(r *nflogpb.Receiver, gkey, hash []byte) error { + t.Fatalf("LogActive called unexpectedly") + return nil + } + tnflog.logResolvedFunc = func(r *nflogpb.Receiver, gkey, hash []byte) error { + require.Equal(t, s.recv, r) + require.Equal(t, []byte{0, 0, 0, 0, 0, 0, 0, 1}, gkey) + require.Equal(t, []byte{1, 2, 3}, hash) + return nil + } + resctx, res, err = s.Exec(ctx, alerts...) + require.Nil(t, err) + require.Equal(t, alerts, res) + require.NotNil(t, resctx) +} + +func TestSilenceStage(t *testing.T) { + silences, err := silence.New(silence.Options{}) + if err != nil { + t.Fatal(err) + } + if _, err := silences.Create(&silencepb.Silence{ + EndsAt: mustTimestampProto(utcNow().Add(time.Hour)), + Matchers: []*silencepb.Matcher{{Name: "mute", Pattern: "me"}}, + }); err != nil { + t.Fatal(err) + } + + marker := types.NewMarker() + silencer := NewSilenceStage(silences, marker) + + in := []model.LabelSet{ + {}, + {"test": "set"}, + {"mute": "me"}, + {"foo": "bar", "test": "set"}, + {"foo": "bar", "mute": "me"}, + {}, + {"not": "muted"}, + } + out := []model.LabelSet{ + {}, + {"test": "set"}, + {"foo": "bar", "test": "set"}, + {}, + {"not": "muted"}, + } + + var inAlerts []*types.Alert + for _, lset := range in { + inAlerts = append(inAlerts, &types.Alert{ + Alert: model.Alert{Labels: lset}, + }) + } + + // Set the second alert als previously silenced. It is expected to have + // the WasSilenced flag set to true afterwards. + marker.SetSilenced(inAlerts[1].Fingerprint(), "123") + + _, alerts, err := silencer.Exec(nil, inAlerts...) + if err != nil { + t.Fatalf("Exec failed: %s", err) + } + + var got []model.LabelSet + for i, a := range alerts { + got = append(got, a.Labels) + if a.WasSilenced != (i == 1) { + t.Errorf("Expected WasSilenced to be %v for %d, was %v", i == 1, i, a.WasSilenced) + } + } + + if !reflect.DeepEqual(got, out) { + t.Fatalf("Muting failed, expected: %v\ngot %v", out, got) + } +} + +func TestInhibitStage(t *testing.T) { + // Mute all label sets that have a "mute" key. + muter := types.MuteFunc(func(lset model.LabelSet) bool { + _, ok := lset["mute"] + return ok + }) + + marker := types.NewMarker() + inhibitor := NewInhibitStage(muter, marker) + + in := []model.LabelSet{ + {}, + {"test": "set"}, + {"mute": "me"}, + {"foo": "bar", "test": "set"}, + {"foo": "bar", "mute": "me"}, + {}, + {"not": "muted"}, + } + out := []model.LabelSet{ + {}, + {"test": "set"}, + {"foo": "bar", "test": "set"}, + {}, + {"not": "muted"}, + } + + var inAlerts []*types.Alert + for _, lset := range in { + inAlerts = append(inAlerts, &types.Alert{ + Alert: model.Alert{Labels: lset}, + }) + } + + // Set the second alert as previously inhibited. It is expected to have + // the WasInhibited flag set to true afterwards. + marker.SetInhibited(inAlerts[1].Fingerprint(), true) + + _, alerts, err := inhibitor.Exec(nil, inAlerts...) + if err != nil { + t.Fatalf("Exec failed: %s", err) + } + + var got []model.LabelSet + for i, a := range alerts { + got = append(got, a.Labels) + if a.WasInhibited != (i == 1) { + t.Errorf("Expected WasInhibited to be %v for %d, was %v", i == 1, i, a.WasInhibited) + } + } + + if !reflect.DeepEqual(got, out) { + t.Fatalf("Muting failed, expected: %v\ngot %v", out, got) + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/provider/mem/mem.go b/vendor/src/github.com/prometheus/alertmanager/provider/mem/mem.go new file mode 100644 index 0000000..04b9328 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/provider/mem/mem.go @@ -0,0 +1,189 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/lic:wenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package mem + +import ( + "sync" + "time" + + "github.com/prometheus/alertmanager/provider" + "github.com/prometheus/alertmanager/types" + "github.com/prometheus/common/model" +) + +// Alerts gives access to a set of alerts. All methods are goroutine-safe. +type Alerts struct { + mtx sync.RWMutex + alerts map[model.Fingerprint]*types.Alert + stopGC chan struct{} + + listeners map[int]chan *types.Alert + next int +} + +// NewAlerts returns a new alert provider. +func NewAlerts(path string) (*Alerts, error) { + a := &Alerts{ + alerts: map[model.Fingerprint]*types.Alert{}, + stopGC: make(chan struct{}), + listeners: map[int]chan *types.Alert{}, + next: 0, + } + go a.runGC() + + return a, nil +} + +func (a *Alerts) runGC() { + for { + select { + case <-a.stopGC: + return + case <-time.After(30 * time.Minute): + } + + a.mtx.Lock() + + for fp, alert := range a.alerts { + // As we don't persist alerts, we no longer consider them after + // they are resolved. Alerts waiting for resolved notifications are + // held in memory in aggregation groups redundantly. + if alert.EndsAt.Before(time.Now()) { + delete(a.alerts, fp) + } + } + + a.mtx.Unlock() + } +} + +// Close the alert provider. +func (a *Alerts) Close() error { + close(a.stopGC) + return nil +} + +// Subscribe returns an iterator over active alerts that have not been +// resolved and successfully notified about. +// They are not guaranteed to be in chronological order. +func (a *Alerts) Subscribe() provider.AlertIterator { + var ( + ch = make(chan *types.Alert, 200) + done = make(chan struct{}) + ) + alerts, err := a.getPending() + + a.mtx.Lock() + i := a.next + a.next++ + a.listeners[i] = ch + a.mtx.Unlock() + + go func() { + defer func() { + a.mtx.Lock() + delete(a.listeners, i) + close(ch) + a.mtx.Unlock() + }() + + for _, a := range alerts { + select { + case ch <- a: + case <-done: + return + } + } + + <-done + }() + + return provider.NewAlertIterator(ch, done, err) +} + +// GetPending returns an iterator over all alerts that have +// pending notifications. +func (a *Alerts) GetPending() provider.AlertIterator { + var ( + ch = make(chan *types.Alert, 200) + done = make(chan struct{}) + ) + + alerts, err := a.getPending() + + go func() { + defer close(ch) + + for _, a := range alerts { + select { + case ch <- a: + case <-done: + return + } + } + }() + + return provider.NewAlertIterator(ch, done, err) +} + +func (a *Alerts) getPending() ([]*types.Alert, error) { + a.mtx.RLock() + defer a.mtx.RUnlock() + + res := make([]*types.Alert, 0, len(a.alerts)) + + for _, alert := range a.alerts { + res = append(res, alert) + } + + return res, nil +} + +// Get returns the alert for a given fingerprint. +func (a *Alerts) Get(fp model.Fingerprint) (*types.Alert, error) { + a.mtx.RLock() + defer a.mtx.RUnlock() + + alert, ok := a.alerts[fp] + if !ok { + return nil, provider.ErrNotFound + } + return alert, nil +} + +// Put adds the given alert to the set. +func (a *Alerts) Put(alerts ...*types.Alert) error { + a.mtx.Lock() + defer a.mtx.Unlock() + + for _, alert := range alerts { + fp := alert.Fingerprint() + + if old, ok := a.alerts[fp]; ok { + // Merge alerts if there is an overlap in activity range. + if (alert.EndsAt.After(old.StartsAt) && alert.EndsAt.Before(old.EndsAt)) || + (alert.StartsAt.After(old.StartsAt) && alert.StartsAt.Before(old.EndsAt)) { + alert = old.Merge(alert) + } + } + + a.alerts[fp] = alert + + for _, ch := range a.listeners { + ch <- alert + } + } + + return nil +} diff --git a/vendor/src/github.com/prometheus/alertmanager/provider/mem/mem_test.go b/vendor/src/github.com/prometheus/alertmanager/provider/mem/mem_test.go new file mode 100644 index 0000000..3ab545a --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/provider/mem/mem_test.go @@ -0,0 +1,129 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/lic:wenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package mem + +import ( + "io/ioutil" + "reflect" + "testing" + "time" + + "github.com/kylelemons/godebug/pretty" + "github.com/prometheus/alertmanager/types" + "github.com/prometheus/common/model" +) + +func init() { + pretty.CompareConfig.IncludeUnexported = true +} + +func TestAlertsPut(t *testing.T) { + dir, err := ioutil.TempDir("", "alerts_test") + if err != nil { + t.Fatal(err) + } + + alerts, err := NewAlerts(dir) + if err != nil { + t.Fatal(err) + } + + var ( + t0 = time.Now() + t1 = t0.Add(10 * time.Minute) + ) + + insert := []*types.Alert{ + { + Alert: model.Alert{ + Labels: model.LabelSet{"bar": "foo"}, + Annotations: model.LabelSet{"foo": "bar"}, + StartsAt: t0, + EndsAt: t1, + GeneratorURL: "http://example.com/prometheus", + }, + UpdatedAt: t0, + Timeout: false, + }, { + Alert: model.Alert{ + Labels: model.LabelSet{"bar": "foo2"}, + Annotations: model.LabelSet{"foo": "bar2"}, + StartsAt: t0, + EndsAt: t1, + GeneratorURL: "http://example.com/prometheus", + }, + UpdatedAt: t0, + Timeout: false, + }, { + Alert: model.Alert{ + Labels: model.LabelSet{"bar": "foo3"}, + Annotations: model.LabelSet{"foo": "bar3"}, + StartsAt: t0, + EndsAt: t1, + GeneratorURL: "http://example.com/prometheus", + }, + UpdatedAt: t0, + Timeout: false, + }, + } + + if err := alerts.Put(insert...); err != nil { + t.Fatalf("Insert failed: %s", err) + } + + for i, a := range insert { + res, err := alerts.Get(a.Fingerprint()) + if err != nil { + t.Fatalf("retrieval error: %s", err) + } + if !alertsEqual(res, a) { + t.Errorf("Unexpected alert: %d", i) + t.Fatalf(pretty.Compare(res, a)) + } + } +} + +func alertsEqual(a1, a2 *types.Alert) bool { + if !reflect.DeepEqual(a1.Labels, a2.Labels) { + return false + } + if !reflect.DeepEqual(a1.Annotations, a2.Annotations) { + return false + } + if a1.GeneratorURL != a2.GeneratorURL { + return false + } + if !a1.StartsAt.Equal(a2.StartsAt) { + return false + } + if !a1.EndsAt.Equal(a2.EndsAt) { + return false + } + if !a1.UpdatedAt.Equal(a2.UpdatedAt) { + return false + } + return a1.Timeout == a2.Timeout +} + +func alertListEqual(a1, a2 []*types.Alert) bool { + if len(a1) != len(a2) { + return false + } + for i, a := range a1 { + if !alertsEqual(a, a2[i]) { + return false + } + } + return true +} diff --git a/vendor/src/github.com/prometheus/alertmanager/provider/provider.go b/vendor/src/github.com/prometheus/alertmanager/provider/provider.go new file mode 100644 index 0000000..1ab5fbe --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/provider/provider.go @@ -0,0 +1,88 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package provider + +import ( + "fmt" + + "github.com/prometheus/common/model" + + "github.com/prometheus/alertmanager/types" +) + +var ( + // ErrNotFound is returned if a provider cannot find a requested item. + ErrNotFound = fmt.Errorf("item not found") +) + +// Iterator provides the functions common to all iterators. To be useful, a +// specific iterator interface (e.g. AlertIterator) has to be implemented that +// provides a Next method. +type Iterator interface { + // Err returns the current error. It is not safe to call it concurrently + // with other iterator methods or while reading from a channel returned + // by the iterator. + Err() error + // Close must be called to release resources once the iterator is not + // used anymore. + Close() +} + +// AlertIterator is an Iterator for Alerts. +type AlertIterator interface { + Iterator + // Next returns a channel that will be closed once the iterator is + // exhausted. It is not necessary to exhaust the iterator but Close must + // be called in any case to release resources used by the iterator (even + // if the iterator is exhausted). + Next() <-chan *types.Alert +} + +// NewAlertIterator returns a new AlertIterator based on the generic alertIterator type +func NewAlertIterator(ch <-chan *types.Alert, done chan struct{}, err error) AlertIterator { + return &alertIterator{ + ch: ch, + done: done, + err: err, + } +} + +// alertIterator implements AlertIterator. So far, this one fits all providers. +type alertIterator struct { + ch <-chan *types.Alert + done chan struct{} + err error +} + +func (ai alertIterator) Next() <-chan *types.Alert { + return ai.ch +} + +func (ai alertIterator) Err() error { return ai.err } +func (ai alertIterator) Close() { close(ai.done) } + +// Alerts gives access to a set of alerts. All methods are goroutine-safe. +type Alerts interface { + // Subscribe returns an iterator over active alerts that have not been + // resolved and successfully notified about. + // They are not guaranteed to be in chronological order. + Subscribe() AlertIterator + // GetPending returns an iterator over all alerts that have + // pending notifications. + GetPending() AlertIterator + // Get returns the alert for a given fingerprint. + Get(model.Fingerprint) (*types.Alert, error) + // Put adds the given alert to the set. + Put(...*types.Alert) error +} diff --git a/vendor/src/github.com/prometheus/alertmanager/scripts/genproto.sh b/vendor/src/github.com/prometheus/alertmanager/scripts/genproto.sh new file mode 100755 index 0000000..7c2c90d --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/scripts/genproto.sh @@ -0,0 +1,2 @@ +protoc --go_out=. nflog/nflogpb/nflog.proto +protoc --go_out=. silence/silencepb/silence.proto diff --git a/vendor/src/github.com/prometheus/alertmanager/silence/silence.go b/vendor/src/github.com/prometheus/alertmanager/silence/silence.go new file mode 100644 index 0000000..2a1fdec --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/silence/silence.go @@ -0,0 +1,896 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package silence provides a storage for silences, which can share its +// state over a mesh network and snapshot it. +package silence + +import ( + "bytes" + "errors" + "fmt" + "io" + "math/rand" + "os" + "regexp" + "sync" + "time" + + "github.com/golang/protobuf/ptypes" + "github.com/golang/protobuf/ptypes/timestamp" + "github.com/matttproud/golang_protobuf_extensions/pbutil" + pb "github.com/prometheus/alertmanager/silence/silencepb" + "github.com/prometheus/alertmanager/types" + "github.com/prometheus/client_golang/prometheus" + "github.com/prometheus/common/log" + "github.com/prometheus/common/model" + "github.com/satori/go.uuid" + "github.com/weaveworks/mesh" +) + +// ErrNotFound is returned if a silence was not found. +var ErrNotFound = fmt.Errorf("not found") + +func utcNow() time.Time { + return time.Now().UTC() +} + +type matcherCache map[*pb.Silence]types.Matchers + +// Get retrieves the matchers for a given silence. If it is a missed cache +// access, it compiles and adds the matchers of the requested silence to the +// cache. +func (c matcherCache) Get(s *pb.Silence) (types.Matchers, error) { + if m, ok := c[s]; ok { + return m, nil + } + return c.add(s) +} + +// add compiles a silences' matchers and adds them to the cache. +// It returns the compiled matchers. +func (c matcherCache) add(s *pb.Silence) (types.Matchers, error) { + var ( + ms types.Matchers + mt *types.Matcher + ) + + for _, m := range s.Matchers { + mt = &types.Matcher{ + Name: m.Name, + Value: m.Pattern, + } + switch m.Type { + case pb.Matcher_EQUAL: + mt.IsRegex = false + case pb.Matcher_REGEXP: + mt.IsRegex = true + } + err := mt.Init() + if err != nil { + return nil, err + } + + ms = append(ms, mt) + } + + c[s] = ms + + return ms, nil +} + +// Silences holds a silence state that can be modified, queried, and snapshot. +type Silences struct { + logger log.Logger + metrics *metrics + now func() time.Time + retention time.Duration + + mc matcherCache + + gossip mesh.Gossip // gossip channel for sharing silences + + // We store silences in a map of IDs for now. Currently, the memory + // state is equivalent to the mesh.GossipData representation. + // In the future we'll want support for efficient queries by time + // range and affected labels. + mtx sync.RWMutex + st gossipData +} + +type metrics struct { + gcDuration prometheus.Summary + snapshotDuration prometheus.Summary + queriesTotal prometheus.Counter + queryErrorsTotal prometheus.Counter + queryDuration prometheus.Histogram +} + +func newMetrics(r prometheus.Registerer) *metrics { + m := &metrics{} + + m.gcDuration = prometheus.NewSummary(prometheus.SummaryOpts{ + Name: "alertmanager_silences_gc_duration_seconds", + Help: "Duration of the last silence garbage collection cycle.", + }) + m.snapshotDuration = prometheus.NewSummary(prometheus.SummaryOpts{ + Name: "alertmanager_silences_snapshot_duration_seconds", + Help: "Duration of the last silence snapshot.", + }) + m.queriesTotal = prometheus.NewCounter(prometheus.CounterOpts{ + Name: "alertmanager_silences_queries_total", + Help: "How many silence queries were received.", + }) + m.queryErrorsTotal = prometheus.NewCounter(prometheus.CounterOpts{ + Name: "alertmanager_silences_query_errors_total", + Help: "How many silence received queries did not succeed.", + }) + m.queryDuration = prometheus.NewHistogram(prometheus.HistogramOpts{ + Name: "alertmanager_silences_query_duration_seconds", + Help: "Duration of silence query evaluation.", + }) + + if r != nil { + r.MustRegister( + m.gcDuration, + m.snapshotDuration, + m.queriesTotal, + m.queryErrorsTotal, + m.queryDuration, + ) + } + return m +} + +// Options exposes configuration options for creating a new Silences object. +// Its zero value is a safe default. +type Options struct { + // A snapshot file or reader from which the initial state is loaded. + // None or only one of them must be set. + SnapshotFile string + SnapshotReader io.Reader + + // Retention time for newly created Silences. Silences may be + // garbage collected after the given duration after they ended. + Retention time.Duration + + // A function creating a mesh.Gossip on being called with a mesh.Gossiper. + Gossip func(g mesh.Gossiper) mesh.Gossip + + // A logger used by background processing. + Logger log.Logger + Metrics prometheus.Registerer +} + +func (o *Options) validate() error { + if o.SnapshotFile != "" && o.SnapshotReader != nil { + return fmt.Errorf("only one of SnapshotFile and SnapshotReader must be set") + } + return nil +} + +// New returns a new Silences object with the given configuration. +func New(o Options) (*Silences, error) { + if err := o.validate(); err != nil { + return nil, err + } + if o.SnapshotFile != "" { + if r, err := os.Open(o.SnapshotFile); err != nil { + if !os.IsNotExist(err) { + return nil, err + } + } else { + o.SnapshotReader = r + } + } + s := &Silences{ + mc: matcherCache{}, + logger: log.NewNopLogger(), + metrics: newMetrics(o.Metrics), + retention: o.Retention, + now: utcNow, + gossip: nopGossip{}, + st: gossipData{}, + } + if o.Logger != nil { + s.logger = o.Logger + } + if o.Gossip != nil { + s.gossip = o.Gossip(gossiper{s}) + } + if o.SnapshotReader != nil { + if err := s.loadSnapshot(o.SnapshotReader); err != nil { + return s, err + } + } + return s, nil +} + +type nopGossip struct{} + +func (nopGossip) GossipBroadcast(d mesh.GossipData) {} +func (nopGossip) GossipUnicast(mesh.PeerName, []byte) error { return nil } + +// Maintenance garbage collects the silence state at the given interval. If the snapshot +// file is set, a snapshot is written to it afterwards. +// Terminates on receiving from stopc. +func (s *Silences) Maintenance(interval time.Duration, snapf string, stopc <-chan struct{}) { + t := time.NewTicker(interval) + defer t.Stop() + + f := func() error { + start := s.now() + s.logger.Info("running maintenance") + defer s.logger.With("duration", s.now().Sub(start)).Info("maintenance done") + + if _, err := s.GC(); err != nil { + return err + } + if snapf == "" { + return nil + } + f, err := openReplace(snapf) + if err != nil { + return err + } + // TODO(fabxc): potentially expose snapshot size in log message. + if _, err := s.Snapshot(f); err != nil { + return err + } + return f.Close() + } + +Loop: + for { + select { + case <-stopc: + break Loop + case <-t.C: + if err := f(); err != nil { + s.logger.With("err", err).Error("running maintenance failed") + } + } + } + // No need for final maintenance if we don't want to snapshot. + if snapf == "" { + return + } + if err := f(); err != nil { + s.logger.With("err", err).Info("msg", "creating shutdown snapshot failed") + } +} + +// GC runs a garbage collection that removes silences that have ended longer +// than the configured retention time ago. +func (s *Silences) GC() (int, error) { + start := time.Now() + defer func() { s.metrics.gcDuration.Observe(time.Since(start).Seconds()) }() + + now, err := s.nowProto() + if err != nil { + return 0, err + } + var n int + + s.mtx.Lock() + defer s.mtx.Unlock() + + for id, sil := range s.st { + if !protoBefore(now, sil.ExpiresAt) { + delete(s.st, id) + delete(s.mc, sil.Silence) + n++ + } + } + return n, nil +} + +func protoBefore(a, b *timestamp.Timestamp) bool { + if a.Seconds > b.Seconds { + return false + } + if a.Seconds == b.Seconds { + return a.Nanos < b.Nanos + } + return true +} + +func validateMatcher(m *pb.Matcher) error { + if !model.LabelName(m.Name).IsValid() { + return fmt.Errorf("invalid label name %q", m.Name) + } + switch m.Type { + case pb.Matcher_EQUAL: + if !model.LabelValue(m.Pattern).IsValid() { + return fmt.Errorf("invalid label value %q", m.Pattern) + } + case pb.Matcher_REGEXP: + if _, err := regexp.Compile(m.Pattern); err != nil { + return fmt.Errorf("invalid regular expression %q: %s", m.Pattern, err) + } + default: + return fmt.Errorf("unknown matcher type %q", m.Type) + } + return nil +} + +func validateSilence(s *pb.Silence) error { + if s.Id == "" { + return errors.New("ID missing") + } + if len(s.Matchers) == 0 { + return errors.New("at least one matcher required") + } + for i, m := range s.Matchers { + if err := validateMatcher(m); err != nil { + return fmt.Errorf("invalid label matcher %d: %s", i, err) + } + } + startsAt, err := ptypes.Timestamp(s.StartsAt) + if err != nil { + return fmt.Errorf("invalid start time: %s", err) + } + endsAt, err := ptypes.Timestamp(s.EndsAt) + if err != nil { + return fmt.Errorf("invalid end time: %s", err) + } + if endsAt.Before(startsAt) { + return errors.New("end time must not be before start time") + } + if _, err := ptypes.Timestamp(s.UpdatedAt); err != nil { + return fmt.Errorf("invalid update timestamp: %s", err) + } + return nil +} + +// cloneSilence returns a shallow copy of a silence. +func cloneSilence(sil *pb.Silence) *pb.Silence { + s := *sil + return &s +} + +func (s *Silences) getSilence(id string) (*pb.Silence, bool) { + msil, ok := s.st[id] + if !ok { + return nil, false + } + return msil.Silence, true +} + +func (s *Silences) setSilence(sil *pb.Silence) error { + endsAt, err := ptypes.Timestamp(sil.EndsAt) + if err != nil { + return err + } + expiresAt, err := ptypes.TimestampProto(endsAt.Add(s.retention)) + if err != nil { + return err + } + + msil := &pb.MeshSilence{ + Silence: sil, + ExpiresAt: expiresAt, + } + st := gossipData{sil.Id: msil} + + s.st.Merge(st) + s.gossip.GossipBroadcast(st) + + return nil +} + +func (s *Silences) nowProto() (*timestamp.Timestamp, error) { + now := s.now() + return ptypes.TimestampProto(now) +} + +// Create adds a new silence and returns its ID. +func (s *Silences) Create(sil *pb.Silence) (id string, err error) { + if sil.Id != "" { + return "", fmt.Errorf("unexpected ID in new silence") + } + sil.Id = uuid.NewV4().String() + + now, err := s.nowProto() + if err != nil { + return "", err + } + if sil.StartsAt == nil { + sil.StartsAt = now + } else if protoBefore(sil.StartsAt, now) { + return "", fmt.Errorf("new silence must not start in the past") + } + sil.UpdatedAt = now + + if err := validateSilence(sil); err != nil { + return "", fmt.Errorf("invalid silence: %s", err) + } + + s.mtx.Lock() + defer s.mtx.Unlock() + + if err := s.setSilence(sil); err != nil { + return "", err + } + return sil.Id, nil +} + +// Expire the silence with the given ID immediately. +func (s *Silences) Expire(id string) error { + s.mtx.Lock() + defer s.mtx.Unlock() + + sil, ok := s.getSilence(id) + if !ok { + return ErrNotFound + } + + now, err := s.nowProto() + if err != nil { + return err + } + if sil, err = silenceSetTimeRange(sil, now, sil.StartsAt, now); err != nil { + return err + } + return s.setSilence(sil) +} + +// SetTimeRange adjust the time range of a silence if allowed. If start or end +// are zero times, the current value remains unmodified. +func (s *Silences) SetTimeRange(id string, start, end time.Time) error { + now, err := s.nowProto() + if err != nil { + return err + } + s.mtx.Lock() + defer s.mtx.Unlock() + + sil, ok := s.getSilence(id) + if !ok { + return ErrNotFound + } + + // Retrieve protobuf start and end time, default to current value + // of the silence. + var startp, endp *timestamp.Timestamp + if start.IsZero() { + startp = sil.StartsAt + } else if startp, err = ptypes.TimestampProto(start); err != nil { + return err + } + if end.IsZero() { + endp = sil.EndsAt + } else if endp, err = ptypes.TimestampProto(end); err != nil { + return err + } + + if sil, err = silenceSetTimeRange(sil, now, startp, endp); err != nil { + return err + } + return s.setSilence(sil) +} + +func silenceSetTimeRange(sil *pb.Silence, now, start, end *timestamp.Timestamp) (*pb.Silence, error) { + if protoBefore(end, start) { + return nil, fmt.Errorf("end time must not be before start time") + } + // Validate modification based on current silence state. + switch getState(sil, now) { + case StateActive: + if *start != *sil.StartsAt { + return nil, fmt.Errorf("start time of active silence cannot be modified") + } + if protoBefore(end, now) { + return nil, fmt.Errorf("end time cannot be set into the past") + } + case StatePending: + if protoBefore(start, now) { + return nil, fmt.Errorf("start time cannot be set into the past") + } + case StateExpired: + return nil, fmt.Errorf("expired silence must not be modified") + default: + panic("unknown silence state") + } + + sil = cloneSilence(sil) + sil.StartsAt = start + sil.EndsAt = end + sil.UpdatedAt = now + + return sil, nil +} + +// AddComment adds a new comment to the silence with the given ID. +func (s *Silences) AddComment(id string, author, comment string) error { + panic("not implemented") +} + +// QueryParam expresses parameters along which silences are queried. +type QueryParam func(*query) error + +type query struct { + ids []string + filters []silenceFilter +} + +// silenceFilter is a function that returns true if a silence +// should be dropped from a result set for a given time. +type silenceFilter func(*pb.Silence, *Silences, *timestamp.Timestamp) (bool, error) + +var errNotSupported = errors.New("query parameter not supported") + +// QIDs configures a query to select the given silence IDs. +func QIDs(ids ...string) QueryParam { + return func(q *query) error { + q.ids = append(q.ids, ids...) + return nil + } +} + +// QTimeRange configures a query to search for silences that are active +// in the given time range. +// TODO(fabxc): not supported yet. +func QTimeRange(start, end time.Time) QueryParam { + return func(q *query) error { + return errNotSupported + } +} + +// QMatches returns silences that match the given label set. +func QMatches(set model.LabelSet) QueryParam { + return func(q *query) error { + f := func(sil *pb.Silence, s *Silences, _ *timestamp.Timestamp) (bool, error) { + m, err := s.mc.Get(sil) + if err != nil { + return true, err + } + return m.Match(set), nil + } + q.filters = append(q.filters, f) + return nil + } +} + +// SilenceState describes the state of a silence based on its time range. +type SilenceState string + +// The only possible states of a silence w.r.t a timestamp. +const ( + StateActive SilenceState = "active" + StatePending = "pending" + StateExpired = "expired" +) + +// getState returns a silence's SilenceState at the given timestamp. +func getState(sil *pb.Silence, ts *timestamp.Timestamp) SilenceState { + if protoBefore(ts, sil.StartsAt) { + return StatePending + } + if protoBefore(sil.EndsAt, ts) { + return StateExpired + } + return StateActive +} + +// QState filters queried silences by the given states. +func QState(states ...SilenceState) QueryParam { + return func(q *query) error { + f := func(sil *pb.Silence, _ *Silences, now *timestamp.Timestamp) (bool, error) { + s := getState(sil, now) + + for _, ps := range states { + if s == ps { + return true, nil + } + } + return false, nil + } + q.filters = append(q.filters, f) + return nil + } +} + +// Query for silences based on the given query parameters. +func (s *Silences) Query(params ...QueryParam) ([]*pb.Silence, error) { + start := time.Now() + s.metrics.queriesTotal.Inc() + + sils, err := func() ([]*pb.Silence, error) { + q := &query{} + for _, p := range params { + if err := p(q); err != nil { + return nil, err + } + } + nowpb, err := s.nowProto() + if err != nil { + return nil, err + } + return s.query(q, nowpb) + }() + if err != nil { + s.metrics.queryErrorsTotal.Inc() + } + s.metrics.queryDuration.Observe(time.Since(start).Seconds()) + return sils, err +} + +func (s *Silences) query(q *query, now *timestamp.Timestamp) ([]*pb.Silence, error) { + // If we have an ID constraint, all silences are our base set. + // This and the use of post-filter functions is the + // the trivial solution for now. + var res []*pb.Silence + + s.mtx.RLock() + if q.ids != nil { + for _, id := range q.ids { + if s, ok := s.st[string(id)]; ok { + res = append(res, s.Silence) + } + } + } else { + for _, sil := range s.st { + res = append(res, sil.Silence) + } + } + + var resf []*pb.Silence + for _, sil := range res { + remove := false + for _, f := range q.filters { + ok, err := f(sil, s, now) + if err != nil { + return nil, err + } + if !ok { + remove = true + break + } + } + if !remove { + resf = append(resf, sil) + } + } + s.mtx.RUnlock() + + return resf, nil +} + +// loadSnapshot loads a snapshot generated by Snapshot() into the state. +// Any previous state is wiped. +func (s *Silences) loadSnapshot(r io.Reader) error { + st := gossipData{} + + for { + var sil pb.MeshSilence + if _, err := pbutil.ReadDelimited(r, &sil); err != nil { + if err == io.EOF { + break + } + return err + } + st[sil.Silence.Id] = &sil + _, err := s.mc.Get(sil.Silence) + if err != nil { + return err + } + } + s.mtx.Lock() + s.st = st + s.mtx.Unlock() + + return nil +} + +// Snapshot writes the full internal state into the writer and returns the number of bytes +// written. +func (s *Silences) Snapshot(w io.Writer) (int, error) { + start := time.Now() + defer func() { s.metrics.snapshotDuration.Observe(time.Since(start).Seconds()) }() + + s.mtx.RLock() + defer s.mtx.RUnlock() + + var n int + for _, s := range s.st { + m, err := pbutil.WriteDelimited(w, s) + if err != nil { + return n + m, err + } + n += m + } + return n, nil +} + +type gossiper struct { + *Silences +} + +// Gossip implements the mesh.Gossiper interface. +func (g gossiper) Gossip() mesh.GossipData { + g.mtx.RLock() + defer g.mtx.RUnlock() + + return g.st.clone() +} + +// OnGossip implements the mesh.Gossiper interface. +func (g gossiper) OnGossip(msg []byte) (mesh.GossipData, error) { + gd, err := decodeGossipData(msg) + if err != nil { + return nil, err + } + g.mtx.Lock() + defer g.mtx.Unlock() + + if delta := g.st.mergeDelta(gd); len(delta) > 0 { + return delta, nil + } + return nil, nil +} + +// OnGossipBroadcast implements the mesh.Gossiper interface. +func (g gossiper) OnGossipBroadcast(src mesh.PeerName, msg []byte) (mesh.GossipData, error) { + gd, err := decodeGossipData(msg) + if err != nil { + return nil, err + } + g.mtx.Lock() + defer g.mtx.Unlock() + + return g.st.mergeDelta(gd), nil +} + +// OnGossipUnicast implements the mesh.Gossiper interface. +// It always panics. +func (g gossiper) OnGossipUnicast(src mesh.PeerName, msg []byte) error { + panic("not implemented") +} + +type gossipData map[string]*pb.MeshSilence + +func decodeGossipData(msg []byte) (gossipData, error) { + gd := gossipData{} + rd := bytes.NewReader(msg) + + for { + var s pb.MeshSilence + if _, err := pbutil.ReadDelimited(rd, &s); err != nil { + if err == io.EOF { + break + } + return gd, err + } + gd[s.Silence.Id] = &s + } + return gd, nil +} + +// Encode implements the mesh.GossipData interface. +func (gd gossipData) Encode() [][]byte { + // Split into sub-messages of ~1MB. + const maxSize = 1024 * 1024 + + var ( + buf bytes.Buffer + res [][]byte + n int + ) + for _, s := range gd { + m, err := pbutil.WriteDelimited(&buf, s) + n += m + if err != nil { + // TODO(fabxc): log error and skip entry. Or can this really not happen with a bytes.Buffer? + panic(err) + } + if n > maxSize { + res = append(res, buf.Bytes()) + buf = bytes.Buffer{} + } + } + if buf.Len() > 0 { + res = append(res, buf.Bytes()) + } + return res +} + +func (gd gossipData) clone() gossipData { + res := make(gossipData, len(gd)) + for id, s := range gd { + res[id] = s + } + return res +} + +// Merge the silence set with gossip data and return a new silence state. +func (gd gossipData) Merge(other mesh.GossipData) mesh.GossipData { + for id, s := range other.(gossipData) { + prev, ok := gd[id] + if !ok { + gd[id] = s + continue + } + pts, err := ptypes.Timestamp(prev.Silence.UpdatedAt) + if err != nil { + panic(err) + } + sts, err := ptypes.Timestamp(s.Silence.UpdatedAt) + if err != nil { + panic(err) + } + if pts.Before(sts) { + gd[id] = s + } + } + return gd +} + +// mergeDelta behaves like Merge but returns a gossipData only +// containing things that have changed. +func (gd gossipData) mergeDelta(od gossipData) gossipData { + delta := gossipData{} + for id, s := range od { + prev, ok := gd[id] + if !ok { + gd[id] = s + delta[id] = s + continue + } + pts, err := ptypes.Timestamp(prev.Silence.UpdatedAt) + if err != nil { + panic(err) + } + sts, err := ptypes.Timestamp(s.Silence.UpdatedAt) + if err != nil { + panic(err) + } + if pts.Before(sts) { + gd[id] = s + delta[id] = s + } + } + return delta +} + +// replaceFile wraps a file that is moved to another filename on closing. +type replaceFile struct { + *os.File + filename string +} + +func (f *replaceFile) Close() error { + if err := f.File.Sync(); err != nil { + return err + } + if err := f.File.Close(); err != nil { + return err + } + return os.Rename(f.File.Name(), f.filename) +} + +// openReplace opens a new temporary file that is moved to filename on closing. +func openReplace(filename string) (*replaceFile, error) { + tmpFilename := fmt.Sprintf("%s.%x", filename, uint64(rand.Int63())) + + f, err := os.Create(tmpFilename) + if err != nil { + return nil, err + } + + rf := &replaceFile{ + File: f, + filename: filename, + } + return rf, nil +} diff --git a/vendor/src/github.com/prometheus/alertmanager/silence/silence_test.go b/vendor/src/github.com/prometheus/alertmanager/silence/silence_test.go new file mode 100644 index 0000000..824045f --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/silence/silence_test.go @@ -0,0 +1,962 @@ +// Copyright 2016 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package silence + +import ( + "bytes" + "io/ioutil" + "os" + "sort" + "strings" + "testing" + "time" + + "github.com/golang/protobuf/ptypes" + "github.com/golang/protobuf/ptypes/timestamp" + pb "github.com/prometheus/alertmanager/silence/silencepb" + "github.com/prometheus/common/model" + "github.com/stretchr/testify/require" + "github.com/weaveworks/mesh" +) + +func TestOptionsValidate(t *testing.T) { + cases := []struct { + options *Options + err string + }{ + { + options: &Options{ + SnapshotReader: &bytes.Buffer{}, + }, + }, + { + options: &Options{ + SnapshotFile: "test.bkp", + }, + }, + { + options: &Options{ + SnapshotFile: "test bkp", + SnapshotReader: &bytes.Buffer{}, + }, + err: "only one of SnapshotFile and SnapshotReader must be set", + }, + } + + for _, c := range cases { + err := c.options.validate() + if err == nil { + if c.err != "" { + t.Errorf("expected error containing %q but got none", c.err) + } + continue + } + if err != nil && c.err == "" { + t.Errorf("unexpected error %q", err) + continue + } + if !strings.Contains(err.Error(), c.err) { + t.Errorf("expected error to contain %q but got %q", c.err, err) + } + } +} + +func TestSilencesGC(t *testing.T) { + s, err := New(Options{}) + require.NoError(t, err) + + now := utcNow() + s.now = func() time.Time { return now } + + newSilence := func(exp time.Time) *pb.MeshSilence { + return &pb.MeshSilence{ExpiresAt: mustTimeProto(exp)} + } + s.st = gossipData{ + "1": newSilence(now), + "2": newSilence(now.Add(-time.Second)), + "3": newSilence(now.Add(time.Second)), + } + want := gossipData{ + "3": newSilence(now.Add(time.Second)), + } + + n, err := s.GC() + require.NoError(t, err) + require.Equal(t, 2, n) + require.Equal(t, want, s.st) +} + +func TestSilencesSnapshot(t *testing.T) { + // Check whether storing and loading the snapshot is symmetric. + now := utcNow() + + cases := []struct { + entries []*pb.MeshSilence + }{ + { + entries: []*pb.MeshSilence{ + { + Silence: &pb.Silence{ + Id: "3be80475-e219-4ee7-b6fc-4b65114e362f", + Matchers: []*pb.Matcher{ + {Name: "label1", Pattern: "val1", Type: pb.Matcher_EQUAL}, + {Name: "label2", Pattern: "val.+", Type: pb.Matcher_REGEXP}, + }, + StartsAt: mustTimeProto(now), + EndsAt: mustTimeProto(now), + UpdatedAt: mustTimeProto(now), + }, + ExpiresAt: mustTimeProto(now), + }, + { + Silence: &pb.Silence{ + Id: "4b1e760d-182c-4980-b873-c1a6827c9817", + Matchers: []*pb.Matcher{ + {Name: "label1", Pattern: "val1", Type: pb.Matcher_EQUAL}, + }, + StartsAt: mustTimeProto(now.Add(time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now), + }, + ExpiresAt: mustTimeProto(now.Add(24 * time.Hour)), + }, + }, + }, + } + + for _, c := range cases { + f, err := ioutil.TempFile("", "snapshot") + require.NoError(t, err, "creating temp file failed") + + s1 := &Silences{st: gossipData{}, metrics: newMetrics(nil)} + // Setup internal state manually. + for _, e := range c.entries { + s1.st[e.Silence.Id] = e + } + _, err = s1.Snapshot(f) + require.NoError(t, err, "creating snapshot failed") + + require.NoError(t, f.Close(), "closing snapshot file failed") + + f, err = os.Open(f.Name()) + require.NoError(t, err, "opening snapshot file failed") + + // Check again against new nlog instance. + s2 := &Silences{mc: matcherCache{}} + err = s2.loadSnapshot(f) + require.NoError(t, err, "error loading snapshot") + require.Equal(t, s1.st, s2.st, "state after loading snapshot did not match snapshotted state") + + require.NoError(t, f.Close(), "closing snapshot file failed") + } +} + +type mockGossip struct { + broadcast func(mesh.GossipData) +} + +func (g *mockGossip) GossipBroadcast(d mesh.GossipData) { g.broadcast(d) } +func (g *mockGossip) GossipUnicast(mesh.PeerName, []byte) error { panic("not implemented") } + +func TestSilencesSetSilence(t *testing.T) { + s, err := New(Options{ + Retention: time.Minute, + }) + require.NoError(t, err) + + now := utcNow() + nowpb := mustTimeProto(now) + + sil := &pb.Silence{ + Id: "some_id", + EndsAt: nowpb, + } + + want := gossipData{ + "some_id": &pb.MeshSilence{ + Silence: sil, + ExpiresAt: mustTimeProto(now.Add(time.Minute)), + }, + } + + var called bool + s.gossip = &mockGossip{ + broadcast: func(d mesh.GossipData) { + data, ok := d.(gossipData) + require.True(t, ok, "gossip data of unknown type") + require.Equal(t, want, data, "unexpected gossip broadcast data") + + called = true + }, + } + require.NoError(t, s.setSilence(sil)) + require.True(t, called, "GossipBroadcast was not called") + require.Equal(t, want, s.st, "Unexpected silence state") +} + +func TestSilenceCreate(t *testing.T) { + s, err := New(Options{ + Retention: time.Hour, + }) + require.NoError(t, err) + + now := utcNow() + s.now = func() time.Time { return now } + + // Insert silence with fixed start time. + sil1 := &pb.Silence{ + Matchers: []*pb.Matcher{{Name: "a", Pattern: "b"}}, + StartsAt: mustTimeProto(now.Add(2 * time.Minute)), + EndsAt: mustTimeProto(now.Add(5 * time.Minute)), + } + id1, err := s.Create(sil1) + require.NoError(t, err) + require.NotEqual(t, id1, "") + + want := gossipData{ + id1: &pb.MeshSilence{ + Silence: &pb.Silence{ + Id: id1, + Matchers: []*pb.Matcher{{Name: "a", Pattern: "b"}}, + StartsAt: mustTimeProto(now.Add(2 * time.Minute)), + EndsAt: mustTimeProto(now.Add(5 * time.Minute)), + UpdatedAt: mustTimeProto(now), + }, + ExpiresAt: mustTimeProto(now.Add(5*time.Minute + s.retention)), + }, + } + require.Equal(t, want, s.st, "unexpected state after silence creation") + + // Insert silence with unset start time. Must be set to now. + sil2 := &pb.Silence{ + Matchers: []*pb.Matcher{{Name: "a", Pattern: "b"}}, + EndsAt: mustTimeProto(now.Add(1 * time.Minute)), + } + id2, err := s.Create(sil2) + require.NoError(t, err) + require.NotEqual(t, id2, "") + + want = gossipData{ + id1: &pb.MeshSilence{ + Silence: &pb.Silence{ + Id: id1, + Matchers: []*pb.Matcher{{Name: "a", Pattern: "b"}}, + StartsAt: mustTimeProto(now.Add(2 * time.Minute)), + EndsAt: mustTimeProto(now.Add(5 * time.Minute)), + UpdatedAt: mustTimeProto(now), + }, + ExpiresAt: mustTimeProto(now.Add(5*time.Minute + s.retention)), + }, + id2: &pb.MeshSilence{ + Silence: &pb.Silence{ + Id: id2, + Matchers: []*pb.Matcher{{Name: "a", Pattern: "b"}}, + StartsAt: mustTimeProto(now), + EndsAt: mustTimeProto(now.Add(1 * time.Minute)), + UpdatedAt: mustTimeProto(now), + }, + ExpiresAt: mustTimeProto(now.Add(1*time.Minute + s.retention)), + }, + } + require.Equal(t, want, s.st, "unexpected state after silence creation") + +} + +func TestSilencesCreateFail(t *testing.T) { + s, err := New(Options{}) + require.NoError(t, err) + + now := utcNow() + s.now = func() time.Time { return now } + + cases := []struct { + s *pb.Silence + err string + }{ + { + s: &pb.Silence{Id: "some_id"}, + err: "unexpected ID in new silence", + }, { + s: &pb.Silence{StartsAt: mustTimeProto(now.Add(-time.Minute))}, + err: "new silence must not start in the past", + }, { + s: &pb.Silence{}, // Silence without matcher. + err: "invalid silence", + }, + } + for _, c := range cases { + _, err := s.Create(c.s) + if err == nil { + if c.err != "" { + t.Errorf("expected error containing %q but got none", c.err) + } + continue + } + if err != nil && c.err == "" { + t.Errorf("unexpected error %q", err) + continue + } + if !strings.Contains(err.Error(), c.err) { + t.Errorf("expected error to contain %q but got %q", c.err, err) + } + } +} + +func TestQState(t *testing.T) { + now := utcNow() + + cases := []struct { + sil *pb.Silence + states []SilenceState + keep bool + }{ + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(time.Minute)), + EndsAt: mustTimeProto(now.Add(time.Hour)), + }, + states: []SilenceState{StateActive, StateExpired}, + keep: false, + }, + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(time.Minute)), + EndsAt: mustTimeProto(now.Add(time.Hour)), + }, + states: []SilenceState{StatePending}, + keep: true, + }, + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(time.Minute)), + EndsAt: mustTimeProto(now.Add(time.Hour)), + }, + states: []SilenceState{StateExpired, StatePending}, + keep: true, + }, + } + for i, c := range cases { + q := &query{} + QState(c.states...)(q) + f := q.filters[0] + + keep, err := f(c.sil, nil, mustTimeProto(now)) + require.NoError(t, err) + require.Equal(t, c.keep, keep, "unexpected filter result for case %d", i) + } +} + +func TestQMatches(t *testing.T) { + qp := QMatches(model.LabelSet{ + "job": "test", + "instance": "web-1", + "path": "/user/profile", + "method": "GET", + }) + + q := &query{} + qp(q) + f := q.filters[0] + + cases := []struct { + sil *pb.Silence + drop bool + }{ + { + sil: &pb.Silence{ + Matchers: []*pb.Matcher{ + {Name: "job", Pattern: "test", Type: pb.Matcher_EQUAL}, + }, + }, + drop: true, + }, + { + sil: &pb.Silence{ + Matchers: []*pb.Matcher{ + {Name: "job", Pattern: "test", Type: pb.Matcher_EQUAL}, + {Name: "method", Pattern: "POST", Type: pb.Matcher_EQUAL}, + }, + }, + drop: false, + }, + { + sil: &pb.Silence{ + Matchers: []*pb.Matcher{ + {Name: "path", Pattern: "/user/.+", Type: pb.Matcher_REGEXP}, + }, + }, + drop: true, + }, + { + sil: &pb.Silence{ + Matchers: []*pb.Matcher{ + {Name: "path", Pattern: "/user/.+", Type: pb.Matcher_REGEXP}, + {Name: "path", Pattern: "/nothing/.+", Type: pb.Matcher_REGEXP}, + }, + }, + drop: false, + }, + } + for _, c := range cases { + drop, err := f(c.sil, &Silences{mc: matcherCache{}}, nil) + require.NoError(t, err) + require.Equal(t, c.drop, drop, "unexpected filter result") + } +} + +func TestSilencesQuery(t *testing.T) { + s, err := New(Options{}) + require.NoError(t, err) + + s.st = gossipData{ + "1": &pb.MeshSilence{Silence: &pb.Silence{Id: "1"}}, + "2": &pb.MeshSilence{Silence: &pb.Silence{Id: "2"}}, + "3": &pb.MeshSilence{Silence: &pb.Silence{Id: "3"}}, + "4": &pb.MeshSilence{Silence: &pb.Silence{Id: "4"}}, + "5": &pb.MeshSilence{Silence: &pb.Silence{Id: "5"}}, + } + cases := []struct { + q *query + exp []*pb.Silence + }{ + { + // Default query of retrieving all silences. + q: &query{}, + exp: []*pb.Silence{ + {Id: "1"}, + {Id: "2"}, + {Id: "3"}, + {Id: "4"}, + {Id: "5"}, + }, + }, + { + // Retrieve by IDs. + q: &query{ + ids: []string{"2", "5"}, + }, + exp: []*pb.Silence{ + {Id: "2"}, + {Id: "5"}, + }, + }, + { + // Retrieve all and filter + q: &query{ + filters: []silenceFilter{ + func(sil *pb.Silence, _ *Silences, _ *timestamp.Timestamp) (bool, error) { + return sil.Id == "1" || sil.Id == "2", nil + }, + }, + }, + exp: []*pb.Silence{ + {Id: "1"}, + {Id: "2"}, + }, + }, + { + // Retrieve by IDs and filter + q: &query{ + ids: []string{"2", "5"}, + filters: []silenceFilter{ + func(sil *pb.Silence, _ *Silences, _ *timestamp.Timestamp) (bool, error) { + return sil.Id == "1" || sil.Id == "2", nil + }, + }, + }, + exp: []*pb.Silence{ + {Id: "2"}, + }, + }, + } + + for _, c := range cases { + // Run default query of retrieving all silences. + res, err := s.query(c.q, nil) + require.NoError(t, err, "unexpected error on querying") + + // Currently there are no sorting guarantees in the querying API. + sort.Sort(silencesByID(c.exp)) + sort.Sort(silencesByID(res)) + require.Equal(t, c.exp, res, "unexpected silences in result") + } +} + +type silencesByID []*pb.Silence + +func (s silencesByID) Len() int { return len(s) } +func (s silencesByID) Swap(i, j int) { s[i], s[j] = s[j], s[i] } +func (s silencesByID) Less(i, j int) bool { return s[i].Id < s[j].Id } + +func TestSilenceSetTimeRange(t *testing.T) { + now := utcNow() + + cases := []struct { + sil *pb.Silence + start, end *timestamp.Timestamp + err string + }{ + // Bad arguments. + { + sil: &pb.Silence{}, + start: mustTimeProto(now), + end: mustTimeProto(now.Add(-time.Minute)), + err: "end time must not be before start time", + }, + // Expired silence. + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(-time.Hour)), + EndsAt: mustTimeProto(now.Add(-time.Second)), + }, + start: mustTimeProto(now), + end: mustTimeProto(now), + err: "expired silence must not be modified", + }, + // Pending silences. + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now.Add(-time.Hour)), + }, + start: mustTimeProto(now.Add(-time.Minute)), + end: mustTimeProto(now.Add(time.Hour)), + err: "start time cannot be set into the past", + }, + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now.Add(-time.Hour)), + }, + start: mustTimeProto(now.Add(time.Minute)), + end: mustTimeProto(now.Add(time.Minute)), + }, + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now.Add(-time.Hour)), + }, + start: mustTimeProto(now), // set to exactly start now. + end: mustTimeProto(now.Add(2 * time.Hour)), + }, + // Active silences. + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(-time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now.Add(-time.Hour)), + }, + start: mustTimeProto(now.Add(-time.Minute)), + end: mustTimeProto(now.Add(2 * time.Hour)), + err: "start time of active silence cannot be modified", + }, + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(-time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now.Add(-time.Hour)), + }, + start: mustTimeProto(now.Add(-time.Hour)), + end: mustTimeProto(now.Add(-time.Second)), + err: "end time cannot be set into the past", + }, + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(-time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now.Add(-time.Hour)), + }, + start: mustTimeProto(now.Add(-time.Hour)), + end: mustTimeProto(now), + }, + { + sil: &pb.Silence{ + StartsAt: mustTimeProto(now.Add(-time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now.Add(-time.Hour)), + }, + start: mustTimeProto(now.Add(-time.Hour)), + end: mustTimeProto(now.Add(3 * time.Hour)), + }, + } + for _, c := range cases { + origSilence := cloneSilence(c.sil) + + sil, err := silenceSetTimeRange(c.sil, mustTimeProto(now), c.start, c.end) + if err == nil { + if c.err != "" { + t.Errorf("expected error containing %q but got none", c.err) + } + // The original silence must not have been modified. + require.Equal(t, origSilence, c.sil, "original silence illegally modified") + + require.Equal(t, sil.StartsAt, c.start) + require.Equal(t, sil.EndsAt, c.end) + require.Equal(t, sil.UpdatedAt, mustTimeProto(now)) + continue + } + if err != nil && c.err == "" { + t.Errorf("unexpected error %q", err) + continue + } + if !strings.Contains(err.Error(), c.err) { + t.Errorf("expected error to contain %q but got %q", c.err, err) + } + + } +} + +func TestValidateMatcher(t *testing.T) { + cases := []struct { + m *pb.Matcher + err string + }{ + { + m: &pb.Matcher{ + Name: "a", + Pattern: "b", + Type: pb.Matcher_EQUAL, + }, + err: "", + }, { + m: &pb.Matcher{ + Name: "00", + Pattern: "a", + Type: pb.Matcher_EQUAL, + }, + err: "invalid label name", + }, { + m: &pb.Matcher{ + Name: "a", + Pattern: "((", + Type: pb.Matcher_REGEXP, + }, + err: "invalid regular expression", + }, { + m: &pb.Matcher{ + Name: "a", + Pattern: "\xff", + Type: pb.Matcher_EQUAL, + }, + err: "invalid label value", + }, { + m: &pb.Matcher{ + Name: "a", + Pattern: "b", + Type: 333, + }, + err: "unknown matcher type", + }, + } + + for _, c := range cases { + err := validateMatcher(c.m) + if err == nil { + if c.err != "" { + t.Errorf("expected error containing %q but got none", c.err) + } + continue + } + if err != nil && c.err == "" { + t.Errorf("unexpected error %q", err) + continue + } + if !strings.Contains(err.Error(), c.err) { + t.Errorf("expected error to contain %q but got %q", c.err, err) + } + } +} + +func TestValidateSilence(t *testing.T) { + var ( + now = utcNow() + invalidTimestamp = ×tamp.Timestamp{Nanos: 1 << 30} + validTimestamp = mustTimeProto(now) + ) + cases := []struct { + s *pb.Silence + err string + }{ + { + s: &pb.Silence{ + Id: "some_id", + Matchers: []*pb.Matcher{ + &pb.Matcher{Name: "a", Pattern: "b"}, + }, + StartsAt: validTimestamp, + EndsAt: validTimestamp, + UpdatedAt: validTimestamp, + }, + err: "", + }, + { + s: &pb.Silence{ + Id: "", + Matchers: []*pb.Matcher{ + &pb.Matcher{Name: "a", Pattern: "b"}, + }, + StartsAt: validTimestamp, + EndsAt: validTimestamp, + UpdatedAt: validTimestamp, + }, + err: "ID missing", + }, + { + s: &pb.Silence{ + Id: "some_id", + Matchers: []*pb.Matcher{}, + StartsAt: validTimestamp, + EndsAt: validTimestamp, + UpdatedAt: validTimestamp, + }, + err: "at least one matcher required", + }, + { + s: &pb.Silence{ + Id: "some_id", + Matchers: []*pb.Matcher{ + &pb.Matcher{Name: "a", Pattern: "b"}, + &pb.Matcher{Name: "00", Pattern: "b"}, + }, + StartsAt: validTimestamp, + EndsAt: validTimestamp, + UpdatedAt: validTimestamp, + }, + err: "invalid label matcher", + }, + { + s: &pb.Silence{ + Id: "some_id", + Matchers: []*pb.Matcher{ + &pb.Matcher{Name: "a", Pattern: "b"}, + }, + StartsAt: mustTimeProto(now), + EndsAt: mustTimeProto(now.Add(-time.Second)), + UpdatedAt: validTimestamp, + }, + err: "end time must not be before start time", + }, + { + s: &pb.Silence{ + Id: "some_id", + Matchers: []*pb.Matcher{ + &pb.Matcher{Name: "a", Pattern: "b"}, + }, + StartsAt: invalidTimestamp, + EndsAt: validTimestamp, + UpdatedAt: validTimestamp, + }, + err: "invalid start time", + }, + { + s: &pb.Silence{ + Id: "some_id", + Matchers: []*pb.Matcher{ + &pb.Matcher{Name: "a", Pattern: "b"}, + }, + StartsAt: validTimestamp, + EndsAt: invalidTimestamp, + UpdatedAt: validTimestamp, + }, + err: "invalid end time", + }, + { + s: &pb.Silence{ + Id: "some_id", + Matchers: []*pb.Matcher{ + &pb.Matcher{Name: "a", Pattern: "b"}, + }, + StartsAt: validTimestamp, + EndsAt: validTimestamp, + UpdatedAt: invalidTimestamp, + }, + err: "invalid update timestamp", + }, + } + for _, c := range cases { + err := validateSilence(c.s) + if err == nil { + if c.err != "" { + t.Errorf("expected error containing %q but got none", c.err) + } + continue + } + if err != nil && c.err == "" { + t.Errorf("unexpected error %q", err) + continue + } + if !strings.Contains(err.Error(), c.err) { + t.Errorf("expected error to contain %q but got %q", c.err, err) + } + } +} + +func TestGossipDataMerge(t *testing.T) { + now := utcNow() + + // We only care about key names and timestamps for the + // merging logic. + newSilence := func(ts time.Time) *pb.MeshSilence { + return &pb.MeshSilence{ + Silence: &pb.Silence{UpdatedAt: mustTimeProto(ts)}, + } + } + cases := []struct { + a, b gossipData + final, delta gossipData + }{ + { + a: gossipData{ + "a1": newSilence(now), + "a2": newSilence(now), + "a3": newSilence(now), + }, + b: gossipData{ + "b1": newSilence(now), // new key, should be added + "a2": newSilence(now.Add(-time.Minute)), // older timestamp, should be dropped + "a3": newSilence(now.Add(time.Minute)), // newer timestamp, should overwrite + }, + final: gossipData{ + "a1": newSilence(now), + "a2": newSilence(now), + "a3": newSilence(now.Add(time.Minute)), + "b1": newSilence(now), + }, + delta: gossipData{ + "b1": newSilence(now), + "a3": newSilence(now.Add(time.Minute)), + }, + }, + } + + for _, c := range cases { + ca, cb := c.a.clone(), c.b.clone() + + res := ca.Merge(cb) + + require.Equal(t, c.final, res, "Merge result should match expectation") + require.Equal(t, c.final, ca, "Merge should apply changes to original state") + require.Equal(t, c.b, cb, "Merged state should remain unmodified") + + ca, cb = c.a.clone(), c.b.clone() + + delta := ca.mergeDelta(cb) + + require.Equal(t, c.delta, delta, "Merge delta should match expectation") + require.Equal(t, c.final, ca, "Merge should apply changes to original state") + require.Equal(t, c.b, cb, "Merged state should remain unmodified") + } +} + +func TestGossipDataCoding(t *testing.T) { + // Check whether encoding and decoding the data is symmetric. + now := utcNow() + + cases := []struct { + entries []*pb.MeshSilence + }{ + { + entries: []*pb.MeshSilence{ + { + Silence: &pb.Silence{ + Id: "3be80475-e219-4ee7-b6fc-4b65114e362f", + Matchers: []*pb.Matcher{ + {Name: "label1", Pattern: "val1", Type: pb.Matcher_EQUAL}, + {Name: "label2", Pattern: "val.+", Type: pb.Matcher_REGEXP}, + }, + StartsAt: mustTimeProto(now), + EndsAt: mustTimeProto(now), + UpdatedAt: mustTimeProto(now), + }, + ExpiresAt: mustTimeProto(now), + }, + { + Silence: &pb.Silence{ + Id: "4b1e760d-182c-4980-b873-c1a6827c9817", + Matchers: []*pb.Matcher{ + {Name: "label1", Pattern: "val1", Type: pb.Matcher_EQUAL}, + }, + StartsAt: mustTimeProto(now.Add(time.Hour)), + EndsAt: mustTimeProto(now.Add(2 * time.Hour)), + UpdatedAt: mustTimeProto(now), + }, + ExpiresAt: mustTimeProto(now.Add(24 * time.Hour)), + }, + }, + }, + } + + for _, c := range cases { + // Create gossip data from input. + in := gossipData{} + for _, e := range c.entries { + in[e.Silence.Id] = e + } + msg := in.Encode() + require.Equal(t, 1, len(msg), "expected single message for input") + + out, err := decodeGossipData(msg[0]) + require.NoError(t, err, "decoding message failed") + + require.Equal(t, in, out, "decoded data doesn't match encoded data") + } + +} + +func TestProtoBefore(t *testing.T) { + now := utcNow() + nowpb, err := ptypes.TimestampProto(now) + require.NoError(t, err) + + cases := []struct { + ts time.Time + before bool + }{ + { + ts: now.Add(time.Second), + before: true, + }, { + ts: now.Add(-time.Second), + before: false, + }, { + ts: now.Add(time.Nanosecond), + before: true, + }, { + ts: now.Add(-time.Nanosecond), + before: false, + }, { + ts: now, + before: false, + }, + } + + for _, c := range cases { + tspb, err := ptypes.TimestampProto(c.ts) + require.NoError(t, err) + + res := protoBefore(nowpb, tspb) + require.Equal(t, c.before, res, "protoBefore returned unexpected result") + } +} + +func mustTimeProto(ts time.Time) *timestamp.Timestamp { + pt, err := ptypes.TimestampProto(ts) + if err != nil { + panic(err) + } + return pt +} diff --git a/vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.pb.go b/vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.pb.go new file mode 100644 index 0000000..4679ff3 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.pb.go @@ -0,0 +1,211 @@ +// Code generated by protoc-gen-go. +// source: silence/silencepb/silence.proto +// DO NOT EDIT! + +/* +Package silencepb is a generated protocol buffer package. + +It is generated from these files: + silence/silencepb/silence.proto + +It has these top-level messages: + Matcher + Comment + Silence + MeshSilence +*/ +package silencepb + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import google_protobuf "github.com/golang/protobuf/ptypes/timestamp" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// Type specifies how the given name and pattern are matched +// against a label set. +type Matcher_Type int32 + +const ( + Matcher_EQUAL Matcher_Type = 0 + Matcher_REGEXP Matcher_Type = 1 +) + +var Matcher_Type_name = map[int32]string{ + 0: "EQUAL", + 1: "REGEXP", +} +var Matcher_Type_value = map[string]int32{ + "EQUAL": 0, + "REGEXP": 1, +} + +func (x Matcher_Type) String() string { + return proto.EnumName(Matcher_Type_name, int32(x)) +} +func (Matcher_Type) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0, 0} } + +// Matcher specifies a rule, which can match or set of labels or not. +type Matcher struct { + Type Matcher_Type `protobuf:"varint,1,opt,name=type,enum=silencepb.Matcher_Type" json:"type,omitempty"` + // The label name in a label set to against which the matcher + // checks the pattern. + Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"` + // The pattern being checked according to the matcher's type. + Pattern string `protobuf:"bytes,3,opt,name=pattern" json:"pattern,omitempty"` +} + +func (m *Matcher) Reset() { *m = Matcher{} } +func (m *Matcher) String() string { return proto.CompactTextString(m) } +func (*Matcher) ProtoMessage() {} +func (*Matcher) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } + +// A comment can be attached to a silence. +type Comment struct { + Author string `protobuf:"bytes,1,opt,name=author" json:"author,omitempty"` + Comment string `protobuf:"bytes,2,opt,name=comment" json:"comment,omitempty"` + Timestamp *google_protobuf.Timestamp `protobuf:"bytes,3,opt,name=timestamp" json:"timestamp,omitempty"` +} + +func (m *Comment) Reset() { *m = Comment{} } +func (m *Comment) String() string { return proto.CompactTextString(m) } +func (*Comment) ProtoMessage() {} +func (*Comment) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } + +func (m *Comment) GetTimestamp() *google_protobuf.Timestamp { + if m != nil { + return m.Timestamp + } + return nil +} + +// Silence specifies an object that ignores alerts based +// on a set of matchers during a given time frame. +type Silence struct { + // A globally unique identifier. + Id string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"` + // A set of matchers all of which have to be true for a silence + // to affect a given label set. + Matchers []*Matcher `protobuf:"bytes,2,rep,name=matchers" json:"matchers,omitempty"` + // The time range during which the silence is active. + StartsAt *google_protobuf.Timestamp `protobuf:"bytes,3,opt,name=starts_at,json=startsAt" json:"starts_at,omitempty"` + EndsAt *google_protobuf.Timestamp `protobuf:"bytes,4,opt,name=ends_at,json=endsAt" json:"ends_at,omitempty"` + // The last motification made to the silence. + UpdatedAt *google_protobuf.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt" json:"updated_at,omitempty"` + // A set of comments made on the silence. + Comments []*Comment `protobuf:"bytes,7,rep,name=comments" json:"comments,omitempty"` +} + +func (m *Silence) Reset() { *m = Silence{} } +func (m *Silence) String() string { return proto.CompactTextString(m) } +func (*Silence) ProtoMessage() {} +func (*Silence) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } + +func (m *Silence) GetMatchers() []*Matcher { + if m != nil { + return m.Matchers + } + return nil +} + +func (m *Silence) GetStartsAt() *google_protobuf.Timestamp { + if m != nil { + return m.StartsAt + } + return nil +} + +func (m *Silence) GetEndsAt() *google_protobuf.Timestamp { + if m != nil { + return m.EndsAt + } + return nil +} + +func (m *Silence) GetUpdatedAt() *google_protobuf.Timestamp { + if m != nil { + return m.UpdatedAt + } + return nil +} + +func (m *Silence) GetComments() []*Comment { + if m != nil { + return m.Comments + } + return nil +} + +// MeshSilence wraps a regular silence with an expiration timestamp +// after which the silence may be garbage collected. +type MeshSilence struct { + Silence *Silence `protobuf:"bytes,1,opt,name=silence" json:"silence,omitempty"` + ExpiresAt *google_protobuf.Timestamp `protobuf:"bytes,2,opt,name=expires_at,json=expiresAt" json:"expires_at,omitempty"` +} + +func (m *MeshSilence) Reset() { *m = MeshSilence{} } +func (m *MeshSilence) String() string { return proto.CompactTextString(m) } +func (*MeshSilence) ProtoMessage() {} +func (*MeshSilence) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } + +func (m *MeshSilence) GetSilence() *Silence { + if m != nil { + return m.Silence + } + return nil +} + +func (m *MeshSilence) GetExpiresAt() *google_protobuf.Timestamp { + if m != nil { + return m.ExpiresAt + } + return nil +} + +func init() { + proto.RegisterType((*Matcher)(nil), "silencepb.Matcher") + proto.RegisterType((*Comment)(nil), "silencepb.Comment") + proto.RegisterType((*Silence)(nil), "silencepb.Silence") + proto.RegisterType((*MeshSilence)(nil), "silencepb.MeshSilence") + proto.RegisterEnum("silencepb.Matcher_Type", Matcher_Type_name, Matcher_Type_value) +} + +func init() { proto.RegisterFile("silence/silencepb/silence.proto", fileDescriptor0) } + +var fileDescriptor0 = []byte{ + // 372 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x8c, 0x91, 0xcf, 0x4b, 0xeb, 0x40, + 0x10, 0xc7, 0x5f, 0xd2, 0x34, 0x69, 0xa6, 0x50, 0xca, 0x1e, 0xde, 0x0b, 0x85, 0x47, 0x25, 0x27, + 0x41, 0xd9, 0x42, 0x7b, 0x50, 0x8f, 0x45, 0x8a, 0x17, 0x0b, 0xba, 0x56, 0xf0, 0x26, 0x69, 0x33, + 0xb6, 0x81, 0xe6, 0x07, 0xc9, 0x44, 0xf4, 0xec, 0x7f, 0xe2, 0x5f, 0xea, 0x66, 0xb3, 0x89, 0x48, + 0x0f, 0xf5, 0x94, 0x99, 0xcc, 0xe7, 0x3b, 0x33, 0xdf, 0x59, 0x18, 0x17, 0xd1, 0x1e, 0x93, 0x0d, + 0x4e, 0xf4, 0x37, 0x5b, 0x37, 0x11, 0xcf, 0xf2, 0x94, 0x52, 0xe6, 0xb6, 0x85, 0xd1, 0x78, 0x9b, + 0xa6, 0xdb, 0x3d, 0x4e, 0x54, 0x61, 0x5d, 0xbe, 0x4c, 0x28, 0x8a, 0xb1, 0xa0, 0x20, 0xce, 0x6a, + 0xd6, 0xff, 0x30, 0xc0, 0x59, 0x06, 0xb4, 0xd9, 0x61, 0xce, 0xce, 0xc0, 0xa2, 0xf7, 0x0c, 0x3d, + 0xe3, 0xc4, 0x38, 0x1d, 0x4c, 0xff, 0xf1, 0xb6, 0x0d, 0xd7, 0x04, 0x5f, 0xc9, 0xb2, 0x50, 0x10, + 0x63, 0x60, 0x25, 0x41, 0x8c, 0x9e, 0x29, 0x61, 0x57, 0xa8, 0x98, 0x79, 0xe0, 0x64, 0x01, 0x11, + 0xe6, 0x89, 0xd7, 0x51, 0xbf, 0x9b, 0xd4, 0xff, 0x0f, 0x56, 0xa5, 0x65, 0x2e, 0x74, 0x17, 0xf7, + 0x8f, 0xf3, 0xdb, 0xe1, 0x1f, 0x06, 0x60, 0x8b, 0xc5, 0xcd, 0xe2, 0xe9, 0x6e, 0x68, 0xf8, 0x25, + 0x38, 0xd7, 0x69, 0x1c, 0x63, 0x42, 0xec, 0x2f, 0xd8, 0x41, 0x49, 0xbb, 0x34, 0x57, 0x6b, 0xb8, + 0x42, 0x67, 0x55, 0xef, 0x4d, 0x8d, 0xe8, 0x91, 0x4d, 0xca, 0x2e, 0xc1, 0x6d, 0x5d, 0xa9, 0xb9, + 0xfd, 0xe9, 0x88, 0xd7, 0xbe, 0x79, 0xe3, 0x9b, 0xaf, 0x1a, 0x42, 0x7c, 0xc3, 0xfe, 0xa7, 0x09, + 0xce, 0x43, 0x6d, 0x92, 0x0d, 0xc0, 0x8c, 0x42, 0x3d, 0x53, 0x46, 0x8c, 0x43, 0x2f, 0xae, 0x5d, + 0x17, 0x72, 0x60, 0x47, 0x36, 0x65, 0x87, 0x07, 0x11, 0x2d, 0xc3, 0x2e, 0xc0, 0x95, 0x4d, 0x73, + 0x2a, 0x9e, 0x03, 0xfa, 0xc5, 0x16, 0xbd, 0x1a, 0x9e, 0x13, 0x9b, 0x81, 0x83, 0x49, 0xa8, 0x64, + 0xd6, 0x51, 0x99, 0x5d, 0xa1, 0x52, 0x74, 0x05, 0x50, 0x66, 0x61, 0x40, 0x18, 0x56, 0xba, 0xee, + 0x71, 0xd3, 0x9a, 0x96, 0x52, 0x69, 0x4c, 0x5f, 0xae, 0xf0, 0x9c, 0x03, 0x63, 0xfa, 0x19, 0x44, + 0xcb, 0xf8, 0xaf, 0xd0, 0x5f, 0x62, 0xb1, 0x6b, 0xee, 0x74, 0x0e, 0x8e, 0xa6, 0xd5, 0xb1, 0x7e, + 0xaa, 0x35, 0x24, 0x1a, 0xa4, 0xda, 0x13, 0xdf, 0xb2, 0x28, 0x47, 0xe5, 0xcf, 0x3c, 0xbe, 0xa7, + 0xa6, 0xe7, 0xb4, 0xb6, 0x55, 0x79, 0xf6, 0x15, 0x00, 0x00, 0xff, 0xff, 0x7d, 0xe9, 0xc3, 0x5f, + 0xef, 0x02, 0x00, 0x00, +} diff --git a/vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.proto b/vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.proto new file mode 100644 index 0000000..77d59c4 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/silence/silencepb/silence.proto @@ -0,0 +1,57 @@ +syntax = "proto3"; + +package silencepb; + +import "google/protobuf/timestamp.proto"; + +// Matcher specifies a rule, which can match or set of labels or not. +message Matcher { + // Type specifies how the given name and pattern are matched + // against a label set. + enum Type { + EQUAL = 0; + REGEXP = 1; + }; + Type type = 1; + + // The label name in a label set to against which the matcher + // checks the pattern. + string name = 2; + // The pattern being checked according to the matcher's type. + string pattern = 3; +} + +// A comment can be attached to a silence. +message Comment { + string author = 1; + string comment = 2; + google.protobuf.Timestamp timestamp = 3; +} + +// Silence specifies an object that ignores alerts based +// on a set of matchers during a given time frame. +message Silence { + // A globally unique identifier. + string id = 1; + + // A set of matchers all of which have to be true for a silence + // to affect a given label set. + repeated Matcher matchers = 2; + + // The time range during which the silence is active. + google.protobuf.Timestamp starts_at = 3; + google.protobuf.Timestamp ends_at = 4; + + // The last motification made to the silence. + google.protobuf.Timestamp updated_at = 5; + + // A set of comments made on the silence. + repeated Comment comments = 7; +} + +// MeshSilence wraps a regular silence with an expiration timestamp +// after which the silence may be garbage collected. +message MeshSilence { + Silence silence = 1; + google.protobuf.Timestamp expires_at = 2; +} diff --git a/vendor/src/github.com/prometheus/alertmanager/template/default.tmpl b/vendor/src/github.com/prometheus/alertmanager/template/default.tmpl new file mode 100644 index 0000000..123a41a --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/template/default.tmpl @@ -0,0 +1,192 @@ +{{ define "__alertmanager" }}AlertManager{{ end }} +{{ define "__alertmanagerURL" }}{{ .ExternalURL }}/#/alerts?receiver={{ .Receiver }}{{ end }} + +{{ define "__subject" }}[{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] {{ .GroupLabels.SortedPairs.Values | join " " }} {{ if gt (len .CommonLabels) (len .GroupLabels) }}({{ with .CommonLabels.Remove .GroupLabels.Names }}{{ .Values | join " " }}{{ end }}){{ end }}{{ end }} +{{ define "__description" }}{{ end }} + +{{ define "__text_alert_list" }}{{ range . }}Labels: +{{ range .Labels.SortedPairs }} - {{ .Name }} = {{ .Value }} +{{ end }}Annotations: +{{ range .Annotations.SortedPairs }} - {{ .Name }} = {{ .Value }} +{{ end }}Source: {{ .GeneratorURL }} +{{ end }}{{ end }} + + +{{ define "slack.default.title" }}{{ template "__subject" . }}{{ end }} +{{ define "slack.default.username" }}{{ template "__alertmanager" . }}{{ end }} +{{ define "slack.default.fallback" }}{{ template "slack.default.title" . }} | {{ template "slack.default.titlelink" . }}{{ end }} +{{ define "slack.default.pretext" }}{{ end }} +{{ define "slack.default.titlelink" }}{{ template "__alertmanagerURL" . }}{{ end }} +{{ define "slack.default.iconemoji" }}{{ end }} +{{ define "slack.default.iconurl" }}{{ end }} +{{ define "slack.default.text" }}{{ end }} + + +{{ define "hipchat.default.from" }}{{ template "__alertmanager" . }}{{ end }} +{{ define "hipchat.default.message" }}{{ template "__subject" . }}{{ end }} + + +{{ define "pagerduty.default.description" }}{{ template "__subject" . }}{{ end }} +{{ define "pagerduty.default.client" }}{{ template "__alertmanager" . }}{{ end }} +{{ define "pagerduty.default.clientURL" }}{{ template "__alertmanagerURL" . }}{{ end }} +{{ define "pagerduty.default.instances" }}{{ template "__text_alert_list" . }}{{ end }} + + +{{ define "opsgenie.default.message" }}{{ template "__subject" . }}{{ end }} +{{ define "opsgenie.default.description" }}{{ .CommonAnnotations.SortedPairs.Values | join " " }} +{{ if gt (len .Alerts.Firing) 0 -}} +Alerts Firing: +{{ template "__text_alert_list" .Alerts.Firing }} +{{- end }} +{{ if gt (len .Alerts.Resolved) 0 -}} +Alerts Resolved: +{{ template "__text_alert_list" .Alerts.Resolved }} +{{- end }} +{{- end }} +{{ define "opsgenie.default.source" }}{{ template "__alertmanagerURL" . }}{{ end }} + + +{{ define "victorops.default.message" }}{{ template "__subject" . }} | {{ template "__alertmanagerURL" . }}{{ end }} +{{ define "victorops.default.from" }}{{ template "__alertmanager" . }}{{ end }} + + +{{ define "email.default.subject" }}{{ template "__subject" . }}{{ end }} +{{ define "email.default.html" }} + + + + + + +{{ template "__subject" . }} + + + + + + + + + + + +
+
+ + + + + + + +
+ {{ .Alerts | len }} alert{{ if gt (len .Alerts) 1 }}s{{ end }} for {{ range .GroupLabels.SortedPairs }} + {{ .Name }}={{ .Value }} + {{ end }} +
+ + + + + {{ if gt (len .Alerts.Firing) 0 }} + + + + {{ end }} + {{ range .Alerts.Firing }} + + + + {{ end }} + + {{ if gt (len .Alerts.Resolved) 0 }} + {{ if gt (len .Alerts.Firing) 0 }} + + + + {{ end }} + + + + {{ end }} + {{ range .Alerts.Resolved }} + + + + {{ end }} +
+ View in {{ template "__alertmanager" . }} +
+ [{{ .Alerts.Firing | len }}] Firing +
+ Labels
+ {{ range .Labels.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + {{ if gt (len .Annotations) 0 }}Annotations
{{ end }} + {{ range .Annotations.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + Source
+
+
+
+
+
+ [{{ .Alerts.Resolved | len }}] Resolved +
+ Labels
+ {{ range .Labels.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + {{ if gt (len .Annotations) 0 }}Annotations
{{ end }} + {{ range .Annotations.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + Source
+
+
+ +
+
+ + + + +{{ end }} + +{{ define "pushover.default.title" }}{{ template "__subject" . }}{{ end }} +{{ define "pushover.default.message" }}{{ .CommonAnnotations.SortedPairs.Values | join " " }} +{{ if gt (len .Alerts.Firing) 0 }} +Alerts Firing: +{{ template "__text_alert_list" .Alerts.Firing }} +{{ end }} +{{ if gt (len .Alerts.Resolved) 0 }} +Alerts Resolved: +{{ template "__text_alert_list" .Alerts.Resolved }} +{{ end }} +{{ end }} +{{ define "pushover.default.url" }}{{ template "__alertmanagerURL" . }}{{ end }} diff --git a/vendor/src/github.com/prometheus/alertmanager/template/email.html b/vendor/src/github.com/prometheus/alertmanager/template/email.html new file mode 100644 index 0000000..01ac523 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/template/email.html @@ -0,0 +1,404 @@ + + + + + + +{{ template "__subject" . }} + + + + + + + + + + + +
+
+ + + + + + + +
+ {{ .Alerts | len }} alert{{ if gt (len .Alerts) 1 }}s{{ end }} for {{ range .GroupLabels.SortedPairs }} + {{ .Name }}={{ .Value }} + {{ end }} +
+ + + + + {{ if gt (len .Alerts.Firing) 0 }} + + + + {{ end }} + {{ range .Alerts.Firing }} + + + + {{ end }} + + {{ if gt (len .Alerts.Resolved) 0 }} + {{ if gt (len .Alerts.Firing) 0 }} + + + + {{ end }} + + + + {{ end }} + {{ range .Alerts.Resolved }} + + + + {{ end }} +
+ View in {{ template "__alertmanager" . }} +
+ [{{ .Alerts.Firing | len }}] Firing +
+ Labels
+ {{ range .Labels.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + {{ if gt (len .Annotations) 0 }}Annotations
{{ end }} + {{ range .Annotations.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + Source
+
+
+
+
+
+ [{{ .Alerts.Resolved | len }}] Resolved +
+ Labels
+ {{ range .Labels.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + {{ if gt (len .Annotations) 0 }}Annotations
{{ end }} + {{ range .Annotations.SortedPairs }}{{ .Name }} = {{ .Value }}
{{ end }} + Source
+
+
+ +
+
+ + + diff --git a/vendor/src/github.com/prometheus/alertmanager/template/internal/deftmpl/bindata.go b/vendor/src/github.com/prometheus/alertmanager/template/internal/deftmpl/bindata.go new file mode 100644 index 0000000..1544898 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/template/internal/deftmpl/bindata.go @@ -0,0 +1,237 @@ +// Code generated by go-bindata. +// sources: +// template/default.tmpl +// DO NOT EDIT! + +package deftmpl + +import ( + "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 _templateDefaultTmpl = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x1b\x7b\x6f\xdb\x36\xfe\x7f\x7d\x8a\xdf\x34\x1c\xd6\x00\x96\xe5\xb4\x5b\xb1\x38\x76\x0e\xae\xa3\x34\xc2\x39\x72\x20\x2b\xed\x8a\x61\x18\x68\x89\xb6\xd9\x4a\xa4\x46\x52\x49\xbc\xcc\xdf\xfd\x40\x4a\x7e\xc8\x96\x53\x27\xe8\x12\xdf\x2d\x09\xda\x48\x14\x7f\xef\x27\x45\xea\xee\x0e\x22\x3c\x22\x14\x83\xf9\xfb\xef\x28\xc6\x5c\x26\x88\xa2\x31\xe6\x26\xcc\x66\x1d\x75\x7f\x91\xdf\xdf\xdd\x01\xa6\x11\xcc\x66\xc6\x56\x90\x2b\xbf\xa7\xa0\xee\xee\xa0\xee\xdc\x4a\xcc\x29\x8a\xaf\xfc\x1e\xcc\x66\xf6\xf7\xb6\x9e\x27\xfe\xcd\x71\x88\xc9\x35\xe6\x6d\x35\xc9\x2f\x6e\x72\x98\x02\x7b\x19\xbd\xc8\x86\x9f\x71\x28\x15\xda\x5f\x15\xc8\x40\x22\x99\x09\xf8\x0b\x24\xbb\x4a\xd3\x39\x28\x19\x01\xfe\x63\xf1\xd0\x1c\x11\x4e\xe8\x58\xc1\x34\x15\x8c\x96\x42\xd4\xcf\xf4\x28\xfc\x05\x31\xa6\xab\x14\x7f\x03\x35\xe9\x3d\x67\x59\xda\x43\x43\x1c\x8b\xfa\x80\x71\x89\xa3\x4b\x44\xb8\xa8\x7f\x40\x71\x86\x15\xc1\xcf\x8c\x50\x30\x41\x61\x85\x9c\xe4\x58\xc2\x2b\x85\xab\xde\x65\x49\xc2\x68\x0e\x7c\x50\x8c\xad\xe0\x3b\x80\xd9\xec\xd5\xdd\x1d\xdc\x10\x39\x29\x4f\xae\xfb\x38\x61\xd7\xb8\x4c\xdd\x43\x09\x16\x85\x1a\xab\xa8\x2f\x18\x3f\x58\x5c\x6d\xb1\x4d\x84\x45\xc8\x49\x2a\x09\xa3\xe6\x3d\x3a\x96\xf8\x56\xe6\x76\xfc\x3d\x26\x42\x16\x53\x39\xa2\x63\x0c\x75\x98\xcd\x72\xbe\x9a\xc6\x72\x70\x53\x4f\x4a\x2b\x96\x56\xa4\x62\x5f\xdd\xb5\x61\x21\x40\xc1\x58\x4e\xbc\x43\x29\x93\x48\xf1\x54\x42\xb9\x32\xfc\x38\xbc\x03\x96\xf1\x10\x37\x73\x63\x62\x8a\x39\x92\x8c\xe7\xee\x67\x54\x28\xaa\xa4\x03\x11\xa3\xf0\x4b\x3d\xc2\x23\x94\xc5\xb2\x2e\x89\x8c\x71\xa1\x05\x89\x93\x34\x46\xb2\xec\x8b\xf5\x6d\x2a\x2f\xe3\xc9\x84\x0a\x81\xa4\x0a\x55\x39\xd0\x76\xc4\x37\x42\x71\x3c\x44\xe1\x97\x0d\x7c\x95\xec\x2b\xa4\xf0\x17\x7c\x6d\x62\x4c\xe8\x97\x9d\x39\x48\x39\x56\xce\x62\xee\x36\x7b\x05\xff\xbd\x0a\xd0\x69\x63\x47\x0e\x48\xc8\x28\x4e\xd8\x67\xb2\x23\x0f\x6a\x7e\xc6\xe3\x5d\x39\xde\x10\xae\xe4\x26\x13\x92\x86\x13\x24\x97\x06\xe1\x2c\x79\xbc\x71\xd7\xb1\x25\x58\x08\x34\x7e\x80\xe3\x95\x78\x4b\x15\xb5\x28\x93\xd3\x05\xbe\xcd\xe8\x7f\x98\x33\x6f\x62\x0c\x63\x82\xa9\x7c\xbc\xc4\xdb\x30\x2e\xeb\xc6\xe3\x5c\x64\x13\x2f\xa1\x42\x22\x1a\x62\x51\x81\x77\x23\xdd\xdd\xa3\x55\x96\x8a\x31\xa6\x04\x3f\xde\x48\xf7\x21\xdb\xb4\x50\x51\x1d\xb6\x24\xc3\xca\x72\x60\xac\x15\xa3\x52\xb5\x3b\x80\x06\x58\xb3\x99\x91\x0f\x42\x3e\xa8\xd3\xee\xfd\x1a\x29\x97\x4c\x4d\xc4\x5a\x91\xa8\x82\x9e\x8f\x05\x8b\xaf\x71\xb4\x46\x71\x3e\xbc\x3b\xcd\x39\xc4\x06\x55\x6b\x17\x95\x0a\x5d\x05\x1e\xee\x4d\x25\xab\x5f\x93\x50\x32\xce\x52\xf1\x50\xb3\xaf\xe7\xdb\x87\x38\xf1\x26\xd1\x47\xa4\x97\x92\x18\x38\x41\x24\x5e\x6a\x66\xd9\x49\x3d\xd8\x73\xcb\x98\x26\x32\xd1\x09\xd5\x68\x7d\x77\xda\xef\x06\x9f\x2e\x1d\x50\x43\x70\x79\xf5\xae\xe7\x76\xc1\xb4\x6c\xfb\xe3\x9b\xae\x6d\x9f\x06\xa7\xf0\xcb\x79\x70\xd1\x83\xc3\x7a\x03\x02\x8e\xa8\x20\xca\xa7\x51\x6c\xdb\x8e\x67\x82\x39\x91\x32\x6d\xda\xf6\xcd\xcd\x4d\xfd\xe6\x4d\x9d\xf1\xb1\x1d\xf8\xf6\xad\xc2\x75\xa8\x80\x8b\x4b\x4b\xae\x40\xd6\x23\x19\x99\x27\x46\xeb\x3b\xcb\x32\x06\x72\x1a\x63\x40\x34\x02\x4d\x24\xc2\x9c\x28\xbf\x51\x6a\x03\x85\x5a\x34\x6d\x7b\x4c\xe4\x24\x1b\xd6\x43\x96\xd8\x4a\x86\x71\x46\x6d\x8d\x0e\x85\x39\x3e\x4b\x8b\x66\xcd\xd5\x21\x0c\xc3\x08\x26\x18\x2e\xdc\x00\x7a\x24\xc4\x54\x60\x78\x75\xe1\x06\x07\x86\xd1\x65\xe9\x94\x93\xf1\x44\xc2\xab\xf0\x00\x5e\x37\x0e\x7f\x84\x8b\x1c\xa3\x61\x5c\x62\x9e\x10\x21\x08\xa3\x40\x04\x4c\x30\xc7\xc3\x29\x8c\x39\xa2\x12\x47\x35\x18\x71\x8c\x81\x8d\x20\x9c\x20\x3e\xc6\x35\x90\x0c\x10\x9d\x42\x8a\xb9\x60\x14\xd8\x50\x22\x42\x55\x98\x21\x08\x59\x3a\x35\xd8\x08\xe4\x84\x08\x10\x6c\x24\x6f\x10\xcf\x25\x44\x42\xb0\x90\x20\x89\x23\x88\x58\x98\x25\x98\xe6\xf9\x01\x46\x24\xc6\x02\x5e\xc9\x09\x06\x73\x50\x40\x98\x07\x9a\x48\x84\x51\x6c\x10\x0a\xea\xd9\xfc\x91\x6e\x42\x59\x26\x81\x63\x21\x39\xd1\x5a\xa8\x01\xa1\x61\x9c\x45\x8a\x87\xf9\xe3\x98\x24\xa4\xa0\xa0\xc0\xb5\xe0\xc2\x90\x0c\x32\x81\x6b\x9a\xcf\x1a\x24\x2c\x22\x23\xf5\x17\x6b\xb1\xd2\x6c\x18\x13\x31\xa9\x41\x44\x14\xea\x61\x26\x71\x0d\x84\x1a\xd4\x7a\xac\x29\x39\x6c\xc6\x41\xe0\x38\x36\x42\x96\x12\x2c\x40\xcb\xba\xe4\x4e\xcf\x51\xac\xa7\x4a\xa1\xb2\x50\x91\x50\x23\x37\x13\x96\x94\x25\x21\xc2\x18\x65\x9c\x12\x31\xc1\x1a\x26\x62\x20\x98\xa6\xa8\xbc\x59\x8d\xa8\xe9\x23\x16\xc7\xec\x46\x89\x16\x32\x1a\x91\xa2\xef\xd4\x46\x46\x43\xd5\x7b\x87\x0b\xbb\x52\x26\x49\x98\xab\x5b\x1b\x20\x5d\x5a\xb5\x78\x24\x26\x28\x8e\x61\x88\x0b\x85\xe1\x08\x08\x05\xb4\x22\x0e\x57\xe4\x55\xe9\x91\x04\xc5\x90\x32\xae\xe9\xad\x8b\x59\x37\x8c\xe0\xdc\x81\x41\xff\x2c\xf8\xd8\xf1\x1d\x70\x07\x70\xe9\xf7\x3f\xb8\xa7\xce\x29\x98\x9d\x01\xb8\x03\xb3\x06\x1f\xdd\xe0\xbc\x7f\x15\xc0\xc7\x8e\xef\x77\xbc\xe0\x13\xf4\xcf\xa0\xe3\x7d\x82\xff\xb8\xde\x69\x0d\x9c\x5f\x2e\x7d\x67\x30\x80\xbe\x6f\xb8\x17\x97\x3d\xd7\x39\xad\x81\xeb\x75\x7b\x57\xa7\xae\xf7\x1e\xde\x5d\x05\xe0\xf5\x03\xe8\xb9\x17\x6e\xe0\x9c\x42\xd0\x07\x45\xb0\x40\xe5\x3a\x03\x85\xec\xc2\xf1\xbb\xe7\x1d\x2f\xe8\xbc\x73\x7b\x6e\xf0\xa9\x66\x9c\xb9\x81\xa7\x70\x9e\xf5\x7d\xe8\xc0\x65\xc7\x0f\xdc\xee\x55\xaf\xe3\xc3\xe5\x95\x7f\xd9\x1f\x38\xd0\xf1\x4e\xc1\xeb\x7b\xae\x77\xe6\xbb\xde\x7b\xe7\xc2\xf1\x82\x3a\xb8\x1e\x78\x7d\x70\x3e\x38\x5e\x00\x83\xf3\x4e\xaf\xa7\x48\x19\x9d\xab\xe0\xbc\xef\x2b\xfe\xa0\xdb\xbf\xfc\xe4\xbb\xef\xcf\x03\x38\xef\xf7\x4e\x1d\x7f\x00\xef\x1c\xe8\xb9\x9d\x77\x3d\x27\x27\xe5\x7d\x82\x6e\xaf\xe3\x5e\xd4\xe0\xb4\x73\xd1\x79\xef\x68\xa8\x7e\x70\xee\xf8\x86\x9a\x96\x73\x07\x1f\xcf\x1d\x35\xa4\xe8\x75\x3c\xe8\x74\x03\xb7\xef\x29\x31\xba\x7d\x2f\xf0\x3b\xdd\xa0\x06\x41\xdf\x0f\x16\xa0\x1f\xdd\x81\x53\x83\x8e\xef\x0e\x94\x42\xce\xfc\xfe\x45\xcd\x50\xea\xec\x9f\xa9\x29\xae\xa7\xe0\x3c\x27\xc7\xa2\x54\x0d\x25\x8b\xf4\x7d\x7d\x7f\x35\x70\x16\x08\xe1\xd4\xe9\xf4\x5c\xef\xfd\x40\x01\x2b\x11\xe7\x93\xeb\x86\x65\x9d\x18\x2d\x9d\x02\x6f\x93\x98\x8a\x76\x45\x62\x3b\x3c\x3a\x3a\xca\xf3\x99\xb9\xdb\x24\xa1\x92\x5b\xdb\x1c\x31\x2a\xad\x11\x4a\x48\x3c\x6d\xc2\x0f\xe7\x38\xbe\xc6\x92\x84\x08\x3c\x9c\xe1\x1f\x6a\xb0\x18\xa8\x41\x87\x13\x14\xd7\x40\x20\x2a\x2c\x81\x39\x19\x1d\xc3\x90\xdd\x5a\x82\xfc\xa9\x4a\x3e\x0c\x19\x8f\x30\xb7\x86\xec\xf6\x18\x34\x52\x41\xfe\xc4\x4d\x38\xfc\x31\xbd\x3d\x86\x04\xf1\x31\xa1\x4d\x68\x1c\xab\xdc\x3a\xc1\x28\x7a\x4e\xfa\x09\x96\x08\xd4\xc2\xa9\x6d\x5e\x13\x7c\xa3\xa2\xc8\x54\xd1\x2b\x31\x95\x6d\xf3\x86\x44\x72\xd2\x8e\xf0\x35\x09\xb1\xa5\x6f\x9e\x4f\x59\x60\xcf\xd9\x55\xc6\xb4\xf0\x1f\x19\xb9\x6e\x9b\xdd\x9c\x55\x2b\x98\xa6\x78\x85\x71\xd5\xf1\xd8\xca\xb8\xc7\xba\x12\x08\x2c\xdb\x57\xc1\x99\xf5\xf3\x33\xb3\xaf\x57\x69\xcf\x67\xee\xfb\x7a\x91\x96\xad\x99\x3b\x31\x8c\x96\xad\x9c\x52\x5d\x0c\x59\x34\x05\x22\x71\x22\x42\x96\xe2\xb6\x69\xea\x1b\x39\x55\xd7\x45\x44\x89\x70\x82\x13\xa4\x23\xca\x51\xd5\xfd\x62\xde\xbc\x3d\xa9\x90\xd6\x0d\x1e\x7e\x21\xd2\xca\x1f\x24\x8c\xc9\x89\x06\xca\x6b\x03\x41\x02\x47\xcb\x49\xca\x37\x34\xb4\x85\xa2\xcf\x99\x90\x4d\xa0\x8c\xe2\x63\x98\x60\x55\x99\x9a\x70\xd8\x68\xfc\xeb\x18\x62\x42\xb1\xb5\x18\xaa\xbf\xc5\xc9\x31\xe8\x08\xc8\x27\xc0\x77\x24\x51\xc1\x82\xa8\x3c\x86\x21\x0a\xbf\x8c\x39\xcb\x68\x64\x85\x2c\x66\xbc\x09\xdf\x8f\xde\xaa\xdf\x55\xf5\x43\x8a\xa2\x48\x73\xa5\xbc\x61\x38\xd6\x33\xdb\x66\x31\xd3\x54\xfa\x96\x68\xf8\xd4\xee\xb1\x22\xd2\x8e\x72\x54\xf2\x0e\xd0\x92\xfc\x19\xf3\x18\x80\xe2\xe0\x89\x33\xe9\x35\xe6\x0a\x49\x6c\xa1\x98\x8c\x69\x13\x24\x4b\xcb\x8a\xba\xd6\x0f\xda\xa6\x64\xa9\x79\xd2\xb2\x65\xb4\x64\x34\xcf\xac\xe6\xdb\x46\xe3\x89\x43\xa5\x92\xe9\x88\x88\x34\x46\xd3\x26\x0c\x63\x16\x7e\x29\xf9\x76\x82\x6e\xad\xc2\x49\xde\x36\x1a\xe9\x6d\xe9\x61\x18\x63\xc4\x15\x41\x39\x29\x8d\x6f\x0b\x94\x85\x72\x00\x65\x92\xad\x85\x44\x49\x5b\x5a\x51\x00\xad\x88\x5c\x3f\xb5\x5b\x95\xe5\x5d\x57\xce\xfd\x42\xcc\xf9\x56\x46\xd6\xc1\x5c\xd8\x59\x69\xc2\x84\x10\xc7\x71\x31\xbb\x6d\x36\xf2\x7b\x91\xa2\x70\x7e\xff\xa4\x82\x16\x0f\x39\x8a\x48\x26\x9a\xf0\x46\x8f\x55\x24\x80\xd1\xa8\x94\xc5\x72\xb0\x26\x1c\xa6\xb7\x20\x58\x4c\x22\xf8\x1e\x1f\xa9\xdf\x72\x62\x18\x8d\x56\x74\xb1\x0f\xd9\x61\xc9\xc9\xd3\x65\x89\xb7\x5b\x03\xae\xa4\x5d\x0d\x72\x53\x94\x9a\x9f\x1a\x8d\x63\xd0\x25\xaa\x98\x1f\x62\x2a\x31\xaf\xb2\x97\xfe\xd7\xd0\x46\xd9\xb4\x9b\xf3\xf6\xa7\xd7\xaf\xbb\xd5\x05\xe8\xb5\xf2\x6b\x13\x8a\x78\xcb\x09\xac\x5a\x2f\x87\xad\x8e\xc8\xf9\xcf\x72\xb3\x67\xb1\xcb\x03\xfa\x6d\x49\xe5\x2b\xab\x03\x38\x84\xd9\x4c\x2c\x5e\x78\xc0\x88\x71\x58\x6e\x48\x6c\xd9\x10\x82\xd9\x6c\x8d\x2a\xac\x6e\x4f\xb4\x4b\x9b\x13\x1b\xd3\x8a\x57\x2b\x25\xe3\x2f\x72\xf0\xe2\x9e\xbf\xb8\xe9\x2e\xc5\x6c\xe9\x3c\x87\xb9\xf3\xdc\xe7\x1b\x7b\x9f\xfb\xb6\xaa\x7d\xbf\x9c\x60\xdf\x5d\xa1\x01\x8d\x79\x2e\xb9\xcf\x1d\x0a\x31\x10\x4c\x38\x1e\xb5\xcd\x5d\xde\xda\x3e\xb1\x3f\xcc\x93\xe6\xd9\xd9\x59\x91\x7c\x23\x1c\x32\xae\xdf\xc9\xcd\x97\x07\xa5\x05\xc1\x6b\xb5\x1c\x28\xe5\xed\x21\x8b\xa3\xea\xc4\x1d\x66\x5c\x28\xec\x29\x23\xf9\xc0\xa2\xa1\x20\x54\x23\x2d\xfa\x8a\xb5\x04\xff\x93\x62\x4c\xe3\xd3\x2f\x51\x47\x8c\x27\x4d\x08\x51\x4a\x24\x8a\xc9\x9f\xb8\x32\xe9\xbf\xf9\xf1\x67\x1c\xa1\x8a\x7a\xbd\x31\xa3\x18\xd6\x5a\x6e\xe6\x85\x7c\x31\xb8\xe8\xde\xd2\xdb\xc2\xbc\x27\x1f\x08\xbe\x01\x42\xef\x7b\xe3\x3e\x5f\x46\xa2\x4a\x1f\x5e\x4b\xbc\xd5\xe9\x37\xff\xf9\xda\x1e\x4b\x45\x51\x78\x09\xd9\xbf\x27\x64\x85\xe4\x8c\x8e\x9f\x4f\xb5\xbf\x6e\x3f\x52\xf2\x5b\xb1\xc1\xd6\xb2\x73\x26\xbf\x81\xd7\x55\x34\x0c\xc5\x93\xf9\xb9\x89\xf5\x9d\xba\x17\x3f\xfc\x67\xf8\x61\xde\x9a\x2e\x5c\xad\x35\x7c\x3e\x33\x83\x5d\xad\xa3\xaf\x1c\x18\xda\x7e\xaa\xe7\x99\x85\xd9\x1e\x77\x50\x51\x0b\x96\x7b\xf5\x79\x25\x78\x76\xcf\x58\xe1\x68\x5f\xdc\xe3\xab\x1a\xfd\xea\x29\xb0\xff\x51\x67\x59\xed\x30\xd7\x8f\xa5\x3d\x53\x43\x39\x6f\xb7\x36\x7a\xca\x8c\x46\x98\xab\xee\xaf\xec\x4e\xf9\xc1\x3a\xd5\x44\xed\x5f\x8e\x79\x5c\x35\xdd\xb1\xbd\x5b\x3d\xd2\x52\x69\xde\x97\xae\x70\x6f\xaa\xf1\xde\x79\x26\x40\x6b\xb2\x87\x3c\xed\x9d\x9e\x1e\x12\xc1\xf7\x75\xc4\x2f\x81\xf5\xff\xd9\xe6\xae\x2e\xb7\x16\x47\x03\x97\x0b\xae\xf9\xd0\x33\x2c\xb9\x56\x0f\x2a\xbe\x78\xe3\x3f\xc3\x1b\x5f\x16\x5d\x2f\x8b\xae\x97\x45\xd7\xbe\x3b\xcb\xcb\xa2\x6b\x6f\x5a\xb6\x6d\x86\x6a\xd9\x7a\x3f\xee\xe4\x01\x5b\xa1\x0b\x90\xe5\xc8\x93\x9f\xc4\x28\x1d\x4d\x5a\x39\x69\xb2\x34\xf4\xd1\xd1\xd1\x7d\x1b\xdc\xe5\x9d\xdd\xcd\x2d\xc9\xfd\x68\x1a\xf6\xa9\x7d\x79\xca\xd6\xe5\xf5\xd6\xd6\xa5\x72\x13\xed\x6b\x26\x5f\xe9\x6d\xd6\xce\x35\x94\x4f\x61\xad\xa6\xab\xf2\x87\xb3\x4f\xe7\x10\xaf\x57\xb3\x95\x96\x68\xe7\x54\x85\xa9\x84\xe1\x74\xb7\x7d\xb8\xcd\xdc\xb1\x71\xde\x61\x3d\x33\xb4\xec\x88\x5c\x9f\xe4\xff\x1b\xe5\x34\xb1\x6f\x6d\xed\x96\xe3\x75\xb9\x88\xcb\xfc\xd5\xb2\x87\x2c\x9a\xaa\x91\x89\x4c\xe2\x13\xc3\xa8\xfe\x32\x37\xcd\xc4\x84\x5d\x63\xfe\x0d\x3e\x4c\xdd\x40\x55\xfe\xa0\xe9\xef\xf8\xec\xec\xdb\x7c\x75\xb6\xfb\x47\x67\xdf\xee\x9b\xb3\x15\x9a\x3b\x68\x72\xf9\x75\xe9\x03\xbe\xfb\xfa\x6f\x00\x00\x00\xff\xff\x07\xde\x61\xfd\x76\x3f\x00\x00") + +func templateDefaultTmplBytes() ([]byte, error) { + return bindataRead( + _templateDefaultTmpl, + "template/default.tmpl", + ) +} + +func templateDefaultTmpl() (*asset, error) { + bytes, err := templateDefaultTmplBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "template/default.tmpl", size: 16246, mode: os.FileMode(420), modTime: time.Unix(1477568197, 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){ + "template/default.tmpl": templateDefaultTmpl, +} + +// 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{ + "template": &bintree{nil, map[string]*bintree{ + "default.tmpl": &bintree{templateDefaultTmpl, 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, "/")...)...) +} + diff --git a/vendor/src/github.com/prometheus/alertmanager/template/template.go b/vendor/src/github.com/prometheus/alertmanager/template/template.go new file mode 100644 index 0000000..5b65ce1 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/template/template.go @@ -0,0 +1,326 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package template + +import ( + "bytes" + "net/url" + "path/filepath" + "sort" + "strings" + "time" + + tmplhtml "html/template" + tmpltext "text/template" + + "github.com/prometheus/common/model" + + "github.com/prometheus/alertmanager/template/internal/deftmpl" + "github.com/prometheus/alertmanager/types" +) + +// Template bundles a text and a html template instance. +type Template struct { + text *tmpltext.Template + html *tmplhtml.Template + + ExternalURL *url.URL +} + +// FromGlobs calls ParseGlob on all path globs provided and returns the +// resulting Template. +func FromGlobs(paths ...string) (*Template, error) { + t := &Template{ + text: tmpltext.New("").Option("missingkey=zero"), + html: tmplhtml.New("").Option("missingkey=zero"), + } + var err error + + t.text = t.text.Funcs(tmpltext.FuncMap(DefaultFuncs)) + t.html = t.html.Funcs(tmplhtml.FuncMap(DefaultFuncs)) + + b, err := deftmpl.Asset("template/default.tmpl") + if err != nil { + return nil, err + } + if t.text, err = t.text.Parse(string(b)); err != nil { + return nil, err + } + if t.html, err = t.html.Parse(string(b)); err != nil { + return nil, err + } + + for _, tp := range paths { + // ParseGlob in the template packages errors if not at least one file is + // matched. We want to allow empty matches that may be populated later on. + p, err := filepath.Glob(tp) + if err != nil { + return nil, err + } + if len(p) > 0 { + if t.text, err = t.text.ParseGlob(tp); err != nil { + return nil, err + } + if t.html, err = t.html.ParseGlob(tp); err != nil { + return nil, err + } + } + } + return t, nil +} + +// ExecuteTextString needs a meaningful doc comment (TODO(fabxc)). +func (t *Template) ExecuteTextString(text string, data interface{}) (string, error) { + if text == "" { + return "", nil + } + tmpl, err := t.text.Clone() + if err != nil { + return "", err + } + tmpl, err = tmpl.New("").Option("missingkey=zero").Parse(text) + if err != nil { + return "", err + } + var buf bytes.Buffer + err = tmpl.Execute(&buf, data) + return buf.String(), err +} + +// ExecuteHTMLString needs a meaningful doc comment (TODO(fabxc)). +func (t *Template) ExecuteHTMLString(html string, data interface{}) (string, error) { + if html == "" { + return "", nil + } + tmpl, err := t.html.Clone() + if err != nil { + return "", err + } + tmpl, err = tmpl.New("").Option("missingkey=zero").Parse(html) + if err != nil { + return "", err + } + var buf bytes.Buffer + err = tmpl.Execute(&buf, data) + return buf.String(), err +} + +type FuncMap map[string]interface{} + +var DefaultFuncs = FuncMap{ + "toUpper": strings.ToUpper, + "toLower": strings.ToLower, + "title": strings.Title, + // join is equal to strings.Join but inverts the argument order + // for easier pipelining in templates. + "join": func(sep string, s []string) string { + return strings.Join(s, sep) + }, + "safeHtml": func(text string) tmplhtml.HTML { + return tmplhtml.HTML(text) + }, +} + +// Pair is a key/value string pair. +type Pair struct { + Name, Value string +} + +// Pairs is a list of key/value string pairs. +type Pairs []Pair + +// Names returns a list of names of the pairs. +func (ps Pairs) Names() []string { + ns := make([]string, 0, len(ps)) + for _, p := range ps { + ns = append(ns, p.Name) + } + return ns +} + +// Values returns a list of values of the pairs. +func (ps Pairs) Values() []string { + vs := make([]string, 0, len(ps)) + for _, p := range ps { + vs = append(vs, p.Value) + } + return vs +} + +// KV is a set of key/value string pairs. +type KV map[string]string + +// SortedPairs returns a sorted list of key/value pairs. +func (kv KV) SortedPairs() Pairs { + var ( + pairs = make([]Pair, 0, len(kv)) + keys = make([]string, 0, len(kv)) + sortStart = 0 + ) + for k := range kv { + if k == string(model.AlertNameLabel) { + keys = append([]string{k}, keys...) + sortStart = 1 + } else { + keys = append(keys, k) + } + } + sort.Strings(keys[sortStart:]) + + for _, k := range keys { + pairs = append(pairs, Pair{k, kv[k]}) + } + return pairs +} + +// Remove returns a copy of the key/value set without the given keys. +func (kv KV) Remove(keys []string) KV { + keySet := make(map[string]struct{}, len(keys)) + for _, k := range keys { + keySet[k] = struct{}{} + } + + res := KV{} + for k, v := range kv { + if _, ok := keySet[k]; !ok { + res[k] = v + } + } + return res +} + +// Names returns the names of the label names in the LabelSet. +func (kv KV) Names() []string { + return kv.SortedPairs().Names() +} + +// Values returns a list of the values in the LabelSet. +func (kv KV) Values() []string { + return kv.SortedPairs().Values() +} + +// Data is the data passed to notification templates and webhook pushes. +// +// End-users should not be exposed to Go's type system, as this will confuse them and prevent +// simple things like simple equality checks to fail. Map everything to float64/string. +type Data struct { + Receiver string `json:"receiver"` + Status string `json:"status"` + Alerts Alerts `json:"alerts"` + + GroupLabels KV `json:"groupLabels"` + CommonLabels KV `json:"commonLabels"` + CommonAnnotations KV `json:"commonAnnotations"` + + ExternalURL string `json:"externalURL"` +} + +// Alert holds one alert for notification templates. +type Alert struct { + Status string `json:"status"` + Labels KV `json:"labels"` + Annotations KV `json:"annotations"` + StartsAt time.Time `json:"startsAt"` + EndsAt time.Time `json:"endsAt"` + GeneratorURL string `json:"generatorURL"` +} + +// Alerts is a list of Alert objects. +type Alerts []Alert + +// Firing returns the subset of alerts that are firing. +func (as Alerts) Firing() []Alert { + res := []Alert{} + for _, a := range as { + if a.Status == string(model.AlertFiring) { + res = append(res, a) + } + } + return res +} + +// Resolved returns the subset of alerts that are resolved. +func (as Alerts) Resolved() []Alert { + res := []Alert{} + for _, a := range as { + if a.Status == string(model.AlertResolved) { + res = append(res, a) + } + } + return res +} + +// Data assembles data for template expansion. +func (t *Template) Data(recv string, groupLabels model.LabelSet, alerts ...*types.Alert) *Data { + data := &Data{ + Receiver: strings.SplitN(recv, "/", 2)[0], + Status: string(types.Alerts(alerts...).Status()), + Alerts: make(Alerts, 0, len(alerts)), + GroupLabels: KV{}, + CommonLabels: KV{}, + CommonAnnotations: KV{}, + ExternalURL: t.ExternalURL.String(), + } + + // The call to types.Alert is necessary to correctly resolve the internal + // representation to the user representation. + for _, a := range types.Alerts(alerts...) { + alert := Alert{ + Status: string(a.Status()), + Labels: make(KV, len(a.Labels)), + Annotations: make(KV, len(a.Annotations)), + StartsAt: a.StartsAt, + EndsAt: a.EndsAt, + GeneratorURL: a.GeneratorURL, + } + for k, v := range a.Labels { + alert.Labels[string(k)] = string(v) + } + for k, v := range a.Annotations { + alert.Annotations[string(k)] = string(v) + } + data.Alerts = append(data.Alerts, alert) + } + + for k, v := range groupLabels { + data.GroupLabels[string(k)] = string(v) + } + + if len(alerts) >= 1 { + var ( + commonLabels = alerts[0].Labels.Clone() + commonAnnotations = alerts[0].Annotations.Clone() + ) + for _, a := range alerts[1:] { + for ln, lv := range commonLabels { + if a.Labels[ln] != lv { + delete(commonLabels, ln) + } + } + for an, av := range commonAnnotations { + if a.Annotations[an] != av { + delete(commonAnnotations, an) + } + } + } + for k, v := range commonLabels { + data.CommonLabels[string(k)] = string(v) + } + for k, v := range commonAnnotations { + data.CommonAnnotations[string(k)] = string(v) + } + } + + return data +} diff --git a/vendor/src/github.com/prometheus/alertmanager/test/acceptance.go b/vendor/src/github.com/prometheus/alertmanager/test/acceptance.go new file mode 100644 index 0000000..b129381 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/test/acceptance.go @@ -0,0 +1,370 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package test + +import ( + "bytes" + "encoding/json" + "fmt" + "io/ioutil" + "net" + "net/http" + "os" + "os/exec" + "path/filepath" + "sync" + "syscall" + "testing" + "time" + + "github.com/prometheus/client_golang/api/alertmanager" + "github.com/prometheus/common/model" + "golang.org/x/net/context" +) + +// AcceptanceTest provides declarative definition of given inputs and expected +// output of an Alertmanager setup. +type AcceptanceTest struct { + *testing.T + + opts *AcceptanceOpts + + ams []*Alertmanager + collectors []*Collector + + actions map[float64][]func() +} + +// AcceptanceOpts defines configuration paramters for an acceptance test. +type AcceptanceOpts struct { + Tolerance time.Duration + baseTime time.Time +} + +func (opts *AcceptanceOpts) alertString(a *model.Alert) string { + if a.EndsAt.IsZero() { + return fmt.Sprintf("%s[%v:]", a, opts.relativeTime(a.StartsAt)) + } + return fmt.Sprintf("%s[%v:%v]", a, opts.relativeTime(a.StartsAt), opts.relativeTime(a.EndsAt)) +} + +// expandTime returns the absolute time for the relative time +// calculated from the test's base time. +func (opts *AcceptanceOpts) expandTime(rel float64) time.Time { + return opts.baseTime.Add(time.Duration(rel * float64(time.Second))) +} + +// expandTime returns the relative time for the given time +// calculated from the test's base time. +func (opts *AcceptanceOpts) relativeTime(act time.Time) float64 { + return float64(act.Sub(opts.baseTime)) / float64(time.Second) +} + +// NewAcceptanceTest returns a new acceptance test with the base time +// set to the current time. +func NewAcceptanceTest(t *testing.T, opts *AcceptanceOpts) *AcceptanceTest { + test := &AcceptanceTest{ + T: t, + opts: opts, + actions: map[float64][]func(){}, + } + opts.baseTime = time.Now() + + return test +} + +// freeAddress returns a new listen address not currently in use. +func freeAddress() string { + // Let the OS allocate a free address, close it and hope + // it is still free when starting Alertmanager. + l, err := net.Listen("tcp4", "localhost:0") + if err != nil { + panic(err) + } + defer l.Close() + + return l.Addr().String() +} + +// Do sets the given function to be executed at the given time. +func (t *AcceptanceTest) Do(at float64, f func()) { + t.actions[at] = append(t.actions[at], f) +} + +// Alertmanager returns a new structure that allows starting an instance +// of Alertmanager on a random port. +func (t *AcceptanceTest) Alertmanager(conf string) *Alertmanager { + am := &Alertmanager{ + t: t, + opts: t.opts, + } + + dir, err := ioutil.TempDir("", "am_test") + if err != nil { + t.Fatal(err) + } + am.dir = dir + + cf, err := os.Create(filepath.Join(dir, "config.yml")) + if err != nil { + t.Fatal(err) + } + am.confFile = cf + am.UpdateConfig(conf) + + am.addr = freeAddress() + am.mesh = freeAddress() + am.hwaddr = "00:00:00:00:00:01" + am.nickname = "1" + + t.Logf("AM on %s", am.addr) + + client, err := alertmanager.New(alertmanager.Config{ + Address: fmt.Sprintf("http://%s", am.addr), + }) + if err != nil { + t.Fatal(err) + } + am.client = client + + t.ams = append(t.ams, am) + + return am +} + +// Collector returns a new collector bound to the test instance. +func (t *AcceptanceTest) Collector(name string) *Collector { + co := &Collector{ + t: t.T, + name: name, + opts: t.opts, + collected: map[float64][]model.Alerts{}, + expected: map[Interval][]model.Alerts{}, + } + t.collectors = append(t.collectors, co) + + return co +} + +// Run starts all Alertmanagers and runs queries against them. It then checks +// whether all expected notifications have arrived at the expected receiver. +func (t *AcceptanceTest) Run() { + errc := make(chan error) + + for _, am := range t.ams { + am.errc = errc + + am.Start() + defer func(am *Alertmanager) { + am.Terminate() + am.cleanup() + }(am) + } + + go t.runActions() + + var latest float64 + for _, coll := range t.collectors { + if l := coll.latest(); l > latest { + latest = l + } + } + + deadline := t.opts.expandTime(latest) + + select { + case <-time.After(deadline.Sub(time.Now())): + // continue + case err := <-errc: + t.Error(err) + } + + for _, coll := range t.collectors { + report := coll.check() + t.Log(report) + } + + for _, am := range t.ams { + t.Logf("stdout:\n%v", am.cmd.Stdout) + t.Logf("stderr:\n%v", am.cmd.Stderr) + } +} + +// runActions performs the stored actions at the defined times. +func (t *AcceptanceTest) runActions() { + var wg sync.WaitGroup + + for at, fs := range t.actions { + ts := t.opts.expandTime(at) + wg.Add(len(fs)) + + for _, f := range fs { + go func(f func()) { + time.Sleep(ts.Sub(time.Now())) + f() + wg.Done() + }(f) + } + } + + wg.Wait() +} + +// Alertmanager encapsulates an Alertmanager process and allows +// declaring alerts being pushed to it at fixed points in time. +type Alertmanager struct { + t *AcceptanceTest + opts *AcceptanceOpts + + addr string + mesh, hwaddr, nickname string + client alertmanager.Client + cmd *exec.Cmd + confFile *os.File + dir string + + errc chan<- error +} + +// Start the alertmanager and wait until it is ready to receive. +func (am *Alertmanager) Start() { + cmd := exec.Command("../../alertmanager", + "-config.file", am.confFile.Name(), + "-log.level", "debug", + "-web.listen-address", am.addr, + "-storage.path", am.dir, + "-mesh.listen-address", am.mesh, + "-mesh.hardware-address", am.hwaddr, + "-mesh.nickname", am.nickname, + ) + + if am.cmd == nil { + var outb, errb bytes.Buffer + cmd.Stdout = &outb + cmd.Stderr = &errb + } else { + cmd.Stdout = am.cmd.Stdout + cmd.Stderr = am.cmd.Stderr + } + am.cmd = cmd + + if err := am.cmd.Start(); err != nil { + am.t.Fatalf("Starting alertmanager failed: %s", err) + } + + go func() { + if err := am.cmd.Wait(); err != nil { + am.errc <- err + } + }() + + time.Sleep(50 * time.Millisecond) +} + +// Terminate kills the underlying Alertmanager process and remove intermediate +// data. +func (am *Alertmanager) Terminate() { + syscall.Kill(am.cmd.Process.Pid, syscall.SIGTERM) +} + +// Reload sends the reloading signal to the Alertmanager process. +func (am *Alertmanager) Reload() { + syscall.Kill(am.cmd.Process.Pid, syscall.SIGHUP) +} + +func (am *Alertmanager) cleanup() { + os.RemoveAll(am.confFile.Name()) +} + +// Push declares alerts that are to be pushed to the Alertmanager +// server at a relative point in time. +func (am *Alertmanager) Push(at float64, alerts ...*TestAlert) { + var nas model.Alerts + for _, a := range alerts { + nas = append(nas, a.nativeAlert(am.opts)) + } + + alertAPI := alertmanager.NewAlertAPI(am.client) + + am.t.Do(at, func() { + if err := alertAPI.Push(context.Background(), nas...); err != nil { + am.t.Errorf("Error pushing %v: %s", nas, err) + } + }) +} + +// SetSilence updates or creates the given Silence. +func (am *Alertmanager) SetSilence(at float64, sil *TestSilence) { + am.t.Do(at, func() { + var buf bytes.Buffer + if err := json.NewEncoder(&buf).Encode(sil.nativeSilence(am.opts)); err != nil { + am.t.Errorf("Error setting silence %v: %s", sil, err) + return + } + + resp, err := http.Post(fmt.Sprintf("http://%s/api/v1/silences", am.addr), "application/json", &buf) + if err != nil { + am.t.Errorf("Error setting silence %v: %s", sil, err) + return + } + defer resp.Body.Close() + + b, err := ioutil.ReadAll(resp.Body) + if err != nil { + panic(err) + } + + var v struct { + Status string `json:"status"` + Data struct { + SilenceID string `json:"silenceId"` + } `json:"data"` + } + if err := json.Unmarshal(b, &v); err != nil || resp.StatusCode/100 != 2 { + am.t.Errorf("error setting silence %v: %s", sil, err) + return + } + sil.ID = v.Data.SilenceID + }) +} + +// DelSilence deletes the silence with the sid at the given time. +func (am *Alertmanager) DelSilence(at float64, sil *TestSilence) { + am.t.Do(at, func() { + req, err := http.NewRequest("DELETE", fmt.Sprintf("http://%s/api/v1/silence/%s", am.addr, sil.ID), nil) + if err != nil { + am.t.Errorf("Error deleting silence %v: %s", sil, err) + return + } + + resp, err := http.DefaultClient.Do(req) + if err != nil || resp.StatusCode/100 != 2 { + am.t.Errorf("Error deleting silence %v: %s", sil, err) + return + } + }) +} + +// UpdateConfig rewrites the configuration file for the Alertmanager. It does not +// initiate config reloading. +func (am *Alertmanager) UpdateConfig(conf string) { + if _, err := am.confFile.WriteString(conf); err != nil { + am.t.Fatal(err) + return + } + if err := am.confFile.Sync(); err != nil { + am.t.Fatal(err) + return + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/test/acceptance/inhibit_test.go b/vendor/src/github.com/prometheus/alertmanager/test/acceptance/inhibit_test.go new file mode 100644 index 0000000..1e8cacd --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/test/acceptance/inhibit_test.go @@ -0,0 +1,80 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package test + +import ( + "fmt" + "testing" + "time" + + . "github.com/prometheus/alertmanager/test" +) + +func TestInhibiting(t *testing.T) { + t.Parallel() + + conf := ` +route: + receiver: "default" + group_by: [] + group_wait: 1s + group_interval: 1s + repeat_interval: 1s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' + +inhibit_rules: +- source_match: + alertname: JobDown + target_match: + alertname: InstanceDown + equal: + - job + - zone +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co := at.Collector("webhook") + wh := NewWebhook(co) + + am := at.Alertmanager(fmt.Sprintf(conf, wh.Address())) + + am.Push(At(1), Alert("alertname", "test1", "job", "testjob", "zone", "aa")) + am.Push(At(1), Alert("alertname", "InstanceDown", "job", "testjob", "zone", "aa")) + am.Push(At(1), Alert("alertname", "InstanceDown", "job", "testjob", "zone", "ab")) + + // This JobDown in zone aa should inhibit InstanceDown in zone aa in the + // second batch of notifications. + am.Push(At(2.2), Alert("alertname", "JobDown", "job", "testjob", "zone", "aa")) + + co.Want(Between(2, 2.5), + Alert("alertname", "test1", "job", "testjob", "zone", "aa").Active(1), + Alert("alertname", "InstanceDown", "job", "testjob", "zone", "aa").Active(1), + Alert("alertname", "InstanceDown", "job", "testjob", "zone", "ab").Active(1), + ) + + co.Want(Between(3, 3.5), + Alert("alertname", "test1", "job", "testjob", "zone", "aa").Active(1), + Alert("alertname", "InstanceDown", "job", "testjob", "zone", "ab").Active(1), + Alert("alertname", "JobDown", "job", "testjob", "zone", "aa").Active(2.2), + ) + + at.Run() +} diff --git a/vendor/src/github.com/prometheus/alertmanager/test/acceptance/send_test.go b/vendor/src/github.com/prometheus/alertmanager/test/acceptance/send_test.go new file mode 100644 index 0000000..276a12e --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/test/acceptance/send_test.go @@ -0,0 +1,425 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package test + +import ( + "fmt" + "sync" + "testing" + "time" + + . "github.com/prometheus/alertmanager/test" +) + +// This file contains acceptance tests around the basic sending logic +// for notifications, which includes batching and ensuring that each +// notification is eventually sent at least once and ideally exactly +// once. + +func TestMergeAlerts(t *testing.T) { + t.Parallel() + + conf := ` +route: + receiver: "default" + group_by: [] + group_wait: 1s + group_interval: 1s + repeat_interval: 0s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' + send_resolved: true +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co := at.Collector("webhook") + wh := NewWebhook(co) + + am := at.Alertmanager(fmt.Sprintf(conf, wh.Address())) + + // Refresh an alert several times. The starting time must remain at the earliest + // point in time. + am.Push(At(1), Alert("alertname", "test").Active(1.1)) + // Another Prometheus server might be sending later but with an earlier start time. + am.Push(At(1.2), Alert("alertname", "test").Active(1)) + + co.Want(Between(2, 2.5), Alert("alertname", "test").Active(1)) + + am.Push(At(2.1), Alert("alertname", "test").Annotate("ann", "v1").Active(2)) + + co.Want(Between(3, 3.5), Alert("alertname", "test").Annotate("ann", "v1").Active(1)) + + // Annotations are always overwritten by the alert that arrived most recently. + am.Push(At(3.6), Alert("alertname", "test").Annotate("ann", "v2").Active(1.5)) + + co.Want(Between(4, 4.5), Alert("alertname", "test").Annotate("ann", "v2").Active(1)) + + // If an alert is marked resolved twice, the latest point in time must be + // set as the eventual resolve time. + am.Push(At(4.6), Alert("alertname", "test").Annotate("ann", "v2").Active(3, 4.5)) + am.Push(At(4.8), Alert("alertname", "test").Annotate("ann", "v3").Active(2.9, 4.8)) + am.Push(At(4.8), Alert("alertname", "test").Annotate("ann", "v3").Active(2.9, 4.1)) + + co.Want(Between(5, 5.5), Alert("alertname", "test").Annotate("ann", "v3").Active(1, 4.8)) + + // Reactivate an alert after a previous occurrence has been resolved. + // No overlap, no merge must occur. + am.Push(At(5.3), Alert("alertname", "test")) + + co.Want(Between(6, 6.5), Alert("alertname", "test").Active(5.3)) + + // Test against a bug which ocurrec after a restart. The previous occurrence of + // the alert was sent rather than the most recent one. + // + // XXX(fabxc) disabled as notification info won't be persisted. Thus, with a mesh + // notifier we lose the state in this single-node setup. + //at.Do(At(6.7), func() { + // am.Terminate() + // am.Start() + //}) + + // On restart the alert is flushed right away as the group_wait has already passed. + // However, it must be caught in the deduplication stage. + // The next attempt will be 1s later and won't be filtered in deduping. + //co.Want(Between(7.7, 8), Alert("alertname", "test").Active(5.3)) + + at.Run() +} + +func TestRepeat(t *testing.T) { + t.Parallel() + + conf := ` +route: + receiver: "default" + group_by: [] + group_wait: 1s + group_interval: 1s + repeat_interval: 0s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' +` + + // Create a new acceptance test that instantiates new Alertmanagers + // with the given configuration and verifies times with the given + // tollerance. + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + // Create a collector to which alerts can be written and verified + // against a set of expected alert notifications. + co := at.Collector("webhook") + // Run something that satisfies the webhook interface to which the + // Alertmanager pushes as defined by its configuration. + wh := NewWebhook(co) + + // Create a new Alertmanager process listening to a random port + am := at.Alertmanager(fmt.Sprintf(conf, wh.Address())) + + // Declare pushes to be made to the Alertmanager at the given time. + // Times are provided in fractions of seconds. + am.Push(At(1), Alert("alertname", "test").Active(1)) + + // XXX(fabxc): disabled as long as alerts are not persisted. + // at.Do(At(1.2), func() { + // am.Terminate() + // am.Start() + // }) + am.Push(At(3.5), Alert("alertname", "test").Active(1, 3)) + + // Declare which alerts are expected to arrive at the collector within + // the defined time intervals. + co.Want(Between(2, 2.5), Alert("alertname", "test").Active(1)) + co.Want(Between(3, 3.5), Alert("alertname", "test").Active(1)) + co.Want(Between(4, 4.5), Alert("alertname", "test").Active(1, 3)) + + // Start the flow as defined above and run the checks afterwards. + at.Run() +} + +func TestRetry(t *testing.T) { + t.Parallel() + + // We create a notification config that fans out into two different + // webhooks. + // The succeeding one must still only receive the first successful + // notifications. Sending to the succeeding one must eventually succeed. + conf := ` +route: + receiver: "default" + group_by: [] + group_wait: 1s + group_interval: 1s + repeat_interval: 3s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' + - url: 'http://%s' +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co1 := at.Collector("webhook") + wh1 := NewWebhook(co1) + + co2 := at.Collector("webhook_failing") + wh2 := NewWebhook(co2) + + wh2.Func = func(ts float64) bool { + // Fail the first two interval periods but eventually + // succeed in the third interval after a few failed attempts. + return ts < 4.5 + } + + am := at.Alertmanager(fmt.Sprintf(conf, wh1.Address(), wh2.Address())) + + am.Push(At(1), Alert("alertname", "test1")) + + co1.Want(Between(2, 2.5), Alert("alertname", "test1").Active(1)) + co1.Want(Between(5, 5.5), Alert("alertname", "test1").Active(1)) + + co2.Want(Between(4.5, 5), Alert("alertname", "test1").Active(1)) +} + +func TestBatching(t *testing.T) { + t.Parallel() + + conf := ` +route: + receiver: "default" + group_by: [] + group_wait: 1s + group_interval: 1s + repeat_interval: 5s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co := at.Collector("webhook") + wh := NewWebhook(co) + + am := at.Alertmanager(fmt.Sprintf(conf, wh.Address())) + + am.Push(At(1.1), Alert("alertname", "test1").Active(1)) + am.Push(At(1.7), Alert("alertname", "test5").Active(1)) + + co.Want(Between(2.0, 2.5), + Alert("alertname", "test1").Active(1), + Alert("alertname", "test5").Active(1), + ) + + am.Push(At(3.3), + Alert("alertname", "test2").Active(1.5), + Alert("alertname", "test3").Active(1.5), + Alert("alertname", "test4").Active(1.6), + ) + + co.Want(Between(4.1, 4.5), + Alert("alertname", "test1").Active(1), + Alert("alertname", "test5").Active(1), + Alert("alertname", "test2").Active(1.5), + Alert("alertname", "test3").Active(1.5), + Alert("alertname", "test4").Active(1.6), + ) + + // While no changes happen expect no additional notifications + // until the 5s repeat interval has ended. + + co.Want(Between(9.1, 9.5), + Alert("alertname", "test1").Active(1), + Alert("alertname", "test5").Active(1), + Alert("alertname", "test2").Active(1.5), + Alert("alertname", "test3").Active(1.5), + Alert("alertname", "test4").Active(1.6), + ) + + at.Run() +} + +func TestResolved(t *testing.T) { + t.Parallel() + + var wg sync.WaitGroup + wg.Add(10) + + for i := 0; i < 10; i++ { + go func() { + conf := ` +global: + resolve_timeout: 10s + +route: + receiver: "default" + group_by: [alertname] + group_wait: 1s + group_interval: 5s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co := at.Collector("webhook") + wh := NewWebhook(co) + + am := at.Alertmanager(fmt.Sprintf(conf, wh.Address())) + + am.Push(At(1), + Alert("alertname", "test", "lbl", "v1"), + Alert("alertname", "test", "lbl", "v2"), + Alert("alertname", "test", "lbl", "v3"), + ) + + co.Want(Between(2, 2.5), + Alert("alertname", "test", "lbl", "v1").Active(1), + Alert("alertname", "test", "lbl", "v2").Active(1), + Alert("alertname", "test", "lbl", "v3").Active(1), + ) + co.Want(Between(12, 13), + Alert("alertname", "test", "lbl", "v1").Active(1, 11), + Alert("alertname", "test", "lbl", "v2").Active(1, 11), + Alert("alertname", "test", "lbl", "v3").Active(1, 11), + ) + + at.Run() + wg.Done() + }() + } + + wg.Wait() +} + +func TestResolvedFilter(t *testing.T) { + t.Parallel() + + // This integration test ensures that even though resolved alerts may not be + // notified about, they must be set as notified. Resolved alerts, even when + // filtered, have to end up in the SetNotifiesStage, otherwise when an alert + // fires again it is ambiguous whether it was resolved in between or not. + + var wg sync.WaitGroup + wg.Add(10) + + for i := 0; i < 10; i++ { + go func() { + conf := ` +global: + resolve_timeout: 10s + +route: + receiver: "default" + group_by: [alertname] + group_wait: 1s + group_interval: 5s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' + send_resolved: true + - url: 'http://%s' + send_resolved: false +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co1 := at.Collector("webhook1") + wh1 := NewWebhook(co1) + + co2 := at.Collector("webhook2") + wh2 := NewWebhook(co2) + + am := at.Alertmanager(fmt.Sprintf(conf, wh1.Address(), wh2.Address())) + + am.Push(At(1), + Alert("alertname", "test", "lbl", "v1"), + Alert("alertname", "test", "lbl", "v2"), + Alert("alertname", "test", "lbl", "v3"), + ) + + am.Push(At(16), + Alert("alertname", "test", "lbl", "v1"), + Alert("alertname", "test", "lbl", "v2"), + Alert("alertname", "test", "lbl", "v3"), + ) + + co1.Want(Between(2, 2.5), + Alert("alertname", "test", "lbl", "v1").Active(1), + Alert("alertname", "test", "lbl", "v2").Active(1), + Alert("alertname", "test", "lbl", "v3").Active(1), + ) + co1.Want(Between(12, 13), + Alert("alertname", "test", "lbl", "v1").Active(1, 11), + Alert("alertname", "test", "lbl", "v2").Active(1, 11), + Alert("alertname", "test", "lbl", "v3").Active(1, 11), + ) + + co1.Want(Between(17, 17.5), + Alert("alertname", "test", "lbl", "v1").Active(16), + Alert("alertname", "test", "lbl", "v2").Active(16), + Alert("alertname", "test", "lbl", "v3").Active(16), + ) + co1.Want(Between(27, 28), + Alert("alertname", "test", "lbl", "v1").Active(16, 26), + Alert("alertname", "test", "lbl", "v2").Active(16, 26), + Alert("alertname", "test", "lbl", "v3").Active(16, 26), + ) + + co2.Want(Between(2, 2.5), + Alert("alertname", "test", "lbl", "v1").Active(1), + Alert("alertname", "test", "lbl", "v2").Active(1), + Alert("alertname", "test", "lbl", "v3").Active(1), + ) + + co2.Want(Between(17, 17.5), + Alert("alertname", "test", "lbl", "v1").Active(16), + Alert("alertname", "test", "lbl", "v2").Active(16), + Alert("alertname", "test", "lbl", "v3").Active(16), + ) + + at.Run() + wg.Done() + }() + } + + wg.Wait() +} diff --git a/vendor/src/github.com/prometheus/alertmanager/test/acceptance/silence_test.go b/vendor/src/github.com/prometheus/alertmanager/test/acceptance/silence_test.go new file mode 100644 index 0000000..95197cf --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/test/acceptance/silence_test.go @@ -0,0 +1,120 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package test + +import ( + "fmt" + "testing" + "time" + + . "github.com/prometheus/alertmanager/test" +) + +func TestSilencing(t *testing.T) { + t.Parallel() + + conf := ` +route: + receiver: "default" + group_by: [] + group_wait: 1s + group_interval: 1s + repeat_interval: 0s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co := at.Collector("webhook") + wh := NewWebhook(co) + + am := at.Alertmanager(fmt.Sprintf(conf, wh.Address())) + + // No repeat interval is configured. Thus, we receive an alert + // notification every second. + am.Push(At(1), Alert("alertname", "test1").Active(1)) + am.Push(At(1), Alert("alertname", "test2").Active(1)) + + co.Want(Between(2, 2.5), + Alert("alertname", "test1").Active(1), + Alert("alertname", "test2").Active(1), + ) + + // Add a silence that affects the first alert. + am.SetSilence(At(2.3), Silence(2.5, 4.5).Match("alertname", "test1")) + + co.Want(Between(3, 3.5), Alert("alertname", "test2").Active(1)) + co.Want(Between(4, 4.5), Alert("alertname", "test2").Active(1)) + + // Silence should be over now and we receive both alerts again. + + co.Want(Between(5, 5.5), + Alert("alertname", "test1").Active(1), + Alert("alertname", "test2").Active(1), + ) + + at.Run() +} + +func TestSilenceDelete(t *testing.T) { + t.Parallel() + + conf := ` +route: + receiver: "default" + group_by: [] + group_wait: 1s + group_interval: 1s + repeat_interval: 0s + +receivers: +- name: "default" + webhook_configs: + - url: 'http://%s' +` + + at := NewAcceptanceTest(t, &AcceptanceOpts{ + Tolerance: 150 * time.Millisecond, + }) + + co := at.Collector("webhook") + wh := NewWebhook(co) + + am := at.Alertmanager(fmt.Sprintf(conf, wh.Address())) + + // No repeat interval is configured. Thus, we receive an alert + // notification every second. + am.Push(At(1), Alert("alertname", "test1").Active(1)) + am.Push(At(1), Alert("alertname", "test2").Active(1)) + + // Silence everything for a long time and delete the silence after + // two iterations. + sil := Silence(1.5, 100).MatchRE("alertname", ".*") + + am.SetSilence(At(1.3), sil) + am.DelSilence(At(3.5), sil) + + co.Want(Between(3.5, 4.5), + Alert("alertname", "test1").Active(1), + Alert("alertname", "test2").Active(1), + ) + + at.Run() +} diff --git a/vendor/src/github.com/prometheus/alertmanager/test/collector.go b/vendor/src/github.com/prometheus/alertmanager/test/collector.go new file mode 100644 index 0000000..10f7cd3 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/test/collector.go @@ -0,0 +1,162 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package test + +import ( + "fmt" + "testing" + "time" + + "github.com/prometheus/common/model" +) + +// Collector gathers alerts received by a notification receiver +// and verifies whether all arrived and within the correct time boundaries. +type Collector struct { + t *testing.T + name string + opts *AcceptanceOpts + + collected map[float64][]model.Alerts + expected map[Interval][]model.Alerts +} + +func (c *Collector) String() string { + return c.name +} + +func batchesEqual(as, bs model.Alerts, opts *AcceptanceOpts) bool { + if len(as) != len(bs) { + return false + } + + for _, a := range as { + found := false + for _, b := range bs { + if equalAlerts(a, b, opts) { + found = true + break + } + } + if !found { + return false + } + } + return true +} + +// latest returns the latest relative point in time where a notification is +// expected. +func (c *Collector) latest() float64 { + var latest float64 + for iv := range c.expected { + if iv.end > latest { + latest = iv.end + } + } + return latest +} + +// Want declares that the Collector expects to receive the given alerts +// within the given time boundaries. +func (c *Collector) Want(iv Interval, alerts ...*TestAlert) { + var nas model.Alerts + for _, a := range alerts { + nas = append(nas, a.nativeAlert(c.opts)) + } + + c.expected[iv] = append(c.expected[iv], nas) +} + +// add the given alerts to the collected alerts. +func (c *Collector) add(alerts ...*model.Alert) { + arrival := c.opts.relativeTime(time.Now()) + + c.collected[arrival] = append(c.collected[arrival], model.Alerts(alerts)) +} + +func (c *Collector) check() string { + report := fmt.Sprintf("\ncollector %q:\n\n", c) + + for iv, expected := range c.expected { + report += fmt.Sprintf("interval %v\n", iv) + + for _, exp := range expected { + var found model.Alerts + + report += fmt.Sprintf("---\n") + + for _, e := range exp { + report += fmt.Sprintf("- %v\n", c.opts.alertString(e)) + } + + for at, got := range c.collected { + if !iv.contains(at) { + continue + } + for _, a := range got { + if batchesEqual(exp, a, c.opts) { + found = a + break + } + } + if found != nil { + break + } + } + + if found != nil { + report += fmt.Sprintf(" [ ✓ ]\n") + } else { + c.t.Fail() + report += fmt.Sprintf(" [ ✗ ]\n") + } + } + } + + // Detect unexpected notifications. + var totalExp, totalAct int + for _, exp := range c.expected { + for _, e := range exp { + totalExp += len(e) + } + } + for _, act := range c.collected { + for _, a := range act { + if len(a) == 0 { + c.t.Error("received empty notifications") + } + totalAct += len(a) + } + } + if totalExp != totalAct { + c.t.Fail() + report += fmt.Sprintf("\nExpected total of %d alerts, got %d", totalExp, totalAct) + } + + if c.t.Failed() { + report += "\nreceived:\n" + + for at, col := range c.collected { + for _, alerts := range col { + report += fmt.Sprintf("@ %v\n", at) + for _, a := range alerts { + report += fmt.Sprintf("- %v\n", c.opts.alertString(a)) + } + } + } + } + + return report +} diff --git a/vendor/src/github.com/prometheus/alertmanager/test/mock.go b/vendor/src/github.com/prometheus/alertmanager/test/mock.go new file mode 100644 index 0000000..f503f81 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/test/mock.go @@ -0,0 +1,291 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package test + +import ( + "encoding/json" + "fmt" + "net" + "net/http" + "reflect" + "time" + + "github.com/prometheus/common/model" + + "github.com/prometheus/alertmanager/notify" + "github.com/prometheus/alertmanager/types" +) + +// At is a convenience method to allow for declarative syntax of Acceptance +// test definitions. +func At(ts float64) float64 { + return ts +} + +type Interval struct { + start, end float64 +} + +func (iv Interval) String() string { + return fmt.Sprintf("[%v,%v]", iv.start, iv.end) +} + +func (iv Interval) contains(f float64) bool { + return f >= iv.start && f <= iv.end +} + +// Between is a convenience constructor for an interval for declarative syntax +// of Acceptance test definitions. +func Between(start, end float64) Interval { + return Interval{start: start, end: end} +} + +// TestSilence models a model.Silence with relative times. +type TestSilence struct { + ID string + match []string + matchRE []string + startsAt, endsAt float64 +} + +// Silence creates a new TestSilence active for the relative interval given +// by start and end. +func Silence(start, end float64) *TestSilence { + return &TestSilence{ + startsAt: start, + endsAt: end, + } +} + +// Match adds a new plain matcher to the silence. +func (s *TestSilence) Match(v ...string) *TestSilence { + s.match = append(s.match, v...) + return s +} + +// MatchRE adds a new regex matcher to the silence +func (s *TestSilence) MatchRE(v ...string) *TestSilence { + if len(v)%2 == 1 { + panic("bad key/values") + } + s.matchRE = append(s.matchRE, v...) + return s +} + +// nativeSilence converts the declared test silence into a regular +// silence with resolved times. +func (s *TestSilence) nativeSilence(opts *AcceptanceOpts) *types.Silence { + nsil := &types.Silence{} + + for i := 0; i < len(s.match); i += 2 { + nsil.Matchers = append(nsil.Matchers, &types.Matcher{ + Name: s.match[i], + Value: s.match[i+1], + }) + } + for i := 0; i < len(s.matchRE); i += 2 { + nsil.Matchers = append(nsil.Matchers, &types.Matcher{ + Name: s.matchRE[i], + Value: s.matchRE[i+1], + IsRegex: true, + }) + } + + if s.startsAt > 0 { + nsil.StartsAt = opts.expandTime(s.startsAt) + } + if s.endsAt > 0 { + nsil.EndsAt = opts.expandTime(s.endsAt) + } + nsil.Comment = "some comment" + nsil.CreatedBy = "admin@example.com" + + return nsil +} + +// TestAlert models a model.Alert with relative times. +type TestAlert struct { + labels model.LabelSet + annotations model.LabelSet + startsAt, endsAt float64 +} + +// Alert creates a new alert declaration with the given key/value pairs +// as identifying labels. +func Alert(keyval ...interface{}) *TestAlert { + if len(keyval)%2 == 1 { + panic("bad key/values") + } + a := &TestAlert{ + labels: model.LabelSet{}, + annotations: model.LabelSet{}, + } + + for i := 0; i < len(keyval); i += 2 { + ln := model.LabelName(keyval[i].(string)) + lv := model.LabelValue(keyval[i+1].(string)) + + a.labels[ln] = lv + } + + return a +} + +// nativeAlert converts the declared test alert into a full alert based +// on the given paramters. +func (a *TestAlert) nativeAlert(opts *AcceptanceOpts) *model.Alert { + na := &model.Alert{ + Labels: a.labels, + Annotations: a.annotations, + } + + if a.startsAt > 0 { + na.StartsAt = opts.expandTime(a.startsAt) + } + if a.endsAt > 0 { + na.EndsAt = opts.expandTime(a.endsAt) + } + return na +} + +// Annotate the alert with the given key/value pairs. +func (a *TestAlert) Annotate(keyval ...interface{}) *TestAlert { + if len(keyval)%2 == 1 { + panic("bad key/values") + } + + for i := 0; i < len(keyval); i += 2 { + ln := model.LabelName(keyval[i].(string)) + lv := model.LabelValue(keyval[i+1].(string)) + + a.annotations[ln] = lv + } + + return a +} + +// Active declares the relative activity time for this alert. It +// must be a single starting value or two values where the second value +// declares the resolved time. +func (a *TestAlert) Active(tss ...float64) *TestAlert { + if len(tss) > 2 || len(tss) == 0 { + panic("only one or two timestamps allowed") + } + if len(tss) == 2 { + a.endsAt = tss[1] + } + a.startsAt = tss[0] + + return a +} + +func equalAlerts(a, b *model.Alert, opts *AcceptanceOpts) bool { + if !reflect.DeepEqual(a.Labels, b.Labels) { + return false + } + if !reflect.DeepEqual(a.Annotations, b.Annotations) { + return false + } + + if !equalTime(a.StartsAt, b.StartsAt, opts) { + return false + } + if !equalTime(a.EndsAt, b.EndsAt, opts) { + return false + } + return true +} + +func equalTime(a, b time.Time, opts *AcceptanceOpts) bool { + if a.IsZero() != b.IsZero() { + return false + } + + diff := a.Sub(b) + if diff < 0 { + diff = -diff + } + return diff <= opts.Tolerance +} + +type MockWebhook struct { + opts *AcceptanceOpts + collector *Collector + listener net.Listener + + Func func(timestamp float64) bool +} + +func NewWebhook(c *Collector) *MockWebhook { + l, err := net.Listen("tcp4", "localhost:0") + if err != nil { + // TODO(fabxc): if shutdown of mock destinations ever becomes a concern + // we want to shut them down after test completion. Then we might want to + // log the error properly, too. + panic(err) + } + wh := &MockWebhook{ + listener: l, + collector: c, + } + go http.Serve(l, wh) + + return wh +} + +func (ws *MockWebhook) ServeHTTP(w http.ResponseWriter, req *http.Request) { + // Inject Func if it exists. + if ws.Func != nil { + if ws.Func(ws.opts.relativeTime(time.Now())) { + return + } + } + + dec := json.NewDecoder(req.Body) + defer req.Body.Close() + + var v notify.WebhookMessage + if err := dec.Decode(&v); err != nil { + panic(err) + } + + // Transform the webhook message alerts back into model.Alerts. + var alerts model.Alerts + for _, a := range v.Alerts { + var ( + labels = model.LabelSet{} + annotations = model.LabelSet{} + ) + for k, v := range a.Labels { + labels[model.LabelName(k)] = model.LabelValue(v) + } + for k, v := range a.Annotations { + annotations[model.LabelName(k)] = model.LabelValue(v) + } + + alerts = append(alerts, &model.Alert{ + Labels: labels, + Annotations: annotations, + StartsAt: a.StartsAt, + EndsAt: a.EndsAt, + GeneratorURL: a.GeneratorURL, + }) + } + + ws.collector.add(alerts...) +} + +func (ws *MockWebhook) Address() string { + return ws.listener.Addr().String() +} diff --git a/vendor/src/github.com/prometheus/alertmanager/types/match.go b/vendor/src/github.com/prometheus/alertmanager/types/match.go new file mode 100644 index 0000000..5bc6933 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/types/match.go @@ -0,0 +1,166 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package types + +import ( + "fmt" + "regexp" + "sort" + + "github.com/prometheus/common/model" +) + +// Matcher defines a matching rule for the value of a given label. +type Matcher struct { + Name string `json:"name"` + Value string `json:"value"` + IsRegex bool `json:"isRegex"` + + regex *regexp.Regexp +} + +// Init internals of the Matcher. Must be called before using Match. +func (m *Matcher) Init() error { + if !m.IsRegex { + return nil + } + re, err := regexp.Compile(m.Value) + if err == nil { + m.regex = re + } + return err +} + +func (m *Matcher) String() string { + if m.IsRegex { + return fmt.Sprintf("", m.Name, m.Value) + } + return fmt.Sprintf("", m.Name, m.Value) +} + +// Match checks whether the label of the matcher has the specified +// matching value. +func (m *Matcher) Match(lset model.LabelSet) bool { + // Unset labels are treated as unset labels globally. Thus, if a + // label is not set we retrieve the empty label which is correct + // for the comparison below. + v := lset[model.LabelName(m.Name)] + + if m.IsRegex { + return m.regex.MatchString(string(v)) + } + return string(v) == m.Value +} + +// NewMatcher returns a new matcher that compares against equality of +// the given value. +func NewMatcher(name model.LabelName, value string) *Matcher { + return &Matcher{ + Name: string(name), + Value: value, + IsRegex: false, + } +} + +// NewRegexMatcher returns a new matcher that compares values against +// a regular expression. The matcher is already initialized. +// +// TODO(fabxc): refactor usage. +func NewRegexMatcher(name model.LabelName, re *regexp.Regexp) *Matcher { + return &Matcher{ + Name: string(name), + Value: re.String(), + IsRegex: true, + regex: re, + } +} + +// Matchers provides the Match and Fingerprint methods for a slice of Matchers. +// Matchers must always be sorted. +type Matchers []*Matcher + +// NewMatchers returns the given Matchers sorted. +func NewMatchers(ms ...*Matcher) Matchers { + m := Matchers(ms) + sort.Sort(m) + return m +} + +func (ms Matchers) Len() int { return len(ms) } +func (ms Matchers) Swap(i, j int) { ms[i], ms[j] = ms[j], ms[i] } + +func (ms Matchers) Less(i, j int) bool { + if ms[i].Name > ms[j].Name { + return false + } + if ms[i].Name < ms[j].Name { + return true + } + if ms[i].Value > ms[j].Value { + return false + } + if ms[i].Value < ms[j].Value { + return true + } + return !ms[i].IsRegex && ms[j].IsRegex +} + +// Equal returns whether both Matchers are equal. +func (ms Matchers) Equal(o Matchers) bool { + if len(ms) != len(o) { + return false + } + for i, a := range ms { + if *a != *o[i] { + return false + } + } + return true +} + +// Match checks whether all matchers are fulfilled against the given label set. +func (ms Matchers) Match(lset model.LabelSet) bool { + for _, m := range ms { + if !m.Match(lset) { + return false + } + } + return true +} + +// Validate returns true iff all fields of the matcher have valid values. +func (m *Matcher) Validate() error { + if !model.LabelName(m.Name).IsValid() { + return fmt.Errorf("invalid name %q", m.Name) + } + if m.IsRegex { + if _, err := regexp.Compile(m.Value); err != nil { + return fmt.Errorf("invalid regular expression %q", m.Value) + } + } else if !model.LabelValue(m.Value).IsValid() || len(m.Value) == 0 { + return fmt.Errorf("invalid value %q", m.Value) + } + return nil +} + +// Fingerprint returns a quasi-unique fingerprint for the matchers. +func (ms Matchers) Fingerprint() model.Fingerprint { + lset := make(model.LabelSet, 3*len(ms)) + + for _, m := range ms { + lset[model.LabelName(fmt.Sprintf("%s-%s-%v", m.Name, m.Value, m.IsRegex))] = "" + } + + return lset.Fingerprint() +} diff --git a/vendor/src/github.com/prometheus/alertmanager/types/types.go b/vendor/src/github.com/prometheus/alertmanager/types/types.go new file mode 100644 index 0000000..f4e46c2 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/types/types.go @@ -0,0 +1,303 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package types + +import ( + "fmt" + "sort" + "strings" + "sync" + "time" + + "github.com/prometheus/common/model" +) + +// Marker helps to mark alerts as silenced and/or inhibited. +// All methods are goroutine-safe. +type Marker interface { + SetInhibited(alert model.Fingerprint, b bool) + SetSilenced(alert model.Fingerprint, sil ...string) + + Silenced(alert model.Fingerprint) (string, bool) + Inhibited(alert model.Fingerprint) bool +} + +// NewMarker returns an instance of a Marker implementation. +func NewMarker() Marker { + return &memMarker{ + inhibited: map[model.Fingerprint]struct{}{}, + silenced: map[model.Fingerprint]string{}, + } +} + +type memMarker struct { + inhibited map[model.Fingerprint]struct{} + silenced map[model.Fingerprint]string + + mtx sync.RWMutex +} + +func (m *memMarker) Inhibited(alert model.Fingerprint) bool { + m.mtx.RLock() + defer m.mtx.RUnlock() + + _, ok := m.inhibited[alert] + return ok +} + +func (m *memMarker) Silenced(alert model.Fingerprint) (string, bool) { + m.mtx.RLock() + defer m.mtx.RUnlock() + + sid, ok := m.silenced[alert] + return sid, ok +} + +func (m *memMarker) SetInhibited(alert model.Fingerprint, b bool) { + m.mtx.Lock() + defer m.mtx.Unlock() + + if !b { + delete(m.inhibited, alert) + } else { + m.inhibited[alert] = struct{}{} + } +} + +func (m *memMarker) SetSilenced(alert model.Fingerprint, sil ...string) { + m.mtx.Lock() + defer m.mtx.Unlock() + + if len(sil) == 0 { + delete(m.silenced, alert) + } else { + m.silenced[alert] = sil[0] + } +} + +// MultiError contains multiple errors and implements the error interface. Its +// zero value is ready to use. All its methods are goroutine safe. +type MultiError struct { + mtx sync.Mutex + errors []error +} + +// Add adds an error to the MultiError. +func (e *MultiError) Add(err error) { + e.mtx.Lock() + defer e.mtx.Unlock() + + e.errors = append(e.errors, err) +} + +// Len returns the number of errors added to the MultiError. +func (e *MultiError) Len() int { + e.mtx.Lock() + defer e.mtx.Unlock() + + return len(e.errors) +} + +// Errors returns the errors added to the MuliError. The returned slice is a +// copy of the internal slice of errors. +func (e *MultiError) Errors() []error { + e.mtx.Lock() + defer e.mtx.Unlock() + + return append(make([]error, 0, len(e.errors)), e.errors...) +} + +func (e *MultiError) Error() string { + e.mtx.Lock() + defer e.mtx.Unlock() + + es := make([]string, 0, len(e.errors)) + for _, err := range e.errors { + es = append(es, err.Error()) + } + return strings.Join(es, "; ") +} + +// Alert wraps a model.Alert with additional information relevant +// to internal of the Alertmanager. +// The type is never exposed to external communication and the +// embedded alert has to be sanitized beforehand. +type Alert struct { + model.Alert + + // The authoritative timestamp. + UpdatedAt time.Time + Timeout bool + WasSilenced bool `json:"-"` + WasInhibited bool `json:"-"` +} + +// AlertSlice is a sortable slice of Alerts. +type AlertSlice []*Alert + +func (as AlertSlice) Less(i, j int) bool { return as[i].UpdatedAt.Before(as[j].UpdatedAt) } +func (as AlertSlice) Swap(i, j int) { as[i], as[j] = as[j], as[i] } +func (as AlertSlice) Len() int { return len(as) } + +// Alerts turns a sequence of internal alerts into a list of +// exposable model.Alert structures. +func Alerts(alerts ...*Alert) model.Alerts { + res := make(model.Alerts, 0, len(alerts)) + for _, a := range alerts { + v := a.Alert + // If the end timestamp was set as the expected value in case + // of a timeout but is not reached yet, do not expose it. + if a.Timeout && !a.Resolved() { + v.EndsAt = time.Time{} + } + res = append(res, &v) + } + return res +} + +// Merge merges the timespan of two alerts based and overwrites annotations +// based on the authoritative timestamp. A new alert is returned, the labels +// are assumed to be equal. +func (a *Alert) Merge(o *Alert) *Alert { + // Let o always be the younger alert. + if o.UpdatedAt.Before(a.UpdatedAt) { + return o.Merge(a) + } + + res := *o + + // Always pick the earliest starting time. + if a.StartsAt.Before(o.StartsAt) { + res.StartsAt = a.StartsAt + } + + // A non-timeout resolved timestamp always rules. + // The latest explicit resolved timestamp wins. + if a.EndsAt.After(o.EndsAt) && !a.Timeout { + res.EndsAt = a.EndsAt + } + + return &res +} + +// A Muter determines whether a given label set is muted. +type Muter interface { + Mutes(model.LabelSet) bool +} + +// A MuteFunc is a function that implements the Muter interface. +type MuteFunc func(model.LabelSet) bool + +// Mutes implements the Muter interface. +func (f MuteFunc) Mutes(lset model.LabelSet) bool { return f(lset) } + +// A Silence determines whether a given label set is muted. +type Silence struct { + // A unique identifier across all connected instances. + ID string `json:"id"` + // A set of matchers determining if a label set is affect + // by the silence. + Matchers Matchers `json:"matchers"` + + // Time range of the silence. + // + // * StartsAt must not be before creation time + // * EndsAt must be after StartsAt + // * Deleting a silence means to set EndsAt to now + // * Time range must not be modified in different ways + // + // TODO(fabxc): this may potentially be extended by + // creation and update timestamps. + StartsAt time.Time `json:"startsAt"` + EndsAt time.Time `json:"endsAt"` + + // The last time the silence was updated. + UpdatedAt time.Time `json:"updatedAt"` + + // Information about who created the silence for which reason. + CreatedBy string `json:"createdBy"` + Comment string `json:"comment,omitempty"` + + // timeFunc provides the time against which to evaluate + // the silence. Used for test injection. + now func() time.Time +} + +// Validate returns true iff all fields of the silence have valid values. +func (s *Silence) Validate() error { + if s.ID == "" { + return fmt.Errorf("ID missing") + } + if len(s.Matchers) == 0 { + return fmt.Errorf("at least one matcher required") + } + for _, m := range s.Matchers { + if err := m.Validate(); err != nil { + return fmt.Errorf("invalid matcher: %s", err) + } + } + if s.StartsAt.IsZero() { + return fmt.Errorf("start time missing") + } + if s.EndsAt.IsZero() { + return fmt.Errorf("end time missing") + } + if s.EndsAt.Before(s.StartsAt) { + return fmt.Errorf("start time must be before end time") + } + if s.CreatedBy == "" { + return fmt.Errorf("creator information missing") + } + if s.Comment == "" { + return fmt.Errorf("comment missing") + } + // if s.CreatedAt.IsZero() { + // return fmt.Errorf("creation timestamp missing") + // } + return nil +} + +// Init initializes a silence. Must be called before using Mutes. +func (s *Silence) Init() error { + for _, m := range s.Matchers { + if err := m.Init(); err != nil { + return err + } + } + sort.Sort(s.Matchers) + return nil +} + +// Mutes implements the Muter interface. +// +// TODO(fabxc): consider making this a function accepting a +// timestamp and returning a Muter, i.e. s.Muter(ts).Mutes(lset). +func (s *Silence) Mutes(lset model.LabelSet) bool { + var now time.Time + if s.now != nil { + now = s.now() + } else { + now = time.Now() + } + if now.Before(s.StartsAt) || now.After(s.EndsAt) { + return false + } + return s.Matchers.Match(lset) +} + +// Deleted returns whether a silence is deleted. Semantically this means it had no effect +// on history at any point. +func (s *Silence) Deleted() bool { + return s.StartsAt.Equal(s.EndsAt) +} diff --git a/vendor/src/github.com/prometheus/alertmanager/types/types_test.go b/vendor/src/github.com/prometheus/alertmanager/types/types_test.go new file mode 100644 index 0000000..bffda4f --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/types/types_test.go @@ -0,0 +1,63 @@ +// Copyright 2015 Prometheus Team +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package types + +import ( + "reflect" + "testing" + "time" + + "github.com/prometheus/common/model" +) + +func TestAlertMerge(t *testing.T) { + now := time.Now() + + pairs := []struct { + A, B, Res *Alert + }{ + { + A: &Alert{ + Alert: model.Alert{ + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(2 * time.Minute), + }, + UpdatedAt: now, + Timeout: true, + }, + B: &Alert{ + Alert: model.Alert{ + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(3 * time.Minute), + }, + UpdatedAt: now.Add(time.Minute), + Timeout: true, + }, + Res: &Alert{ + Alert: model.Alert{ + StartsAt: now.Add(-time.Minute), + EndsAt: now.Add(3 * time.Minute), + }, + UpdatedAt: now.Add(time.Minute), + Timeout: true, + }, + }, + } + + for _, p := range pairs { + if res := p.A.Merge(p.B); !reflect.DeepEqual(p.Res, res) { + t.Errorf("unexpected merged alert %#v", res) + } + } +} diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/css/main.css b/vendor/src/github.com/prometheus/alertmanager/ui/app/css/main.css new file mode 100644 index 0000000..0e13abb --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/css/main.css @@ -0,0 +1,277 @@ +body { + overflow-y: scroll; + background: #fafafa; +} + +header { + padding: 1em 2.5em 1.4em 2.5em; + background: #404040; +} + +header #logo { + color: #fff; + float: left; + margin: 0 80px 0 0; +} +header #logo a { + color: inherit; + text-decoration: none; +} +a.gen-link button { + color: #fff !important; +} + +#top-nav a { + color: #bbb; + text-decoration: none +} +#top-nav .selected a { + color: #fff; +} +#top-nav a:hover { + color: #fff; +} + +#top-nav ul { + float: left; + list-style: none; + margin: 8px 0 0 0 ; +} + +#top-nav li { + display: inline-block; + margin-right: 2.2em; +} + +#content { + padding: 2.5em; +} + +#silence-create, #filter-alerts { + background: #fff; + width: 100%; + min-width: 400px; +} +#alert-groups.hide-silenced .alert-item.silenced { + display: none; +} +.alert-group { + margin-bottom: 5px; +} +.alert-item .details { + float: left; + margin-right: 12px; +} + +.alert-item .expand, .silence-item .expand { + opacity: .4; +} +.alert-item:hover .expand, .silence-item:hover .expand { + opacity: 1; +} + +.silence-item .labels, .alert-item .labels { +} +.silence-item .labels, .alert-item .labels { + width: 65%; +} + +.alert-group-header { + border-bottom: 1px solid #fff; + background: #bfbfbf; + padding: .8em; +} + +.silence-item .delete-button, +.silence-item .edit-button, +.alert-item .silence-button { + opacity: 0.25; +} +.silence-item:hover .delete-button, +.silence-item:hover .edit-button, +.alert-item:hover .silence-button { + opacity: 1.0; +} + +.active-silences, .pending-silences, .elapsed-silences { + margin-bottom: 12px; +} + +.alert-item .overview { + background: #f0f0f0; + padding: .8em; +} +.silence-item .overview { + background: #bfbfbf; + padding: .8em; +} +.silence-item.highlight .overview { + background: #dfdfdf; + border: 1px solid #2f77d1; +} +.silence-item .detail, .alert-item .detail { + background: #fff; + padding: .8em; +} + +.silence-matchers { + margin-bottom: 5px; +} + +.silence-matchers .is-regex { + font-family: monospace; +} + +#silences-query { + margin-bottom: 24px; +} + +.alert-item .silence-alert, .silence-item .edit-silence { + padding: 1em 2em; +} + +.list-item { + background: #fff; + margin-bottom: 1px; +} + +.list-item .container-left { + width: 650px; + padding: 1em; + float: left; + background: #777; + color: #eee; +} + +.lbl { + display: inline-block; + font-size: 0.7em; + padding: 0 6px; + margin: 0 2px 2px 0; + font-family: Menlo, Monaco, Consolas, sans-serif; + border: 1px solid #ccc; + border-radius: 2px; + background: #555; + color: #fff; +} +.lbl-highlight { + background: #e6522c; +} +.lbl-outline { + color: #555 !important; + background: rgba(255, 255, 255, 0.5) !important; + border: 1px solid #555 !important; +} + +.muted-lbl { + background: #ffe47a; + color: #555 !important; +} +.muted-lbl a { + color: #555 !important; +} + +.annotations td { + min-width: 200px; + white-space: pre-wrap !important; + word-break: break-all; + word-wrap: break-word; +} +.table-normal.annotations td { + padding: .4em !important; + text-overflow: clip; +} + +.list-item .container-right { + border-left: 650px solid #777; + padding: 1em; +} + +.active-interval { + color: #aaa; + font-style: italic; +} + +.silence-alert { + background: #f0f0f0; + border-top: 1px solid #fff; + border-bottom: 1px solid #fff; +} + +input.ng-invalid.ng-touched { + border-color: #de2c3b; + box-shadow: 0 0 0 2px rgba(222, 44, 59, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; +} + +input.collapse[type=checkbox] { + -webkit-appearance: none; + width: 1em; + height: 1em; + border: none; +} +input.collapse[type=checkbox]:after { + content: '▹'; +} +input.collapse.open[type=checkbox]:after { + content: '▿'; +} + +.label.alertname { + background: #fff !important; +} +/**/ +input[type="datetime-local"] { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 1.4rem; + padding: 0.9rem 1rem; + line-height: 1; + height: 40px; + outline: none; + background: #ffffff; + border: 1px solid #dfdfdf; + border-radius: 2px; + margin-bottom: 0; + color: rgba(0, 0, 0, 0.85); +} + +/* Routing Tree */ +.sans-serif { + font: 12px sans-serif; +} + +.node circle { + stroke: steelblue; + stroke-width: 1.5px; +} + +.node text { + font: 10px sans-serif; +} + +.link { + fill: none; + stroke: #ccc; + stroke-width: 1.5px; +} + +.label-input { + padding: 2px 0; + width: 500px; +} + +.config-yml { + border-color: #ddd; + height: 760px; + padding: 2px 0; + width: 450px; + font-family: monospace; +} + +.block { + display: block; +} + +.inline-block { + display: inline-block; +} + diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/index.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/index.html new file mode 100644 index 0000000..da1dd46 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/index.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + AlertManager – Prometheus + + +
+

+ Alertmanager +

+ + +
+ +
+
+
+ + + diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/js/app.js b/vendor/src/github.com/prometheus/alertmanager/ui/app/js/app.js new file mode 100644 index 0000000..1ad66cc --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/js/app.js @@ -0,0 +1,448 @@ +'use strict'; + +angular.module('am.directives', []); + +angular.module('am.directives').directive('route', + function(RecursionHelper) { + return { + restrict: 'E', + scope: { + route: '=' + }, + templateUrl: 'app/partials/route.html', + compile: function(element) { + // Use the compile function from the RecursionHelper, + // And return the linking function(s) which it returns + return RecursionHelper.compile(element); + } + }; + } +); + +angular.module('am.directives').directive('alert', + function() { + return { + restrict: 'E', + scope: { + alert: '=', + group: '=' + }, + templateUrl: 'app/partials/alert.html' + }; + } +); + +angular.module('am.directives').directive('silence', + function() { + return { + restrict: 'E', + scope: { + sil: '=' + }, + templateUrl: 'app/partials/silence.html' + }; + } +); + +angular.module('am.directives').directive('silenceForm', + function() { + return { + restrict: 'E', + scope: { + silence: '=' + }, + templateUrl: 'app/partials/silence-form.html' + }; + } +); + +angular.module('am.services', ['ngResource']); + +angular.module('am.services').factory('Silence', + function($resource) { + return $resource('', { + id: '@id' + }, { + 'query': { + method: 'GET', + url: 'api/v1/silences' + }, + 'create': { + method: 'POST', + url: 'api/v1/silences' + }, + 'get': { + method: 'GET', + url: 'api/v1/silence/:id' + }, + 'delete': { + method: 'DELETE', + url: 'api/v1/silence/:id' + } + }); + } +); + +angular.module('am.services').factory('Alert', + function($resource) { + return $resource('', {}, { + 'query': { + method: 'GET', + url: 'api/v1/alerts' + } + }); + } +); + +angular.module('am.services').factory('AlertGroups', + function($resource) { + return $resource('', {}, { + 'query': { + method: 'GET', + url: 'api/v1/alerts/groups' + } + }); + } +); + +angular.module('am.services').factory('Alert', + function($resource) { + return $resource('', {}, { + 'query': { + method: 'GET', + url: 'api/v1/alerts' + } + }); + } +); +angular.module('am.controllers', []); + +angular.module('am.controllers').controller('NavCtrl', + function($scope, $location) { + $scope.items = [{ + name: 'Silences', + url: 'silences' + }, { + name: 'Alerts', + url: 'alerts' + }, { + name: 'Status', + url: 'status' + }]; + + $scope.selected = function(item) { + return item.url == $location.path() + } + } +); + +angular.module('am.controllers').controller('AlertCtrl', + function($scope) { + $scope.showDetails = false; + + $scope.toggleDetails = function() { + $scope.showDetails = !$scope.showDetails + } + + $scope.showSilenceForm = false; + + $scope.toggleSilenceForm = function() { + $scope.showSilenceForm = !$scope.showSilenceForm + } + + $scope.silence = { + matchers: [] + } + angular.forEach($scope.alert.labels, function(value, key) { + this.push({ + name: key, + value: value, + isRegex: false + }); + }, $scope.silence.matchers); + + $scope.$on('silence-created', function(evt) { + $scope.toggleSilenceForm(); + }); + } +); + +angular.module('am.controllers').controller('AlertsCtrl', + function($scope, $location, AlertGroups) { + $scope.groups = null; + $scope.allReceivers = []; + + $scope.$watch('receivers', function(recvs) { + if (recvs === undefined || angular.equals(recvs, $scope.allReceivers)) { + return; + } + if (recvs) { + $location.search('receiver', recvs); + } else { + $location.search('receiver', null); + } + }); + + $scope.notEmpty = function(group) { + var ret = false + + angular.forEach(group.blocks, function(blk) { + if (this.indexOf(blk.routeOpts.receiver) >= 0) { + var unsilencedAlerts = blk.alerts.filter(function (a) { return !a.silenced; }); + if (!$scope.hideSilenced && blk.alerts.length > 0 || $scope.hideSilenced && unsilencedAlerts.length > 0) { + ret = true + } + } + }, $scope.receivers); + + return ret; + }; + + $scope.refresh = function() { + AlertGroups.query({}, + function(data) { + $scope.groups = data.data; + + $scope.allReceivers = []; + angular.forEach($scope.groups, function(group) { + angular.forEach(group.blocks, function(blk) { + if (this.indexOf(blk.routeOpts.receiver) < 0) { + this.push(blk.routeOpts.receiver); + } + }, this); + }, $scope.allReceivers); + + if (!$scope.receivers) { + var recvs = angular.copy($scope.allReceivers); + if ($location.search()['receiver']) { + recvs = angular.copy($location.search()['receiver']); + // The selected items must always be an array for multi-option selects. + if (!angular.isArray(recvs)) { + recvs = [recvs]; + } + } + $scope.receivers = recvs; + } + }, + function(data) { + $scope.error = data.data; + } + ); + }; + + $scope.refresh(); + } +); + +angular.module('am.controllers').controller('SilenceCtrl', + function($scope, $location, Silence) { + + $scope.highlight = $location.search()['hl'] == $scope.sil.id; + + $scope.showDetails = false; + $scope.showSilenceForm = false; + + $scope.toggleSilenceForm = function() { + $scope.showSilenceForm = !$scope.showSilenceForm + } + $scope.toggleDetails = function() { + $scope.showDetails = !$scope.showDetails + } + + var silCopy = angular.copy($scope.sil); + + $scope.delete = function(id) { + Silence.delete({id: id}, + function(data) { + $scope.$emit('silence-deleted'); + }, + function(data) { + $scope.error = data.data; + }); + }; + } +); + +angular.module('am.controllers').controller('SilencesCtrl', + function($scope, Silence) { + $scope.silences = []; + $scope.order = "endsAt"; + + $scope.showForm = false; + + $scope.toggleForm = function() { + $scope.showForm = !$scope.showForm + } + + $scope.refresh = function() { + Silence.query({}, + function(data) { + $scope.silences = data.data || []; + var now = new Date; + + angular.forEach($scope.silences, function(value) { + value.endsAt = new Date(value.endsAt); + value.startsAt = new Date(value.startsAt); + value.updatedAt = new Date(value.updatedAt); + + value.elapsed = value.endsAt < now; + value.pending = value.startsAt > now; + value.active = value.startsAt <= now && value.endsAt > now; + }); + }, + function(data) { + $scope.error = data.data; + } + ); + }; + + $scope.$on('silence-created', function(evt) { + $scope.refresh(); + }); + $scope.$on('silence-deleted', function(evt) { + $scope.refresh(); + }); + + $scope.refresh(); + } +); + +angular.module('am.controllers').controller('SilenceCreateCtrl', + function($scope, Silence) { + $scope.error = null; + $scope.silence = $scope.silence || {}; + + if (!$scope.silence.matchers) { + $scope.silence.matchers = [{}]; + } + + var origSilence = angular.copy($scope.silence); + + $scope.reset = function() { + var now = new Date(); + var end = new Date(); + + now.setMilliseconds(0); + end.setMilliseconds(0); + now.setSeconds(0); + end.setSeconds(0); + + end.setHours(end.getHours() + 4) + + $scope.silence = angular.copy(origSilence); + $scope.silence.createdBy = localStorage.creator; + + if (!origSilence.startsAt || origSilence.elapsed) { + $scope.silence.startsAt = now; + } + if (!origSilence.endsAt || origSilence.elapsed) { + $scope.silence.endsAt = end; + } + }; + + $scope.reset(); + + $scope.addMatcher = function() { + $scope.silence.matchers.push({}); + }; + + $scope.delMatcher = function(i) { + $scope.silence.matchers.splice(i, 1); + }; + + $scope.create = function() { + var now = new Date; + localStorage.creator = $scope.silence.createdBy; + // Go through conditions that go against immutability of historic silences. + var createNew = !angular.equals(origSilence.matchers, $scope.silence.matchers); + console.log(origSilence, $scope.silence); + createNew = createNew || $scope.silence.elapsed; + createNew = createNew || ($scope.silence.active && (origSilence.startsAt == $scope.silence.startsAt || origSilence.endsAt == $scope.silence.endsAt)); + + if (createNew) { + $scope.silence.id = undefined; + } + + Silence.create($scope.silence, + function(data) { + // If the modifications require creating a new silence, + // we expire/delete the old one. + if (createNew && origSilence.id && !$scope.silence.elapsed) { + Silence.delete({id: origSilence.id}, + function(data) { + // Only trigger reload after after old silence was deleted. + $scope.$emit('silence-created'); + }, + function(data) { + console.warn("deleting silence failed", data); + $scope.$emit('silence-created'); + }); + } else { + $scope.$emit('silence-created'); + } + }, + function(data) { + $scope.error = data.data.error; + } + ); + }; + } +); + +angular.module('am.services').factory('Status', + function($resource) { + return $resource('', {}, { + 'get': { + method: 'GET', + url: 'api/v1/status' + } + }); + } +); + +angular.module('am.controllers').controller('StatusCtrl', + function($scope, Status) { + Status.get({}, + function(data) { + $scope.config = data.data.config; + $scope.versionInfo = data.data.versionInfo; + $scope.uptime = data.data.uptime; + }, + function(data) { + console.log(data.data); + }) + } +); + +angular.module('am', [ + 'ngRoute', + 'ngSanitize', + 'angularMoment', + + 'am.controllers', + 'am.services', + 'am.directives' +]); + +angular.module('am').config( + function($routeProvider) { + $routeProvider. + when('/alerts', { + templateUrl: 'app/partials/alerts.html', + controller: 'AlertsCtrl', + reloadOnSearch: false + }). + when('/silences', { + templateUrl: 'app/partials/silences.html', + controller: 'SilencesCtrl', + reloadOnSearch: false + }). + when('/status', { + templateUrl: 'app/partials/status.html', + controller: 'StatusCtrl' + }). + otherwise({ + redirectTo: '/alerts' + }); + } +); diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alert.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alert.html new file mode 100644 index 0000000..8989117 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alert.html @@ -0,0 +1,40 @@ +
+
+
+ + + +
+ +
+ + + {{ name }} = "{{ value }}" + + +
+ +
+
inhibited
+ + + + +
+
+ +
+ +
+ +
+ + + + + + + +
{{ name }}
+
+
\ No newline at end of file diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alerts.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alerts.html new file mode 100644 index 0000000..59dd326 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/alerts.html @@ -0,0 +1,40 @@ +
+
+ Filter + + +
+
+ + +
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+ + {{ ln }} = '{{ lv }}' + +
+ +
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/route.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/route.html new file mode 100644 index 0000000..84791cd --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/route.html @@ -0,0 +1,25 @@ +
+
+
+ + {{ m.name }} =~ '{{ m.value }}' + +
+
+
+
+
+ + {{ ln }} = '{{ lv }}' + +
+
+ +
+
+
+ +
+ +
+
\ No newline at end of file diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence-form.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence-form.html new file mode 100644 index 0000000..0e17a58 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence-form.html @@ -0,0 +1,55 @@ +
+
+ Create Define a new silence. + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+ + + + + + + + + + + + +
+ {{ error }} +
+ +
+ +
+ + +
+
diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence.html new file mode 100644 index 0000000..8d11ceb --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silence.html @@ -0,0 +1,50 @@ +
+
+ + + +
+ + + {{ m.name }} =~ "{{ m.value }}" + + +
+ +
+ + + + + + +
+
+ +
+ +
+ +
+ + + + + + + + + + + + + + + +
creator{{ sil.createdBy }}
comment{{ sil.comment }}
active + {{ sil.startsAt | date:'yyyy-MM-dd HH:mm' }} + – + {{ sil.endsAt | date:'yyyy-MM-dd HH:mm' }} +
+
+
diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silences.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silences.html new file mode 100644 index 0000000..4d64546 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/silences.html @@ -0,0 +1,50 @@ +
+
+ + +
+
+ +
+
+ +
+ + + + + + + + +
+ +
No silences configured
+ +
+ +
+

Active

+
+ +
+
+ +
+

Pending

+
+ +
+
+ +
+

Elapsed

+
+ +
+
+
diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/status.html b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/status.html new file mode 100644 index 0000000..3089fac --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/app/partials/status.html @@ -0,0 +1,37 @@ +
+

Status

+ + + + + + + +
Up since{{ uptime | date:'yyyy-MM-dd HH:mm:ss' }}
+ +

Build info

+ + + + + + + +
{{ key }}{{ val }}
+ +

Config

+
{{ config }}
+ +

Routing Tree

+
+
+
+ + +
+
+
+ + + +
diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/bindata.go b/vendor/src/github.com/prometheus/alertmanager/ui/bindata.go new file mode 100644 index 0000000..e186b45 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/bindata.go @@ -0,0 +1,753 @@ +// Code generated by go-bindata. +// sources: +// ui/app/css/main.css +// ui/app/index.html +// ui/app/js/app.js +// ui/app/partials/alert.html +// ui/app/partials/alerts.html +// ui/app/partials/route.html +// ui/app/partials/silence-form.html +// ui/app/partials/silence.html +// ui/app/partials/silences.html +// ui/app/partials/status.html +// ui/bindata.go +// ui/lib/angular-moment.min.js +// ui/lib/angular-resource.min.js +// ui/lib/angular-route.min.js +// ui/lib/angular-sanitize.min.js +// ui/lib/angular.min.js +// ui/lib/d3.v3.min.js +// ui/lib/jquery.min.js +// ui/lib/js-yaml.min.js +// ui/lib/kube.min.css +// ui/lib/moment.min.js +// ui/lib/routing-tree.js +// ui/web.go +// DO NOT EDIT! + +package ui + +import ( + "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 _uiAppCssMainCss = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x57\xcb\x6e\xe3\x36\x17\x5e\xc7\x4f\x71\xfe\x09\x06\xf9\x13\x98\x8a\xac\xb1\xe2\x8c\x8c\x2e\x8a\x6e\xba\x99\x2e\x8a\xee\x8a\x59\x50\xe4\xb1\x4d\x84\x26\x55\x8a\x4e\xec\x0e\xf2\x1a\x7d\x97\xae\xfa\x2e\x7d\x92\x82\x94\x28\x89\xb2\x6c\xb4\x50\x2e\xf6\x21\xcf\xed\x3b\x57\x95\x9a\x9f\xe0\xdb\xec\x46\xbf\xa2\xd9\x48\xfd\x46\x4e\x05\xd4\xcc\x68\x29\xd7\xb3\x9b\x92\xb2\x97\xad\xd1\x07\xc5\x0b\xb8\xdd\x50\xf7\xac\x67\xef\xb3\xd9\x0e\x29\x47\xe3\xd8\x2a\xca\xb9\x50\xdb\x02\x16\xb8\x87\x2c\xc9\x71\x0f\x8b\x64\x19\x3e\x8f\x45\x2c\x53\xf7\x0c\x45\xdc\x4a\xbd\xd5\x4e\x10\xd3\x52\x1b\xa7\x65\xb3\x59\xcf\x6e\x36\x52\x53\x5b\x80\xc4\x8d\x5d\xcf\x6e\xf6\xd4\x6c\x85\x2a\x20\x85\xe7\xb4\x3a\x42\x0a\x5e\x44\x24\x81\x0e\x64\x08\xb5\x43\x23\x1c\xa3\xc5\xa3\x25\x1c\x99\x36\xd4\x0a\xad\x0a\x50\x5a\xa1\xe3\xa5\xc9\x16\x15\x91\x42\xbd\x40\x79\xb0\x56\xab\x91\x09\xf0\x3f\xb1\xaf\xb4\xb1\x54\x59\x6f\xed\xad\xd5\x15\x51\xf4\x35\xd2\x73\x5b\x96\xe5\x25\x25\xb3\xf7\x9e\x27\xa9\x51\x22\xb3\xc8\x63\x6e\xef\xe9\xe0\x1a\x2d\x76\x2e\x08\x13\x57\xfa\x3b\x07\xe9\x8e\x63\x74\xa4\xa8\x2d\xa9\xed\x49\x62\xf0\xaf\x03\xec\xb9\x41\x0b\x52\x88\xc5\x48\xe1\xc4\x70\x51\x57\x92\x9e\x1c\x60\x52\x28\x24\xa5\xd4\xec\xa5\xe3\x26\x46\x6c\x77\xb6\x80\x2c\xc9\x5c\x20\x1d\x3b\xd3\xca\xa2\xb2\x51\xdc\xdb\x38\xbb\xe3\x5a\x48\x54\x0c\x09\x33\x48\x2d\xce\xe1\x76\x23\xa4\x45\x43\xa8\x44\x63\x6b\xc7\x15\xe7\x93\x8f\xf4\x9b\xe0\x76\x57\xc0\x22\x4d\x3f\x3a\xd5\x42\x91\x96\xb2\x4c\xd3\xea\xe8\x01\xf2\xfc\xc4\xf1\x55\x75\xb2\x13\x1c\x49\xab\x89\x43\xd2\x9c\x09\x8b\xfb\xa4\x23\x0e\x5d\x0b\x01\x4f\x06\x42\xdc\x85\xd6\xc7\x52\x5b\xab\xf7\x05\xe4\x8d\xaa\x81\x38\x48\x38\x5a\x2a\x64\x7d\x0e\x78\x8c\xcf\x22\x6b\x78\x63\x66\x3c\x56\x54\xf1\x39\x04\xab\x22\xb2\xaf\xb7\x8a\x32\x61\x4f\x05\x24\xcb\x91\xe6\x36\x0d\xa6\x45\xc4\x87\x91\xa0\x45\x63\x45\xac\x50\xd2\x12\x65\x3d\x87\xc8\xb8\x86\x08\xdf\x9c\xde\xff\x72\x3d\x04\xeb\x29\xff\x38\xf4\xd8\x83\x4a\xfa\x9e\x50\x6a\xc3\xd1\x74\xd8\x2e\xaa\x23\xd4\x5a\x0a\x1e\x42\x1e\x65\x41\xb9\x71\xcf\x7a\x90\x51\xc9\x73\x9b\x50\x23\xdb\x38\x4a\xb4\x48\x9a\x7a\x9d\x8f\x4f\x91\x0b\xdb\x9f\x0d\xcd\x0f\xf7\xfa\x42\xef\x20\x4b\x93\x2c\x5f\x8f\x51\x08\x10\x5f\xd3\xd7\x85\xe1\x82\xd6\x70\x7e\x45\xf7\x22\x49\x5b\x10\x99\x15\xaf\x5d\x4e\x3b\xf0\x2b\x54\x0e\x8a\x21\x09\x25\xad\x6a\xe4\x1d\x69\x22\x87\xa7\x13\xd1\xd9\xf1\x2a\xf0\xed\xbc\xfc\x52\xf7\x4c\x01\x3f\x42\xf6\xa2\x84\xcb\xa1\x8b\x24\x24\x3b\xb1\xdd\x49\x57\x2c\x57\x64\xf1\x8d\x7b\xd6\x21\x79\xa2\xac\xc9\x36\xab\x15\x5f\x4c\x58\xd6\x54\xe8\x28\x5b\x1b\xe2\x85\x6e\x73\x25\xc9\xf6\xd4\xb2\x1d\x9a\x29\x64\xf3\x00\xec\xd9\xdd\x44\xd4\xc4\xe0\x16\x8f\xbe\x4b\x68\x65\xc9\x86\xee\x85\x3c\x15\xb0\xd7\x4a\xd7\x15\x65\x18\xf5\xc6\x9a\xfc\x76\x40\x73\x9a\xd0\x91\x2d\xa7\xa2\x17\x14\x7a\xda\x79\x37\x71\xd9\xd7\x92\xce\x87\x71\x70\xd0\xcf\x07\xcf\x30\x8d\xc9\x38\x8d\x82\x1d\x3d\x5f\xe2\x1a\x3f\x15\x0a\x0d\x71\x2d\x30\xea\x04\xbe\x49\x47\x9a\xcf\xc6\x77\xa4\x73\xb5\x5a\xad\xfb\x01\x87\x88\xad\xb2\x52\x5e\x1b\x49\x1e\xda\x5a\xfc\x8e\xae\x66\x57\x5e\x47\xa7\x32\x85\x27\x6f\x43\xbf\x25\x64\xd5\xd1\xff\xa6\xeb\x51\x50\xbe\xa0\x92\x7a\x0e\x5f\xb4\xa2\x4c\xcf\xe1\x07\xad\x6a\x2d\x69\x3d\x87\x9a\xaa\x9a\xd4\x68\xc4\x85\x14\x64\x8c\x75\x07\xc4\x50\x2e\x0e\x75\x01\xbe\xde\x62\xef\xf2\x3c\x5f\x9f\x8d\x6f\xe7\x1c\xe9\x8b\x60\x1c\x05\x7c\xca\xb3\x8c\x75\x17\xf5\xc1\x3a\xd7\x87\x6b\x40\x9e\xe7\xd1\x42\x12\xf1\x9b\x6d\x49\xff\x9f\xe5\xf9\x1c\xfa\x3f\x69\x92\xdf\x8f\x38\xce\x7d\x1a\x4b\x75\x61\xd8\x1f\x2c\x72\xd2\x06\x63\x94\x2b\xb8\x5c\xd1\xf5\x65\xa3\xde\x87\xdc\xf4\x9a\xf9\x3e\xc9\x95\xd2\xd6\xef\x4b\x35\x58\x3f\xc7\x06\xa3\x3f\x6b\x46\xff\xcd\xdb\x4e\x58\x24\xbe\x8a\x0a\xa8\x0c\x92\x37\x43\xab\xd8\xaf\x37\x6d\x38\x29\x0d\xd2\x97\x02\xfc\x3f\x42\xfd\xe6\xea\xe9\xee\x7a\x20\x3b\x82\x37\xd2\xd2\x52\x22\x51\xda\xec\xa9\x9c\x30\xa3\xef\x10\x6e\x8b\x8d\x74\xf9\x45\x2f\xec\xc9\x05\x30\x29\xaa\x2b\x95\x62\xba\x60\x37\x59\xe3\x8a\xa1\x2d\x98\x10\x81\xa6\x16\xe2\xda\x19\x4c\x04\xa1\x2c\x9a\x57\x2a\x87\x58\x52\x4a\xbb\x72\x68\x56\x3e\x61\xa9\x14\x2c\xee\x4f\xbe\x5d\x5c\xee\xf8\xad\x45\x56\x57\x53\xd3\xf9\xfa\xf4\x7e\x9f\xcd\x84\xaa\x0e\x36\x51\x5b\x22\xd4\x2b\x95\x82\xbb\x8f\x56\x1f\xd8\xce\xef\x5e\x00\xad\x84\x60\x32\xc7\x8c\x7d\x2a\xd7\xfe\xe0\x48\xea\x1d\xe5\x0e\xbd\x66\x2d\x75\x55\xda\x24\x70\x96\xcd\x61\xb9\x9c\x43\xfe\xd9\xa5\xef\xa7\xfb\x39\xa4\x5e\x77\x77\x23\x9d\x43\xfb\x93\x64\xf7\x20\x54\x8d\x76\x60\x0d\xd3\xd2\x4f\xc8\x5f\xed\xa9\xc2\xef\xd8\x0e\xd9\x4b\xa9\x8f\x5f\x1d\x06\xe4\x0d\xcb\x17\x61\x09\xad\x2a\xa4\x86\x2a\xd6\xed\xc9\x00\x00\x61\xff\x74\xd8\xbb\xef\x3b\x6c\xd7\xba\x40\x08\x95\x13\x36\xc9\xab\xfa\x0a\xba\xb1\x61\x85\xf7\xbb\x72\x01\x77\x7f\xff\xf1\xe7\xdd\x39\x63\xa2\x2b\x54\xff\x8a\xfb\xaf\xbb\x36\xcb\xdc\x1a\xd6\x4c\x07\x45\xf7\x38\xd5\xcd\x47\x65\xf6\xf8\xf0\xf0\xd8\xa8\x6d\x14\x7d\xe0\xd4\xa2\x15\x7b\x24\x52\x33\x2a\x3f\x7c\x05\x1f\xaf\xa8\x45\xde\xfd\x88\xf2\x15\xad\x60\x14\x7e\xc2\x03\xde\xcd\xa1\x23\xcc\xe1\x7b\x23\xa8\x8c\xbb\x65\xcb\xde\xf4\xe6\x45\xb2\x34\x0d\x6e\x7d\x77\x4e\x3e\x1b\xf7\x52\xd8\xd2\x7d\x57\xef\x30\x76\x94\xf0\x65\xe9\x6b\x1e\xa0\xed\x7f\x7d\x8c\xc6\x4e\xfa\x34\xec\xe3\x32\x48\xd0\xb0\x44\x74\x29\x18\x75\x6a\x80\xd1\xa4\x4b\x1d\xad\xcd\xd2\x71\x8a\x3d\xe7\xf7\x1e\xf5\xc7\x07\xf8\x59\x1f\xac\x50\x5b\xf8\xc5\x20\xc2\xc3\xe3\x2c\xe9\xdd\xef\xe0\x6b\xb6\xaf\x08\x18\x17\x32\xa5\x39\x02\x13\x86\x49\xf4\x57\x6b\x6b\xf4\x0b\x16\x50\x5b\x44\x59\xca\x83\xf7\xaf\x21\x86\xde\xb7\x48\xba\x6d\xc3\x73\xbb\xa6\x33\x54\x93\x4e\xa8\xf1\xef\xb1\xfe\x8e\x90\xb2\x07\x2e\x68\x6b\xa6\xd7\x15\x45\x3e\xb3\x88\x4f\x14\x2f\xa6\x7f\xb9\x6b\x86\x68\x57\x25\x79\x78\x27\x9b\xb9\x46\xb7\x11\x5b\x72\xda\xcb\xc9\x9a\xe7\x7c\x18\xdb\xd5\x53\x1b\xdc\x8b\x92\x97\x79\x7b\xe3\xca\x12\x95\xf8\x6d\xc0\xab\xeb\xf6\x84\x76\x41\x70\xa7\xc3\x95\x21\xbe\x14\x2f\x13\xef\xb3\xd9\x3f\x01\x00\x00\xff\xff\x9a\xfd\x34\xd4\xf5\x10\x00\x00") + +func uiAppCssMainCssBytes() ([]byte, error) { + return bindataRead( + _uiAppCssMainCss, + "ui/app/css/main.css", + ) +} + +func uiAppCssMainCss() (*asset, error) { + bytes, err := uiAppCssMainCssBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/css/main.css", size: 4341, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x54\xc1\x8e\xd3\x30\x10\x3d\x37\x5f\x61\xbc\x87\x85\x43\xd6\x5a\x71\x2b\x4e\x24\xb4\x70\x04\xf6\xc0\x85\xe3\x34\x99\x26\xee\x3a\xb6\x19\x4f\x82\x4a\x55\x89\x7f\xe0\x0f\xf9\x12\x64\xbb\xdd\x0b\x95\xd8\xaa\x87\x71\x35\xef\xcd\xbc\xe7\x67\x45\xbf\xfa\xf0\xe5\xe1\xeb\xb7\xc7\x8f\x62\xe4\xc9\xb6\x95\x4e\x45\x58\x70\x43\x23\xd1\x49\xe1\x86\x1a\x42\x68\x24\x4c\x32\x35\x11\xfa\xb6\x5a\xe9\xd8\x91\x09\x2c\x22\x75\x8d\xb4\x66\xa3\x76\xdf\x67\xa4\xfd\xdd\x64\xdc\xdd\x2e\xca\x56\xab\x02\xb8\x04\x9d\xfc\x84\x8e\x2f\x40\x2f\x60\xc1\x0d\xb3\x05\x7a\xd1\xdc\x13\xb6\x8e\xe0\x0c\x9b\x9f\x78\x15\x89\xfc\xcc\x57\x32\x30\xfa\x99\xba\xeb\x48\x2f\xf5\x0e\x21\xa8\x5d\x54\x10\xc2\xbf\x38\x6b\xdc\x93\x20\xb4\x8d\x8c\xbc\xb7\x18\x47\x44\x96\x62\x24\xdc\x96\x5d\x4f\xf3\xa6\x88\xea\x62\x94\xed\x7f\x08\x69\x51\x17\xa3\x9a\xe0\x99\x50\xad\x34\x1b\xb6\xd8\xbe\xb7\x48\xfc\x09\x1c\x0c\x48\xe2\xcf\xaf\xdf\xe2\x91\xfc\x84\x3c\xe2\x1c\xb5\x2a\x90\x4a\xab\xf2\x22\xf4\xc6\xf7\xfb\xb4\x2c\xfd\x45\x12\x9d\x85\x18\x1b\x39\x90\x9f\x43\x12\xb1\xd2\xe3\xbd\x30\x7d\x23\xad\x1f\xbc\x3c\xb7\x79\x34\x4e\x8c\xa6\xc7\x7a\xeb\xa9\x8e\x13\x58\x9b\xc1\x2b\x0d\x27\x7d\x37\x4a\x16\x1d\x3a\x06\x70\x22\x1b\x68\xe4\xd6\x3b\xae\xf3\x79\x2d\x0c\x83\x35\xdd\x3b\xd1\x79\xeb\x69\x2d\x6e\xfa\xb7\xe9\x27\xdb\xa9\x08\xd7\x2a\x11\x5b\xad\x20\xab\x50\xe3\x7d\x72\xb8\xd2\x0e\x96\xac\x87\x7d\xa8\x1d\x2c\xf9\x9d\x77\xde\x31\x79\x6b\x91\x1a\xf9\x19\x96\x07\xa6\xb3\x9c\xd9\xe6\x9a\xee\x32\x01\x09\x03\x02\x37\xd2\x30\x4e\xc2\x38\x91\x6a\x2c\x23\x8a\xb1\xc3\x6d\x44\x8b\x1d\x63\x7f\xbb\x16\xe7\xe3\xeb\x04\x7b\x73\x2c\x23\xb3\x47\x37\xd4\x27\x9b\x87\x43\x1e\x72\x37\x93\x15\xc7\xe3\xf3\x05\xcd\x21\x20\xc9\xf6\xdc\x75\x30\xa1\x38\x1e\x4f\x66\x92\x1d\x6b\x8a\x40\x55\x14\x6a\xe5\x60\x49\x31\xa8\x92\x43\x4e\x33\x65\x9b\xbd\x26\x7f\xe8\xb8\xe4\xd1\x9b\x25\xed\x5f\x0c\xfe\x68\xb5\xea\x4d\xa1\x25\x6c\x5b\x55\x5a\x95\x3c\xb5\x2a\x1f\x85\xbf\x01\x00\x00\xff\xff\xea\xfb\x91\x49\x25\x04\x00\x00") + +func uiAppIndexHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppIndexHtml, + "ui/app/index.html", + ) +} + +func uiAppIndexHtml() (*asset, error) { + bytes, err := uiAppIndexHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/index.html", size: 1061, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppJsAppJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\x1a\x5d\x6f\xdb\x38\xf2\x39\xfe\x15\x6c\x51\x44\x12\xce\x95\xbb\xc0\x3d\xd9\x75\x71\xbd\x6d\xae\xbb\xc0\x75\xbb\x68\xba\x4f\x41\x1e\x58\x69\x2c\x11\xa5\x48\x97\xa4\xe2\xe6\x1a\xff\xf7\x03\x45\x51\xa4\x28\xc9\xb1\x93\x2c\xee\xb0\x7d\x68\x4c\x72\x66\x38\xdf\x33\x24\x15\xd5\x12\x90\x54\x82\x64\x2a\x5a\xcd\x66\x98\x15\x35\xc5\x22\xad\x78\x5e\x53\x88\x23\x5c\xa5\x39\x11\x90\x29\x72\x03\x32\x9a\xa3\xab\xeb\xe4\x5e\xa8\xc4\x0d\xe2\x48\xf0\x5a\x41\x34\x9f\x21\xb4\xa9\x59\xa6\x08\x67\xf1\x27\xc8\x6a\x21\x09\x67\xbf\x00\xdd\x82\x48\xd0\x8f\x19\x42\x08\x09\x50\xb5\x60\xed\x40\x0f\x0d\x57\x4b\x14\x5d\x34\xf8\xfa\x9f\xcc\xf8\x16\x96\x1d\x0c\x42\x0d\xf9\x25\x8a\xd6\x51\x3b\xb5\xb7\xa0\x0a\xaa\x2d\xc5\x0a\xfe\x10\x74\x89\x22\xbc\xdd\x2e\xb6\x58\x28\x82\xa9\x5c\x34\x48\x69\xa9\x2a\xda\x11\xce\x78\xb5\x25\x14\x96\x8e\x4b\xa0\x50\x01\x53\x89\xb7\xd9\x62\x81\xfe\x90\x80\x54\x09\x16\xbe\x03\x47\x1b\xc1\xab\x66\x25\x90\x6e\xee\x63\xbf\x65\xb9\x15\x53\x83\x52\xc2\xbe\x12\x56\xb8\x3d\x65\x82\x76\x25\xc9\x4a\x44\x54\x0b\x27\x9d\xa4\x06\x2f\x20\x9f\xb6\x8c\x74\xec\xae\xac\x1e\x9a\xbf\x7b\x3d\xdc\xcf\x4e\xb4\x19\xa6\x20\x54\xdf\x66\x8f\x32\x52\x43\xaf\x31\x92\xd3\x46\x21\x78\xbd\x3d\xd5\x70\x0d\x21\x63\xb8\x47\x88\x27\x09\x05\x96\xc1\x13\x0a\x28\x09\x3d\x55\x94\x96\x89\xa7\x12\xe6\x5f\x5c\x54\x4f\x2b\x90\xa6\xfa\x40\xa1\x5e\x6e\xb8\xa8\x8e\x96\x4c\x82\xb8\x21\x99\xc9\x2e\x11\x2b\x3e\x81\xe4\xb5\xc8\x20\x9a\xca\x34\x1d\x7c\x92\x6e\x70\xa6\xb8\xb8\x8d\xa3\xcb\x31\x93\xbe\x10\x2d\xa9\x40\x15\xdd\x7c\x1c\x45\xf3\x4e\x68\x92\x2f\x51\xf4\x0f\x92\xb7\x2c\xbb\x85\xe8\x5b\x0d\xe2\x36\xf2\xd5\x53\x81\x2a\xb9\x86\x7f\x7f\xf1\xd9\xf3\xe9\xba\xd5\x08\x59\xdc\xfc\x64\x75\x21\x07\xfa\x8b\x32\x01\x58\xc1\x38\xc1\xdf\x3f\x5e\x3e\x80\x62\x01\xea\xa1\xfc\x2d\x96\x56\x64\x9f\x60\x0e\x14\xa6\x58\x7c\x77\xf1\xef\x8b\xcf\x17\xa7\x90\x35\x1a\x4d\x8e\xf3\x02\xcf\xaa\x6f\x87\x79\xe8\x48\x9b\x3e\xde\x7c\x4d\xaa\x91\x4f\x23\xc2\x7b\x9d\xeb\xe4\xff\x54\x90\x45\x61\x78\xf8\x0b\x9b\x64\x44\x82\x8c\x33\x25\x38\xa5\x20\x0e\xf6\x2e\x3e\x58\xe2\x8d\xe2\xe8\x37\x7c\xf3\xb3\x12\x34\x10\xb8\x49\x97\x73\xf4\x82\xf2\x0c\xeb\x19\x2b\xb8\x59\x48\x89\x82\x4a\xa2\x35\xba\xb2\xe2\x31\x5c\xe9\x54\x7a\x69\xe3\xd7\xca\x67\xa4\xeb\x87\xb5\xa7\xa6\x16\xed\xad\x11\xbb\x8f\xe4\xeb\x62\x88\x72\xa9\xb0\xaa\x07\xfb\x98\x49\x83\x72\xbd\x9a\xf9\x2c\x4b\xa0\x90\x29\xc8\xd1\xda\x89\xa9\xc5\x48\xbc\xba\xd1\x18\x55\x4f\xa6\xb5\xa0\x68\xbd\x76\xf2\xa7\x5b\xac\xca\x38\x99\x59\xb3\x4c\x7a\xd4\xb4\xa2\x1b\x21\xa7\x54\x1d\xe8\x57\x96\x7c\xf7\x0e\x14\x26\x54\x6b\x79\x83\xa9\x84\xbe\x34\x8a\x17\x05\x05\x0f\x24\xac\x89\x13\xa4\x9e\x0d\x67\x5b\x99\xc2\xed\x2f\x5d\xd5\x3d\xc4\x42\x00\x76\x90\x8d\x3e\xec\xb3\xf1\x95\x31\x76\xcc\x2a\x5a\x77\x44\x2b\xac\xb2\x12\x84\x5c\xa2\xab\xeb\x99\x0b\x15\x6b\x8f\x0d\x17\x17\x38\x2b\x5b\xdd\xa6\xa6\xa7\xa2\xf8\x0b\x50\x39\x77\x3c\xde\x60\x5a\xc3\x1c\x7d\x85\x5b\xc7\xad\x2a\x89\x4c\xb7\xb5\x2c\x63\x17\xb8\xc6\xe3\xbe\xc2\xad\x0b\xda\x06\x75\x69\xfe\xb8\x59\x22\x3f\x41\x01\xdf\x97\x46\x5b\x36\x88\xdb\x7e\x75\x3f\x0f\xc4\x49\xad\x10\x49\x5f\xaf\x2f\x38\xeb\x7a\x9e\x97\xa6\x90\xe6\x91\xc7\x36\xdc\xa8\x81\x76\x07\xb6\x88\xed\xae\x87\xf3\xdf\x3d\xde\x2a\x8f\xc8\x0c\x73\xe4\x15\x80\xc0\x8d\x4d\x46\x46\x6b\xc4\x6a\x4a\x57\xfe\x0a\xa6\xf4\x13\x64\x40\x6e\x40\x34\x79\x24\x08\xd6\x17\x3b\xad\x9b\x38\x12\x16\xc6\x57\x80\x80\xec\x46\x3a\x15\x90\x0d\x32\x53\x68\xbd\x5e\xa3\x9a\xe5\xb0\x21\x0c\x72\x74\x77\xd7\xf9\x03\x7c\xab\x31\x95\x06\x6a\x3e\xc6\x42\xe2\x9f\x81\x4c\x1e\xe8\x9f\x32\xbc\x6d\x7c\x50\x97\x1f\x24\x60\xe1\x73\x1c\xcd\x91\x81\xee\xe8\x20\xa0\x12\x8e\xc5\xd5\x0a\x0b\x0f\x3a\x81\x9f\x30\xae\x2e\xaa\xad\xba\xf5\xc3\xae\x51\xb8\x63\xf0\x06\x0b\x2d\x8d\x8d\xdf\x59\x3b\x1d\x86\x49\x83\x95\x7e\xa1\x3c\xfb\xea\xc7\xc7\x17\xfa\xd5\x97\x55\x2b\xa0\x09\x0f\xc2\x72\xf8\xfe\x71\xa3\xd7\xd3\xe6\x9c\xf9\x71\xab\x64\x6a\x99\x4f\xd0\x9b\x35\x7a\xe5\x23\x1a\x3e\x6a\xd6\xfa\x74\x6e\x5c\x0b\xad\x91\x26\x60\xb2\x7c\xba\x21\x54\x81\x88\xbb\xb3\x66\x8c\x13\xf4\xc3\x66\xe4\x67\xd8\xc6\x4c\xbe\xea\xe2\xc9\x31\x65\x13\x49\x49\x72\x1b\x02\x39\x3a\x3f\xf7\xc9\x53\x60\x85\x2a\xd1\x1b\xf4\x4a\xbb\xc5\x04\x7c\xc8\xa1\x87\xd5\x17\x07\xb5\x4a\x55\xa2\x06\x6f\x7a\x3f\x0b\x7f\xb9\x98\xef\x1c\xd9\x1a\xb1\x2b\x37\x02\xd4\xca\x1e\x21\x7c\xf3\x0a\xd8\x08\x90\xe5\x78\x52\xf5\x42\x2e\x6d\x3a\x8d\xf8\xc7\xde\xe5\xa1\x0e\x21\xc7\x0a\xf7\x59\x0f\x03\x53\x43\xa4\xfa\xbf\x8e\xad\xc3\x41\xea\x60\x26\x72\xad\xa1\x3c\x9f\x74\xc9\xc7\x78\xe0\x89\x7e\xf8\x7a\x68\x37\xd4\x4b\xf1\x13\x88\xab\x00\x65\xdf\x1b\xef\xe7\x0d\x85\x1e\xd4\x7e\x3c\xa9\xf4\x74\xea\x7b\xaa\xf3\x86\x80\x3f\x13\xb0\x4d\x2e\xeb\x74\x94\xf1\xed\x6d\x3c\x4e\x3e\x54\xcb\x20\xa5\x24\x57\x2e\xa9\x5c\x0f\x95\x31\xbe\xd5\x61\x22\xa1\x76\x16\x0b\xf4\xb9\x04\xd4\xb5\x57\xa6\x35\xac\x6a\xa9\x10\xa6\x3b\x7c\x2b\xd1\x17\x40\x98\x21\x2c\x04\xbe\x45\x1b\x2e\x50\x55\x53\x45\x5e\xf2\x6d\x13\xe8\x06\x4f\xa6\x23\x46\x7e\x66\xd9\x22\xf2\xad\x46\x6e\xd3\xef\x98\x4d\xad\x20\x57\xcd\x8f\xeb\x7b\x2c\xd8\x1b\x85\x26\x41\x6b\x43\x6d\x35\x1e\xd9\xa7\x44\x19\x08\xc1\x45\x3f\xc8\x42\x8a\xc9\xa1\xd8\x8f\x1f\x5a\xbc\xdb\xac\x76\x54\xf5\x6e\x61\xb5\x00\x3e\x0b\x25\x29\x4a\x4a\x8a\x52\xe7\xb9\x31\x8f\x28\x69\x74\xdd\x74\xc8\x5d\x4f\x93\x92\x7c\x35\xe8\x22\x07\x4d\x2c\xfa\xbf\xea\x32\x07\x1b\x3d\x79\x47\xad\x23\x5a\x12\xfa\x33\xdf\xde\x4e\xc4\xb4\x24\x34\xa8\xec\xe6\x6a\xa2\x77\x50\xc9\x1d\x17\xad\x14\x2d\x54\xfc\x83\xe4\x4b\x44\xf2\x93\x1c\xf3\x05\x54\x44\xb9\x26\xd3\x50\xca\x23\x2f\xb6\x9f\xcc\xcf\x9d\x83\x3f\xc6\x93\x0f\x34\xa2\x9e\xff\xa2\xc1\x91\xc1\x2f\x5b\xed\x0a\x17\x39\x68\x66\x9f\x03\xcb\xe5\x5b\xf5\x7c\xe8\xb3\xf7\x39\xe3\x51\x5e\x38\xe2\x7e\x13\xa7\x9b\x83\x85\xde\x1a\xfb\x21\x45\xde\xd3\x41\x67\x19\xdd\xfe\x68\x85\x9c\x19\xcf\x64\x7c\xa7\xbb\x73\xd8\xa1\x77\x58\x41\xaf\x5e\x4d\xd4\x77\x4b\x34\x3c\x47\x0d\x2b\x19\xad\x21\x35\x3a\xf6\xb6\x88\xfd\xf9\xa0\x96\x98\x25\xa9\xb0\x50\xa3\x48\x76\x65\x14\xad\xde\xe6\xfa\xa0\x34\x86\xd7\x2d\x69\xef\x3b\xf3\x98\xa3\x78\x2b\x9b\x0b\x81\x1e\xb3\xaf\xb5\x56\x56\x3e\xe0\x16\x58\x4e\x58\xd1\x01\x76\x2c\xbe\x19\x80\xe2\xe6\xce\x7a\x08\xf9\x7a\xdd\xe8\xfa\xfc\xbc\xbf\x57\x4b\xc0\x09\xb3\xff\x33\x62\xf0\x60\xad\x79\xc8\x71\xb3\x57\x9f\x1c\xd3\x63\x14\x6d\x6e\x39\x9d\xe2\x9f\x51\x10\x1b\xf1\x4e\xcd\x25\x56\xb5\x83\x43\xac\xbb\x97\x08\x26\xee\xee\xd0\x0f\xab\x66\xbf\xef\x1b\x9c\xfc\x07\x99\x23\x00\x68\xae\xd8\xf6\x6d\x02\xf3\x2a\x0a\x17\xa4\xb8\xec\x76\x9f\xa8\x2a\x8d\x28\xa1\x1e\xa5\x39\x0e\x0e\x33\xcd\x30\x1d\xc4\x9d\x2f\xea\x35\x60\x79\xb0\xd6\x2e\x32\xbe\x4b\x25\xa8\x0f\x84\x52\x22\x21\xe3\x2c\x97\xf1\xab\x0e\x15\x58\x7e\x60\xb5\xc5\xbd\x9c\x42\xf3\x17\xfa\x2b\xbf\xf0\x5a\xc8\x58\x0f\x0a\x3b\x48\xd0\xdf\xd0\xdf\x93\xd9\xa8\x46\x43\x2d\x79\x0a\xec\xf6\x0c\x6c\xd0\xc6\xc2\x3f\x75\xdd\xd6\x0d\x10\xbd\x54\x5c\xe0\xa2\x5d\xe0\xa2\xe3\xa8\xb1\xb0\x47\xd0\x45\xfd\xdd\x9d\x6f\x29\x9b\x70\x7a\x17\x08\xfd\x3d\xfd\xe4\xe7\x12\xc3\x7e\x6a\xa3\x36\x8b\x9c\xbc\x4d\x97\x96\x81\xe5\x83\xd7\xd4\x81\xbf\xc4\x81\x13\xe1\x3c\xff\x60\xfc\xf3\x70\x15\x0c\x7c\xb9\xbd\x56\xdb\x8f\xa7\xa1\x1c\xe8\x08\x51\x72\x3f\x55\xb9\xa5\x24\x83\x98\xcc\xd1\x4f\xe3\x94\x8d\x1d\x8f\x75\x7a\xab\x8e\x31\x8b\x0f\x02\xdd\xf9\x88\x45\x5b\x2c\xd0\x7b\x8e\x54\x29\x78\x5d\x94\x48\x3b\x2f\xd1\x5b\x4a\xa4\x4a\xac\x50\xc1\x11\x2e\x30\x61\x52\x21\x52\x55\xb5\xc2\x5f\x08\x25\xea\x16\xf1\x0d\x2a\x89\x54\x5c\x90\xcc\xbe\x4b\x76\x27\x22\xcd\xa2\xd9\xe6\x37\xd0\x8c\x3e\x0b\x2e\xb5\x7c\xcb\x5b\xa5\x1c\xba\x6a\x34\x54\x33\xce\x24\xa7\x90\x52\x5e\xf8\x14\x42\x44\x07\xef\x71\xe0\x7e\xbb\xbb\x14\xd9\xf7\xbd\x7b\xd1\x82\x34\x65\xeb\xe6\xf9\x39\x8a\x47\x23\x69\x3d\x50\xfd\x64\x90\xb5\xbe\x3d\x40\x68\x7b\x8e\xa4\x17\xb7\x1d\x53\x07\xa2\x85\xe8\xc4\xd7\xdd\x2b\xba\x78\x09\x5a\x34\x43\x2a\x10\xec\x40\x09\x3f\x6b\xbc\xe5\xd7\x4d\xf3\x9d\x44\xc5\x73\xb2\x21\xe6\x94\x25\x91\x80\x6f\x35\x11\x60\x54\xa6\x3b\x0f\xdc\xf8\x67\x47\xd3\xa0\xee\x00\xc1\xf7\x2d\x11\xb0\x68\x0f\x0c\x9a\x10\xa7\x39\xe2\x0c\xd2\xe0\xe6\xc1\x29\xff\xfc\xbc\xa7\x2e\xd2\x5c\x7d\x85\x05\xca\x4b\x21\x67\x68\xe2\xcc\xd1\xa7\xb2\x9f\x1b\xc8\x31\x41\xcf\x16\x0b\xf4\x91\xd1\x5b\xa4\x04\x29\x0a\x10\x48\x00\xe5\x38\x47\x78\xa3\x40\xb4\xff\x6b\xbe\x6d\xae\xde\x61\x89\xda\xbe\x21\xbc\x17\x98\x3a\xc2\xd8\xc6\x25\x59\x59\x36\x0e\x31\x64\x69\xd9\x28\xd8\x61\xc1\xe2\xe7\xcd\x96\x5a\xdb\x96\x8f\x0d\x26\x14\xf2\xe7\xf3\xa6\xa9\x1a\x5c\x7c\x9c\xc0\x4a\xff\xb2\xc8\x5e\x04\x9f\x1d\x4b\xe3\xa9\xae\x1f\xcc\xcc\xa1\xc6\xf0\xc4\xa7\x52\xef\x11\xee\x31\x6f\xa5\x0f\x7a\xdb\xf7\x9e\xfa\x8e\x7c\xec\x3d\xd0\x1e\x36\xc4\x0e\xf4\x85\xcd\xba\x15\xc8\x8c\x74\xdf\xe1\x1d\xc8\x26\xcd\x61\xab\x10\x67\x1b\x52\xf4\xac\x61\xa6\x56\x21\xe4\x0d\x34\x1f\x3f\xfd\xca\x36\xbc\x07\xee\xcd\x0f\x70\xea\xad\x22\x15\xf4\xc0\xcd\x54\x97\xad\xee\xe5\xd3\xaf\x08\x1d\x15\xf7\x04\x91\x1c\xd0\x6c\x34\x47\x57\x33\x84\x22\x56\x7c\xea\x3e\x85\x8b\x58\x71\x89\x19\x51\xe4\x3f\xed\xb8\x45\xfb\xc0\x2b\x60\x2a\x9a\xcf\x9a\xb9\xe0\xfd\xba\x9d\x73\x9f\xcb\xb4\x13\xde\x97\x41\xb3\x89\x17\x6e\x63\xd1\x0d\x29\xe2\xbe\x33\x6a\x86\x7e\x17\xfc\x86\xe4\xee\x33\xbc\xfe\xac\x49\x31\xbb\x12\x58\x1c\xd9\x07\x78\xe7\x9c\xf7\x7d\xaa\x25\xc3\x8f\xec\xac\x38\xdd\xb3\x76\xe7\x56\x26\x18\x74\xe6\xfb\xc8\x2e\x9b\x8b\x34\xff\xa5\x70\x9f\xf4\x18\xe9\x9e\xcc\x8f\x62\xa5\x6b\x1a\xa6\x99\x19\xdc\xa4\x9c\xc6\x4e\x1b\xe9\x47\x31\x63\xe2\xe3\x00\x2b\x2e\xdc\x7a\x7b\x71\x55\x82\xd8\x11\x09\xb1\x7b\x92\x37\xa6\xff\xcc\x97\x28\xea\x7d\x1d\xe1\xc5\xfa\x7f\x03\x00\x00\xff\xff\x59\x59\x03\x0f\xe0\x29\x00\x00") + +func uiAppJsAppJsBytes() ([]byte, error) { + return bindataRead( + _uiAppJsAppJs, + "ui/app/js/app.js", + ) +} + +func uiAppJsAppJs() (*asset, error) { + bytes, err := uiAppJsAppJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/js/app.js", size: 10720, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppPartialsAlertHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x54\xcd\x6e\xe3\x36\x10\x3e\x3b\x4f\x31\x60\x0f\x4e\xd0\xaa\xba\x1b\x92\x82\x34\x45\x4f\x3d\x35\xe8\xa9\x28\x16\x94\x39\x96\x08\x8f\x48\x81\x1a\x3b\x6b\x38\x06\xf6\x1d\xf6\x0d\xf7\x49\x16\xfc\xd1\x8f\x03\x67\x2f\x7b\xb1\x45\xce\xf0\xfb\x66\x3e\xce\xc7\x42\xe9\x23\x6c\x49\x0e\x43\x29\x24\xa1\xe3\x4c\x33\x76\x02\x4c\x93\x6d\xad\x61\x67\x89\xd0\x95\xe2\xc9\x87\x9e\xd9\x51\x8c\xc4\xfc\xf3\xa0\x09\xcd\x16\xd5\x06\xc2\xd1\xdf\xc7\xf5\x45\x54\x77\xab\x25\xb2\x3d\xa2\x3b\x6a\x7c\x85\xc6\xd9\x43\xef\xa3\x57\xe1\x9a\x4d\x16\x22\xa0\x90\xa5\xa6\x01\xf0\x73\x2f\x8d\x0a\x89\xab\xa2\x3e\x30\x5b\xe3\x89\x87\xd6\xbe\x96\xc2\xff\xfe\x19\x13\x53\x39\x7a\xbb\x2f\x05\xdb\xa6\x21\x4c\x81\xfb\x07\x01\x7c\xea\xb1\x14\xbd\xd3\x9d\x74\x27\x01\x43\x27\x89\xaa\x6f\x5f\xbe\x16\x79\x44\x7c\x8f\xde\x6a\x85\x3f\x89\xfe\xeb\x35\xb6\x1c\x3b\x84\x06\x4d\x46\xda\xec\x03\x64\xeb\x70\x57\x8a\xf3\x39\xc9\xd6\xa0\x41\x27\xd9\xba\x7f\xff\xf9\x1b\x2e\x17\x51\x8d\x35\xdd\xa4\x78\xb1\x07\xb7\xc5\x89\xa7\xc8\x65\x90\x33\x57\xfa\x58\xdd\xbd\x13\x96\x64\x8d\x34\x00\xe1\x8e\x93\x96\x43\x2f\x43\xaf\x0e\x7b\x94\x5c\x8a\x7b\x23\x3b\xfc\x0d\x8e\x92\x0e\xf8\x00\xda\xa4\x92\xd2\xc1\x37\xb0\x4e\xa1\xfb\xe3\xb4\xf1\x69\x11\x62\xc6\x88\x7a\x85\x8b\xfb\xcf\xc7\xff\x17\x13\x6f\x4d\x70\x3e\x83\xdf\x84\xb2\x84\x75\x00\xf5\xab\x35\x3c\xc2\x9a\x6a\xca\x5a\xdd\xb4\xa4\x9b\x96\xd7\xb0\x89\x3b\xf6\xc0\xa4\x0d\xae\x83\x02\x81\x68\x35\x42\x5c\x2e\x50\x82\xd7\x2b\x94\xe9\x13\x62\x21\xb9\xaf\x24\xf6\x35\x7d\xde\x16\xc2\x79\xaa\x24\x81\xdf\x9e\x66\x29\xb6\xab\x4d\xab\x6b\xcd\xa8\xe6\x0e\x70\xc7\xe0\xdb\xe8\x0e\x8c\x2a\xa3\x9a\x44\x35\x65\x25\x8e\x0f\xc0\x46\x17\xfc\x10\xab\x90\xf3\x20\xe4\xbf\xe4\xe9\xcc\xf0\xd8\x52\x39\xcd\xc5\x08\x14\x14\x19\x17\xfe\xbe\x67\xfe\xd5\x72\x84\xe3\xb8\xd4\x24\xb7\x7b\x01\x4a\x0f\xb2\x26\x54\xe3\xd4\x68\xb3\x45\x98\xa1\x59\x3a\x1e\x9e\x18\xde\x40\x76\xcf\x92\xd0\x28\xe9\xe0\x72\xb9\x69\x8d\xd4\x46\xaa\x20\x8b\xbb\xe2\x9a\xee\xbd\x51\x5e\x62\xf2\x5f\xd6\x75\xde\x2c\xa1\x08\x38\xf4\x3d\xba\x2a\x85\x96\x54\x63\x43\xd3\xe5\x2d\xef\x6e\xe4\x0d\x95\x8b\xeb\x67\x60\x41\x13\x5f\x95\x31\x79\x67\x5d\x07\x69\x31\x41\x88\xaa\xc8\x97\x09\x1f\x31\xc6\x57\x28\x3d\x56\xb7\xdf\x9d\x40\xc6\x5e\xe1\xf1\x50\x58\x64\xc6\xba\x4e\x12\x48\x63\x2c\x4b\xd6\xd6\x0c\x69\xea\xb8\xb6\xea\x94\x0c\xc4\xee\xb6\x05\x17\x06\x5c\x00\xdc\x76\xe1\xaa\x60\x55\x15\x03\x3b\x6b\x9a\x6a\x36\x4a\x91\xa7\xad\x22\x67\x75\x95\x99\x4c\x5b\x6b\xa3\xb2\x96\x3b\x2a\xc5\x51\x12\xbc\x81\x7f\x95\x4e\x9b\xf5\xa7\x9a\xa4\xd9\xaf\x83\x44\xde\x4a\xf3\xf9\x22\x67\x97\x4c\x36\x35\x51\xe4\xa1\xdd\x59\xc0\xf8\xf7\x3d\x00\x00\xff\xff\xc2\x84\xf6\xce\x4e\x06\x00\x00") + +func uiAppPartialsAlertHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppPartialsAlertHtml, + "ui/app/partials/alert.html", + ) +} + +func uiAppPartialsAlertHtml() (*asset, error) { + bytes, err := uiAppPartialsAlertHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/partials/alert.html", size: 1614, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppPartialsAlertsHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x53\xcb\x6e\xdc\x30\x0c\x3c\x7b\xbf\x82\xe0\xc5\x09\x50\xaf\x8b\x1e\x7a\x08\x24\xf7\xd4\xa2\xb7\x00\xed\x17\xf8\xc1\xb5\x85\xa5\x25\x43\xd2\x6e\x12\xa4\xfe\xf7\x42\x0f\x6f\xdc\x17\xd0\x93\x45\x89\x1c\x0e\x87\x63\x71\x32\x76\x06\x35\x48\x3c\x29\xf6\x64\xab\x96\xc9\x7a\x87\x30\x93\x9f\xcc\x20\x71\x31\xce\x23\xb4\xbd\x57\x46\x4b\x44\xe8\xb9\x75\x4e\x62\x28\x73\xd8\x1c\x0a\x71\x52\xc4\x83\x23\xdf\x1c\x8a\x42\x30\x8d\xa4\x87\xe6\x4b\xc4\x12\x75\x0e\x0f\xe1\xa9\x63\xd3\x9f\x1d\xf4\x86\x9d\xc4\x0f\xa1\xb4\x28\xc4\xa0\xae\xf1\x50\x08\x47\xb1\x45\x8a\x0a\xc1\x6d\x47\xdc\x7c\xa3\x9e\xd4\x95\xac\x13\x75\xba\xc8\xaf\x8e\x98\x7a\x0f\xba\x9d\x49\x62\x0a\xaa\xf9\xc2\x5e\xdd\xf8\x3d\xa9\xc1\x4f\xd5\x47\x04\x3d\x56\xb3\x19\x88\x25\xda\x0d\x0c\x21\xe6\x2e\x4c\x12\xb7\x13\x26\xe4\x42\x8f\x95\x59\x02\x11\x27\xd1\xc2\xc9\x58\xb0\xa0\x34\xb4\xcc\x37\x2e\xe0\x6d\xdb\x9f\xa1\x7b\x01\x8b\x1b\xa1\x3a\x91\xc8\xb3\xd4\xfb\x61\x44\x1d\x87\xfc\x8f\x71\x37\xee\xfd\x44\xfd\xb9\x33\xcf\xd8\x08\xa5\x97\x8b\x07\xff\xb2\xd0\xee\x7a\x37\xd3\xa4\x06\xfa\xae\x98\x74\x4f\x03\x36\xf0\x55\x0d\x04\x2e\xc7\xbf\x68\xf6\x57\x4e\xe1\x90\xd6\x12\x16\x59\xbf\x6d\x52\xd4\x61\xbf\xcd\xe1\x10\x18\x47\x77\x44\x5b\x54\xa3\x35\x97\xc5\x45\x02\x99\xeb\x6b\x19\x28\x54\x5b\xcf\xf2\x01\xf6\x94\xd6\xe8\x90\x80\x91\xd3\x77\x30\x11\xc5\xd2\x42\xad\x97\x18\x6f\x82\xd0\xa9\x03\xfc\x80\x64\xc7\x07\x6d\xfc\xe7\x79\xf1\x2f\x51\xe9\x7f\x20\x55\x13\xb5\x03\xd9\x54\x9b\x8d\xe5\x96\x56\xef\x1b\xdc\xb1\x7e\x07\x7c\xbd\xbf\xf5\x38\x46\x71\xdc\xcd\x30\xdc\x31\xbc\xbe\x02\x6b\x90\x12\xca\x88\x1e\xec\x55\xc2\x27\x28\xb9\xe3\x6a\x52\xe3\xc4\x6a\x9c\x7c\x09\x0f\x50\x96\xb0\xae\x79\xf9\xa9\x68\x5d\x41\x42\x19\xce\x57\x58\xd7\x32\x89\x1c\x48\x24\x95\x83\xdc\xc5\xa1\xd8\x66\xd8\x11\xeb\xf8\xfc\xc6\x29\x2d\xe3\xed\xdf\x08\x89\x6e\x32\x4f\x3b\xf3\x1e\x95\x1e\xe8\xf9\xf1\x74\xd7\xf1\xf9\x68\xcd\xc5\xd3\xe3\xe2\xdd\x71\x7b\xbf\x87\x46\xc2\x7b\xdc\x0a\x03\xfc\x31\xff\xd2\xd9\x08\xbf\xf5\x6f\x43\xf7\x3f\xb2\x0a\x11\xc3\x9b\x38\xca\xf9\x4a\x79\x9a\x11\xe2\xbd\xc4\x16\x13\xe5\xbc\xba\x4d\xcd\x46\xd4\x31\x61\x33\xdd\x66\xf8\x9d\xe1\xd2\x21\x7f\xd3\xe7\x67\x00\x00\x00\xff\xff\xbc\x1f\x5b\xd7\x85\x04\x00\x00") + +func uiAppPartialsAlertsHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppPartialsAlertsHtml, + "ui/app/partials/alerts.html", + ) +} + +func uiAppPartialsAlertsHtml() (*asset, error) { + bytes, err := uiAppPartialsAlertsHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/partials/alerts.html", size: 1157, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppPartialsRouteHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x84\x90\x4d\x6e\xeb\x30\x0c\x84\xd7\xce\x29\x08\x6d\xf2\x1e\x50\x3b\x17\xb0\x7c\x88\xde\x80\x49\xd8\x58\x00\x25\x1b\x92\xec\x16\x08\xd2\xb3\x17\xa2\xff\xd4\x3a\x45\x37\x96\x2c\x0e\x87\x9c\xaf\xbe\x9a\x11\x2e\x8c\x21\x68\xe5\xbb\x21\x92\x6a\x0e\xc5\xee\xb1\x6c\x09\xaf\xe4\xe1\xe6\xbb\xa1\x4f\x8a\x27\x12\x8b\xf1\xd2\x92\x0f\xc0\xf4\x16\x45\x53\xd4\xa1\x47\x07\xee\x56\x7a\xea\x09\xa3\x56\x16\x8c\x03\x91\x57\x8b\x5c\x2d\x2e\x7c\x66\xe0\x33\x97\xdd\x10\xd9\x38\x9a\x1c\x8a\xfb\x1d\x6c\xe5\xd0\x12\x3c\x1e\xa0\x57\xc3\xd0\x76\xef\x5a\xd9\xca\x84\x57\xba\xd1\x87\x6a\x3e\xeb\x53\xaa\x35\x70\x94\x8e\x11\x79\x48\x2d\x47\x59\x63\x2a\xa5\xad\x4f\x57\x33\xa6\x80\xcb\x99\xa5\x40\x26\x1f\x4b\x49\x18\x76\x11\xb3\xa2\xca\x03\xc9\xcb\x16\x2a\xeb\xfe\xad\x7d\x8f\xf2\x09\xa7\x7f\xec\x5e\x80\xc7\xff\xc9\x59\x84\x15\xe3\x99\xf8\x2f\x58\x89\x16\x3b\x21\x25\x1c\x78\x5c\x10\x64\x0c\xd6\xf0\xf3\x8a\xd9\x58\xdc\xe6\xc9\xc6\x73\x12\x28\x6a\xf9\x5d\x87\x9b\x10\x4b\x13\xc9\x2a\x40\xad\x50\x35\xf5\x49\xea\xdf\xdd\x7f\xb0\x3e\xec\xa6\xf9\x8d\x9b\x7c\x67\xea\x72\x9f\xde\xb5\xf2\xc9\x5c\xee\x9b\xd3\x74\x7c\x05\x00\x00\xff\xff\x32\xc6\xc7\x2a\xb9\x02\x00\x00") + +func uiAppPartialsRouteHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppPartialsRouteHtml, + "ui/app/partials/route.html", + ) +} + +func uiAppPartialsRouteHtml() (*asset, error) { + bytes, err := uiAppPartialsRouteHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/partials/route.html", size: 697, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppPartialsSilenceFormHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x55\x4d\x6f\xdb\x38\x10\x3d\xdb\xbf\x62\x96\xc8\x61\x17\x0b\x49\xbb\x45\x8f\x94\xd0\x34\xed\xb1\x97\xe4\x17\xd0\xe4\x58\x26\xc2\x0f\x95\xa4\x1c\x1b\x49\xfe\x7b\x41\x91\x54\x6c\xd7\x6e\x5c\xa0\x17\xc3\x24\x87\x6f\x1e\xdf\xbc\x19\xd1\xb5\x75\x1a\x8c\xdd\x32\x25\x05\x0b\x08\x86\x69\x6c\x49\xdc\x25\xc0\x15\xf3\x3e\x2d\x3c\x01\xd3\x57\xdc\x9a\xe0\xac\x52\xe8\x5a\xf2\x20\x15\x1a\x8e\x77\x0e\x59\xc0\xbb\xe0\x14\xe9\x96\x0b\xba\x96\xa8\x84\xc7\x00\x52\xb4\xc4\xa7\x90\x8a\x4f\x31\xf1\x7c\x41\x15\xf6\x68\x44\x97\xae\x01\xf5\x03\x33\x25\x8f\x40\xcf\x49\xf7\x05\xd7\xd2\x20\x30\x30\xf8\x04\x19\xa1\xa6\x4d\x0c\xec\x68\x93\xaf\x2f\x23\x94\xb3\x4f\x11\x72\x41\xb9\x55\xa3\x36\xd3\xff\x05\x55\x6c\x85\xaa\x7b\x08\xcc\x05\xda\xa4\x45\x3a\x90\x66\x18\x43\x7c\x85\xb6\x02\xd5\xcc\xae\xf6\x31\xd4\xdf\x06\x02\x61\x3f\x60\x4b\xa2\x0c\x41\x6a\xac\x94\xe5\x4c\x91\xac\xc8\x14\x55\xc5\x7d\x02\x0e\xbf\x8f\xd2\xa1\x48\xd9\x9b\x83\xf4\xe7\xa8\x7c\x35\xe2\x3a\x22\x68\xc4\xbb\x34\xd0\x88\xf7\x48\xd0\x66\x12\x66\x39\x13\xf8\xc6\x02\xdf\xa0\xf3\xe7\xd4\xbe\x55\xe8\x82\x07\xb6\x5e\x23\x0f\x28\x60\xb5\x87\xb0\x91\xfe\x8c\xf0\xe5\x01\x51\xf6\x82\x51\x0a\xac\x73\x86\xc9\x24\x0e\x07\x64\xa1\x25\x1a\xa4\x99\x71\xe6\x88\x43\x99\x80\x5b\xe5\x5b\xf2\x81\x1c\x09\x93\xb1\xa7\x45\xe5\x35\x53\xaa\x48\x12\x70\x17\x08\x0c\x8a\x71\xdc\x58\x25\xa2\x0b\xa3\x2a\xe4\x40\x4b\x5d\xa7\x9d\x77\x4b\xf4\x07\x72\x6f\x99\x1a\x4f\x92\xe7\xad\x0b\xd9\x7f\x76\x88\x90\xdb\x92\x73\x15\x4c\xd5\x3b\x3b\x0e\x99\xd1\x82\xae\xc6\x10\xac\xc9\xf9\x07\x27\x35\x73\x7b\x02\x13\xab\x2e\x95\xb6\xdc\xe5\x1b\xe4\x8f\x2b\xbb\x03\xe9\x2b\x87\x3d\xee\x48\x97\x1f\x94\x2e\x97\xf3\x63\xb2\xd2\xdf\xa7\x58\x98\xee\x94\x1a\xd3\x26\x25\x3e\x4b\xc3\x23\xb7\x46\x4c\x44\x4c\x5f\x6d\xa4\xc0\x37\xff\x96\x1a\xd7\x0a\x4d\x1f\x36\x40\x5b\xf8\x3f\x8d\x0d\x25\xf9\x63\x74\x9c\xca\x56\xfc\xfb\x46\x1a\x81\xbb\x7f\xca\x6b\xaa\xdf\xc8\x99\xc1\x98\x10\x05\x6c\x86\xf9\xf7\x18\x86\x36\x42\x6e\x7f\xd5\x1e\x27\x03\xe4\xd4\x12\x49\x8e\x69\x52\x59\x77\x5d\x0b\xa7\x49\x27\x3e\xef\x8b\x6d\x50\x33\x39\x37\x2f\x4f\x50\x27\x36\xd2\xf8\x89\x5b\x3d\x30\xb3\xaf\xb9\xd5\xd7\x5b\xf7\xe3\x09\x4f\xab\x35\x9a\x2b\x67\x1e\x4f\xc1\xc7\xe6\xce\x24\xcb\xd1\x11\x49\x87\xcc\x5b\x03\x6b\xeb\xe6\x96\xae\xeb\xeb\x86\x50\xf4\xb8\xe9\x2b\xbf\xb1\x4f\x2d\x41\xe7\xac\x83\xbf\x5a\x30\x63\xec\xad\xec\x5f\x16\xa7\x10\x4c\xbf\xd5\x14\x91\xc7\xc4\xe1\xbc\xca\xfb\xcf\xcf\x90\x30\x5e\x5f\xf3\x6c\x5a\xce\x95\x5e\x2e\x68\x53\x3e\x40\xd3\xea\x62\x7b\x5d\xe8\x2d\xd3\x57\x42\x7a\xb6\x52\x28\x2e\xdb\xba\x6d\xe1\x3f\x78\x79\x89\x5a\xe8\xfa\x46\x9a\xe9\xd3\x79\x68\xcd\x64\x82\x68\xcb\x71\x18\xd0\xe5\x6f\xdd\xa1\x37\xcf\xfa\xfb\xc8\xde\x0e\x3d\x86\x37\x88\xfb\xb8\x3c\x40\xc8\x0f\xa6\x4d\x24\xd1\x2d\x7f\x04\x00\x00\xff\xff\x3e\x69\xb6\x8b\xc6\x07\x00\x00") + +func uiAppPartialsSilenceFormHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppPartialsSilenceFormHtml, + "ui/app/partials/silence-form.html", + ) +} + +func uiAppPartialsSilenceFormHtml() (*asset, error) { + bytes, err := uiAppPartialsSilenceFormHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/partials/silence-form.html", size: 1990, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppPartialsSilenceHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x94\x4b\x6e\xdb\x3c\x10\xc7\xd7\xce\x29\xe6\xe3\x46\xf9\x50\xd8\xda\x1b\x92\x8b\xe6\x51\x64\x93\x4d\x72\x02\x5a\x9c\xc8\x44\x48\x49\x20\xc7\x4e\x84\x44\x45\xee\x90\x1b\xe6\x24\x05\x1f\xb2\x64\xd7\x6e\x12\xb4\xdd\xd8\xa2\x86\x33\x3f\xcd\xeb\x9f\x09\xb9\x81\x42\x71\x6b\x73\x66\xa5\xc2\xaa\xc0\xa9\x24\xd4\xf0\xf4\x04\x2b\x59\xae\x94\x2c\x57\x04\x5f\x21\xd9\x1e\x12\x98\x43\x92\x74\x1d\x83\xaa\x9c\x16\x75\x45\xa6\x56\x0a\x4d\xce\x6e\x83\xfb\x39\x19\xc5\x16\x27\x93\x71\xe4\x7a\x83\x66\x23\xf1\x01\x4a\x53\xaf\x1b\x67\x9d\x64\xcb\x35\x51\x5d\x01\xb5\x0d\xe6\xac\x31\x52\x73\xd3\xb2\xde\x01\x1f\x1b\x5e\x09\x8f\xb0\xab\xfa\x21\x67\xee\xf7\x02\x89\x4b\x65\x03\x58\xc9\xe2\x3e\x67\x54\x97\xa5\xc2\x68\x38\xfd\x9f\x81\xd5\x5c\xa9\xc5\xdb\xcb\x6b\x96\x06\xc0\xa7\x58\x2b\x29\xf0\xb3\xac\x2f\x03\xc9\xa1\x46\x59\x2b\xbe\x44\x65\x41\xe1\x1d\xf9\x94\x27\x99\x6d\x78\xe5\x22\x1a\x6c\x90\x53\xce\x34\xc8\x0a\xac\x54\x33\xcd\xa9\x58\xa1\xb1\xf0\x0c\xb5\x11\x68\xce\xda\x79\xc5\x35\x06\xb7\xe8\xd7\x47\x5d\x2a\xd7\x1c\x3d\x73\x17\x20\xcf\x21\xe1\x0a\x0d\xb9\x53\xe2\x1a\xa5\x96\x6a\xba\xd7\x2c\xe8\xba\x18\x69\x32\x78\x76\x1d\xe4\xdb\x0f\x0a\x45\xd6\x33\x69\x6f\xb0\xc4\x47\xb6\xf8\x91\xa5\xce\xb6\x00\xe6\x3d\x36\x5c\xad\x9d\x0b\x0b\xdf\x13\x6c\x27\x3b\x8f\x59\x2a\xe4\xe6\x97\x1a\x18\xf7\x15\x31\xfb\xd8\x85\xa1\xa7\x52\xcd\x1a\xac\x84\xac\x4a\x16\x7b\xb3\x54\xbc\xb8\x67\x20\xa4\xe5\x4b\x85\x22\x96\xf8\x96\xb8\x21\xeb\xb2\x76\x2e\x58\x09\xfb\x8d\xe0\x19\xb8\x3e\xe7\x0a\x2b\xc1\x0d\x74\xdd\xb8\xdf\x87\x51\xbc\x20\xb9\xc1\xdf\x93\x2e\x2b\xf1\xc7\x9c\x6d\x4a\xb1\x04\x02\x15\x12\x4e\xc3\xd5\x3d\xfc\x30\x5d\xe1\xd6\xa9\x0b\x20\x45\x3f\x5c\xb0\x6e\x1a\x34\x8b\x0b\x6f\xfb\x78\x86\x7f\x0d\x7c\xf9\xd8\x48\xf3\x0e\xf8\x3f\x5f\x2b\xc5\x1b\x8b\x62\xd8\x29\x21\xe9\x3d\x70\xd8\xa7\xa8\x1a\xdf\x6b\xa3\x4f\xf7\xe9\x42\xd2\xfb\x49\xff\x13\xf4\x0d\x16\x06\xf9\x6e\xcd\xe3\x80\x0f\x83\x3e\x9e\x73\x4f\x8d\x02\xba\x27\x5b\x23\x4c\x50\xbe\x5e\x67\xef\x6a\xa3\x21\x1e\x7c\x2e\x6c\x91\xa5\x63\xe3\x31\x98\xf0\x1a\x14\xc5\xf4\xb0\x46\x7a\x10\xb9\xd1\xee\x9d\xfc\x61\x7a\xa7\x78\xbf\x8e\xb4\xac\x45\x1b\x05\x86\xcc\x6e\x51\x43\xf6\xe2\xac\xed\x75\x23\x23\xb1\xf0\x2f\x6b\x93\xa5\x24\x46\x6f\xe3\xb6\x6c\x3d\xfc\x8e\xf4\x37\xb2\x94\xcc\x31\x44\xad\x35\x56\xb4\x03\x08\xaf\x8e\x00\x82\xf1\x78\xf8\x91\x4b\x58\x84\xbd\x38\xe1\x29\x88\x69\x1f\xd4\x7a\x65\xf1\x5b\x2e\x38\xe1\x3c\x69\xdb\xb6\x9d\x5e\x5f\x4f\x85\x80\xab\xab\xb9\xd6\x89\xe7\x6d\xe5\x6e\x32\x99\xbc\xbd\xbc\xc2\xa1\x50\x5b\xb9\xf8\x60\xa0\x03\x59\x64\xe9\xb6\x27\x59\xea\xfb\x35\x4c\x40\xfc\xfb\x19\x00\x00\xff\xff\xb3\x0b\xed\xb9\xb0\x07\x00\x00") + +func uiAppPartialsSilenceHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppPartialsSilenceHtml, + "ui/app/partials/silence.html", + ) +} + +func uiAppPartialsSilenceHtml() (*asset, error) { + bytes, err := uiAppPartialsSilenceHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/partials/silence.html", size: 1968, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppPartialsSilencesHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x53\x4d\x6f\xd4\x30\x10\x3d\x6f\x7f\x85\xe5\x13\x1c\x42\x10\x2a\x97\x95\x13\xa9\x48\x20\x4e\x15\x12\xbf\xc0\xd8\xb3\xc9\x08\xc7\x0e\xf6\x64\x57\x2b\xca\x7f\x47\xfe\x48\x93\xb4\xd5\x22\xa1\xee\x29\xf1\xcc\xf3\x9b\xf7\x66\x3c\x42\xe3\x91\x29\x23\x43\x68\x78\xe7\xdd\x34\xf2\xf6\x66\xb7\x0e\x7a\xec\x7a\x8a\xc1\x9d\xf8\x31\x11\x39\xcb\x6c\x57\xf5\xa8\xa1\xe1\xa1\x77\xa7\x2f\xce\x0f\x9c\xd1\x79\x84\x86\x8f\x1e\x07\xe9\xcf\x3c\x22\x94\x41\xf5\xb3\xe1\xe4\xba\xce\x40\x04\xbd\x79\xcb\x59\x18\xa4\x31\xed\x3d\x9c\xd8\x77\x34\x60\x15\x88\x3a\x73\x3e\xa1\x8f\xc4\xff\x4d\xff\x15\x35\xb0\x18\x5a\x91\x8b\x5a\xe3\x71\x36\xf6\xbc\x40\x2a\x1f\xb2\xa4\xea\xe0\xfc\xc0\x02\x9a\x86\x97\x08\x6f\x45\xbd\x4e\x2e\x7c\xe5\x73\x93\x68\x51\x3f\xde\x08\xd5\xaf\x09\xa2\xd2\xd2\xc3\x78\x2b\xa4\xc6\x7a\x77\x4a\xc5\x94\x33\xd3\x60\x99\x72\x26\x34\xfc\x63\x12\xb0\x13\x68\xc7\x89\x8a\xd9\x00\xd2\xab\x9e\xb3\xd1\x48\x05\xbd\x33\x1a\xfc\x12\xb4\x5d\x35\x38\x0d\xa6\xe1\xb9\x4e\xa2\xac\x33\xe7\x73\xfa\x0f\x85\x3e\x80\x01\x45\xb3\xa6\x7c\x5a\x73\x39\xaf\xc1\x67\xec\x4e\xb8\x91\xd0\x59\x76\x94\x66\x8a\x6a\x48\x7a\x0a\x77\xc4\xdb\xf4\x27\xea\x9c\x7e\x11\x0b\x56\x27\x24\x58\x7d\x11\xa7\x3c\x48\x02\x1d\xa1\xe5\x77\x03\x17\x75\x56\xf8\xc4\x9b\xa8\x53\x0b\x37\x9d\x5f\x06\x5a\xda\xff\xce\x80\xed\xa8\x67\x4d\xc3\xde\xf3\xf6\xde\xb1\x39\xc1\x94\xb3\x07\xec\x26\x1f\x8b\x6d\x19\xca\x93\x7e\x89\x61\x3b\x5a\x83\x21\xee\xc3\x76\x4b\xa4\x22\x3c\x42\x35\x83\xf2\x44\xfa\xdb\x39\x4d\x3d\x5a\xde\xde\x25\x90\xa8\xfb\xdb\x94\x5e\x5d\x8f\x9c\x15\x12\x0c\x2c\xef\x60\x14\xe4\x61\x04\x49\xa9\x30\x43\xbb\x58\x78\x60\x07\x34\x04\x7e\x9f\x66\xbf\x1c\x7f\x67\x0d\x7b\xf2\x13\xfc\x61\x0f\x2c\x8d\xf3\xd3\x79\xbf\x1a\xeb\xfc\xc6\x1f\x9f\xf7\xea\x69\xe7\x3e\x97\x35\x29\xbd\xd9\x68\x1c\xc1\x6a\x8c\xad\xbe\xe8\xf1\x5b\x46\x5d\xcd\x64\x51\x71\x35\x97\x60\xe4\x18\x40\xff\xc3\xe5\xe7\x8c\xba\x9a\xcb\xa2\xe2\x15\x5d\x96\xcf\xdf\x00\x00\x00\xff\xff\xfa\x34\x5b\xc5\xef\x05\x00\x00") + +func uiAppPartialsSilencesHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppPartialsSilencesHtml, + "ui/app/partials/silences.html", + ) +} + +func uiAppPartialsSilencesHtml() (*asset, error) { + bytes, err := uiAppPartialsSilencesHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/partials/silences.html", size: 1519, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiAppPartialsStatusHtml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x91\xc1\x6e\xdb\x30\x0c\x86\xef\x7b\x0a\x42\x97\x6c\x40\x55\xa3\xed\x2d\xb0\x7d\x58\x2f\x1d\xb0\x5c\xd6\xed\xb6\x8b\x2c\xd1\x09\x13\x59\x32\x24\xda\x9b\x90\xe5\xdd\x07\xc5\x89\xeb\x75\x03\x36\xec\xa4\x9f\xd4\x4f\xf2\x23\x58\x1a\x1a\xc1\x6d\xa5\xf6\x8e\x83\xb7\x16\x43\x25\x9e\x59\xf1\x10\x1f\x39\x58\x51\xbf\x01\x28\x77\x77\xf5\x94\x2a\x8b\xdd\xdd\x39\xc3\xaa\xb1\x98\x55\xd6\x8d\x37\x69\xd2\x39\x0a\x57\x99\x03\x53\x7f\xe9\x21\x92\xd3\x58\x16\x6c\x7e\xfd\x39\x1e\x61\xe8\x99\x3a\x84\x1f\x60\x14\xe3\x7a\x95\x52\x4a\x72\xb3\x91\xc6\xc0\xd3\xd3\xba\xeb\xd6\x31\xae\xe0\x74\x5a\x96\x96\xc5\x75\x40\x59\xcc\x83\xcb\xe2\xc2\x73\x86\xbd\xaf\xdf\x0f\x64\x0d\x90\x6b\x7d\x59\xec\xee\xff\x0a\x9c\xd7\x0f\xd8\xa3\xe2\x4a\xbc\x3d\x60\xba\x81\x51\xd9\x77\x40\x0e\x46\x0c\x91\xbc\xfb\xe0\x5a\x2f\x7e\x83\x3f\x60\x7a\x05\x37\x7f\x8d\xca\xfe\x0f\xf7\xa3\x77\x2d\x6d\x67\xe6\x3e\x60\x6e\xa6\xcf\xd9\x73\xbf\x9c\xb9\x9a\x3f\xf9\x81\xc9\x6d\xe1\x73\x40\x9c\x4b\xf2\x31\xb5\x55\x31\x56\x22\x2a\x17\x65\xc4\x40\x2d\xec\xa3\x0c\x93\x5b\x72\x40\x94\xdf\x82\xea\x7b\x0c\x97\x95\x96\x45\xfb\x28\xe3\xb8\x05\x72\x96\x1c\xca\xc6\x7a\x7d\x98\x17\xcf\xbe\xc5\xa6\xe4\xfa\x81\xaf\x75\x56\x35\x68\xe5\x39\x25\x80\x53\x8f\x95\x60\xfc\xce\x02\x7a\xab\x34\xee\xbc\x35\x18\xaa\xd5\x31\x62\x18\x49\x63\x25\x5a\xef\xe5\x25\x10\x37\x10\x71\xc4\x40\x9c\x2a\xa1\x03\x31\x69\x65\xc5\x69\x05\x5f\x17\xc3\x9a\x81\xd9\xbb\x4b\xe7\x29\x10\x0b\xe6\x96\x9c\x91\x9d\x62\xbd\x13\xf5\x26\x3f\xf0\x31\x03\xc1\x33\x72\x59\x4c\xf6\x97\x43\xcc\x6b\xcc\xf2\x45\x44\x1d\xa8\x67\x88\x41\x57\xc2\x52\x53\x98\x87\xdb\xf1\xe1\xb6\x23\x77\xbb\x8f\xa2\x2e\x8b\xe9\xff\x8f\xd6\x7d\x94\x49\x75\xf6\xdf\xcc\xcb\x73\xbc\x72\x5f\x60\x7e\x06\x00\x00\xff\xff\x8b\xac\x69\x74\x98\x03\x00\x00") + +func uiAppPartialsStatusHtmlBytes() ([]byte, error) { + return bindataRead( + _uiAppPartialsStatusHtml, + "ui/app/partials/status.html", + ) +} + +func uiAppPartialsStatusHtml() (*asset, error) { + bytes, err := uiAppPartialsStatusHtmlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/app/partials/status.html", size: 920, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiBindataGo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xcc\x9d\x59\x6f\x1f\x59\x72\xe5\x9f\xc5\x4f\x41\x17\x60\x43\x1a\x54\x4b\xb9\x2f\x05\xf4\x83\xdd\xb6\x31\x3d\x80\xed\x81\xdd\xf3\x34\x39\x30\x6e\x66\xde\x5b\x66\x5b\x22\x65\x92\x6a\x67\x55\xa3\xbe\xfb\xe0\x44\xfc\x82\xf9\x2f\x15\x6b\x69\x75\xb9\xdd\x0f\x12\xc9\xff\x92\x79\x97\xb8\xb1\x9c\x38\x11\xf9\xe6\xcd\xf5\xaf\xee\xf6\x7c\xfd\x65\xbe\xcd\xf7\xe9\x31\xef\xd7\xeb\x57\xd7\x5f\xde\xfd\x62\xbd\xb9\xdd\xd3\x63\x7a\x7d\xf5\xe6\xcd\xf5\xc3\xdd\x87\xfb\x2d\x3f\x7c\xa1\xdf\x3f\xdc\xbc\x49\xef\xdf\xbf\xd9\x1e\x1e\xde\xbc\x4b\x37\xb7\xaf\xb7\x87\x87\x8b\x97\x6f\x6e\xf7\x7c\xbc\xfe\xb7\xc7\x77\x6f\x2f\x5e\xfc\xed\x83\x7e\xbc\xfe\xed\xe5\x07\xdf\xa7\xfb\xc7\x9b\xf4\xf6\xe1\x4d\x7a\x9b\xef\x1f\x3f\xfe\xc6\xb7\xdf\x7d\xf8\xde\xb7\xef\xef\x3e\x3c\xe6\xef\x7d\xf7\xe1\xe6\x6d\xbe\xdd\xf2\x2f\xca\xdd\xfd\xbb\x1f\xfb\xd0\x8f\xbd\xff\xfd\x63\x78\x78\x4c\x8f\x1f\xbe\xf5\x76\x2c\xdd\x97\x77\xbc\xf0\xf6\x66\x7d\x93\x6e\xbf\xfc\xf0\x36\xdd\xff\xe2\xdd\xdd\xbb\x7c\xfb\xf8\xfa\xdd\xcd\xed\xb9\x20\x97\xef\xdf\x67\x5f\xed\x1f\xf8\x84\x4d\xfa\x7b\xdf\x7e\x48\xb7\x37\x8f\x37\x5f\x7f\xff\x27\xbe\xfb\xc6\xde\xbe\xfe\x5d\xfb\xdd\x97\x7f\xfb\x1f\x1f\xf2\xfd\x57\xcf\xbc\xfe\xf0\x8b\xaf\xd2\xbb\xb7\xdf\x7d\xe3\xdf\x3f\xac\x7e\xdb\x53\x28\xf4\xf2\xf7\x4d\x59\x13\xb9\xb9\xfd\xf2\x17\x8f\xf7\x39\x9f\xef\xfc\x67\x5e\x59\xb9\xbf\xfd\xa7\xeb\x7f\xfc\xa7\xdf\x5c\xff\xdd\xdf\xfe\xfa\x37\x7f\x71\x75\xf5\x3e\x6d\xff\x9e\xbe\xcc\xd7\x1f\x6e\xae\xae\x6e\xde\xbd\xbf\xbb\x7f\xbc\x7e\x79\xf5\xe2\xb3\xf5\xab\xc7\xfc\xf0\xd9\xd5\x8b\xcf\xb6\xbb\x77\xef\xef\xf3\xc3\xc3\x9b\x2f\xbf\xbe\x79\xaf\x17\xca\xbb\x47\xfd\xb8\xb9\xf3\xff\xdf\xdc\xe8\x76\x6f\xf5\xc7\x9d\x7d\xe1\x7d\x7a\xfc\xb7\x37\xe5\xe6\x6d\xd6\x2f\x7a\xe1\xe1\xf1\xfe\xe6\xf6\x4b\x7b\xef\xf1\xe6\x5d\xfe\xec\xea\xd5\xd5\x55\xf9\x70\xbb\x5d\xb3\xa1\xff\x9c\xd3\xfe\x52\xbf\x5c\xff\xdf\xff\xa7\xdb\x7e\x7e\x7d\x9b\xde\xe5\x6b\xff\xda\xab\xeb\x97\xf1\x6a\xbe\xbf\xbf\xbb\x7f\x75\xfd\xfb\xab\x17\x5f\x7e\x6d\x7f\x5d\x7f\xf1\xcb\x6b\x8d\xea\xf5\x3f\xe6\xff\xd4\x45\xf2\xfd\x4b\x1b\xb6\xfe\xfe\x9b\x0f\xa5\xe4\x7b\xbb\xec\xab\x57\x57\x2f\x6e\x8a\x7d\xe1\x2f\x7e\x79\x7d\x7b\xf3\x56\x97\x78\x71\x9f\x1f\x3f\xdc\xdf\xea\xcf\xcf\xaf\xcb\xbb\xc7\xd7\x7f\xa7\xab\x97\x97\x9f\xe9\x42\xd7\x7f\xf9\x1f\x5f\x5c\xff\xe5\xef\x3e\xf3\x91\xd8\xbd\x5e\x5d\xbd\xf8\xe6\xea\xea\xc5\xef\xd2\xfd\xf5\xfa\xa1\x5c\xfb\x7d\xfc\x26\x57\x2f\xfe\xd5\x87\xf3\xcb\xeb\x9b\xbb\xd7\xbf\xba\x7b\xff\xd5\xcb\xbf\x5a\x3f\x94\xcf\xaf\xbf\xfc\xfa\xd5\xd5\x8b\xed\xed\xdf\xc5\x48\x5f\xff\xea\xed\xdd\x43\x7e\xf9\xea\xea\xe7\x1a\x8f\x2e\xe3\xd7\xff\x9e\x0b\xe5\xfb\x7b\x1f\x37\x2f\xae\x1f\xca\xeb\xbf\xd1\xd0\x5f\xbe\xfa\x5c\x9f\xb8\xfa\xe6\xea\xea\xf1\xab\xf7\xf9\x3a\x3d\x3c\xe4\x47\x2d\xf9\x87\xed\x51\x57\xb1\xf9\xb1\x1f\x57\x2f\x6e\x6e\xcb\xdd\xf5\xf5\xdd\xc3\xeb\xbf\xbf\x79\x9b\x7f\x7d\x5b\xee\x9e\xbe\xc7\x16\xc6\xeb\x17\x57\xb0\x3d\xbc\xbe\x66\x1b\xaf\x5e\x3c\xdc\x7c\x6d\x7f\xdf\xdc\x3e\x0e\xdd\xd5\x8b\x77\x52\x8e\xd7\x4f\x17\xfd\x87\xbb\x3d\xdb\x8b\xbf\xb9\x79\x97\xaf\x25\x26\xaf\xf5\x9b\xee\x63\xa2\xf2\xb2\xdc\x7c\x7c\xaf\x57\xd7\xff\x98\xde\xe5\x97\xaf\xb8\x83\xee\xc9\x2c\xcb\xcd\x6b\xdd\xfd\xea\x9b\x1f\xf8\xee\xbf\xdc\x7c\xad\xef\xda\x68\xbe\xfd\x55\x0d\xf4\x07\xbf\xaa\xb1\xbe\x7c\x75\x39\xf2\x6f\x5f\x40\x53\xfb\xb1\x0b\x68\x72\x2f\x5f\x9d\x13\xfd\xce\x15\x98\xfd\xf7\x5f\xe4\xd7\x0f\x7f\x7b\x73\xff\xf2\xd5\xf5\x7a\x77\xf7\xf6\xf2\xdb\xe9\xed\xc3\x8f\xcc\xfc\xab\x07\x9f\x78\xbe\x2f\x69\xcb\xbf\xff\xe6\xe2\xdb\x88\x84\xa4\xfc\x5f\x3f\xdc\xfc\xf5\xfb\xf7\xbf\x7a\x78\xf8\x87\x74\x73\xfb\xab\x87\x87\xeb\x5f\x22\x0e\x2f\x3f\x5b\x8e\xba\x2c\xc7\xb4\x2e\x47\x35\x2d\x47\x55\xf1\x6f\x5e\x8e\x21\x2f\xc7\xc4\x6b\xa5\x2c\xc7\xdc\x2d\x47\x3f\x2e\xc7\xb6\xfa\x7b\xb9\x5d\x8e\x76\x58\x8e\x7a\x5c\x8e\x3e\x2f\xc7\x36\x2e\x47\x57\x96\x63\xac\x97\xa3\x64\xbf\x46\x35\x2c\x47\x99\x97\xa3\x6e\x97\x63\x9e\x96\x63\x4a\xcb\x91\xb6\xe5\x58\xeb\xe5\xc8\xcd\x72\x4c\x9b\xff\x6b\xb2\xbf\xa7\xeb\xae\x69\x39\xe6\xf9\x7c\x2d\xf3\xb3\x9f\x97\xa3\xaf\x96\x23\x77\xfe\xfd\x6e\x5f\x8e\xa9\x5b\x8e\x66\x58\x8e\xbe\xf7\xcf\x74\x1a\xd7\xb6\x1c\x55\x5e\x8e\xd2\x2c\x47\x9d\x96\x63\xdc\x97\x63\x1e\x97\x23\xe9\xb5\xe4\xd7\xb5\xd7\x74\xff\xc6\xe7\xd5\x68\x6c\xf3\x72\xac\xcd\x72\x0c\x1a\x5f\xe7\xf7\xd2\x67\xcb\xb0\x1c\x4d\xbd\x1c\x5b\x59\x8e\xbc\x2f\x47\xbb\xfa\x3a\xcc\xfd\x72\xcc\x1a\xab\x5e\xaf\x96\x63\x5f\xfd\xde\xdd\xb0\x1c\x6b\x59\x8e\xd4\x2c\xc7\x3e\x2f\x47\x37\x2d\x47\xd9\xfd\x75\x8d\xaf\xea\x97\x63\xef\x96\x63\xdb\x96\x63\x98\x96\xa3\x99\x97\x63\x1f\x97\x63\xd5\x1a\xad\x3e\x2e\x8d\xc3\xc6\xbc\x2f\xc7\x5e\x2f\x47\xa5\x75\xef\x97\xa3\x5a\x97\x63\x9d\x96\x63\xdf\x7d\x7c\x65\xf4\xf5\x1c\xc6\xe5\xc8\xc5\xaf\xa1\x7b\x6a\xfe\xba\x6e\x37\xfa\x3e\xed\xba\x4f\x5a\x8e\x2d\x2d\xc7\xca\x3a\x6a\xbc\x95\xd6\x68\xf0\x6b\x4e\xe3\x72\x34\xdb\x72\x6c\xb3\xef\x61\x85\x5c\x0c\xdd\x72\xd4\xf3\x72\xb4\xda\x87\xb2\x1c\x5d\xef\x9f\xeb\x5b\xbf\x7f\xb5\xf9\x6b\xbb\x7e\xea\xfa\x1a\x73\xef\x73\xad\x75\x9f\x76\x39\x7a\xdd\x67\x5d\x8e\x34\x2e\xc7\xd0\xfb\x38\xb5\x9f\x5a\x53\xed\xb9\xe4\x48\x9f\xd1\x35\xfb\x75\x39\xa6\x6a\x39\xb6\x6e\x39\x26\xcd\x73\x3f\x3f\xa7\xbd\xd0\xda\x69\x8f\xa6\xde\xe7\xd4\x54\xfe\x7b\x1e\x7d\xdf\x5a\xc9\x41\xb3\x1c\x55\x72\xb9\xec\xb4\xbf\xba\x56\xed\xeb\xa2\xf9\x48\xd6\x57\x8d\xb1\x5d\x8e\xa6\x5d\x8e\x7a\x5b\x8e\xd4\xfa\x1a\xeb\x67\xd3\xfb\x6b\x92\xc3\x96\x7b\xea\x7a\xda\x0f\xbb\x6e\xb5\x1c\xbd\xfe\xae\x7d\x7d\x53\xef\xeb\xa6\xb5\xac\x25\x17\xb5\x8f\x41\x6b\xd1\x55\xcb\x31\x4a\xb6\xf4\x9d\x61\x39\xd2\xea\xef\xeb\x7c\x94\x6a\x39\xda\xe2\xf2\x9c\x8a\x8f\x5f\xbf\xf7\x9d\xaf\xcf\x80\xcc\x25\xd6\x54\xd7\xee\x75\xbe\x34\x4f\xad\x79\xb3\x1c\x23\x6b\x36\x0f\xcb\x91\x7b\x1f\x7b\xc3\x1a\x6b\x7f\x66\xc9\x82\xe4\x64\xf6\xef\x36\x8d\xbf\xb7\x4d\xcb\x31\xb4\x9c\x65\xdd\x67\x76\x39\xd6\x99\x69\xf6\xe5\x18\x07\x97\x7f\xad\x95\xce\xaf\x64\x5e\xe7\x47\xf2\x2f\x79\xd4\xe7\xa7\xec\xd7\x18\xbb\xe5\x48\xfa\x37\xf9\x77\x75\x2f\x8d\xbb\xd3\x1c\x1a\x9f\xa7\xe6\x57\xb5\x7e\x46\x24\x83\x5d\xed\xf2\xac\x7d\x97\x9e\xd1\xda\xeb\xac\xe4\xda\xf7\x7e\xac\x7c\xbc\x76\xd6\x1a\x9f\x87\xf6\x64\xa8\xfc\x3b\x3a\xb3\xda\xd7\xc4\x79\xd2\x75\xf5\xbb\xf6\x43\x3a\x41\xe7\x4d\x72\x32\x4a\x2e\x06\x97\xa9\x90\xef\x7e\x73\xb9\xa9\x39\xcf\x92\x51\x9d\x8d\xc4\xd9\xd3\x7d\x25\xcf\x3a\x23\xad\x64\x65\xf5\xeb\x6a\xcf\x35\x46\xed\x8f\xe4\x5e\x7b\xd8\xb6\xfe\x9a\xe6\xbd\x65\x1f\xbf\xad\x5d\xeb\x6b\xd2\x21\x67\x5a\x1b\xc9\xa2\xad\xf9\xea\xfa\xb2\x46\x6e\xe7\xd6\xcf\x96\xf6\x55\x3a\x40\xfb\xa0\x6b\x98\xbe\xad\x7c\xcf\xa4\xef\x24\x2b\x92\x6f\x3b\x5f\x8d\xcb\x91\xf6\x5d\x63\xee\x36\x9f\x47\x96\xce\x94\xde\xae\x5d\x07\x96\xcd\xd7\xb3\xd4\xae\x27\xc7\xde\x3f\x5f\x23\xf7\xda\x23\xc9\xa4\xf4\x9f\xc6\x29\x99\x9a\x99\x9b\xce\x7f\x59\x7d\x1e\x9a\x8f\xce\x8f\xce\xa3\xf6\x4d\xd7\x97\xbe\x97\x8e\xd7\x58\x76\xce\xe4\x3e\xf8\xdc\xec\x3c\xaf\x7e\x6d\xd3\x13\xbd\xeb\x6e\x9d\xe9\x94\xfc\x3c\x6a\x6d\xb5\x76\xfa\xa9\xb5\xd5\x79\xd6\xf9\x94\x7e\xd6\xbd\xc6\xc9\xed\x83\xce\xbf\xd6\x40\xeb\x36\x86\xdc\x0e\xcb\xd1\x6e\x7e\xa6\x7a\xe6\xd7\x4a\xf7\x75\x7e\xcf\x86\xbd\xb4\x73\x35\xba\x7d\x68\x75\x8d\x18\x77\xef\xf2\xb3\x71\x1e\xf3\xe0\x67\xbd\xd2\xf8\x06\xdf\x37\xd3\x41\xa3\xbf\x9f\x2a\x7f\x4d\xf7\xd6\x4f\xe9\x5d\xd3\xa3\x5a\xcb\xc6\xf5\x5a\xbb\xfb\xe7\x75\xb6\x4c\xa7\x0e\x7e\x7e\xf6\xe2\x6b\xba\x67\xb7\xa5\x63\xe3\x9f\xd5\x58\xf3\xea\xba\x5a\xaf\x6b\x1d\x24\x03\xd2\xd7\x53\xeb\xfa\x54\x67\x4e\xb2\xaf\x7b\x0d\xd2\xe1\xad\xdb\x84\x91\xcf\xe9\x8c\x6a\x3d\xb5\x3f\x3a\x07\x5a\x47\xe9\xa8\x3a\xfb\xbe\xe8\xa7\xc6\xa6\xf3\xb6\xa2\xdb\xb5\x9e\xa3\xae\xcb\x19\x33\x9d\x8f\xfd\x31\xbb\xd7\x9e\xb2\x6f\x3a\xbd\xf3\x7d\x92\xbd\xb3\xef\xed\xd8\x82\x82\x2e\x5b\xfd\xf3\xb2\x85\x5a\xbf\x6d\x77\xfb\x51\xd0\x19\x1a\x87\x74\x8c\xce\x5c\xb7\xba\xbc\x9b\x0d\x29\x7e\x1d\x8d\xc1\xf4\x4c\xe5\xaf\x49\x8e\x65\x13\x4d\xaf\xd7\x6e\xa7\x25\x57\xd2\x09\x63\xf6\xf5\xd7\xb5\xed\x5c\xcc\x2e\x67\xfa\xae\xf4\xb5\xce\x94\xf6\x5c\x72\x2a\x1b\xa4\xf3\x2d\xfd\xd3\xac\x9c\x5b\xfc\x89\x06\x1d\x2c\x5d\x29\xfd\xaa\xb5\x95\x7c\x4a\x27\x0c\xb3\x5f\x5b\x7b\x29\x9b\x55\xb3\xe6\xb2\xad\x92\x33\xc9\xa9\xae\x29\x1d\xb7\x6e\x7e\xc6\x24\xef\x1a\x93\xce\xa1\xce\x86\xce\xaa\xe6\x2d\x9b\x25\xbd\x32\x21\x6b\xb2\x19\x3a\x57\x0d\x76\x49\xe3\x93\xce\xdf\xd1\x97\x3d\x76\x58\x3f\x07\xe4\x5a\x67\x66\x5c\x7d\x0d\x34\x6e\xd9\x13\x5d\x33\xa1\xcf\x5a\xec\x8a\xd9\x87\xe2\x63\xe8\x27\xff\xbc\xe6\x2c\x7d\x20\x7d\x69\xeb\xb4\xe2\x7b\xf5\xae\xfb\x47\xec\x9d\xae\x13\xf6\xd5\xf4\xc3\xee\xfb\x2d\xd9\xb4\x71\xb4\xee\x0b\x4a\xcf\x6a\x1d\x6c\xbc\x1d\xbe\x4c\x87\xed\x18\x7c\x3f\xd7\xec\xfb\x2c\xff\x66\xe0\xda\x3a\x0b\xe6\xcb\xf5\x7e\x6e\x35\x56\xd9\x44\xed\xb3\x64\x6c\x47\x1f\xea\xf3\xb5\xce\x81\xbe\x37\xf8\x18\xb4\xbe\xd2\x87\x66\x4b\x5b\x7f\x6d\xaf\x5c\xf6\xcc\xde\x8c\xbe\x1e\xf2\x45\xeb\xce\x65\x74\x4f\xbe\x4e\xed\xe8\x32\xbf\xe3\x67\xc9\x96\x48\x4f\x4f\xbc\x2e\x99\xd2\xb5\x74\x26\xcc\xcf\xd2\x39\xac\x7c\xcd\x6d\x6d\x27\xff\x7d\x62\x4d\x74\x6e\xb5\xc6\x19\xff\x52\xfb\xac\x71\xeb\xcc\x49\xf6\x47\xc6\xa4\x6b\x48\x17\xeb\x8c\xdb\x7a\xe0\x8f\x69\xec\xba\x87\xe6\x26\xdb\x24\xdd\xaa\x39\xc9\x1f\xe9\xf1\x31\x0a\xfa\x55\x63\x94\x6d\xd4\x6b\x66\x97\x1a\xf7\x69\xb4\x87\xba\x9e\xce\xb6\xe6\xd9\xb3\x46\xb2\xc7\xf2\x73\x07\x6c\x87\xf9\x3f\xc8\x70\xcb\x9e\xcb\x17\x90\x5f\x21\x5d\x2f\x3f\x55\x7b\xaf\xfd\x95\x4d\x91\x8c\x4b\x0f\x49\xff\x49\x2f\x99\xfd\xad\x7c\xfc\xd2\x7f\x5a\x3b\xad\xad\xd9\x01\xfc\x95\x84\xed\x31\xff\x18\x5f\x35\xce\x53\xc3\x59\x0a\xbd\xa8\xb9\x4b\x57\xd9\xfe\x75\x2e\x1f\xa6\x63\x7b\xdf\x37\x8d\x43\xfa\x5e\x36\xca\xf6\xe2\xc2\x0f\x37\x7b\xd0\xfb\xba\x68\x3c\xd2\xa5\x03\x7a\x45\x76\xae\x45\x9f\x48\x07\x69\xbf\xcc\x77\x1a\xdd\xc6\x65\x6c\x99\x7c\x07\xfd\x2d\xdd\x3f\x6e\xf8\xc3\xed\x79\x4f\xc9\x8f\xc9\x5d\x8d\x9d\x1d\x7d\xdc\xb2\x3b\x92\x3d\xe9\x61\x5d\x73\xc7\xbf\x93\xde\xd7\xf9\x94\xde\x1c\x38\xbf\x85\x31\xc8\x17\xb3\xd8\x67\xc3\x6f\x2a\xbe\x16\x5a\xc3\x1d\xbd\x27\xd9\xda\x88\x47\x24\x4b\x3a\x33\x1a\x87\x6c\x94\x74\xbb\x62\x33\xe9\x02\xd9\x0b\xd9\x19\xd9\x5a\xd9\x1f\x8b\x59\x88\x05\xe4\xcb\xd8\xbe\x71\x76\xe4\xbf\xee\xc8\xb7\x6c\xb2\xf9\x14\xc9\xc7\x22\x1f\x5e\x32\x3d\xe3\x3b\x4a\x3f\x68\xfd\x74\x5f\xf9\x93\xd2\x19\x1a\xa7\xec\xb7\xee\xa5\x6b\xd9\xb8\x57\xf7\xa7\x34\x37\xe9\x76\xe9\x7a\xe9\xd6\x1e\x1f\x6c\x45\xa7\x9a\x8f\x3c\xb9\x6f\xa4\x79\xea\xec\x99\xef\xb3\xfa\x7c\xa4\x97\xf5\x9a\xd6\xaa\x25\xf6\xd1\x99\xd9\x89\x77\x2a\xfc\x95\x27\xdd\xb9\xbb\x5d\x36\x9f\x66\x76\xfd\x31\xe2\xf3\x4b\x6f\x4e\xdc\x63\x67\x7d\xcc\x2f\x0c\xff\x2d\xe1\x13\xce\x6e\x7b\x75\x1e\x35\x1f\xcd\x57\xb6\xc2\xe2\xdb\x15\xdd\xda\xf9\xfa\x58\x6c\x53\xfc\x7b\x5a\x27\xc9\x89\xbe\xa7\x71\x9a\x8d\x5d\x7d\xed\x24\x77\x8a\x53\x25\x4f\xba\xbf\x7c\x75\xf9\x87\x13\x31\x81\xe4\x7e\xc6\x9e\xc9\xcf\xd1\x79\x92\x6e\x94\xce\xd0\xb8\x14\x4f\x99\x9d\xe8\xf8\xfc\xe6\x7b\x64\xba\x3f\xf9\xde\x69\x6d\x35\x1f\xb3\xbf\xab\xcb\x80\xce\x8b\xfc\x1d\xed\xa3\x64\x44\x73\xd3\xb9\xd1\xf7\xb5\x36\x1d\xba\x57\xb6\xaf\xe7\xb5\x82\xfe\xd0\xdc\xfa\xd0\x0b\xad\xdb\x58\xcd\x59\xb2\x29\x19\x91\x5d\x9d\xd9\x5f\xd9\xaa\xc4\x39\xb7\xd8\xac\x76\xdb\xa1\xb5\xdd\xbb\x73\x1d\xb4\xfe\x1a\x9b\xd9\xf0\xc1\xe5\x75\x47\xa6\xb5\xce\xd2\x3f\xb2\x19\x89\x6b\xda\x7a\x35\x2e\x5f\x76\xe6\x76\x9f\xaf\xce\x59\xc9\x6e\x43\x2c\x06\x48\xae\x6b\x75\x86\x34\x06\xc5\x51\xd2\x69\x16\x97\xf4\xee\xc7\x6a\x1d\x1b\xe2\x04\xf9\xc0\x1a\xf7\x80\x8f\xa3\xfd\x96\xdc\xe9\x9a\xd2\xfb\x16\x17\x14\xd7\x83\xd2\xad\xf2\x13\xa5\x77\x35\x3e\xe9\x60\xfd\x93\xcf\x23\xbf\xc6\xbe\x87\x8f\x62\x76\x6f\x74\x79\xeb\xf1\x5d\x65\x87\x34\x0f\x93\x5b\xfc\x65\xad\xbb\x7c\xbe\x3e\xe2\x35\xc5\xb6\xe8\x26\xad\x47\xc5\x38\x74\xce\xf4\x9e\xad\x57\xf1\x39\xea\x9c\xc9\xef\x30\xbf\x69\x75\x1d\x34\xe0\x9b\x24\xd6\x47\x63\x95\xfd\xb4\xb5\x1a\xfc\x1e\x26\x9f\xe0\x35\x03\x7a\x3b\x7c\x42\x8b\x57\x8a\x9f\x11\xc5\x40\x86\x2f\x24\xd7\x61\xf2\xb3\xb4\x77\x35\xf8\xcd\x86\xff\x5f\x38\xbf\xfa\x9c\xfc\x11\x5d\x73\xc2\xcf\x0a\xf9\x93\xee\xb5\xf5\x2a\x7e\x3f\xe9\x3e\xd3\x87\xbb\xaf\xa9\x74\x93\xec\x41\xf8\x5a\xfa\x8c\xce\x84\xc5\x10\xc5\xaf\x63\xf7\x5c\x5d\x37\xd5\xcc\xc7\xce\xc2\x78\xfa\x75\xd2\x0d\xb2\x47\xda\xd3\x0e\xcc\x40\xbe\x89\x64\x59\x7e\x97\xfe\x99\x3e\x99\x5c\x97\xd4\xc4\x0c\x86\xc3\x60\x93\x64\x93\x47\xfc\x2c\x9d\x23\xc5\x69\x0d\x7a\x78\xc4\x06\x48\x5e\x35\x2e\x8b\xcd\x7a\xfc\xf3\xdd\x6d\x6e\xe1\x1a\x66\xcb\x2a\xee\x91\x7d\x5f\x2b\x74\xac\xc6\x67\xe7\xb7\x75\x3c\xc7\x62\xbf\x95\xd8\x8f\xd8\x45\x73\x36\x1f\x68\xe5\xfa\x9d\xeb\xb4\x8e\x38\xac\x65\xef\x07\xec\x80\xd6\xd7\xfc\x56\xec\x7c\x21\x96\xd2\x7c\x2d\xde\xdf\xfd\x0c\x67\xfc\x14\xc9\xa3\xec\x81\xd6\x44\xf7\x91\x9e\x94\xbe\xae\xb1\xd9\x92\x15\xed\x97\xbe\x67\xb1\x14\x38\x94\xd9\x24\xe2\x66\xc3\xf2\x1a\x3f\x7b\xf2\x85\xe4\x97\xc9\xb7\x93\x3c\x49\xf7\xc9\x1f\x33\xbb\x94\x3c\x8e\x96\xbd\xb1\xd8\x76\x75\x19\x4e\xf8\xfc\x36\xbe\x9a\x58\x6b\x77\xd9\xd0\xf8\x35\x16\xb3\xab\xa3\xef\xb3\xf6\x51\x3a\xd3\xd6\x9f\x38\x4a\xfa\xa5\x80\x03\xe8\xbc\x69\x9d\x15\xeb\x64\x62\x85\x8c\xcf\x99\xc1\xdb\x34\x47\xc5\xf5\x86\x2b\x4c\x3e\xc6\x1a\x3f\x47\xe7\xdd\x62\x41\xe2\x5c\x9d\x1d\xb3\xcd\x60\x98\xfa\xae\xfe\xe9\x6f\xc5\x2e\xd2\xcd\x31\x86\x0e\xec\x45\xbe\xc1\x04\x86\xa2\x7b\xc8\xef\xd6\x75\xb4\x87\x8a\x27\xb5\x56\x66\x03\x76\x1f\xa7\xf9\x70\xab\xeb\x7a\xc9\x9a\xe4\x5f\x3a\x44\x6b\x2d\x59\xb0\xb3\x02\xd6\x23\xbd\x24\x5f\x4d\xf1\x97\x64\x40\x6b\x22\x1f\xc7\xfc\x65\xae\x11\xfe\xb0\xe4\x44\xb2\x60\x7e\xca\xe4\xba\xc6\x74\x3e\x7e\x9a\xf6\x76\x65\xcf\x35\x3e\xb3\x11\xa3\xfb\x75\xf2\x7f\x15\x2f\xcb\xe7\x93\x8f\x62\xb8\xcb\xe0\xe3\xaf\xd1\xe9\x23\x36\x49\xf2\x69\xbe\x41\xf2\x7d\xd3\x19\xd1\x9a\xca\xd6\xeb\x2c\xca\x66\xd4\x9c\xdb\x09\x9c\x52\x36\xdb\xee\x01\x3e\xa2\x35\x93\x4f\x24\xfd\x52\x38\x9b\x5b\xe5\xfa\x45\xfe\xa4\xce\xb0\xec\x80\xf9\xf2\xf8\xde\xd2\xc9\x5a\x3f\x7d\xa7\xc1\xb7\x8b\xf9\xd5\xed\xb7\x71\x4d\x9d\x5d\xe9\xa0\xd0\x7b\x05\x3d\x64\xfe\xcd\xee\xf2\xac\xf3\x2f\x59\xab\x03\xcb\xae\x3e\x8b\x24\xd5\x47\x30\x38\xd9\x93\xe7\xb2\x52\x91\x63\xb9\xc8\x6a\x5d\xbd\x78\xf1\x31\x8e\xfe\xf9\xd5\x8b\x17\x9f\x3d\x93\xed\xfd\xec\xf3\xab\x17\xaf\x9e\xf2\x1d\x1f\x7d\x49\x37\xfc\x1f\x96\xa3\xb9\xbc\xa1\x25\x69\x9e\x32\x61\xcf\x0f\xf4\xc7\x52\x4d\x4f\x19\x22\xcb\xf1\x7c\xf1\xcb\x8f\xf3\x05\xbf\xbf\x4d\xef\xf2\x17\xd7\xcf\x8f\xf8\xfa\xe1\xe6\xeb\xfc\xc5\x75\xd7\x76\xf5\xe7\xd7\xef\xee\xf6\xfc\xc5\x65\x56\xe4\x65\xd7\x54\xaf\xec\xf5\xdf\xdc\xe8\x1a\x96\xec\xf8\x3f\xb7\x37\xc7\xcb\xba\x1b\xc7\x7e\x98\xea\x79\xfc\xfc\xba\x7a\xf5\xcd\xd5\x8b\xa4\x3b\xff\x95\x4d\xf0\xf7\x36\xab\x2f\xae\x99\x9c\x86\xf5\x85\xfd\xff\xcd\xd3\x0a\xa7\xcf\xbf\x9b\xa8\xf8\xf5\xed\x9e\x8f\xff\xf9\xf8\xee\xed\xa7\xe7\x29\x3a\xf7\xe1\x75\xc6\x64\xa3\xa5\x27\x25\x0f\xd2\x49\xe6\xaf\x15\x7c\x85\x8d\x18\x0b\x8c\xce\xe2\xe5\x44\x0c\x87\x8f\x6b\xfe\x2d\x7e\x86\xfc\x35\xc9\xf0\x16\x98\x73\xeb\x32\x67\xf9\x0a\xe2\x5b\xc5\x0d\xd2\x4b\xe6\xe3\x15\xf7\x91\xe4\xc3\x59\x8e\x62\xf6\xf3\x2a\xfd\x65\xf8\xc8\x0c\x76\xd4\xb9\xee\xd8\xc1\xd6\xcc\x3f\x9f\xc0\xc9\x88\x53\x5b\x7c\x98\x0d\xcc\x41\x67\x74\xc0\x66\x2a\x8e\x2b\x81\x49\x80\x99\xe8\xbc\xe9\x9c\x9b\xaf\x55\x88\x95\x3a\x3f\xe3\x1a\xdf\x0c\x46\xdf\xe1\xf7\x6b\x7e\x81\x87\x5b\x7c\x33\x83\xbd\x0c\xc4\x26\xf8\x9f\x5a\x0f\xd9\x6b\xe9\x59\x8d\x49\x7a\xa4\x30\xe7\x1e\x3f\x5d\x63\x0f\x8c\x5b\xba\x5b\x7e\xa3\xec\x87\xfc\x27\xad\xe5\x40\x6c\x21\x3d\xa0\x58\x68\x20\x0e\xd6\x19\xd6\x1a\x58\x3c\xba\xf9\xef\xd2\x8b\xd2\x2b\x81\x9d\x4b\xa7\x2b\xee\xd1\x5e\xc8\x5f\xb3\xb8\xb7\xf3\xbd\x96\xce\x90\x8f\xa3\x9f\xb2\xd9\x92\x01\xd9\x56\xe9\x0f\x8b\xf9\x12\x38\xce\xe6\xba\xc5\x70\x61\xfc\x4e\x8b\x59\xc0\xb0\xa4\x33\x6b\xf6\xcb\xf0\x53\xf0\x18\x9b\x73\x05\x26\x37\xbb\xfe\xd7\x3a\x1b\xfe\x5b\x5c\xef\x58\xee\xa5\x76\x9d\x6f\x7e\x78\xe7\xb2\x27\x7b\xb6\x12\xf3\x0d\xe8\x51\xc3\xc1\x2a\x5f\x93\x09\xfb\xac\xbd\x35\xfd\x3c\xb9\xef\x23\x7b\x24\xff\x56\xfb\xd7\xb0\x2e\xfa\xdb\xf0\xad\xe2\xb8\x8c\xec\xc0\x84\xdf\x3c\x90\xd3\x0a\xbb\xaf\xf3\x32\x80\xfd\xcb\x3e\x26\xf0\x93\x0c\x5e\xd6\xe3\x9f\x4b\x8e\x6b\x6c\xaa\xf9\x90\x17\x76\xae\x80\x07\x5b\xec\xbc\xe1\xa3\x37\x1e\xf3\xcb\x36\xee\xe0\x21\xda\xf3\xd8\x0f\xc5\xe3\x86\x91\x6c\x8e\x6d\x34\xe0\x8d\x3a\x0b\xe6\x6f\x12\xab\xc9\x06\xcb\x27\x29\xf8\xe6\x2b\xf1\x4c\x21\x66\x31\x7b\xb2\x83\x11\x4c\x3e\x46\xd9\x76\x5d\x6b\x06\xc7\xd0\x67\x0c\x43\x6b\xfc\x4c\xae\xe0\x2f\x16\x5f\xb4\x3e\x3f\xe9\x0f\xad\x6d\xcb\xfa\x1a\x36\xd4\xf9\x19\xd0\xba\x27\x70\xeb\x91\x3d\x4d\xe4\x37\x2c\xf7\x31\xb9\x6c\x6c\xe8\x05\xc9\x94\x6c\xea\x88\x3e\xd1\x9c\x2c\xf7\xb3\xfb\xf9\xaf\xc0\x2a\x1b\xf2\x5e\x3a\x37\x3a\x7b\xd2\x2f\xf2\xc9\x2d\x17\xd9\xfa\x18\x14\xd3\x68\x4d\xe5\x6b\x58\x4e\x27\x72\x12\xe0\x7c\x1a\xcb\xc0\xe7\x06\xfc\xb6\x95\xfc\x8b\xc6\xb0\x33\x56\xc3\x99\x89\x1f\xc3\xb6\x5b\xfc\x80\xfd\xb5\xdc\x69\x8b\x8f\xc9\x19\x32\x4c\x21\xbb\x3c\x25\x74\xa1\xde\x97\xec\x6a\x2e\xb6\x0f\xb3\xaf\xbf\xfc\x52\xf9\x3e\x2d\xe3\x1a\xc0\xcd\x6b\xb0\x05\xe9\x3b\x5d\xc7\xf0\x9f\x81\x7c\x26\x58\x61\x06\xc7\x33\xfd\x48\x1c\x61\xf9\xe1\xd6\xcf\x73\xc4\xf0\xda\xb3\x0e\x1f\xbb\x45\x87\x18\x8e\xb4\xf9\x3e\x4e\xc4\x26\xf2\x17\x06\xf0\xc7\x09\x1f\xd4\xf2\x50\xc4\x18\x16\x6b\x93\xfb\xd4\xfa\x49\x57\xc8\x47\x19\xdb\xf3\x5a\x1a\x9f\xce\x97\xdd\xbb\x3b\x7d\xa4\x09\xcc\x42\x3e\xeb\xc8\xd8\x74\x4e\x6b\xfc\x57\x5d\xb3\xa0\x4f\xa4\x8b\x75\xd6\xcd\x5f\x0d\xfc\x14\x2c\xc9\xf0\x06\x72\x1c\x35\xb1\xb9\xf4\xde\x0c\x8e\x68\xfe\x1a\x31\x59\x1f\xf8\x57\x72\xfd\x2d\xdd\x25\xfd\xdb\xa2\x47\xf4\x9d\x0e\x5f\x52\xbe\xa5\xfc\x7c\xf3\xe7\x76\xb7\x3b\x66\x53\xc8\x39\x98\x9c\x81\x49\xc9\x07\xcc\xe0\x95\x92\xb1\x82\x8f\xa9\xf3\x28\x5d\xd1\x45\xfc\xd2\x7b\x9c\x28\x99\xe9\xc1\x21\x67\x70\xda\x38\xbb\x66\x7f\xb1\x35\xcf\xf9\x60\x99\x38\x6f\xc6\x76\xe8\x9a\x5a\xf7\xe7\x7c\xb0\x27\x0b\xff\x89\x2e\xd8\xd3\xf7\x2f\x3d\xb0\x93\x58\xf7\x8c\xff\xf5\xf4\x8d\x9f\xec\x7e\x7d\x3c\xc6\x9f\xd9\xfb\xba\x1c\x2d\xbe\x57\x5d\x0d\xff\xed\xbe\xd7\xff\x7a\xb0\xff\x3e\xc9\xf3\x8a\x88\xbe\x07\x7d\x8d\x0c\x92\xa1\xb3\xb3\x4b\x5f\x1d\x92\x56\xfb\xe9\xad\x41\xe3\x25\x6d\x3a\xb9\x1b\x5e\x9a\xb4\x86\x4e\x91\x3c\x1f\x43\x7f\x76\xd7\x9a\xf1\x99\x91\xcf\x0f\x44\x61\x3a\x5d\x8a\x28\x6a\x50\xc9\x01\xcf\x43\x9a\x30\x91\x59\x9e\xf1\x32\x64\x95\x32\x5e\x4d\x21\x4b\x55\x91\xd5\xeb\x89\x6c\x9b\x09\x4f\xa9\x3e\xb3\x55\xd2\x5e\x2b\x56\x45\xf7\xed\x40\x66\x2d\x13\x49\x96\xcf\x50\x86\xce\xe7\xb9\x87\xf5\x0a\xf4\x08\x4f\xaf\x01\xb1\xdf\x40\xb5\x66\xbc\x0d\x69\x7f\x8b\x7e\x1b\xd7\xdc\xf2\x42\xfa\xec\x91\x97\xd6\x59\x5a\xab\xdf\xce\xe8\x56\x73\x9b\x41\x27\x47\x50\x09\x69\x57\x43\xd9\xdb\x33\xea\xca\x20\x5d\x09\xb4\x5d\xd6\x2b\x13\xed\x17\x98\x0c\x5a\x3b\xf3\x64\x89\x74\x0d\xd9\x9f\x3d\x12\x4e\x64\x31\xe5\xa5\x59\xf6\x8b\x0c\xe7\x70\x91\x45\xd3\x7b\xa6\x19\x2a\xb7\x60\xd3\x05\x9a\x20\xef\xd3\xbc\xe1\x06\x19\xc2\xeb\x58\xd1\x74\x19\x96\x44\x45\xf6\x50\x9e\x96\x21\x0b\x9d\xcb\x92\xc6\x65\xc8\x0f\x6c\x1b\x79\x63\xfa\x5b\x5a\x7e\xc6\xea\x9a\x57\xd2\xf8\xf7\x0b\xda\x67\x02\x5d\xd2\x9e\x5a\x96\xad\x77\xcb\x99\x2a\x90\x6a\x32\x14\x1b\xd9\x9b\x02\x63\x65\xec\xdc\xf3\xb3\x0c\xf2\x85\x17\x6a\x1e\x2e\x99\x34\xcd\x2f\xc1\x24\x68\xc9\x8e\x4a\xe6\xf4\x5a\x43\xf6\x49\xfb\xb3\x91\xc5\x5e\x61\x65\xd4\x78\x73\x13\x19\x32\x8d\x45\x6b\x21\x8d\x6a\xfb\x3c\xfb\x18\x77\x98\x13\x13\x68\x81\xf6\x79\x42\x8e\x2a\x98\x26\xf2\xd0\x2a\xac\x58\x8d\x77\xa2\x3d\x37\xa4\xb4\xf7\xef\x18\xbb\x03\x96\x86\xf6\xc7\xd8\x37\x64\x49\xed\x7e\xb0\x73\xcc\x3b\xcd\x2e\xaf\x3d\x8c\x20\x9d\xc3\x01\x94\x77\x1c\xce\x2c\xa1\xbc\x9d\x8e\x28\x4b\xd1\x8a\x59\xce\xdd\xcf\x8d\x3c\x9f\x86\x4c\xaf\xf6\xca\x3c\xec\xcd\xd7\xd4\xd0\xf8\xec\x9e\x86\xce\xa9\xe4\x54\x63\x92\x65\xb6\x33\x4f\x16\x49\x56\x6e\x85\x75\x24\xd9\x0b\xf4\x75\xc7\x82\x5a\xe6\x04\xb4\xdf\xb2\x0b\xc5\x2d\xa5\x65\x56\x5a\x47\x38\x2c\x4b\x3a\xe1\x09\xc2\x9e\x19\x41\x6d\xf5\x9e\xad\x07\x1e\xf6\x04\x42\x52\x81\xf8\x1b\x9a\x5c\xbb\xe7\x27\xb9\x68\x90\x59\xcb\xfc\xf5\xee\x5d\xdb\x1e\xce\x64\x87\xd1\x27\xb2\xb2\x92\x07\x8d\x55\xfa\xc8\x50\xf2\xca\xe7\x50\xb0\xf4\xb2\xb6\x3a\x8b\xc6\x74\x03\xc1\x9c\xf0\xc0\xa4\x4f\x26\x3c\x33\x8d\x51\xde\xf9\x06\x13\xae\xc6\xf3\x34\x16\x56\x0d\x0b\xae\xf7\x73\x68\x6b\x0d\xbb\xab\x25\x83\x3d\x92\x81\x31\x54\x91\x31\xac\xc1\x4a\xd8\x61\x3b\xad\xac\x5b\xcb\xde\x57\x27\x7b\x47\x63\xad\xf1\x46\x0d\x09\x82\xe5\x55\xf0\x42\x06\xbc\x92\xa6\x9c\x8c\x24\x9d\x5f\x63\xaf\x91\xc1\xb6\xcc\x40\xef\x9e\x49\xbf\x9e\x7a\xa7\x1d\xdc\x26\x04\xaa\x34\x91\x51\x5f\xc9\x12\x1b\x5a\x09\xba\x6c\x19\xf7\xd6\xbd\xdd\x15\xe6\x4b\x05\x7a\xb8\x93\x79\x37\xc6\x08\xe8\x51\x05\xe3\x40\xf6\x2a\x3c\x4d\x9d\xd9\x0d\x4f\x4c\x3f\x4d\x4f\x93\x9d\xb0\xf5\xac\xfc\xac\xe9\xb3\x99\x0c\x8e\xae\x6b\x59\x9c\xc1\xcf\xc3\x80\x6e\x34\xe4\x1f\x84\x2a\xa1\x0f\x46\x58\x46\x81\xf0\xe9\xde\x92\xe3\x9a\xcc\xab\x64\xc0\x22\x65\x3c\xae\x09\xef\xbf\x8a\x08\x2a\xb9\xbd\x9c\x88\x4a\x32\xac\x98\x99\xfd\x96\xd7\xad\x7b\x74\x30\x67\x66\x18\x2c\x86\x3a\x37\x7e\x7e\x74\xfe\x42\xd7\xcb\xa6\x19\xfa\x18\x8c\x15\xce\x82\x74\xa6\xa1\x0b\xb0\xfa\x3a\x6c\x92\xce\x67\x0b\x0b\x40\x6b\x94\x40\x60\xab\x60\x3f\xb2\x4e\x3d\x51\xdf\xc4\x3e\x6a\x9c\x2d\x48\x61\xc1\xa3\xae\x41\xb4\x25\x4b\x76\xbe\x66\x50\xc2\xd6\x65\x44\xf7\xd3\xde\x4b\x5f\x6b\xbc\x3a\xe3\x4f\x99\x4c\xd8\x92\x3a\x57\x81\x9a\x24\x50\x06\xcb\x4a\x34\xc8\x4f\x4d\x76\x6b\xf6\x79\x2a\x62\x1b\xc8\xc0\x29\x02\xd2\x39\x08\x44\x21\xe3\xd1\xeb\xac\xa4\xf1\x22\x13\x07\x6a\xad\x73\x15\x19\xac\xcc\xe7\x07\x18\x69\x23\x3a\x5e\x36\xdf\xb2\x61\x44\xa8\x33\xf3\x92\xee\x1c\x61\xf9\x45\x86\x55\x72\x1f\x7a\x3d\x6c\xb3\xce\xe8\x4e\x46\x72\xc2\x46\x04\xdb\xcd\xa2\x7d\x50\x09\x45\xb7\xd2\x2f\x1d\xc8\xae\x8d\xb9\xc2\xc7\x21\xf3\xa4\xb5\xd3\x3c\x2c\xba\x23\x83\x6d\x91\x12\xb6\xda\xa2\x9a\x0d\xa4\xa3\x3b\x33\xf4\xb2\x0f\x86\x4a\x8c\x20\x12\x3b\xe7\x72\x74\x19\xb7\x3d\x1c\x4f\xd9\x6e\x60\x8e\x18\xe3\x8a\xb9\x5a\x44\x4c\xb6\x57\x7b\x2c\xfb\x5a\xc3\xec\xb2\x7f\x05\x46\xde\xe6\xf3\xac\x61\xc0\xcd\x99\x0c\x07\xe3\x9e\x23\x3b\xb6\xa3\x3f\xd0\xcf\xd2\xaf\xf2\x4f\xcc\x8e\x47\x66\x03\x26\x46\x0b\xb3\xd7\x58\x8d\x35\xd1\x09\x4c\x3b\xf9\x03\xe1\x53\x8d\x20\x26\x0d\xeb\xb3\x92\xa5\xd7\xb8\xcd\x77\x6a\x4e\xbf\x48\xe3\xa8\x60\xcd\x0c\xc8\x80\xc6\x69\x2c\x12\xb2\x50\x96\xc9\x02\x99\xd3\x9e\xd8\x3f\xd8\x26\x71\x9e\x64\xbf\xe5\x8f\xe9\xde\x2d\x2c\xaf\x01\xbf\x6a\x83\x65\x37\x82\x60\xf4\x30\xff\x22\xb3\x37\x91\x09\x5e\x91\x51\xc9\x8f\x6c\x93\xee\xaf\x33\xb1\x0d\x20\x1a\x44\xc5\x09\x84\x70\x0f\x94\xa1\x77\xd9\x2f\xf9\x3c\x43\xf2\x5b\x5a\xfc\xe1\x0a\x7d\xa7\x33\x28\xbb\xd8\x93\x81\x9b\x40\xf6\x47\x58\x15\x86\xac\x17\xd6\x9f\xcc\x63\x4d\x14\xda\x83\xf2\x34\xa0\x57\x5a\xbb\x11\x56\xda\xcc\x99\xd2\x3e\x59\x94\x5f\xfb\xfc\x5a\x22\x61\xb3\x6f\xec\x53\x15\x4c\xcc\x89\xf3\x07\x4b\x41\xba\xc3\x74\xf2\xee\x6b\x67\xeb\x42\x46\x55\x7a\x42\xba\x23\xe3\x53\x1b\x33\x18\x99\xe8\x82\x55\x3d\xc0\xa8\x24\x82\xee\xc8\xa4\x1b\x0b\x3d\x61\x7f\x3b\x97\x47\xd3\x7b\xf8\x45\xfa\x29\x39\x36\x14\x06\x56\xf0\x0e\xa3\xbd\x05\x3d\x99\x89\x61\x6a\x98\xd2\x1b\x19\xf4\x09\x7f\x2c\x18\xdf\x6d\x82\xf9\x8b\x8f\xd1\xc2\x66\x8e\xb3\x6b\xfe\x77\x20\x6f\x30\x9f\xcc\x5e\x11\x43\xc8\x3f\x32\x84\x65\x74\x3d\x22\xbf\x4e\x67\x32\x85\x8d\xee\x61\x7f\x24\x58\x1c\xb0\x2e\x0d\x75\x2b\xbe\xc6\x1d\x7e\x95\xce\xf5\x8c\x8f\x24\xfd\x32\x60\xc3\x25\xa7\xda\xaf\x9a\x73\x6a\xbe\x77\xed\xeb\x2b\x19\x55\x3c\xa2\xfd\x33\xff\x82\xeb\x18\x7a\x54\x71\x86\xb2\xeb\xad\x3d\xd8\x4e\xab\xcb\x4c\x0b\x9b\x73\x26\x23\xa9\x7d\x0d\x56\xa2\x31\x97\x12\xd9\xbf\xd6\xdf\x93\xbf\xb0\xc2\xe2\x54\xfc\xa1\x79\x99\x1f\xb9\x83\x82\xee\x2e\x0f\x92\xe5\x16\x74\x27\x32\x78\x13\x99\x22\xc9\xad\xa1\x2b\x9b\xeb\x64\xd9\xed\x0d\xb4\xbb\xc6\x07\xd0\x38\x35\x5f\xe9\xd4\x06\x9d\x6c\x3e\x5e\xc1\x6e\x72\x86\x25\x27\x8a\x33\x13\xf6\xc3\x58\xb4\x83\xa3\x57\x05\xc6\x64\xc2\x66\x0e\x20\xbf\xd2\xd1\xc6\x40\x83\x39\x33\xb2\xaf\xc6\x26\x67\x8f\x06\xe2\x0f\x8d\x45\xfb\x2b\x99\x93\x0e\xaa\x42\xb6\x6a\xd7\xb3\x03\x59\xc0\x11\x5b\xd0\xc0\x00\xd7\x9a\x4e\x64\xf3\x57\x18\xaf\x13\xc8\xb5\xa1\xa6\xbc\xa6\xb3\x21\xdd\xba\xa3\x2f\x4c\x9f\x64\x58\x33\x0d\x2c\xb6\x1a\x66\x5d\x0b\x13\x8d\x98\xb1\x06\x51\x97\xfe\x6a\xc9\x8e\xcb\x0e\x18\x4b\xba\xf5\xb1\x05\xd3\xde\x6c\x14\x59\xd3\x60\xa5\x6c\xa0\x3c\xc6\xa6\x9a\x60\x37\x8e\xc4\xbe\x64\x7b\x8d\x69\x4f\x06\x24\x05\x8b\x09\x06\xaa\xe9\x9d\xf5\xcc\x62\xca\xb6\x1a\x43\x07\xe4\xb0\x06\xf1\x33\xdf\x17\x86\x90\x31\x0e\x61\xb8\x9a\x9f\x8f\xff\x21\x99\x34\xb6\xc5\x84\x3e\xea\x89\xa1\x1b\x97\x3f\x9d\x17\xcb\xb2\x82\xd2\x4a\xce\x2c\xe3\x0c\xb2\xa9\xcf\xa7\xfa\x44\xf0\x2d\x5b\x9d\xc8\xc0\x23\x37\x3a\x97\x5a\x97\x0e\xdb\x56\x88\x61\x8c\x79\x47\x26\xb8\xc3\x8f\xd4\xda\x19\x3a\x87\xde\x0e\x79\x9d\x61\x6a\x68\x8d\x0d\x71\x9e\x1c\x8d\xb7\xec\x10\x8c\x1d\xf3\x69\xa6\x13\x9d\x94\x4f\x51\x88\x49\x8c\x11\xb8\xc2\xfc\xe8\xfd\xac\xd4\x30\x3e\xf2\xe8\xfa\xc7\xd0\xf2\xec\xdf\xd5\x35\x5b\x98\x50\x85\xac\xbe\xc6\x27\xbf\x51\x67\xb4\x90\x21\x9f\xa8\x46\xb0\xcc\x48\xe5\xfa\x55\xeb\x65\xfa\xbe\x83\x65\x50\xbb\xee\xb6\x35\xdc\x4e\xa6\x42\x0f\xbb\xd5\xf4\x05\xcc\xea\x9e\xac\x76\xc4\xc9\x16\x1f\x60\xb7\x8d\xc1\x87\x6f\x6a\x78\x07\x36\xa2\x46\x17\x68\x9c\x2b\x6c\xee\x9d\x58\xa7\xc7\xd6\xb4\xb0\xaf\x75\xbe\x8c\x01\x45\x7c\x23\x5d\x21\x59\x68\x40\xcf\x25\x7f\xc6\xda\x23\x9e\x6a\xb6\x0b\x36\x66\x8f\x4f\x04\xb3\xba\x27\x16\x31\x0c\x88\xea\x21\x63\x96\xb4\xb0\xe9\x87\xd3\x2f\x6b\x88\x31\x47\x98\x96\x3b\x36\xb7\xb0\xcf\x66\x8f\xc8\x3c\x6a\x4f\xcc\x5f\xdc\x4f\x34\xde\x58\xfd\x30\xa8\x6d\x6d\x57\x1f\xdb\x4e\x76\xc3\xce\x1b\x19\x72\x63\xde\x81\x76\xb7\xb1\xa7\xc4\x9d\x1d\x31\x72\x45\x5c\xd3\x61\xc7\x75\x0e\x25\xeb\xf2\xcf\x8c\xdd\x03\x9b\xd0\x70\x98\xe2\x7e\xc9\x4a\x75\x43\x82\x59\xdb\x93\x35\x1f\x60\x96\x69\xbd\x25\x5f\xda\xdb\x0a\x24\xb9\x89\xd8\x3f\x51\x91\xd5\x50\x75\x83\x7e\xd1\xf5\x1b\x70\x10\x63\x22\xc1\xac\xdb\xa6\x33\x5b\xa5\x58\x73\x46\xd7\xb5\xc4\x86\x0d\x0c\x88\x2e\x32\x0e\x9c\xa9\x0c\x63\xbf\x02\xdf\x90\x7f\x30\xc2\xa2\x4d\x64\x76\x7a\x18\x07\xc6\x66\xc1\x8f\xd0\x59\xb6\x2c\x02\xfe\xaf\xb1\xac\xa9\x4e\x31\xb6\x0b\x76\x54\xba\x48\x36\xb7\x07\xbd\xaf\xf1\xfd\x12\x8c\xa2\x86\xec\x5d\x21\x3b\x93\x39\x87\x5a\x77\xed\xf5\x8c\xdd\x8c\x6c\x40\x4f\x4c\xb5\x92\x0d\xb6\xca\xa7\xca\x75\x95\xc6\xda\x80\x87\x04\x86\xa5\xd8\xcf\x32\x5b\xb0\x2c\x8d\xed\xdc\x62\x53\xf1\xdb\x67\x2a\x06\xf4\xbb\xf6\xd8\xfc\xab\x1a\xbf\x79\xf5\xb3\x58\xe1\x87\x1b\x03\x6b\x02\x53\x44\x57\xe9\x4c\x66\xfc\xce\x02\xeb\xd5\x32\x05\x30\x5b\x5a\xe2\xa6\x1e\x5c\xa2\x25\xc6\x1b\xc9\x7c\xa5\xc8\x8a\xb4\x54\x77\x64\x70\x53\xe2\x89\x60\x4d\xed\xe8\x3d\xd9\xa1\x1a\xa6\x4e\x64\x1b\xf4\x3d\xd9\xd2\x3a\x2a\xbe\xb0\x17\x29\x98\x65\x54\xa8\x25\xd8\x65\x8a\x33\x3b\x2a\xa2\x8c\xc1\xbc\xa3\xc7\xc0\x05\x5b\xb2\x8b\x1d\xba\xae\x21\x8e\x4c\x60\x3b\x92\x2b\xe9\x77\xc5\xae\xe1\x6f\x16\x70\xc1\x04\x5b\xd0\x74\x42\x7f\xc6\x77\x3d\xec\x50\xc5\x64\xc6\xf0\x03\xab\x4b\xf8\xa4\x19\x3b\x9e\xf0\x19\x27\x18\x3a\xc1\x70\x0e\xb6\x5d\xa1\xd2\xd1\xb2\xdb\xc4\x0f\x5a\x3f\x9d\xa1\x09\x7c\x7a\x05\xb3\x5a\x83\x91\x09\xa3\x33\x18\xf4\x36\x7f\xe2\xed\x1d\x1f\xde\xf0\x37\xec\xba\xe6\x6a\xbe\x27\xb8\xd3\x06\x2b\x56\x7a\xc0\xfc\x95\x04\x53\x0a\xcc\xb4\x44\x56\xb9\x9c\xd8\xea\x86\x2f\x64\x72\x00\x6e\x1d\x95\x5a\x03\x19\xe1\x91\xd8\xd5\x30\x78\x2a\xc0\xe6\xb0\xcd\x2d\x71\x4a\xe7\xba\xc9\xaa\xf8\xc8\x14\x86\x4f\x6a\x19\xe7\x0a\x9f\xa1\xe6\x4c\xee\xbe\xee\x3d\xf1\xed\x14\xb6\x14\xbc\xc8\x58\xc0\xd3\xc9\xa6\xd0\xbf\x1d\x6c\x38\xb0\x4d\xd3\x0d\xd8\xbc\x19\x0c\x48\x3a\xc2\x58\x18\x54\x29\x48\xee\xe4\x6b\x4a\xae\x24\x07\x1a\xa3\xb1\x8b\x61\x01\xc6\x99\x91\x0d\x5f\xd1\x0b\x23\xe7\x26\x51\x2d\x29\xff\xa0\x41\x2e\x8d\x4d\x17\xac\x32\xd8\xe8\x5a\xb3\x8d\x4c\x73\x4d\xec\x3a\x13\xd3\x9a\xee\x02\xdf\x8e\xea\xbf\x3d\xb0\x94\xe6\xac\x90\x30\x19\x9c\xa8\xb6\xec\x4e\x06\x73\x53\x9f\xcc\xb7\x19\x6c\xc9\x6c\x3e\x39\x14\xc3\x9d\x88\x33\x57\xf2\x06\x86\x43\x80\x83\x97\xf6\xf4\x83\x0d\x5f\x29\x27\xd6\x6f\xfa\x98\x7b\x56\x54\xf4\x05\x56\xbf\x97\xf3\xe7\x0c\xeb\xca\xd8\x91\x03\xec\x10\xe4\xa2\x82\x5d\xad\xb5\x55\x0c\x63\x2c\xd3\xca\x75\xd8\x46\xfc\x39\x82\x1f\xee\x54\x55\x19\x26\x84\x4e\x35\xfc\xa6\x72\xbd\xd6\xef\xe7\xef\x19\xe6\xa4\x7c\x3e\xf3\x41\x46\xbf\xae\x61\x8f\xb0\x43\x66\xf2\x4b\xb2\x47\x3a\x5b\x56\x15\x14\x58\x04\x67\x5d\xb6\xc2\xd8\xe3\x1d\x55\x00\xb0\x09\x47\xfc\xf2\x04\xfb\x75\x42\x86\x56\xf0\xb5\x19\x3c\xc4\x62\x20\xe4\x73\xc7\x07\xd3\x6b\x2b\x31\xf2\x84\x2f\x96\x23\x06\x01\x1b\x2c\xd8\x83\x11\xfc\xd4\xe2\x3b\x2a\x1e\x6d\xee\x83\xdb\xdd\x09\x36\xb2\xc9\x16\x3a\xd9\x70\xcd\x9a\xac\x73\x71\x9f\x64\x9d\x4f\x7f\x6a\x42\xb7\x6c\x30\xfe\x65\x4f\x33\xd5\x00\x92\xd5\x1a\x9f\x62\x24\x1e\xb1\xaa\x3e\x32\xf6\x13\xb1\x9a\xf9\xcf\xe8\xc2\x09\xd6\x6b\x1f\xfe\x47\xe5\xbe\xc8\x84\x3f\xd7\xc0\x1e\xd4\xfe\xcc\xe4\x38\x24\x2b\x92\xef\x1d\x86\x41\x07\x3b\xb9\x4b\x27\x93\xd3\xb0\xf3\x1a\x59\x87\x9d\xdc\x23\xd3\x56\xc1\xd2\x23\xb3\x0d\x99\x69\x74\x71\x86\x45\x51\x60\xed\x04\x3e\x12\xf2\x22\x9f\x7e\xdb\xce\xb3\x63\x3a\x91\x2a\x30\x63\xe2\x36\x27\xdb\xa0\x45\x6e\x0c\xdb\x0c\x1f\x26\xfb\x7d\x2d\x56\x01\xd7\x49\x54\xfa\x1a\x93\x13\xfc\x5c\xf7\xb3\xb3\x0d\xfb\x2b\x30\xdc\xa8\xbe\xb1\xdc\x13\x38\x95\xec\x7d\x05\x1b\x57\x7a\x32\x53\xa1\x66\x31\x1b\x39\x2c\xc3\xb0\x47\x30\x3c\x7c\xd3\x09\x9c\xd4\x18\xbb\x2b\xf6\x65\x76\xfd\x62\xac\x00\x18\xe9\x51\x3d\x63\xd5\xde\x30\xa3\x66\xce\xbc\xe1\x70\xe4\xce\xa4\xef\x62\xef\xb4\x1f\x86\x1f\x8d\x2e\x13\xf2\x6b\x2b\x30\xab\xc0\xe3\x25\xc3\x3b\xcc\x6d\xd3\x0f\xc9\xf7\xda\x72\x73\xac\x43\x87\xae\xac\x03\xe7\xc0\x66\x44\x45\x88\xb1\xd0\x7a\x2a\xb8\x76\x6c\x1f\xac\x0c\xe9\x23\x63\xc4\x86\x2e\x83\xa5\xdc\x50\x1d\x6d\x98\x7b\x39\x19\x64\x03\x39\x9e\xf0\xe3\x2b\xf2\xc9\x85\xbc\x63\x47\x5c\x6e\x8c\x66\xaa\x0a\x24\x67\x05\x1b\x5c\xa3\x2f\x86\xd0\x6b\x54\x54\xd4\x30\x4c\xcd\xcf\x01\x77\x36\x96\x10\x78\x95\xf9\x52\x54\xed\x84\x9d\x4c\xc4\x2d\x56\x51\x72\x81\xdd\x19\xe3\x83\x2a\x9d\x06\x5f\x67\x08\x26\x14\x67\xd2\x7c\x1a\xec\x9f\xe5\xe4\x26\x3f\x7f\x1d\x55\x97\x97\xf1\x8d\xd6\x21\xce\x91\xe5\xce\x38\x73\x15\xe3\xee\xc8\xad\x67\x70\xf9\x8e\x58\xd1\xfc\x14\x58\x63\x25\xf6\x22\x9f\x39\xf2\x1d\x1f\x5e\x67\x67\x4f\xfe\x5e\x03\xdb\x51\x72\x21\x1d\x22\xff\x68\x6b\x4e\xcc\xc0\x6c\x32\x18\xb2\x55\xc1\xa2\x37\x0c\xf3\x98\x89\x71\x26\xff\xfc\x80\x0f\x9a\xf1\xff\xb7\xc8\x93\x24\xaa\x40\x87\x13\x4b\x95\x1d\xaf\xf1\x97\xf3\x78\xb2\xd5\x12\xb1\x7d\x8f\x7e\x94\x0e\xde\x60\x87\x69\x4e\x5a\xc3\x8d\xfc\x77\x45\xee\x45\xb2\xdc\xc1\x34\xd6\xf7\x35\xd7\x3a\x7c\xe9\xcd\x75\xa9\x31\xc9\xe8\x1e\x90\x60\xce\x9b\xaf\x00\xa6\x65\x73\x2a\x7e\xee\x2b\x30\x88\x7d\x3d\x2b\xe5\x2d\x77\x44\xbe\x45\x32\x6f\x98\x64\xe5\xf6\xdf\x2a\x17\xa8\x20\x2d\x54\xad\x6d\xe0\x5b\x35\xb9\xb8\xc8\x75\xee\x54\xc3\x99\x5f\x80\x3f\x13\x15\x2a\x89\x6a\xd5\x81\xb8\xa6\x87\x05\x67\x31\x2d\xd5\x42\x3d\x39\xcc\xa8\x0c\xb1\x9c\x0a\x79\x2b\xe9\x01\xc3\xfd\x07\xdf\x53\xd3\x3f\xf9\xac\xba\x1d\xa9\x3c\x34\x7f\x98\x2a\x06\xc3\x8b\x2a\xff\x8c\xe5\x86\x88\x73\x32\xb8\xc7\xde\x5e\x30\xe9\x77\xbe\x33\xb2\xf6\xd8\x28\xad\xc3\x10\xf9\xee\x11\x46\x64\x4b\x17\x0e\xf2\xc6\xb6\x6e\xe0\x5f\x5a\x1f\xd9\x9d\x1e\x1f\x72\x82\x25\xd6\x33\xaf\x96\x6a\x99\x15\x3b\x54\xf0\x4b\x1b\x2a\xf5\x9a\x74\x56\x4b\xce\xe4\x07\x33\x7a\x70\xa5\x0a\xd9\xaa\x41\x8b\xeb\xf3\x15\x8c\x77\x07\x97\xee\xf0\x5b\xed\xbe\x23\xb1\x2d\xec\x56\x93\x4d\x74\xc2\x1a\xac\xaa\x44\xfe\x31\xe3\x3b\x6d\x54\xad\x76\xc8\x4e\x4b\xb5\x2f\x39\xec\x60\x68\x99\x9e\x6f\x7c\x9e\x81\x5b\x55\x81\xeb\x8c\xf8\xa8\xc1\xac\x4b\xe4\xd1\xa9\xf8\xb7\x9c\xf8\x06\x7f\x04\xa6\xea\x08\x7b\xcd\x64\x60\xa0\xfa\x82\xaa\x91\x82\x4e\x91\x7e\xb2\xb8\x8c\x78\xa8\x20\xd3\x23\x79\x77\xc3\xbb\x27\xcf\x91\x49\xae\x75\x3e\x82\x05\x9c\xc8\x77\xd4\x60\xe3\x33\xfb\x62\x78\x7d\xc7\x59\xa4\x4a\xc4\x70\x25\x62\xee\x96\xbc\x79\xc6\x4f\xab\xd8\x2b\xd3\x95\xe4\x9c\x8c\x65\x47\xa7\x81\x09\xfd\x52\xc3\x11\x59\xa9\x8e\x89\xca\xc0\x14\x15\x85\xf8\xb8\x0d\x0c\xd6\x11\x5f\xc6\x3a\x41\xf4\xe0\xa7\xc4\xb3\x1f\xb3\xce\x42\x67\x55\xc4\xcd\x99\x9c\xdb\x73\xac\x33\xb8\x4d\x9f\xc8\x39\xe3\xdb\x97\x8c\xb3\xa7\xae\x6d\xcf\x10\xce\xf8\xf8\x4f\xa6\x9b\x7d\x7b\x70\x3f\x33\xd9\xec\x62\xa0\x4f\x5c\xb3\xb1\xa9\xfe\xbb\xc9\x66\xff\x9b\x06\x71\x7f\xfd\x36\xdf\x3f\x7e\x32\xe1\x3f\x05\xe1\x7f\xff\xa8\x31\x11\xf0\x95\x85\x37\x50\x44\x06\x42\xc9\x8e\xb0\x32\x51\xf0\x56\xaf\x67\x43\xa0\x36\x9a\x76\x90\x92\x0a\x98\x2a\x61\x02\x6b\x5c\x99\x36\x08\xaf\x40\x6b\x1d\xa9\xae\x9a\x90\x6a\x20\x75\x64\x4d\x90\xa0\x29\x15\x42\x21\x6b\x14\x00\x8d\xa7\xe0\x3a\x4c\x88\xb8\xcc\x42\x03\x2d\x66\x05\x62\x91\x2b\x6a\x85\x6f\x84\xc0\x96\x02\x8a\xa6\x4b\x0d\x64\xe0\xd6\xd5\x73\x47\x88\x6a\xee\x1b\xa9\xad\x68\x54\xd3\x91\xea\xb7\x74\x1c\x85\xdb\x33\xf0\x62\xc2\x3c\xe9\xfe\xe6\x3a\x54\x0e\xd7\x46\x0a\x61\xc2\x44\xee\xa8\xf0\x29\x1a\x8b\x10\xf2\x44\x7a\x45\xfb\xa0\x79\xed\xa4\xac\xcc\xcd\x20\x0d\xb9\x51\x60\xdd\x01\x97\x59\x01\x3c\x61\xf0\x4a\x53\x0c\x4b\xf9\xaf\xae\x8e\x47\x9a\x8a\x6c\xc0\xac\x1d\x90\x6a\x02\x8e\x90\x8a\x98\xa1\x55\xe8\x9e\x06\x25\x93\x7a\x97\x9a\x33\xea\x5a\xed\x6b\x37\x02\xc1\x4d\x40\x66\x13\x85\x8f\x76\x3f\x42\x95\x1e\xf7\x62\x62\xbe\x3b\x34\xab\x99\x79\x98\xda\x01\x82\xa9\x49\x05\xb4\x40\x2e\x2b\xa1\x91\x35\x78\xa2\x88\xab\x21\x2d\x67\x34\x2e\x1a\xe7\x54\xf5\x69\x26\xb5\xbf\x72\x8f\x56\x8a\x49\x67\x20\xd3\x86\xcf\xd9\x1e\xb2\x1f\x41\x13\xe9\x29\xf2\xd5\x7c\x0d\x0e\x05\x4e\x9b\x80\x3e\xcd\x8c\x01\x05\x4f\xa4\x86\x33\x69\x2a\x2b\x4c\xd9\x28\x9e\x86\xae\x15\x69\xd4\x28\x98\xae\x48\x93\x66\x42\xeb\x9e\xe6\x29\x85\xb9\x4a\x16\xb4\x2e\xd6\x10\x05\x3a\xe0\x0e\x3d\xe7\xa9\x30\x74\x3e\xe1\x75\x6b\x10\x46\x13\x8b\x20\xb8\x5b\xd3\x03\xc2\xfc\x8a\x50\x65\xeb\x4f\x4a\xd5\x46\xe3\x08\xa3\xce\x5c\x34\x1f\xea\xc3\x4c\x02\xcd\xcf\x50\x73\x26\x5c\xa4\x8a\x94\xa6\x51\xaa\x78\xbf\x63\xdf\x83\x2a\x66\x8d\x04\x56\x0a\x85\x36\x9f\x5b\x14\x6d\x1a\x84\xb7\x91\x42\xc9\xae\x13\x2a\x42\x3e\xa3\x36\x12\xee\xce\x14\x9c\x1b\xad\x68\x04\xaa\x20\x25\x59\x90\xa1\x95\x74\xc9\x00\x55\x53\xa6\x77\x03\x8e\x1c\xd3\xe9\x1e\x15\xe8\x42\x76\x36\xa0\x0d\x59\xaa\xba\xf8\xde\x8c\xe8\xb1\x09\x78\x7b\xa2\x41\xc7\x04\xed\xc9\xf4\x60\x4f\xaa\x18\xd2\xf6\x06\x0d\x74\x80\x16\xd6\x03\x09\xae\x34\x6a\x9a\x71\xd3\x77\xc6\x3e\x91\x6a\x8d\xe2\xa6\x84\xdb\x99\xb8\x6f\x05\x15\xd1\x52\x52\xa4\xd2\xfa\xed\x4c\x9f\x98\xa9\x1f\x81\x3b\x3b\xd7\x47\x35\x90\x62\x43\x51\x76\x22\xed\x5c\x48\xe1\x8c\x40\xab\x35\x67\x6b\x8c\x22\x7b\xe0\x15\x83\xa0\x48\xb1\x34\x14\x2d\x69\x8e\x96\x4a\x41\xbf\x6e\x14\x2b\x64\x42\x16\xad\x95\x91\xf4\xa3\x21\x1b\xc5\xd7\x13\x14\x91\x48\xc1\x77\x34\xd0\x1a\xa0\x65\x6a\xaf\x2d\x2d\x5c\xf9\x59\x08\xf7\xaf\xa6\x78\x42\x72\x58\x28\xd6\x31\xea\x5d\xd0\x85\x66\xe8\xa8\x14\x24\xf7\xa4\x52\xb7\xa0\x95\x02\x15\xd4\xa4\x6a\x6a\x68\x09\x16\xae\xf1\xbb\x51\x13\xd9\xcf\x0c\x2d\x71\x27\x6d\x61\x85\x2a\xd1\x6c\x29\xf9\x18\x2d\xa4\x8e\xc6\x2e\xed\xd9\x48\x63\x25\x7d\x35\x03\x59\xf6\xa4\x74\x8d\x6a\x99\x29\xe6\x84\xf6\x60\xb4\x19\xe8\x7a\xd2\xf3\xcd\x74\x36\x00\x33\x4a\xd3\xec\x72\x3b\x01\xbd\x6b\x4d\x52\x34\x5b\x03\xda\xc8\xcd\x59\xd4\x61\xd0\x56\x50\x1b\x49\x85\x59\x23\x1f\x28\x2a\x46\xeb\x20\x44\xab\xa6\xb3\xd1\x51\x8b\x2b\xdf\x70\x1e\xe6\xa0\x1d\x01\x0b\x5b\x0a\xad\xf7\x10\x3f\xd3\x04\x2e\x42\xa2\x99\xf3\x63\x94\xad\x91\xa2\x09\x60\xb9\xfe\x22\xd5\x38\x42\x4f\xb6\xc6\x55\x23\x90\x0a\x21\xf9\x44\x91\xdd\x06\x3d\xbc\xa2\x28\xb9\xad\x4f\xaa\x47\x03\x15\xb6\xa7\x70\x76\x27\x6d\xd3\x01\x77\xf6\x34\xfd\x2a\x34\x4b\x31\xfa\x39\x45\x4d\x2b\x4d\x09\x6b\xe8\xd0\x43\x7b\x52\xc4\xb4\x36\x7b\xc0\xa7\x33\xf6\x60\x72\x39\xd7\xef\x33\x4d\xc6\x36\xc2\x0f\xbd\x5e\x45\x5a\x7d\x20\xa5\x5a\xe1\x7a\x0f\x3e\x86\x44\xda\xb9\xa7\x59\x5c\xd5\x9e\xbe\x48\xe8\x03\xf9\x46\x1d\x34\xc2\x34\x9e\x61\xa2\xd6\x48\x7b\x65\x8d\x0d\xa1\x25\xf5\x7c\x37\x01\xe5\xcc\xc0\x33\xd6\x4c\x10\xba\x7c\x0d\xcd\xc4\x68\x3e\xe5\x2c\x2c\x9c\x49\x39\xa5\x68\xfc\x02\x14\x26\x3d\x60\xb0\x7f\x87\x3c\x62\x5b\xca\x7c\x8e\x63\xa6\x91\x52\x8b\xae\x88\x90\x31\xd1\x28\xc9\x0a\xb4\x2b\xe8\x1b\x23\xcd\xb4\x3e\x0a\x0d\x36\xce\x54\x21\x45\x62\xcd\x17\x87\xe7\x43\x83\xef\x78\xa2\x9f\x18\x24\x7c\xe7\x3a\x97\xe1\xc2\x33\x0d\x9d\x9f\x09\x1c\xbe\x73\x89\x9f\x1c\x42\x7c\xdf\x24\x7e\xe6\x60\xe2\xd9\x69\x44\x58\x31\xd4\xdd\x9f\x55\x54\xf1\xf0\xc9\x61\xc5\x44\x8f\xcb\xe8\x77\xba\xd3\x43\xa6\xa2\x86\x70\x24\xab\x32\x81\x26\x9a\xba\x8f\x7a\x4a\xee\x51\x5f\x64\xe6\x1a\x7a\x89\x44\x7f\x0a\xa9\x92\x8a\xea\x87\x9a\x9e\x08\x1b\x99\x77\xa9\xc2\x84\x69\x8a\x9e\x7c\x03\x6a\xc4\x58\x27\x99\x10\xa2\x71\x93\x30\x44\xf5\x0d\xa8\xf7\x8c\x29\x98\xa2\x66\x13\xa6\x9d\xd5\xc8\xd5\x9e\x81\xb2\x10\x80\xe3\x65\xc8\xfe\x06\x12\x8a\x4b\x95\x70\x11\x36\xdc\x5b\x7d\xbf\xe5\xda\x91\xc1\x96\x39\xb0\xeb\x51\xe9\xd0\xe0\xf6\xac\x51\xc5\x31\x9c\x19\x73\xcb\x3a\x53\xd5\xd3\x61\x26\xa4\x5a\x23\xfb\x6b\xe3\xa4\xf6\xda\x2a\x12\xc8\x78\x34\xb8\x3d\x35\xae\x5a\xd7\x9c\xfd\xb9\x12\xfd\xf9\x32\xf7\xd9\xa8\x28\x1a\xa9\xc3\xad\x40\xe1\x12\xbd\x49\xf6\xf6\x44\x12\x0b\x59\xdc\x99\xcc\x9d\x65\x18\xa9\x7c\x69\x40\xc8\x13\x6c\xb6\x50\xed\x15\x28\x6c\x84\x65\xd1\xf3\x48\xfb\x36\xd0\xab\x64\x07\xd1\x34\x57\x03\x06\xce\x0c\x63\x45\xa6\x69\x84\xcd\xbc\xd1\x0f\xc9\xdc\x4c\x5c\x42\x33\xef\x20\x5b\xd1\x3b\x33\x2a\x55\x0a\xac\x59\x99\x9b\x1d\xe6\x52\x1b\xbd\x66\xc8\x06\x59\x5f\x48\x50\xbb\x27\x93\xd5\x92\x31\x26\xcb\xb2\xd3\xa7\x4c\x72\x1c\xc8\xbc\xdc\x38\x63\x0f\x22\x97\x35\x3d\x34\x33\x59\x8e\x09\xb5\xde\x47\x4f\x8d\x70\xfb\x6b\xfa\x74\xcc\x6e\xf6\xd6\xea\xcc\x90\xaf\xf4\xb8\x6d\x41\xd3\xad\x67\xc7\x7e\xf6\x09\x4c\xf5\xe9\xda\x4c\xf4\xa5\x4b\xf4\xdd\x32\x96\x03\x2e\x8d\xf5\x73\x58\xe9\xdb\x08\x73\x79\x0a\x74\x8e\xac\x4b\x0b\x02\x5a\xc8\x3e\x18\x42\x48\x6f\xce\xad\x9c\xac\xb0\x04\x23\x70\x22\x14\x0b\xa4\x79\xaf\xce\xde\x52\x6d\x64\x1a\x08\x8f\x2c\xeb\x1f\x7b\x44\x65\x47\x05\xc4\x50\x30\xb5\x15\xbd\x1c\x1b\x42\x72\xab\xb4\x21\xf3\xdc\xd3\xcf\x25\x53\xad\x65\x0c\x53\xd8\xa4\xc6\xd8\x2e\xbe\x2e\x3d\xcc\xb6\x21\xb2\x8c\x20\x60\x96\x41\x0f\xf4\x1f\xd6\x4f\x4f\x7f\x9d\x44\xcd\xf0\x4c\xf8\x24\x99\xd4\xfe\xcc\x51\x37\x1c\x0c\x7b\x7a\x96\xf6\x84\x1a\x85\x6a\x87\x02\x94\x61\x3d\x85\xa6\xb3\xca\xc8\x32\x13\x2d\x8c\xe6\x8a\x4a\x26\x7a\x86\x75\xb0\x9c\x66\x6a\xd4\x07\x74\xa0\xc1\x29\x20\x71\xb6\x37\x15\x6e\x10\x2c\xc0\x81\x5a\xfd\x4c\x95\x43\xa9\xcf\xea\x91\x4c\x5f\x84\x26\x5c\x17\xfa\xe1\x55\x64\xa0\x7b\x42\x96\x89\x9e\x50\x51\x95\x11\x2c\x80\x9d\x9e\xd2\x63\x06\x79\xdd\x5c\x07\xad\xd4\xe4\xb7\x64\xb0\x47\x6a\xff\x23\x6b\x6f\x3a\x9d\xcc\x88\x55\x53\xd1\x63\x74\x86\xf1\x6a\x3d\x60\xa8\xdf\x55\x68\xdc\x93\xb5\x6c\x70\x0b\x57\xd8\x33\x43\xb0\xa1\xda\x93\x85\x3c\xa3\x07\x82\x71\xda\xc3\x3c\x59\xd1\x29\xb6\x06\x54\x03\x0c\xc1\x90\x8a\xbe\x72\xb3\xeb\xd3\x1e\x36\xcc\x1e\xfd\xfb\xd0\xe7\x1d\xf6\x64\x8e\x0c\xf5\x46\xef\x62\x98\x5e\xc3\x70\x22\xaf\x99\xbe\x3a\x05\x54\xb7\xa1\x96\xdc\x6a\xa3\x61\xda\x56\x54\x5d\x0c\xb0\x13\xba\x0b\x36\x4b\x4d\x75\x66\x30\x8b\x0b\x7b\x37\x92\x41\xd4\xef\x85\x39\x44\xd8\xb3\xd3\xb7\x27\x93\x6d\x1e\xeb\x0b\x7b\x89\x5d\x88\xca\x95\x1d\xbd\x1f\x72\xd3\xd2\xcb\x6a\x27\x9b\x6b\xbd\x9a\xd9\xc7\xe8\x5b\x68\x2e\x1f\x67\xb7\x8a\x4a\xbb\xf6\x64\x6b\x6f\xe8\xcb\x8e\x1e\x90\x33\x9f\xc9\x54\x6b\x98\x9d\x18\xc8\xe0\xf7\x67\x15\x46\x47\x1f\xa3\x8e\x3e\x98\x2d\x7d\xb0\x8c\x59\x46\xb5\xa6\xd6\x72\xe6\x6c\xee\x84\xb7\x23\x3d\x4b\xa3\x27\xc7\x93\x5f\x71\xe1\x8e\x5a\xf6\x0d\xd6\x56\xf4\x36\xfd\xbe\xfa\xe8\xef\xba\x30\x3f\x87\x3f\xfa\xf0\xc3\x0e\xe9\xc3\x4f\xf2\x48\x1f\x3e\xdd\x25\x7d\xf8\x53\xf9\xa4\x0f\x1f\x39\xa5\x75\x3f\xfe\xb9\x38\xa5\xff\x7c\xf7\xe1\x31\x7f\xba\x4f\x1a\x55\x5d\x01\x75\xaf\xa7\x4f\x3a\x71\x1e\x37\x7a\xbf\x57\xf4\x5f\x2a\xf4\x00\xee\xe9\x99\x58\x03\xf9\x18\x64\x08\x24\x30\x51\xe9\xb1\x07\x33\xa8\xa2\x5a\x15\x58\x5c\xba\xaf\x8e\x5e\xc6\xf4\x0f\xaf\xa3\x0a\xa6\x70\x56\x12\x0c\x54\x18\x34\xcd\x85\xdf\x29\x5d\x98\x80\x2d\xe3\x2c\x36\x01\xcb\x00\x2b\x65\x2a\xba\x1b\x2a\x39\x07\xfa\x0f\x4a\x9f\x58\xf8\x5b\x3b\xbc\x5d\x11\x42\x1a\xfc\x82\xff\xb2\xe2\x3b\x74\xf4\x9b\x6b\x60\xfc\x4c\x30\xcf\xac\xbf\x64\x73\x42\x3c\x85\xf3\xdf\xc1\xfa\xdd\x09\x2d\xbb\xf1\xcc\xa6\x5a\x36\x33\xd1\xc3\x75\x06\x72\x86\xa1\x3c\x01\x93\xce\xf4\x27\xb7\x2c\x27\x15\x83\x0d\xd9\x63\x63\xe6\x03\x5f\xce\x30\x2d\xac\x1f\x3e\x3d\x65\x6d\x1d\xb6\xb3\x3f\x9e\xf5\x84\x08\x46\x05\xf6\xa7\xdd\xce\x3e\x6e\x3d\x7d\xb2\x76\xe0\x9b\x0c\x93\x77\x8f\x5e\x65\x30\xae\xa3\x9a\xcc\xfc\x7d\x32\xb1\xd6\xcb\xb5\x75\x3f\xb2\x8d\x2c\x21\x3d\x73\x6a\x20\x92\xe8\x61\xde\xc1\x76\x1f\x60\x7f\x24\x7a\xe0\x75\xe5\xcc\xf8\x26\xd8\xe2\x1b\x55\x54\x56\x61\x0f\xdb\xbd\xa6\x9f\x68\x17\x7d\xe3\x06\xd8\x19\xf4\x06\xdc\xd0\xf5\xc6\x7e\xa7\x57\x47\x43\xcf\x95\x02\x8b\x7e\x84\xc9\x64\x7e\x0a\x90\xf0\x48\xb6\xb4\x47\x5e\x03\x2e\xdd\xc8\x00\x4e\x54\x08\x19\x23\x6a\x76\x3d\x6d\xfe\x05\xb6\xad\x0e\xe8\xa2\x3e\xfb\xfb\x8f\xf4\x4f\xad\xf1\x55\x8c\x1d\x82\x5f\x57\xe8\x37\xb2\xe3\xdb\xee\x30\x87\x6d\xdc\x03\x55\x33\xc4\x30\x03\xf6\xa6\x8f\x3e\xb7\x64\xf8\xad\x8a\x9d\xb9\x36\x51\x01\x0c\x9b\x47\xfb\x60\xa9\x10\xa0\x1f\x63\xde\xd1\xb3\x67\xad\xce\x8a\xb7\x04\x33\x68\xa2\x1a\x69\x8c\xe7\x3d\x24\x87\xea\x66\x60\x7f\xf9\x4b\xa5\x39\xfb\xdb\x67\x20\x98\x9d\xfe\xfc\xd1\xf3\xf0\x63\xbb\xd4\x02\x4b\x6f\xe3\x59\x85\x5b\x35\x3f\x6c\x97\x9e\xb4\xd8\x1f\x69\x96\x9e\xae\xf3\xac\x55\x3a\x1f\x5d\xf5\x03\x46\xe9\xe9\x12\x7f\xb0\x4d\xfa\x78\x12\xff\x55\x26\xe9\x72\x1a\x58\xa4\x61\xfe\x43\x0d\xd2\x50\xd5\x75\x3f\x77\xdd\xcf\x6e\x90\xfe\xc5\x1f\xde\xf5\xf7\x77\xf7\xef\x3e\x3d\x03\x8b\x6b\xdc\x7d\xd4\xf8\x23\x5a\xae\xed\xb8\x7e\x03\x08\xe2\x06\x89\xc8\x90\x4c\x54\x85\x54\xb8\x85\xd4\xb4\x70\xdb\x09\x23\x8d\x20\x52\xbb\x0a\xcd\xdd\x09\x71\x58\x53\x8b\x20\xd6\x34\x67\x71\x89\x91\xdf\xb6\xb3\x45\x76\x21\xdb\xd3\x41\x9e\xef\xbb\xb3\x25\x6a\x14\x64\x59\x81\x1b\xea\xb5\x01\x52\xd0\x3c\xac\xd8\x22\x5c\xb7\xd9\xd5\xea\xca\x23\x14\xea\xe4\x66\x60\xa7\xd8\xaf\x89\x22\x58\xd6\xcb\x5a\x31\xce\x67\x46\x56\xea\xc3\x88\x1f\x10\x43\x2d\x9b\x96\x69\x15\x4e\xcb\xf8\x9d\x4c\xd7\xbe\x9d\x2d\xba\x12\xad\xe5\x33\x8f\x48\xb0\xb6\x59\x5c\xa3\x0e\xb2\x12\x85\xbb\x81\x8a\xae\x3c\x42\xa2\x26\x43\x31\x43\x3a\x33\x68\x61\xa0\x28\x33\x42\x33\x88\x8d\x6b\x77\x92\xa6\x2c\x0c\x4c\x67\xd6\xbc\x90\xb1\x34\x74\x9d\x56\xac\x03\x8f\xb3\x88\x47\xeb\x54\xb4\xa0\xb6\xd0\x98\x62\xf2\x89\x76\x6c\xd6\xd4\x61\x3e\x1f\x03\xb1\xd3\xee\xc9\xda\x38\xf3\xaf\xd0\xd2\xad\xa6\x60\x25\x91\x99\xac\x20\x62\x59\xc3\x81\xf6\x2c\x44\x6d\x20\xbe\x5a\xd6\x03\x82\x97\xd4\x61\x3c\xe6\xa0\xef\x4f\x92\xef\x0e\xc9\xbd\xa2\x75\x70\x3c\x3e\x26\x91\xf9\xab\x20\xd5\x56\xfd\x99\xe1\xeb\x28\x22\xb0\x26\x1a\x90\x70\xba\xf6\xcc\x48\xaf\x64\xd0\xad\x4d\x2d\x8d\x2d\x2c\xb3\x55\xbb\x3b\xb1\xf3\x68\x8c\x8a\x47\x4e\xb4\x10\x84\x3b\x32\xce\x15\xeb\x39\x40\x9c\xb5\xac\x59\x4f\x46\xbe\xa6\xb8\x9b\xec\x51\x0f\xc1\x7b\x84\xc4\x6e\x2d\x91\x69\x21\xbe\x53\x3c\x65\x04\xee\xf9\x2c\xd6\x28\x10\x9f\xd3\x74\x51\x6c\xd3\xf8\x9c\x9a\xe6\x6c\xbd\xbe\x42\x20\x32\xb2\x2c\x68\x7a\x90\xc1\x07\xa0\x0a\x63\x1c\x90\xd1\x2b\x10\x06\x2b\xda\x98\x27\x4c\x65\x06\xda\xb4\xf6\xd3\x30\x26\xa6\xe6\x2c\xfa\xed\x81\x07\xab\x28\x12\x82\xc4\x3a\xe1\x8e\xce\xd1\x16\x75\x3b\xdb\x18\x5a\xf3\x06\x60\x8a\x89\xb6\xde\x15\xeb\x35\x52\xb4\xb6\x45\xf1\x2e\xa1\xff\xd0\x9d\x2d\xad\xea\xc8\xd6\x52\xc4\x99\xc9\xbe\x76\xb8\x08\x53\x64\xfc\xa3\x40\x86\x2c\x67\x8d\x9b\x69\x8d\x31\xc8\x92\x48\x1e\x32\x4d\x7a\xc2\x95\xea\x28\x0c\x1e\xab\x93\x7c\x5e\x45\x46\x19\xa8\xa1\x8f\x42\x93\x86\xc2\x4f\xdc\xaa\x4c\x21\xb2\xe4\xa1\xe7\x11\x06\xd1\x66\xad\x8b\xd6\xb4\x23\x0d\x86\x0a\x24\x2d\xce\xe4\x0c\x99\xf2\xa9\x18\x1c\xf8\x64\x64\x7e\x33\xd9\xcf\x99\xc7\x03\xd5\xc8\x95\x15\xd9\xaf\x10\x6c\xb3\x5f\x33\xc8\xc8\x89\xa2\xe2\xba\x3a\x1f\x2b\x51\x20\xb2\xc9\x9d\x6e\x21\xf4\x8e\xeb\xd9\x56\x37\x91\xe1\x9f\x39\x0f\x3b\xee\x6b\x4d\x23\x8a\x89\x26\x28\x92\xb1\x8a\x26\x1e\x0d\x0d\x19\x5a\xc8\x87\xd1\x98\xa9\x46\xef\x37\x90\xf7\x0a\x05\x26\x2b\x99\xf6\x1d\xc2\xbc\xb5\xe2\x9b\x70\x6f\x3a\x5a\x48\x03\x57\x36\xb4\xca\x35\x28\x18\xe8\x78\x0d\x18\x7a\x73\x7d\xd5\xf1\x98\x80\x01\xf8\x78\xa3\x85\xbb\xb5\x0e\xa5\x29\xd4\x4e\xe1\x67\x47\xdb\xc0\x96\x47\x4f\x44\x8b\xe2\x36\x58\x24\x14\xb3\x94\xf9\x7c\x0c\xd2\xbc\x9d\xed\x2a\x0b\xc5\xc9\x1d\xd7\x9d\x20\x0b\x6a\xaf\xac\x49\x05\x05\x98\x3b\x45\x7b\x33\x50\x6e\xb4\x8e\xaf\x42\x57\xe1\x02\x16\x20\xb7\x89\x47\xd5\x74\xd1\xe0\x05\xe8\xb7\xe6\x51\x4f\x15\xc5\x6a\x3b\x70\x78\x17\x8f\x6a\x9a\x21\xb1\xd3\xac\x20\x1e\xe5\x93\x60\x23\xd9\x3e\xe7\xb3\x89\xc9\x10\xae\x2a\xcc\x8f\x16\x66\x52\x07\x9c\xd5\x44\xa1\x3f\x85\xd4\x13\x8f\x62\x69\x81\xd7\x9e\x0a\x9d\x66\x1e\x2f\x41\x03\x88\x42\x1b\xbd\x8a\x42\xea\x60\x2e\xcc\x14\xab\x0c\xe3\xd9\x32\x6f\xa3\x10\x37\x0a\x9d\xe2\x91\x3d\x3b\x45\x06\x1d\x4c\x9d\x8d\x6c\x65\xc5\xe3\x95\x82\x54\x6f\xf6\x8e\x10\x28\xd3\x22\xb9\x27\x04\x5c\xa7\x53\x26\x57\x5a\x33\x5b\x63\x15\xa0\xb8\xcc\xe3\xd5\x26\x9a\x27\x19\x31\xbe\x82\x04\xb9\x41\xa0\x45\x9e\x6a\x1a\x43\x98\xdb\x4f\xb1\xd5\x1e\x0d\x9f\x98\xc3\x46\xc8\xba\x22\x23\x4f\xcc\x8f\x02\xd3\xa5\xa2\xe1\x17\x6d\x3d\xad\x51\x5a\x3a\x1b\xa4\xf5\xf9\x6c\x13\xdd\xe3\x3f\x74\xd5\xf9\xd8\xa7\x01\x48\xad\xa7\xf8\xab\xd9\x4f\x9f\xa2\xe3\xd1\x1d\xeb\x70\xf1\xf8\xac\x8c\x6f\x46\x1b\xeb\x8c\x9d\x52\x58\x64\x4d\x3f\x28\x06\x88\x42\xb2\x2e\xda\x38\xce\x84\x15\x17\xb0\xdf\x10\x0d\xce\x26\xdf\x9f\x91\x86\x26\x3b\xba\x7c\x20\xbc\x49\xc0\xf5\x5b\xb4\xac\x85\xd0\xba\x47\x51\x15\xc5\xfe\x2d\x8d\x99\x0a\xcd\x61\x5a\x0a\x10\x36\x08\xfe\xe1\x1f\x34\xb4\x3b\x6c\xa2\xdd\x69\xf7\x4c\x88\x83\xec\xaf\x14\xfc\x6c\x34\xa3\xf8\xa1\x10\xe7\x23\xbf\xf8\x8f\x0c\x74\x3e\xba\xda\xb3\xe1\xce\x77\x9e\xc5\xfb\x03\x51\xcf\x47\xd7\xfb\x83\x63\x9f\xe7\x67\xf7\x5f\x15\x01\x3d\x33\xb3\x80\xe6\xe6\xf9\xcf\x86\x85\xca\x9a\x7c\x72\x14\xb4\x52\x22\xdf\x45\xc2\x78\x05\xc0\x01\xac\xb8\x04\xe7\x32\x6d\x5d\x3a\x34\x7b\x0f\x7f\x68\xbf\xe4\xa2\xa2\xc1\x7a\xca\x30\x2c\xa9\x4b\xf3\x56\x59\xe0\x9e\x24\xc3\x86\x27\xde\xd1\x96\xa8\xe1\x7e\xd6\xd8\x96\x92\xe4\x0e\x10\x6d\xa6\x1c\xd3\x92\x7e\xdd\xf9\x10\x84\x95\xd6\x84\x11\x15\xd5\x44\x04\x56\xbe\x37\x51\x3a\x44\x63\xfb\x36\x92\x53\xf1\xc0\xaf\x99\xd6\x5d\x24\x2f\x46\xca\xd6\x47\xda\x53\x24\x92\x26\xc6\xb3\x21\x49\xd4\x44\xa3\x76\x34\x71\x45\xcb\x9e\x9e\xb2\x8e\xb9\x3b\x1f\x82\xa5\xf7\x7a\xda\x12\xee\x3c\xf4\xc8\xda\x2a\x86\x27\x47\xfb\x94\x9a\x52\xea\xc4\xba\xd4\x70\x8f\xba\xfe\x2c\xa9\x08\xab\xbe\xd1\x82\x6d\x6a\xcf\x07\x82\xd4\xb4\x65\xaa\x29\x2b\x9b\x49\x96\x67\x5a\x4c\x4d\xcc\xa7\xa1\x05\x51\x70\xb2\x7a\xac\x5c\x8d\xe5\x9a\xd1\x86\xdb\x7a\x72\x57\xcc\xd2\x46\x59\x3d\x0f\xb5\x49\x24\x3b\x7a\xbc\xb4\x3d\xbc\x1d\xa2\xa9\x9a\x6b\xf6\x3c\x4c\x75\x02\x18\x8a\x87\x75\x44\x09\x52\x86\x0c\x50\x91\x20\xea\x78\xe0\x44\x45\xe3\xe2\x8d\x32\x87\x16\xce\xd9\x53\xf9\x07\xfb\x32\x04\x1f\x6b\x3f\x5b\xc9\x58\x6b\xb6\xed\x6c\x55\x25\x59\xde\x82\x47\x04\x71\x60\xab\x4e\x8f\xac\x89\x87\xd8\x85\xd5\xdf\xe0\xc2\xb6\x67\x0b\x82\x8e\x84\x67\x43\xb9\x52\xd7\x9d\x0f\xa6\x8b\x52\x19\x6b\x36\x1c\xcd\x78\x67\x5a\xd7\x00\x0e\x37\x3c\x70\x6b\xa0\x14\xb0\xa7\x44\xaf\xa5\xc5\x40\x44\x06\x4f\xe5\x7b\x24\xc7\x7b\xf8\x70\x2b\x3c\xe0\x8a\xa6\xb6\x35\xc0\xf3\x96\xcf\x87\x85\x6d\x78\xf8\x15\x5c\xaf\x4c\xf2\xad\xc3\x5b\x8a\x87\xd5\xd4\x94\x06\x8d\x00\xe1\x0d\x51\x6e\xc3\x5c\xe2\x61\x60\x2b\x6d\x54\xe2\x61\x61\x89\xe4\xe5\x00\xef\x7c\xa7\x55\x5e\xa6\x8d\x69\x4d\xfb\x04\x23\x68\x04\x78\x4a\x19\xeb\xbe\x9e\x25\xbb\x1d\x0f\x5a\x6c\x29\x11\x1c\x90\x8d\x8d\xd2\x9c\x35\x12\x55\xb4\x3f\xdd\x82\x3f\x46\xd9\x9b\x79\x68\x70\xc8\x12\x25\xb5\x15\x65\xea\x3b\x2d\x40\xb4\xce\x0d\xad\x90\x26\x4a\x2d\x22\x72\x31\xcf\x6a\xf4\x39\xd5\x44\x8d\x35\x7c\xbb\xc2\xc3\x9e\x26\x12\x92\x51\x86\xb5\xf1\x90\xab\x44\xb2\x22\x6d\x67\xe3\xec\x91\x16\x37\xda\x3b\x4b\xc6\x51\xf6\xd7\xc0\x45\xb5\xc8\x38\x5a\x63\x80\x22\xd9\xfc\x86\xb3\x5d\xa2\x35\xbc\x6f\xce\x07\x97\xf6\x94\x33\x96\x48\x1c\x57\x7e\xc6\xcd\x9b\xe0\x41\x5e\x15\x1e\x67\x34\x8a\x8f\xb6\x15\x2b\xed\x5c\x27\xb8\xcb\x2b\x64\x97\x75\x3e\x5b\x08\x5a\x5b\xd8\xec\xdf\x2f\x78\x78\x33\xed\x96\x3a\xb8\xdd\xe6\x8d\x50\x82\x65\x9e\x78\x06\xc4\xa7\xdd\x59\x81\x54\xd4\x47\x42\x91\xd2\xb8\x8a\x56\x2a\xd1\xd2\x43\xfb\xb4\xd2\xb6\xaa\xa6\x3c\x73\x62\xbf\xb4\xf7\x85\x07\x63\x46\xfb\xc4\x8a\x96\x4f\x85\xa4\x8e\xb5\x7a\x6d\x4f\x2e\x73\x0b\x8f\xbc\xa1\x85\x4f\x4d\x29\xd1\x40\xc9\x8e\x25\x89\x49\xcc\xb7\x70\x90\xcd\x0e\x80\x28\xd4\x44\x2d\xc1\x0d\xec\x68\x1b\x94\x69\xf3\x6a\x11\xc1\x7a\x3e\x10\x2d\x5a\x16\x55\xf0\xf4\xe3\xc1\xd0\x03\x65\x6b\xc6\xb9\xa7\x36\x63\xc2\xb3\x9d\x79\x38\x61\x17\xd1\x16\x0f\xdd\x6a\x88\x22\x1a\xea\x19\xe2\x01\x75\x7d\x3e\x1f\x84\x1c\x25\xde\x0d\xa5\xfb\x23\x5c\xe5\x61\x3b\xcf\xc4\x40\x92\xba\x25\xe2\x2a\x3c\xfc\xb6\xa6\x7c\xd5\x22\x04\xf8\xc0\x23\x25\x99\x2b\x11\xb3\xd9\x52\xf6\xcf\xda\x2b\x26\x92\x14\xd3\xd9\x0e\x68\x0d\x19\x67\x7d\x65\x6b\x27\xda\xd5\x0d\xb4\xc1\xb2\x64\x36\x0f\x06\xd3\x67\x33\x0f\xb8\x6a\x22\x7a\x45\x67\x35\xac\xf5\xdc\x9e\xe5\xe0\x1d\x6d\x94\x32\x0f\x32\x18\xb6\x53\xa6\x26\x4a\x14\xdb\x28\x47\x0d\x32\x0e\x24\x9a\x04\x17\xdf\x08\x42\x1d\xe5\x53\x17\x84\xa4\x0a\x4e\x77\xb9\x68\x1d\x69\x6d\x27\x29\xe7\x9b\x20\x79\xb5\x3c\xb0\xb7\x81\x60\x34\xc0\x9f\xdd\xa3\x2d\x63\x0f\x79\x0a\xa4\x20\x3e\xdf\xc2\x79\xdd\x79\xe0\xc0\xbc\x9f\x91\x4f\x47\xa3\xf1\x09\x5b\x97\x78\x70\xcd\x4e\xcb\xd5\x0c\x99\x24\xf7\x27\x61\xc1\x1e\xc6\x10\xa4\x0f\xf8\xef\xa9\x3e\x1f\xea\xb3\x92\x10\x1a\x20\x28\x55\x3c\x80\x7a\x00\x21\x5d\xb1\xf9\xfd\x7c\x36\x32\x6f\x41\x4d\xba\xea\x8c\xe4\xeb\xf9\x99\xc4\x7e\xeb\xe7\x30\xa3\xef\x25\x33\x3f\x31\xba\xf8\xf9\x22\x8b\x1f\x8b\x2a\x7e\x62\x40\xf1\xc7\x04\x13\x7f\xba\x40\xe2\xe3\x18\x62\x98\xfe\xcc\x62\x88\x4f\x67\x9d\xda\x93\xe7\xdb\x8b\x54\x4a\xf7\xed\xa7\xd7\x0c\xf4\xc6\x9d\x80\x23\x9f\x9e\xe2\xdc\xd0\xbf\x37\xd1\xc3\x82\xf7\x52\x64\x76\x29\x50\x09\x43\xb4\x92\x09\xdf\x61\xd9\x6d\xd1\x47\x6a\x3c\xfb\xbe\x0e\xd1\xc3\x6b\x75\xb8\x42\xf7\xed\x28\x5a\xe8\x80\xe3\x57\x9e\x1c\x1a\x3d\xbc\x32\x01\x8e\x19\x44\x0a\xc3\x66\x20\x9f\x78\x62\x73\x07\x53\x6a\x46\x71\x34\x90\xfd\xad\x87\xc1\x74\xf1\x44\x39\xea\xc6\x6d\x2c\x38\x64\x15\x2c\xbd\x4c\xbd\xe9\x04\xfb\x72\x0e\x46\x24\xb0\x50\x4b\x76\x79\x20\x88\x28\xf4\x59\x49\x38\x68\xd1\x6b\x28\x01\x69\x6d\xb0\x45\xe7\xed\x7c\xf2\xc6\x04\x43\x74\x22\x15\x14\x4f\x3d\xb7\x27\xc4\xf2\x54\x1b\x0b\xf8\x48\x7d\xac\xf4\x03\xb1\x02\x11\x60\x9b\x8e\xa7\x06\xad\xd1\x4f\x87\x20\x47\x4e\x53\x82\x61\x94\xe9\x57\x32\xd3\x03\xcc\x58\x77\xf4\x67\xb4\x9e\x97\xd4\xeb\x8f\x18\xc6\x44\xb1\xe0\x46\xdd\xaf\xf5\x5e\x28\x67\x0f\xf9\x15\xc6\x60\x0f\x93\xd2\xd8\x09\x89\xa7\x7f\xd4\x30\x17\xa9\x1d\xef\xaa\xf3\xe9\x0e\x2b\xec\xe2\x4c\xea\xa9\x50\x93\x5f\x51\xe8\x31\x0d\x67\x7f\x1e\x63\x62\xd1\x73\xa6\xcb\x27\xeb\x21\x03\x13\xcf\xec\x67\x0f\xa4\xb4\xf3\x24\xf9\x9d\xa7\x33\x57\x3c\xc1\x38\x9e\xdc\xb9\x5d\xf4\x4b\x4a\x14\x4f\x8c\xd1\xcf\x95\x62\x83\x19\xc7\x7e\xa7\x2f\xe1\x4c\x0f\xc3\x66\x40\x56\xa2\x77\x6a\xc3\x1a\x30\x86\x8d\x02\xba\xc8\xe6\x57\x3c\xb5\xdb\x18\xce\xf4\x63\xda\x49\xa1\x54\xcc\xa9\xa5\x8f\x63\xd9\xce\x60\xb8\xc7\x68\x5a\x51\x27\xfd\x60\x33\xe9\x26\x2b\xfe\xc2\x88\xb7\xa4\x43\xac\xe7\x31\xac\xde\xa9\x3f\x7b\x4d\x57\xb0\x87\x57\x98\x14\x23\x30\xdf\x08\xcc\x9a\x80\x3d\xcd\x99\xa1\xc7\xde\x8a\x01\xde\x2b\xe0\x5b\x98\x9b\xd6\x13\x92\xc2\x8e\x2e\x58\xc4\xac\xdb\x46\xd0\x50\x08\xa8\x72\xb0\x12\x61\x7d\x58\xef\xda\xe8\xa1\x42\x3a\x75\xa4\x97\x46\xa2\x97\xad\xad\x09\x4f\x2c\x49\xf4\xc4\x19\x81\x98\x6b\x0a\x46\x7a\x9c\xf1\x0d\x96\x66\x02\x9e\xac\xe8\xd9\x38\xc7\x13\x48\xa2\x47\x04\x3d\x1e\x36\xd6\x23\x53\xc4\x35\xd0\x47\x64\xa3\x86\xbf\xe0\x1c\xed\xb0\x7f\xda\x80\xc7\x49\xfb\x55\xac\x4f\xb0\x4e\x02\xb2\xae\x61\xc4\xcc\xf4\xfb\x31\x66\x23\xcf\x00\xe8\x09\xe4\x1b\x74\xd5\x46\x31\x6c\x17\x4f\xb9\x6f\x4e\x1d\xd5\xc2\xae\x2c\xf4\x79\x29\xf4\x8a\xd0\x38\xba\x78\x12\x74\xa2\xff\x59\x3e\x7b\xee\x27\x60\xcb\x3d\x8a\x0c\x79\x22\xeb\x84\x7e\x09\x1d\x6c\x0c\xec\x0d\x87\x35\xd2\xb5\x30\x80\xab\xe8\xc3\x3b\xf3\x54\x1c\x9e\x2e\xd8\xa3\x23\x07\x9c\x8c\x16\xf0\x24\x9e\xde\x1a\xfd\xb1\x8c\xdd\xc2\x93\xb5\x2a\xfa\xce\x14\xd2\x36\xe1\xb4\x56\x3c\x5d\x78\xa2\x77\x4b\x40\xba\xf6\xfd\x60\xe4\xc0\x1a\xad\x79\xaa\x71\x41\x8e\x06\x1c\xb1\x96\x74\x4d\x4b\x7f\xc0\x95\x67\x77\x0c\x30\xfa\x37\x52\x9c\x13\x81\xe6\x1a\x2c\xd2\xe8\x1f\xc4\x93\xac\x02\x42\xb6\xfe\x47\xf5\xc9\x6a\x1e\x48\xf5\x5b\xfa\x15\x1b\xb9\xc1\xda\xcc\x3c\x45\x76\x8d\x3e\x11\xa4\x56\x33\x01\x57\x4f\x5f\x92\x8d\x27\x54\x3d\xc7\xca\x8c\xa7\x60\xf6\x04\x42\xb9\x5c\xb2\x64\x7e\xd0\x79\xfb\x39\x78\x99\x97\x97\xfa\x21\xf7\xed\x47\xb9\x99\x97\x17\xfa\x54\x07\xee\x4f\xc1\xcf\xfc\x68\x3e\xe1\xc2\xf5\xf5\xfc\x67\xe3\xc2\x3d\xa6\xc7\x0f\xdf\x72\xe0\xfe\x7f\x00\x00\x00\xff\xff\xf5\x07\x4f\xda\x00\x90\x00\x00") + +func uiBindataGoBytes() ([]byte, error) { + return bindataRead( + _uiBindataGo, + "ui/bindata.go", + ) +} + +func uiBindataGo() (*asset, error) { + bytes, err := uiBindataGoBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/bindata.go", size: 90112, mode: os.FileMode(420), modTime: time.Unix(1477568217, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibAngularMomentMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x58\xdb\x6e\xdc\x38\xd2\xbe\xff\x9f\x42\xcd\xdf\x10\x58\xbb\x0c\xa7\x8d\x00\x83\x85\x1a\x4c\x63\x10\xaf\x81\x00\xe3\xcc\x62\x1d\xef\x5e\x18\xb9\xa0\xc4\x62\x37\x1d\x49\xec\x50\x94\xdb\x8e\xd3\xef\xbe\xa0\xce\x6a\xb7\x67\x16\xde\xcc\x8d\x0e\x64\xb1\xea\xab\x73\x49\x44\x5b\x57\x48\x1f\xc9\x42\x91\xd5\x42\xd7\x65\xe6\x8d\x2d\x29\x3c\x91\xba\xc2\xa8\xf2\xce\x64\x9e\xac\xfa\xf5\x48\x52\x09\x4f\x0e\x7d\xed\xca\x48\x96\x9b\x3a\x97\x8e\x9b\xea\xa6\x54\xa8\x4d\x89\x8a\x4a\xf8\xfe\xbd\xac\xf3\x5c\x08\x21\x0f\xc3\xa9\x94\xa6\x2c\x1b\xce\xa5\xbc\xb0\xaa\xce\x91\x92\x8e\xc3\x95\x2d\xb0\xf4\x84\xdd\x7e\x06\x9e\xd9\xb2\xf2\xb2\xf4\x47\x9b\xef\x6d\xa9\xcd\x86\xb0\xa7\x9d\xc3\x9d\xb3\x19\x56\x55\x12\xe4\x30\x6f\x0a\xfc\x66\x4b\x6c\xdf\x5a\x65\xda\xe7\xca\x4b\x8f\xba\xce\x2f\x4d\xee\xd1\x55\xc9\x62\x79\x98\xb2\x2f\x3a\xa1\xd9\x4c\x66\xf1\xc9\x14\xf8\xcb\xc6\x0e\xf2\xf6\xc6\x6f\x6d\xed\xaf\x6b\xad\xcd\x43\xb2\x38\x67\x15\xba\x7b\x74\x81\xac\x07\xe0\x73\xbc\x9c\xc8\xd5\x75\x9e\x5f\x48\x8f\x9f\xb6\x0e\xab\xad\xcd\xd5\x7c\x79\x42\x7a\x00\xae\x8c\xc3\xcc\x9b\x7b\x9c\xc8\x26\xec\x96\x9c\xed\x4d\xa9\xec\x9e\xb0\x01\x27\x91\xc5\xd5\xf8\x78\x04\x73\xf0\x5b\xc6\x14\x43\xa6\x07\x5b\x0f\x1b\x1b\xb6\x65\x06\x9e\x06\x97\xdc\x51\x78\xba\x97\x2e\x92\x2b\xa3\xe9\x0e\xa4\xd8\xad\x30\xaf\x30\x32\x9a\x6a\x3e\xea\xd8\x12\xa5\x82\x96\xb8\x8f\x02\x7c\xe0\x1b\xf4\x61\x87\x02\xcb\x44\xfa\xe6\xfe\xaf\x53\xf2\x95\x14\x8a\x66\x70\x68\x58\x85\x67\x58\xf5\xc1\x32\x46\xc3\x17\x0a\x4f\x5f\xe3\x98\x66\x3c\xcb\x51\x36\xe7\x6c\xed\xe9\x57\x60\x5f\x45\x30\x0b\x8c\xa4\x79\x08\xb7\x16\xc1\x1d\x0d\xd6\xd2\x9a\x4a\x46\x94\x7c\x24\xc0\x94\xf0\x71\x9c\xbe\x13\x3e\xa8\xb0\xe5\x1e\x1f\x3c\x55\x6b\xc9\xdb\x20\xa0\x35\x24\x92\x6b\x67\x0b\x7a\x47\x81\x39\x00\x56\xc5\xf1\x62\xcb\xa5\xf7\x8e\x92\xc6\x6d\x04\xe2\x78\xbe\xc0\x24\xcf\x6d\x26\x73\x0a\x3d\x9b\x0a\x80\x2d\x54\x8b\x02\xc5\x95\xf4\x5b\x2e\xd3\x8a\x4e\xe1\x14\xa6\xac\x3d\x12\x00\xa6\xc5\xdb\x9f\x97\xcb\xd5\xf9\x3b\x5c\x6b\x71\x9e\xfc\xbc\x6c\x1e\xde\x2e\x93\xf3\xbf\x2d\xdf\x61\x1c\xd3\xf0\xb2\x0c\x8a\x66\xbc\x6a\xed\x18\x54\x9f\xa4\x5d\xd0\xf8\xc0\xce\xf1\xed\x5f\x34\x1c\x46\x43\x14\xc1\x10\x0f\x23\x5a\x25\x3d\x86\xd0\x27\x4c\x4e\xcc\x15\x18\x18\x4d\xbf\x50\x60\xb6\x73\xaf\x40\x3e\xa6\x4c\x70\x20\xb5\xb0\x0a\x42\x58\x41\x25\xf7\xf6\xc3\xf5\x6f\xd7\xde\x99\x72\x43\x01\x0e\x87\x70\xc4\xb2\x5d\xe7\x08\xe6\x84\xe6\xb3\x04\x60\x95\xd0\x7c\x12\xf1\xcc\x0b\xcd\x9f\x05\x3c\xab\x27\xab\x1d\xe1\xfd\xe9\x10\xda\x0b\xc3\x87\x68\x66\x0f\x82\x7c\xfa\x70\xf5\x77\x22\x84\xd8\xde\x2e\x3f\xf3\xd2\x2a\xfc\x28\x0b\xe4\xde\xde\xec\x76\xe8\xde\xcb\x0a\x29\xac\x36\xfc\x6c\x2f\x7d\xb6\xa5\xfb\x31\xf0\xd3\xb1\x2c\xd1\x14\xbe\x7f\x27\x81\x49\xba\x6e\x6c\x71\x6f\x8d\xa2\x36\x8e\xfb\x20\x21\x24\x68\x1f\xae\xb6\x0d\x38\x80\x84\x5a\x91\x36\x84\xc1\x88\x70\x00\x96\x72\x53\x5d\x74\x55\x2d\x60\xbc\x74\xb6\x80\x38\x1e\x64\xf7\x6b\x33\x08\x3b\x31\x93\x1e\x98\x27\x8a\xa6\xc0\x4a\x7a\x8a\xe7\xbf\xa7\xb6\x3d\x66\x3e\xdb\x1c\xa5\x48\x78\x22\xa9\xb5\x39\xca\x92\x08\xe1\x1f\x77\x68\x75\x24\xd7\xd4\x09\x19\xa4\x40\xf2\xcc\x69\x07\x60\x86\x9f\xd9\xb4\x49\xd3\x50\x67\x2e\x8f\x1d\x46\x66\xec\x7d\xcb\xe9\xc5\x63\xad\x47\xe7\x67\xea\xe1\xcc\x86\x9f\xd9\x92\x92\x33\x85\x95\x77\xf6\x71\x42\x06\x4f\x5f\xa6\x14\x7d\x3d\x4b\x9a\x84\xc3\xf7\x5b\x59\x6e\x50\xcd\xe8\x1b\x8e\x87\xc3\x67\x68\x4a\x8c\xc9\x90\x4e\xaa\xe0\xed\x58\x1a\xcf\x9c\xb5\xfe\x3a\xb3\x3b\x0c\x2f\xb9\xdd\x84\x1a\x79\xaa\x7d\x8c\x90\x59\x53\x29\xdb\x24\xd1\x4d\x14\xac\xfc\xd6\x54\x3c\x6b\x60\xfc\xda\x40\x12\x03\xf9\x84\xb4\x2b\x10\xd8\xac\xad\x86\x96\x36\x3a\x56\x41\x1c\x67\xfc\x2c\x75\x56\xaa\x4c\x56\xfe\x45\x4d\x81\xe9\x03\x9b\x08\xfd\xd4\xb5\x32\x31\x8d\x28\xc9\xfd\xb7\x38\x0e\xd7\x50\x30\x2e\x50\xcb\x3a\xf7\x6b\x7a\xb4\x10\x42\xec\x05\x99\x7d\x83\x1c\xa4\x42\xa2\xf8\x5e\xba\x72\xe8\xb0\x6f\x5a\x3b\x26\xd1\x1c\x06\x85\x68\x6f\xdd\x97\x2a\xb2\x65\xfe\x18\x85\x88\x8a\x5a\xc2\x37\x3d\x4b\x7e\x57\x45\xf7\x4b\xfe\x96\x2f\x23\xeb\xa2\x8d\x43\xe9\xd1\x71\x02\x0c\x79\x4f\x22\x52\xa6\x45\xda\xa9\x39\x2f\x44\xe2\x44\xee\xea\x85\x10\xe3\xe1\x38\x3e\x61\x1d\x3a\xee\x07\x41\x23\xcf\xf5\xf4\x85\xa6\x90\x48\xba\x30\xd5\x47\xf9\x91\xee\xa4\xab\xf0\x32\xb7\x32\xd8\x09\xe2\xd8\x54\x97\xa6\x34\x1e\x69\x0a\xeb\x66\xef\x43\xe9\x69\xca\xce\x97\x90\xa4\x6d\xb8\xe9\x66\x66\x08\x56\xfc\x47\xd8\x9f\x06\xdb\x34\xea\x8f\x9b\xec\x74\xca\x91\xcd\xdb\x11\xb7\x50\x30\x6e\x4a\xf3\xf0\x5f\x33\x1c\xd9\xf1\xba\x34\x0f\xf4\x19\xbe\x1b\x9f\xbd\x8a\x99\xcf\x4e\xf2\xfa\x4d\xeb\x0a\x9b\xe4\x1a\x13\x6d\xca\xf3\x85\x91\x4e\x1e\x37\x99\x14\x82\x88\x96\x5b\x18\x08\xfa\x3c\x99\x0b\x6c\xd2\xec\x35\xf0\x4d\xd5\x82\x0b\x1e\x4c\xfb\x8e\xdd\xce\x54\x73\x09\x7d\xd4\xcc\x35\x3a\x5d\x1c\xba\xca\x31\xa9\x11\x8d\x8a\x83\xca\x8a\xa6\x6c\x18\x04\x4e\x68\xdc\x17\x03\xb5\x46\xee\xbf\x35\x17\xaa\x20\xa1\xd9\x0b\xe9\x56\xca\x02\x55\xd4\x07\x73\x54\xed\x30\x33\xda\xa0\x8a\xd2\xda\x77\xa9\x16\x58\x40\x64\xaa\xa8\xee\x27\x6c\x1e\x5d\x18\x15\x3d\xda\x3a\xd2\xd6\x6d\xd0\x47\xde\x46\xa6\xcc\xf2\x5a\xe1\xa9\xf4\x5c\x87\x6c\x84\x04\x7b\x07\xa8\xb9\x79\xde\xcb\x1c\x4b\x25\xdd\xac\x9a\xfe\x91\x9d\xa6\xe1\x1e\x0c\x32\x18\x28\x18\x21\xcc\x1f\xa1\x07\x42\x2b\x90\x90\x55\xb0\x97\x12\xd9\xef\xd8\x8b\x9b\xea\x5f\x32\x37\x8a\xc2\x5a\xf1\xac\x83\x44\x21\x21\xa4\x87\x8d\xfc\xac\x1f\xe7\x85\xe2\x47\x93\x3d\xc3\xb9\x52\x17\x46\x6b\x74\x58\x66\xf8\xa3\xd4\x6a\x66\x6a\xb6\xe9\x94\x53\x47\xca\x6d\x9f\x2b\xa7\x80\x19\x21\x29\xc2\x3a\xa5\x90\x3c\xdb\x1e\x1b\xc7\x76\xd4\x3d\x8e\xcd\xc4\x10\xdb\x76\xba\x34\x8d\xdc\x57\x5b\x62\xd2\xad\x7f\x90\x83\xc3\xfb\x49\x17\xe3\xef\xb9\x18\x27\x9a\x61\x3f\x59\xab\xd7\xeb\x55\x3b\x19\x00\x9d\xd2\xed\x8f\x14\x9a\x25\x74\x37\x04\x0c\x25\x3b\x83\x35\x21\x49\xca\x55\x27\x20\x10\x00\xdf\xd6\x85\x2c\xcd\xb7\xe0\xb7\x21\x8f\x26\x70\xb3\x67\x70\xd5\xf3\x22\xd4\x7d\xd7\xfd\xb0\x68\x6c\xeb\xd0\x86\x6d\x87\x0f\x2c\xaa\x1a\xf0\xf4\x44\xae\x29\x60\x1b\x91\x36\xb7\x89\x23\xe8\x56\xa4\x54\x03\x5b\x48\xaa\x9b\x0f\xa1\x71\x6b\xd3\x7e\x38\x6d\x43\xed\x68\x9f\x3f\xda\x3d\x45\x08\x1e\x83\x57\xb9\xec\xba\x4e\xbd\x93\xd9\x9f\xe0\x2c\x9a\x01\xaf\x3a\xee\x74\x68\xe7\x2a\xb4\x73\xf6\x4a\x87\xfd\xa2\xd4\x9f\x83\x53\x2a\xf5\xbf\x40\x3c\x90\x5e\xcc\x38\xfa\xb7\x7d\x21\x8e\xdb\x3b\x97\x85\x5a\xb7\x8f\xf4\xb6\xc7\x3d\xfe\x45\xf8\xcc\x52\x48\xc8\xd0\x4c\xc8\xa2\xe7\xd2\xfe\x91\x89\xe3\xf9\x9d\xe3\xc3\xce\x3a\x5f\xad\x69\x4a\x1d\x7e\xad\x8d\x1b\x7f\xda\x10\x60\xc3\x52\xc7\x1d\x80\xcd\xcf\x89\xa3\x3f\x3c\x90\xa4\xb4\x5b\x61\xf4\x14\x8c\x4d\x6e\x53\x99\xaf\xdb\x5b\xd2\xfe\x03\x01\xde\xb2\x87\x03\x85\xd5\xff\xfd\xf4\xd3\xff\x47\x95\xad\x5d\x86\x57\x72\xb7\x33\xe5\xe6\xe6\x9f\xbf\x8a\x79\x67\xe5\x85\x29\xf9\x5d\xc5\x0b\xb9\xfb\x4f\x00\x00\x00\xff\xff\x88\xf7\xad\x76\xde\x12\x00\x00") + +func uiLibAngularMomentMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibAngularMomentMinJs, + "ui/lib/angular-moment.min.js", + ) +} + +func uiLibAngularMomentMinJs() (*asset, error) { + bytes, err := uiLibAngularMomentMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/angular-moment.min.js", size: 4830, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibAngularResourceMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x57\x6f\x73\xdb\xb8\xd1\x7f\xaf\x4f\x41\xe1\xd1\xe9\x80\x08\x01\xe5\x5c\x9e\x76\x4a\x76\x47\xa7\xd8\xbe\x24\x37\xb9\x26\x93\x38\x73\x33\x95\xe4\x0e\x48\x82\x7f\x22\x12\xa4\x41\x48\x8a\x43\xf2\xbb\x77\x40\x51\x22\xe5\xa4\xd3\xbe\x31\x8d\xc5\xee\x62\xb1\xfb\xdb\xdf\x42\xf6\xb3\x91\xb5\x94\xd1\x2e\xe5\xea\xf7\x4f\xd6\xfe\x8a\xbd\x64\x7f\x1d\x59\xd8\x27\xd6\x8b\xf9\xd5\xfc\xf9\x8b\xf9\xd5\xff\x5b\xaf\xf3\x3c\x4a\x05\xb5\xde\x4a\x9f\x59\xb1\xd6\x85\x63\xdb\xfc\x68\xf3\xa5\x64\xb9\x8a\x46\xd6\xbb\xc4\x17\xb2\x14\x8e\xf5\xc7\xdb\xbb\xd1\x33\x7b\x84\xc3\x9d\xf4\x75\x92\x4b\xfc\x96\x86\xf4\x9a\x54\x3f\xef\x4a\x61\x95\x5a\x25\xbe\xfe\xd9\x3d\x6d\x5a\x37\x58\x53\x41\x2a\x01\xa2\xae\xab\xc6\x0d\x59\x98\xab\x5b\xee\xc7\x58\xd0\xb3\x83\x90\x6e\x49\x15\x88\x54\x68\x61\x89\xd5\x76\xd3\x10\x37\xcc\x15\xde\x73\x65\x6d\xad\x44\x5a\x9a\x8c\x35\x8b\x79\xf9\xfe\x20\x3f\xa8\xbc\x10\x4a\x3f\xe2\x2d\xa9\x6b\x34\x41\x00\xb0\x65\x7e\xcc\xd5\x52\xe3\x39\x99\x4e\x9f\x88\xae\x48\x5d\x63\xe3\x12\xf4\x6a\xbb\x21\xae\x12\x7a\xa7\xa4\x25\x1a\xe3\xfb\x11\x42\x36\x99\x64\x89\xbc\x55\x0a\xa3\x89\x12\x65\xbe\x53\xbe\x40\x84\xbe\x02\xfb\x1e\xaf\xd9\x8a\x3f\xff\xb6\x7c\xfe\xcf\x7f\x4d\x7e\xdd\xac\xe6\xcf\xff\xd6\xaf\x9e\x91\xd9\xc4\x76\x43\x96\xe5\xc1\x2e\x15\x18\xc9\xe8\xe3\xc9\x98\xae\x90\x8c\xd0\x86\xb0\x42\xe5\xfb\x24\x10\x17\x9e\xfb\x2b\x93\xca\x44\xa0\xc1\xbe\x37\xd9\x2e\x17\xce\xda\x5e\xdb\xab\xfb\xb5\xbd\x79\x66\x53\x01\x3a\x4e\x4a\xd7\xfc\x61\x81\x08\xf9\x2e\xd5\x25\x54\x26\xb5\xc5\x9d\xe2\x49\x9a\xc8\xe8\x53\xca\xcb\x58\x94\xce\x78\x4e\x79\xeb\xb1\x74\xaa\x48\x68\xa7\xca\x84\x8e\xf3\xc0\x41\xaf\x6f\xef\x50\x43\x4b\xbe\x17\xbd\xec\xc3\xfb\x4f\x46\xf8\xb0\x13\xea\xf1\x52\x93\x26\xe5\x52\x29\xfe\xe8\x8c\xe7\x0d\x55\x22\xcb\x87\x66\x37\xb7\xef\x6e\xef\x6e\x51\x43\xd1\xb1\x46\xe8\xfb\xad\xa6\x71\x47\x6d\xb8\x93\x48\x68\x58\xa1\x89\xb9\x15\xa2\x68\xf2\x30\xb8\xf3\x96\xfe\x46\xaa\x33\x30\x0e\x38\xa4\x11\xa9\x5a\x2b\x2d\xb2\x22\xe5\x5a\x40\xf8\xe4\xd2\x0a\x57\x0d\x15\xe7\x35\x8d\xc8\x51\x61\xa7\xd2\x0f\x5c\xf1\xac\x84\xaa\x69\xce\x2e\xbf\xe1\x94\x46\xb4\xa4\xf1\xe0\x18\x1f\x7b\xf4\xe1\x98\x6d\x1f\xaa\xc6\x7d\x38\xfa\x8c\xe8\x03\x71\x77\xf8\xa1\x8f\x8e\x1b\xb5\xaf\x98\x93\xe9\x14\x73\xe0\x98\x10\xd7\x18\x65\x6e\x12\x62\x3e\x9d\xf2\x0e\x52\xd3\x29\xfa\x15\x01\xf0\x1e\x74\xa4\xca\xc0\x6b\x75\x03\xe0\xac\xdc\x79\xa5\x56\xf8\x8a\x18\x3b\xb9\x4b\x53\x80\xa0\xae\x91\x41\xa5\xf9\x5e\xa2\xb8\x93\x8e\x5f\x31\x2d\x4a\x8d\x11\x43\xb3\x80\x10\x1d\xab\xfc\x60\x3d\x62\xe4\xf1\x20\x13\x99\x27\x14\xa2\x41\xdf\x12\x01\x04\xac\x2c\xd2\xa4\xd5\x27\x54\xc2\x9c\x46\x10\xb0\x54\xc8\x48\xc7\xae\xfc\x7b\x34\x9d\x86\x2c\x29\x6f\x44\x98\x48\x11\xe0\x8c\xb8\x72\x36\x3b\x66\x40\x40\xb0\x92\x1b\x37\x03\x13\xd8\x18\x20\x5b\x64\x2b\xb1\x71\xae\x9b\x46\xa4\xa5\xb0\x32\xe0\xae\xbf\x7a\xd8\x40\xd6\x9c\x5b\xc5\xef\xd3\xfb\x1a\x7b\xa4\xea\xc4\x1e\x3b\x81\xba\x19\x9d\x15\x02\xa3\x70\x83\x3d\xd3\xe9\xd4\xd4\x89\x34\x47\x94\x4b\x71\xb0\x0e\x38\xa5\x31\x71\xbf\xab\x29\xeb\xf0\x4b\x4b\xe2\x06\xa6\x6b\x74\xae\x1f\x0b\xc1\x74\xfe\xfb\xa7\xf7\xff\x80\x27\x1d\xe3\x1d\xcd\x5b\xe7\x6e\x47\x19\x1e\x9b\x14\x2a\xcf\x92\x52\x0c\x24\x26\xbc\x74\x2f\x82\xd3\x3d\xbc\xc6\xdd\xe1\xb2\x2f\xf7\x19\x15\x91\xe9\x75\xd3\x19\xf5\x87\xcf\x77\xf5\x87\xe5\xdd\xf5\x1b\x32\xb1\x93\x63\x45\x3c\x76\x44\x3a\x71\x03\x93\x97\x01\x58\x96\x34\x33\xbc\x66\x3c\x48\xa8\x1a\x1a\xd3\x94\x96\x6e\x79\x48\xb4\x1f\x63\xae\xa2\x5d\x26\xa4\x2e\xbb\xaa\x90\xca\xe7\xa5\xb0\x5e\x3a\x25\x08\x9a\x42\xe6\xb6\xcb\x5f\x9c\xf6\xf3\xc2\x49\x42\xfc\x15\x2f\x09\xa9\xda\x7f\x38\x21\x55\x0a\xdc\x2d\x61\xe9\x7a\x4a\xf0\x6d\x93\xc2\xd2\x2d\x21\x6b\x8b\x54\x49\xe0\x6e\x0c\x4b\xd7\xb8\x39\x6e\xb7\x5e\xae\x1c\x63\xb9\x48\x81\x3b\xd1\x22\x06\xee\x18\xbd\x76\xff\x78\xd8\xdc\x39\x2e\xba\xb4\x3b\x43\x90\x71\x15\x95\x88\x7e\x17\xb4\xdb\x56\xef\xd0\x92\x91\x95\xc8\x52\x73\xe9\x8b\x3c\xb4\x02\x5a\xc0\x61\x31\x8a\x1d\x8f\x75\xb4\xb1\x58\x6d\x1c\x53\xe3\x00\xc7\x84\xee\x4d\x3a\xbe\x81\xc7\x12\xa9\x85\xf2\x45\xa1\x73\x35\x9d\x5e\x2c\x0d\x78\x8a\x5c\x96\xa2\xae\x5f\xd3\x57\xff\x9b\xea\xad\x52\xb9\xaa\xeb\x6b\x77\x87\xbd\x61\x19\x39\xa9\x50\xd1\x72\x01\x1a\x03\x9f\x4e\x51\x17\xd3\x69\xd5\xbb\x3a\x4a\xf0\x7e\xc5\x37\xf0\x06\x7b\x84\x34\xc4\x8d\x8c\x80\x05\x5c\x73\x88\x89\xab\x59\x29\xf4\xe7\x13\xb7\xe0\x3d\x6d\xc1\xe6\xe3\x98\x7a\xec\x78\x86\x81\x36\xa1\x92\x50\xcf\x70\x10\x71\x25\x6c\xf1\x9e\x30\x1d\x0b\xd9\x0f\x44\x7e\xe2\x1b\xde\x7a\xa6\x19\x14\x3d\x44\x93\x10\xfb\x6d\xa5\xc3\x53\xf6\xb0\x4f\xc6\x00\xe3\xf1\x39\x9d\x17\x0c\xe0\x87\x11\xa2\x0f\xb4\xcf\x35\xe2\xed\xf5\x1c\x94\x7b\x5f\x84\xaf\x11\x1d\x3a\xfa\x7e\x77\xdf\x41\x98\xee\x8f\x11\xf7\x8e\x70\xd1\x55\x1a\xe6\x74\x87\x7d\x3a\x8c\xff\x64\x0e\x00\xa6\x1b\xf3\xd0\xe2\x8b\x82\x15\xbb\x32\xc6\xc7\x42\x73\x42\x9c\x51\x27\xe1\xa4\x21\xc4\xc1\x37\xd8\xa7\x05\xa1\xfd\x5d\x21\x23\x4d\xd1\xb7\x22\x8c\xe7\x2e\x3f\xf3\x06\x14\xa7\xd6\xe4\xcd\xc5\xd1\x4f\x2c\x70\x59\xd7\xb7\x04\xf3\x33\x23\xfd\xc6\x94\x30\xb1\xb5\xc7\xba\x12\xe4\x8f\xb3\xef\xc1\x37\x63\x84\xd3\xd6\xdc\xa3\x9c\xc5\x82\x07\x42\x95\xa4\xa7\x04\xfa\xea\xbc\x38\x2c\xa4\x83\x07\xa1\x4b\x7a\x11\xc7\x15\x2d\x48\x33\xe4\xa7\x15\x9a\xa0\xd9\x25\x25\x78\xd4\x3f\x4f\x10\x1f\x3c\xea\x01\xa7\x1c\xaa\x86\xb8\x1c\x0c\x7d\x30\x9f\xa7\x29\x36\xdd\x44\x79\xcb\x60\xad\xc5\x39\x0b\xe7\xb3\xeb\x9a\x37\x8d\x21\x43\x2f\x91\x41\x7f\x40\x4f\xbe\x66\xce\x75\x53\xcc\x23\xb4\x24\xcd\xc9\x47\xd0\x76\xec\x2d\x84\x4c\xe6\x79\x41\x77\x70\x7e\x6e\x51\x05\x21\x13\x5f\xb5\x90\x01\x7d\x03\x21\xf3\xf3\xe2\x91\x7e\x05\x03\x9d\xdf\xba\x03\xdc\x43\x7f\x3b\xa8\x86\x8d\xe0\x9c\x63\x30\xf3\x75\xd4\xd1\x5e\xdc\x12\x03\xf5\xcd\xcb\x2e\x3e\x8f\x70\xba\xa5\x01\x55\x80\x10\xf5\x20\xbe\x98\xd3\xee\x0e\xfb\xdd\xe0\xb2\xd7\x7f\xda\xa4\x2f\x7a\xd0\xf6\xc3\x8f\x66\xe3\x45\x27\x48\x9e\x09\x44\xdc\xb1\x7d\xbf\x0e\x66\x13\xfb\xc8\xd0\x01\x99\x4e\x83\xe9\xb4\x45\xe5\x47\x11\xdd\x7e\x2d\x30\xc2\xf7\xf5\xea\x7e\xbd\x5e\xaf\x37\xc4\x41\xb3\x60\x86\xf0\x7a\xfd\x67\x3d\x21\x88\x90\xa3\x91\x6f\x4a\xe4\xad\x82\x0d\x8c\xe7\x06\x44\x3e\xf8\x4c\x89\x22\xe5\xbe\xc0\xf6\x7a\xed\xd8\x11\x45\x0e\xba\x94\x6b\x7a\x51\x09\xf0\xba\xa4\x23\x64\x68\x04\xa2\xf6\x79\xbb\xc3\x83\x3b\x0f\x59\x4a\x90\x6a\x0b\xd1\xd3\x47\xac\x20\x8b\xc8\x0c\xe0\xf8\x3c\x0d\x57\x62\xe3\x0e\xa7\xf7\x96\x4c\xa7\xdd\xb0\xde\x2e\x70\x00\x42\xfa\x79\x20\x3e\x7f\x7c\x7b\x9d\x67\x45\x2e\x85\xd4\x78\x4b\xfa\xd8\x7f\x7a\x39\xb7\xa3\x84\xa2\x5f\xd1\x50\xf8\xcb\xb2\x15\x3a\x17\xc2\x17\x2f\xcd\x2d\x27\x97\xb2\xeb\x56\x91\x5e\x0a\xe7\x46\xf1\xa7\x17\xf3\x4b\xe9\x5f\x8c\xea\x08\x4d\x2f\x4f\xba\x69\x1d\xc0\xa5\xea\xab\x56\x38\x43\x84\x0e\x13\x3a\xac\x98\x83\x66\xa2\x2f\x13\x45\x11\x22\xc3\x97\x59\x0f\xfd\x60\xe6\x19\xae\xf9\x4f\x7e\xb0\xbd\x20\xff\xcd\x97\xe9\xd2\xae\x74\x36\x02\xf0\xfb\x97\xdc\xc2\x77\xbc\x99\xdf\x18\x44\xf4\x15\x61\x3f\x7a\x77\xb7\x1d\x3e\xc4\x8c\x3d\x9b\xd8\x14\x21\xf3\xa3\xc4\x46\x4f\x01\x65\xaf\x19\x5e\xc0\xfa\x30\xc3\x93\x7a\xbd\x20\xc4\xa6\xe6\xe5\xe6\xa6\x06\x2a\xa0\x66\x97\xaa\xeb\x35\xb3\x29\xb2\x8d\xc2\x0e\x47\x43\x0c\xf9\xa4\x1a\xa0\x6b\xe5\x6f\xea\x1a\xa7\xdd\x5c\x82\x74\x30\xa0\xe8\x69\xb1\xf2\x37\xe0\x91\x86\x34\x67\x86\xf8\xd6\x6c\xcc\xfd\xf0\x21\x91\x41\x7e\xa0\xc7\x0f\xeb\x7e\xea\x11\x77\x64\xdb\xff\x67\x1d\xf9\xf9\x0f\x5e\x14\x89\x8c\x3e\x7f\x7c\x07\xdd\xf6\xf3\x13\x75\xb3\x2c\x91\xec\x4b\xc9\x32\x5e\x8c\xfe\x1d\x00\x00\xff\xff\xcd\x01\x04\x97\x5e\x0e\x00\x00") + +func uiLibAngularResourceMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibAngularResourceMinJs, + "ui/lib/angular-resource.min.js", + ) +} + +func uiLibAngularResourceMinJs() (*asset, error) { + bytes, err := uiLibAngularResourceMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/angular-resource.min.js", size: 3678, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibAngularRouteMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x84\x58\xd9\x8e\xe3\x36\xd6\xbe\xf7\x53\xb8\xf8\x1b\x0a\x4f\x9b\x4d\x57\x05\xf9\x31\x80\x34\x84\x51\xe9\xf4\x0c\x32\x48\x90\xa0\x97\xb9\x71\x39\x00\x45\x1d\x2d\x6d\x89\x92\x29\xca\xae\x8a\xad\x77\x1f\x50\x8b\x2d\x77\x57\x66\x6e\x5c\x5c\x74\x16\x7e\x3c\xcb\xc7\x5a\xbd\x99\xcd\x1f\x75\xd2\xe4\xd2\xfc\xeb\xe3\xfc\xf0\xc0\x7f\xe0\x7f\x9b\xcd\xa9\x82\xf9\xf7\xf7\x0f\xf7\x6f\xbf\xbf\x7f\xf8\xff\xf9\x3f\xcb\x32\xc9\x91\xcd\x7f\xd6\x8a\xcf\x53\x6b\x2b\x7f\xb5\x92\xbd\xcc\x97\x9a\x97\x26\x99\xcd\x7f\xc9\x14\xea\x1a\xfd\xf9\xaf\x3f\x7f\x9a\xbd\x59\xcd\x68\xdc\x68\x65\xb3\x52\xd3\x8a\x29\xf6\x0e\x4e\xdf\x35\x35\xce\x6b\x6b\x32\x65\xbf\x0b\xc6\xcd\xf9\x81\x1a\x96\xb2\x04\x4e\x06\x6d\x63\xf4\xc9\x60\xff\x89\x4f\xde\xbf\x7b\x24\xcc\xa2\x29\x32\x2d\x73\xff\xee\x9e\x55\x26\x2b\x4d\x66\x5f\xfc\x1f\xee\xef\x99\x35\x52\xd7\x2a\x6f\x22\xf4\x09\xe6\x58\xa0\xb6\x84\xe5\x99\xde\xf9\x17\xbb\x92\xc5\x2c\x64\x11\x7b\x81\xd3\xc5\xdc\x9f\x14\x4e\x3b\xcf\xa3\x09\x57\x52\x2b\xcc\xe9\x0e\xd8\x4e\xe8\x26\xcf\x21\xc8\x3d\x8f\xe6\x7c\x11\x39\x0f\xca\x17\x0a\x2c\x1f\x36\x0a\xcf\xa3\x3b\x91\xf0\x1c\xe5\x01\x69\x01\x6c\xc7\x6d\x8a\xfa\x7a\x42\x38\xf5\x3a\x5a\x60\x45\x2f\xd3\x5e\x2c\x3e\x53\x38\x1d\xa4\x99\x87\xc2\x70\xd5\x18\x83\xda\x7a\xde\x65\xc8\xf3\x52\xc9\xbc\x0e\xb2\x98\x2a\x9e\xd5\x3f\x61\x9c\x69\x8c\x68\xe8\x79\x21\x5f\x58\x2c\xaa\x5c\x5a\x84\x51\x83\xe4\x0b\x8d\x47\x0a\x2c\xba\x2a\x0b\x0a\xf1\x42\x43\x76\xf1\x25\x84\x53\xc2\x51\x5b\x34\x34\x64\xce\x17\x56\x9c\xcf\x31\x7c\xe3\xf1\xdd\xd4\x9e\x85\xf3\xd9\x7a\xde\x9d\xe4\x0b\x3c\xc8\xbc\x9b\xa7\x14\x5a\x08\xfe\xec\x7e\x73\x11\xf1\x5a\x95\x15\x8a\x30\xc8\xf9\x02\x8b\xcc\x52\xb2\x38\x64\x78\x7c\x57\x6a\x8b\xda\xfe\x52\xca\x08\x23\x02\xc1\x2c\x1f\x54\x1c\xa1\xc5\xbc\x46\x87\x78\xeb\xbc\xcf\x59\xc1\x76\xcc\x8a\x90\xcb\xc6\x96\xb5\x32\x65\x9e\xb3\xa3\x08\x79\xa9\xf3\x52\x46\xe7\x33\x21\x81\xe4\x8b\x52\x53\xb2\x30\x65\x63\xf1\x5d\x2a\x75\x82\x1f\x1b\xa5\xb0\xae\x09\x7b\x86\xe0\x99\x42\xdb\x5e\x91\x7d\xa4\xea\xbf\x85\xce\x25\x5c\xde\xba\x78\xf9\x26\x34\x46\x4c\x93\x11\x48\x16\x89\x70\xbc\x8e\x98\xa7\xb6\xc8\x69\x34\xb9\x83\xc0\x7d\xfe\x22\x14\x8d\xb9\xea\xcf\x5c\x53\x80\x20\xec\x66\xee\x30\x68\x3c\xcf\x49\xf4\x38\x49\x16\x89\x94\x4e\x77\x59\x04\x6c\x3a\x7f\xac\x3d\x8f\xca\xcd\xed\xd2\x56\x44\xc0\x62\x1e\x49\x2b\x29\x59\xe8\xe4\xdd\x65\xef\x3a\x22\xac\xfb\x46\xa5\x59\x1e\x19\xd4\x14\xfe\xf7\xe7\x10\xbc\x50\xe9\xc0\xab\x84\xe2\x45\x19\x35\x39\x52\xa2\x93\x0f\x0e\x67\xc2\x36\x44\x27\x64\x0b\xbc\x32\xe5\x21\x8b\xd0\x8c\x37\x40\xd8\x24\x5e\x2e\xb0\x9b\x1e\xbd\x1e\xf4\xb9\xe2\xf8\x6c\x51\x47\xf4\xb7\xf0\x0b\x2a\xcb\x95\x41\x69\x91\x4a\x60\xb3\x78\x92\x05\x29\x95\x4c\x8d\x90\x2b\xae\x64\x8d\x3f\xeb\x1a\x75\x9d\xd9\xec\x80\xbf\x4a\xab\x52\x16\x89\x53\x69\xb2\xc4\xa5\xfb\xef\xd2\xa6\xbe\x64\x06\x13\x7c\xae\x7c\xd9\xb2\x44\x44\x7c\x87\x2f\xb5\xd8\x6c\x03\x29\x24\x37\x58\xe5\x52\x21\x5d\xd1\x0d\x05\xbe\x85\x55\xc2\xc8\xd3\xd3\xe2\x81\xc0\x64\xeb\x69\x05\x6b\x9f\x3e\x1d\x97\x40\x37\x4f\xeb\xa7\x37\x5b\x58\xaf\x12\x36\x09\x02\xe5\xea\x03\x9c\xa4\x20\x6b\x22\x84\x88\xd6\x91\xef\x32\x26\x88\x04\x79\x73\xb3\x90\xf0\xaa\xa9\x53\x7a\xd2\xb2\x40\x3f\x64\x65\xe5\x14\xb8\xaa\x74\x27\x5b\x08\x94\x50\x5d\xf8\xf6\x90\x10\xb2\xa4\x72\x4d\x88\xaf\x60\x49\xe8\xda\xef\xa6\xca\x27\x04\x96\x34\xf2\x3c\x42\xf9\x72\x0d\xe4\x7c\x26\x74\xf3\xc7\x6a\xbb\x04\xb7\x2e\x9d\x3c\x2c\x09\x90\x71\xdc\x4e\x0f\xb2\x79\x5a\x2d\x9c\xfb\xd7\x53\x06\x11\xef\xc1\x11\x1a\x8f\xf3\x0f\x98\xbc\x7f\xae\x28\xf9\x83\x2c\xe5\x92\x2c\x08\x0b\xd7\x24\x23\xce\xe4\xe0\xd3\x3c\xea\x72\x30\x11\xa7\x36\xb0\x69\x56\xf3\x63\x8a\x5a\xbc\x96\x0e\x8a\xab\xb2\x7a\xa1\x31\x04\xae\x3e\x7c\xd6\xd1\x58\x91\xb8\x41\x97\xa7\xbf\xe9\x8f\x28\x8d\x4a\xc1\xf3\xbe\x59\x13\x77\xf7\x10\xcc\xbe\x96\x7b\xed\xae\x7b\xe9\xd7\x76\x44\xe7\xde\xab\x32\x41\xb2\x91\x5b\x71\x09\xb8\x90\x49\xcf\x73\x71\x15\x02\xb8\xfa\x29\xfb\x23\x44\x82\xac\x88\x10\x72\x23\x79\x8e\x3a\xb1\xe9\xdb\x87\xed\x5a\xf2\xba\x09\x6b\x6b\xe8\x3d\xbb\x2e\x83\x2f\x97\x64\x45\x82\x64\x13\x4d\xd4\x9e\x0c\x46\x99\x41\x65\x3f\x95\x2e\xf0\x52\x1a\x39\x03\xed\x80\xa3\xf3\x6e\x80\xf0\x55\xef\xef\x1e\xfa\xcd\xd2\xa6\x68\x8e\x59\x8d\x13\x90\xe1\x44\x5c\x81\xd2\x89\x0b\x2d\xfb\x52\x61\x19\xcf\xa5\xab\x01\xe2\xd6\x26\x5c\xaf\x88\x76\x05\x5c\x5e\xae\x71\x62\x7e\x91\xa0\x15\x1b\x97\xa9\xa5\xfd\xe8\x4a\x0e\x61\x64\xe1\xca\x97\x33\xe6\xc6\x5d\x0a\xff\x2e\x8d\x2c\x6a\x37\xdd\xbb\x9f\x4c\xbb\x24\x2d\x8d\x1b\x8f\x95\xed\x03\xee\x1b\xac\xad\x5b\xaa\xd5\x34\xe7\xc7\xfe\x99\xb2\x8a\x3d\x4f\x0a\x40\xee\x7a\x8c\x83\x1a\x45\x7d\xe9\x42\x33\x7a\x10\x54\x8b\x1d\x05\xf0\x3c\xf4\x3c\xcd\x17\xbd\x07\x42\x08\x1c\xc7\x9e\xa7\x38\xee\x1b\x99\xd7\x54\xf3\x4a\xda\xb4\x77\x8f\xe1\x64\x02\x9e\x77\xa7\xbf\x0a\x2c\xcf\xbb\x3b\xc2\xf9\x7c\x87\x6e\xef\x7c\x96\x7c\x11\x9a\x52\x46\x4a\xd6\xf6\xab\x6e\x61\xa5\xb1\x84\x69\x86\xc0\x23\x8c\x65\x93\xdb\xdf\x0d\x1e\x5c\x3b\x8c\x3c\xaf\xeb\xaa\x55\x3f\xff\xa9\xdf\xa5\x93\x1a\x55\x0c\x9d\xba\xb9\x1e\x8b\xa1\xd0\x2e\xb6\x0e\xd0\xf0\xaa\x73\x4f\xe0\x30\x60\x43\xa6\x8c\x1b\x2c\x04\xf6\x9a\x63\x9f\xab\x48\xba\x52\xda\x40\xd0\xf5\xc3\x2c\xa6\x78\x3e\x37\x70\x14\x77\x0f\x8c\x5e\x2c\x09\x74\xb8\xf1\x6b\x20\x78\x5e\xc7\x08\x3e\x76\x11\x43\xa7\x3b\xb0\x8e\x3b\xbc\xa8\xbd\x59\x66\xa3\x67\x00\xbc\xee\x60\xa3\x97\x95\x4b\x2d\x01\x3f\xe6\x8d\xc9\x6f\x04\xe9\x14\x7e\x36\xe8\x76\x1d\x66\xd0\x02\x30\x91\x07\x16\xf5\x91\x89\xdf\x52\x0a\x77\xb4\x1e\x42\x29\x66\xd7\x84\x6a\x99\xb3\x56\x97\xf9\x01\x81\x85\x2c\x0e\x14\x8f\x4b\xf3\x5e\x2a\x97\xbc\x57\xde\xc2\x10\x4e\x72\x83\x2e\x15\x2f\xc7\x0e\x61\x9d\xf2\x04\x2d\x0d\xc1\x4f\x79\xa6\x0f\xe5\x0e\x47\x5a\xd3\xfd\xa0\x63\x27\x37\xcc\x49\x20\xbf\xf4\xec\xb5\xdb\xf9\xc7\x95\x19\xb9\xaa\x23\xc2\x2b\x2c\xe0\x4f\x45\xe3\x89\xe8\x67\x93\xc3\x70\x03\x17\xf9\xd8\xad\xc4\x22\x9e\xc8\xb3\x1b\x79\xb7\x8f\x3c\xef\xa8\xd0\xa7\xab\x22\xf1\xcc\x0f\x32\x6f\xf0\xb7\x98\xc6\xc0\x42\x51\xd1\x18\xe0\x2b\xaf\x9d\xa8\xbc\xb2\x0d\x11\x5e\x2b\x37\x97\x79\xde\x35\xef\xaf\x01\x8f\xe1\x84\xe2\x1a\xab\xce\xf8\xe0\x80\xe3\x30\x22\x1e\x23\x14\xaf\x11\xfa\x7a\x88\x7e\xc5\xb4\x90\x35\x00\xed\x0d\xa3\xbc\xb5\xf3\xd7\x3a\xde\x1b\xe3\x8a\xcb\x0c\x59\xc3\x42\x68\x27\xc9\xb5\x1b\x92\x4b\xb2\x70\x72\xff\x93\x6e\x1c\x39\x26\xe7\xbe\xd8\xbb\x84\xdb\x8b\xbb\xa1\xc8\xa4\x62\x8c\xc8\x60\x3f\x90\x80\x8e\x8a\xe5\xae\x97\x65\x31\x1d\x1b\x21\x64\x31\x4d\xc5\x38\xe3\xf8\x8c\x8a\xa6\x00\xa7\xb8\x34\xd4\x7d\xbf\x13\x0f\xac\x10\xe9\x50\xfd\x83\xdd\xdf\x8b\x60\xb9\xdc\xf5\x36\xb4\xd8\x6f\x76\x6f\x1f\xb6\xac\x12\xe9\x66\xb7\x0d\xb4\xe7\x55\xee\x31\xb0\xd1\xdc\x75\xfc\xad\xa8\xa0\xdd\x8b\xbc\x27\xb4\xfb\x8e\xe1\x07\xd3\xf1\x5e\x48\xb1\x6f\xf7\x5d\x78\x19\x1a\xb1\x53\x0f\xb8\x3f\xcd\x81\x6b\x3a\x31\x09\xec\x9a\x70\xae\xe0\xb3\xf0\x52\x2d\x23\x17\xd0\xc3\xd5\x87\xe7\x73\xb2\x71\x06\xb6\x9e\x67\xe8\x30\xbc\x28\x3f\xb5\x53\x2d\xa7\x76\x8a\xb6\xed\xda\xe2\xd0\x0f\x37\xdb\x09\xe2\x03\xbd\xe0\x75\x95\x3b\x0e\xef\x13\xb8\x21\x44\x5d\x12\xdf\x0b\x21\x14\x44\x3d\xe7\x91\x7d\xdd\xea\x74\xc5\x42\xf2\xc2\xf5\x39\x47\xae\x1c\xad\x5a\xfb\x9b\xb5\xa3\x55\x94\xbf\x81\x15\xb0\x59\x22\xe2\xcd\xc3\x36\x18\x44\xc3\x4d\xb2\x85\x71\x12\x6f\xbe\xdf\x76\xa6\x83\x08\x73\xb4\x38\x77\xbb\x6d\x3b\x89\xf3\x2f\x65\xa6\xa9\xa3\x3e\xce\x54\x57\x1e\x35\x3b\xb0\x5a\x9c\x3a\x64\x6a\x3f\x61\x7d\x57\xf0\x27\x25\xe7\x28\xee\xee\x83\xe1\xd5\xf2\x58\xbf\x68\x35\xad\x47\x39\x85\xa0\x70\xef\x97\x96\x35\x5d\x15\x1e\xb0\x9a\xb6\xe4\x2c\xa6\x7d\x37\x1f\x83\x7b\x3a\x1b\x6f\x05\xa4\x98\x5e\xe5\xcd\x27\x43\x6e\x49\x60\x97\xaa\xfc\x9a\x0a\x3e\xa5\xb6\x4c\xc2\xa4\xbe\x0e\x08\xcf\x6d\x6a\xca\xe3\xfc\x47\x4a\x74\xe9\x44\x08\x04\x6d\x7b\x79\x12\x8d\x9d\xfd\xa6\xcf\xe5\xf0\x57\xfb\x63\x2e\x17\x17\x7c\xeb\x76\xdb\xf6\x8f\x98\x1f\x85\xe2\x8b\x45\x91\xe9\xf7\xc6\x5c\x5f\x01\x10\x54\xdf\x3c\x00\x46\xf6\x30\xc1\xf4\xca\x3d\x26\x8b\xc3\x03\xac\x75\xd7\x39\xab\x78\xdf\x58\xb2\x43\xf7\xc6\xf8\x77\x86\x47\xc2\x0e\x4e\xfd\x2b\xeb\x8f\x10\x1c\xf8\x40\x4b\x7a\x36\xd3\xbd\x3b\xc8\x42\x6a\x95\x96\xe6\x63\xf7\x4c\xec\xe7\x59\xe1\xfa\xe8\x36\x78\x9c\x7e\xaf\xca\xa2\xca\xf2\x4e\x42\x4d\x5e\x3c\xa3\xa2\x6d\x0b\xf4\x98\xe9\xa8\x3c\xb2\xfe\x0f\x1f\xfe\x6b\x01\xc1\x6c\xb5\xfa\xbf\x79\x5d\x36\x46\xe1\xaf\xb2\xaa\x32\x9d\x7c\xfe\xf0\x8b\x18\xb6\xdf\xf6\x77\x56\x64\x9a\x7f\xa9\x79\x21\xab\xd9\x7f\x02\x00\x00\xff\xff\x0f\x6e\x6b\xeb\x26\x11\x00\x00") + +func uiLibAngularRouteMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibAngularRouteMinJs, + "ui/lib/angular-route.min.js", + ) +} + +func uiLibAngularRouteMinJs() (*asset, error) { + bytes, err := uiLibAngularRouteMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/angular-route.min.js", size: 4390, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibAngularSanitizeMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x38\x69\x77\xe4\x28\x92\xdf\xfd\x2b\xd2\x74\x6d\x1a\xec\x50\x66\xda\x55\xd5\xbb\x9d\xb2\xec\x75\xd7\xd1\xc7\x54\x4d\xf7\xeb\xe3\xcd\xce\x28\xe5\x7d\x08\x21\x89\x4e\x04\x2a\x40\x79\x94\x33\xf7\xb7\xef\x03\xe5\xe5\x9a\x9e\xf7\xe6\x0b\x8a\x08\x88\x20\x6e\x04\xe3\xcb\xb3\xc1\x83\xaa\x3a\x49\xcd\x8f\xbf\x0e\x16\xd7\xa3\x57\xa3\xff\x3c\x1b\x60\x46\x06\x37\x93\xeb\x49\x74\x33\xb9\x7e\x3d\xf8\x4e\xeb\x4a\x72\x18\xfc\xa0\xd8\x68\x50\x3b\xd7\x4e\xc7\x63\xda\xf3\xfc\x61\x47\xda\x54\x67\x83\x0f\x82\x71\x65\xf9\x74\xf0\xf1\x87\xdf\xce\x2e\xc7\x67\xb8\xec\x14\x73\x42\x2b\xac\xa0\x86\x96\x3c\x5d\x74\x96\x0f\xac\x33\x82\xb9\x8b\x78\x3f\x39\x78\x87\x29\x79\x5a\x50\x33\x28\x93\x34\x8b\x0d\x2e\xa1\x1e\x29\xad\x5b\x32\x62\x35\x35\x16\x53\x12\x1b\xee\x3a\xa3\x06\xe5\xe8\x0f\x2d\x14\x46\x88\x6c\x0f\xdc\x15\xa6\x50\xf6\xfc\x45\xf2\xb4\x05\x96\xd0\x91\x6d\xa5\x70\x18\x01\x22\x90\xc7\xa5\x36\x38\x4f\x26\x71\x7e\xcb\x46\x92\xab\xca\xd5\x71\x7e\x75\x45\x8a\xb4\xbc\xaf\x47\x52\x2f\xb9\x61\xd4\x72\xcc\xd2\x3c\x23\x53\x3f\x66\xc9\xf9\x64\xbf\x63\x71\xdc\xe8\x7d\xbf\xd1\x01\x2f\x30\x85\x1c\x0a\x90\xe4\x29\x4f\x4e\x25\xe5\x24\x16\x25\xb6\x5e\x9e\xdf\x3b\xe6\x23\x49\xad\xc3\x64\x38\x74\xe9\x1e\xce\x62\xc2\x30\x42\xb0\xc7\x49\xdc\xa5\x79\x36\x1c\xee\xf1\x24\xc9\x87\xc3\xb0\x22\x27\x31\x96\xc9\x22\xcd\xb3\xcd\xe6\xfc\x5c\x92\xcd\x86\x8f\xda\xce\xd6\x7e\x1b\x6f\x74\x93\x3c\x6d\xe3\x62\x64\x78\x2b\x29\xe3\xf8\x3b\x38\x38\x3d\x07\x0a\x25\x30\x28\xc8\x53\x93\xd2\x2c\xf9\x84\xcb\xcd\x86\x6d\x36\xc5\x66\xe3\x3d\x48\xe2\x72\x64\x1d\x35\x6e\x38\xdc\x01\x38\x87\x06\xe4\x89\x6f\x99\x97\xd1\xfb\x96\x25\x13\x28\xbc\x5d\xf4\x99\xad\x94\x04\x1b\x59\xc2\x77\xbe\x8d\xce\xae\xe3\xc9\x6d\xc2\x86\x43\x9e\xb2\xec\x3c\xa1\x31\x8b\xa2\xe0\x10\x4f\x25\x4f\x7e\x75\x71\x5c\x7d\x1d\x17\x77\x09\x8b\x8b\x28\x22\xe5\x88\xab\xc2\xeb\xc2\x55\x81\x79\x5a\x64\x24\xde\x2f\x4b\xd8\x76\x8b\x7c\xde\xa8\x0a\x9d\x27\x89\x5b\xb7\x5c\x97\x03\x3a\x1c\x62\x9a\xa8\x4e\xca\x24\x49\xe8\x66\x83\x3a\x55\xf0\x52\x28\x5e\xa0\xe4\xb8\xe8\x1e\xa1\x29\x42\x57\xb4\xf7\x56\x0e\x73\xe0\x49\x9a\x41\x93\x50\x90\x21\x37\x7a\x97\x27\x07\xb7\x91\xa7\x5d\xec\x79\x7a\x54\x33\xdb\xc6\x34\x26\x4f\x32\x41\x28\x9e\xfb\xfc\x10\x25\x3e\xc6\x75\x79\x8c\x2b\xa1\x09\x3d\x04\x43\xf1\xe5\xe0\x17\x5e\xbd\x5b\xb5\x18\xe1\x74\x36\xfb\xdb\x6c\xb6\xcc\x2e\xc9\xed\x6c\x66\x2f\x67\xb3\xb1\xff\xa0\xab\x3d\xeb\x15\x4a\x1f\xef\xb2\xcb\x3b\x04\x48\x20\x72\x0c\x23\x85\xdc\x67\x58\x7e\x90\xfa\x3d\xa0\x17\xd7\x88\x1c\xf0\x1f\x7a\x3c\x2e\xfb\x7a\xf1\x2e\xec\x0b\xe7\x13\xce\xc9\xbe\x76\x10\xda\x12\xf8\x22\xe5\xb8\xb4\xfc\xc9\x47\xc6\xfb\x6f\x24\x54\xc1\x57\x3f\x95\x18\xcd\x56\x2f\xd9\x79\x14\x21\x42\xf2\x53\x72\x14\x21\x78\x45\x60\x72\xeb\x53\x93\x06\x21\x3f\x1c\xe7\x66\xab\x97\x1c\xc1\x59\x4e\x92\x90\xba\xb8\x1c\x31\xdd\x34\x5c\x85\xec\xda\x81\x98\x8e\x6c\x97\xf7\x71\xc4\xaf\x20\x27\x04\xbc\xb7\x8e\xb4\xfc\xea\x25\x81\x79\x72\x7e\xdd\xeb\x36\x10\x25\x5e\x8d\x1c\xb7\xce\xe7\x99\xd7\xd4\x2b\xd4\x50\xc7\x6a\xbc\x22\xcf\x3c\x9d\xa7\x93\x0c\x10\xea\xb9\xb7\x7b\xe6\x1f\xff\x05\xf3\xba\x67\x3e\xd9\x38\x9d\x64\xbb\x58\x13\x08\xc8\x5e\xf0\x1a\xd8\xa9\xd0\xbf\xec\x25\x0e\x87\xf8\x44\xe0\x67\x42\xee\x71\x9e\xbe\xca\x42\x4a\xfe\x7b\x92\x3f\x43\x41\x76\xd6\x4e\xb1\xbc\x4a\xd0\x2d\xfa\xc2\x1d\xd7\x84\x90\x78\x3e\x1c\xe2\x67\x71\xb8\x45\x04\xe4\x55\x32\xb9\xcb\xef\xe9\xf4\x74\xf9\x04\x72\xef\x50\x3f\x81\xd0\xb3\x99\x9c\xc0\x9f\x24\x87\x24\x84\x6c\x43\x45\x27\x0d\x71\xb5\xd1\xcb\xc1\x07\x8c\x72\x5a\xb4\xd4\x58\x8e\x80\x92\xb8\x49\xe8\x96\xe1\x93\x8e\xf0\xc9\xf7\x6a\x51\xe2\x73\x4a\xf6\x79\x15\x3f\x8c\x84\x52\xdc\x7c\xff\xdb\xc7\x0f\xc9\xd9\x31\x24\xe3\xdb\x71\x05\x68\x28\x5d\x8c\x0e\x0d\xfc\x61\xe4\xf8\xca\xbd\xd1\xca\x71\xe5\x8e\x52\xbf\xf5\x52\x77\x4b\x4e\x04\x0c\x83\x00\xda\xb4\xf1\x49\xb6\x7f\x3c\xa9\x8c\x7d\xdb\xa7\xc1\xa6\x37\xba\xe0\x0f\x0e\x4f\x48\x4c\x9f\x53\xae\x0f\x45\x30\xfc\x0a\x5d\xe1\xeb\xc9\xcd\xab\x4b\x5c\x44\xaf\x5f\xdf\x7c\xf3\x35\xb9\xc2\x34\x7a\xfd\xf5\xcb\x9b\x09\xb9\xfa\xfa\xf5\xeb\x97\x5f\x93\x2b\x14\xa3\xed\x71\xbf\xbf\x3e\xdb\xef\x44\xce\x17\x9b\x7e\xc1\x76\x6a\xfd\x91\x78\x17\x88\x95\x27\x1e\xad\x37\xa7\x27\xd8\xf9\x35\xb0\xa4\x1e\xe5\x42\xf9\xf3\x85\x86\x56\xbf\x57\xff\x29\x74\xe9\xe9\x49\x67\x98\x03\x27\x4f\x5f\x76\xe4\xf8\xbc\xf0\x2d\x89\xfa\x64\x2c\x12\x4a\xe2\x62\xb3\x39\x9f\x9c\x27\xc9\x9b\x94\x66\x9b\x0d\x66\x7d\x0e\x31\x4c\x09\xd4\xa3\x52\x9b\x77\x94\xd5\x78\x7e\xb4\xb3\xf0\x52\xbd\x3a\xf3\x67\x92\x39\x81\x2a\x41\xa2\xa9\x7c\x7b\xa5\xc3\x21\xb2\x86\x79\x70\xbe\xd9\x9c\xa1\x9c\xb2\x79\x65\x74\xa7\x42\xf3\x9d\xc7\x61\xc3\x9f\xd2\xb9\x3f\xb5\x7c\x7f\x79\x9b\xce\xb3\xe1\xf0\xbc\xc4\x05\x54\xa4\x57\x62\x10\x94\xe0\x7e\xb8\x48\xd0\x85\xff\x7e\x8b\x7d\x4d\x30\x7c\x81\x2e\x08\x09\x0d\x8b\xdf\xa3\xf1\x1d\x9a\xa2\x3b\x44\xc8\x16\xb8\x2a\xa6\xa7\xe1\xf8\x27\xd3\xff\xc4\xd4\xf1\xde\x56\x86\x83\x94\x98\x26\x49\x11\x5c\x73\x7e\x4d\xb6\x10\xaa\xe1\x99\xd0\x62\xb3\xf1\x9a\x50\x42\xb6\xdb\xad\x77\xc3\x87\xa4\x1e\xbd\x78\xd1\x08\xf5\xce\x18\x8c\x5e\x58\xaa\x84\x13\x9f\x39\x22\xf0\x39\x19\x3f\xde\x62\x7c\x3f\x4d\x69\xf4\xf9\x21\xfa\x47\x46\xd2\xd9\x72\x1a\x65\x97\xc4\x13\x67\xf6\xaa\x47\xaf\x02\x72\x99\xcc\xec\x25\xbe\x9f\xe2\xfb\x29\x4a\x1f\x51\x76\x89\xc8\x06\xdf\x4f\x2f\xd2\xc7\x8b\xec\xf2\x82\x6c\xd2\xc7\xbb\x99\xcd\xae\x08\xb9\x27\x97\xc4\x2f\x9d\x8d\xef\xc3\xf7\xee\x9e\x8c\x61\xed\xb7\x9a\x8d\x3d\xbe\x13\x4a\xfa\xf3\x62\x0c\xdf\x25\xe3\x03\xed\x9f\x76\x0a\xda\x3d\xa2\x8c\x5c\x92\xdd\x7e\x3d\xe5\xc2\x53\x2e\xc8\x06\x1f\xb6\x25\xf7\xe3\x0a\xfe\xe2\xb7\x19\xc3\x8f\xfd\x6e\x63\xf8\x3e\x19\xef\xce\x03\x3c\xba\xbc\x27\x7d\xa3\x1f\x57\xb0\x4a\xc6\xb7\xe7\x6f\x7f\x7a\xf3\xdb\xdf\x7f\x7e\x87\x83\x22\xf7\xe4\x6e\x2c\xe0\xec\x07\x3f\x31\x4b\xdf\xbc\x7d\xf8\xed\x61\x96\x06\xa6\x2c\xdb\x31\x7d\x4c\xc6\xe9\xac\x7b\xfb\x5f\x93\x49\x34\xeb\xde\x7e\xfb\xfe\x7d\xe6\xd1\x37\x3d\xfa\xfe\xfd\xfb\x6c\x5c\xc1\x5f\xbd\x31\x8f\xb3\xaf\xa2\xff\xdb\x0c\x36\xe7\x19\x19\x57\xb0\x48\x2a\x8c\xa8\xe1\x14\x72\x03\x4c\x4b\xa8\x0d\x88\xa6\x82\x65\x6e\x10\x89\x95\x9f\x65\x5a\xfa\xec\x6b\xa1\x28\xa0\x70\x20\x05\xb4\xe0\x72\x5d\xac\xc1\x15\xe0\x4a\xad\x1d\xb8\x1a\x5c\xcd\x69\x01\xce\x73\xb5\x9e\xcb\xb4\x60\x1c\xea\xff\x0c\xba\xa4\x1e\xf1\x95\xf3\x3f\x1f\x4f\x5b\x68\x41\x11\xb0\xcf\x48\x0a\xbc\x16\x45\x61\xb8\xb5\x40\x8d\x13\x4c\x72\xa0\x56\x14\x1c\x72\xa9\xd9\xfc\x53\xa7\x1d\x07\x46\x5b\x9f\x47\xc0\xb8\x72\xdc\x40\xc1\x25\x14\xc2\x40\x21\x16\x50\x48\x28\x45\xd5\x19\xee\x3f\xfb\x75\x5e\x35\x6e\xa0\xbe\x86\xfa\x06\xea\x97\x50\xbf\x82\xfa\x35\xd4\x5f\x83\x57\xd5\x4f\xf4\x66\x79\x8b\x95\x85\x86\xb6\xd0\x70\xd5\x81\xa2\x0b\xd0\x12\x5a\xc3\xc1\x32\x23\x5a\x07\x96\x87\x04\x06\x47\x73\xc9\xa1\x93\x88\x10\x70\x5f\xd8\xe4\x0d\x00\x9a\xe7\x06\x28\x33\x5a\xad\x1b\xc8\x21\x2f\x04\xe4\x85\x86\x5c\x54\xc1\xbd\xc2\x1b\xa1\x0b\xde\xab\x5e\x2a\xe0\x0d\x94\x5a\x39\x10\xc1\xe7\x5e\x8b\x79\x5e\x80\xa4\x39\x97\xbd\x3e\xd4\xcc\xe1\x13\x98\x2e\x5f\x43\x70\x28\x58\xb0\xb4\x69\xc1\x36\x54\x4a\xb0\x2d\x55\xe0\xcf\xa1\x39\xf7\x1f\xad\x2a\xb0\x5d\x0e\xb6\x6b\xc1\x89\x86\x83\x73\xd0\xc1\x82\x1a\x5f\x99\x67\x7d\x2c\x85\xf1\xae\x2d\x78\x69\xa1\xe0\x96\x01\x97\x52\xb4\x96\x07\x35\xa2\x92\xb2\x13\x28\x52\xb4\x39\x45\xad\x61\x50\x41\x25\xd7\x6d\x0d\xf5\x9c\x1b\x05\xa2\xa1\x15\x07\x29\x14\xa7\xe6\x3b\x43\x0b\xc1\x95\x0b\x68\x50\x9c\x1b\x68\xb8\xa3\x05\x75\x14\x1a\x61\xad\x50\x55\xd4\x73\x37\x2d\x75\x35\xf4\x83\x96\xeb\x4a\xab\xf0\x0d\x9c\x5e\x0c\x95\x07\x69\x86\x33\x07\xd6\xe9\x16\xec\xa2\x02\xbb\x14\x8e\xd5\xe0\x0f\x3a\x70\xc2\x49\x0e\x2e\xf8\xa0\xb3\x7c\x97\x6a\x4b\x6f\xe5\x3e\x6c\x6e\x2d\x7d\x27\x79\xf3\x2c\x54\x0b\xb0\xe0\xfd\xa2\x08\xbc\xf5\x8b\x8f\xdd\xb5\x0f\x50\x6d\x78\x09\x52\xab\x2a\xf8\xc7\x1b\xdd\x59\xee\x83\xb1\x92\x42\xcd\xa7\x7e\x7a\x5f\x19\x7d\xb8\xa5\xa8\x14\x50\xe9\x80\xae\x84\x85\xbc\x62\x5a\x6a\x03\xb9\x36\x3e\xc7\x18\x97\xb2\xa5\x45\x21\x54\x15\x60\xdb\x52\x16\x60\x49\xad\x05\x26\x39\x0d\x65\xa7\xc3\x68\xc3\xe0\x0d\x62\xba\x69\x29\x73\xc0\xb4\x36\x85\x0d\x69\x1e\x82\xd3\x67\xae\x85\x9a\x8b\xaa\x76\x41\x57\x49\x55\x05\xb5\x97\xcb\x41\x58\xaf\x68\xa0\xf8\xa1\xf3\xe1\x51\x3a\x58\xa4\xf4\xd2\xd0\x16\x0c\x97\x60\xf8\x02\x8c\x5e\xda\x30\xf8\xdd\x4c\x27\xb9\x05\xcb\x74\x1b\x52\x5e\x4b\xe9\x55\xb4\x35\xf5\xb8\xf8\xcc\xf7\x89\x46\x7d\x02\x76\x4d\x43\xcd\xda\xd7\x42\xf8\x6d\x02\x47\x4d\xc5\x0f\xe1\x58\xb7\x1c\x16\xbd\x4b\x16\x54\x76\x1c\x16\xbd\x66\x4b\x51\xb8\x1a\x91\xf8\x2c\x34\x07\xca\x7c\x0d\x47\x3b\x2b\x28\x63\x5d\xd3\x49\xea\x38\x78\x4f\x39\xb1\xe0\x40\x65\x5b\xd3\x9c\x3b\xc1\x80\x1a\x9a\x0b\x16\x95\xda\x34\x40\xad\x67\x84\x9c\x5a\xfe\xb3\xd1\xa5\x90\x1c\xf2\x5c\xaf\x20\xe7\x95\x50\x90\xaf\x81\x51\xc9\x3e\xfa\x12\x63\xb4\xdd\xcb\xdf\xf9\x7a\xef\x65\x6d\x22\xc3\x55\xc1\x4d\x88\x43\xff\xbf\x04\x6c\x05\x6c\x0d\x05\x14\x2b\x28\xd6\xa1\x34\x3c\xb5\x10\xb6\x95\x74\x0d\x45\x67\xfc\xf9\x08\xa5\x90\x32\x0c\x91\x77\xd9\xbe\x36\x1a\x21\xd7\x3d\x1c\x9c\xd5\x43\xce\x70\x9f\xaa\x3b\x64\xbd\x5f\xbd\xa0\x46\x50\xe5\x7a\x64\xd9\xeb\x57\x1a\xdd\x40\xb9\x82\x72\x0d\xd5\x35\x54\x37\x7d\x8d\xf5\xe5\x57\xed\x0a\xe1\x77\x25\x9c\x85\x9a\xaa\xca\x6b\xbd\x0f\xbf\x36\xe2\x73\x44\x8b\x45\xb4\xda\xc1\xda\x88\x4a\xa8\x68\x05\xa2\xe0\xba\x32\xb4\xad\x05\x83\x39\xcc\xf9\xfa\x67\x2d\x94\xb3\x1e\xfa\xb5\xf5\x85\x16\xc0\xdf\x44\xc3\x6d\x9f\x2f\x7d\xc5\x46\xde\xca\x1d\xd8\x88\x03\xd8\x87\xbe\x47\xbe\xef\xf7\xee\x91\x5e\xad\x1e\xfe\x9b\x0f\x31\x34\xd4\xd5\xbc\xa1\x4e\x30\xea\x7b\xd8\x0a\x1a\xa1\x40\x97\xa5\xe5\x0e\xb4\x4f\x7e\xb7\x06\x6d\x42\x6d\xf7\xca\x82\x5e\x70\xe3\x35\x8a\x5a\x6d\x45\xe8\xb3\x07\x8a\xab\x05\x9b\x2b\x7f\x28\xb4\x54\x69\xcb\xa3\x6b\x38\xb4\x8e\x0f\xe1\xc7\x1f\xda\xde\xae\xd6\x70\xcb\xcd\x82\x3f\xd8\x96\x33\xf7\x0b\x75\x42\x83\x01\xc3\xcb\xff\xf1\xc3\xdf\xc1\xf0\x96\x53\xf7\x46\x77\xa1\xa7\x78\xf8\x6d\xe7\xe7\x3f\x75\xc2\xf0\xe2\x9d\xef\x0e\x56\x68\x65\x0f\xa4\xf7\x9c\xba\xce\x70\x4f\xe8\xad\x37\xda\xf9\x0c\x35\x2b\x30\x6b\xb0\x32\xd4\x8a\xe3\x4d\x1d\xc6\x45\xe8\x51\x51\x9f\x63\x01\xdc\xdb\xda\xb7\x67\x7f\x05\xe8\xaa\xfa\x68\xe2\x73\xf2\xd1\x4e\xdf\xc6\x77\xdd\x7c\xce\xa3\x82\xda\x9a\x1a\x43\xd7\xa7\x84\x9d\x33\x77\x14\xef\x27\x46\xdb\x53\xf4\x0f\x2d\xd4\x1e\x6f\x84\xf3\xbe\x6c\xc4\x81\xe1\x44\x31\x8f\x86\xc2\x04\xbb\xf6\x56\x7c\xd8\xf7\x8c\x7d\x4d\xf3\x95\x8b\xa8\x62\xb5\x36\xe0\x34\x38\x43\x95\x0d\x65\x18\xca\xbc\xbb\x86\xee\x06\x3a\x5f\x49\xcf\xc3\x77\x24\x1d\xed\xea\x94\x08\x27\xdf\xee\x1b\x19\xaa\xaa\x80\x39\x1b\xb5\x3e\xef\x9a\xbe\x5f\x58\x58\x70\xe3\x23\x01\x0b\xc1\x97\xdf\xea\x15\x2c\x84\x15\xb9\x90\x5e\xe5\x5e\xd7\x30\x5a\x58\xc1\x6a\x5f\xe0\xab\x6b\x58\xdd\xec\xfa\x33\x65\xae\xf3\x71\xda\x61\xc6\xb7\xb3\x3d\x76\x02\xda\x5a\x2f\x77\x60\xdf\xb9\x76\xb0\x37\x6c\xd5\xc8\xa9\xef\x30\x01\x08\xc5\xe1\x81\xbe\x8f\xad\x1a\xa9\x6c\x3f\x4e\x03\x0b\xac\x61\x7d\x0d\xeb\x1b\xf8\xac\x75\xf3\xa0\x8a\x9f\xa9\x42\x70\x76\x3e\xe9\x8f\xa3\x9f\x9e\x1d\x3d\x6f\xfb\x7f\x9f\x87\xa4\xd0\xac\xf3\xb7\xf6\x11\x33\x9c\x3a\xfe\x4e\xf2\x70\x87\x47\xad\xf1\xe7\x58\x3d\x6a\x74\xd1\x49\x8e\x91\xaa\x7e\xdd\xff\x10\x43\x9a\x91\x51\x6b\xf4\x42\x14\xfc\xd9\x9f\x32\x9c\xbc\xae\xb8\x5a\xd8\xd1\x8b\x8a\xbb\x24\x45\x2f\x0e\x4b\x7e\x37\x02\xfd\xc9\x4d\x6b\x70\x20\x1d\x6e\x48\x69\x16\xbf\xc7\x25\x18\x5c\x1c\xd7\x33\xc8\xf7\x1c\xe7\xe3\xc7\x4e\x59\x5a\xf2\xf1\xee\xaa\x1e\x26\xc9\xf6\xf0\x12\x32\x28\x8e\xaf\x88\xdb\x6c\xfb\x2f\x4c\x21\xa3\x52\x48\xe7\xad\xf0\x0e\x5c\x23\x48\xff\xd4\x9c\xc3\xcb\xe5\x18\xe3\xd2\xb5\x9b\xda\xb9\xd6\xde\x93\xe9\x6c\x3c\x1b\x6f\xf0\x72\xb9\x9c\x8d\xc8\x06\x37\x54\x48\xa7\xa7\xe4\x3e\x7d\x88\xfe\x41\xa3\xcf\x93\xe8\x9b\xd1\xff\xfe\xc7\x55\x94\x5d\xfd\x37\x99\xfd\x7a\x99\x3e\xce\xec\x28\x06\x4c\x9e\xb6\xb7\x77\x68\xd6\xdd\x4c\xae\x8b\x30\x7e\x93\x8d\x05\x14\xc9\xf8\x71\x27\x60\x2c\xe2\x2f\xdd\x12\x2c\x3f\x5c\x25\xe7\xe1\x52\x34\x1c\x56\xfd\x13\xe1\xbb\x70\x89\x39\xcc\x72\x4c\xe1\x8c\x91\xa7\xdd\x2c\xba\xa5\x83\x10\x49\x61\xdf\xf6\xef\x66\x38\x27\x07\xde\x8b\xbe\xbe\x12\x74\x01\x39\x5c\xa0\xc1\x05\x89\xf7\x33\xfe\xac\xf6\xf4\x93\xab\x3a\x0a\x17\x5b\xff\x0b\x1c\x23\x02\x17\xe8\xee\x82\xc4\x73\xcc\x0e\x3c\xe8\x76\x4c\xef\x50\x78\x6e\x38\x67\xbb\xa7\x83\x01\x0b\xef\x6f\xe1\x11\x13\x64\xc2\xa0\x4a\xd2\x0c\x14\xb4\x71\x93\xc8\xdd\xc3\x4a\x49\x62\xa2\x92\x26\x9d\x64\xd0\xa4\x37\xd9\x66\xd3\xa4\xaf\xfc\xc5\x4e\x25\xb8\x49\x5f\x66\xf7\x68\xf7\x12\x8d\xa6\x68\xe7\x23\x44\xae\x14\x81\x36\x69\xfa\x17\x13\x98\x63\xb9\x7b\x09\xc1\x13\x68\x09\x01\x8e\x15\x34\xa7\x0f\x31\x05\x20\xff\xb3\x2c\x13\x79\xf2\x64\xd2\x5e\x35\x27\x2f\x37\xf1\x1c\xcb\x43\xfe\x50\x5c\x1d\x32\xc8\xa7\x10\xd9\x12\xbc\x14\xaa\xd0\x4b\xe8\x3f\xa3\xdd\xbb\x38\x89\xcf\xc6\xe3\xaf\x06\x56\x77\x86\xf1\x8f\xb4\x6d\x85\xaa\x7e\xff\xe5\x43\xb2\x9b\x8e\xf6\xf9\x34\x6a\x84\x1a\xfd\x61\x47\x0d\x6d\xff\x3f\x00\x00\xff\xff\xa7\x37\x4a\x49\x8a\x17\x00\x00") + +func uiLibAngularSanitizeMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibAngularSanitizeMinJs, + "ui/lib/angular-sanitize.min.js", + ) +} + +func uiLibAngularSanitizeMinJs() (*asset, error) { + bytes, err := uiLibAngularSanitizeMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/angular-sanitize.min.js", size: 6026, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibAngularMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xcc\xbd\x79\x77\xdb\xb6\xb6\x38\xfa\xbf\x3f\x85\x85\xa3\x1f\x2f\x50\xc1\xb2\x9c\xf6\x4e\xa4\x51\x5d\x4f\x99\xec\xd8\x49\x9c\xa1\xa7\x8c\xda\x05\x82\xa0\xc4\x8a\xa2\x64\x92\xf2\x24\xea\xbb\xbf\x85\x0d\x90\x04\x25\x25\xe7\x9c\xdf\x7d\x6f\xad\xd7\xd5\x58\x24\x88\x79\xd8\x13\xf6\x70\xf8\xd3\xde\xfe\x49\x3a\x5e\x26\x3c\x7b\x7b\xbb\x7f\x7f\xd4\xff\xa5\xff\x9f\x7b\xfb\x58\x90\xfd\x17\x83\xa3\xc1\xc1\x8b\xc1\xd1\xbf\xef\xbf\x9a\xcf\xc7\x89\xa4\xfb\x6f\x52\xd1\xdf\x9f\x14\xc5\xc2\x3d\x3c\xe4\xba\xcc\x5f\x79\x7f\x9e\x8d\xf7\xf6\xaf\x62\x21\xd3\x5c\xba\xfb\xef\xde\x7c\xda\xfb\xe9\x70\x0f\x47\xcb\x54\x14\xf1\x3c\xc5\x1f\xe8\x6f\xf4\x81\xac\xfe\x6d\x99\xcb\xfd\xbc\xc8\x62\x51\xfc\x9b\x57\x7d\xdc\x7f\x83\x03\xb2\xca\x64\xb1\xcc\xd2\xfd\xba\x04\x59\xdd\xf3\x6c\x9f\x33\x9e\x8d\x97\x33\x99\x16\xb9\x3f\x18\x51\xe1\x09\x86\x7c\xd4\xc3\xc1\x30\xe8\x21\x17\xb9\x08\x91\x1e\xef\xa1\x51\xd5\x21\x99\x65\xf3\x2c\xef\xb7\xfa\x75\x08\xc3\x39\xac\x4a\x1d\x9a\x52\x5e\x34\xcf\x30\x67\x47\x1e\x3f\xae\xdb\xe8\x27\x32\x1d\x17\x13\x8f\xf7\x7a\x64\x25\x98\xe8\xe1\x23\xc6\xf8\x10\x0d\x91\x8b\x1c\x44\x7a\x68\x81\x7a\x98\x1f\x1c\x91\x1e\x62\xc8\x53\x1d\x0c\x99\x4c\xc5\x3c\x94\x9f\x3f\xbe\x39\x9b\xcf\x16\xf3\x54\xa6\x05\x95\x9e\xb4\xfa\xcd\x47\x9e\x64\xa8\x1a\x18\x62\xac\x78\x5a\xc8\x79\xb4\x2f\x87\xb2\x5f\xcc\x6f\x8b\x2c\x4e\xc7\x98\xf4\x33\xb9\x48\xb8\x90\xf8\x70\xff\xdb\xca\xff\x96\x7f\xbb\x1d\xfd\xd4\x3d\xa4\x08\x11\x17\x2d\xd3\x50\x46\x71\x2a\x43\xbb\xb0\x95\xea\xa2\x1c\x6a\x41\x9d\xe6\xf3\xdb\xdb\x9b\xeb\xbe\x4e\x8e\xa3\x27\x2c\x89\x2b\x3d\xd1\x63\x21\x96\x64\x6d\xe6\xfa\x42\x4d\x16\x16\x64\xbd\xae\x97\xe2\x9c\xab\xb5\x88\x23\x9c\x2e\x93\x84\xb1\xa0\x2c\x7f\x57\x29\x44\x97\xe8\x1c\x79\x7a\x51\x90\x9e\x27\x14\xa7\xfb\x37\xc1\x5f\x52\x14\x38\x20\x8e\x13\x54\xd3\xb7\x67\x1a\x08\xfa\xe9\x3c\x94\x9f\x9e\x16\x92\x31\xb6\xe0\x8e\xc3\x87\x9d\x81\xfb\x0a\x07\xa4\x2c\xdf\xc2\xdf\x01\x63\x8c\x97\x25\x4a\x97\xb3\x40\x66\x88\xd5\xe3\xe3\x8e\x33\x38\x56\x25\x0e\x8e\xf6\xe3\x74\x3f\x68\xba\x38\xc3\x01\xe5\x54\xe8\xfd\x11\x52\xe9\xc5\x11\x0e\x48\x1c\xe1\x47\xd5\x51\xb5\xa8\x21\x94\x20\x68\x91\xcd\x8b\xb9\xaa\x0f\x31\x16\x96\x65\xd5\x69\xfd\x92\xf2\x99\x49\x0f\xfa\x13\x9e\xdf\x3c\xa4\xef\xb3\xf9\x42\x66\xc5\x93\xe3\x74\x36\x93\x70\x48\xca\x92\xf7\x05\x4f\x12\x2c\x68\xe0\x87\x23\x1a\xd2\x80\x78\x32\xc9\xe5\x7e\x1c\x61\x3d\x18\x98\x3c\xdd\xaf\x88\xa1\x39\x4c\x0c\xea\xd4\x43\x0a\xbc\x90\x0d\x60\xd7\x49\x56\x4f\x55\x78\x2c\xbd\xb0\xd7\x23\x38\x2a\x4b\xd3\x6f\xc7\xd9\x6e\x69\x5d\xb5\x14\xf4\xa3\x79\x76\xc1\xc5\x44\x4d\xb7\x79\xec\x30\x36\x23\xf5\x1b\xe6\x54\xd8\x7d\x9b\x89\x8d\x79\xf9\xc1\x38\xec\x5d\x5a\x77\x7b\x63\x2e\xec\xaa\x76\xcc\x93\xe3\xec\x7d\xaf\x01\xab\x60\x61\xf2\x04\x34\xdc\x39\x5e\xaf\xda\x41\xcd\xba\xa7\xa2\x5a\x78\x55\x8f\x3e\x7b\x7a\xf3\xf5\xa7\xf2\x29\xc7\x01\xe9\xe7\xf3\xac\xc0\x84\x4a\x36\xf0\xe4\x71\x58\x4d\xb1\xec\xf5\x5a\x63\xf6\xe5\x68\x44\xd5\xdf\xba\x95\xb0\x69\x65\x2e\x76\x01\x23\x68\x36\xc0\x82\x72\xfb\xb0\x7c\x0e\x71\x95\xb5\xd7\x4b\xad\xae\x2e\xa0\xab\x64\xc5\x87\x41\xbf\xdb\x9d\xf0\x7c\x72\x29\x9f\x18\x77\x43\x99\xc8\x42\xee\x5b\x89\x4d\x99\x77\xc1\xf6\xf0\xac\x8c\x6a\x50\x34\x62\xbc\x1e\xd4\x71\xe4\xf5\x7a\x52\xef\xb6\x09\xe3\xbe\x1c\xa9\x83\x70\x86\x27\xa4\x2c\x1f\xf1\x44\xaf\xb8\xfa\x38\x6e\xcd\xd2\x84\xd0\x84\x0d\xe8\x94\x8d\xab\x9a\x92\xe3\xa9\x97\x28\x78\xa7\x32\xa7\x6c\xec\x27\x23\xba\x60\x13\x3f\x1d\x79\xc2\x71\xce\xf0\x82\x0c\x25\x57\x7f\x03\x3f\x1d\xb1\x54\x3e\xec\x9f\xf3\x42\xe2\x45\xff\x9e\x27\x4b\x79\x13\x61\x42\xdc\x1b\xc8\xb0\x57\xe7\xf8\x28\xc7\x17\x8f\x0b\xbc\x20\x2e\x3e\xc3\x2a\x95\x94\x25\xfc\xb2\xb7\x2a\xa3\x3f\x72\x57\x6b\x42\xd5\x90\xfd\x74\x44\xfd\xc5\x88\x76\x06\x84\xb8\x90\x63\xb1\x5e\xc3\xfc\x85\xbb\x36\xc1\x7b\x6b\x75\x60\xc6\x96\x66\x65\x6b\x70\x4b\x8f\x08\xed\x1c\x91\xa6\xc8\x97\xf0\x9f\x2b\x33\xb0\xca\xfc\xdd\x2a\xb2\xe0\x59\x2e\xdf\xa4\x05\x0e\xe8\x91\x9d\xe7\x3a\xd0\x8b\x6c\xb2\xbd\xc7\x66\x9a\x45\x26\xd5\xfc\x04\x44\x6d\x96\x3a\xf7\x13\x26\xab\xe6\xad\xcb\xad\x06\xac\xe1\xdd\xf1\xdd\xa8\xb0\xce\x69\x65\xb5\x37\xea\x23\x0e\x6a\x54\x02\x80\xb8\x7a\xe9\xb0\x6a\xf5\x6b\x60\x58\x7f\x6b\xea\xba\x6f\xaa\x6a\xe1\x9a\x1a\x04\x34\x59\x4f\x76\x66\xed\x30\xb6\xb7\x9d\xf7\xcc\xea\xa1\xc2\x27\x1d\xc6\x02\xc7\xa9\x00\xe3\xce\xea\x67\xe2\x9f\x2d\xe3\x38\x9d\x4c\x65\x6e\xca\xbe\xb2\xba\x66\xf0\xe1\xce\x36\xbe\x58\xf9\xb6\xf0\x8e\x95\x4f\x5a\x8b\x81\x7c\xdd\x03\xd8\xfb\x23\x95\xff\xbe\x82\x60\x56\x0f\x1e\xad\x02\xbb\x20\x69\x93\xf3\x66\x57\xdd\xfa\xd4\x7c\xb7\xf6\xdf\x5b\x9b\x46\xad\xf2\x43\x9c\x86\xf3\x07\xc6\x98\x55\x33\x0f\x36\x73\x75\xe5\x3d\x4f\x4e\xf2\xa7\x54\xc0\xdb\x03\x2f\xc4\xa4\xc9\x1f\x58\xf9\x51\x30\x9f\x27\x92\x7f\xa7\xcf\xb9\xb5\x36\x1d\xdc\x09\xca\xb2\x83\x35\x86\xbf\xe6\x33\x59\x96\x7b\x81\xda\x64\x0b\xd5\x08\x2f\x8a\x0c\x10\x54\x9c\x86\xc4\x1a\xc2\x57\x38\x8b\x9a\x86\x58\xad\xbd\x80\x05\xfd\x7c\x91\xc4\x05\x46\x14\x11\xa0\x2d\x04\x20\x48\xc1\x06\x9e\x38\xae\x91\xa4\x50\x10\xdc\x0f\x7c\x31\x1a\xb1\xce\xa0\x02\x0b\xbc\xa9\xf7\xc1\x9e\x9a\x97\xad\x5e\x05\xfe\x60\xe4\x38\xea\x6f\x9d\x68\x75\x48\x98\x43\x0c\x4d\xb3\xa0\x1f\xa7\xa1\x7c\xbc\x89\x30\x27\xde\xe0\x98\xc1\x84\xa9\x0e\x0a\x89\x05\x3d\xaa\x01\x92\x68\x2a\x98\x70\x0d\xb6\x69\x08\x64\x13\xac\x51\x59\xc2\x22\x90\x62\x92\xcd\x1f\xf6\x2f\x38\x46\x62\xf1\x90\x23\xa2\x00\x74\x21\xfa\x85\xcc\x0b\x5c\x2d\x30\x27\xed\x7c\x05\xd7\xf9\x38\x54\x17\x28\xf2\xa8\xf5\x3d\x46\xc4\x13\x4c\x94\xa5\x3f\xf2\x42\x45\xbd\xf8\x23\xef\x0c\xa8\x2f\x2c\xfa\x8b\x65\x3e\x51\x80\x27\xd4\x4f\x9c\xe8\x39\x05\x12\xe9\x6d\x45\x05\xc8\x1a\x89\x00\x9a\x0c\xda\x68\x12\x0a\xaa\x41\xf9\x72\x44\xd5\x01\x84\xa1\x69\x04\x6e\x28\x1b\xde\x60\x25\xef\x2d\xe6\x64\xb8\xd7\x54\xe8\xce\x30\xa7\x35\xe0\x0a\x14\x3a\x33\x48\x8f\xfb\x62\xb4\x86\xa1\x35\x04\x89\x34\x04\x89\x2f\x47\x6c\xab\xcd\x9a\x28\x51\xe7\xff\x9f\xa5\x4b\xe4\x77\xe8\x12\xa9\x26\x68\x77\x3b\x16\x71\x22\x37\x89\x93\x1f\x16\x5b\x08\x35\x56\xb2\xae\x69\x33\xce\x02\x7a\x06\x24\x60\x1c\x61\xe1\x38\x07\x47\x1d\xc6\x70\xc4\x44\xbd\xad\x02\x52\x91\xd2\xfb\xa1\x1f\x8d\xea\x75\x31\x69\xb0\x99\xfc\x91\x1e\xfe\x8e\xcd\xa2\x8a\x73\x40\xb0\x41\x5f\xcc\xd3\xbc\xc8\x96\xa2\x98\x67\xd8\xa2\xe0\x00\x68\x99\x4c\x80\xa7\x83\xfe\x58\x16\x9f\xe2\x99\xc4\xa4\xc9\x75\x63\xe5\x32\xb8\x3a\xe8\xe7\xf3\x65\x26\x24\x0d\x6c\xa6\x64\xa6\x80\x05\x3e\xf4\xff\xf8\x76\xa8\xd8\x11\xe2\x0f\x46\x84\xf2\x7e\xc2\xf3\xe2\x8d\x1a\x13\xdb\x0b\x9a\x97\xba\x7a\x85\x8e\x44\x32\x4f\xe5\xf5\x3c\x94\xaa\x1d\xeb\x15\x77\x06\xa6\x1f\x66\xd0\x92\xb5\x11\x27\x40\x75\x42\x61\x2e\xa4\x9e\x8a\xf0\x3b\xbb\x7b\xbd\x0d\x09\xfe\xe2\xfa\x40\x57\x33\xbb\xe2\x8a\xbf\xf0\x47\x5e\x45\x0e\x09\x36\xa0\x61\x43\x7f\x8b\xe3\xd0\x80\x17\x31\x62\x0a\xc2\xd4\xab\x79\x56\xed\x52\xa1\x76\x05\x54\xb3\x5a\x53\xe0\x34\x50\x57\x61\x3c\xd1\x17\x13\x9e\x9d\x14\x78\x40\xca\x72\x23\xe9\x88\x34\x35\xd6\xf0\xaa\x2c\x2d\x68\x3a\x6d\x3a\xaa\x4f\xb9\x01\xac\x03\xaf\xe6\xbe\x14\xfb\x65\x9e\x78\xc3\x81\xa9\x02\x1a\x2b\xf2\x4e\xab\x9c\x1e\x5d\x75\x3a\x68\xa8\x72\x0a\x9b\xa1\x6a\xb0\xa8\x20\xf5\xfc\xc4\x11\xee\xa8\x53\xdc\x6a\x00\x8b\x7a\x86\x08\xab\xe1\x85\x26\x4d\x15\x13\x13\x1e\xef\x09\x60\x5b\x54\x69\x35\x12\x45\xb7\x73\x3f\x1c\x59\xd5\x54\xfd\xd2\xe7\x63\x55\xef\xcd\x6a\xd9\xb9\x02\x1d\xaa\x6c\xb3\x41\x29\xb7\x36\xab\xab\xbb\x72\x63\x17\xba\x81\x42\xf6\x0e\x55\xbd\x6b\xde\x4c\x19\x00\xbf\x00\x85\x39\x31\x1c\x2c\xfc\x70\xe0\x3b\xd5\x5f\xa9\x5f\xa0\xbe\xa6\xcb\x82\x45\x1c\x13\xcf\xe2\x53\xea\xc5\x0e\x9b\xc5\x76\x9c\xce\x23\x8c\xd8\xcc\xde\x77\xc6\x2f\xfc\x50\x61\xab\x75\x5d\x1b\x87\xd9\xd2\xcf\x82\x38\xce\x8e\x8a\x4f\x30\x54\x02\x2d\x7c\x6f\x3a\xab\x94\x66\x2b\x85\x35\xeb\x50\xf3\xdd\x62\x9e\x0a\x5e\xe0\x9a\xd2\xa5\xc2\x46\xc3\x4b\x61\x63\xbd\x17\x5b\xf2\x8f\xe1\x36\x85\xfc\x82\xb8\xfe\xa8\x62\xec\x55\xef\xd4\xfc\xee\xc7\x69\x5e\xf0\x54\xa8\xfd\xa5\xc1\xc8\x90\xbb\xa2\xaa\x64\x9b\x7e\xdd\x6a\x87\xf7\xf9\x62\x91\x3c\x29\x6a\x1f\xb8\xab\xba\x39\xc5\x0d\x34\x1f\x05\x59\xbb\xff\x52\x6d\xf5\x27\x55\x4b\x45\x48\x35\xe3\xff\x2d\xb4\xc7\xcf\xbd\x1d\xe4\x22\x2c\x8f\x3a\x82\xf6\xf2\x6c\x24\x1d\x91\xa1\x60\x0f\x2e\x6c\xac\xa1\x60\xa8\xfb\xf5\xcd\xf5\xf9\xcd\x57\xe4\x72\xc7\xf9\x4d\x1d\x5a\x48\x3c\xbf\x39\xfb\xfc\xee\xe2\xfa\x13\x72\x61\x3f\x2a\x50\xc6\x50\xf7\xf6\xec\xe6\xfd\x05\xda\x45\x51\xc8\xa0\x06\x0c\xbb\x89\xf1\xea\x30\x3c\x78\x5f\x60\x19\x30\x67\x7c\xf8\xc2\x55\x90\xa2\xae\x6f\x43\xfa\x13\xd0\xdf\xc2\x16\x3b\x72\x6f\xd3\xd9\x8a\x70\xd6\xf2\x22\xe0\x75\x70\x40\x5c\x0b\x50\x3d\xa8\xcd\xb2\x57\xcf\x96\x42\x2a\x26\x1f\x7a\xcb\xd3\xfd\xc1\x11\xdd\x3f\xfa\xef\xff\x1c\xec\x0f\x06\x2e\xfc\xbf\x8f\x7a\x01\x39\xfc\x8f\x8b\x5f\xaa\xbe\xc4\xf9\x35\xbf\xc6\x82\xa8\xbd\x61\x51\xc0\xf5\xa6\x15\x4c\x0c\x0f\x8e\xdc\x23\x23\x4f\x7b\x50\x68\xb5\x06\x0a\xcf\xf3\x54\xde\x44\x51\x2e\x0b\x85\xbf\x38\x0b\xbc\x80\x89\x9f\x70\x78\xf0\xdd\x1c\x35\xe6\xb3\x81\x89\xc7\xfb\xb9\x2c\xde\xc5\xe9\xb2\x90\xb9\xfe\x52\xbd\x90\x5e\x23\x6e\xb0\x10\xc9\x23\x90\x94\x01\x3b\xc5\x01\xd1\xd8\x0b\x13\xaf\xc8\x9e\x56\x41\x5f\xce\x16\xc5\x13\x26\x6b\x01\xc8\x91\x93\xd5\x5a\x4f\xcd\x29\x46\xc7\x61\x7c\xff\x2b\x22\x6a\x23\xca\x54\x11\xbb\xfd\x49\x31\x4b\x4c\xc9\xea\x74\x56\xb4\xa8\x11\x8c\xbd\xe7\xc3\x97\x58\x10\x57\x54\xd8\xf6\x0f\x7c\xec\xff\xf1\xeb\xa8\xf7\x2b\x39\x24\xfe\xd1\xa8\x91\x0c\xfe\x71\x8c\xfd\x6f\x0f\xdf\x0e\x46\x3d\x72\x48\x2d\xe1\x44\x43\xc0\x1f\xa3\xde\x4b\xb5\xd7\xab\xce\x85\x16\x55\xdc\x12\xf4\x3d\xc2\x06\xb0\x7a\x15\xca\x4d\x31\xa6\xaa\xa7\x19\xe2\x7a\xaf\xe1\x65\x45\x8b\x8a\x9f\x61\x1c\x94\x25\x42\xa4\xa2\xe5\x1d\x44\x2c\x1a\xb0\x16\xd4\xd1\xc8\x0b\x1c\x07\x4b\xa6\xc8\xfe\x7a\x4c\xdf\x7a\x87\x63\x8a\xfe\xcf\x8b\x01\x22\x80\x97\x2b\x52\x09\x31\x44\x28\x50\x50\xa1\x2e\xd4\xcf\x97\x81\xde\xd1\x78\x40\x43\x42\xa3\x56\x52\xd8\x3b\x22\x84\x4a\xf6\x28\xb0\x24\xf4\x44\x13\x7c\x11\x3b\xc1\x11\x19\x3e\x0a\x1c\x11\xb7\x33\xa0\x45\x0d\x0e\x25\x19\xbe\x05\xc2\x8e\x0c\xd5\x5f\x4d\x51\x44\xc4\x05\x5a\xcf\x57\x7f\x69\x34\xd2\x6f\x11\x21\xeb\x5d\x1b\xe4\x7d\xd0\xcc\x82\x3f\xf2\x66\x38\xb0\x09\xdf\x90\xac\x14\x7e\x1d\xb6\x93\xc9\xca\x50\xd8\x09\xc7\x21\xed\x0c\x48\x0f\x77\x06\x0a\xa4\x0c\x11\x72\x11\x43\xbd\x44\x51\x05\x9d\x01\x51\x6d\xba\xff\x42\xde\xba\x7f\x0d\x2c\xfc\x6b\x1e\xa7\xb0\x16\x2e\x42\x96\x7c\xcb\x66\x0f\xab\x1a\x9a\xd5\xf8\x3f\x2f\xfe\xe3\x70\x1c\x53\x55\xcc\x4a\xfc\xf9\x5c\x25\xee\xa9\x25\xb1\xb3\x9e\x42\xd6\x1e\xb2\xe0\x4a\xc2\x5b\x42\x91\x6d\xd9\xb8\x3a\x12\x4d\x15\xbf\x0c\xa0\x8a\xff\x69\xb7\x76\x02\x89\x6e\xbb\xb1\x5f\xd4\x36\xe9\xb6\xd3\xce\x20\x23\x6d\x97\xd6\xbd\xf2\xda\x39\x07\x87\x63\xca\x87\xb0\xcd\xdc\x76\x8f\xff\x6e\xe3\x02\x1a\x52\xc9\x3e\xd4\x42\xb6\x86\xdc\x91\x5e\xaf\x17\x12\x20\xa8\x3e\x28\xc4\xdc\xe3\xf4\x15\x10\x49\x63\x59\x9c\x14\x45\x16\x07\xcb\x42\x62\xd1\x90\xf7\xc2\xb3\x84\x18\x16\x0f\xbf\xd5\x1a\x1c\xa0\x0f\x16\xd3\xc4\xc9\x8a\xf7\x18\xe2\x8b\x05\xf2\x3a\xc0\x81\x4e\x78\x5e\xb7\xb1\xf9\x5e\x61\x94\x00\x0e\x4f\xab\x37\x1c\x36\xc6\xf7\x2b\xd7\xac\xa1\x6a\x02\x8e\xd7\xdd\x52\x66\x4f\xb7\x32\x91\xc0\x52\x20\x1f\xf5\x78\x3d\x83\xc8\x45\x74\x0f\x7d\xfb\xe6\x22\xd2\x43\x23\x44\x74\x9b\x92\x86\x4c\xee\x6a\x13\xaa\xec\xeb\x7b\x9e\xf3\x98\x19\x39\xce\xdf\x43\x2c\x28\xd2\xa9\x07\x61\x8c\x08\xe5\x58\xd0\x70\xe8\x87\x23\xd7\x1f\x51\x69\x53\x28\xcf\xb5\xb0\xf7\x0c\x0b\x85\xe3\x04\x5b\xa9\x8a\xd9\x7b\xbc\xaa\xea\x75\x3b\x47\x6b\x2a\x88\x41\x1b\x16\x7d\xa0\x81\x36\x10\xca\xfd\x38\xfd\x4b\x0f\xc8\x08\xe6\x43\xa6\xc0\x2f\x63\xec\xb7\x21\x0a\xe7\x02\xa8\x04\xe4\x02\xb0\xf7\x1a\x3e\x3b\x28\xf2\x22\x5b\x84\x88\x86\xcd\x26\x3a\x3e\xa4\xc8\x49\x8a\xd6\xc6\xfa\x55\xa5\x8d\x55\x1a\xf1\xd6\x15\xa7\xc1\xfb\xcb\x34\x9f\xc4\x51\x81\x7d\xd4\x5d\x64\xf3\xfb\x38\x94\xa8\xbd\x04\x5a\x76\x8a\x51\x37\x9b\xcf\x8b\x8b\x44\x42\x2f\x68\x40\xd6\x23\xe2\x89\x7e\x28\x83\xe5\xf8\x4d\x1a\xcd\x2f\x52\x1e\x24\x32\x74\x1c\x03\x09\x7c\xd4\x15\xf3\xd9\x22\x4e\xe4\x7b\x5d\x6d\xb6\x59\xef\x66\x51\xc5\x6d\xa9\x4a\x9b\x3e\xa1\x74\x8c\x88\x17\xb2\x28\x50\x54\x61\xbd\x48\xc4\x0b\xfb\x71\x7a\x3f\x9f\x4a\xd5\x8a\xea\xd6\xad\x98\x2f\xa4\x5a\xf6\x76\x27\xeb\x2e\xa8\xc7\x6a\x76\x51\x0b\x1b\x69\x69\x08\xef\x77\x35\x39\x66\xaf\x4c\x3f\xe4\x05\xc7\x76\xc1\x90\x78\x0a\x9d\x60\xae\x90\x96\x2d\x92\xa7\x92\x1d\xfe\x71\xfd\xea\xcf\x8b\xeb\x93\xd3\xab\x8b\x3f\xcf\x2f\x4e\x3f\xbf\xfa\xf3\xcd\xf5\xcb\x9b\xce\x21\x8d\xf4\xa7\xf3\x8b\x97\x17\x1f\xff\x3c\xbd\xb9\xf9\x74\xfb\xe9\xe3\xc9\xfb\xce\xa1\xf7\xc1\x71\xa4\xe6\x99\x3f\xf4\x53\x3e\x93\x5a\x2e\xb2\x39\x2b\xac\x33\xa0\xfa\x3b\xd3\x3f\xf5\x8a\x4a\x8a\xd4\x5a\xc6\x11\xfe\xe0\x38\x9d\xa8\x55\x55\xcd\xb9\x63\xe2\xed\x2e\x1d\xa9\xd2\x5e\xa8\xce\x4d\xbe\x9c\xc9\xd3\xf9\x5c\xed\x23\xbe\x60\x36\x06\xf8\x0e\x46\x08\x2c\x28\x1e\x62\xb2\xf6\x1e\x71\x5d\xd1\xb9\x8c\x64\x96\xc9\xb0\xae\x90\x38\xce\xf7\x3f\x62\xeb\x1c\x75\x43\x4c\x56\xa6\xb3\x68\xe7\x64\xa2\x9e\xfe\xec\x7d\xe8\x27\x73\xc1\x55\xa9\x7e\x26\x93\x39\x57\x9d\x68\x70\x3e\x97\x9a\x1c\x0a\x79\x5f\xea\xad\xa0\x20\x79\x73\xba\xd4\x94\x75\x02\x4b\x54\xa5\x66\xae\xa1\x6f\x01\x34\x61\xd4\xed\xaa\x64\x1e\xc4\x49\x5c\x3c\xd9\x50\xf8\xa4\xba\x31\x81\xdb\xc0\x3f\x51\x53\xae\x9a\xdb\x40\x6e\xa0\x57\x9d\x03\x87\x43\x0e\xf7\xb9\x8a\x29\xbc\x9a\x3f\xc8\xec\x8c\xe7\x12\xab\xcd\xd4\x08\xf9\xa4\xb9\x4d\x0e\xa0\x97\xa7\xa2\x42\xdb\x8b\x00\x13\x0f\x67\x9c\xdd\x2b\x0a\xfe\x43\xff\xaf\x0f\x0a\x06\xba\x7c\xf8\xc1\xe7\x23\xf7\x81\x38\x4e\xc6\xfb\x51\xda\x9f\xa7\x43\x7c\xca\x32\x4e\xdf\x63\x48\xa0\xab\x5c\x1d\x0e\xf7\x23\xef\xc3\x03\x8d\xf3\x79\xc2\x0b\x79\x5b\xa5\xda\xef\x54\xcc\xd3\x22\x9b\x27\x89\xcc\xd4\xa7\xe6\x8d\x56\xb3\x07\x25\xcc\x33\x8d\xd3\x89\xcc\xe2\x42\x86\xe7\xbc\xe0\xfa\x8b\x95\xb0\x26\x34\x60\x19\xef\x8b\x44\xf2\x54\x25\x50\xfb\x85\xd9\xc0\x00\xa0\x1d\xec\xe4\x80\x7c\x08\x58\xe7\xa8\x91\x73\x01\xe4\x67\x03\x1a\x79\x1a\x34\xe3\x08\x2e\x90\x08\xc8\x00\x71\xc8\xf6\x32\xde\xff\x13\x4e\x6a\x44\x91\xbc\x57\x8c\x14\xc0\xfc\xb0\xdf\x0d\x65\x5e\x64\xf3\x27\x35\x33\x38\x22\xfd\x22\x8b\xc7\x63\x99\xbd\xe6\x69\x98\xc8\x0c\xa3\xea\x3b\x22\x5e\x00\x47\xda\x3d\x65\x1f\xbd\x66\xd3\xb0\x53\xef\x54\x28\xae\xd8\xba\xc8\xa8\x19\x81\xcd\x2d\xc4\x33\x79\x87\xa8\xda\x10\x43\x44\x45\x59\xa2\x4c\xde\x2d\xe3\x4c\x86\x68\xd7\xd5\xd0\x2d\xaf\x19\x0a\xc7\x79\xab\x45\xa2\x01\x0b\xfc\x4a\x90\x71\x70\x34\x22\xde\x5d\x00\xd7\xc4\x94\x53\x94\xce\x8b\x7d\x5e\x5f\xb2\xd0\xfd\xf1\xbc\xd8\x47\x3d\xbc\xfb\xb6\x61\xd8\x12\xb8\xc1\x81\x29\x4b\xa4\x05\x57\xc8\xad\x39\xb3\x5d\xfd\xfa\xd4\x08\x7a\x50\x5b\x2a\x09\xcc\xa4\x35\xde\x80\x87\x70\x2b\x4d\x39\xf1\xac\x5b\x14\x61\xcf\x4f\x25\xef\xd9\x0f\x3c\xce\x78\x45\x71\xf7\x11\xa9\x05\x5c\x8a\xa8\x08\xac\xab\x42\x3a\x61\x03\x6f\x72\x1c\x79\x93\x5e\x8f\x84\x8c\xfb\x93\x11\x0d\x60\x6e\x14\xda\x27\x7e\x58\x03\x5d\x45\x0a\xec\xa9\xe9\x19\x2e\x05\x96\xb4\xcd\x06\x66\x40\x38\x56\x8d\x70\x40\xa3\x54\xb4\xe7\x17\x08\x9a\x23\x8f\x77\x18\x53\x24\x80\xea\x60\x2a\x1f\x8b\xdb\x38\x48\xe2\x74\xac\xb7\x57\x1c\xe1\xb0\x2c\x03\x5f\x8e\x40\x7a\x15\x96\x25\x0e\xd9\x69\x2d\xa9\x08\xe8\x40\x51\x02\x96\x94\xaf\x06\x8a\x2d\xf1\x59\xc4\x1b\x41\x40\x5b\x7e\x08\x7c\xb0\x25\x1c\x01\xc0\xd5\xc0\x31\x8d\xa0\x1a\x21\x82\x1f\x8c\x14\x0b\xed\x07\x23\x26\x30\x21\x86\x95\x7b\x63\xe3\x28\xc5\x98\xbc\x31\x88\x33\x60\x6a\x39\x91\x51\x30\x41\x54\xb7\x4d\xbc\xa0\xdf\xed\xce\xe2\xf4\x22\xcb\x58\xf3\x58\x96\x6f\x6a\xc2\x5c\x95\x9a\xcd\xc3\x65\x62\xd3\x02\x06\x2c\x29\x22\x70\xf3\xd2\x2f\xa2\x13\x3a\xfe\xde\xae\x89\xcc\xae\x09\xad\x4d\x53\xd5\x4e\xbc\x89\x21\x12\x6d\x01\x78\x04\xc7\xc1\x8f\x46\xac\x25\x27\x50\xdd\x8a\xec\xfe\x58\x13\x15\xd0\x3d\xa1\xb8\x36\xb2\x8a\xca\x12\x47\xac\xb9\x90\xb5\xf3\xfb\xea\x20\xa8\xa5\x42\x23\xec\x2b\xd4\x5f\xcb\x5e\x1a\x64\x7e\x61\x1d\xf7\x00\xdb\x92\x2a\x0b\xa4\x4b\xb2\x92\x8e\xf3\xa8\x39\x37\xa9\xe6\x10\xc6\x73\xad\x50\x57\xa4\xc8\x13\x4d\x02\xf1\xef\x36\xa1\x8e\xc7\xc4\x4c\x8c\xc0\x28\x9d\xcf\xe6\x21\xa2\x51\x45\x20\x2a\x12\x53\xfd\xc9\xd4\x9f\x82\xb5\xa9\x10\xa4\x69\x1f\x44\xf5\x50\xa8\x24\xf4\x82\xad\xfe\xd4\xa9\x1f\x96\x72\x29\xdd\x90\xfe\x29\xe6\x69\x14\x8f\x4f\x93\xb9\x98\xe6\xae\xa4\x7f\x66\xcb\xd4\xbc\x64\xd4\xc0\xa6\xdc\x9d\x50\xb5\x1e\x6e\x44\x0d\xe9\x97\xb9\x01\xb6\xe8\x40\x54\x25\x2b\x26\x99\xab\xd6\x9f\x36\x32\x98\x54\x44\x68\x2e\xb3\xfb\x58\xc8\x8d\xef\x26\x15\x11\x0a\x54\xa4\xcb\x5b\x5f\x21\x0d\x11\x0a\xe0\x8a\xa7\xc5\xc6\xe7\x2a\x19\x51\x64\x28\x42\xb5\xbd\xa5\x98\x67\x5c\x61\xa2\x56\x4b\x7b\xa8\xfe\xa0\x88\xf5\x34\x9e\x01\x79\x00\x99\xf4\x9b\x45\x87\xa2\x4c\x8e\xe3\xbc\xd0\xe3\x8a\x93\xc2\x8c\x5b\x3f\xee\xce\x66\x21\x46\x95\xb5\x79\xdd\x9d\x3d\x8c\x33\x29\x8a\xf8\x5e\x9a\xdc\x1b\x84\x30\xaa\xbf\xeb\xaa\xa3\x78\xec\x16\x34\x5b\xa6\xae\x8d\x15\xb3\x4d\xb0\x52\x4c\xe2\x7c\xbd\xf6\xc6\x8e\x53\xe0\xb1\xb5\x9d\xc8\xda\x26\x21\x24\x40\x91\xf7\x38\xa0\xab\xa0\xa2\xb3\xdc\x67\x41\xc5\x7c\xf1\xe4\x4e\x38\x95\x8f\x85\x4c\x43\xf7\x3d\x9d\xc9\x6c\x2c\xdd\x2f\x21\x95\x77\x4b\x9e\xe4\xee\x94\x53\x83\xfa\xdc\x53\x6a\x34\x74\xdc\x59\x83\xfa\xa3\x80\xa6\xf3\xf9\xc2\x7d\xa2\x41\x9c\x86\xee\x52\xd0\x62\xfe\x36\x9f\xa7\xae\x0c\x68\x94\xcd\x67\xf0\x7c\x2f\x68\x1c\xca\xb4\x88\x8b\x27\xb7\xcb\x69\x9c\x7f\xae\xe4\x82\xee\x3d\x8d\xf3\x73\xf3\x7c\x42\xe3\x5c\x4b\xc2\xdd\x57\x34\xce\x5f\x9a\xce\xbb\x8f\x34\xce\x35\x9c\x72\xcf\x68\x9c\x5f\xc3\x9d\xb7\xfb\x85\xc6\xb9\xa1\xea\xdd\x5c\xd0\x38\x3f\xc9\x32\xfe\xe4\xbe\xa5\x7b\xf7\x32\xcb\x55\xb9\x48\x11\x36\xe7\xbc\x90\xae\xe4\x34\x51\xb4\x95\xe0\xb9\x74\x5f\xd2\xe5\x62\x61\x9e\xf3\x80\x2a\xb0\x1d\x70\x75\x08\x56\x62\xbe\x4c\xd5\xc2\x0f\xd6\x74\x2c\x8b\x4f\x0d\xa9\xe7\x72\x49\x2b\xa0\xe8\xbe\xa1\xdd\xae\xc8\x17\xee\x4b\x4e\x35\xa1\xf9\x35\x2e\x26\xe7\x15\x89\xee\x76\xc3\x35\xf1\x3e\x06\x2c\x94\xf8\x83\x7a\x00\xc0\x4b\x7d\x94\x8e\xaf\xe6\x82\x27\x12\x8d\xe8\xf7\xf9\xaa\xea\x70\xe1\x55\xb7\x9b\xf3\x34\x2e\xe2\x67\xf9\x39\x8b\xdd\xb1\x5c\x2b\x26\xa8\xfe\x6c\x71\x31\xe7\x82\xf4\xeb\xad\x83\x57\xdc\x9d\x48\x1a\xa7\x8b\x65\xe1\x5e\x08\x5a\xc8\xc7\x82\x67\x92\xab\xe7\x68\x9e\xcd\xdc\x58\xd2\x5c\x64\xf1\xa2\x70\xff\x92\x34\x07\x6e\xd9\x9d\x4a\x9a\x17\x4f\x89\x74\x13\x49\xe7\x0b\x98\xf2\x99\xa4\xe9\xf8\x54\xad\x68\x5a\x3d\xbd\x2e\x66\x89\x3b\xaf\xde\x3e\xc9\xd9\x42\x91\x88\xee\x42\xa5\x9c\x25\x3c\xcf\xdd\xbb\xfa\xf1\xe2\x5e\xa6\x6e\x56\xbf\xde\x84\xa1\x9b\xeb\xb7\x39\x9f\xba\x05\x3c\x36\x87\x67\xa9\xde\x5f\xaa\xde\xdd\xab\xa7\xd7\x71\x28\xdd\x07\xf5\xf4\x26\x72\x1f\xe1\x37\x15\xc9\x32\x94\xee\x93\x7e\x89\x0b\xf7\x59\x3d\x5d\xcf\x53\xd5\x15\xc5\x12\xb9\x27\x92\xee\xa5\xe3\xf7\xc9\x32\xe3\x49\xfc\x2c\xdd\x53\x95\xe1\xa3\x5c\x48\x5e\xb8\x67\xea\xf9\x76\x32\x7f\x70\xcf\xe1\x09\xc6\x7a\x01\x8f\x0f\x71\x21\x26\xee\xcb\xe6\xf9\xeb\x44\xa6\xee\xab\xe6\xfd\x5c\x46\x7c\x99\x14\xee\x6b\x95\x74\x03\x93\x93\xbb\x6f\xd4\xcb\xa7\x8c\xa7\xb9\xee\xd7\x5b\xf5\xfe\x6e\x1e\xca\xc4\xbd\x54\x8f\x57\x71\x5e\xb8\x57\x30\xca\x09\x4f\xc7\xd2\x7d\x27\xe9\x82\x17\x85\xcc\x52\xf7\xa5\xa0\xe9\xf8\x7d\xf3\x52\xd1\x84\xee\x2b\x01\x3d\x6e\xde\x66\x71\xaa\x29\x13\xf7\xb5\xfa\xf4\xce\x7e\x9d\xf1\x47\xf3\xf2\x06\xbe\xb5\x5f\xbf\x00\x5c\xbd\xae\x7b\x55\xf5\xfb\x46\xae\x5b\x7b\xa5\x99\xd9\xf7\xed\x2f\x45\x60\xbf\xbd\x15\xad\xbd\xb7\xea\xf2\x54\x4c\xe6\xd9\xad\x50\xeb\xe7\x7e\x90\xb4\x82\xa6\xee\xc7\xe6\xf9\x2c\xcf\xdd\x5b\x75\x6a\xcc\xbb\x46\x42\x9f\x54\xca\x89\x4e\xf9\xb8\x4c\x53\x99\xb9\x9f\x25\xed\x06\xd9\xfc\x21\x57\x67\x5a\xd2\xae\xe0\x62\x22\x5f\x1a\xcc\xf2\x55\x25\x34\x3b\xe5\x37\x49\xbb\x95\xd4\xc3\xfd\xbb\xa4\x5d\xf9\x28\x24\x0c\xce\x50\xf0\xee\xef\x92\xee\x19\xa0\xed\x5e\x0a\xda\xed\x46\xf3\x4c\xc8\x8f\x32\x4a\xe6\x0f\x6e\x57\xd2\x6e\xac\x4e\xf8\x02\xd8\x1b\x97\x47\xe6\xfd\x9e\x27\x6e\x10\xd1\x2e\x68\xe1\x0a\xf3\xf0\x9e\x67\x7c\x76\x2b\xb3\x18\x76\x54\xe6\x86\xbb\xd3\xdf\x7e\xb8\x8a\xa7\xd2\x95\xe6\xeb\x29\x17\x53\x05\x4a\xa3\x88\x76\x1f\x27\x59\x35\x90\x71\x44\xbb\x15\x7f\xea\x4e\xe0\x65\xec\xfe\x15\xd1\x2e\x5c\x45\xb8\xd3\x88\x36\x42\x0b\x37\x89\x68\xf7\xce\x9d\x45\xb4\xdb\xbd\x73\xd3\x88\x76\x73\x21\xdd\xb9\xfe\x3d\x97\x89\x1c\xc3\xc1\x53\xef\x69\x1c\x45\x32\x73\xef\x22\xda\x2d\xcc\x89\x3c\x53\xf3\xe7\x66\x56\x8a\xda\x54\x32\x2f\xdc\x5c\x55\x68\x31\xb0\x6e\xa1\x32\xc5\x33\x39\x5f\x16\xee\x32\xa2\x5d\xad\x8f\xe3\xde\xab\x7c\xd9\xc9\x4b\xf7\x41\x3d\xfc\x75\x77\x15\x17\xd2\x7d\x54\xcf\xaf\x79\x3e\x79\xc7\x17\xee\x93\x7a\x11\xf3\xf9\x34\x96\x1f\x25\x57\x34\xc2\x73\x04\xe2\x8f\x06\xe3\x8c\x5b\x7a\x3c\x35\x1b\x7c\x12\xb5\x45\x2d\xa1\xa2\x9b\x2a\x69\xeb\x30\xec\x17\xf3\xcf\x0a\x38\x6b\x26\xd8\x0d\xd7\x8d\xb0\xea\x34\xa2\xe8\xdd\xfc\xb9\x7b\x64\xf3\xdd\x57\x42\xb3\xf5\x8d\xa6\x6e\xa3\xbc\x0b\x3a\xbb\x65\xd9\x09\xca\xf2\xbf\xdb\x3a\x46\xef\xc4\xa6\x14\x93\x1b\xea\xfb\xdc\x6c\xae\x97\x19\x1f\x83\x90\x80\xd0\x88\xf9\xa0\xe8\x70\x1b\x68\x69\x4a\x40\xe0\xca\xa7\x2c\xa5\xb9\x25\x39\x9b\xc4\x49\x88\xab\x1a\x0c\x4a\xc2\x28\x8c\xef\x11\x21\x5e\xc8\xf0\x59\xd4\x97\x8f\x52\xc0\x2d\xae\x8f\x10\x45\x68\x04\xf7\x22\x2d\x86\xdf\x0b\xd9\x8c\xfb\xe1\xa8\x2c\x67\x8a\x79\xd5\x60\xc7\x13\xfd\x58\x1d\x92\xd7\x9f\xde\x5d\xb1\xd0\x3f\x1a\xf5\x9a\x99\x3c\x8f\x28\x3a\xee\x1e\xfd\x7a\x7c\xd8\x7d\xf1\x2b\x22\xbd\xd0\x7f\x31\x32\x12\xdf\xd0\x1f\x8c\xbc\xf0\xe0\xc0\x23\x82\x09\xd0\x6f\x80\x3e\x7a\x11\x0b\x03\x1c\x51\xd1\x17\xea\xf5\x7a\x1e\xca\x9c\x78\x82\xc9\x7e\x14\x67\x55\x1e\xd1\x57\x38\x43\x41\x67\xc5\xee\x22\xa4\xf5\x09\x22\x43\x76\x98\x41\x7e\x92\x8f\x05\x28\x43\x28\x96\x51\x6e\x94\xf0\xa4\xd5\x69\x84\xbc\x19\x8e\x5a\x58\x6e\x63\xde\x2c\xb9\x91\x6c\x96\xe8\xa3\xd1\xe3\x0e\x5a\x77\xb4\x0d\xf3\x08\x4c\x9c\xf7\xaa\x62\x93\x3f\x29\xa6\x78\x8f\xb3\xce\x40\x4b\x72\xb0\x22\x8b\xda\x45\xa1\x3a\xee\x38\xe8\x18\x75\xec\x6b\x51\x43\x71\x7f\x52\x88\x7a\x9e\xcb\xa4\x61\xce\x41\xbb\x04\x07\x64\xad\xf5\x99\x38\xfb\xcd\xa8\x78\x05\x0c\x0b\x76\x51\xaf\x2a\x19\xfa\x9b\xab\x2f\xfc\xa3\x11\x19\xb9\x58\x30\xb3\xd7\xc8\xd0\x9e\x75\xd7\x1f\xad\xaf\x05\x74\x92\xda\x2a\x72\x9f\xdb\x87\xa6\xa5\x74\x62\x5d\x7f\x9b\x1b\x56\x5e\x96\xf7\x41\x2d\x29\x6e\xc9\xbf\x4f\x92\x84\x34\x1a\x23\xdb\x1f\x31\xfa\x09\xd8\xc2\x01\x95\x4c\x6c\xea\x72\xdf\x07\x58\x28\xb6\xda\xba\xec\x14\x2d\x2d\xb1\x13\x1c\xda\xd3\x36\x8f\x22\x9e\x8d\x73\xa3\x01\x27\x19\x0e\xd9\x03\x28\x90\x39\x4e\xd8\xd7\xe2\x17\x1a\xb1\x50\xbd\x4d\x00\x4c\xab\x0e\x47\x04\x66\x75\x86\x6b\x21\xc0\xbe\x7d\xed\xc6\x4d\x43\xa2\x96\x7b\x4b\x9f\x8f\x3c\x11\x60\xd0\x19\xa3\x02\x46\x1d\x3a\xce\xe0\x78\xaf\xd2\x94\x36\xbb\x63\xad\xce\xc8\x6c\x7e\x2f\x15\x15\x52\x28\x5c\x2c\x53\x99\x61\x4e\x23\xda\x39\x22\x9e\xd1\xe7\x52\xd5\xad\x2d\xdd\x29\xbe\x1f\xa7\xfb\x92\x34\x12\x20\xc5\xde\x2b\x46\xf4\x07\x75\x51\xbb\xae\xe6\x6e\x7a\x43\x27\x2f\x1d\xff\xfc\xf3\x7f\xd3\x90\x09\xc7\x99\x80\x3e\x4d\xe8\x38\x98\x0f\x4d\xd9\x10\x44\xca\x3e\x1f\xb9\xb8\x9a\x1e\xc7\xc1\xd5\xbc\x59\x02\xab\xea\x2b\x5e\xad\xa9\x25\xa7\xa2\x37\x5a\xdf\xc8\x54\x07\x2d\x50\xd3\x28\x7b\xb0\xef\x24\x1e\x76\xf6\x4b\x34\xfd\xe2\x8e\x03\xb7\x29\x55\x69\xc1\x7a\xbd\x97\x11\x15\x0c\x3e\xb3\x95\xee\x92\xbb\x5a\x53\xd5\x65\xf5\xab\x7b\xe4\x3e\xac\x77\x29\x02\x7c\xb1\x05\x63\x00\xa8\xab\xa5\x54\xcb\x4a\x25\xeb\x84\x8e\xa3\xda\x3c\xc3\x5c\x81\xd9\x0e\x57\x07\x2b\x80\xbd\x43\x3b\x92\x80\x22\xb0\x6a\x09\x56\x9a\x04\x3e\x1f\x31\xe1\x55\xca\x38\x51\x03\x0b\xf6\xe2\x08\x4b\x62\xa9\x8c\xaa\x9d\xf2\x1e\x06\xbb\xb6\xaf\x8c\xdb\x0a\xcf\xed\xdb\xa6\xe1\xc1\xd1\xb1\xda\x82\x3d\xbc\x71\x0b\x85\x84\xa2\x60\x11\x81\x1b\xe2\x9e\xda\xa4\xcd\xf5\x89\xff\x2d\xfd\x56\x8c\x0e\xc7\x14\x92\xeb\x9b\xdf\x7d\xd4\xe3\x90\xd3\xb5\xb5\x5c\x9e\xaa\x53\x0b\x4a\x99\x56\x13\x8e\xf3\x83\x43\xd0\xce\x5a\xf5\x86\x7e\xc2\xff\xcb\xce\xd6\x37\x63\xfb\xa8\xf7\x09\x73\xc8\x0c\x5f\x48\x4b\xf4\xfc\xdc\x28\x73\x6c\xf5\xbb\xda\x49\xff\xbb\x9e\x78\x3f\x18\x3c\x67\xaa\x6b\xde\xc1\x11\x63\x96\x12\x62\x33\xbf\x8e\xb3\x87\x45\x8f\xe9\x97\x35\xf1\xbe\x3b\x59\x82\xd8\xba\x03\xd7\xa2\x19\x14\x40\xa1\x9a\x78\x20\x8d\x38\xb0\xd7\x1b\x31\xde\xa8\x8d\x8a\xc6\x74\x21\x8e\xf0\xb6\xde\xb5\x70\x1c\x6e\xf4\x99\x41\x2e\x08\x2a\x94\xa4\x31\x85\x18\x78\xe1\xb1\x56\x39\xdb\x68\xc2\x0f\x8d\xca\xde\x46\xba\xd5\xdf\xf7\xa2\xb5\x71\x4f\xd4\x9a\xa0\x2e\xea\x61\xb0\x3c\xb2\x38\x29\x35\xd3\xf6\x9b\x75\x3f\x51\x9f\xc5\xff\x66\x16\xb1\xa4\x45\xcc\xfd\x8a\xa4\x36\xd8\x8b\x18\xd3\x32\x50\x8e\xe5\xae\x3a\x4d\x81\x67\xdb\x75\x0c\x68\xa3\x84\x5b\x63\x0d\x0d\xae\xd9\xa9\xbe\x22\x0b\x8c\x3a\x59\x73\x9f\xac\x1a\x5a\xf0\x4c\xa6\x40\x39\x94\xe5\xd1\x11\x6b\x77\x25\xe8\x4f\xe6\x79\x61\x8d\xfb\x83\xa8\x44\xb6\x80\xf1\x14\x6e\x0f\x6c\x52\x85\x54\xc0\x59\x53\x12\xf6\x37\xfb\xea\xe7\x6b\x83\x2e\x97\x80\x2e\x2b\x00\xd8\xf4\xc6\x13\x8e\x23\xda\x95\xd9\x8a\xf9\x91\x75\xb9\xf3\x01\xd6\x5f\x71\xdf\x0a\xde\xaa\x1d\xc0\xeb\xf9\xeb\x67\x92\x87\x4f\xb7\x05\x2f\x24\x01\x85\x9d\x4f\x9a\xb8\xae\x15\x5c\x4f\x31\x27\xfd\x79\x8a\x51\x32\xe7\x21\x6a\xa1\xfe\x8f\x2d\x9d\xb6\xd3\xc0\xe7\x6d\xfa\xb0\x56\xc3\x14\x8e\x73\x2b\x7c\xd0\x18\x1f\x39\x8e\x05\x6f\x5f\x47\x76\x0d\xf5\x39\x12\x8a\xc2\x16\x7d\x10\xb3\x28\x9a\xf2\x7d\x06\x70\x5c\xb6\xae\x9c\xab\xba\xfb\xe1\x46\xa6\xb5\x67\x94\xa6\x7d\x59\x96\xa2\xaf\x76\xfb\x88\x4e\x58\x34\x8c\xcc\xfa\xbb\xa0\xf0\x39\x81\x0d\x7f\x8f\x45\x3f\x9e\xcd\x64\x18\x6b\xd1\xda\x82\x8f\x81\xe1\xb9\x2d\xe6\x8b\x85\x0c\x0d\xfc\x1f\x33\xd1\xcf\x8b\xf9\xe2\xcd\x8e\x9c\xde\xf7\x3f\xd9\xdd\xfd\x61\x33\x6c\xaf\x33\x30\xf5\x58\x1f\xd5\x02\x6f\x24\x61\xe2\x8d\x1d\x67\x6c\x4c\xab\xc8\x7a\xad\x66\x69\x57\xd3\x55\xc5\x5b\x13\x06\x0a\x2d\x3f\xec\xcc\xda\x3b\x3a\x9e\x80\x2a\xcf\x5f\x1c\x47\xa4\xb9\xe6\x48\xd8\xc0\x4b\x8e\x27\x60\xba\xf4\x0f\xda\xc5\xa4\x2c\x23\x3f\x19\x55\x37\x0c\xaa\xab\x9e\x80\x2b\x29\x16\xec\x40\xbc\x8f\x11\x26\x2b\x45\x5b\xf6\xbb\x63\x59\xec\x58\xe6\xf7\xf8\x23\x5d\x4d\x78\xae\xc5\x36\x96\x0c\x1b\x10\x8e\x36\x7e\x80\xbb\xa7\x41\x23\xa0\x36\xd8\x73\x4d\x79\x18\xfe\x2b\xe5\x9e\xab\x72\xe6\x74\xfd\x0b\x45\x0d\xc6\x5c\xaf\x6d\xe0\xfd\x8a\xb7\xa8\x18\x30\x09\xa9\xd5\xf9\xf7\x00\xea\x7e\xdf\x82\x45\x68\x5d\x93\xa6\x04\x26\x04\x8c\x72\x6b\x13\xc7\x6a\x36\x5b\x06\xaf\xa2\x2c\x2d\xdd\x63\xc7\xa9\x0c\x7b\x5a\xe6\x71\xa2\x87\x5c\x0d\x93\x3f\x87\x04\x13\x57\xbf\x5b\x5c\xe7\x67\x6e\xa1\x1d\xd3\xff\x81\x07\xeb\x94\xca\xc7\xe2\x73\xbc\x63\x83\xf5\x7a\x62\xbd\x9e\xe1\x80\x42\xb6\xc5\xb2\x80\x07\x0b\x6c\xbc\x89\x1a\x8e\x01\x60\xf9\x0e\x8b\xdc\x4f\x82\x22\x54\xe9\xc2\x7f\x16\x84\x0c\xeb\xc1\x61\x85\xb9\xfd\xa3\x91\xd6\x7f\xb3\x30\x74\xfe\x2d\xfb\x96\x8e\x7a\x87\x80\xa3\x7b\x88\x20\x17\x45\xa9\xa5\x87\x15\x19\xa0\xda\x5c\x52\x63\xbe\xeb\x56\x44\x53\x7f\xa0\x8b\xae\x86\x31\x17\x60\xd5\x61\xeb\xcf\x73\xb3\xa3\x9b\x1b\x2f\xad\x11\xf8\x89\x63\x6e\x5d\x16\x78\xc6\x42\x56\x5b\xde\x92\x80\x65\x7d\xcd\xde\x15\xb1\x36\x57\x83\xc5\xef\x04\xb0\xe7\x0d\x73\xf2\x9a\x63\xb4\x18\xcb\x02\x6e\x24\x2b\x73\x38\x9f\xf7\x50\x2d\x75\x1f\xd9\x62\x01\x69\xab\x22\x6e\x5a\x72\x0b\x76\x51\x29\x98\xe8\xd5\x80\x1e\xdd\x2b\xd2\xa2\x69\x0c\xf4\x5d\xed\xd6\x84\x35\xae\x68\xe3\xea\x4e\x8d\x73\xa5\x7a\xeb\x76\x8e\x3a\x8c\x89\xa1\x6e\xdf\x0d\x6c\x02\x0c\x94\x17\xef\x02\x7c\x5f\x2b\x7f\x57\x17\x65\xf9\xa7\xf9\x15\x60\x11\x7d\x13\x9c\xee\xf3\x2c\xe3\x4f\x86\x09\x0b\x98\xe2\x91\xbc\x96\x35\x8b\xbd\x5a\x61\xb5\x05\x03\xaa\x30\xf3\xc0\x58\x2d\xd5\x48\x3d\x38\x16\x5e\x50\x19\x55\x4a\xc6\xfd\x60\x44\x23\x96\x81\x16\x84\x84\x33\x1a\xf9\xd2\x3f\x1a\x8d\x8c\xca\x72\x44\xa5\xff\x62\x44\xf4\x25\x56\x0a\xd9\x38\x21\xab\x54\x6d\x59\xcc\x01\x75\x17\xd9\xd3\xea\x95\xa2\x28\xb0\x60\x1f\x03\x35\x10\xb5\x5d\x8d\xa2\xf7\x04\x2b\xf4\xab\x6f\xa0\x08\xa9\x52\x45\xbf\xb9\xa2\x22\x34\x54\xef\xd6\x8d\x96\x49\xb1\x2f\xb5\x08\x71\xf7\x1e\xb5\x8a\x3d\xc8\x2b\xb2\x6a\xc9\x38\x21\xee\xdb\xef\x7d\xb8\x85\x9d\x56\x5d\x3f\x1a\x9d\x51\xa9\x40\xa8\x5a\xd7\xb7\x5a\x45\x8d\x33\xee\x73\xeb\x2a\x9e\xca\xfe\x4c\xe6\x39\x1f\x4b\xc7\x91\xfd\xbc\xe0\x62\xea\x38\x8a\x52\x35\x2f\x35\xb9\x5a\xe7\x83\x7b\x41\x56\xbf\xf6\xd0\xb7\x14\xf5\x4c\x6e\x42\xd5\xf6\xd1\x5d\xc8\x32\x44\x39\x35\x1f\xca\xb2\x2e\x50\x96\x92\x78\xeb\xf5\x7a\xd7\x25\xfd\x58\x1f\xb5\xd6\x19\x92\x5a\x80\xb2\x79\x93\xca\xb5\x24\x04\xd8\x29\xc6\x12\x6b\xf7\x8a\x50\x2e\x10\x55\xd4\xf4\xf1\xc1\x3e\xea\x4d\x8d\x0a\x26\xbc\x59\xaa\x01\x8a\xd9\xb5\x14\x6f\xa7\xb5\x6a\x96\x5a\x52\x55\x6b\xa2\x7f\x04\xf4\xc1\x4c\x67\x54\x4d\x67\xd5\xae\xe3\x54\xd6\xc4\x3e\x1f\xd1\xc8\x5b\x47\x71\xca\x93\xe4\x69\x35\xed\xeb\xda\x6c\x90\xa0\xce\x9c\xa0\x11\x1d\x93\xd5\xb6\xae\x7b\xe4\x38\x78\xcc\xf6\x22\x1a\x99\xbb\x61\x6d\x52\xec\x8f\xe8\x94\x45\x0a\x42\xf3\x34\x9d\x17\x00\x24\x28\xa7\x63\x42\x13\x9a\xd1\x85\x97\x99\x5d\x9f\xb0\x69\xb5\xeb\xb3\xe3\xc4\xcb\xd4\xae\x5f\xb0\xa9\x9f\x81\xd4\xaf\xf1\x4c\x50\x35\xb7\xb0\x66\x2c\x2e\xa6\x29\xa2\x0b\xe2\x4d\x8c\x06\xae\xe3\x44\x9b\xf3\xbd\x20\xc3\xc8\x5f\x8c\xdc\x10\x2f\xe8\x98\x90\xb5\xa5\xda\x91\x8c\x2c\x05\x23\x7d\x90\x04\x9d\x54\x66\x41\x2b\xbd\x45\x5d\x49\x2d\x40\xe7\xb6\x15\xd5\x2a\x8e\xba\xad\x42\x80\x35\xe5\x6e\xef\x57\x97\x93\xc6\x84\x56\x9b\xe5\x10\x8f\x33\x05\x72\x42\xa8\xa8\xea\xc8\x19\x00\x9a\x47\x4d\xfa\x87\x70\x11\xe6\x86\xb4\x9a\x42\xb7\x35\xa1\x74\xc2\xf3\xf6\xed\xa4\x81\xb1\x5b\x7b\xce\x02\xb9\x64\xdb\x63\x01\x06\x46\x9d\x33\x20\xa7\xb8\xa7\xc9\xa3\xd5\x9a\x4e\xd5\x22\xa6\xa0\x11\xff\x99\x63\x1f\xac\xac\xe9\x82\xad\xaa\xdb\x33\x77\x55\xdf\x51\x0b\x1c\x12\xba\x57\x5d\x48\x0b\x1c\x35\xb7\xcf\x02\xef\x52\x35\x07\x70\xec\xef\x56\x01\x6c\xb4\x2b\x36\x70\xcc\x7a\x44\xd6\xd5\xb5\xf5\x0f\xaa\x05\x33\x68\xb0\xe2\xb6\xee\xb1\x37\xf3\x6b\xfc\x56\xdf\x67\x13\x6f\xa1\x4e\x46\xe0\x15\xf0\xb3\xb6\x6f\xb5\xdb\x05\x35\x36\xd2\xb0\xb8\x35\xb1\x34\x64\x02\xd0\x9f\x27\xb6\x28\x3f\xad\xf4\x52\xa3\xb0\xd0\x5a\x71\x0b\xaf\x81\x75\xe0\xaa\x1b\x56\x77\x0c\x5c\x91\x5e\xeb\x35\xcd\xd8\xa2\x5f\xcf\x14\x1b\xe3\xc5\x86\xf6\x7e\xc8\xfb\xd5\xd5\x2d\xec\xee\x69\xa5\x13\xe8\xd9\xb8\x71\x91\x21\xba\x09\x54\xd6\x84\x16\x6a\xa9\x2f\x58\xd1\x6a\xa1\xa0\xff\xdc\xa0\xa9\x42\xfc\x9b\x03\xd1\xc3\xa7\x82\x3e\x50\xae\x75\x88\xc1\xf0\xae\x25\x5a\x70\x9c\x8b\x06\x07\xac\xad\x8b\xf3\x86\xfd\xac\xd5\xee\x58\xc7\xd0\x69\x61\x9c\xf3\x20\x91\x27\xcb\x62\xae\x6f\xbf\xe2\x74\xdc\xd6\xdc\xed\x1c\xad\xbd\x86\xf4\xf6\x91\xb9\x53\x41\x14\xd5\xd7\x3f\xea\xd9\x52\x50\xb5\xc6\x09\xf2\x55\x9b\x1c\xa9\xda\x57\xeb\xe2\xc1\xfd\xb6\x65\x07\x9f\xcf\x67\xb2\xb2\x07\xd8\x90\x9b\x22\xae\xe0\xe3\x83\x65\x1d\xb6\x1f\x30\x85\x86\x77\x22\x8f\xa8\x92\xb5\x83\xb8\x09\xc6\xf5\x26\x2d\xe6\x5f\x62\xf9\x80\x2b\xab\x66\xc1\x26\xfd\x27\x6d\xa6\xe2\x3d\x62\x41\x86\x82\x09\x4c\xdc\x5c\xa8\x67\x2c\x98\xd0\xea\x54\x28\x8a\x1f\xb5\x3d\x3d\xd8\xa8\x9c\xcd\x67\x8b\x65\x21\x43\xb8\x72\xc5\x82\xf4\x17\xf3\x3c\x56\x6d\x0e\x07\xae\x50\x19\x4e\xe7\xcb\x34\x8c\xd3\xf1\x59\x12\xcb\xb4\xf8\x28\x45\x81\x49\x3f\x98\x17\xc5\x7c\x46\xdc\x2f\x95\xea\xf4\x40\xab\x64\x07\x5a\x43\x7c\x67\x99\x62\xbe\xa0\x7b\xdc\xf4\xfe\xf4\x09\x0f\x68\x70\x20\x88\xf1\x3b\x52\xa5\x7f\x9a\xe3\x01\x1d\x6c\x52\x57\x9c\xbd\xd2\xd0\x4e\x28\xb0\x34\x31\x43\x0e\x3c\x3e\xc4\x01\x1b\xab\x16\x8d\x5c\xe4\xf4\xe9\x8d\xa2\x9b\xc8\x50\x4d\x95\x8b\x03\x26\xb1\xfd\x39\x3f\x7d\xba\xe6\x33\x20\x29\x4c\x16\x54\xcc\x17\x20\x21\x70\x1c\x6d\x13\x49\x5c\xf3\xbb\xd6\x8c\x70\x23\x3a\xf0\x02\x50\x4f\x7c\xd0\xc8\x72\x07\x63\xae\xbb\xb6\xde\x38\x16\x9c\x69\xff\x02\x48\xfb\xa1\x79\x15\xd9\x65\x43\xcb\x74\x1e\x4f\xc8\xda\xda\xe6\x93\xb5\x25\xb0\x8e\x1b\x21\x5f\x27\x70\x9c\x5a\x47\x0f\x21\xa3\x15\x5b\x41\x43\x6f\x43\x83\xaf\x41\x65\xd5\xa9\x56\x47\xba\x21\x98\xec\xd4\xaa\x50\x0f\xc4\x77\x4d\xe3\x6f\x61\xdf\xbd\x6a\x6a\x6a\x64\x81\xc4\x78\xeb\x01\xa3\xc6\x4d\xb5\xe3\x4a\x58\xe6\x38\x7b\x5a\xfb\xad\x33\xd8\x6d\xe7\xf2\xc6\xb6\xad\x57\x8c\xc8\x30\x70\x57\x16\x6d\x71\x19\x35\x77\x1b\xed\xb3\xa7\x88\x9c\xca\x26\x0f\x20\xe3\x2e\xc7\x1b\xa4\x26\x5c\xe2\x08\x5f\x1c\x1c\x50\x85\xc3\x2e\x40\xf2\xe7\x5d\x56\x84\x05\x51\x55\x5d\xf6\x17\xf3\x05\x26\xb5\xe1\x55\x40\x56\xa2\x0f\x0e\x9f\xc0\xba\xcf\x3e\x8f\x64\x15\x73\x7d\xe8\xd5\x76\x1c\xe3\xd6\x96\x25\x2b\xee\x42\xdf\x96\x2c\x55\x44\x62\x21\xbd\x20\x93\x7c\xba\xcf\x2d\x73\xa7\x25\xbb\x9f\xc7\xe1\xfe\x40\x3d\xe0\x25\x19\xaa\xca\xdc\xa5\x37\xe5\x78\x49\xaf\xd4\x54\x2f\xd9\x15\xf1\xae\xd8\xd2\xa6\x21\x61\x0b\x3c\x77\x18\x4b\xfa\xcb\x2c\xc1\xa4\x2c\xef\x3a\x8c\x2d\xc9\x73\x95\x40\xef\xd8\x92\xce\xf0\x4d\x1b\x94\xe2\xea\xeb\x52\xed\x31\x8d\xbd\xe1\x6a\x6b\xca\x82\x5a\x29\x9b\xa6\x2c\xe8\x4f\xe2\x5c\xe1\x67\xba\x60\x81\x25\x1e\xa3\x19\x18\x58\x4b\x9e\x55\x09\x0a\x25\x78\x49\x3f\xce\xdf\xcd\xc5\x94\x19\xb7\x4d\x17\x6c\x40\x2f\x99\x3f\xf2\x92\x7e\xb7\x5b\x09\xe0\x6e\x96\x85\xc2\x9f\x0a\x1e\x98\x6b\x6e\xb6\x27\x21\x47\x9c\x8a\xed\x8f\x67\xf3\x65\xda\xc2\x8b\x17\xbd\x9e\x6a\x29\x9d\x17\x71\xf4\xf4\x75\x22\xd3\xeb\xf9\x76\xa9\xbc\xa5\x98\x0c\x0b\x3c\xe4\x98\xb8\x97\x95\x32\x96\x96\x92\x2d\xe9\x1d\x7d\x66\xd3\xfe\x24\x93\x11\xbd\x66\x1c\xdc\x47\x60\x14\xf0\x5c\x22\x42\xed\x15\xbd\x63\x4b\x0f\x26\x8d\xb5\xa0\xbf\x24\xab\x7b\xa3\x3f\x68\x48\xd9\x69\x87\x59\x73\xe8\x38\xd8\x9e\x52\xe2\xa5\xf0\xd9\xcc\xaa\xe3\x60\x6b\x8e\x2b\x2f\x0c\x5a\x7c\x77\xc7\x18\x83\x6b\xb7\x67\x0d\x8e\x70\x27\xac\x32\x96\x65\x54\x23\x89\xc4\xd3\x70\xe9\xd9\x71\xde\x72\xfc\x4c\x18\x63\x6f\x15\x12\xf1\x9e\x19\xf7\xee\x74\x0d\x76\xc9\xb1\xe3\x44\x1a\x6e\x8c\xcb\x32\xe6\x24\xe6\x8c\x7b\x62\x38\xad\x25\x09\x9c\xb8\x63\x85\x1e\xa6\x20\x31\xae\x25\xf8\x7f\x43\x84\x4a\x06\x72\x7d\x39\x44\xc8\xe5\xc6\x12\x0e\x4b\x42\x35\xa8\x63\x92\xb8\x7a\x26\x19\xf7\xf4\x83\xbe\x90\xc3\xaa\x0d\x03\xd7\x53\x5f\x0c\x91\x69\x0a\xa4\xae\xc8\xdd\x03\x05\x48\xfd\x32\x02\x73\x08\xca\x09\x9d\xe8\xad\x5b\x41\x87\xa4\x32\xbc\x8f\x79\x59\xea\xca\x6d\x63\xab\xff\x3c\x1c\x53\xf4\x6f\x88\xa8\x8d\x01\xe7\x6b\x87\x08\x6d\xa9\x97\xfc\x46\x51\xa8\xaf\x59\xe7\x88\x5e\xe9\xd5\x4d\xfa\xf3\xf4\x73\x96\x68\xbd\x1f\xb6\x81\x96\x3b\xaf\xe1\xa7\x9e\x40\x02\xc6\x99\xf3\x14\xa3\xc5\x7c\x01\x2d\x81\xbe\x67\x9d\xaa\x26\x42\x40\x4d\x90\xfe\x9a\x75\x06\xeb\x9b\x4d\x05\x40\xbe\x86\xed\xae\xc0\x54\xac\xf7\xc5\xb9\xbe\x1b\x6c\x0b\x2c\x75\xa5\x51\x64\xd7\xba\x6f\x37\xab\xab\x11\x13\x29\xa6\xcd\x00\xc6\x5e\xd2\x57\xfb\xf7\xb5\x5a\x88\x2d\x72\xf2\x1a\x04\x77\x18\xa9\x09\x6c\xae\xcd\xf9\x90\x5b\x26\x9f\x78\x52\x14\x8b\x7c\xf8\xcd\x25\xc3\x6f\x87\xdf\x8c\x27\x06\xe3\x17\x0e\xa9\x36\x43\x19\xc9\x8c\xed\xa0\xf6\xbc\x8b\x5e\xcf\x13\x6c\xd1\x42\x69\x9a\x67\x2c\x7c\x31\xf2\x80\x70\xa3\x41\x59\x0e\x88\xb7\xa7\x52\x2c\xdf\x2a\xa2\xae\xb9\x2f\x78\x2a\x64\xc2\x76\x50\xf7\x8a\xd2\x1e\xe2\xba\x4a\x3e\xa2\x99\xe2\x61\x25\x7e\x02\x77\x4a\x6e\xe7\xc8\x02\xca\x5f\x64\x4b\xa8\xba\x41\xd9\x8d\xd5\x8f\xd1\xc6\x51\x8f\xb5\x69\x96\x6d\xf4\x61\x90\x8c\xa5\x5d\x00\xb8\x27\x84\x8b\x19\x1b\x21\x7f\x95\xdf\x13\xe0\x5a\x6a\xc8\xc1\x36\xc2\xe2\x1d\xb6\x70\x1c\x9c\x0d\x33\x7d\x54\x32\xc6\xfb\x29\x71\x33\xc6\x29\xdc\x72\x51\xde\x5f\x10\xf5\x48\x17\x8a\x8f\xe2\x74\xd1\x4f\xd9\x86\xbe\x79\x64\x08\x8b\x8e\xa2\x2b\xb0\xaa\x85\xf7\x17\x2c\x20\x5a\xe7\xbe\x9f\x32\x4e\x40\x21\x22\xd0\x2e\x01\x34\x7d\xff\x06\xa3\x96\xde\x16\x22\x18\xc5\x31\xdc\x70\x18\x6e\x7c\x40\xc7\xec\x3d\x5e\xad\x69\x48\x57\x71\xe8\x2a\xfe\xc6\xb0\x78\xa0\x17\x20\xf8\x82\x8b\xb8\x78\x2a\x4b\xad\xdd\xd9\x7f\x77\xf2\xdb\x9f\x5f\x4e\xae\x3e\x5f\xd0\x54\x65\x5b\x40\x37\x69\xa6\x0f\x99\xa5\xfb\xce\xf6\x56\x8b\x65\xb1\xc1\x21\xa9\xa3\x76\x5f\x79\x87\x98\x1e\x6f\x56\x59\x71\x13\xa9\xcf\x47\x65\x89\xd5\x0f\x5b\x4d\xe5\x93\x62\x77\x3c\x45\xa6\xae\x41\x19\x20\x29\xcb\x49\xaf\xe7\x25\x9a\x2d\x9b\xfc\x3a\x75\x1c\x58\x13\x2d\xc8\xc6\x59\x7f\x2a\x9f\x2c\x72\x5a\xb3\xca\x1b\x27\xfe\x7b\x8d\x07\xd0\x78\x8b\xbc\xf2\x80\xc1\xac\x20\x94\xcf\x47\x95\xc8\xfc\x7f\x53\x67\xc0\x60\x47\x28\x7c\xbb\x20\xea\x2d\x83\x6d\x11\xf4\x53\xe2\x45\x6a\x39\x29\x7c\x30\x67\x40\x95\x5f\x9b\x67\xd5\x03\x6f\x72\x70\x50\xf5\xe2\x24\x49\x6c\x1f\x06\x6a\xf1\xbc\x09\x1b\x78\x6a\x79\xbc\x05\xd3\x2b\xb3\xa6\x46\x2f\xc1\xce\x9a\xb2\x31\x4b\xf4\xc2\xd5\xbe\x74\x82\xd1\x9a\xc6\x69\x34\xdf\xe1\x16\x01\x76\xc9\x98\xae\xf2\xf8\x59\xba\x13\x60\x40\x1b\x87\x4b\x7d\x55\x68\x13\x10\x05\x6c\x0f\xac\x50\x6d\x36\x48\xe1\xd2\xc0\x97\x23\xc0\x3a\xd1\x1c\x13\x9b\xf3\xf1\x80\x8f\x68\x59\xb5\x59\x5b\x6a\x6d\xad\x69\x63\x3e\x12\x6d\x1e\xff\xd6\x7e\xa7\x3b\xea\x0a\x30\xaa\x34\xf0\x72\xd4\x3a\xdf\xe7\x62\x5b\x78\x6e\x4b\x73\x0e\xff\xf8\x96\xff\x84\xfd\xff\x71\x46\x25\xc3\xdf\x7e\x1a\x12\x82\xbf\x0d\x87\x44\x25\x7e\x7b\xf8\x49\xfd\x76\x0f\x2b\xd3\xdb\xd6\xa0\xa3\xea\x86\x8d\x1b\x69\xbf\xf6\xc3\xd3\x19\x9b\x73\x3a\xe6\x18\xc5\xb9\x58\x20\x1a\xd0\x48\x81\x9d\x21\x6a\xb4\x2b\xf7\x83\x18\x88\x9e\x7c\x1f\x94\xb3\x81\x4f\x43\x2e\x32\xb6\x60\xfb\x60\x29\x66\x7f\x22\x9e\xf4\xa3\x11\x5b\xcd\xe6\xa1\x74\xc7\xfe\xd1\x08\x58\x40\x55\x95\x56\xdb\x46\x3f\x29\xae\x64\xec\xbf\x18\x19\xad\x62\x9e\xb8\x68\xa8\xd3\x7e\x1e\x51\x85\x3a\x14\xbf\xe4\x8e\xfd\x5f\x46\x65\x19\xad\x77\xea\x81\x35\x82\x6a\xc6\x1b\x9d\x2d\xbd\xc9\xcb\x72\x2f\xe8\x30\xf6\xb2\xf1\x55\x35\xd6\x56\x48\x61\x9c\x81\x10\x5e\x51\x40\xc0\x8a\x16\x59\x3c\xc3\xdf\xc9\xb4\xd6\x22\xee\xd5\x1a\xac\x32\xbf\xe5\x3f\xd5\x8a\xaf\xdf\x5c\x58\x06\xe3\xb1\xe0\x5b\xde\xc3\xfd\x9f\x48\xf7\x90\x4e\xd8\x21\xae\x93\xf1\xd0\xfd\xe6\x62\xff\x0f\x6f\xd4\x23\x64\xe8\x0d\xc9\x21\x1d\xb3\xaf\x21\x46\xe9\xf8\x36\x13\x14\xfe\xe6\xb2\xa0\x79\x26\xd4\xbf\x5c\x16\x48\x81\xbe\xc3\x3f\xf0\xd0\xc5\xdf\xfe\xf8\xf6\xc7\x90\x0c\xf1\x37\xf8\xa3\x5f\xc8\xf0\x90\x4e\xd5\xf7\x79\xea\xf3\x83\xe7\x51\xaf\x8c\xe6\xd9\x8c\xc3\x74\x90\xee\x61\x25\x88\x30\x7d\x64\xcd\x0e\xd5\xeb\xaf\xc5\x4a\x96\x2d\x81\xa7\x85\xee\x6a\x22\xe9\x5d\x80\x23\xeb\x63\x0d\xad\xa9\xdc\x96\xc8\x95\x25\x96\x0a\xf4\xf9\x23\x1a\xf4\x8d\x60\x0d\xf3\x1e\x3a\xaf\xab\x6e\x8b\xcf\xd0\x96\x32\x2e\xda\xb0\x78\xd4\xa4\x28\xf8\x1a\x90\x20\xf4\xad\xbe\x4a\x3a\xd6\xdc\x96\xc6\x15\x41\x25\x98\x91\xc4\x7b\xc4\x13\x32\x9c\xb0\x95\x51\x77\x77\xef\xb8\xe2\x64\xdd\xbd\xce\xa4\x6f\x92\x1c\x67\xd2\x4f\xe2\x74\xea\x38\xb8\x4e\x63\x2a\x1b\xa4\x12\x90\xcd\x66\xf1\x3c\x8b\x8b\x27\xd6\x3c\x96\xe5\xc0\x9b\x68\x82\x94\x8d\xbd\x89\xb6\x30\x9d\x18\xc3\x38\xee\x4d\xaa\xdb\x08\x56\x3f\x95\xe5\xc4\x32\x7e\x54\xad\x82\xd9\xa9\xfa\xae\x8d\x90\x59\xf3\x58\x96\xe8\xe2\x44\x5b\xa8\x4f\xd9\x84\x26\x6c\x42\x33\x53\xbb\xc2\x67\x2d\x73\x4b\x40\x6c\xea\xe8\x7d\x9a\x5b\x3a\xf1\x00\x4d\xbd\x33\x9c\x68\x0b\x4d\xc5\x13\x80\x74\x34\xe9\x6f\x66\x1d\xe2\x74\x2b\x8d\x89\xaa\x20\xcd\x40\x68\x9a\xb6\x4c\x3a\xd9\x6a\x4d\xdc\x8d\xa4\x56\x89\x23\x42\xa0\xed\xcd\x7a\x55\x37\xbe\xd3\xda\x66\xa2\x6e\x98\x68\xa7\x9e\xdb\x65\x8c\x2e\xc0\x2d\x4b\x6c\x8b\xd2\x8b\xd6\xeb\x49\x0e\xe7\xfc\xd6\x3a\xb7\xe9\x5c\x14\x59\x82\xe8\x5e\x66\x04\x53\xdc\xe3\xae\x62\xbc\x1d\xe7\x15\xbe\x20\x44\x70\x76\x51\xab\x88\xbd\xc2\xb7\xa6\x99\x19\xfb\x22\xb4\xb6\xe6\xad\x76\xe1\x46\x56\x82\xb3\x99\xff\xf3\xa8\x66\x9d\xd7\x82\x57\x2c\xb3\x6a\x54\xf0\x56\xab\x60\xbe\x82\x68\x66\xc0\x45\xce\xa6\xfd\x6e\xb7\x82\x97\x2c\xf5\xce\x70\xde\x9a\x4e\x02\xbb\xb1\xdb\x35\x69\xa7\x55\xce\x8d\x5c\xde\xa4\x6d\x27\xd6\x36\x1b\xf3\x8c\xd6\xed\xa4\x92\x18\x3c\x90\x55\x88\x1f\x88\x05\x29\xa3\xf5\x88\x10\xaa\x4e\x53\xe5\x02\x84\x80\x0b\xbb\xb9\xc0\x19\x69\xdb\x08\x69\xc0\xc1\x15\x25\x7f\xab\x2d\x4b\x80\x59\xf8\x3a\x89\x0b\x99\xc4\xf9\x4e\x74\x78\x82\x03\x32\xc4\xfc\x07\xa5\x70\x40\xf4\x6d\xa8\xfb\xc3\x5c\xc4\x34\x1f\xcf\x14\x3c\xfc\x97\xdb\xff\x41\x31\x50\xfc\xad\x7a\xf0\xa3\x7c\x86\x49\x4f\x1b\x61\xee\xa6\x55\xfd\x0e\x16\xe1\x04\x60\x67\xca\xb8\x19\x64\xba\x21\xdd\xb5\xc1\x9f\x65\x59\xb0\x1b\x1a\xa2\x4d\x8d\x7c\x95\x04\xfa\xff\xda\x2d\x41\xad\xb8\xd5\x16\x10\xdb\xdc\x04\xea\xe6\x02\x92\x8c\x55\x85\x7a\xb4\x0d\x85\xb6\x1d\x19\x50\x90\x4a\xd0\x6b\x1a\x73\x7a\x43\x5f\x5b\x44\xc7\x95\x26\x96\x8d\x94\xcb\x68\x75\x34\x4e\x73\x04\xb1\xa5\x64\x5f\xeb\xfa\x24\x59\xb5\x1c\x67\x9d\x82\x07\xa7\x53\xb8\xd7\xdf\xf6\x9e\x68\xbb\xd0\x7e\x0f\x2a\x84\xea\x1d\x0c\x54\x2a\x77\x41\xdf\x6e\x7b\x87\xda\x4f\xa1\x18\x69\x77\x45\x0f\x19\x5f\x60\x74\x9c\x2f\x78\xfa\xeb\xf1\x21\xfc\x20\x62\xd4\xb5\x30\xf8\xf0\x5b\x13\xa3\x97\xb4\x77\x0b\x1d\xe3\xa6\x6b\xde\x57\xc5\x0a\x87\x21\x4c\x9d\x1e\x10\x27\x46\xa8\x61\xb3\x0e\x76\x27\x15\x6a\x02\x23\x6e\x04\xf0\x0f\xbc\x4b\x84\x65\xb9\x5a\x1b\x75\xe6\xd0\xb4\x0c\x72\xe7\xc6\xea\xe7\x65\x4a\x27\x2c\xec\x17\x75\x42\x03\xdc\x72\x55\x43\x3f\x5a\x16\xcb\x4c\xbe\x87\xb2\x46\x44\xec\xc1\x65\x71\xb7\x1b\xb4\xab\x32\x17\xc3\x5b\xe9\xc4\x1b\x97\x25\x1e\x33\x1c\x02\x97\xa4\x06\x3e\x44\xd1\x3c\x93\xf1\x38\x6d\xdc\x73\x3f\x70\x70\x5b\x1d\xee\xf0\x7b\x78\xfb\xe5\xd5\x21\x19\xa2\xfc\x7e\x8c\x5c\x34\x29\x66\x49\xf5\xa3\xc6\xa8\x9f\x3a\x8c\x8d\x87\xa7\xf8\xb7\x00\x8f\xe9\xb6\x03\x28\x5e\x39\x80\x22\xc4\x15\xc3\x8f\x5c\xab\xa4\x57\xae\x3f\x5d\xae\x75\xbf\x2a\x9d\xa6\xa9\x62\x9b\x26\x24\xac\xbc\x64\xa0\xde\xb4\xa5\x90\x48\x27\xfe\x74\xd4\xaf\xf6\x4e\x7b\xb1\xd4\x41\xc4\xe0\x3a\x5b\x38\x8e\xd0\x4f\x91\xe3\x68\x06\x19\x96\xb6\xf6\xac\x61\xd9\xcc\x63\x4e\xf7\xcc\xb6\x04\x43\xdf\x46\x96\x59\xed\x08\x4d\x75\xd0\x29\xdc\xfa\xa6\xb4\xa0\x37\xaa\xcf\x77\xd0\xe7\x1b\x06\x77\x2a\xb8\xd2\x80\x27\x34\x63\x03\x2f\x3b\x9e\xd4\x17\xc2\x3d\xf6\x33\x89\xd8\xc4\xcf\x46\xf4\x46\x11\xbb\xc2\x8f\x46\x5a\x7b\xe5\x86\x89\xfa\x0a\x39\x65\x4d\x89\xe3\xd4\x23\x8a\x49\x63\x37\xfe\xc4\xcf\x7a\xbd\xd1\x88\x0a\xa6\x9f\x68\x54\x3d\x68\xad\x18\x61\x70\xbb\x7a\x4e\x18\xef\x77\x53\xf9\x80\x09\xdd\x9a\x95\x53\x3c\x25\x34\x21\xb4\x60\xa2\xdf\xad\x34\xbf\x2b\x94\x42\x76\xa4\x69\x66\x39\xe9\x77\xe7\x69\xe3\xd2\x40\x86\x88\x16\x46\x70\x96\x30\xee\xa9\xda\x9a\xcd\x7b\x93\x7e\x9a\xd4\xf6\x94\xc3\x80\x83\x73\x95\xe6\x33\x95\xc4\xed\x88\x7e\x05\xbf\x5a\xb9\x1d\x47\x0e\xa5\xdb\x91\x8e\x13\xe8\x82\x01\x01\xf2\xc5\x13\x38\xa2\x09\x9d\xd2\x90\x16\x54\x98\x96\x61\x49\x39\x9d\x5a\xc6\x10\xf4\x81\x4a\xb2\xae\xf6\x90\xbe\xb8\x37\xab\x75\x47\x0b\x36\xf0\x8a\xe3\x5a\x2f\xa5\xe8\xf5\xc8\x6a\x0a\x37\xc2\xbf\x7b\x7b\x09\x13\x1c\x73\xbf\x18\x51\x28\xa3\xe8\xa3\x62\x18\xba\xaa\x3e\x0f\x47\x2c\xa9\x9c\x49\x9d\xe3\x84\x42\xb6\x29\xc0\x30\x98\x1d\x1f\x0a\x45\xba\xab\xc4\x71\x22\xbd\x18\x8e\xb3\x0d\x41\x14\xae\x97\x95\x6a\xec\x94\xc1\x25\x7f\x21\xb3\x59\x9c\xf2\xa4\x2c\x3b\x38\x63\xaa\x72\xdb\xa8\xa6\x2c\x3b\x59\xd5\x38\x48\xde\x6f\x71\x46\xa3\x21\x8e\xbe\x37\xe3\x65\x09\xce\x5a\x76\xcc\x2e\x74\xad\x29\xe5\x6a\x73\x8f\xa8\x2c\xa7\xc4\x28\x1d\x14\x34\xa2\x53\x42\x15\x62\xa3\x77\xec\xae\x2c\x23\x4f\x6b\x42\x54\xc2\x84\x74\x38\x76\xdb\x6e\x9c\x82\x4d\x37\x02\x35\x3c\x84\x83\x44\xc7\x74\x42\x56\xda\xb5\x81\xd9\x96\x9d\x23\x3a\x21\x34\xec\x77\xbb\x4d\x5f\x42\x30\xb7\xa9\xb9\x5d\x55\x74\xf5\x1d\x50\xe9\x0a\xba\x13\x50\xba\x11\xdd\x01\x26\xdd\x71\x4b\xe5\x4f\x70\x1b\xf9\x68\x60\xbe\x27\xfa\x5d\xc5\x41\xd2\xa9\x97\x83\xa1\xa6\xad\xc5\xbd\x12\x3c\x97\xfb\x0b\xee\xa6\x1c\x07\xf4\x89\x63\x7d\x13\x4a\xd1\x05\xd2\xa0\xa4\x56\xc2\xd4\xbb\x8c\x71\x10\x64\x82\xd6\x78\xae\xb6\x1c\xbd\x61\x77\x8e\x73\x57\xef\xba\xe3\x1b\xbd\xf3\x54\x99\x4b\xd6\x39\x02\x91\xaf\x97\xb0\x3b\xbf\x18\x79\x53\x96\x68\x56\x20\x63\x9f\x70\xa2\x5d\x23\x11\x2f\x61\x4f\x1c\x4f\x61\xb1\x52\xf6\x17\xd7\xb6\x63\x09\x21\x53\xd6\x48\xc7\xbf\x6a\xc5\x3c\x23\xfb\xfe\x2f\x4b\x01\xef\x4f\xdc\x27\x87\xe3\x9d\x3e\xf2\xf6\x83\xb6\x91\x9c\x41\x85\x8a\x92\xae\x8b\xe3\xdb\x82\x67\x45\x79\x91\x86\x44\xc7\xe0\xf0\xde\xe0\x5b\xe2\x38\x09\x63\xec\xb6\x87\xe0\x2b\x72\x1c\x7c\xc9\xa6\xf4\x35\x9b\x56\x3d\x18\xd0\x4a\x15\xe6\xe0\xdf\x49\x0f\xc9\x34\x44\x74\xba\xf3\xf3\x7f\x90\x6a\x84\x6d\x2d\x65\xe2\x8d\xfd\x64\xc4\xa6\x30\xec\xb2\xec\x88\x4d\xbe\x32\x21\x44\xa8\x1c\x19\xfd\x28\x30\xa7\x09\x38\x38\x52\x09\x6a\x2b\x7d\x81\x75\xce\x68\x42\x53\xe2\xc1\xda\x25\x14\x9d\xc0\x9a\xd1\x4b\xfa\x9a\xac\x39\xdb\x53\x28\x88\xe7\x39\xd0\xc7\x67\xcd\x4d\xa3\xa2\x87\xbe\xf0\x04\xe6\xfb\x15\x24\x23\xb8\x85\xd6\x17\x71\x53\x36\xd1\xe4\x3f\x27\x1e\xd1\xfd\xf6\x5f\x8c\x08\xad\xda\x38\xd3\xfb\xa2\xea\xcb\x27\x3c\xf5\x7f\x56\x84\x35\xb8\x28\xd1\x83\x37\x0a\x5d\xbd\xa9\x3f\x18\x55\xe8\x42\x33\x0f\x1e\xec\xb6\xf7\xc0\x87\x80\x52\xfb\x57\xd3\x2a\xb7\x34\xcc\x1d\xa7\xe5\x4b\x64\xe3\xb5\xed\x4e\xd1\x23\xbc\xa1\x92\x7a\x6c\x3b\x27\x7c\xa0\x76\xf5\x2d\xdd\xf5\x0d\xaf\x25\x97\xa0\x77\xda\x14\x6c\x75\xfb\xbf\x5c\x45\xff\x01\xc2\x32\xf6\x6c\x76\xce\x6a\xae\x8e\xac\xb9\x7a\xb7\x3d\x57\x2f\x46\xa4\xa2\x1a\x2f\x14\xd5\x18\xe8\x48\x16\xef\x76\x29\x1b\x3c\xf3\xb6\xac\x0b\xdc\x5a\x80\x0e\x79\xa0\x26\xa5\xed\x2b\xae\xfd\x0e\x12\xdd\x70\x6e\xfc\xc8\x34\xec\xd9\xb2\x90\x19\x48\x73\xf6\x40\x91\x89\x5b\xb3\xb9\xd0\x02\xec\x8d\x5a\x1c\x47\xf6\x7a\x74\x23\x59\xa8\xe4\x83\x83\xda\x53\x07\x27\xde\x86\x03\x98\xf5\xc3\x24\x4e\x24\x1e\x1c\x4b\x83\xcc\xb6\x7c\xbc\x9c\xe2\xd0\x12\xa5\xe7\xff\x04\x90\x95\xec\x99\x83\x46\x65\x4b\x09\x8b\x5b\x59\xec\xe8\x36\x95\xc9\xac\xfe\x44\xa7\x34\xb3\x68\x1e\xcb\x77\x99\xbe\xfa\xd3\x3e\x6c\x72\xa3\x58\xa2\x26\xa6\x12\x6a\x9c\x57\x4f\x1e\x6f\x44\x49\xc0\x81\x3e\xa9\x95\x58\x32\xc6\xce\xcb\xf2\xbc\x61\x60\x35\xbb\xca\x59\x17\x73\xda\x16\x5f\x80\x4e\xc9\xa4\xbe\x08\xd5\x6a\x24\x5a\x5b\x23\x37\xd4\x35\xf1\x82\x1d\x2d\x07\xff\x4a\xcb\x01\xeb\xe2\x60\x57\xcb\xb5\xa6\x91\xed\xe0\xb3\x68\x66\xa2\xf6\x1f\xff\xca\x8a\x6d\x13\x18\xfa\x38\x21\xda\x85\x7f\xed\x85\x33\xb2\x0f\xb7\x46\x34\x11\x68\x47\x47\xfe\xcf\x8a\x7c\xd3\xe2\xcb\xc8\x7f\x31\xf2\xd0\x1f\x7f\x80\x28\x73\x28\x98\xa8\x59\x13\x57\x32\x2c\x35\xad\x1e\x8c\xd4\x7e\xaa\x89\x5d\x4f\x02\x36\x55\x34\x71\xd0\xa6\x89\xa5\xaa\xa3\xed\x25\x0b\x87\xc4\x15\x9a\x88\x0e\xb5\x08\x45\x51\x57\x9d\xc8\xda\xf3\xa2\x00\xe7\x52\x01\x48\x30\xed\x30\x3e\xc6\x47\xbe\x3f\xa2\x63\x88\xb8\x52\x7b\x0a\x1f\x1f\x47\xde\xb8\xd7\x23\xd2\x1f\x8f\x18\xcc\x90\x3f\x36\xae\xda\x2b\xb1\xab\xd6\x0b\xb4\xcc\x3e\x1b\xbc\xdb\x88\x96\x23\x8e\x09\xd5\xbe\x25\x27\x8a\xde\x37\x93\x3c\x65\xa1\x3f\x19\xd1\x84\xad\xba\xda\xb9\xd8\x94\x31\xb6\x2c\xcb\xe9\xc6\x52\x0e\xa5\x1b\xd1\x8a\x9c\x72\x39\x05\x2c\x9e\xbb\x01\xb5\x08\x0b\x57\xac\x69\xc6\xa6\x96\x28\xc8\x43\xff\x83\xea\xcb\x0b\x7f\x0a\xf8\x76\xa4\x50\xd0\x1d\xce\xe8\x5e\x42\x3b\x0a\x37\xd9\x92\x23\x85\x88\x4c\x36\x96\x78\x31\x2f\x4b\x6e\x71\x25\xf0\xa1\xbd\x0c\x49\xc3\x97\x54\x74\x93\x15\x61\xe4\x52\xdf\xcf\xc3\xb9\x4b\xac\x33\x97\xb5\x80\x99\x67\x3c\x76\x83\x3f\xcb\x80\x71\xca\xd9\x03\xf1\x62\x05\x83\x42\x26\x38\xf1\x04\x7c\x8b\xf9\xf0\xba\xd9\x32\xd7\xf5\xfc\x8f\xcd\xf1\x16\xf4\x99\x6b\x3d\x0a\x45\x01\xbf\xa6\x17\x54\x70\xc5\xc2\x7b\x01\xdc\x97\xe3\x88\x85\xf4\x9a\x85\x16\x55\xea\xe2\x6b\x76\x8a\x25\xa1\x91\x26\x8d\xf1\x35\x1c\xbb\xa5\xe3\xe0\x0b\xc5\x34\x00\x05\x37\x20\x60\xef\x82\x9f\x59\x46\x9f\xb7\x99\x4d\x36\x26\x5e\xa0\xba\x2a\x38\xbb\xc1\xd7\x34\xa2\xcf\x34\xe0\xaa\x71\x53\xd3\x16\x5f\x72\x4d\x2f\xd4\xc4\x77\xf0\x95\xe3\xe0\x2b\xbd\xdc\xf0\xd3\xef\x76\xe7\x59\x3c\x56\xf4\x71\x2d\x2d\x26\xa4\xcd\xd9\x68\xd2\xfa\x1a\xa4\x93\x17\x3b\x24\x65\xcb\xed\x34\xfa\x77\x2c\x68\x44\x2f\x76\xe5\xa7\x7b\x4b\x7a\xa1\xcf\x8a\x30\x37\x06\x5f\xb8\xea\xd0\x2d\x9d\x79\x5f\xb8\xe3\x08\xee\x7f\xe1\x7a\x43\x38\x0e\xbe\x63\x5f\xb8\x25\xc1\xdb\x96\x5e\xe2\xd7\xcc\x2a\x41\x1c\xe7\x75\x5f\xbb\xb0\x89\x62\x99\x39\xce\x9d\xe3\xe0\x19\x7b\xad\x78\xac\x2d\xe6\x4b\xf7\xf2\x75\xbd\x9f\xe8\x1d\xfd\xc2\x89\x31\xfd\x49\xc1\x7b\x3a\x27\x2b\xa8\x3f\x1d\x01\x94\x39\x67\xaf\x31\xf1\xce\x3b\x8c\x35\xa5\x1c\x07\x37\x2f\xec\x9c\x5e\x37\xdb\x37\x6d\xef\xdc\x73\x42\x5f\x33\xc6\x66\x8e\x83\x77\x74\x07\x93\x1f\x74\xf2\xbc\xea\xdb\x7a\x9d\xd6\xea\xd0\x35\x2f\x9b\x1e\x27\x5e\xda\xeb\x91\x3b\x88\xa6\x44\x39\xc7\x77\xf4\xae\x25\xc0\x1c\x5e\xb8\x82\xaa\xad\x72\x57\x81\x75\xc7\x29\xf0\x5d\x1b\xb2\x37\x1f\xe9\x35\x15\x9c\xd0\x67\x0d\x5b\x9f\x39\x13\xb0\xb1\x96\x35\xe7\x53\xc7\x0b\x68\x92\x3e\x67\x40\x23\x3e\x73\x76\x41\x3c\xee\x38\x1c\x3f\x73\x2a\x6d\xf6\x71\xef\x81\x8e\xcd\xe4\xd6\xaa\xdc\x07\x47\xde\xe0\x98\xa5\x5e\x7a\x70\x40\xee\xd8\xf4\xff\xe5\xee\xaf\x33\x96\x81\x80\xa8\xe2\x23\x5e\xb3\x83\xad\x7b\xeb\x5b\x96\xf5\x53\xf9\x00\x0d\xd5\xa7\x80\x06\x9c\x65\x16\xa0\xaa\x3f\xe4\x74\xa9\xf3\xbf\xb1\xfa\xd7\x14\xbb\x62\x59\x3d\x23\x4d\xea\xb3\x2a\x32\x4f\x3f\x25\x41\x73\x8c\x9b\xaf\xd7\x8a\x51\x99\xa9\x3f\xb1\x6a\x74\xc2\x2b\x96\x72\x57\xe6\x7b\x1b\x9e\x80\x14\x8e\x9e\xd3\x27\xfa\x8e\x5e\x72\x26\x69\xca\xe9\x1b\x36\xa0\x2f\x1b\x03\x91\x37\xc7\x2f\xbd\x37\x8a\x25\x3a\x67\xdc\x7f\xa3\xb7\xf1\x7b\xa6\xf0\x76\xae\x98\x0b\xfa\x11\x9e\x65\x1a\x7a\xef\x1d\x07\xdf\x2b\x2a\x27\xa0\xef\xe9\x47\x42\xbc\x77\xec\x41\x1d\xd3\xd7\xbf\x9e\xd7\xb7\x31\x44\x53\xa4\x71\x84\xdf\xb1\x73\x23\x15\x39\xb7\xb7\x40\x59\xe2\x33\xfc\x8e\x0c\xf1\x07\x8c\x52\xf9\x70\x68\x56\x31\xd4\xb7\x92\x88\xee\xc1\x49\x3f\xa7\xf7\x84\x2e\xd9\x39\x71\xbf\x93\x6d\x09\x59\x08\xbd\x65\xb7\x65\x79\xee\x3d\xb1\x73\xcd\xb9\x75\x5a\x8d\x39\xce\x79\xeb\xa6\x07\x3a\x65\xdd\x52\x04\x9c\x05\xbc\x2c\x01\x11\x7e\xc0\xe8\xdf\x50\xef\xa9\x87\xfe\x6d\xdf\x16\xe0\x06\xdc\x7f\x1a\xe9\xfe\xc0\x23\x3b\x27\xd5\xe8\x1a\x34\x47\xae\x15\xcb\xae\xe6\xa9\x48\x82\xb2\x54\x63\xab\x3e\xe6\xa0\x27\xfc\xac\x6b\x78\x66\xe7\x84\x22\xb3\x36\x88\xb1\x77\x43\x1c\x73\x55\xf4\x35\x6b\xa6\x90\xbe\x63\xf7\x5b\xab\xf8\x9b\xb1\x08\x38\x9b\xcf\xb4\x53\x92\x7d\xe8\xab\xbb\x8f\x7a\xa1\xff\x34\x02\xbb\x69\x42\x03\x76\xaf\x08\xd0\xcf\x38\xaa\x35\x1c\xdf\xd1\x01\xa1\x01\x51\xab\xff\x15\xbf\xa3\x92\xbe\xa6\x60\x2a\x09\x37\x58\xab\xef\xee\x39\xf7\x79\x4d\x88\x8b\xdf\xb1\x53\x0c\xae\x2c\xc0\x92\xa7\x90\x69\xa1\xc0\xd0\x7d\xe5\x78\xbe\xae\x55\xc3\xeb\x66\xee\x49\x1c\xe1\x19\x38\xb7\x6d\xae\xce\x11\xbd\xd2\xb3\x70\xc5\xce\xe9\x3b\xf6\x68\x67\x1f\xee\x35\x2f\xf8\x9e\x86\xc4\x6d\xde\xe9\x3b\x36\xe1\xf8\x1d\xa1\xe7\x15\x5b\x4c\x56\x63\x76\xee\xbd\x63\x95\x23\x97\x77\x64\xf8\x9b\xc0\xbf\x05\x56\x8d\xea\xbc\xe7\x0b\x2e\x24\xfd\x84\xdf\x11\x02\x31\x23\x02\xf6\xce\x1f\x80\x5a\xc5\x51\x87\xbd\x33\xfb\xbf\x2c\x1b\xc1\x76\x47\xb1\x19\x16\x69\x56\x2c\x92\xac\x40\xf4\x09\xf8\x6e\x35\xa9\xf7\x34\x20\xde\x4b\xb6\x02\x52\xc7\x5d\xad\xd7\xde\x3b\x26\x4c\xa8\x9c\x97\x1a\x16\x5e\x45\xc6\x19\xa6\x90\xf8\x4d\xef\x88\xd6\x96\x1b\xea\x4d\xe3\xdf\x13\xc5\x4f\x29\x8e\xc4\x18\x47\xbd\xab\xcd\xa4\xae\x22\xe2\xfd\x5d\xe0\x50\x55\xd6\x1c\x51\x4d\x15\xde\x6b\xf9\xed\xbb\x8d\x99\x56\x50\xf5\x87\x33\x5d\xcf\x1a\x18\xd7\x9c\x13\x7a\xc9\xde\x45\xb8\xe9\x63\xd3\xc3\x37\x84\xde\xd3\x90\x46\xf4\xda\x71\x2e\x39\x70\x25\xab\x5d\x00\xce\x0d\x38\xdd\x82\x87\xee\x6d\x87\xb1\x73\xc7\xb9\xa5\xdf\x03\x7d\xee\x92\x6e\x01\x3e\xf7\x8a\xee\xfd\x70\x0f\xda\x90\xaa\x22\x8e\xcf\xab\xcb\x61\x50\xc6\x4d\x39\xab\x13\xd4\xd6\xa1\x97\x9c\xd0\x47\x9c\x72\x32\x4c\xb5\xb2\x6f\xca\x01\x5e\xb9\x29\x77\x9c\x14\xa7\xbc\xbf\xc8\x14\x20\xec\x2f\xe6\x79\x01\x5f\x0c\xc7\xfb\x85\xac\x04\xfe\x42\x1f\x39\xbe\x27\x64\x7d\x5e\x4b\x06\x1d\x07\x5f\xd6\x2f\xfa\xb4\xbe\xe3\xc5\xa4\x3f\xe3\x8f\xf8\x35\xb5\x60\x1f\x59\x5f\x6a\x90\xc7\x6e\x1d\x07\x2e\x79\x6f\xf5\xbb\x77\xf9\x3d\x71\x21\xbb\x56\xdf\x76\x89\x0b\xd9\xac\x55\x8a\x5d\x72\xef\x1f\x80\x7e\x16\xf3\x8a\x00\xbd\xb4\xe3\xe4\xf1\xc6\xe2\x3f\x60\x03\xba\xc3\x38\x10\xf4\xaf\xae\x03\x50\xbf\xa6\xab\x36\x99\x0f\xdc\x99\x15\xfc\x92\x83\x1c\xbf\x62\x5b\x13\xad\x07\xc9\x18\xab\x9c\xb6\xec\x6b\xdd\x58\x7d\x49\x13\x47\x78\x4b\x21\xa1\xb2\x1e\x4f\xbd\xbd\x50\x1b\x17\xe0\xd0\x56\x46\x68\x84\x7a\x77\x6c\x40\x0b\x56\x87\xcf\xbc\x3b\x2e\xbc\xbb\x5e\x4f\xaf\x3a\x0b\xfd\xbb\x11\xc5\xf7\x78\x4c\xca\x72\xfc\x6b\xda\xac\x82\x0e\x77\x95\xd6\x57\xf8\xb5\xb2\x2a\x78\x1e\x9d\x82\x72\xed\x75\x80\x53\x35\x50\x40\x71\xee\x94\x02\x82\x73\x93\xb5\x82\xa1\x9a\x0f\x4d\x09\x9d\xb0\xb4\xda\x1a\xaf\xd5\xd6\x78\x4d\xd6\xeb\x5a\xeb\xbe\xd1\x4a\x37\x36\x17\x5b\xe3\x0c\x88\xe5\xb8\x47\x8f\x33\x68\x8d\x13\xbc\xf6\x44\xb6\xd7\x9e\xa8\xf2\xbf\x10\x30\xe1\x87\x23\x1a\xf4\x67\xcb\xa4\x88\x2b\x01\x72\x65\xaa\x5e\x79\xc9\xb5\x7c\x92\xfc\x5d\xd8\xd6\x35\x81\x11\xa9\x82\xd0\x17\x9e\x24\x04\x4b\x33\xf8\xa4\x7d\xbb\x07\xb2\x58\x08\x01\x24\xed\x10\x33\x10\x65\xcc\x71\x8c\x7f\xdc\x50\x71\x3e\x3d\x86\x11\xf8\x17\x44\x5a\xdd\xd7\x43\x2e\x18\x15\xab\x3c\x84\xf2\x7e\x37\x97\x05\x96\x34\x54\xbc\x84\x50\x69\xda\x64\xa7\x15\x8e\x22\x22\x2b\xe3\xcd\x83\xb1\xbd\x68\x88\xaf\xc0\xbf\x2f\xe5\xbe\x49\x1d\x31\xdc\x3c\x0f\x9b\x47\x85\xe1\xb4\x7b\x6d\xe2\xd6\x9d\x88\x86\x58\x1a\xcd\x55\x9d\x44\xdb\xaf\xa4\x87\x3c\xd4\x53\xd5\xf7\x21\x81\x61\xf3\x30\x34\xbf\x3d\x18\x83\xa9\xb5\xab\x6a\xb4\x43\x69\xf1\x6d\xdf\xb5\xe0\xa1\x37\x1a\xb1\x80\x86\xd5\x2d\x52\xcb\xcd\xca\x3b\x63\x1b\xdc\x48\x76\xf4\x9a\x24\xe0\xf0\x15\x44\xd4\xe0\xaf\xb8\x50\x58\x42\x5b\x47\xd2\xd7\x6a\x3b\x16\x74\x65\x81\x74\xad\x4b\x62\xf1\xd1\x5a\x69\x52\x03\x72\xfd\xb2\x83\x33\x73\x8b\x35\xa1\x37\xec\x11\x17\x2d\xf4\x30\x6c\xbd\xc2\x6d\xae\xdb\x4a\x02\x9b\xad\x2d\xcc\xe9\xd5\xf1\x65\xbc\x10\xdf\x90\x7e\x31\x91\x69\xa3\xc1\x6b\x84\x05\x97\x74\xe9\x85\x0a\x3f\x9b\x38\x71\x0d\x8a\x0e\x6b\xf4\x1c\x56\xe8\xf9\x82\x7e\x52\xa7\x9f\xb8\x7b\xfe\xc8\xbb\xd4\xce\xcd\x34\x36\x0e\x6b\x6c\x7c\xf9\x8f\xb0\x71\xa1\x49\x97\x1b\xe2\x85\x36\x22\xfe\xac\xf6\x11\xbd\x34\x0c\x89\xc2\xca\x97\x0a\x2b\x87\xc4\x3b\xc3\x45\xad\x7a\x73\x82\x9f\x15\xea\x7d\xae\x10\x2e\x07\x7c\x2b\x68\x68\xe4\x80\x97\xec\x8e\x06\x1a\xd1\x86\x76\xac\x82\xd7\xc4\xcb\xd8\x39\xe6\xf4\x12\xac\x57\x03\x5a\x98\xc5\xf5\x66\x58\xb6\x0c\xbf\xc0\x92\xe7\xd2\x71\xb0\xd4\x51\xd7\xf4\x15\xb7\xe6\x69\x6e\x31\x44\xdc\xb1\x38\x9e\x88\x78\x49\x6d\x5a\xb2\x0a\x59\x52\x6d\x0a\x6f\x69\x3d\xab\x21\x5d\x37\xef\xf4\xab\xf5\xfc\x0c\x6d\x18\x75\xfe\x6e\x73\x45\x08\x30\x69\xd9\x61\xec\x4e\x2f\xd4\x33\x67\x4b\x4b\xe0\x3e\xfd\x31\x2a\x71\x9c\x7a\x25\xcb\x12\x3f\xb3\xcf\x01\xbe\x24\x8a\x06\xba\xa6\xa7\x78\x09\x8c\xdf\x15\x3e\xc5\xcf\x04\x04\x1c\x8a\xe1\xf9\xc1\x05\x64\x48\xed\xcf\x74\xef\x2b\x71\xbf\x7a\x19\x4e\x69\x48\x9f\xa9\xa4\x4b\x9a\x91\xf5\x5a\xeb\x95\xae\xb7\x3d\x3b\xdb\xda\x0a\x4c\x82\x7b\xeb\x7a\x90\x65\x89\x93\x61\x62\x04\x87\x90\x8b\x13\x17\x7f\xb7\x33\x20\x45\x0d\x14\x02\xcb\xda\x37\xa2\x84\xaa\xee\x98\x1a\x68\x46\x5a\x4e\x86\xde\xb5\x21\x6b\x85\x67\x0e\x78\xfd\x58\xf5\x79\x00\xc6\xff\xc2\xd5\xb2\x06\xb0\xe8\x50\x0f\x43\xfd\x7e\x6c\xde\x0e\x8e\xdc\x23\xd7\x98\x50\x1c\x98\x30\x43\x96\xad\x62\x23\xf1\x6c\xab\x84\xd7\x3a\xf9\x68\x1f\x6b\xcd\x22\x57\xbb\x4f\x22\x0a\x82\x69\x71\x6d\x73\x58\x00\x6f\x80\x28\x5d\xb7\x4a\x25\x0e\x5a\x2a\x49\x84\x8a\xea\x83\xd8\xf8\xc0\x15\x09\x14\x12\xdb\xf5\xfb\x25\xc7\x4d\xa4\x73\x16\x60\x01\x8e\x00\x9a\x78\x20\xab\x6a\x2a\xdc\x01\xad\x14\xfc\x5a\x96\x45\x6c\x8f\xd7\x82\x32\xe3\xd7\xa0\xd3\x69\xe8\x90\xfa\xb2\xd6\x88\x35\x6a\x85\x8f\xed\xdd\x20\x2a\x57\x06\x8d\xb0\xd6\x0b\xca\x72\x57\xf9\x46\x31\xc1\x24\x83\xb0\x4b\xd2\xb0\x2f\x1f\x17\x99\xcc\x15\x6f\x96\xab\x63\x6e\xac\xf5\xc2\x96\x35\x94\xa8\xa2\x63\xc1\x0d\x0a\xd3\x16\xb4\x16\xa8\xff\x2d\xa8\x2c\xf7\x5e\x82\xff\x26\xa3\x8e\x51\x5d\x62\x9a\xbb\x4b\xad\xb2\xa1\x1f\x67\xbc\x98\x20\x57\x6f\xa4\xdf\x76\x7a\x99\x6c\xb9\x89\x44\xc7\xb0\xbe\xbf\x82\xa0\xf9\xf8\xd0\xbc\xd4\x86\x11\x16\x1c\x69\x43\x15\xcf\xb8\xfe\x71\x77\x68\x3f\x7f\xac\xf5\xea\x51\x9e\x89\x70\x2e\x10\x63\xb5\x59\x60\xcc\xfb\xaa\x61\xe3\x56\x09\xae\x5a\xc1\x72\xfe\x31\x89\xd3\xe9\xeb\x4c\x46\x08\x22\x41\xa2\x68\x9e\xcd\xb4\xff\x14\xc4\x2b\xcf\x2a\x2a\x3d\x9e\x8d\x51\x07\x1c\xee\xab\xca\x75\xe2\x9e\x56\x9f\x85\x66\xac\x76\x3e\x5e\xdc\xde\x7c\xfe\x78\x76\xf1\xe7\xe7\x8f\x57\x76\x40\x64\xde\x16\x52\x4f\xd8\x47\xd0\x00\xf7\x22\x36\xf6\xe5\xa8\x2c\x23\x63\x53\x1e\x40\x24\x2a\x3a\x51\x10\x34\x8e\xb0\x26\x43\xf5\xae\x5f\x18\xfa\xc4\x71\x90\x76\x8b\xdc\x58\xd0\x36\xe7\x23\x97\x09\x64\x46\x6a\xaf\x73\xa2\x26\x7e\x63\x23\x1f\x0d\x76\x6c\xe5\xea\x18\xae\x16\x59\xcb\x80\x5f\xd0\x31\x59\x09\x36\xee\x77\xbb\xf3\x20\x97\xd9\xbd\xcc\xf2\xb2\xc4\xad\x77\x90\xb7\x43\x6f\xa7\x1a\x2f\x4a\xd2\xd2\x4c\x0c\xe7\xb3\x2a\xc2\x05\x0c\x32\x83\x21\x7b\x99\xa1\xbe\x12\x96\x39\x4e\x80\xb3\x6a\xd8\x34\x64\x19\xf1\x14\x73\xa2\xb2\xb1\x04\x73\x42\xb1\x80\x49\x82\x1f\xe6\x8f\x08\x01\xeb\xb9\x42\x66\x8a\x6b\x69\xf7\xc6\x71\x5a\xaf\xbe\x1c\xf5\xbb\x5a\xde\x5f\x96\x9c\x54\x27\x22\xd9\xb8\xb8\xae\x49\x37\x35\xbd\xbc\xc3\x82\xe1\xb8\xdf\x5d\x2e\x42\x5e\x54\x3a\x5a\x34\x20\xee\xb8\xa2\x04\xf7\x38\x59\x13\x30\x3c\x6f\x45\xab\x6f\xdf\x1b\x02\x3d\x24\xeb\xeb\x0d\x1a\xd5\x7a\x5a\x6a\x37\x2b\x3c\xab\x0d\xe0\x14\x0e\x1d\xb3\x01\x9d\x34\xfc\xcb\xf8\x78\x02\x37\x21\xea\xbb\x3f\x1e\x31\x16\x92\x15\xf7\xc7\xbd\xde\x88\x09\x6f\xc2\xc6\x3d\x79\x70\x54\x73\x13\x53\xbb\xdc\x54\x95\xa3\x93\x5e\x8f\x4c\x8e\xa7\x43\x28\xcc\xfd\xc9\xc8\xad\xed\x1a\xc6\x23\xaf\x66\x8c\x99\xaa\x46\x07\x4c\x91\x8f\x05\xd3\xeb\xd1\xbc\x0b\x73\x0f\xbb\x06\x7d\x12\x83\x36\xf5\x05\x2e\x5c\xca\xf0\xfa\xb0\x6f\x3b\xa5\xf5\x78\xcb\x87\x6a\x48\xbc\x53\x85\x99\xcd\xdd\x91\xe3\xe0\x53\x2c\x88\x16\x18\x9f\xe2\xd0\x3c\x29\x7c\xc5\x87\xf8\x43\xa0\x96\xd5\x0e\xbb\x82\xc1\x53\x5b\x35\x88\xd3\x3e\x58\x36\xf8\xa1\x7f\xaa\x00\x1e\x4f\xc3\xf9\x68\xa4\xc8\x26\x3d\x27\xcd\x94\xd7\x9e\xdf\x22\x06\xf1\x43\x4f\x71\x44\x2a\xe3\x18\x45\x3b\xdb\x3d\x8c\x6a\x07\x95\x2a\xab\x07\x31\xac\x84\x57\xd5\xc4\x2c\x96\xa4\x0b\x2a\x5d\x96\x35\xc8\xb6\x85\x48\xcb\x26\xb7\x09\x95\xb9\xa6\xbc\xe5\x51\x8d\x73\xfb\xba\xd4\x28\x3a\xe2\x26\xc1\x30\x69\x13\xc5\xa4\x4d\x0c\xf2\x5a\xdb\x31\xf4\x6b\xa8\xa2\x4a\x03\x5c\x69\xd3\x6d\xb2\x4a\x9f\x32\xcd\x40\x80\xb8\x38\x61\xb2\x5f\xd9\x3b\x18\x25\xa6\xcb\x0a\xbc\xcb\xfe\x6c\x1e\x56\xfa\x29\xe8\x7f\x90\x9b\x94\x65\x15\xd4\x4f\xd0\xa9\xe2\x13\x42\xb5\xa9\x84\x3f\x1d\x19\x6d\x64\x05\x63\xaa\x03\x87\xa7\x2d\x54\xa3\xf5\x1c\x74\x09\xf0\x61\x20\x5a\x67\x73\x5a\x9f\x4d\xc6\xbd\x57\x58\xd5\x59\x67\x0f\xf4\x2b\xc0\x30\x4b\x1b\x00\x31\xe4\x2a\x9a\xd0\xee\x93\x56\x4f\x33\x12\x5a\xab\x63\x8a\x76\x48\x1c\xa7\x03\x15\xe9\xaf\x29\x5b\xea\x7a\xbd\x4b\x96\xf6\x93\xb8\x90\x19\x4f\x86\x53\xee\xee\xd4\x63\xe1\x3a\x42\x30\x37\x8e\x56\x3b\x8c\xed\x05\x6b\xef\x8e\xa5\x7d\x9e\xe7\xf1\x38\x2d\x4b\x7b\xe9\x19\xf4\x5b\x8d\xdb\xb3\xc1\x5f\xaa\xf3\x22\xaa\xda\xa5\x91\x8e\x74\xe5\xad\x3d\x3b\x7f\xd2\x52\x2d\xbe\x54\x5b\xc0\x1f\x8f\xd4\x64\xab\xe7\x8c\x0c\xef\x54\xbf\xa0\x00\x71\xf5\xf4\xd4\x24\x44\xc6\x02\x30\x8c\x04\x33\xc9\x68\x99\xb0\xce\xc0\x53\x2b\xdc\xd8\xb9\x0c\x2b\x42\xe0\xac\x4e\x82\x49\xa0\x09\x71\x6b\x1a\x61\x59\x25\x69\xe5\xb3\x7a\x72\x88\x37\x61\x13\x88\xba\x66\xae\xd0\x93\xf6\x7a\x38\xc8\x4d\xd9\x96\x12\xcd\x94\x0c\xcd\x44\xbb\x4f\x5a\xc1\x88\xb1\x27\xc7\xa9\x16\x09\x86\xb0\x43\x9b\x5a\x4f\x3f\x78\x10\x92\xac\x15\xdf\xb6\x09\x8b\x33\xa0\x41\x73\x01\xc4\x8f\x03\xaf\xd7\xe3\x64\xe2\xf3\x11\x26\x6b\xb7\x26\x59\xc7\x8e\xa3\x08\xd5\xa7\xa1\xc2\x0e\xb6\x92\x21\x44\x1e\x79\x22\xae\x84\xeb\xcb\xdf\xd9\x96\x5d\x5e\x4d\x12\x1b\x8f\x35\x53\xf9\x94\x83\x0a\xb7\x0e\xb0\x19\x9a\x5b\xa8\x1d\x5e\x89\x23\x2d\xdc\x28\x26\x71\x0e\xac\xb4\x1f\x19\xc7\x99\x5a\x21\x5b\x9d\x3f\xb6\xaa\xd4\xb3\x6b\x19\x38\x5f\x7b\xbf\x37\x3e\x33\xd8\xaa\x9b\xce\xb3\x19\x87\x10\x01\x4f\x9c\x76\xb7\x9d\xd9\x69\xdf\x20\x83\x5a\xe5\xd0\x71\x6e\x1a\xe5\xe8\x76\xe5\xe0\xd6\xae\xbb\xd3\xaf\xdd\xae\x5a\xac\x8c\x3b\x2b\xb2\x10\xe2\x4e\x8f\x2f\xbf\x6b\x61\x8d\xf6\x55\xf9\x8f\x3b\x27\x88\x87\xa1\x10\xb8\x9f\x6e\x97\xf9\x41\x57\x84\xea\x4a\x2e\xdb\x26\x95\x96\x26\x2d\xfb\x28\x36\x8a\x28\x44\xcc\x09\x1d\xb3\xae\xf0\xf9\x48\x21\x5a\x2f\x1a\x6e\xe4\x51\x4b\xb0\x80\xee\x53\xc9\x22\xe2\x8e\x1d\x07\x72\xa8\x9d\xba\x17\xd0\x09\x1b\x13\x58\x39\x6d\x6b\x29\x87\xcd\x9a\xaa\x14\xe9\x62\xc9\x5a\x49\xea\xf0\x6e\xe4\x61\x27\x6a\x7e\xd0\x01\x22\x8a\xee\x7b\xe0\x1b\x3d\xd0\x34\x29\xf8\x45\x89\x1c\x47\x9b\x2c\x6b\xa7\x19\x40\x80\x9a\x64\x4d\x80\x32\x4e\xea\xce\xb0\xd7\xa0\x19\x5e\xa5\xd7\xe2\xe4\x8d\x52\xb9\x2c\x74\x86\xfa\x2c\x45\x0c\x21\x3a\xd6\x9e\xc9\xa7\xec\x10\x7f\xcb\x7b\xdf\xc2\xde\xe3\xb7\xfc\x27\x5a\xea\xe7\x87\xea\x99\x96\xf4\x5b\xde\x23\x60\xf7\xf5\x2d\x3f\xd4\x74\xde\x98\x0c\xa7\xee\x21\xa6\x60\x50\x36\x36\x6e\x31\xa6\xaa\x2e\x10\x23\x47\xc9\x5c\x51\x36\x66\x51\x0f\x5f\x10\xaa\x3d\x4a\x4e\xc1\xa3\xa4\xa6\x04\x5f\xfc\x94\xd0\x88\x45\xbd\xd7\xf8\x13\x1e\xfb\xd9\x08\xcc\x9a\x21\xc5\xf8\xfd\x1d\xfb\x59\xef\x68\x44\x88\xa7\xfa\x39\xf6\x5f\xfc\x94\x8c\xaa\x28\xb8\xaa\x23\xc4\x8b\x7a\x4c\x17\x1e\xe8\xc2\xde\x0b\xc6\xd8\xb8\xde\x49\x38\xea\xb1\xaa\x26\xa8\xa7\x99\xb6\x68\xdd\xa9\x82\xdf\x36\xd1\xe0\xef\x71\x40\x86\x1b\x3b\xc3\x98\x97\x16\x60\xfd\xef\xee\x6d\x7c\x05\xb9\x9c\xa4\x01\x21\x1e\xe6\x66\x0f\x34\x38\x8e\x80\xef\x64\x7f\x32\x6a\xe1\x45\x83\xe8\xad\x18\xc2\x02\x87\xe0\x46\x92\x56\x45\x77\x1e\x30\xf0\x59\x01\x3e\x94\x5a\xe4\xb8\xd8\x26\xc7\xa9\x64\xa1\x36\x1e\x0e\xb5\x89\x1c\xf1\x64\xed\xf2\xe8\xd9\x76\xbb\x62\x01\x59\x59\x91\xd5\xbb\xf4\x22\x39\x51\xb3\x23\xf4\xd6\x0e\xf4\xc3\x0e\xb1\x06\x59\x89\x00\xa6\x63\xbd\xd6\xe6\x09\x21\x67\x41\x1f\xe4\xd1\xb7\x4f\xb3\x60\x9e\x60\x42\xa5\x4a\x92\x69\x58\x27\x4c\x38\x43\xab\x15\x62\x2c\x54\xbb\x7d\xbd\x46\x8c\x49\x3e\xec\xf2\x5d\xae\xbb\x2c\xd3\xfd\x6f\xab\x6f\xab\xc3\x31\x0d\xb9\xa5\x97\xba\x5e\x1f\x8e\xa9\x54\xe0\xea\x2f\xce\x0e\xff\x48\xc7\x6a\xdd\xfc\x93\x83\xdf\x47\x87\x3b\x98\x66\x96\x0e\x77\xcd\x73\xad\x89\x63\xd4\x2f\x10\x29\xcb\x3d\x7f\x04\xee\x64\x40\x9d\xca\x88\xd9\x02\xe2\x8a\x7a\x56\xb7\x0a\x41\x54\xf5\x27\x6f\x07\x07\xdf\x6a\x96\xac\xae\x14\x58\x48\xc7\x07\x75\x6b\x56\xb1\x5a\x99\x65\xa3\xab\x55\x08\x50\x68\x53\x0c\xc3\x21\x6a\xdd\x6e\x5c\xcf\xab\xf8\x37\xc8\x6d\x7f\x51\xef\xe6\xb2\x39\xd8\x6a\x68\xbb\x77\x6a\x52\xc0\x0e\x67\xa8\x7a\x68\x2a\x3a\xc8\x4d\x4d\xe9\xd8\x3c\xda\xb8\xf7\xab\x6d\x49\xfc\x64\x3b\xb7\x19\x07\x38\xd8\xd0\x2d\xb6\xc8\xe1\xdf\x5b\x0e\x86\x11\x82\x80\xbb\xf5\x59\xef\x1d\x12\x90\xf6\xb7\x12\x22\x36\xf0\xb8\x0b\xba\xac\xd1\x71\x7d\xa1\x12\xf5\x7a\x0d\x94\x9b\xb0\xd0\x8f\x40\xd7\xcc\x1b\x1f\xcb\x9a\x53\xd2\xdc\xd5\x84\x31\xa9\x88\x2a\xc5\xf2\xc4\xe9\x52\xee\x73\x4f\xf4\x18\x1e\x1c\xd7\x31\xf6\xf7\x2a\xf9\xfc\x64\xbd\xed\xc7\xf6\x37\xd1\x84\x30\x37\xae\x80\x02\xcb\x09\xf7\xd1\xaf\xcc\xf2\x45\xa4\x35\x6e\x0f\x0e\x3c\xf2\x5f\x0a\xd6\xf8\x7c\x64\xb9\x96\xbe\x8e\x2a\xdf\xb9\x9c\x1e\xed\xd2\x4a\xfd\x4d\x5a\xb1\xec\x28\x67\x9d\x23\xcf\xd8\xfa\xeb\xf0\x5d\x36\x21\x13\x5a\xbe\xdb\x6a\x57\xdb\xa0\x8b\x3c\xd4\x4e\xe7\x5d\xf0\x71\x18\x56\x16\x77\x49\x32\x7f\x78\x95\xcc\x03\x9e\xe4\xb6\xe5\x3a\x67\x9d\xc1\x0f\xac\xc9\x2a\xef\x12\x75\x89\x2d\xe1\x9e\xa5\xec\xd9\xe1\x65\xd9\x39\xc3\xbc\xaf\xf7\x1e\xb1\xdd\x32\x58\x9d\x84\x08\x17\x62\x81\x28\x58\xd7\x54\xb9\x21\x74\xe0\x7a\x67\xfc\x3e\x9a\x18\x06\x87\xa6\x74\xe1\x8d\xb5\x83\xbe\xb1\x97\x38\xce\x2b\x0c\x6a\x39\x0b\x56\xa9\x5c\x47\x84\xac\x12\x16\x19\xcd\xca\x2f\x3a\x3e\x43\xa7\x72\x2f\x79\x13\x81\xca\x62\x12\xcd\x0a\x70\x65\xb2\x97\xb2\xc4\x3f\x1a\x79\x0b\xb6\x28\xcb\xc4\xff\x79\xe4\x45\x6c\xcb\x2b\x60\x4a\x86\x81\x9f\x8e\xdc\x33\x81\x27\xa6\xaf\x34\x55\x58\xa8\x2c\x31\x1f\x9e\x09\x1c\xea\x57\xf7\x81\x78\xb7\x1c\x47\xfa\x4d\xf1\x25\xe3\x6a\x5f\x8c\x19\x7e\x8b\x23\x32\x8c\xfc\xc8\xf2\x85\x18\x59\xbe\x10\xe9\x74\xc3\x79\xe2\xd8\x78\x47\xa4\x0b\xc7\x91\x78\x42\x17\x74\x4a\x15\x2f\xa2\x59\x0b\xda\x62\x48\xf5\xa6\x14\x95\xbd\x72\x44\xa7\x74\x42\x53\x02\x11\x24\xa7\x8e\x83\x1b\x67\x8a\x70\x89\xc8\xf8\xee\x4a\xeb\x1d\x39\x5d\xd3\x55\xa5\xf3\xe5\x4e\x69\xa3\x71\xe6\x2e\xd6\xc4\x9b\x42\x4b\x8d\x3f\xc2\x48\x37\xb6\xb3\xca\xa6\x46\x1b\x5c\xfc\xfd\xbb\x4e\x4c\x76\xb0\x0b\xa7\xb8\xf1\x0c\xdf\x72\x5f\xf0\xfb\x56\x2d\xe0\x00\x65\x47\x15\x6d\x01\x6c\xa0\xbd\x5d\x19\xee\x3d\xa0\x7b\x16\xef\xde\xea\x65\xb0\xe9\xb1\x4b\x72\xf0\xdb\xd5\x2f\xe6\x6f\x6e\x6f\x2a\x23\x37\x57\xaa\x7c\x76\x8c\xcf\xf0\x1f\x39\xbe\xb6\xbb\x68\xfb\xc9\x40\xc8\xc0\x17\x7f\xe4\xa5\x62\x2b\x12\x7e\x9b\x80\x29\x4b\xbc\x23\x34\x3e\xdc\xe1\x34\x01\xef\x49\xcf\x84\xb8\x87\xc1\x6c\x86\xc3\xdf\xfc\xda\x8a\x80\x5f\x07\xbe\xb7\x7d\x82\xc9\x7f\x65\x68\x8d\x08\x04\x07\x5a\x2a\xfa\x4f\x8f\x40\x15\xe8\x21\x1f\xf5\xc0\x67\xf3\x50\x00\x70\x46\x23\xa4\x06\x70\x06\xaa\xf3\x1d\xbd\x18\x9b\xd3\x54\x17\xc6\x11\x04\xf8\xf7\x11\xe9\x89\xea\x65\x84\x60\x06\x44\x3d\x03\x92\xf4\xf6\x36\xa7\x60\xc7\x82\x08\xb5\x20\x10\x7a\x14\x51\xcb\xd6\x48\xec\x9e\xa3\xdf\x1b\x3f\x76\x8d\xb6\xb7\x60\x0d\x4e\x7c\x0f\x01\xae\x8d\x37\x08\x50\x15\xad\xa4\x89\x1c\x23\x13\xc0\xe8\x40\x61\x0c\x44\x3c\x6d\x73\xa9\xe0\x5d\x58\xab\x02\xf0\x90\x80\x88\x86\x61\x45\x25\x6a\x48\xf7\x21\x52\x67\xfb\x63\xe4\x87\xfe\x60\x34\xd2\xa4\xbb\x20\x70\xcb\x81\x03\x76\x2f\x74\xec\x89\x6d\x8c\x13\x84\x15\x2f\xac\x1d\xdc\x51\x01\xd1\x8c\xd4\x9a\x54\x2e\xf0\xbe\xa5\x76\x3c\x8c\x80\xac\x04\x0b\x1a\x1f\x5a\x6e\x1d\x6f\xe7\x25\xfe\x84\x83\xc6\x48\x47\x10\x42\x3c\x08\x89\x54\xa5\x09\xd0\x21\x92\x60\x63\x2b\x47\x10\x2b\x79\xa8\xfe\xf4\x10\xdd\x47\xbd\xc0\x0d\x9a\xd5\xdd\xde\x12\x9a\x97\x79\x89\x05\xa1\x13\xe0\x66\xbc\x08\x2a\x8a\x54\x45\x91\xaa\x28\x32\x15\x4d\xdc\xc9\x6e\x17\x7c\xa2\x19\x6b\xed\xac\xb3\xc1\x6b\x10\x99\x01\x73\x06\x33\xd2\xac\xf1\x10\x0b\xc6\x7d\xd5\xee\x88\x6a\x89\x13\xd3\x61\x79\x85\x76\x59\x44\x05\x71\xed\x28\x19\x61\xd8\x8a\x51\xf4\x88\x43\x2b\xe2\xb9\x0e\x7e\xe1\xcd\xec\xcb\x9a\x10\xe2\x81\x9b\x4f\x3b\x1d\x63\x8a\xa8\xa6\x0a\x8c\xc5\x38\xdc\x90\xe4\x6c\x05\xf7\x80\xd1\x3c\x9b\x7d\x94\xf9\x62\x9e\xe6\xd2\xf5\x7f\x0f\x46\xd4\x4a\xd6\x21\xd7\xfc\x1d\x24\xb6\xb6\x5a\x42\xbe\xb6\xe0\xdd\x7f\x19\x27\x72\x84\x3a\x8c\xdd\x57\xde\x05\xed\xaf\xa7\xc9\x3c\xf8\xfe\xd7\x97\xf3\x6c\x76\xce\x0b\xbe\x91\x63\x28\x03\xb0\xce\x5d\x8f\xe8\x04\xc2\xb3\x41\x6c\xcb\xd9\x6c\x9e\xba\xab\x13\x21\xe4\xa2\x70\x91\xe5\x2f\xec\xf0\xaf\x7c\x9e\xd2\xfd\x42\x3e\x16\x87\x8b\x84\xc7\x29\xdd\xff\xe9\xf0\x27\xb4\xa6\x8b\x79\x5e\xb8\x7f\x71\xdc\x0d\x08\x5d\x2c\x9b\x47\xb5\xf1\xcd\xcb\x9a\x3e\xe6\x59\x74\x06\xa1\xe0\xc0\x9b\x0b\xfa\xed\xf6\xe3\xcb\x83\x4f\x37\x97\x17\xd7\x08\xbe\xbd\x86\x1e\x98\x6f\x07\xf6\xd7\xbd\xc5\x46\x84\x3d\xb4\x2b\xbe\x1e\xb2\xe9\xb1\x65\x2e\x4f\x14\xf6\x00\xe6\xea\x07\x1e\x03\x58\xa7\x13\x54\x7e\x09\xd6\x06\x94\x54\x76\xff\xcb\x5c\x5e\xc9\x31\x17\x4f\xef\xb3\xf9\x2c\xce\xe5\xc5\x63\x21\x53\xb8\xd4\xfb\xbe\x07\x00\xc1\x3a\x9d\xca\x07\x80\x30\x9c\x97\xde\x13\xc0\xd1\xa9\x29\x9d\x67\xb9\x82\x56\x2d\xbc\x68\x05\x04\x04\x4b\x7d\x3b\x64\x1e\xd8\xfc\xb7\x7c\x08\x6d\x58\xfd\xdf\x69\xa7\x02\x5b\xee\x89\x25\x35\xb4\x19\x9d\xb6\xad\x7f\x76\xfa\x77\xd7\x5e\xb7\x38\xf1\x74\x2c\x25\xc3\x7c\x0d\xc3\x10\xeb\x27\xca\xfb\x66\x8f\x80\xba\x0b\x2f\x96\x39\x35\x06\xa7\xf6\xfe\x56\xe8\x0b\x62\x31\x81\x49\x1c\x64\xab\x0e\xcc\x8b\xc1\xe0\x98\x71\xc7\xf9\x79\x30\xf8\x95\x0f\x03\x37\xe9\x67\x52\x75\xba\x15\x43\x45\x5a\x0c\x20\xdd\x0b\x77\xf8\x2e\x92\x64\xf5\x68\xe6\x1a\xdc\x27\xeb\x20\x0b\x02\x24\xd6\x72\xc4\x04\x21\x2e\x3c\xf0\xb5\x65\x0a\x0e\x0a\x0c\xbc\x5f\xc5\x87\x6d\x6e\xeb\x14\xe9\xab\x66\x5f\x11\xbd\x01\x0f\x75\x24\xf6\xca\x69\xc0\x7b\xbc\x9a\xc9\x62\x32\x0f\x5d\x04\xd1\x01\xb6\x8e\x6d\xd0\xdf\x4c\xa2\xdb\x27\x3e\xd8\x9e\x25\xba\xb9\xa3\x21\xc8\x8c\x9d\x02\x4b\x11\x55\x53\xbe\x15\xf0\x5e\x41\xf8\x6a\x39\x42\xb3\x74\x55\x02\x31\xba\x41\x42\xa7\x2b\x36\x59\x1d\x69\x2a\xfc\x97\x98\xf7\xf5\x80\xc8\x88\x18\x8e\x2d\x02\x43\x03\xb2\x1a\xb3\x97\x38\x22\xb6\xb9\x4e\x1c\xe1\x97\x78\x42\x14\x25\x6f\x73\x66\xb5\x66\x52\x85\xac\x24\x0e\xe9\x5f\x70\xcd\xb9\xc6\xd0\x69\xdd\x04\xcb\x03\x5c\x3d\xab\xd4\x8d\x01\xb2\x57\x78\x2b\x8d\x0c\xa7\xa0\xc8\xb6\xfd\xc1\xdd\xdb\x4a\x33\x76\x57\xfe\xf6\xd4\x34\x3b\x55\xb2\x66\xff\x8a\x50\xa1\xa6\x07\xca\xb7\xd6\x8c\x78\xda\x9b\xe6\x0c\x8b\xad\x0b\x49\x83\xec\x15\x07\x80\x98\xf6\x21\x55\x7b\xa4\x17\x7e\x30\x5a\xab\xc2\xbc\xff\x10\x17\x93\xb3\x4c\x02\x1d\xce\x93\x5c\x91\x3f\xf7\x38\xd8\x91\xbc\x9d\x97\x6d\x67\xab\x63\x50\xc0\x76\xd7\xaa\x51\x21\x0d\xc9\x9a\x3e\x8c\xe8\x84\x25\xfd\x07\x50\x96\xd2\xab\x35\xc3\x17\x2d\xa9\x16\xd6\xe6\x7b\x32\x2f\xca\xb2\x7e\xbc\x50\x04\x35\x71\x9c\x71\xe3\x84\xbf\xfa\x44\x37\x32\x79\xf0\x49\xef\x53\x5d\x83\x7e\x6e\xaa\x30\x21\x1e\xab\x0f\x74\x33\xcf\x9a\x78\xe3\x46\xed\x88\xb3\x71\x4b\xd5\x28\x6b\xde\xe9\x84\x4d\xf4\xe8\x38\xcd\xc8\x5a\x0c\xf1\xa4\x9f\x2f\x85\x90\x79\x7b\xc7\x43\xe0\x85\x3d\x14\xa5\x88\x78\x93\x0d\x4d\xb1\x00\xe8\x49\xbd\xc4\x41\x05\x98\x9a\xc3\x11\xb5\x9c\x19\xd3\x89\x66\x2d\xb6\x6b\x6f\x55\x0e\x77\x2f\xff\x77\x2d\x10\xd7\x1a\x83\x0c\x31\x32\xcf\x88\xd4\x6d\xab\x54\x78\xb2\xdc\x1d\x5b\x1a\x9f\x8b\x0d\x0e\xbe\xd2\x3d\x92\x56\x9a\xa2\x37\xa6\x58\x18\x81\xfb\xfa\xca\x71\x30\x40\xd7\x40\x43\xd7\x60\x78\x05\x01\x35\x02\x4e\x21\x54\x7d\x10\xe2\x90\x50\x39\x22\xee\x55\x75\xf1\x1a\x70\x42\x3c\x3e\x1c\xf7\xc1\x21\xe8\x93\x11\x42\x12\x17\x47\x98\xd0\x71\xbf\xdb\x5d\x4c\xb8\x5a\xff\x2a\x03\xb6\x45\x44\xd3\x46\xd6\x1f\xb0\x83\xa3\x63\x16\x0c\x03\x77\xe0\x6d\xf4\xe1\x46\x6d\x8b\x79\x72\x2f\xdd\x1b\x03\xe9\x09\x5e\x41\x44\x40\x4e\xf5\x2c\xba\x41\x4d\x77\x08\xe8\xa2\x09\x67\x2e\xcc\xf7\x4f\xf2\xb1\x70\xe5\xda\x0e\xd2\xb5\x50\x2b\x36\x6d\x70\x92\x59\x0e\x05\x7f\xaa\x15\xc1\x84\xd4\x1f\x54\x0d\x56\xc7\x2f\x6a\x5e\x3c\xed\x2f\x64\xcb\x75\x6f\x4d\x30\x0b\xe2\x1d\x1c\xe9\xbb\xc6\xed\x4c\x46\xad\x9d\xd3\x23\x6d\x78\x77\xc3\x8c\xfb\x50\x50\xb4\xbc\xe9\x2f\x34\xa9\x40\xaf\xe8\x8c\xde\x32\x51\x6f\x92\x80\xb3\x0c\x8b\xfe\x32\x4b\xa8\xd8\x04\x64\xd8\xa4\xe4\x84\x78\xdb\x2d\xc2\x61\x13\xc4\x7b\xad\xb7\xe6\x05\xbd\x20\x5e\x47\xe8\xbb\x77\xc7\xe9\x04\xfa\xa9\x2c\x3b\x3a\xf8\x9d\x79\x43\xaf\x2e\x3e\x29\x5a\x4f\x18\x00\xec\x38\xe8\xed\xed\xcd\xf5\x7b\x3b\xad\x2c\xf1\x15\x3b\xc3\xa6\x0c\x04\x1e\x85\x90\xc0\x67\x38\xa8\x92\xcc\x83\x5b\x10\xef\x0a\x2c\xd9\xae\xb4\xa2\x31\x27\xf4\x04\xcf\xc8\x70\xe6\x38\x8f\x78\x06\x3d\x23\x43\xfd\x8b\x17\x74\x41\xdc\xb7\xea\xeb\x14\xcf\xfc\xa3\x11\x9d\xf9\x83\x91\x5a\xa0\x19\x98\xd2\xcf\xfc\x9f\x47\xc4\x9d\xe2\x19\x7d\x31\x18\xd0\xd5\x9a\xa2\x9b\x4b\xa4\x36\xa6\xd9\xb0\xaf\x89\x82\xa8\x33\x05\x2a\xf1\x8c\xed\x45\xa1\x9e\x36\x32\x8c\x30\xf1\x45\xbf\x4d\x45\x96\x65\xb0\x91\x32\x72\x1f\x54\xd1\x5b\x93\xb5\x21\x2a\xab\xac\x4d\xca\x88\xcd\x08\xe8\xa7\xe9\xe9\xa0\x01\xa7\x21\x9d\xd0\x5b\x2a\xfa\x26\xd8\x31\x15\x9b\xa0\x99\x8a\x1a\xd6\x81\x07\x89\xfa\x00\xbf\x5e\xb7\x6d\x3d\xc9\x6a\x70\xdc\xb8\x1e\xc7\xbc\xc7\xf0\xc1\x11\xb3\x7d\x1b\x0f\x11\x19\xa2\x21\x72\x15\x77\xda\x0b\x2c\x76\x48\xed\xab\x82\x4d\x6a\xc2\xc4\xdb\x22\x0e\xd8\x2b\xbc\x95\x56\xe1\xce\xed\x0f\xdb\xc4\x85\x71\x93\x0d\x1e\xf6\xda\x5a\x69\x17\x35\x7e\x00\x6f\x80\x53\x13\xa1\xc7\x9d\x5a\x71\x70\xd6\x3b\xb6\xa9\xaa\x0b\xdb\x15\xcd\x2c\xe7\xe7\x76\x3a\x38\x51\x6d\x33\x8e\xf5\xad\xb3\x26\x57\xca\x72\xb5\xa6\x7b\x15\xe1\xc5\xe9\x32\x4b\xdc\x00\xf4\x7c\xc8\x9a\x60\x4d\x88\x21\x8d\x81\x11\x45\xea\x80\x21\x8a\x14\x67\xa2\xa6\xea\xff\xae\x0f\xb6\xb7\x5d\xdd\x0b\xf0\xeb\x44\x37\x3a\xa1\xc3\x99\x8a\xa6\x2f\x8a\xef\x41\x14\x2d\x96\xf0\x57\x71\x3b\x48\xcd\x4d\xcd\xfe\xd5\x61\xc2\x52\x5b\x6c\x35\xfe\xa7\x45\x34\x2d\x1f\xc0\x1f\xfa\xbf\xbd\xbb\x7a\x5d\x14\x0b\x33\xe7\x2d\x4f\xf0\x5b\x5e\x47\x4d\xa4\x74\x5b\x42\xdc\xf6\x0f\xd6\xc4\x1c\xff\x81\xef\xe1\x5b\xed\x56\x29\xd0\x30\x8e\xf2\x3e\x4f\xc7\xcb\x84\x67\xc0\x40\x06\x5c\x4c\x73\x2a\x40\x07\xd9\x1a\xde\x6d\xed\x27\x7f\x03\x65\x59\x6a\x59\x11\x93\x9b\x0a\x8a\xb9\xc8\xe2\x45\x81\x08\xdd\xd3\xae\x86\xbd\x08\x82\x08\x32\x04\xec\xe6\x5f\xfc\x9e\x9b\x1c\x5e\xd4\xcf\x33\xc1\xb8\x17\xf5\x39\x70\x77\x9d\x81\x97\xb6\x10\x7a\xb4\x33\x16\xaf\x89\xa5\x98\x42\x70\xdf\xef\x64\xd1\x68\xd9\xe4\x91\xfd\x60\x1e\x3e\xb5\x3c\x66\x28\x92\x4b\xf7\x4e\xdf\x69\x1c\x1c\xd1\x82\xa1\x65\x3a\x4d\xe7\x0f\x29\xf2\xb8\xe3\x98\x66\xb4\x37\x51\x08\xa1\x13\xfa\x81\x8e\xc8\x07\x0a\xc5\x9c\xad\x54\xb2\x6b\x9a\x82\xb0\x26\x3a\x27\x9d\x30\x93\xc8\xaa\xc2\xc3\x5f\x06\xbf\xb8\x2f\x06\x03\xe3\xeb\x6a\x42\x0b\xb2\x56\xc3\x0e\xc3\x1f\x0e\x6d\xfb\xfb\xae\x71\xb5\xd5\xae\x9a\x9d\xba\xb9\x09\xa5\x66\x21\x69\x4a\x17\x34\xa3\x85\xb5\xa4\x0a\x9b\xde\x39\xce\x1d\x26\xde\xb3\xe3\x3c\xf7\x79\x30\xcf\x0a\x3b\x06\xc1\x25\x44\x0d\x32\x8a\x51\x27\x38\x07\xed\x02\xed\x67\x1b\xe7\xc4\xbb\x63\xcf\x7a\x32\x39\x0e\xe9\x9e\xce\x06\x1a\xd8\xdf\x77\xda\x8f\x9f\xc8\x3a\xf8\xa1\xd3\x7e\x4c\xbc\x31\x1b\x2b\x68\x0f\xb1\x06\xe0\x36\x5f\x43\x07\x45\xbd\x4b\x23\xed\x5b\x32\xf4\x27\xea\xe1\xb0\x2f\x54\x19\x99\xf5\x7a\xa4\x71\x8b\xf6\xf3\x7f\x10\x2f\xf4\x97\xa3\xd6\xa6\x52\x09\x86\x33\x86\x8f\x66\x49\xe1\x72\x46\x5b\x13\x45\x78\xdc\x84\xcb\x55\xd8\xf6\xcf\xb3\x93\xab\xab\xd3\x93\xb3\x4b\x44\xd1\xd6\xc1\xe9\xa3\xde\x92\xd0\xe5\x06\xc3\x71\x89\xa7\x94\xd3\xba\x2d\x8a\xc0\x35\x36\x74\xe6\x69\xad\xad\x08\xb4\xbe\x3d\xe3\xa0\x56\xe6\x3d\xf7\xe7\x0b\xa9\x17\xa9\x33\x20\xde\x0c\xa7\x1b\x35\x9e\x80\x24\xe8\xb9\x9f\xcb\xc2\x4c\x93\xc6\x80\x3a\x64\x22\x54\x90\xaa\xed\xb3\xed\xb5\xfd\xd9\xa2\xa1\xca\x52\xf5\x84\xa1\x0a\xf9\xa1\x38\xdd\x7f\x1e\x3e\xd7\xc8\xd0\x6d\x1e\x55\x76\x2a\xd8\xd1\x8b\x17\x3f\x33\x56\x57\x32\x7c\x31\xf8\xc5\xad\x5e\xbc\x46\x44\xb7\x17\x0c\x5f\x0c\x06\x2e\x8a\x62\xd0\xab\x3d\xe1\x78\x6c\x2e\x5d\xc4\x3c\x81\xfd\x3f\x20\x9e\x9a\x15\x45\xec\x3e\x43\xec\xe0\x24\xa9\xd8\xe8\xd7\x15\xc1\xa7\x86\xe2\xb5\xdc\xef\xab\x22\x07\x47\x46\x8b\x4a\xfd\x41\x88\xac\x61\xb0\x86\x08\x87\x67\xd8\xb1\x4c\x7a\x99\xe3\xe0\xe7\x2d\xc6\xcc\x04\x89\x2f\xc0\x24\xec\xb9\x85\xf8\x59\x61\x94\x06\xae\xb5\x6a\xb0\xda\x61\x10\xfb\xcb\x88\x15\xae\xbd\xb5\x9a\xf2\x34\xc4\xf7\x38\x31\x51\x35\x12\x10\x5d\x0f\x8e\x17\x44\xbb\x06\x15\xf8\x82\x2e\x8c\xa2\xc8\x42\x11\x52\x0b\x4d\x48\x39\xce\xc2\xd0\x7a\xb6\x9a\x21\x6f\x64\x8c\x68\xb5\x42\x94\x33\xb4\x5e\x23\x2d\x46\xb2\xee\xf5\x77\x89\xa6\x20\x40\x4d\x25\x95\x0a\xcc\x5d\x62\x7d\xf1\xbf\x4b\x3a\x16\x0c\x31\x67\x96\x60\xac\x85\x5a\x6a\x4f\x94\xbb\x3c\x57\x82\xdb\x49\xfb\x2e\x72\x13\x09\x54\x6d\xa0\x6f\xf0\x1f\xea\xed\x71\x3b\x68\x89\xb0\x42\xd9\x54\x87\x29\xa5\x41\xa3\x5a\xb0\x50\x6b\xdd\xe0\x52\x1c\xd1\xb1\x02\x4d\x56\x23\xcb\x4a\xb7\xc3\xb8\x83\xf6\x38\x4b\x87\x52\x6d\x9d\x4f\xd9\x32\x2f\x64\x08\x15\xba\x52\x7b\xe0\xba\x89\xea\x50\xbf\x6a\xb1\x17\x8e\xd3\x51\x47\x86\x08\x13\xd5\x79\x3f\x8e\x8c\x62\x0a\x27\x82\x21\xa4\xbd\xc6\x1a\x3d\x4d\x13\xea\xad\xd1\xc6\xd7\x41\xe0\x5c\x5b\x35\xcf\x84\x80\x76\x39\x43\xa8\xc7\x8d\xd6\x5e\xa5\x43\xcf\x19\x88\x60\xd7\x82\xf1\xe6\x62\x5b\xef\xac\x31\x59\x85\xf8\x8a\x6b\xc1\x61\xa6\xc6\xa9\xe8\x8e\x05\xeb\x74\x16\x8d\x09\x23\x9d\xd1\x6b\x36\xa0\x8a\xfe\xa2\x26\xc6\x44\x75\x81\x49\xaf\xd4\xfb\x57\x45\x99\x5d\x1f\xbf\x06\x67\x83\x8a\xaf\xc1\x77\x2c\xaa\x89\xd0\x80\x5e\x13\x63\xd1\x88\x67\x56\x3a\xa7\x77\xbd\x84\x10\x72\xdd\x61\xec\xce\x71\xae\x8c\x7f\x59\x1c\x59\x3e\x70\xae\xe9\x1d\x21\x84\x5e\x33\x3b\xf1\xae\x97\xd0\x19\xa1\x86\x6d\xb9\x26\xd4\x84\xa1\x10\xf8\x9a\x2e\x21\xf7\xac\x37\xa5\x5f\x75\xe2\x55\xed\x4e\x71\xcf\xb4\x80\x90\x3e\x0f\x2b\xd5\xf0\xeb\xef\x35\x4c\x2a\x65\xd4\x75\xea\x38\x47\xc7\x57\x35\x99\x7d\xc5\xfb\x70\xfc\xae\xe7\x46\x33\x24\x32\x6e\xcd\xcb\x32\xaf\xda\x32\xee\x84\x5b\xf4\x42\xcb\x7c\x35\xdf\x8a\x6d\xa9\xb7\xc5\x3d\xd8\xaf\x56\x77\x05\xde\x95\xff\xd5\x0f\x46\x23\x08\x79\x59\x2d\xdd\x95\xb9\x6f\x52\xa0\x66\x5b\x2f\xb9\x96\xb4\xda\xad\x50\x59\xf9\x96\xd4\x91\x2f\x41\x3d\xa1\x6a\x19\xae\xdc\x6f\xfc\x60\x64\xd9\xaa\xdc\xe2\x3a\x56\xe2\xee\x1d\x42\x57\xf2\x71\xe1\x46\xd4\x32\x42\x71\x73\xda\xd5\x0a\xa6\xe7\x55\xc4\xb6\x1d\xfa\x36\xcd\xcd\xa2\xce\xfb\x2a\x9b\x2f\x17\x76\x0c\x1f\x4b\xb9\xef\x16\x87\xc4\x7b\x04\x61\x58\xa0\x6f\x13\x40\x29\x2a\xa2\x61\x87\x31\x39\x14\x6e\x44\x39\xf1\x04\x8b\xd6\x3a\x2c\xaf\x31\xab\xa8\x06\xdd\x28\xcb\x03\xb9\x27\x1f\xf6\x3f\xca\xf1\xc5\xe3\xc2\xd2\x4b\x39\xec\x1f\x8e\x69\x44\x28\x1a\x23\x42\x17\x76\x1e\xbe\x33\x8f\x37\xde\x0d\x06\x1b\x98\xb6\xf6\xc6\xbb\xa0\x5e\x03\x26\xeb\x45\x1b\xdb\xf4\x6c\xb0\x45\x5b\xb7\xa4\xef\x0d\x75\x0d\x72\x78\xf5\x77\x9b\x9c\xb6\xc4\xdb\xb2\x92\xc8\x6b\x27\xc3\xbf\x1c\xd7\x3c\x4a\x35\x23\x0b\x96\x0e\xb7\x23\x48\xfd\x42\x5c\x7f\x44\x33\x06\xf1\xc2\xdf\xa8\x15\xbf\xe7\x09\x10\x8f\x10\x11\xa9\x4e\xd1\xd1\x8f\x4e\xf0\x94\x38\x4e\x67\x4a\x97\x0c\x5f\x0e\x43\x57\x90\x5a\x4c\x71\xc7\x96\x95\x98\xc2\x4b\xd8\x89\x42\x4f\x89\x3b\xf0\xee\x2c\xd1\x97\xfe\x33\x6c\xe9\xa4\x59\xaa\xf4\x0b\xb2\x76\x25\xf1\xee\x2a\x3d\xb5\x7b\x9e\xbc\x09\x59\x66\x2b\x3c\x2c\x4d\xa4\x24\x7c\xd1\xeb\x11\x6f\x70\x9c\x38\xce\xc5\xaf\x2c\x01\x27\x2e\x46\x2a\x84\x2f\x08\xdd\x2b\x70\xbb\x96\x5a\xfd\x3f\xf2\xdb\x1f\x46\xc4\xbb\x54\x44\x5d\x25\x8d\x5a\x83\x2f\x97\xcd\x4c\x4d\xe8\x9e\xbb\xb5\xde\xa8\xab\xb5\x27\xb7\x42\xbb\x58\x88\x4e\xc7\x85\x6e\xaa\xd8\x8f\xd3\xfd\x68\x88\x23\xbf\x9d\x3c\xaa\xee\x2a\x90\xae\x4b\x86\x88\xd0\x8d\xa9\xc7\xc1\xf7\x86\xb2\x51\x57\x15\x34\xa6\x09\x63\x60\x6d\x37\x6e\x94\x99\xea\xdb\xdd\x43\xcb\x64\xdd\x52\x6c\x02\x15\x26\x50\x20\x9a\x07\x10\xa4\xd5\x0a\x11\xaa\xa1\xd0\xa1\x1d\xd8\x7f\x1c\xda\x5a\x5d\x27\x5c\xab\xca\x75\xbb\x15\xa9\xc5\x44\x4d\x75\x41\xfa\x64\x9e\x17\x4c\x40\xa4\x7d\xf0\x7c\x02\x79\x15\xb1\xf4\x77\x2c\xfa\xea\x81\x94\xe5\xa7\xc8\x6f\x4a\x8d\x36\x9d\x82\x4d\x5a\x2d\xa2\x43\x04\x16\x8b\x4d\x68\x86\x3d\xed\xfc\x0d\x1d\xa2\x9e\x41\xc0\xa1\xdd\x2f\x5e\x4c\x58\x28\xc5\x3c\x94\x9f\x3f\xbe\x39\x9b\xcf\x16\xf3\x54\xf1\x89\xc2\x71\xd0\x21\x82\xdb\x76\x95\x45\xf5\xad\xa9\x73\x68\x25\x36\xf8\xe2\x88\xb8\x4d\xba\xae\x3d\x97\x3c\x13\x13\xf6\x24\x70\xd8\xd7\xcf\x3a\x1d\x22\x4a\xed\x68\x35\x84\x58\x53\x4d\xcf\xa0\x13\x1d\x56\xbd\xb6\x0c\xdb\xeb\xde\xab\x91\x55\x2f\xb6\xb7\xbf\x26\xbc\x37\x84\x31\x6d\x90\x71\x7d\x0f\x5d\x3b\x93\xac\x56\xdb\x2a\xfe\x96\x37\xfa\x00\x41\x2b\x52\x96\x59\x7f\x10\x33\x0d\x03\xd7\xba\xe9\xb7\x29\xa6\x33\x5b\x69\xc6\x02\xb7\xf8\x6f\xfd\x1e\x29\xff\xd6\x3d\xa4\xa8\x7b\x64\xef\x9c\x40\x98\xab\x6f\x03\x04\xbb\x93\x62\x96\xfc\xbb\xe2\xba\x05\x04\x3c\x47\x1e\xec\x2d\x1d\xea\xda\x64\x01\x12\xb1\x75\xde\xf4\x2e\xc8\xb9\xb6\xda\x01\xac\xfc\xaa\x89\x89\x7d\x1e\x60\x14\x2f\x8a\xc9\x22\x8b\x1e\x8d\xb3\xba\x49\x88\xc5\x66\xa5\xc5\xa4\x56\xe7\xae\xa7\xb8\xfe\xac\x98\xc6\x39\x38\x3a\xdd\x48\xd9\x0e\x03\xf3\x3e\xa8\x6a\x31\x8b\x4f\x45\xa5\x32\xac\xd6\x79\x88\xfe\x86\x7a\xf3\x3a\x0f\x2c\xbd\x8b\x50\x55\xed\x32\x4b\x18\x17\x76\x3f\x48\x0f\x07\x43\x34\x44\xbd\x00\xd4\x60\x44\x95\x93\x07\xf9\x67\x95\xb9\xd7\x94\xac\x16\xe5\xa8\xe9\x26\x4c\xd6\x55\x9c\x4e\x3f\xdb\x71\xde\x42\x13\x97\x59\x3a\x0e\xfa\x1b\x98\xc4\xf9\x83\x11\xb1\x1c\xf5\xeb\x48\x8f\xb2\x9f\x83\x44\xfa\x88\x10\xda\x19\xe8\x7b\x4b\x3a\xf1\x4e\x70\xc4\x60\xa3\x85\x84\x0c\xf1\x84\x45\x74\xc2\x4c\x9a\xa0\x11\x21\x43\xde\xc3\x39\x57\x30\x82\x46\xa4\x2c\x23\xe2\x06\xbd\x09\x71\x4d\x16\x0e\xc5\x26\x8c\xf7\x22\x97\x33\x16\xf6\xd0\x21\x72\x1c\x3c\x61\x6a\x5d\x4c\x74\x23\xd3\x6f\x3c\xa9\xf6\x5d\xa7\x33\xb1\x7d\xf1\xd6\xbb\xc6\xda\x1d\x7b\xbb\xb7\x47\xe5\x7e\xb1\xea\x71\x59\x9a\x3e\xd0\x08\x6e\xe6\xca\x12\xfd\x4d\x41\x0f\xfb\xa4\xdb\x7b\x71\x18\x31\xe9\x62\xd0\xa3\x37\x61\xf1\x02\x16\x52\xa3\x97\xa9\xb7\x37\x21\xc4\xad\x86\x2f\x09\xbd\xd7\xde\x3a\x22\x26\x09\xec\xb4\xc8\x74\x30\x64\xd6\xaa\x1a\xad\x99\x80\x4e\xd8\xe1\x1f\xdf\x0e\x41\x7b\xd9\xc5\xdf\x0e\xfb\x3f\x91\x43\xe0\x60\x1b\x7a\x59\xea\xda\x9a\xe8\x70\x12\x94\x6a\x3d\xe3\x4d\x36\x32\xda\x40\x51\xe5\x5e\x56\x4d\x6f\xe4\x1f\x8d\xdc\xb0\xb5\xbb\x59\xf8\x2f\x6f\x66\xbe\x63\x33\xcb\xff\xed\x66\xe6\xb0\x99\x39\x6c\x66\xb9\xb1\x99\x83\x1e\x6e\x8a\x0e\x85\xb5\xb5\x5d\xa0\x7b\x77\x6d\xea\xbd\xb6\x7e\x9f\xd9\xc4\x00\xc9\x4c\xe0\xc0\x21\x6e\x6d\x2a\xbe\x23\xb0\x5a\x1c\x7e\x17\x0e\x09\x43\x9d\x00\x0d\xda\x28\x0b\xfe\x7f\x79\xc0\x02\xe8\x78\x48\x86\x11\x0b\x5d\x3c\x69\x4e\x4d\xc4\x82\x9e\xe8\x4d\xd4\xb9\xa9\x0f\x4e\xa4\x0e\x4e\xb4\x71\x70\xa2\xe6\xe0\x44\xff\x3f\x5c\x65\x7b\x65\xad\x55\xb8\x08\x76\xa9\x6d\x36\xa1\xf2\x26\x71\xae\x18\xa2\xa6\xc0\x5f\x21\x68\x70\x6e\x97\xd1\xbe\xed\xef\x15\x12\x68\x17\xf6\xcc\x2f\xe3\xc0\x14\x6d\x1c\x88\x56\xac\x12\x8b\xda\xb0\xc4\x23\x88\x72\xb6\x92\x3a\x58\x87\xdb\x39\xa2\xc6\x2d\xdf\x29\xcf\xa5\xdb\x19\xd0\x4c\x3e\x64\x71\x01\x1b\x22\x77\x6b\xdd\x6a\x35\x65\xef\x33\x19\xc5\x8f\xdf\xd7\xee\xd9\x96\xa2\xc0\x1e\x7c\x37\x0f\xe5\x4e\xe2\x32\x30\x61\x49\x4c\x5f\x6a\x89\x0a\xa8\x4c\x62\xf5\xb9\xfa\xa4\x09\x87\x3a\x5f\x9d\x4c\x03\xad\xab\x5f\x0f\x40\x67\xb4\x12\x58\xfb\x73\x55\xa0\x19\x62\x55\xa2\x49\x61\x1b\x19\xbe\x23\xe7\x69\xb1\x39\xd6\x7d\x82\x15\xbe\x50\x65\x31\x12\xfc\xef\xe8\xa2\x6b\x7b\x3d\x3a\xd9\x88\xb9\x10\x34\x8e\x16\xa6\x26\x28\x6c\x04\xb1\x72\x74\x9c\x5a\xc5\x09\x87\x90\xae\xb3\xd2\xfa\x13\x0b\x75\xa8\x4d\x6c\x31\xc1\x9a\x86\xd0\xf5\x48\x3b\x6f\x44\xc7\x9e\xb5\x47\x12\xcd\xec\x8a\xbe\x1a\x0d\x0f\x05\xcf\x0b\xdc\x84\xdb\xd6\x91\x2c\x6f\xcd\x75\x3d\x9d\xf6\xf5\x51\xc0\x84\xf2\xa6\x4a\x1a\xe8\x7b\xdf\x29\x4d\xbd\x94\x85\x75\xcc\x4b\xa3\xdb\xb0\x60\xa1\x19\x4d\x06\x56\xe5\xf5\x3a\x82\x16\x71\xea\x38\xad\xa5\xb3\x88\x9f\x74\xae\xa3\xbf\x7a\x19\x5b\x58\xa4\xeb\x80\x2e\x1a\x12\xef\x10\xb5\xde\x0e\x11\xe9\xbd\x20\xa4\x87\xd3\xb2\x04\x3a\x28\x65\xb2\x0a\x18\x3a\x0c\x84\x1b\x87\xda\xec\x31\x53\x80\x6a\x41\x68\xca\x84\xf0\xf4\xdd\x62\xd6\x90\x86\x6f\x39\xce\x48\x3f\xe1\x79\xf1\xa6\x69\x87\xf4\x8e\x88\xa7\xa3\x27\xa4\x38\xa3\x05\x55\xd0\x25\x20\xde\x74\x03\x98\xc2\x5d\xaf\xb7\x63\x6d\xbc\x3d\x7d\xc3\xa8\x03\xd4\x35\x97\x37\xe5\x8c\xc7\x49\x31\x27\xee\x61\xec\x45\x10\xba\x54\x24\xb1\x98\xb6\x75\xc2\x61\xe2\xec\x0d\xaa\xaf\xb9\x8b\x2c\xb9\x94\x4f\xf0\x3c\x93\x05\xaf\x9e\xe1\xb6\x12\x5e\x5e\x74\x58\xd0\x7f\x98\xc4\x62\x62\x9e\x83\x65\x51\xcc\xd3\x46\xbe\x23\xd9\x29\x0e\xfa\x05\xcf\xc6\xb2\x20\x1e\xe2\x26\x28\x0a\xc0\x7d\x90\x8f\xa9\x27\xf0\xdb\x3c\x18\x95\x65\x07\x62\xad\x54\x4e\x40\x48\x83\x1c\x8c\xe2\x91\xd4\xb6\x8a\x26\xa8\x29\x98\x73\xdb\x51\x4e\xcb\xb2\x7a\x07\xff\x16\xae\x89\x7d\x7a\x86\xc7\xb6\x62\xe6\xed\x97\x57\x27\x3a\x42\x4f\xa8\x2f\x1f\x46\xe0\x2c\xda\x0a\xd1\x02\x7e\xf5\x4e\x38\x1e\xd7\xae\xeb\x21\x0e\x2d\xf1\x2e\x2a\xf3\xbf\xb2\xec\x8c\x9b\xd6\xf4\xf0\x54\xfb\x41\x3f\xce\xcf\xb5\x9c\xf1\x7d\x06\xbe\x1f\x64\x88\x55\xee\xad\x65\x1c\xd3\x44\x51\x28\x41\x7f\xa1\xf3\x99\x52\x98\x58\xa7\xa0\x53\x6d\x6d\xc7\xc1\xa2\x66\xc3\xe9\xa4\xba\x12\xf4\x51\x14\x1d\xfc\xc7\x7f\xfd\xf2\x62\xf0\x5f\x07\xed\x6a\xd0\x88\xed\x75\x06\x70\x69\xea\x9d\x05\xb8\xa9\x92\x74\xd8\x59\x80\x17\x10\x93\x46\x55\x6d\x1d\xb9\xce\x40\x1f\xa8\x4b\x85\xdf\x43\x3b\x56\x2e\xde\x90\x5c\x29\x32\xb6\xa0\x5c\xd1\xab\x75\xc0\x63\x13\x0f\xd8\x55\x1d\xdd\x69\x62\xa7\xb9\x4d\xab\x3d\xd9\x00\x1f\x1a\x35\xfb\x1c\x73\x7b\x7b\x07\x5e\xc4\x7e\x0c\x3c\x20\x5e\x02\xe5\x34\xa4\x01\x95\xa4\xba\x08\xae\x67\xdf\x6b\x5a\x34\xe1\x95\xa3\x21\x6e\x1a\x0b\x6d\xd8\x25\xe9\x18\x87\xb4\x73\x44\xa5\x22\x5d\x21\x98\x44\x02\x34\x0b\x21\x6b\x42\x45\xa3\xa1\x23\xfa\xdd\x30\x1e\xab\xad\x40\x8c\x6d\xff\x56\x70\x78\x4d\x42\x9c\x05\xff\x0f\x6f\x6f\xda\xe5\xb6\xad\xe4\x0f\xbf\xd7\xa7\x68\x61\x7a\x64\xc0\x42\xab\xa5\x24\x77\x23\x1b\xd6\xf1\x9a\x38\x63\x3b\x8e\x97\xe4\xde\xab\x56\x7c\x40\x12\xa4\x14\x51\x94\x4c\x52\xbd\x44\xe4\x77\x7f\x0e\x0a\x00\x09\x2e\xdd\x76\xee\xcc\xf3\x3f\xf6\x69\x91\x20\xf6\xb5\xaa\x50\xf5\x2b\xac\x87\x90\x50\x8f\x35\x47\x02\x60\x31\xf4\xe2\xa5\x2b\xe8\x0c\x4d\xca\xd2\x94\xf1\x21\x58\x04\x6c\x0c\xcd\x35\x1a\x89\xda\x97\x74\x38\x64\xd6\xc6\xbd\x0e\xf1\xff\x14\x45\x4a\xa0\xbe\x83\xfb\xba\xdf\xb3\xbb\x3f\xf8\xaa\x7e\xf5\x1a\x3b\x71\xf8\xa5\xfe\xf5\x46\x23\x1c\xd8\xfd\xcb\x1b\x67\x03\x71\x70\x3a\x1a\x45\xd8\xa3\x2b\x1a\x32\xab\x11\xea\xb6\xa6\x7a\x25\x34\x06\x8f\x89\xd0\xbb\x56\xc7\xb0\xe1\xac\xb4\xcc\x67\x2c\x11\xce\xef\x35\x2d\x32\x9c\x52\x65\x8d\x6a\xb9\x12\xfb\xa2\x1b\xb1\x2e\x99\x71\xa7\x15\x8e\xdf\xd6\xe5\x6d\xb8\xdc\x02\x75\x3c\x38\xfe\xb3\x9c\xfb\x9b\x39\x67\x7c\xb2\x15\x59\xc6\x23\x31\x1a\x81\x57\x6d\xfd\xa5\x16\xfc\x9b\xef\x64\x8e\x20\x35\xa0\x40\x99\xc0\x31\xba\x4c\xe4\x2b\xa4\x71\xac\xdf\xdd\x21\xf5\xc5\xc7\x77\xaf\x00\x02\x6b\xd0\x8d\x6f\xbe\x8f\x91\x23\xdf\xe3\x75\x62\xa9\xce\xf0\x86\xf6\xaf\xe9\x39\xb0\xee\xcc\x76\xb1\x00\x4d\x0c\x01\x96\x7a\x72\x4f\x8b\x77\x51\x51\xdc\xba\x4a\xd5\x3b\xbd\x3d\x72\x36\x1c\x6a\xe9\xa4\xa6\x08\x62\x72\x2c\xab\x9b\xaf\xce\x2a\x00\xa5\x97\x1e\xbd\x10\xaf\x32\xcb\x01\xf3\x02\xcb\xc9\x68\x65\x87\xc4\x49\xd9\x92\x9b\x0b\xcc\xa9\xba\x1c\xf2\xe6\x08\x39\x5e\x65\xc1\x71\x8c\x77\x91\x23\x30\x8a\x77\x11\x22\xca\x83\xad\xc0\x48\xfe\x22\x42\xaf\x79\x9a\xc8\x57\xf9\x8b\x08\x85\x0b\x49\xf9\xae\x95\x02\x29\xcc\x12\xa7\x55\x73\x9f\x09\x8c\xe0\x0b\xea\x33\xf7\xf5\x46\x23\xc3\x05\x71\x1b\xeb\xa4\xc4\x4d\x9b\xa9\x7f\xd6\xd2\x27\xf4\xe9\x13\x78\x69\x15\xdf\x8b\x3c\x17\xe9\xa7\x4f\x48\x59\xfe\x54\xe1\xef\x3b\xe1\xf1\x6e\xb7\x39\xec\xbb\xf1\x55\xb8\x1d\x7f\xa0\x3e\x80\x74\x50\xc7\xd4\xe4\xce\xbf\x31\x5a\x67\xc2\x0f\xe3\x00\x34\xad\xbb\xd6\x14\x1b\x2d\x38\xf4\xc6\x0c\x21\x2d\x29\xaa\x3c\xb7\xea\xd4\x7e\x96\xdf\x91\xfa\x49\xdd\x40\x8d\x24\x01\x13\x29\x4f\x0f\x7e\xbe\x4b\x7b\xea\x91\x18\x17\xb0\xde\x44\x2d\xaf\x6e\x1c\xb3\xec\x4c\x3c\x00\xc3\x4a\x45\xa2\x3c\x5d\xef\x82\x4a\x17\x4d\x52\x04\xa3\x91\x07\x47\xb1\xfc\x0d\xd7\x49\xd0\xaa\x79\xb0\xdb\x56\x19\x31\xa6\x6d\x0a\x9b\x51\x76\xde\xef\xca\xe3\x6c\xb7\x75\x71\xf0\x1f\xb7\x8e\x31\xf6\x31\x2c\x0a\xf9\xfb\x8b\xfe\xfd\x35\x6c\xc5\x0e\x55\xb9\x75\x79\x5b\xab\x3c\x90\xab\x30\x86\xa7\xc4\x2e\x53\xe5\x84\x87\xb3\x56\xe8\x40\x06\x23\xd4\x8d\x7a\x2c\xbb\x61\x8b\x65\x37\xec\x85\xae\x83\xfd\xa5\xd5\x97\x5c\xd7\xb7\x9e\xdd\xa1\xaa\xae\xbe\x62\x3e\x24\x6a\x22\x83\x3e\x8e\xbe\xab\xf5\xe6\x9e\x63\xed\x38\x49\x70\x47\x0a\x66\xa5\xe0\x4e\xef\x07\x90\xb2\x8e\xb9\x0d\x3d\x55\x4b\xbc\x69\x60\xc0\x7c\x3c\xd0\xe5\xd1\x57\xc4\xd9\xe4\x6d\xba\x8b\x52\xbe\x75\x40\x71\x69\x8b\x3d\xd0\xc6\x69\xec\x43\x1f\x25\x5f\x58\xdd\xde\xa9\x8b\x34\x5f\x4e\xa7\x3a\x50\x75\x0a\x4f\xf2\x92\xb8\x5e\xf5\xc2\x7c\x1b\x14\x26\x9b\xbc\x52\xe0\x31\x8e\x15\x63\x38\x75\xbd\x49\xbe\xfb\x55\xee\x94\x72\x2f\x6c\xc4\xff\x98\xf0\xf4\xf6\x79\x55\x88\x23\x2b\x62\xf6\x12\x65\x1a\x52\xe5\x53\x7f\xa8\xc2\xac\x8c\x07\xd6\x67\x1d\xd6\x2c\xe9\xc9\xba\xa7\xa8\x58\x84\x50\x8c\x7c\x4e\xd7\xd1\xaa\x5b\xa6\x8c\x51\xbd\xcb\x1e\x81\x68\x7d\x35\xd0\x71\xf5\x6b\x85\x14\xa0\x13\xe8\x60\xd2\xea\xae\x5d\xb4\xf6\x79\xfc\xff\x6b\xad\x4c\xe0\x7c\xb1\x74\x16\x5e\xab\xff\x9f\xee\x92\x00\x7c\x66\x77\x2a\x91\x83\xa2\xbe\xaa\x04\x8f\x73\x91\x26\x92\x04\xd2\x01\x32\x4f\xf1\xf9\xd0\x37\x48\x32\x5d\xa3\x6a\x55\xe2\x46\x68\x9d\xc3\x7f\x50\xeb\x97\xb5\xf5\xb1\x55\xf6\x60\x38\xb3\x67\x5a\x3b\xd1\x6b\xb1\xf5\x44\xda\x6a\xa5\x62\x8a\x4c\x23\xb6\xfb\x43\x2e\x82\xd1\xe8\x23\x56\x1b\xab\x48\xf3\xdb\x4e\x03\x77\xda\x26\xbb\x6a\x0c\x1e\xd6\x69\xcd\x96\x2c\x53\x56\x51\xc8\x7d\xd5\x7a\xca\x63\xbb\xeb\x7d\x26\xf7\x70\xd9\x65\xf3\x21\xc7\xea\xa6\x5b\x08\x65\x39\x5d\x63\x3d\x39\xc3\x99\x1b\x28\xc2\xa2\x9e\xf7\x59\x7b\x49\x5b\xeb\xd8\xea\x63\xf3\x58\x14\xca\x49\x94\x3e\xc3\x03\x5a\x55\x92\x74\x96\xb8\x35\x30\xaa\x72\xa3\xd1\x3d\xb5\x9b\x07\xdd\x21\x7b\x0c\x60\x58\xb2\x9a\xff\xe7\x93\x7d\x70\x4f\xef\x82\xa6\x43\xa3\x7b\x25\x77\x67\x7a\x4e\x43\xb9\xfc\xbf\xe8\xb8\xa0\x59\x2f\x75\x08\xdf\x59\x31\x3d\x85\xd6\xa2\x53\x35\xa5\x42\x64\x55\x10\xde\xed\x6a\x36\x03\x7a\x2a\xab\x22\xfc\xe9\x2a\x03\xee\x6c\x5d\x61\x7b\x87\x9f\x51\x7b\x87\xb7\x0e\xf3\x5d\xa0\x89\x86\x19\xab\xee\x91\xe1\xaa\x79\x31\x5d\x5a\x67\x4b\x05\xa1\x61\x76\x6e\x4d\x86\x80\x51\x84\x01\xe4\xe0\x0e\x5f\x4c\x97\x92\x31\x9c\x73\xe7\xda\x76\xaa\xb5\x0f\x1a\x17\x8c\xb9\xf2\x56\x67\x6f\x13\x72\x59\x56\xc1\xed\x8d\xa0\xae\xee\x67\xab\xba\x4c\x1d\x93\x95\xa6\x8f\x2c\x04\x42\x9a\x55\x37\xa2\x64\xa5\x63\xdb\x3f\xcf\xa9\x9c\xc1\x4e\x5f\x6a\x0a\x53\xd9\x31\x89\xdf\x7c\x0f\xd0\xac\x60\x66\x2a\x72\x91\x96\x54\x4e\x03\x9e\xef\x52\x07\x31\x64\xf5\x6b\x6a\xb7\x78\xda\xae\x6c\x51\xf4\xd4\xbf\xb7\xf6\x75\xa7\xe8\x83\x5b\x76\xd4\x7d\xd1\x5a\xeb\xe9\x4b\xd1\xdb\xd3\xdc\xbe\x94\xd6\x64\x90\x42\x22\xc9\xf2\x27\x87\x75\x1c\x88\x94\x79\x9a\xff\x54\xfb\x0c\xb3\x68\x9d\xdc\xc8\xf5\xbf\x3e\xc9\x0b\xeb\xee\x00\x59\x54\x1d\x62\xcc\x06\x67\xf0\xad\xde\xbc\x31\x6b\xec\xa7\x90\xcc\xab\x47\x4c\x9c\x7f\x19\xa4\x16\xdb\x2c\xa9\xe6\xbb\xc1\x52\x5e\x19\xcc\x37\x39\x68\x55\xab\xbb\x39\x68\x0b\x77\x50\x6b\xfd\x19\x5f\x43\xde\x1c\x80\x08\x1d\xa4\x3d\x2a\x5b\x74\x20\xb0\xbd\x81\x8f\x39\xa1\x3d\x5f\xc9\x7c\x38\x73\xba\x20\x86\x5e\xcb\xe8\x55\xa1\xba\x1b\xef\x69\x62\xb2\x4e\xf6\x87\x3c\x53\xf0\xa4\x33\x0b\x4d\xab\x72\xa3\x46\x23\x16\x2d\xa6\xcb\xb6\xda\x56\x8f\xc2\x59\x84\x39\x71\xe5\x78\x01\x72\xe4\x8a\xc9\xf2\xae\xe9\x35\x5d\x78\x4b\x42\x37\xcc\x1b\x8d\xa0\xd3\x6d\x43\x39\x59\x9d\xb0\xf6\xb6\x0b\x00\xf3\x89\xfc\xb3\x67\x53\x3a\xd8\x56\xb5\x71\xf7\x17\x5b\x77\x3f\x1e\x93\x78\xb1\x5f\xb2\x80\x26\xf2\xc7\xf6\xa0\xdd\x5b\xad\x5a\xe3\x6e\x38\xa3\x3e\xf8\x29\xa8\x32\xf4\x2f\x42\xd7\x37\x4e\x54\x37\x2c\x5a\xf8\x4b\x8d\x14\xec\x15\x05\xf6\xd8\x30\xc0\x1b\x1a\x2f\xfc\x25\x21\x24\x59\xf8\x4b\xa6\xde\xd8\x06\x5a\xb1\x21\xa5\x07\x57\xd5\xa6\x8d\x49\x6f\xb3\x5a\x56\x09\x95\x07\x40\x1a\x56\x6c\x3f\xeb\xad\x79\x85\x14\xc0\x49\xd9\x40\x66\x07\x35\x2f\xc6\x2b\xa5\xb8\xfe\x1b\x49\xa5\x8d\x1d\x80\x32\x4d\x96\x3f\x53\x72\x3b\x8b\x8d\x7f\x0c\x17\xd3\xe0\xad\xb5\xa4\x3e\xb1\x35\x63\xef\x00\xee\x36\x72\xa6\x96\x99\xb4\x52\xfc\x56\x1d\x36\x6b\xa0\x16\xa8\x1b\xcc\xa8\x92\x21\xfc\xb9\x76\x0e\xa0\x0a\x91\xd5\xd0\x5a\xfb\x4f\xf5\x82\x2b\xbe\xd0\x46\x01\x22\xf0\xb0\xdb\xc6\xa8\xed\x8e\xf1\x7f\x31\x14\xf7\x0f\x83\xec\xe0\x46\xd1\x71\x05\x3c\x59\x41\x8b\x9c\x70\xd7\x98\x13\xb7\x94\x27\xa9\xcf\xfc\x21\x63\xab\xd1\x48\xfe\x84\xf3\xa6\xba\xb3\x5c\xc3\x82\xf1\xea\xa5\x76\x7c\x2c\xa0\x6a\x96\x0c\xa9\x3f\xbe\xcf\x4c\x54\xb7\x12\x0b\x0a\x32\xf7\x1d\x51\xba\x9d\xba\x8c\x46\x9d\x20\xa5\x81\xd9\x0e\xed\x36\xc3\xf1\x6a\x22\x51\xc3\xd7\x35\x53\x08\xea\xeb\x5d\x88\x0d\xb8\x7e\x9a\x9b\x07\xc7\x56\x39\xf3\xd5\xa5\x18\x7b\xc1\x31\x99\x24\xbb\x8f\x49\xc6\x43\xf1\xfc\x8a\xc7\x34\x61\x47\x3f\xdb\x3b\x1b\x2a\x6e\xf6\x22\xc9\xd6\x57\xe2\xe9\x4a\xf8\x9b\xcc\x19\xce\x4a\xba\xbf\xf3\xe3\xb4\xec\xc8\xb8\x02\xba\xa1\xcf\xd5\xcc\xd8\xd2\x03\xfd\xec\x36\x75\xb0\x83\xb6\x0e\xf6\x67\x16\x80\xdb\x7d\xc0\x70\x51\x1a\xf7\xcf\xe7\xdc\xf1\xdc\x2d\xcb\x16\x9f\x97\xee\xb6\x28\x30\x72\x94\x2a\x99\xa5\xbf\xd5\x0a\x9a\x91\xd1\x08\x1f\xd8\x70\x4a\x65\x6e\xf5\xcd\xdc\x37\x84\xd0\xe7\xec\xf9\x7c\xef\x24\x74\x0b\x37\x65\xc2\xc7\xcf\x09\xdd\x32\x2c\x5f\x42\x1f\x6f\xa9\x4f\x9f\x13\x32\xa9\x64\xfb\xdb\x9a\x8d\xda\x76\xfa\x3a\x72\x0e\x3d\xa1\xdb\x0a\x1c\x77\xe5\x84\xce\x56\x77\xfd\x68\x84\xbb\x51\x05\xa1\xb2\x59\x6c\x5b\x0d\x4a\x8c\xb7\x74\x43\xb4\x16\xba\xe9\x46\xe4\x54\x5f\x03\xf9\xb5\x05\xe6\x7e\x5b\x36\xa4\x85\xdb\xa6\xee\xeb\xa0\x7d\x2b\xdc\xb5\x00\xb0\x75\x5f\xab\x25\x7a\x08\x1a\x0b\xd7\xb3\xaf\x05\xe4\xe2\xe5\x0d\x03\xb2\xe4\x3e\x63\xb6\xff\xb4\x44\xa5\xfd\xda\x2d\xec\xa0\x09\x9f\x5a\x71\xc9\xdc\x4e\x5b\x54\x41\x8f\xc6\x83\x4f\x8e\xa2\x28\xb0\x90\x33\x43\xef\x81\x9c\x02\x84\x8f\xba\x69\x1c\xce\xf4\x30\x2c\x64\x72\x1a\x60\x9f\x58\xa5\x06\x55\x0b\xf5\x6d\xc4\x51\x1b\x44\x4f\xcb\x0e\x14\x46\x4f\xc9\x56\x81\xb6\x11\xa0\xfc\x34\x04\x8d\x4c\x5f\x64\xd9\x7b\x7f\x25\x82\x43\x2c\x39\x68\xdf\x98\x6b\xc2\xdd\x5d\xfb\x3b\x34\xa1\x73\x3d\x23\x77\x23\x17\xdc\x20\xa8\xa4\xee\xa0\x2f\xe5\xcc\xad\x22\xb0\x6b\xb7\x86\x34\x9d\x52\x49\xc2\x18\x20\xc0\x8b\xc8\x1d\x8f\x43\x72\x0c\x98\x58\x84\x4b\x49\xb3\x78\xea\xc9\xd7\x06\x41\x4b\x10\xe5\xcb\x3d\x7b\x1e\x54\xfa\xc1\x1e\xf6\xb5\x93\x74\xe2\x28\xe3\x66\x6d\x4a\x54\x47\x31\x11\x9c\xc0\xe8\xe7\x9a\x90\x1a\xb4\xbb\xfa\xb4\x22\x94\xe3\x15\xe0\x1a\x37\x0e\x56\x3d\x14\x5a\x27\x1a\xd6\x72\x60\x50\xfd\xa0\x18\x26\xd4\x01\x62\x87\x11\x13\x43\x66\xdd\x8a\x00\x12\x5d\xf5\x5d\x69\x41\x37\xbe\xab\x20\xa5\x46\x10\xb1\x97\x18\x14\xc7\x3f\xdc\xee\x35\x78\x82\xfb\x16\x07\x16\xea\xdc\x31\x5f\x89\xa4\x89\xb1\x6b\x14\x67\xe4\x29\x7b\x05\xc7\x5c\x5b\x89\x46\x6b\xd3\xca\x96\xac\x5c\x7b\x9e\x55\x63\xd5\x17\x08\xf0\xd2\x7d\x1f\xd4\xb5\xc8\x22\xa0\x03\x28\x7e\x49\xdc\xe9\x45\x23\x9e\x1a\x17\x79\xa6\xdb\xc1\x35\xfc\x8a\xe9\xdb\x92\x22\x18\x16\xd4\x87\x28\x0a\x49\x6b\x1d\x74\xb9\x54\x51\xb8\x4e\x78\x1c\xdf\xa2\x7e\x60\xf0\x3a\x45\x8f\xf2\xcd\x06\x7b\x74\x08\xaa\xaf\x7d\x80\x73\xf0\x75\x06\x5f\x3d\xb8\x98\x7e\x8b\x57\x76\xaf\x1b\xe4\x02\xbb\x9e\xf6\x2c\x69\x35\x1d\x0c\x3b\x19\xb3\x63\x18\x0d\x45\x3d\xf9\x22\x8c\x3e\xfb\xb7\x7e\x2c\x10\xe5\x84\x38\xd5\x47\x35\x8f\x39\x21\x25\xad\x5e\x9d\xb6\xe2\xac\x5e\x8a\xd6\x24\xaa\xe2\xd2\x46\x31\xca\x86\x64\x1d\x02\x28\x5b\x51\xc8\x05\x45\x02\x06\x4a\xee\xb2\x9f\xdc\x1b\x1c\x18\x55\xbb\xfe\x86\xb0\xb3\x19\x0d\x0c\x06\x26\xb8\x1b\x17\x8b\xd9\x92\x0e\xec\x99\x4b\x9c\xfe\x1c\x60\xe1\x69\x1d\xa7\xbb\xb2\x9f\xd1\xb0\x37\x31\xb1\xd4\x79\x64\x89\x38\x92\x8b\x35\x22\x65\x49\x55\xcb\xbe\x7e\x24\x9a\xfd\xce\x75\xc7\x7e\x5d\x1e\xaa\x09\xdc\xbd\xaf\x09\xdf\xb8\x77\x34\xa1\xa4\xaa\x83\x1c\x7b\xab\xb6\x10\xa0\xda\xf9\x99\x8d\x75\xfa\xa8\xff\xbb\x59\x55\x81\x24\xa6\x8d\xe0\xa0\xb1\x51\x57\x6c\x94\x24\x1c\x61\xcf\x0d\xec\x3d\x17\x00\x58\x05\x00\xaf\xaa\x3d\x17\x9e\xbe\x55\x9b\xad\x30\x16\x1a\xb0\xeb\x7a\xd8\x27\x8e\x6f\xed\x9a\x66\xa7\x94\x6b\x63\xa0\x38\xc0\x1e\x93\x21\xbd\xc5\x78\x73\x7f\x52\x4f\x65\xc7\x9f\x54\x9d\x5f\x23\xf1\x55\x5b\xc0\x86\xb5\x77\x33\xbd\x5b\x49\xa6\x51\x1d\x03\x3e\x51\x9e\xb0\x71\x35\x2d\x44\xb5\x72\x63\x2c\xa8\xe4\x68\xcc\xde\x32\x1a\xdd\xe0\x40\x23\x50\x04\xad\xdd\xc0\x4a\x04\x88\xf6\xb4\x67\xdb\x91\x9f\x80\x43\x72\x4c\xa4\xa4\x55\xc1\x8a\x1f\xd1\xad\x15\x56\x5b\xeb\x4b\x62\x33\x7a\x50\x03\x95\x4a\x12\xb8\xb5\xbc\x04\xab\x6b\xb4\xe1\x8d\xe5\x2a\x06\xa3\x64\x97\x66\xf1\x55\x6a\x6e\xe9\x86\x30\xb5\xec\x3b\xfc\xbc\xda\xd9\x65\xe9\xd0\xa7\x8a\xe5\x53\x95\xe1\x2d\x3a\xa7\xae\x5a\xb3\xb5\x5e\x3d\x26\x16\x33\x58\x8d\x8a\xbb\x57\x14\x52\x8f\x59\x14\x94\x53\xba\x83\xbd\x39\xec\xba\xf2\x05\x3d\x0b\xba\xc3\xde\x28\xe0\x7a\x25\x12\x96\xb8\xfb\xea\x58\x95\xcf\x3c\x8e\xef\xca\x10\x04\x03\x01\xfb\x11\x73\x32\x5f\x2c\x9d\x5e\x24\x30\x7f\x3c\x76\x65\xba\xd6\xc0\x73\x79\xec\xb7\x50\x62\x85\xf2\x9a\x21\x96\x8c\xd3\xb3\x33\xbf\x28\xea\xce\x0a\x48\xab\xb7\x7a\x13\x37\xba\xb0\x24\xc6\x88\xd9\xce\xa6\xa7\xdd\x06\xca\xa9\xa6\x38\xae\x3b\xf4\x6d\x6d\x43\xa6\x81\x47\xda\x54\x6d\x0d\x50\x09\x16\xdc\x4a\x65\x6c\xbd\x4b\x5e\xa4\xfa\xe2\xf9\x5a\x78\x9b\xb5\x31\xf0\x6e\x7e\x06\xfc\x66\x65\xb5\x74\x57\xba\xa7\x5f\xf1\xb5\x3f\xef\x81\x60\xc3\xa1\x4f\x43\x26\xe6\xdd\x51\xf4\xfb\x5c\x6c\x91\xa3\x24\x88\xcb\xb2\x73\xc8\x01\x9c\x1b\x9d\xfd\x75\xf2\xd7\xbf\x02\x4c\x41\x37\x21\x37\xd8\x01\x92\xec\x75\xc3\x49\x76\xd8\xef\x77\x69\x2e\x02\x56\x89\x0a\x42\x9b\xb6\x8f\x65\x47\xd7\x76\x2c\x0d\xe0\x3b\xaf\xa6\xc0\x81\x8f\x12\x69\x66\x88\xa2\x44\xdc\xe4\xef\xd7\x5e\x6c\xd1\x49\x70\xe1\xff\x83\xe0\x41\x23\xe0\x03\x5f\xc7\x7a\xdb\x52\xa1\xb1\x06\x5c\xc8\x2c\x07\x13\x26\x0c\xc0\x09\xac\x70\x53\xaa\x0a\xd7\x90\x83\xa7\xeb\x80\x8d\xc7\x89\x11\xa1\x9e\x02\x3a\x03\x70\x5b\xca\x7f\x9d\x67\xb9\xa8\xe0\x4d\x91\x0e\x67\xb3\x29\xf5\x81\x9e\xac\x59\x34\x42\xd5\xbe\x4a\x85\x55\x4f\xa5\x2d\xf6\x21\x6f\x1a\xc4\xb5\xcd\x10\x95\x37\x3b\x4b\x49\xc7\x6d\xf2\x81\x36\x06\x75\x9f\x21\x78\x65\x25\x5e\x31\x6f\x55\x69\x15\x64\x74\x2d\xb9\x05\xd5\xa5\x89\x7f\x48\x53\x91\xa8\xba\xdb\x8e\xf8\xd8\x70\x6a\xb1\x87\xd5\xc8\xb5\x3a\x0b\xf4\xe1\xf4\x00\x29\xb5\x4d\xf6\xf5\x23\xbc\x4f\xc5\xd5\x7f\x34\xe8\xb2\xb3\x2d\x0d\xaf\x46\xad\x67\xff\x77\x13\xc3\x80\xc7\x57\x8e\xf9\x9b\xc6\x76\x7b\x7d\xba\x7c\x36\xfd\xa0\x4f\x18\x1f\xa3\x75\xb2\x4f\x77\x11\xa2\xf5\x27\xb7\x7a\xb4\xa5\xf3\x1a\xb6\x28\xd8\x9d\xf0\x76\x2d\xc6\xcc\x73\xaf\x57\xeb\x58\x28\xed\x2e\xdd\xbb\x16\x13\x95\x9b\xa3\x5c\xa7\x6e\xb4\x6d\xe1\x2f\xcf\x98\x47\x95\xb1\x5b\xf7\x5b\x05\xa7\xd7\xf7\xb1\x2a\xb6\xaf\xd4\xe7\x98\x1c\xad\x2b\x0c\x4d\x10\xb9\xd7\x15\xf6\x9c\xa4\x26\xae\x0d\xd8\x5c\xa5\x31\xce\xc9\x51\xfe\x29\x45\xab\x0f\x0f\xb8\xc2\x3f\x16\xa3\x11\x16\x15\xb4\x97\xb5\x05\x7d\x36\x9a\xaf\x19\xb8\x1e\x4b\x6c\x97\x31\xd6\x8d\x86\x93\xd0\xd3\x44\x5c\x37\x7c\xb8\x69\x3a\x47\x59\xcd\xc1\x84\xe1\x73\xac\x98\xb4\x84\x06\xd6\x44\x52\x8f\x86\xca\xb6\x37\x81\xda\xfa\xcd\xda\x18\x94\xd1\x07\x81\xa5\x2e\x29\x84\x76\x04\xe2\x06\xd5\x7a\xf0\xdd\xa0\x35\xd7\x7d\x7b\x5e\xbb\xbe\x3d\xed\xe7\xb8\xf1\xb1\xb5\x6e\x06\x01\x6d\x7c\x66\x81\x24\xfc\xec\x55\xd3\xfa\xec\x62\x5e\x14\xfe\x10\x9a\xa8\xe4\xc3\x4d\x87\x40\x1b\x0b\xae\x93\xaa\xf9\xd7\xe2\x7b\x6b\xf3\xf3\x48\xdf\x08\x84\x6d\x31\x98\xa1\x95\x3a\x1f\x14\xef\x04\xe2\x7f\x83\xef\xb9\x52\x8e\x3c\x36\x6c\x65\xcd\x77\x1a\xb3\x63\x98\x38\x1e\x8d\x79\x96\x3b\xcf\x69\x24\x72\x65\x4b\xef\x88\xa2\xe0\x54\x7c\x76\x86\x43\xbf\x74\x35\xb9\x7a\xa3\x40\xb2\xe3\x49\x98\xb0\x5b\xe2\x6e\x8a\x02\x37\xb3\x03\x97\x1f\x9b\x0a\x54\x2b\x26\x6e\xaa\x6a\xd2\x7b\xc0\x4d\x2f\x98\xef\xe1\x0d\x8d\xc9\x68\x94\xe2\x15\x3d\x9b\x11\x5d\x52\x69\xba\x04\x8c\xf2\x5b\xec\xb0\x25\xbb\x22\xc7\x95\xdc\x76\x36\x73\xbc\x81\x8b\x60\x2c\xa8\xa0\x11\x21\x8e\x07\x9e\x93\x23\x25\x76\x08\x34\xe6\x00\xaf\x00\x18\x44\x27\x24\x64\x8b\x25\x55\x7b\x21\x95\x79\xd2\x0d\x1b\x4e\xdd\x01\x38\x11\x68\xdc\x44\x81\xab\xab\xe8\x0e\x4d\xdf\x58\x72\x2c\xaa\x0e\xbd\x5e\x4a\x62\x36\x9c\x95\xa5\xbe\xe1\xaa\xf2\xb5\xf9\x7b\x2d\xf8\xe7\x92\x17\x6d\x08\xf9\x43\xc9\x29\x4e\x97\x00\xc7\xa3\xbc\xc4\x61\x41\x25\x17\xee\xcf\x85\x13\x28\x58\xc6\x16\xc1\xe8\x55\x97\x4a\x55\xb6\xf6\x67\xc8\xd1\x53\x39\x7a\x4b\x16\xba\x2b\xb8\x2d\x1b\x4e\x69\xa3\x79\x3e\x68\x87\x86\x4a\x2a\xb2\xe9\x6f\x97\xf2\x85\x51\x6d\x44\xa1\xb5\x09\x99\x91\xac\xdd\x80\xdd\x3d\x9c\x1c\xae\x06\x5c\x23\x90\xd3\xce\x0a\x87\x57\x80\x63\x04\x6c\xbe\x20\x64\x1d\xe2\x67\x5c\x3e\x00\x9c\xeb\x90\xb1\x3d\x98\x9c\xed\x69\x5e\x61\x81\xb0\x29\x8d\xc7\x63\x42\x79\x25\x94\xa3\xb9\xba\x89\xc4\xf1\x78\x4c\xab\x68\x39\xe3\x84\x7a\x6c\xea\x7a\x17\x1c\x10\x28\x56\x2c\x5c\x78\x4b\x3a\x88\x98\xec\x19\x1a\xb0\x95\xba\xf8\x88\x86\x8c\x45\x34\x28\x8a\x15\x63\x2c\x92\x4b\x40\x66\x23\x7b\x2d\xd2\x08\x1e\xb2\x22\x29\x54\x24\x65\xc7\x92\xe6\xba\x0a\x2e\xd7\x9e\xbb\xbc\x93\x75\x72\x22\x88\xf1\x20\x27\xa8\x07\x86\x4a\xe3\x31\xd5\x65\xe9\xa2\x3d\x6d\x91\xff\x55\x45\xcb\x4d\xb3\x7a\x83\xf2\x14\x82\xcf\x23\xe5\xdf\x11\xf2\x82\xe8\x8d\x72\xe5\xb6\x7a\x76\x66\x99\xeb\x2f\xb5\xbf\x66\xd9\x06\xa1\xec\x44\x55\xe5\x0d\xcf\x58\x96\x7e\xd3\xd5\x5b\xcd\xe6\x2b\x73\x27\xba\x61\xb3\x0a\xff\x8f\xc6\x6c\x4a\x13\xb9\x69\x51\x9f\xd0\x3d\xf8\xea\x96\x7d\xf2\x59\x4e\x2d\x79\xc4\xf7\xcc\x77\x0b\xc6\x89\x1c\x3f\xcf\xf1\xe7\x7a\x39\x07\x7a\x39\xaf\xa8\xf2\x8a\xbd\x21\x9d\x99\x70\x5c\xe9\xf5\x6c\x86\xdb\x86\x10\x98\xba\xbc\xf6\xc0\xc2\xe5\x20\x83\x5f\xac\x05\xd7\x7e\xd2\x64\x4c\x2e\x7b\x6a\xc5\x06\xc7\x92\xda\x63\x04\x7e\x04\xab\xe8\x1a\xbb\x68\xc5\x04\xb8\x4c\x52\x74\x65\x5b\x6f\xd9\x03\x34\xe2\x0d\x4d\x68\x4a\x73\xc6\xe9\x96\x1e\x64\x07\x3c\xa3\x57\xee\x5e\x6e\xff\x90\x08\x11\x37\x86\xd3\x42\xf8\x9b\xda\xd2\x43\xc9\x50\x19\x40\xd0\x28\x94\x67\x18\x0d\x7d\x2c\x1b\x66\x40\x10\x9a\x61\x62\x36\x4a\x37\xd8\x1d\x53\xb9\x05\x02\x34\xae\x22\xcc\xfe\xa8\xc1\x68\x01\x16\x88\xfd\x51\x01\xd0\x5e\x29\xdf\xdd\x6a\x79\xe3\x2b\x5b\x19\xe4\x0a\xcc\x49\xe2\xcc\x90\x0d\xd7\x92\x6c\xb8\x26\xa5\xde\x90\xb9\x13\xec\xe4\x12\xdc\xb0\xad\xb5\xdf\x13\xe5\x8a\x7b\x63\x4a\x4c\xce\xce\x14\x19\x02\x1a\xb8\x9b\x45\xb2\x94\x83\x84\x43\xe6\x01\xb2\xe2\x96\x90\x21\x63\x38\x62\x1e\x98\x60\x91\xd1\x68\x88\xbd\x89\xf8\x3c\xdf\x70\x80\x73\x71\x0c\x7a\x50\xad\x4e\x10\x8e\x46\xdd\xc0\x68\x34\x5a\x67\x6f\xf8\x1b\xb8\x3d\x56\x4f\x11\x21\x24\x55\xf7\x56\x1e\x55\xd9\x33\xc8\x7a\x05\x1e\x50\x0e\x71\x4c\x9c\x90\x7a\x93\x50\xd2\xe3\x11\x63\xec\xf9\x3c\x74\x22\xba\x25\xf4\x2f\x8f\x06\xf9\x68\x84\x9f\xb1\xef\xce\x72\x7a\x58\x3c\x5b\x16\x05\x96\x3f\xf2\x2c\x83\x77\xed\xcb\x76\x9b\x45\xce\x8d\x52\x55\x25\x73\x14\x26\xce\x09\x1a\xab\x57\x50\x41\x93\x0c\xa4\x7c\xae\x4d\x99\x88\x03\x21\x34\x11\xd7\xbf\xf0\xd8\x09\xe9\x2e\x0e\xe4\x43\x54\x92\xda\x5f\x9a\xc7\xc0\xcf\x2a\x8c\x21\x68\x3c\x9d\xf0\x52\x8f\xc0\xad\x1c\x81\x5b\xe5\x00\xa2\xd5\xef\x40\x2f\x8e\x46\x5b\x9b\x00\x29\x8a\xed\x50\xc9\x64\xd5\x07\x8b\x7a\x51\x7b\xa5\x5b\x7f\x37\xf9\xd9\x71\x5c\xb2\x95\x61\x8a\x74\x2a\x15\x21\xba\x65\x1b\x58\x73\x38\x2d\x0a\x33\xad\xe4\xa8\xe5\x67\x67\x9a\xe2\xae\x69\x6b\x60\xbc\x80\x00\x0f\x83\x75\x84\x28\xa7\x07\xe2\xea\x7c\xec\xe4\x30\x55\x9b\xc9\xdc\x37\x0d\x1a\xf6\x4d\x87\x86\x7d\x2c\xbb\xe2\x31\x1c\x26\x9a\x80\xb2\xd7\x1d\xb8\xe6\x6c\x71\x23\xc6\xfe\xc1\xe6\x8f\x34\x6f\x61\x1b\xde\x18\x72\xac\x36\xd6\xb7\xb9\x30\x6b\x41\xca\xf5\x6a\xf9\x06\x78\x66\x62\xe1\x8a\xc4\x39\xeb\x63\x68\xea\x8d\x08\x36\xe3\x3e\x5e\x88\xe4\x0d\x41\x77\x93\x25\x90\x27\x02\x71\xb9\xba\xf6\xae\x69\x4d\x3d\x8c\x98\xf7\xf1\x6d\x8d\x41\xb5\x93\x02\x61\xda\x49\x0a\xa1\x5d\xb6\xb0\x36\x27\xaf\xc3\xb4\x77\xc2\x66\x60\x3f\x83\xd9\xa8\x44\x37\xac\xce\xc9\x0a\xec\xe7\x4b\x7b\xea\xa4\xc7\x48\xc7\x50\x7b\xaa\x71\x84\x28\xd9\x15\xfd\x5c\xd1\x30\xf6\x37\x15\x70\xab\x73\xda\x25\x6c\x60\x9d\x43\xcc\x7a\x06\xd2\xb3\x47\x40\x78\xdb\x61\x69\x2d\x36\xb7\xc9\x88\xff\xaf\x19\xef\x16\xcf\x6d\x53\xda\x86\x4c\x96\x8d\xec\xbf\x2f\x92\x5c\x83\xe6\x03\x88\x8e\x08\x8d\x6f\xc5\xfe\x5c\xdb\xd6\xfd\x51\xe9\xf0\xf5\xf0\x82\x7f\x54\x92\x92\xcf\xb5\x09\x1e\x20\x2a\xaa\xfd\x11\x4e\x16\x47\xd1\x04\xb5\xa6\x26\xa7\xea\x58\x71\x3c\x38\x34\x2d\x1d\x99\xc6\xf5\xc4\x1b\x8d\xb2\x2e\xe3\xc0\x30\x35\x2f\x2f\xd2\xdb\xa3\x3c\x3d\xe1\x0b\x52\xb7\x3e\x0d\x22\x02\x8e\x33\x4e\x4a\x7d\x81\x76\x6c\x6e\x2f\x66\x43\xf5\xe4\x2e\xe2\xd5\xb1\x64\x36\x76\x5b\x54\x2c\xdf\x58\x58\xcb\x47\x3a\xf0\xdd\xb2\x34\x95\x6a\x77\x5f\x4b\xc0\xe6\xd7\x15\xa9\x3d\x27\xca\x15\x78\x5d\xb9\xeb\x3b\x60\xf0\xb6\xd8\xa6\x81\xeb\xe8\xf6\xb4\x5a\xf0\xa5\xeb\xd7\x4c\xb0\x1d\xce\x7c\x60\xb5\x6a\x3f\x80\x35\x45\xe6\x06\xbb\x93\xa0\xb3\x91\x28\xaf\x8c\x3d\xc1\x6c\x4a\x68\x5f\xf8\x78\xac\x85\x11\x01\xab\x18\x6a\xe3\x59\x07\x8a\xe9\x72\x01\xaa\x0e\xbe\x85\xf0\xa3\xa0\xc5\x83\xd1\x08\xfb\x8b\x40\x29\xca\xd1\x1c\x0b\x3a\xa3\x1c\xb0\xdb\x4e\xc5\x76\x9d\xf7\xf6\xc5\x62\x49\x03\x8d\xf9\x40\x43\x49\x0c\x46\xec\x28\x8f\x59\x87\x53\x65\xf2\x0b\xcc\xbe\x23\x68\x96\xef\xf6\x6f\xd3\xdd\x9e\x47\xbc\xc9\x5c\x90\x63\xc8\x86\xd3\x92\x36\xad\x73\xed\xef\x51\xc7\xa2\x12\x12\xb4\x03\x41\x77\x67\xb0\x61\x81\x87\x17\xd1\xb2\xd6\xab\xa2\x33\x42\x63\x9a\x48\x12\x2c\x60\xa2\x35\x40\x45\xe1\xbb\x51\x43\xc2\xc7\x84\x1b\x6b\x66\x20\xa9\x2f\xae\xe2\x8b\x04\x3c\x93\xae\x43\x1c\x2c\xe2\x25\x9c\x7f\xf2\xc1\x06\x20\xdb\x98\xa9\xb9\x97\x13\x78\xaf\xa9\xf5\xc0\xa0\xb3\xc7\x50\x91\xb3\x33\x2a\xa9\xaf\x75\x88\xc3\xca\xcb\x5b\xb3\x7c\xc8\x2b\x72\x85\xac\x6b\xe3\x94\x17\xa4\x5d\x55\x5b\xa3\x31\x2a\x69\x7d\x64\xde\xe7\x20\x54\x2d\xfd\xde\x61\x82\x4f\x77\x0f\x84\xf8\xfa\x81\x70\xad\xc3\xbe\x3d\x65\x4d\xbb\x85\xa5\x99\x21\x07\x4d\xb4\x06\x2d\xa2\x1b\xd7\x67\x81\x2b\x0b\x6e\x34\xdb\x77\x95\x18\xa7\x39\x90\x83\xc5\xd2\x8d\xf4\xc8\x6d\xea\x91\xd3\x6e\xef\xd5\xc8\x45\x66\xe4\xa2\xc6\xc8\x85\xa4\x36\xd2\x94\x7f\x5a\x23\x17\x41\x6d\xce\xce\xe8\x46\x8d\xdc\x10\x37\xcb\x37\x0d\x1b\x8d\xfc\x26\xa5\xe7\x57\x94\x9c\xdf\x4b\xe9\xf9\x16\xa5\xa7\xb2\x6c\x52\x7a\xbe\x0c\xd3\x73\x40\xdc\x3d\xf4\xa2\x34\x60\xbf\x4a\x6c\xf7\x07\x93\x1b\x2b\xc0\x50\xff\x7c\x10\x07\x21\x57\xe9\x1b\x08\xab\xb7\xf5\xea\xc3\xb5\x8a\x5c\xed\x9b\xe6\x43\x0d\x59\x67\x83\x84\xd7\x8e\x26\x15\x88\xc2\x2a\xcf\xf7\xd9\xbc\x08\xf3\xbd\x06\x51\x28\x72\x11\x17\xe1\x3a\x16\xc4\x39\xa7\x5c\xc7\xb2\xa3\xc9\x6f\x85\x17\xef\x3c\xe2\x14\x80\x5c\xbe\xde\xf2\x48\x5c\x9e\x93\x73\xed\x70\xf2\x87\x54\x84\xef\x79\xb2\xce\xd7\x7f\xc0\x56\xf1\xeb\x6a\x9d\x0b\xd9\xd5\x77\x9a\x26\x0f\x7a\x6c\x93\xd7\xdb\xe8\x7d\xea\x7f\x21\x9f\xae\xe3\xa5\x5e\x74\xd9\x2e\x71\x61\xeb\x4a\x9a\x6b\xd8\x60\xce\x1d\x8f\x86\x6e\xc8\x1e\x73\xec\x2b\x3c\x04\xdd\x89\x08\x5c\x2d\x17\x85\xf1\x2f\x09\x7a\x93\xe8\x00\xfa\x88\x0e\x1a\x87\x0d\x37\x70\xc6\x86\x12\x65\x22\x0e\x95\x89\xaa\xb9\x52\x71\x2b\xdf\x70\x00\x9b\x7a\x61\x21\xad\x3d\x7c\xf8\x10\x99\x0b\xdc\xa7\x1c\xa3\xf5\xb5\xcf\xd3\x00\x70\x9a\x3d\x76\x15\x60\x0b\xab\x16\x5d\x5e\x3e\xbc\xbc\x7c\x88\x28\x9a\x3c\x44\xcd\x60\x44\xd1\xe2\x37\xe7\x7c\x32\x1f\xb9\xcb\x87\xb5\x45\xaf\x05\x73\x89\x7e\x43\x63\x6f\x8c\x4e\x11\x30\x3c\x3f\x71\x0b\x1f\xae\x1d\x4b\x1b\x58\x43\x64\xd7\xaa\xd9\x56\xd1\x46\xc8\x36\x91\xbc\xb6\xfc\xc9\x2d\x96\xee\xe3\x1e\x6f\x6e\x95\x25\x34\xf4\x90\x24\x69\x06\x5d\x53\xed\x7d\x75\x8b\xf9\xfe\xe9\xf3\x4f\x4f\x7f\x7a\xf3\xe1\xf9\x3f\x3f\xbc\x67\x3b\x2d\xad\x62\x0b\xd5\xab\x4b\xca\x2b\x6f\x57\xa9\xd0\x86\xe0\x69\xdc\x3f\xd5\x7a\xee\xa0\x3c\x76\x1d\x60\x4e\x2c\xfd\xe5\x4e\x5e\x4f\x62\xee\x6f\x3a\xd3\xad\xf7\x3e\xeb\xba\xe1\x3a\xae\x0d\x78\xd3\xe3\x43\xeb\x4e\xeb\x80\x6a\xce\xf0\x79\x28\x33\x75\x86\x43\xae\xb0\xbd\x3c\x85\xcf\xd1\x6b\xd4\xde\x51\x40\x39\x3d\x3d\x24\xd7\x29\xdf\x6b\x64\x62\x30\x38\xe9\x85\x26\x2d\x01\x5c\xde\xbe\xff\x93\x93\x00\x8c\xb3\xaa\x20\x63\x1e\xd1\x93\xc1\x9d\x85\x61\x52\x36\xb2\x30\xdc\xfa\x9f\xcb\xc3\x62\xf2\xcb\x6a\xb2\x68\x55\xf3\x56\xa3\xcd\xe4\x54\x6b\x52\x4e\x4d\x17\x9c\x5c\x63\x74\x9a\xa9\x3d\x44\x20\x85\xa6\xe6\x83\x88\xc4\x0e\x36\x72\x7b\x81\x89\x24\x7f\x4a\x37\x5a\xec\xf8\xe4\x87\x0f\xaf\x5f\x2d\x19\x20\xd1\xc1\xfb\xd3\xf7\xef\xed\xd7\x8f\xef\x1a\x5f\x7f\x6c\x7c\x7c\xf7\xfc\xfd\x4f\x1f\xdf\x3d\x7d\xfe\x49\xc7\xaa\x52\x98\x49\x72\xcc\x65\x43\x1f\xf7\x7b\xda\x8f\xba\xde\xb9\xe7\xd1\x82\x2f\x1d\x38\x33\xe4\xf9\xe5\xdb\x1b\x05\x38\x93\xba\x01\x80\x10\x05\x81\xd8\xf6\xb6\x89\xba\x9b\x90\x51\x67\xb6\x0c\x98\xed\x2c\xc1\x2f\x95\x65\x08\x2f\x27\x85\x2f\x49\x7a\x5a\xc3\x5d\xdb\xfa\xe6\x0a\xf2\xcc\xdc\x72\xc9\x72\x85\x29\x57\xd4\xd4\x82\xea\xe5\x4e\xeb\x7c\xd9\x3a\xbf\x6e\xdd\x6a\x34\x12\x96\xaa\xca\xa0\x12\xdc\x8b\x3b\xa6\x09\xb8\xd2\x64\x8c\xb5\x3a\x5e\x75\xe7\x4a\xee\xe6\xc2\x16\x17\x29\x87\x03\x6c\x38\x73\xf7\x9a\xda\x48\x6b\xfc\xd3\xfd\x45\x0a\x76\x27\x92\xda\xc0\xde\x62\xbf\xa4\x2b\x42\x8e\xca\xc0\x19\xb0\xa1\x01\xb9\x5d\x26\xda\xb3\x29\xe0\xe6\xf6\x25\xe4\x56\xc2\x99\x9d\xb0\xea\x0b\xab\xb3\x93\x4c\xf8\x87\x34\x46\xb4\x51\x4b\xb7\xac\x5b\x25\xa7\x62\x75\x05\x85\x85\xbd\x19\xd7\xf3\x9d\xea\x65\xda\xeb\x56\xdd\x56\xfd\x59\xcd\xf9\x1d\x1d\xe9\xf0\xa6\x9e\xf6\xce\x46\x1c\x31\xf8\xee\x5d\x94\x91\xde\xfd\x75\x38\xe4\x9d\xdd\xb5\x03\xf5\x9e\xf9\xc2\xdc\xa4\x21\xda\xbc\xd5\x54\xd0\x00\x83\xbf\x3f\xfa\x95\xdb\x33\x13\x60\xae\x36\x19\x32\x9c\xd8\xef\x1c\xef\x38\x71\x83\xc9\x3a\xeb\x00\xa0\xd8\x18\xcd\xc1\x44\xaf\x38\xe6\x9b\x27\x37\xb0\xc0\xdb\xd5\xb6\xa0\x5f\xdc\xa0\xda\xf3\x7c\xf3\xe4\x7a\xc0\xd8\x99\x5c\x1a\x69\x7b\xc5\x02\x5e\x49\xeb\x6c\x4e\xa1\x8e\xd0\xee\xc7\x59\xcb\x51\x8d\xa2\x3e\x00\x95\xae\x9a\xe8\x5a\x3f\x7f\x34\xaa\x8d\x3c\xe7\xc2\xe1\x0d\x4f\x72\xb5\xa9\x8a\x0d\x42\xaf\xfc\x2f\x94\x9a\x83\xac\xca\x04\x24\x9e\x3a\x1a\x5d\xb1\xaa\x2d\xee\x16\xef\xfa\xee\xb3\x7c\x70\x4b\xe7\x06\x8b\xc8\xc3\x08\xb2\xf9\xc4\xb3\x4f\x68\xec\x93\x65\x1f\x05\xa6\xf4\xca\x4b\x1d\x3f\x12\xf9\xa7\x5c\x95\x75\x77\x92\xb0\x91\x04\xa2\xab\x22\x06\x77\x24\x58\xa9\x04\xb6\x0b\x46\x6b\xba\x7e\xbe\x47\x03\xaa\xf6\x51\xd3\xa7\x02\x75\x2c\x69\xc0\xfe\x85\xf1\x39\x4f\x82\x74\xb7\x0e\x4e\xf0\x65\x30\x26\xe7\xea\xe4\x7d\x81\xb1\x37\x49\xf8\xd5\x3a\xe2\x80\x22\x71\x2c\xc9\xe4\x90\x89\xf4\x71\x24\x59\x75\x52\x14\x8b\x25\x59\xcc\x96\x84\x0a\x76\xfe\x64\x77\x23\xc4\xf9\x5a\x61\x68\xdd\x97\x8c\x86\x8c\x03\x1e\xd8\xb1\xa4\x2b\x1a\xb1\xf3\xdf\xf0\xeb\xdd\x1f\x85\x52\x8d\x2a\xb6\x19\xc1\x73\x06\xd0\xa0\xe4\x9c\xc6\x2c\x04\x03\xcc\xd1\x48\xfd\x4e\xb2\xfc\x36\x16\x14\xae\x62\x13\xb9\xc1\xac\x43\xc9\xf8\x18\x66\x6c\x0f\xd7\x51\x04\x2e\x11\x22\xd5\x84\x3d\xdc\xdd\x6c\x16\xd3\xa5\xbb\x62\xab\x1a\xa6\x6d\x26\x8f\xd8\x8f\xfb\xbd\x48\x9f\xf2\x4c\x60\x32\x5e\xd5\x40\xb2\x7a\xdb\x52\x97\x95\xe8\x57\xa8\xd8\x4f\x7b\xee\xaf\xf3\x5b\x24\x0b\x18\x8d\x90\xaa\x2d\x22\xee\x86\x0d\x87\x72\x00\x79\x92\x01\xd0\x00\x44\x28\x8a\xd5\x18\x7d\x68\x86\x11\x37\x81\xa8\xdc\xe8\x7b\xd5\x31\x1f\x5b\x41\x83\x98\xb8\xc3\xa0\x28\x36\xa3\x51\x02\x97\xdf\xdf\xe3\x58\xab\x8d\xd5\x19\x12\x9a\x58\xe1\x55\x72\x62\x94\x38\x8f\x1a\x4c\xca\x19\xe2\xa1\x67\x90\xa5\x8a\xa2\x7e\x06\x6a\xf4\x7d\xce\x73\x51\x14\xdf\x3d\x0a\x8a\x42\x10\xba\xe2\x19\x38\xb9\x69\xec\xa2\xf2\xc0\x04\x1b\x19\xa4\xf0\xb5\x66\xb3\x47\xec\x57\xe3\xfc\x5f\xf5\xff\x15\xf6\x25\x67\x5c\x51\x64\x6d\x3f\x44\xc1\xfa\x0a\x11\x57\xc6\x61\x68\x97\xa0\x31\xdc\x84\x79\x95\x73\x86\x05\x5f\x96\xd4\xcf\xf6\xce\x0b\x8e\x09\xbd\x12\x49\xb0\x4b\x15\x6c\xa4\xb3\xa2\x75\xbf\x66\xce\x86\x56\x5d\x97\x39\x09\xd5\xf3\xd5\x09\x1a\xfb\x76\xd6\x59\x08\xb9\xd8\xee\x63\x9e\x8b\xa7\xdc\x5f\xc1\xce\x0b\x3e\xc0\x0c\xba\x7c\xd3\xbb\x46\x1f\xbc\x3c\x40\x2d\xca\xf3\x29\xe7\xf1\xdb\xa6\x8f\xae\xf1\xd8\xfd\x1e\x2e\x88\xd4\xdd\x13\x80\xd2\x36\x37\x9b\x77\x35\x51\x8d\x43\x4d\x6d\x45\x8c\x57\x0e\xad\x46\xa3\xfa\xb9\xeb\xd4\xd4\x1d\xfc\x88\x23\x32\x8f\x58\xa4\x61\x09\xfa\xac\xf5\xf8\x90\xb1\x7f\x7b\x25\x71\x22\x26\x1f\x00\xdd\x0e\x2e\xa3\x6a\x7b\x51\xa8\x1c\x3d\x2a\xcf\x73\x5e\x8f\x43\xd5\xa8\x24\x8b\xca\x34\x60\xd9\x30\x2d\xec\x6d\xf8\xd9\x59\xd9\xa3\x20\xea\x81\xc7\xb9\x90\x2a\x57\x82\x56\xf9\xf2\xb5\xa9\x0e\x2a\x29\xb9\x95\xd1\xd9\xe5\x18\xe5\x7b\xe5\x70\x29\xac\x1d\x10\x36\x1c\x0e\xd6\x5a\xcf\xb6\xc6\x68\x7f\xe5\xea\xeb\xdf\x06\x0c\x7c\x7e\xbf\xd7\x01\xcb\x22\xca\x40\xa5\xb5\x27\x86\xe9\xf2\x63\xb8\x4e\x02\xa3\x36\xd6\xb1\x24\xe1\x0c\x3a\x5c\x4f\xff\xec\xc9\xed\xd3\x98\x67\xd9\x1b\xbe\x15\x18\x25\xd1\x99\xa7\xd2\x21\x43\x79\x2b\xf4\x2c\xda\xd6\xf5\x0c\xd8\x20\xe0\x06\xc0\x01\x73\x02\x7d\x88\xd1\x69\x9d\x3c\x90\x4c\x66\xd3\xa9\xb6\x3f\xc7\x36\x23\x8b\x7f\x2b\x2e\x2f\x33\x82\xc6\xc0\x43\x8f\x11\xbe\xbc\xcc\x8a\xcb\xcb\xa2\x38\x25\x88\x10\xb5\x51\x07\x64\x34\x5a\x19\xc9\xb8\x73\x36\x1b\x5a\x4e\xd7\x3d\xfb\x5b\xd9\x74\xfb\x29\xbb\xe0\xf5\x2e\x10\x71\xb7\x03\xcc\x66\xbc\x62\x0b\xd9\x60\x44\x91\xac\xfb\x99\x7a\x4c\xa2\xcb\x4b\x07\x2d\x69\xc4\xa6\x6e\x74\xb1\x32\x24\xe4\x78\x1c\x19\xdd\x17\x3e\xf9\x7c\x10\xe9\xed\x7b\x11\x03\xeb\xf8\x38\x8e\x31\x5a\xa0\xf1\x6a\x11\x2d\xc7\x68\x2b\x8b\x44\x63\xec\xcf\x11\x43\x0e\x7a\xc8\x10\x19\x3f\x40\x0f\xc6\xde\xf8\x01\x5a\x3e\x00\x72\x38\x6e\xe9\xbc\xc4\x25\x90\xee\xaf\xf4\xa0\x3a\x5d\x1a\xc9\x57\x18\x7e\x25\xcd\xfa\xa2\x49\x2a\x0f\x7c\x3c\xd6\x58\x8d\x00\xa3\x4a\xa8\x67\xe3\x04\xd2\xeb\x95\x48\xde\xe7\x92\x0e\x73\x9a\x8c\xbf\xb2\x0a\xf8\x75\x25\x92\x37\xbb\xae\x8b\xad\x0c\x74\x77\x1b\x06\x74\x5f\x30\x11\xb4\x66\x6a\xe5\x20\xe3\x4b\x66\x7c\x3d\xce\xe3\x42\xe5\x34\xe3\x46\x6d\x5b\x1b\x16\xcb\xc3\x96\x86\xec\x56\xcd\xcc\x84\x75\x3d\x66\x7c\x4b\xe8\xbe\x76\x84\x91\x32\xbc\x6f\x3a\xc2\xc8\x59\x5a\xf9\xeb\xdc\xba\x5b\xb5\xcf\x35\xaf\x78\xe0\x5e\xa5\xd2\xef\x0e\x6d\x49\x66\x42\x2c\x7d\xc2\xb4\x5e\xe8\x54\xd8\xf7\x2e\x5a\xa7\x64\xb5\xc8\x27\xa7\x46\xb9\xfb\x65\xb0\x2c\xf7\x4d\x5f\x16\x31\x71\x1b\x11\xd8\xd6\x5d\x2d\xb6\x4b\x96\x56\xaa\x21\xa5\x9a\xa3\xc7\xd2\x0d\xbf\xec\xce\xa2\xca\x07\xb4\x38\xe6\x78\xb5\x68\x84\xf6\x3a\xb3\xa8\x6a\xda\x8c\x4a\x79\x53\xdb\xa2\xf1\x95\x34\xdc\x58\x84\xe5\xd2\x82\x01\x01\x57\x0e\xc7\x5f\xf9\x68\x84\x4f\x27\x99\xc8\x1f\xe7\x79\xba\xf6\x0e\xb9\xd0\x00\xa9\xd4\x23\xd4\x63\xa7\x1a\xcc\xf4\xae\x28\x86\x0b\x97\xef\x8e\x8a\x4c\x8d\xc7\x09\xe7\xb4\x76\x14\x56\x3f\xd6\x1e\x0d\x9c\xd3\x73\x8a\x10\x71\x10\xa2\xab\x5d\x96\xcb\xe4\xbb\x2c\xa7\x0a\x3f\xdb\x39\xd5\x8e\x1f\xe6\xe6\xa1\x4e\xf8\xdb\xe5\xbc\x4e\xc9\x33\x19\x17\x30\xb6\xd5\x8f\x15\xef\xbf\x1a\x05\x80\x98\xff\xb4\x72\x99\x41\xf7\xbb\x54\x16\x2a\x7f\xa8\x71\x3f\xe1\x28\xe7\x15\xa7\x7d\xce\x2b\xea\x40\x19\x6b\x5c\xbf\xda\x36\x9e\x81\xf2\x0e\xf2\x3d\xf6\xc8\x1c\xba\xd8\xf1\x1a\x46\x07\xca\x99\x07\x63\x37\x41\xf5\x26\xe7\x04\xb8\xf3\x80\x50\xf9\x54\xe7\x77\xd5\x5c\xbd\x9f\x39\xfe\xd9\x92\x5c\xdd\x42\x69\xd5\x2b\x37\x57\x8f\x86\xa6\xef\x3a\xca\xe0\xa4\xbe\x5a\xac\x65\x57\x03\x6d\xbf\x60\xe8\xe8\x80\x01\xa4\x23\x42\x77\xdc\x99\x79\xc6\x6f\xbd\xab\x70\x20\x77\x9b\xb5\x00\x4f\x13\x92\xd7\x1c\x32\x26\x80\xaf\x17\xcc\xa3\x1e\x13\xc6\x4f\x8a\x7b\x02\xea\xee\xc7\x52\xef\xd6\x95\xa4\x20\x02\x3d\x36\x6f\x11\x2d\x69\xcc\x56\xb5\x20\x97\x21\x42\xc1\x33\x0d\xde\x30\x8e\x57\x0d\xd8\xe5\x98\x10\x7a\x85\x83\xc5\x66\x09\xa6\x48\x8b\xcd\xb2\x15\x25\x1e\xcf\x08\x21\x16\x7b\x53\xf7\xda\x1f\xcd\x3e\xbd\x0d\x2c\x87\x88\x7e\xab\x43\x81\x7c\x03\xf5\x2d\x9f\x18\x06\x13\x0c\x5d\x7c\xda\xe4\x3d\xc5\xc2\x07\x40\x74\xc9\x55\xd5\xec\x67\x85\x10\x38\x09\x95\x2f\x4f\xec\x8f\xd1\x0b\x0d\x71\x12\x90\x52\x8b\x4a\xa3\x75\x06\x50\x2c\x5f\x14\x77\xf6\xc0\xb4\x5b\x03\xa9\xfc\xcb\x56\x05\x90\xb2\x5c\xba\x1c\x23\x75\x5b\xe2\xdf\x22\xfa\x47\x40\x64\x40\x00\x52\x82\xc7\x01\x71\x07\x1c\x23\x83\xb8\x72\x1a\xc2\x47\xf0\x94\x47\x79\x04\x2f\xf1\x7a\xbb\xce\x3f\xec\x10\xf5\xf4\xfb\xee\x5a\xa4\x3e\xcf\x04\xa2\xbe\x0a\xd1\xaa\x4e\xf4\x89\xca\x7a\x97\x06\x22\x7d\x72\x8b\xe8\x53\xf5\x7e\x90\x2c\x91\x4a\x10\x44\xd6\xcc\x3d\x0d\x7b\xae\x10\x34\x59\x24\xa9\xb9\x67\xdc\x08\xf7\x35\xb8\x4b\x2d\x74\x53\x64\xde\xcb\xaa\xe2\x04\xa3\x64\x97\xf3\x34\xe5\xb7\xb0\x23\x29\x0d\x5a\x83\x3e\x10\xf9\x98\x13\x03\x3d\x60\x4a\x6a\x3a\x80\xf3\x76\xbb\x58\xf0\x04\x39\xc6\x1f\x5c\x1c\xd7\xcf\xca\x37\x5c\x13\xb9\x00\x34\x6d\x54\x90\x46\x93\x71\x38\x13\x91\x86\xb6\x68\x79\x90\xab\x84\x18\xe6\x7e\x45\x56\xd4\x12\xe8\xaa\x56\x18\x93\x4e\x6e\x1b\x8c\x8b\xc8\x74\x89\xa2\xe1\x9e\x02\x0d\x85\x4e\x25\xab\xe7\xb9\x43\x50\xd8\x9f\x73\xb6\xe1\xce\x8d\xc2\x12\xe1\x2d\x01\x8a\x36\x43\x6e\xf0\x57\x5a\xb6\x38\xa8\x70\x73\xea\xbe\x05\x0c\x1c\xb7\xb2\x4e\x7d\x0a\x16\xcc\xc3\xcf\x7e\x23\x0b\xce\x5e\x60\x84\xc6\x9c\xb8\x9e\x7a\xf2\x6a\xc7\x36\xc3\xa6\xbb\x9c\x1e\xcd\xdb\xda\x4e\x30\x18\x8d\x86\x4f\xb1\x20\xf3\xd7\x1c\x0b\x49\xfc\x50\xb0\xf3\x73\xd4\x2b\x6d\xd9\xce\xbf\xe6\x36\xdd\xa1\x95\xcc\xe5\x62\xa5\x2b\x06\x43\x6c\xcb\x62\x19\xe8\xa1\xa2\xa1\x72\xd4\x5a\x6d\xe0\xa6\x0d\x2a\xaf\x86\x03\x22\x35\x70\xeb\x10\xff\x68\xdd\xe2\x78\x93\x6c\xb7\x15\x7d\xb6\xcb\x75\x6d\x64\x1b\xf5\x4c\x0b\xcd\x2c\x33\x73\x02\xb8\x33\x99\x69\xa0\xa8\xd8\x08\x38\x55\x22\x2b\x7a\x8a\x86\x8c\x45\x36\xac\x85\xcc\x12\x2e\xeb\xa9\x4f\x87\x75\x5d\x6b\xe6\x63\x3e\x9c\x39\x55\xb9\xc3\x19\x5c\x3a\x59\x60\x46\x2b\xab\x0c\x0e\x58\xe9\x8c\xcb\xfc\x86\x37\xe0\xfc\x64\xa8\x1c\xaf\x0c\x70\xc8\xd0\x29\x40\x98\x53\xd9\x0f\xe1\xdc\x73\xa0\x58\x01\x8a\xf7\x21\xb1\x06\xda\xd4\xa0\x62\xad\x35\xd2\x5b\x2f\x5c\xc5\x70\xd6\x9e\xf0\x7e\x7b\x36\x47\x36\x6e\x94\x99\x7a\x73\xbd\xdc\x8c\xec\xdc\xda\xa5\x03\xdb\x8f\xd2\x9b\x8f\xaf\x9f\x3c\x7f\xf7\xe9\xc5\x4f\xef\x5e\x3f\xfe\xf0\xbe\x33\xad\xb4\xb3\xfb\x2b\x60\x40\x70\xc0\xf8\xe4\xe9\xc7\x77\xef\x9e\xbf\x79\xfa\xaf\x4f\xef\xff\xf5\x9a\xb8\xda\xed\x8c\x60\x7c\xf2\xf6\xf1\x87\x0f\xcf\xdf\xbd\x79\xbf\x98\x2d\x27\x5b\x7e\xf3\x22\xe5\xb5\xb8\xd0\x00\x49\x79\xce\x33\x90\xff\xd9\x91\x29\x9f\x7c\xff\xee\xa7\x8f\x6f\x3f\xbd\x7f\xfe\x96\xf2\xc9\xb3\xe7\x4f\x5f\xbe\x7e\xfc\x0a\xde\x44\x7d\x75\x78\x7e\x79\x98\x4e\x1f\x7f\x77\x1e\xc9\xa9\x61\x81\xde\xfe\xc9\xc6\xb4\xfa\xa9\xaf\x46\xd3\xfb\x6a\xd4\x28\xfc\x99\x42\x02\x33\x8b\x47\xaf\x6f\x62\x2e\x64\x5d\x8d\x08\xf1\xc8\x73\x3d\xf6\x9a\xe7\xab\x09\xf7\x32\xa3\xa1\xb3\x62\x2f\x93\x70\x9d\xac\xf3\x5b\xb3\x37\x0c\x57\xa3\xd1\x70\x9d\xbd\x90\x81\xa2\x93\x4f\xc4\xbc\x31\x42\x34\x66\x08\x19\xb1\xda\x62\xe9\xae\x46\x23\x1c\x33\x74\x79\xf8\xe6\x9b\x99\x40\xc4\x64\x03\x1b\x46\x54\x1f\xf8\x02\xe9\x33\x76\xcf\x22\x7d\x3f\x7c\x8e\x17\x97\xc1\xe5\x64\x39\x26\x02\x9f\xcd\x89\x92\x26\x12\x77\x3f\x1a\xa1\x33\xc4\xd8\x7e\xf1\xcd\x72\x34\xda\x2f\xbe\x5d\x3e\x12\xe3\xd9\xdc\x63\x53\x07\xc7\x2c\x02\x5b\x08\x58\x21\xab\xa2\xd8\x90\xe9\x85\x18\x8d\x66\x8f\x3c\xa8\x85\x37\xc9\x77\x2f\xd6\x37\x22\xc0\x42\x12\xb8\x20\x8e\x7d\x11\xef\x78\x8e\x63\x42\x63\x56\xd3\xa7\x2b\xb9\xbc\xb5\xb2\xfc\x8a\xe1\x48\xd3\x31\x2b\x9f\x2c\x66\x4b\x49\xed\x10\x43\xc0\x54\xb3\x0b\x7a\x6f\xbb\x4e\xb0\x7a\xe0\x37\x98\xcb\x57\x39\xc7\xe8\x8a\x50\x5e\x4d\x38\xb9\x79\x8e\x55\xac\x74\x77\x48\x02\x3c\xc6\x9e\x75\x67\x31\x46\x02\x8d\x05\x21\xed\xa0\x33\x61\x46\x45\x6d\xbc\x75\x95\x68\xc4\x56\x72\x4a\xac\xd8\x4a\xd7\x4e\x01\x81\xc1\xbd\x4a\xf4\x7e\xfd\x87\x00\x57\x84\xf0\x24\xbb\xdf\xa0\x79\x3d\x62\xe9\xd8\xdc\xc2\x98\xb0\xb3\x94\x6e\xd8\xd4\xdd\x5c\xec\xdd\xcd\x78\x4c\xe4\x31\x83\xf7\x67\x1b\xf2\xdf\xf9\x68\x34\x1d\x32\xb6\x01\xab\x04\xe6\x13\x1a\x8f\xeb\x4d\x6c\x43\xb4\xbe\xc9\xde\xdd\x5c\x54\x60\x61\x55\x06\x55\xe6\x1b\xf2\xdf\xe9\x57\xe4\xe3\x1a\x66\xfe\x42\xb8\x64\x35\x66\x68\x8a\x5c\x31\x1a\xa1\x29\x32\x5a\xe6\x63\x16\x8c\x2d\x09\xac\x20\xa4\x9c\x6a\x54\xf9\x90\x0d\x67\xe0\x04\xff\x90\xad\x70\x38\xe7\x93\x44\x44\x6f\x53\xe1\xf0\xc9\x7e\x97\xbd\x4d\x05\x8d\xa9\x0e\x7d\x7f\x08\x55\xe8\xfb\x83\xe5\x63\xbb\x76\x13\x5a\x2d\xa2\xef\xbd\xe6\x59\x8c\x90\x3b\x85\x19\x15\x30\x74\x86\xa8\xc7\xce\x3c\x55\x71\x8f\xc9\xa1\x71\x0d\x75\x7b\xc1\x5d\xe2\xc9\xda\x8f\x3d\x57\x39\xd4\xf3\xda\xce\xe3\xce\xac\xeb\xf3\x60\x6c\x6d\x81\xbc\x3e\x66\x8e\x60\x95\x36\xed\x3b\x4f\x05\x13\x0b\xf0\xba\x3f\xf6\x96\xea\x0a\x6f\x7a\x31\xf0\x8b\x42\x3c\x3a\xf3\x89\x18\x33\x1f\x0c\xa1\x01\x50\xfe\x1b\xe5\xd5\x59\xb0\xd9\x37\x55\x89\xdf\x83\x59\x4e\x73\xc7\xf8\xc1\x6b\x80\xf5\xf4\xe9\x78\xf8\x56\x99\x34\x64\x99\x87\xf9\x1c\xbd\xff\xe1\xa7\x77\x1f\xd0\xd8\x73\x6a\xbb\x54\x80\x34\x10\x36\xca\xe5\x73\x6b\x2f\x04\x01\xd3\x33\x2e\x37\x12\x3a\xa5\x33\x42\x24\x09\xfb\x8c\xdf\xe2\xc6\x85\x69\x15\x01\x7f\xf7\x88\xf1\xf9\x5f\x9c\xd9\x37\xe4\xcc\xf6\x99\xf7\xa2\x17\x02\xa8\xba\x94\x78\x1e\x60\xa0\x8d\x5f\x1c\xe2\xf8\x5f\x82\xa7\x98\x10\x97\xb3\x71\x95\x75\xeb\x23\x85\xf7\xd7\xbb\x24\x5f\x99\x17\x88\x46\xc6\xf8\xbb\x33\x5e\xd5\x90\x90\xb3\xb1\xef\x72\x36\x1b\x5b\xeb\x98\x9f\xff\x75\xfa\xdd\xdf\x9f\xff\xc5\xee\x5e\x75\xd3\x52\x55\x76\xed\x37\x3a\x77\xfa\x48\xd9\x1a\xd4\xe5\xcf\xf9\xe4\xf9\xbb\xc7\x72\x87\x77\xf4\xd3\xcc\x92\xe7\x3c\xee\xe1\xf9\x80\x27\x53\x20\xe2\x03\xae\x77\x4e\xc9\xaf\x70\x56\xb5\x51\xfb\xeb\x08\xd9\x94\xae\x00\x89\xc2\x5b\xfc\x7d\x39\x07\x67\xa5\x1f\x3f\x3c\x35\x85\x3b\x10\x60\xde\x68\xdc\x8c\xf5\xc3\xee\x90\x66\x2a\x0a\x3c\xba\xde\xe2\x1f\x4b\x58\x6e\xff\xc2\xf2\x71\xec\x2d\x66\xd3\xa5\x24\xc9\xea\xf7\xd9\x92\x80\xb2\x9e\xc2\x43\x92\xe1\xb3\x25\x81\xdf\x6f\x96\xe4\x6c\x06\x4f\xdf\xca\x38\x2a\x93\xef\x96\x45\x31\x25\x67\xa1\xab\xf2\xf8\x8b\x7a\x5d\xb9\x11\xbc\xfe\x15\x5e\xcd\x31\xa5\x7a\x7c\xf6\xfc\xdb\x87\xd6\x26\x8e\xa6\x13\x34\xc6\xde\xe2\x6f\x10\x95\x10\x37\x36\x65\x2b\xab\x66\xaf\x42\xa6\xe0\x5a\xe7\xf5\xfc\x37\x7c\x19\x1c\xbf\x2b\xc9\xd9\x1c\x5f\x06\x97\x41\xf5\x8b\xe7\xce\x87\xea\xc9\x99\xf7\x3d\x5e\x4e\xe0\x44\x22\x73\xf9\x0f\xff\xbb\xc0\x8b\xf1\xd9\x92\xa8\xcf\x26\x9a\xfc\x74\x7a\xde\x59\xb9\x16\x9a\xe4\x4a\x9e\x96\x11\x5b\x2c\x81\xa5\x16\x4c\xf2\xd2\x5b\x11\xac\x0f\x5b\x39\x74\xc8\x15\xcc\x9b\x3c\x7b\xfc\xe1\xf9\x87\x97\xaf\x9f\x1b\xaa\x61\x21\x96\x45\x21\xdc\xef\x15\x16\x87\xcf\x06\x61\xa4\x44\xb0\x3e\x99\xff\x0b\xfb\xc4\xe1\x72\x06\xb8\xbf\x98\xef\xd5\x44\xf0\x95\xc9\xd5\x50\xc8\x08\x45\x51\x1f\xe5\xea\xde\x76\xbd\x05\x67\x7c\x86\x88\x53\x7b\xb1\x70\x09\xde\xb0\x48\xdf\x81\x09\x42\xe6\x38\x62\x81\x87\x23\xba\xa1\x33\x42\x05\x8b\x26\xfb\xdd\x1e\x13\xe2\x60\x0d\x46\x24\x88\x36\x69\x37\xe2\xbf\x2a\xf7\x3f\x76\x89\xf8\x29\x0c\x33\x91\x63\xf0\xb9\x86\x13\x76\xed\xe3\x90\xf6\x46\x20\xd4\x67\x3f\x79\x92\xd9\x06\xa2\xd8\xdd\xe2\xa8\xc1\x0c\xc7\x6c\x15\x2d\xf8\xd2\x5d\x8d\x59\x3c\x8f\x25\xf7\xdd\xe9\x28\x9a\x10\xc7\xf2\x48\x8c\x7f\x7b\x50\x3c\x38\x25\xe7\x11\x45\x96\xc6\xd7\xf9\x83\x07\x32\xe4\x01\x6a\x88\xa5\xad\x9d\x38\xea\x67\x57\x25\xc9\x09\x36\x57\x9c\xd5\x3b\xaa\xf0\xda\xa4\xaf\x77\x47\x72\x25\xe0\xb7\x28\xac\x8a\xfc\x7a\x03\x8c\xa7\x64\xbc\xe6\xd5\xa3\xf3\x2f\xcd\xe7\x28\x03\x22\x5e\x33\x2a\xee\xe0\x17\x60\x0d\xe1\x74\xb1\x55\x1f\xe4\x40\xff\x08\x9f\x94\x8f\x86\x2a\x81\xcf\x86\x7e\x51\xa8\x8c\x7c\x32\x9f\x3a\x72\xce\xb8\x3e\x9b\x3e\xf2\x47\x23\xff\x11\x3b\x33\x87\xd3\xdc\x3c\x8c\x7d\xa7\xf2\x40\x3d\xbd\x60\x7c\xee\x69\xc7\x7b\x3e\xf5\xc7\x9c\x38\x80\xb6\x51\x05\x72\x5a\x01\x18\x3b\x26\xac\x22\x8a\xa6\x90\xa2\xc9\xe0\x3d\xed\x6c\x6b\xb2\x73\x7c\xe6\xcf\xcf\x66\xce\xac\xbe\xfc\xd9\xf2\x7d\x07\x40\x35\x60\x33\x1a\xb1\x53\x2e\x9b\x0b\xe8\x2d\x91\xe5\x1b\xfe\x7b\xe0\xff\x25\xb3\x34\x46\x0d\x76\xb0\x28\x80\x84\xb4\x19\x44\x38\xcb\x1b\x41\x50\x3a\xe5\xac\xc9\x2e\x02\xb3\x89\xb4\x81\x66\xc4\x3c\xcc\x09\x8d\x6a\x00\x73\xa2\xae\x1e\x22\xd0\x82\xea\xbb\x63\x5b\xc4\xcb\xca\x11\x49\x24\x72\x27\xa2\x81\xc8\x7c\x75\xef\xe4\x04\x0f\xfd\xb2\xb4\x0e\x37\xb0\x32\xbd\xc3\x9f\x7d\x53\x3e\xd1\x12\x64\x18\x71\x45\xc5\x4a\x0e\x9a\x2c\xda\x70\x66\x2a\x61\x4f\x4a\xd8\x95\x6a\x11\x4c\x35\x63\x7e\x54\x00\x2d\x82\x2d\xc4\x52\x61\xab\x88\x5a\x4b\x45\xb0\x05\x1a\xa3\xa5\xa1\x4e\x25\x0b\x1f\x12\x57\xdf\xf6\x40\x13\x3b\xf7\x24\xc7\xb2\xb4\x5b\x1d\x42\x4f\x97\x72\x73\x6f\x4b\x48\xb6\x7c\x6f\xc4\x23\x7d\xfa\x21\x47\x50\x0d\x71\x38\xdd\xa7\x22\x58\xfb\x3c\x17\xa0\x84\x93\x39\xab\xe6\x64\xa9\xd5\x53\x41\x4e\xc6\xc1\x9b\xa8\xea\x4f\x61\x09\x46\x84\x9c\x05\xba\xeb\xa8\x60\x8a\x3f\xad\x66\x93\x25\x62\x08\x88\x60\x62\x92\xef\x5e\xed\xae\xcd\xad\x7f\x1d\xad\x66\xcc\x03\xc2\x1d\x98\x7e\x15\xcb\x5c\x9b\x05\x56\x1a\x81\xd0\x85\xa2\x86\x4f\xa6\xb0\xcb\x12\x6d\x5f\x27\x6b\xf7\xd9\x37\x4c\x86\xad\xdc\xd4\x8a\x27\x98\x11\x33\xe9\x4e\x11\x14\xb0\xb2\x03\x03\x14\xe5\x4d\xb2\x5d\x9a\xb7\x5c\x74\x99\x1b\x36\x05\xe7\x33\xa5\x82\x55\x17\x69\xc1\x85\x70\xc7\xe3\xa0\x02\x80\x99\xb4\xfa\x78\x11\x2c\x69\xc8\xbc\xbe\xe0\x9c\x4d\x5d\xdf\x60\x5b\x87\xf0\x30\xd7\x3a\x40\x43\x19\x00\x4f\xa3\x11\xce\x8d\x66\xd0\x85\x0e\x83\x89\x40\x1c\x19\x2e\x13\x5d\xe8\xb4\xb0\x0d\x80\x26\x57\xfe\x70\xb5\x08\x96\x93\x7a\xf2\xa8\xf6\x57\x72\x0a\x0b\x3f\x89\x79\x9d\x0d\xa3\xda\x49\xa0\xb0\xd2\xde\x83\xde\xc0\x95\xc8\x8d\xd9\x4a\x8f\xe0\x17\xce\x03\xc8\xf7\x54\xc8\x81\xf7\x73\x56\x3f\x16\x05\x7a\xfc\xb4\x92\x90\x7f\xe6\x0d\xa8\xeb\xef\x83\xae\xbc\x4a\x9b\xea\x2f\x96\x6e\x38\x39\x05\x5f\x42\xea\xba\xe8\xf4\x34\x53\x4e\x0d\xf5\xab\x85\xd7\x38\x39\x4d\xf8\x56\x30\x49\xa2\x2a\x93\x4d\x3e\x49\xa2\x17\xbb\x74\x0b\xfc\xa7\xdc\xb2\xc3\xc9\x69\xb0\x4e\xf3\x5b\x30\xa9\x9d\x9c\xee\xd3\x75\x96\xaf\x13\xc1\x86\x53\xf9\x7a\xc5\xe3\x75\xc0\x06\xea\x65\x9d\xa8\x57\x15\x33\x3b\x78\xdb\x75\x9e\x0b\xf3\xae\xb5\xeb\x65\xe6\xec\xa5\x27\x43\xd2\x5d\x1c\x7b\xdc\xdf\xfc\xb2\x06\x7b\xd0\xa6\xe2\xeb\x16\xaf\x1a\x27\x31\xef\x89\x0f\x08\xc2\x32\x27\x7f\xb7\xdd\xae\xf3\xaf\xcd\xa7\x15\xbb\xca\x85\x07\xc1\xd3\x5d\x92\xa7\xbb\x26\x22\xd5\x07\x8e\xb9\xea\x27\xaa\x75\x4b\xaa\x9d\x87\x83\x47\x70\xf9\x49\x52\xa9\x0b\xfd\xbc\x64\xdc\x78\x0a\xaf\x5a\x1c\xaa\x81\x48\x85\x8c\xd0\x2d\xa5\xd6\xe4\xd2\x79\xb8\xe1\xc2\x5f\x2a\x1d\x96\xca\x2c\xdd\x5f\xba\xa1\x82\x27\xd0\x91\x98\x07\xb9\xa6\x62\xbb\xbb\xea\xc9\x14\x1a\xab\x2a\x67\xd5\xad\x99\xa7\x09\x76\xb7\xb8\x9e\x19\xad\xab\x07\x39\x98\x22\xff\x45\x8e\xed\x3a\xbf\xc5\x3e\x35\xf8\x8c\xc4\x1d\x40\x32\x98\x6b\x5f\x9f\x08\xd2\x98\x39\xf9\xf5\xc9\x7c\x0f\xaf\x68\xb7\x67\x5f\x7a\xa5\xfb\x43\x80\x8f\x7e\x9e\xc6\xca\xac\xe6\x54\xeb\x21\x38\x1e\xcd\x44\xde\xb9\xf0\x57\x27\x3a\x5f\x78\x4b\x37\x98\x83\x13\xb4\x5a\x87\xc0\x07\x60\x12\x18\x5b\x49\xe2\xca\xde\x5e\xf8\xcb\x92\x1e\x92\x2f\xe5\x24\x89\x60\x0f\x07\xd4\x27\x00\x74\x53\x03\xf6\x19\x70\x1b\x40\x15\xa0\xa7\x4a\x29\x48\x6e\x99\xb0\xb6\x32\x91\x3f\x83\xe5\x65\x4d\xd9\x60\xa2\x47\x34\xe6\x59\x86\x3d\xfa\x2f\x50\x49\x94\xb3\x53\x07\xfc\xe8\xd9\xeb\x72\xda\x5c\x97\xed\xc5\x56\x97\x81\xd5\x34\xcf\x44\xfe\xd6\xc4\x6e\x94\x9a\x89\xbc\x2e\x92\xfe\xe8\x8d\xd1\x49\x12\x9d\x55\xeb\x18\x59\x85\x0e\x7a\x77\x83\xc6\x92\xef\x59\x78\x56\xc9\xd5\xa2\x93\x9c\x5f\x92\xef\x0e\xfe\xaa\xa9\x10\xda\x9f\xbc\x8a\x6a\xa7\x7f\x5f\x15\xdb\x68\x8e\xd5\x61\xa8\xdb\x0e\xab\xae\xd3\xbe\x1e\xab\x32\xc5\xf6\x0e\xfe\x3b\xc8\x98\xbd\xc9\x69\xb8\x4b\xb7\x3c\xcf\x45\x9a\x69\x21\x50\xf7\x04\xf0\x26\xa7\xeb\xec\xf9\x76\xaf\xd4\xc2\xb9\xc3\x6d\x25\x79\x6b\x2b\xff\xdd\xab\xb7\xf2\x9a\x63\x7b\x01\x88\x27\xca\x73\x94\xe2\xa7\x26\x5a\x85\xcc\x78\x08\x18\xce\x5c\xae\x5c\xa8\x82\x6b\x64\xa5\x76\xa6\x1c\x25\xda\xb5\x89\xd8\x70\x5a\x92\x6e\x54\x91\x04\xc8\xc6\x98\x80\x0c\x63\xa8\x5a\x0b\xee\xd1\x23\xc7\x8d\xdc\xdf\x9a\x8a\x00\x1b\x42\x07\x1b\xcd\x82\xc9\xfa\x45\x95\x7e\xac\x3c\xf9\xb0\x24\xb4\x14\xee\xe8\xed\x5e\xb8\x68\xcf\xb3\xec\x7a\x97\x82\xf7\xac\x55\x51\xf8\x93\x24\xfa\x90\xae\xb7\xa3\x11\x0a\x79\x9c\x09\x04\xf0\xbe\x2a\x0c\x88\xc0\x0f\x92\xee\x70\x71\x30\x39\xbd\x32\xfb\xf4\x10\x14\xd6\x95\xaa\xba\x82\x97\x5f\xf1\xec\x0d\xcf\xd7\x57\x02\xf6\x0b\x9e\xef\x52\x0d\x2c\x24\xb7\x90\x6a\x7b\x07\x9f\xbd\x60\x26\x27\x26\x46\x69\xd0\x68\x09\x12\xa2\xfa\x45\xbd\xd1\x58\x8b\x63\xaf\x94\x87\xdf\x0e\x50\xa5\xc2\xf7\x09\xbb\x7a\x22\xaa\x23\x5c\xaf\x72\x01\x23\xdb\x53\x14\x60\xf9\x4a\x48\xa9\x7b\x7f\x23\x6e\x83\xdd\x75\x82\x3a\xea\x53\x1e\xe3\x93\x8d\xb8\x7d\xba\x0b\x84\xfb\x8f\x99\xb2\x08\x98\xfd\xe5\xc2\x1b\x8d\x66\xff\x78\xe4\x15\xc5\xb7\x7f\xbb\x90\x9d\xf9\xdd\xf4\x91\xfc\x22\xab\x53\x1b\xc8\x6b\xb8\x63\xd2\x6e\xe0\x9e\x67\xb9\xa8\x1a\x08\x6f\x27\xbe\x6c\x64\x42\x4a\x3d\x19\x00\x65\x03\x5a\x1d\xc8\x53\x24\x09\x9a\xf8\x8f\xaa\x66\x41\x3d\x8d\xed\xd1\x20\xf3\x01\x42\x8e\x1d\xe2\xea\x81\x1f\x82\x8c\x54\xbd\x34\x04\x53\xff\xf3\x45\xa9\x1f\x0d\xa1\x15\xdc\x82\x33\xf6\x95\x25\x96\x4f\xc8\xf1\x01\x7a\x20\x67\x89\x75\xa9\xd5\x0c\xf1\x8d\xbc\x73\xa6\x44\x12\xbe\xcd\x53\x51\xeb\xab\x62\x72\x2b\x79\x06\x69\x8b\x02\x7d\x49\x91\x55\x2e\x91\xd9\x14\x2a\xc5\x3c\x25\x9d\xa8\xe3\x8b\x0a\x45\x24\x64\xc1\xfc\x78\x7b\x7b\x7b\xeb\x04\x2d\x51\xdf\xeb\xd7\x2a\x48\x4b\xfb\xc6\x33\x1a\x04\x2a\x44\x89\xfc\xe8\x0f\x3f\xa8\x57\x10\x78\x61\x42\xb7\x5b\x9d\x60\x9d\x1c\x72\x21\x43\xb2\x4c\x85\xbc\x17\xfe\x2e\x09\x54\x48\x66\x22\xc5\x31\x38\x0c\x84\xf0\xf3\xd9\xf3\x6f\x4b\x47\xd5\x63\xf6\x8f\xbf\x4d\x65\xe1\x50\xde\x4c\x96\x32\x95\x59\x4f\x65\x6e\x53\xc8\x60\x5a\xd2\xad\x64\xa3\x1a\xc7\xaf\x7f\xc1\x6b\xa6\x2b\x5c\xf0\x85\xbf\x5c\xb2\xb1\x47\x4a\x42\xab\xde\x09\x27\xb2\x04\x3a\x08\x27\xaf\x5f\x9f\xcd\x68\x38\x09\x02\x1a\x4e\x7e\xf8\x81\x86\x93\xed\x96\x86\x93\x2c\x2b\x8a\x29\x9d\x3d\xff\xf6\xa1\x7c\x96\x2f\x95\x48\xec\x0d\x7f\x63\xcd\x87\x8d\x57\x8b\x9f\x3b\x72\x67\x2d\x4e\x8b\xe9\x86\x26\x16\xdf\xbe\xb7\x49\xec\xd1\x68\xa8\x64\xab\x1f\xd6\x5b\x70\x84\x50\x09\x98\xe0\xa2\xb8\x16\x37\x35\x40\xee\x1a\x16\x8d\xa3\xd1\x50\x70\xb9\x3f\xfb\x70\xc3\x7d\xed\xf0\xf2\x65\x60\x4a\x27\xee\xef\x9e\x5d\x13\xa2\xdd\x67\x47\xa3\x51\x34\x39\xdd\x81\xfe\x5a\x66\x3f\x4f\x72\x2d\x5f\xa2\x5b\x37\x32\x6e\x67\xd3\x37\x40\xaa\xc9\x00\xf5\xde\x3e\x32\x2c\x80\x82\x7a\xad\x79\x44\xb9\xa1\xe5\x6a\x96\x82\xbf\x78\xe6\x63\x8f\x6e\x09\xcd\x81\x7d\xf8\x49\x76\x5f\x4e\x08\xf5\x88\x73\x5d\x12\x99\xff\x7d\xa7\xd2\x3a\xc4\xdc\xb4\x56\xab\xb2\xc6\x9e\xd2\xd5\x08\xb7\xb9\xc1\x9f\xdd\xd7\x62\x1f\xbc\x65\xb2\x7f\x64\x61\x5b\x59\xd8\x96\xe6\x20\x24\xa3\x83\x44\xab\x78\x10\xcc\x69\x40\x73\xe2\x6e\x6d\x23\x59\x84\xd4\x66\xf4\x18\xc3\x5d\x15\x29\x8a\xd5\x24\x89\x5e\xaf\x13\xb5\xc8\x33\x59\xd1\xab\x6a\xc3\x96\x51\x7a\x64\x18\xc3\x3d\x8c\xc7\x15\xce\x48\x51\xc8\xb1\x79\xc4\xb2\xd2\x5d\x4d\x4e\x77\x5e\x26\xd2\x2b\x81\xd1\x76\xdd\xda\x48\x33\x26\x07\xd7\xca\x5d\x11\x19\xa6\x26\xfc\xc6\xd4\x84\xdf\xa8\x9a\x1c\xda\x35\xe1\x7d\xae\xff\xab\x9a\x1c\x74\x4d\x2e\xd8\xa1\x55\x13\x7e\xd3\xac\xc9\xa1\xbf\x26\xd6\xd4\x7f\x19\xd4\x53\x1f\xdf\x71\x94\xb1\xa7\x8a\x04\xb8\xd2\xc4\x30\x51\x67\xdb\x9d\x73\xa8\x66\xa1\x77\x7b\x8c\x4c\x2a\x44\x8a\xe2\x58\xd6\x0a\xc9\x1e\x0f\x5e\xca\xc3\x6e\x34\x1a\x2a\xfe\xf7\xf5\x3a\x03\x81\xfe\xfc\x1a\x10\x29\xaa\x2a\xfe\xd8\xe0\x30\xa1\x17\x03\x42\x8e\x1e\x1b\x78\x58\xe9\x32\x0c\x6b\xa7\x63\xd6\x84\x82\x20\x71\xb3\x4f\x51\xc3\x85\x89\x27\x8f\xc2\x4a\x6d\xa9\xde\x03\xf4\x65\x85\xc7\x50\x12\x01\xb9\x86\xc6\x46\xa1\x6d\x81\x0c\xb5\x7c\xbf\x41\x66\x8d\x8f\xc0\xa6\x2e\x77\x40\xa2\x1c\x54\x1b\x99\x1b\x8c\xc7\xb6\x0b\x78\xbe\x08\x96\x34\x61\x53\x37\xa9\x35\xc4\x12\x65\x0e\x26\x18\xf3\x16\xc9\x92\xf8\xbb\x24\x5f\x27\x07\x71\xc2\x0d\x9e\x84\x20\x35\xf7\x6f\x29\xdb\x57\xc7\x77\x6d\xc4\x0d\x68\xc5\xb8\xad\x23\xed\x29\x1f\x8a\x3e\xcf\xb1\x02\x7b\x87\x55\xfb\x3d\x10\x86\x46\x7f\xed\x04\x11\xe7\x69\x4f\x6a\x10\xe2\x6a\xd9\xab\xce\xc3\xb7\xd2\x98\xcc\xb8\x91\xcc\x18\xf9\x81\x83\x1e\x3f\x45\x14\x64\x0c\x55\x66\x6a\x5b\xab\x7b\x30\xb6\x7b\x70\x65\xb4\xb6\x7d\x39\x0e\x60\x6a\x9f\xc9\xe9\x03\xbe\xb4\x06\x41\x9f\xee\x37\x5c\x06\x7a\x45\x01\x26\x15\x60\x33\x01\xd6\x15\x72\xcf\x1f\x7b\x14\x02\x18\x1b\xcb\x38\x35\x63\x05\xcc\x5c\x6f\x59\xd4\xb7\x5c\x06\xa8\x2b\xd2\x13\xfb\x8e\x74\xa3\xed\xb5\x95\x66\x52\x51\x80\xcc\x21\x10\x37\xff\xfd\x8d\x7c\x37\xd8\x7e\x02\x7b\x60\xe9\x03\x53\x54\x6f\x3a\x5b\x16\xe3\x0d\x9d\xc1\x9a\xac\xf8\x82\xad\x46\x1f\x90\xf1\x36\x1c\x7b\x34\xd1\xea\x01\x19\x13\x38\x21\x74\xcb\x02\xbc\xa1\x19\xa1\x1b\x16\xe0\x8c\x6e\x64\x48\x8c\xb7\x74\x26\x43\x64\x7e\x67\x33\xe2\x6e\x47\xa3\x6d\x75\x64\xfa\x35\xd3\xb1\xa2\x5b\xe2\x6e\x46\xa3\x8d\xf5\xd1\x66\xeb\x56\x74\x43\xca\x32\x61\xbf\x83\x5c\x07\xee\x30\x24\x1b\xa2\xc0\xdf\xa2\x85\xb7\xa4\x1b\x70\x82\x1f\x59\x1b\x0d\xf4\x55\x73\xab\xd9\x00\xff\x2d\x49\x2d\x99\x06\x6c\xb5\xab\x85\xa4\x08\xb1\x2a\x53\xa4\x3a\xcb\x5e\x4b\x86\xf0\x5a\x31\x7f\x04\xc2\xaf\xd5\x90\x31\x1c\x8c\x66\xc4\x74\xe6\x40\xb4\x0a\x70\x57\xa0\x15\x86\x57\xba\x47\xa9\xdd\xa3\x2b\x42\x1c\xfd\xe5\x4c\x7d\x6a\x34\x99\x10\x90\x13\xda\xda\xe3\x3f\x74\xc5\xf2\x1e\x38\xb3\x1e\x86\x0b\xbe\x9c\xe3\xb8\xee\x51\x41\x39\xa1\x32\x94\x0d\xa7\xc4\x19\x7a\x20\xd5\x58\x02\x1e\x9c\x5d\x8a\x15\x6d\xd6\x90\x72\x03\x81\xe3\x31\x6f\x8e\xce\xd0\xf8\xb1\x7c\x47\x67\xa0\xbc\xeb\x72\xbc\xf5\xc6\x1e\x85\x69\xe5\x13\x97\xe3\xff\x09\xe4\x2b\xf8\x1c\x31\x80\x99\xde\xc4\xcf\xd3\x98\x4a\x32\xd0\xc8\x17\x68\xc8\x8e\x25\x5d\x31\x4f\x72\xce\x34\x62\xde\x04\xc4\x04\x34\x96\x71\xf4\xce\xe5\x86\x8b\xff\x09\x96\x6c\x88\xc3\xc5\xd6\x5b\x32\x20\xd0\xf5\xec\xf3\x08\xd0\xdd\x96\xb8\x83\xb5\xc5\xe4\x57\x58\x90\xb9\x3c\x1f\x2a\x0f\x1d\xd6\x0b\x3b\x96\x84\xae\xac\x00\xea\xd1\x50\x0e\x40\x1d\x32\x1a\x45\xed\xef\xf4\x55\x60\x05\x81\x36\x93\x25\x11\x24\xc4\xf5\x3c\x59\xe8\x40\xcc\x31\xa4\x55\xb2\x1d\x48\x09\x65\x55\x72\x1b\x5d\xd8\xaa\x15\x29\xea\x8b\xd4\xce\xa9\x27\x92\x5b\x57\x63\x8e\x39\x7e\x1d\xc8\xd9\x4f\x03\x23\x62\x0c\x6a\xf1\xe2\x35\xf5\x31\x42\x0a\xc1\x8e\x38\x3a\xee\xcc\x8a\xab\x5a\x08\xc5\x41\x68\x25\x97\x34\x31\x54\x06\xe6\x8d\x10\x57\x30\xbb\xcf\xea\xe7\x85\xb7\x9c\x5f\x3b\x26\x33\xf9\x36\x9c\x39\x56\xd5\x21\x64\xaa\xec\xa1\xe5\x84\x52\x58\xbb\x6d\x51\x42\x25\xcd\xf2\x00\xbc\xd1\x22\x03\x5e\x19\x0f\x97\x1e\xa9\xe0\x19\x2b\x25\x3e\xaf\x6b\x5c\xde\xa3\x3c\x27\xd3\xfc\x1e\xb1\xf3\xdf\x2e\xcf\xf1\x64\x4c\x2e\xcf\xf1\x82\x9f\xfd\xb1\x7c\x48\x4e\xcf\xe9\x8b\x3e\x13\x01\xd0\x1c\xf7\x9a\xf7\x0a\x8e\x57\xd2\x9c\x6b\x5f\xe4\xd6\xcd\x48\xb3\x02\x74\x90\x79\xf7\xe6\x68\xd9\x27\xca\x1c\x7f\xe5\xf4\x09\x4d\x39\x3d\x70\xb6\x58\xaa\x3b\x3a\xfa\x26\x84\x67\x40\x7b\xa1\x9b\x48\xbe\xc8\x43\x81\x5e\xf5\x94\x6e\xc4\x25\x34\xf5\xcd\xc7\x48\xe4\x6f\xcd\xf7\x9f\x42\xfa\x9c\xb3\x97\x18\x25\x11\x22\x34\xe0\xec\xe7\x09\x4f\xa2\x43\xcc\xd3\xa2\xc0\xd5\x33\xac\x92\x77\x1e\x4d\x3c\x36\x75\x7f\xe5\xec\x9f\x13\x63\x60\xfa\x5a\x72\xdb\xb7\x13\xad\x06\x2d\x4f\xb7\x53\x6e\xbf\xc9\x9e\xfd\x51\x5f\x16\xad\x33\xf8\xa5\xb9\x2f\x7b\x7a\xa1\x6e\x5f\x4e\xf0\xc7\x75\x92\xff\x1d\x3f\x8d\xf9\x76\x2f\x02\x32\x27\x05\x84\xcc\xfe\xaa\x1f\xbe\xfd\x86\x14\xf8\x65\x92\xff\x5d\xfd\x40\xf8\x4b\x1d\xac\xb4\x09\xe0\xf1\xaf\xdf\x11\x02\xd9\x5f\x2e\x4f\xcf\xe9\x87\xfb\xba\x18\x9c\x99\xc9\xbe\xbd\x0a\x7a\xcd\x3f\xac\x7b\xe8\xc5\x19\x26\x97\x8b\xcb\xe5\xb1\x1c\xcf\x1f\x4e\x4e\x2f\x7f\x2b\xa8\xf3\x5f\x17\xc3\xcb\xcb\x25\x5c\x4e\x5f\x5e\x9e\xce\xec\x0b\xea\xcb\x9b\xe9\xdf\x55\xf8\xcd\xf4\xef\x88\x94\xf4\x05\xb7\x65\x01\xf2\x8c\x7c\x8c\x5f\xf0\x49\x7a\x88\x45\x56\x59\x4f\x0e\xfe\xd9\x34\x7f\xc2\x68\x91\x44\x67\x7e\xb6\x5f\x4a\xc2\xa1\xfb\xd1\x98\x56\xa9\x18\xae\xf2\x62\x6f\xd4\x16\xa3\x86\x05\x88\x8a\x85\xc0\xef\x42\xf3\x8b\x95\x09\x22\xae\xa9\x13\x3b\xda\x7e\xe7\x9c\x21\x2f\x8a\x96\xc2\x30\x4a\x76\x67\xca\x0a\xff\x4c\x1e\x68\x88\xd0\x64\xf7\x32\x89\xd7\x89\x78\x9f\xdf\xc6\xe2\xae\x24\x6b\x88\x72\x06\xa6\xbc\x88\x94\x40\x33\x1c\x3d\xf6\x82\x03\xea\x9a\x64\x8b\x8d\xa7\x7a\x8c\x10\xa1\x9c\x0d\x67\x35\x70\x1a\x67\xc3\x69\xe9\xf5\xd6\x90\xb7\x8b\x9f\x95\xd5\x7d\xa9\x69\x54\x49\xf7\x5e\x6b\x18\x1e\xe3\xbd\x07\x97\x35\x9f\x2a\x41\x84\x09\xd0\x38\xc1\x9c\xfa\xec\x67\x43\xfe\x82\x1b\x2f\x40\x74\x05\xdc\x57\xdf\x1d\x8f\x41\x7d\x37\x60\x3f\xf3\x05\x5f\x52\x8f\x75\x47\x09\x8d\x83\x1a\xab\xc6\x41\x72\x52\x38\x88\x8c\xd1\xef\x9f\x97\x88\x90\xa3\x60\x83\xd6\x90\x04\xf2\x1b\x32\x86\xc8\xad\x5a\x31\x51\xd2\x9f\x79\xbf\x75\x9d\xcc\xfc\x06\xde\x96\xd4\x13\xec\x1c\x0c\xa9\xcf\x23\xfa\xc4\x67\xc3\x19\xfd\xd9\xa3\x7b\xce\x66\xf4\x2d\x67\xdf\xd2\x50\xb0\x63\x28\x39\x62\x34\x9b\x7c\x37\xf9\x1b\xa2\x5b\xfe\xfb\x2e\x75\x66\x74\xbb\x4e\x76\xa9\xf3\x1d\x0d\x76\xb9\xf3\x37\xea\xef\x02\xf1\x06\x4c\x68\x02\x9e\x6e\xce\xe2\xc3\x76\x9d\xc0\x45\x9e\x2f\x50\xe9\xbe\x9b\x88\x9b\x3d\x4f\x82\x9d\x64\x37\xbe\xfd\xf6\x1f\x4a\xa9\x74\xe5\xb1\x77\x13\x30\x37\x95\x07\xfa\x8b\x90\xcd\xdc\x77\x93\x4f\xb2\xa2\x7d\x8b\x0c\xa4\x6e\x10\x7b\xe1\x2d\x14\xd4\x82\xca\x73\x09\xc6\x2d\xca\xa0\xff\x71\xc8\xce\xf1\xe2\xd2\xb9\x3c\xbb\xfc\xb4\x1c\xe3\x09\x91\x8b\xee\x49\xc8\xce\x7f\xdb\xee\xfe\xc0\x95\xbd\x78\xc4\x8e\xdb\xdd\x21\x13\xb1\xe0\x57\xc2\x41\xf0\x0c\xee\x3f\xe0\x49\x24\xb9\x48\x4d\xe8\x95\x48\x51\x49\x3f\x78\x72\xc7\xfb\xfd\xf3\xab\xb5\xe4\xbf\xe9\x73\x99\xe3\x05\x5e\x5c\x5e\x9f\x2d\xc7\xe4\x32\x7b\x78\x79\x3e\x7f\x84\xe7\xce\xc5\xe5\xf9\xe5\xec\x51\x21\x0f\x81\xf7\x1e\x3b\xbf\x28\x46\xff\x35\xbf\xbc\x1e\xbb\xe7\xf4\x69\xc8\xce\x21\x81\x23\x53\x9c\xd3\x67\xf0\x3e\x1f\xf2\x54\xf0\xc2\x4b\x0b\x7f\x17\x17\x62\xeb\x89\xa0\x58\xa5\xc5\x7a\x1b\x15\x20\x1a\x2d\x24\x1b\x51\x6c\x45\xce\x8b\x3d\x4f\xf9\x96\xe0\x2a\x8b\xc5\x6f\x8f\x96\x0f\xc9\xe5\xf9\xa3\xf3\x68\x4d\x07\x5b\xce\x8e\x4a\x18\xe2\x2c\x66\xf4\xc1\x45\x06\xb3\xea\x64\x7b\x88\xf3\xf5\x3e\x16\x0c\x99\x27\xf4\xe8\x01\x45\x17\xe7\xea\xfb\x23\xb4\xa4\xf9\x4a\xf0\x40\x26\x42\x17\x60\x96\xf8\x08\xc9\xef\xfa\x71\x49\xfd\x5d\xec\x2c\xbe\xa9\x3e\x5e\xf8\xbb\x38\x4a\x77\x87\xbd\x8a\x56\xbd\x59\x29\xf2\xb4\x91\x20\xf7\x76\xc1\xad\xce\x14\x1e\xed\xa8\x81\xb3\xf8\xb6\x1d\xf5\x22\x4f\x75\xf4\xf4\x51\x4f\x9a\x4f\x46\xd9\x61\x31\xa5\x08\x51\x84\x96\xa5\xbb\xe5\x93\xdd\x3e\x87\x9a\x30\xf5\xbc\xde\x25\x32\x14\x52\xcb\xa0\x3c\xdc\xed\x72\xf9\x60\x6a\x0c\xcf\x1c\x22\xc2\x77\xd9\x0b\x90\x62\x05\xaf\x01\xcc\xa6\x77\x9c\xbd\xb3\x3d\x0d\xa4\x82\x07\xb7\x0d\xbb\x4d\x8b\x82\x26\x47\xbf\x28\xb0\xaf\xbc\xfa\x11\x83\xbc\x38\x9c\xb9\x20\xfd\x8f\x45\x0e\xd2\xf6\x7f\x4e\x20\x13\x30\xaa\x9f\x67\x4a\x52\xb6\x3b\xe4\x98\x1b\xbf\x03\x72\x3b\x7b\xf6\xd3\xeb\xa7\xbb\x24\x17\x49\xfe\x6a\xc7\x03\x11\x20\x49\x5b\xbf\xc3\x3f\x13\xf8\xaa\x6c\xa0\xc1\x75\xd9\xc0\x9c\xd5\x1d\xf4\x67\xc5\x35\x2a\xd4\x42\x9b\x21\x56\xbc\x20\x18\x7a\x54\xf7\xe9\x72\xe7\xf1\x34\xe3\x47\x4f\xe4\x8e\xb3\x44\x25\x15\x9f\x9d\x9e\x55\x38\xbd\x60\xde\xfc\x09\x64\x2c\xf9\x12\x47\x3f\x42\xd5\xb5\x42\x11\x5c\xb8\xa9\x67\x67\x4a\x65\x79\xce\x26\xa2\xd9\x2e\xcd\x1d\x49\x83\xec\xd2\x9c\x2a\x42\xc4\xa9\x48\x92\x92\x3e\xf1\x94\xfd\x55\x35\x51\x4f\xd4\x14\x15\xc1\x09\xa0\x53\x8b\xe0\x24\x58\x67\x80\x5f\x72\x22\x7b\xf0\xa7\x24\xbe\x3d\x49\x01\xec\x44\x04\x27\xbb\xbd\x48\x90\xc5\x9c\x37\x40\xb5\x9e\x78\x8b\x17\xd8\x23\x4b\xe6\x95\x4a\x92\xf8\xde\xd7\x65\xc1\x1a\xd3\x05\x9d\xa8\x59\x73\x92\x8b\x9b\x5c\x2e\xca\x13\xef\x90\xe7\xbb\xe4\x24\xdc\xa5\xdb\x93\x40\xe4\x7c\x1d\x67\x77\x16\xf1\xde\x5f\x78\x4b\x75\xe1\x23\x0b\x38\xf5\xd9\x11\x44\x6f\xba\x17\xd0\xd6\x3c\x22\x0a\x82\xb0\x2a\xdc\x3c\x42\xf8\x3a\x71\x94\x78\x0d\xe2\x38\x4a\xc0\x95\x44\x6f\x41\xb4\x98\x38\x68\xaf\x1e\x50\xe9\x0e\xb6\xf8\x08\xd0\x72\xbf\x78\x54\x31\x61\xcf\xe4\xdb\x95\x47\x57\x3c\x83\xc7\xc6\x24\xb5\x69\xdc\x95\xb7\xf0\x26\xb0\x09\x2f\xdb\xc6\x28\xf2\x24\x6c\xa1\x7f\xbc\x93\x0c\x9d\x07\x97\xc7\x55\x81\xeb\x64\x25\xd2\x75\x2e\x02\x28\xe8\xb1\x47\x15\xe0\x6a\xcf\x64\x79\xa2\xa4\x0d\x1e\x20\x28\x80\x5f\x9c\xa2\x78\xec\x61\x6f\xa2\x28\xf5\x37\xbb\x40\x14\x85\x47\x17\xc8\x78\x59\xa9\xac\x97\x55\x74\x39\x91\xec\x2f\x5f\x28\xa3\x91\x09\x29\x8a\x3b\x3e\xbd\xd9\x7d\xd0\x60\x0f\x92\xde\xf2\xd5\xfd\x7d\x2c\x52\xe7\xad\x4f\x8d\x6d\x5e\x5f\x49\xb2\xe6\xd4\x32\xdf\x23\xa5\xee\x7b\x79\x20\x3b\xcd\x7e\xf3\x26\xf5\x27\x75\x56\x73\x52\x52\xc3\x84\x3a\x37\x1e\xf5\xb3\xcc\xe9\xea\x0c\x46\x9e\xd6\x05\x7c\x8c\x7d\x42\x3c\x05\x64\x02\x30\xab\x4a\x07\xa9\x36\x61\xd2\x1f\x4a\x3a\xe0\xed\xe2\xeb\x3b\x72\x6f\x92\xec\x02\xf1\xe1\x76\x0f\x9a\x50\xc1\x90\xb1\xb7\x7c\x34\xfa\x46\x41\xa1\xfe\x5d\xfe\x28\x9a\xe4\x05\xe6\x84\x3e\xf1\x16\x01\xc0\xa4\x43\xd9\xfe\x1c\x7b\x8a\xe9\xa7\x5e\xd3\x48\x98\x03\x12\xbe\xfe\x3a\xa3\xdd\xa6\x1a\xf3\x8a\xaa\xb6\x0a\xf4\xd5\x9b\x70\x13\x25\x93\x74\x8c\x24\x17\x82\x97\xb9\xd8\x82\xa0\xf7\x96\x4c\xb2\xbd\xf0\xd7\xe1\x5a\x04\xf3\xc0\xb9\xae\x74\xae\x4c\x4f\x34\xab\xe0\x5b\xc8\xe5\x0d\xa2\x88\x58\x3a\x42\x51\x33\xcd\x37\x84\x56\xf6\x49\xd7\x92\x9a\xdf\xa7\xbb\x7d\xa7\xe7\xaa\x22\x7b\xba\x1d\x3a\x5c\xee\x10\x0d\x74\xd7\x4a\x1d\xd4\xb2\xce\xf3\x48\xa5\xa7\x50\x8f\x81\x11\xb2\x31\xc6\xf6\xbc\x28\xe4\xef\x5b\x3e\xe7\x13\x99\xa3\xde\xf0\x1d\x84\xca\x46\x00\xf3\x4a\x6f\x72\x1a\x5c\x59\x56\xbb\x5e\x89\x09\x1d\x34\xe0\x96\x61\xd2\x19\xb3\x40\xe0\x6c\x27\x66\x23\x1d\x8d\x90\xda\xe1\xe4\xf1\x73\xcd\xab\x9a\xf9\xea\x88\xf0\xf4\x71\x99\xb5\xae\xfd\xcd\xf6\x0b\x5e\x6c\x41\x7e\xa8\xae\x3c\x8b\x42\x55\xcf\xd2\xa8\x05\xf9\x8d\xd1\x2b\x85\xdb\x13\xbf\x36\x90\x55\xea\x58\xe6\x7a\x96\x97\x74\x95\x6f\xef\xaa\x78\x95\x68\x9d\x24\x22\xfd\xe1\xc3\xeb\x57\xee\xc1\x03\x7f\xa2\xc4\xb5\x02\x65\x2e\x62\xbb\xcf\x6f\x9d\x9f\xfd\xce\x86\x55\x9f\xd7\x72\xfc\x2c\x71\x6e\x7d\xd9\x49\x35\xbc\xb6\x96\x42\x6b\xe3\xe6\x9f\xfd\xd1\xe8\x0a\x7f\xc3\x2a\xa8\xb3\xd1\x48\x06\xdf\x78\xea\xf7\xad\x3f\xe7\x4e\x60\xdc\x7f\xc8\x5e\x56\xb6\xd0\x53\x57\x5c\xac\x5c\xa1\x24\xd9\x1e\x63\xec\x17\x8f\x28\xd7\x40\x00\xf7\xaa\xa7\x29\xb8\x08\x51\x36\x7c\xf5\xc7\x90\xf2\x45\x58\x3b\xf3\x96\xc1\x25\x08\xba\x82\x2b\x77\xc5\xae\x94\x11\xa5\xb6\x3c\x5a\xd1\x19\x71\x56\xee\x00\x32\x62\x53\x37\xbc\x58\x29\x3f\x93\xda\x3a\x4b\x65\x1a\x2e\xc1\xe4\xc3\x15\x4c\xcc\xc5\x38\x72\x22\x4b\xf4\xdf\xaa\xad\x55\x47\xeb\xba\x00\xea\xa0\xb6\xfb\xe6\xb9\x62\x61\x5d\x9c\xd4\x3e\xd3\xd5\x62\x09\xcd\xc5\xd6\x07\x0f\xa3\x5d\xc2\xd3\x28\x53\x4c\xe6\x2b\xbf\x32\xaf\x5e\xb1\x6b\x0f\x83\x09\xa4\x1b\xb2\xd5\x04\x80\x74\x33\x6d\x5a\xb6\x9a\xac\x00\x8d\xc2\x8d\x8a\x02\xd7\xaf\xec\x87\x10\xfb\x20\xa3\xaa\xb1\x42\xa6\x17\x96\xd6\x90\x3c\x86\xe7\x81\x2d\xc7\x5f\x04\xca\xd6\xdc\x60\x1a\x9f\x9d\xb9\xe4\x18\xb0\xd5\x22\x56\x72\x85\x0d\x0b\x17\xc1\x12\xfc\x05\xc9\x07\xb6\x58\x52\x54\x93\xfc\xa0\xd6\x59\x14\xa8\x66\x0d\x20\x64\x2e\xdb\x1b\x47\xa0\x13\xd9\xb1\x41\xe1\x93\x54\xc8\xa3\x24\xf8\x00\x28\xc3\x60\x0b\xe4\x6b\x97\xb4\xda\x27\xaa\x3c\x61\xf8\x3a\xc9\x64\x5f\x14\x45\x04\x53\xb1\x24\x4e\x8d\xf9\xaf\xb6\x63\x10\x62\x83\x12\xc1\x2b\x8d\xba\x8b\x03\x1a\x81\x88\x6d\xa0\xea\x4d\xdc\x4d\x75\x2d\x52\x96\x74\x17\x86\xce\x4f\x3e\xdd\x25\xa2\xe1\xef\x4a\x4e\x74\xce\x9e\x28\x25\x39\x90\x36\x57\x03\x17\x82\x33\xbf\x5d\x18\x82\x08\xda\x35\x8f\xe0\xb2\x47\xc7\x0d\xe0\x54\x03\x1e\xf4\xd7\x75\xbe\xea\xf3\xa4\x45\x05\xe3\xd6\x09\x2e\x97\x28\x97\x33\x06\x40\x65\xb0\x4f\x1a\x97\x46\xc1\x5c\x4c\xd6\x49\x26\xd2\xfc\x89\x08\x77\xa9\x90\x45\x4c\x6c\x0c\x60\x47\x18\x9e\x17\x5c\x67\x61\x9f\x82\x06\xaf\x5f\xca\xb3\x59\x86\xa4\xa2\x09\xb3\x62\xed\x5d\x7c\x02\x31\x64\x2d\xda\xdb\x97\xd9\x73\x61\xab\xad\xf7\x30\x6b\xd7\xf2\xd5\xd9\x2f\xe7\x61\x2f\x22\xe0\x44\x7f\x7d\xa6\xe5\x56\x72\xe3\xab\x8b\x2b\x8a\xc5\xb2\xa4\x7c\xbf\x17\x49\xd0\xd7\x49\xf6\xb6\x0f\x47\xac\xda\xf2\x67\x33\xe5\x66\x43\x19\x6e\xbc\x03\x4d\x4f\x3d\xb9\x95\x8a\xae\x5f\xab\xe8\x0e\x04\xdc\xa1\xf1\x89\x2a\x45\x77\x8f\x9c\x07\x25\x80\x89\xf7\x14\xbd\x0e\x71\xab\xe9\x75\x75\xc2\x75\x9a\xe5\x90\xc9\x5d\x63\xc5\x3b\x23\x05\xd7\xa7\xf4\x3a\xe5\xfb\x56\x41\x3e\x7b\x82\x7d\x32\x11\x9f\xf1\x94\x4c\xfc\x78\x97\x08\x4c\x16\xd3\xa5\x6b\x0a\xb3\xa6\x07\xb8\xd1\xed\x0e\xb1\xdf\x68\x16\xaf\x88\x29\xe7\x57\x8f\x4a\x72\xbb\xe1\x85\x8c\x1c\x7f\x95\x87\xeb\x70\x4a\x4a\xca\x43\xc9\x9d\xf7\x76\x79\x7b\x66\xf6\xf4\xb2\x32\x94\xf2\x6b\x77\xbd\x8d\x6d\xd4\x5f\x84\x4b\xb7\x35\x61\xa3\xd6\x84\x75\x03\x16\x95\x25\x35\xf7\x23\xce\x1f\x86\x04\x57\xaf\xb7\x1e\xcd\x77\x51\x14\xeb\xd7\xf6\xca\xf4\x47\xa3\x6d\xe3\x1e\xb1\x31\x02\xaa\x86\x83\xc0\xbd\x02\xc0\x30\x1c\xb2\xe1\x8d\xa7\x1c\xdc\xbb\x38\x9c\xff\xe1\x39\xb7\x1e\x51\xfe\xe7\x49\x49\x55\x4b\x7b\x26\x2f\xf8\xed\xab\xfb\x81\x8c\x46\x33\x25\x5f\x33\x53\x63\xce\x41\x78\x5e\xd2\xa4\x41\xcb\xd8\xb3\x5f\x7e\xd1\xe8\x54\xba\xe5\x0a\xce\xa9\xd5\xf3\x36\x46\x45\x0d\x66\xf5\x81\x47\x92\xba\x9b\xf7\x07\x63\x9f\x38\x72\xf5\xc0\xbc\x71\x3e\x7a\x34\x4f\xd7\x51\x24\x52\x8d\x49\xd4\xe9\xb3\xfa\xd8\x56\x57\xe7\x45\xe1\xd3\x48\x9e\x27\x8a\x54\x8e\x18\x8e\x94\x6e\x88\x3a\x55\xc8\x68\x14\x2d\x56\x4b\x22\xd8\xf1\x6e\xa4\x77\xe5\x91\xb3\x0f\xec\x7d\x9d\x3d\x6b\xc3\xbd\x77\x8c\x1c\xe0\xca\xaa\x37\x8b\x12\xfc\x00\xbc\xdc\x6e\x45\xb0\xe6\xb9\xb8\xc3\x21\x80\x06\xf0\xee\x46\x7a\x9f\xef\xf6\x7b\x01\xaa\xdd\xb2\x26\x7d\xf9\xe8\x28\xf7\x55\xea\x9e\x9c\xcb\x8e\x9f\x82\x5b\x65\x4b\xb0\xd2\x38\xf9\x0e\x2f\xa9\xea\x66\xb0\x4a\x78\x8b\x85\x9c\x7d\xd4\x67\xbf\x73\x1c\x29\x95\xab\x85\x58\x9a\x1b\xf1\x80\x38\x92\x84\x68\xe0\xa6\xf8\xe4\x28\x26\xf7\xd6\x1d\x93\xa2\xf0\x35\xa8\x13\x87\xe3\xc7\x66\x3c\x61\x5e\xd9\x74\x9c\x6f\xd1\x71\xda\xbc\xae\xa2\x08\x68\xc4\xa6\x34\x6e\xd0\x73\xd1\x45\x0c\xd8\x33\x57\x78\x45\xe6\x78\xc5\xb8\xa2\x74\xa2\x25\x55\x89\xe9\x63\xbc\x02\x7f\x5a\xec\x09\x5e\x11\x42\x9c\x37\x3e\x5e\xd1\x76\xac\xea\x9c\x90\xb1\xe7\x2b\x50\x71\x2e\x5d\xab\x5a\x13\x6f\x9d\x04\xb6\x7c\x68\xb2\x4b\x1a\xdf\x0f\x49\x37\x46\x18\x96\xc4\xfd\xc8\x6d\xa1\xd2\xfe\xd0\xd0\x70\x1e\xf8\x6a\x7a\x2c\xbe\xe7\x5a\xdf\x10\x96\xe2\xc7\x75\x40\x96\xcc\x2f\x69\xc3\xe8\xa6\xe9\xc5\xbf\x2f\x49\xb5\xad\x76\x8f\x50\x48\xc2\x59\x4f\x22\x57\x2b\x4f\xab\x18\xcb\xfa\xc4\x54\x42\xd6\xdb\x90\x2d\xda\x93\x59\x81\xdb\x74\xe6\xe4\xc9\x47\x5e\x2e\xcb\x25\xfd\xe8\xb3\xf3\xdf\x16\xbf\x5d\xe2\xe5\xc3\x4b\x7c\x99\x3d\xc4\x8b\xdf\x2e\xc9\xf2\x21\xb9\x24\xe7\x5b\xba\x8d\xd8\x39\x3d\xa7\x49\xa4\xc1\xf4\x3f\xcd\x09\xbe\x7c\x3f\x9e\x93\xcb\xd9\x65\xf6\xf0\xf4\x9c\x7e\xf0\xd9\x39\xc6\x97\xe7\x97\xe7\x93\x87\xa7\xa4\x90\x4f\x0f\x17\x97\xd9\xe5\xfb\xe5\xc3\xf9\xe5\xc3\xcb\x73\x42\xce\xb7\x11\xfd\x01\x6e\xa5\x2c\xfe\xdc\x0d\xbd\xc9\xe9\x29\x4f\x92\x5d\xce\x73\xc1\x7a\xb7\x15\xf7\x0e\x13\x1e\x8d\x3e\x08\xd0\x12\x3a\x4b\x10\xc1\x2f\x96\x2e\x1c\xb2\xc6\x13\xe3\x3a\xc4\x06\x6b\xfa\x7b\x40\xa9\x08\x8a\x02\x80\x2a\x94\x5d\xc7\xcb\x50\xb2\x0a\xf4\x07\xae\x2c\x8c\xfc\x3c\x58\x23\x49\x7a\x49\xc2\xb1\x56\x4b\xae\xa4\xfe\x1f\x7c\x3a\x40\x48\x7e\xf6\xb5\xb9\xef\x47\x5f\x92\x56\xfe\x62\xb6\xd4\x67\xc6\x36\x22\x2d\x52\xc7\x24\xb6\x0d\x08\x74\x13\x85\x22\x7b\xe0\x1c\x27\x65\x7d\xcd\x26\xd4\x75\x8a\xd6\x9a\xf1\x2b\x90\xe6\xb3\x19\x7d\xcf\x31\x5f\xf8\x4b\x8a\xc2\x04\x11\x38\x50\x95\x95\xdf\x54\x6e\x03\x8e\xfc\x0a\x9f\x80\x92\xaf\x98\x0b\x98\x16\x6f\x02\xe8\x7f\xa3\x3b\x44\xe8\xc7\x86\xa2\x7b\x03\x03\x49\x41\xd2\xa5\x8f\x5f\xb4\x51\x8d\x2d\x25\x23\x72\x2c\x03\xf0\x53\x7e\xeb\x06\x13\x7f\xc5\xd7\x09\x3c\x59\x4b\x47\x12\x40\xb7\x54\x29\x46\x3b\xb7\x34\x15\xd9\x61\x2b\x9c\x5b\xba\xe7\x87\x4c\xfe\x1a\xc1\xab\xdc\xe3\x56\x36\x19\x19\xc8\x3d\xc4\x1c\x5d\x0d\x75\xbd\x86\x17\x4d\x0e\xfa\x63\x1a\xc3\x12\x5c\x5b\x96\x36\xae\x2e\xfd\x20\xda\x7a\xbb\xca\x32\xfb\x23\xa7\x7e\x85\xbe\x6f\x9a\x7c\xaa\x00\x58\xc5\xbb\x83\xe4\x63\x65\xfb\x2d\xbc\xbe\x81\x55\xb5\x26\x00\x9f\x3d\x59\xd9\x70\xa6\x19\x8c\xef\xb1\x4f\xe6\x36\x19\xe1\xfc\x08\x21\xce\xa2\xbb\x19\x2b\x68\x80\xe1\x94\xca\x71\x65\x72\x2e\x58\x23\x57\x95\xb4\x02\xe5\x7f\xbf\x43\x8e\x04\x4a\xa3\x53\xd2\x50\x0a\xf2\x46\xd5\xe4\xc7\x10\xfb\x20\xcf\x31\xea\x31\x44\x9e\x0d\x08\xd1\x15\x43\xc8\x6d\x40\x4e\x2a\xd1\xd6\x90\xb1\xe1\x50\x80\xdf\x61\xcc\xe7\xe1\x98\x61\xe3\xfd\x72\x8e\x4e\x90\x83\x10\x19\xfb\xce\x6a\xcc\xf0\xaa\x13\xac\x8c\x57\x9a\xc8\xce\xe1\x68\xf4\x87\x07\x87\x87\xbb\x1a\x8d\x6e\xe5\xe3\x4a\xb1\x31\x6a\xbf\x03\x5f\xe5\x92\xca\x34\x8e\x38\x8d\x9a\x96\xc6\xe7\x76\x6e\x29\x9c\x7d\x92\x89\xba\xa5\xfb\xb5\x7c\x06\x51\x75\x55\x48\xa5\x04\x9b\x8c\x46\x09\x26\xee\x86\x6d\x40\xa5\x6f\x33\x09\xd3\xdd\x56\x92\x1b\x7e\x96\x61\xf5\x26\x39\xb3\x7c\x57\x87\xe5\x3b\xe5\x21\xb2\xd2\xa2\x29\x8a\x8d\xad\x2d\x43\xd6\x21\x8e\x59\xfd\x99\x0e\x12\xd6\x88\x40\x37\xba\xdb\x23\xd0\x23\xa4\x31\x0b\xf1\x86\xc6\xa0\x9c\x91\xc0\x73\x02\x9c\x61\x5c\x14\x09\xe1\x80\xa8\x1a\xd1\x0d\xa1\x9a\xcf\x89\x08\x9d\x59\x42\x99\xd1\x48\x34\x5c\xa3\xe0\x55\x03\x87\x21\x00\xdd\x20\xfa\x4e\x00\xf4\x78\xba\xbb\x5a\x07\xa2\xab\x2c\xef\x37\xbc\x6d\x1b\x70\x33\x11\x54\xb8\xc2\x99\xd1\x16\x50\xc8\xbe\x58\xd9\x28\x34\xa1\xd0\x9a\xd3\x5c\x4e\xa8\xd1\x08\x4d\x80\x03\xb6\xec\x75\xd5\x7e\xfa\x26\x00\x04\x30\x3f\x13\x31\xec\x99\xda\x8f\xce\x18\x9d\xd5\xe0\xc8\xe0\x39\xb9\xaf\x2e\x8b\xa0\x06\x6a\x5e\xb2\xd0\xe5\x15\x52\x5b\x48\x05\xd1\x70\xeb\xbe\xc1\x5c\x55\xc8\x6a\xac\xa5\x62\x07\xbe\x71\xbb\xd0\xed\xc6\x39\x5a\x2b\x71\x03\x42\x5e\x81\xab\x6a\x32\x9b\x8c\x46\xe7\xf8\x32\x1b\x17\x97\xe7\x24\x89\x74\xed\x85\x09\x39\x57\x9a\xc6\xfd\xb9\xda\x56\xdf\x8d\x6e\x49\x22\x3f\xce\x10\x1d\xa0\x3a\x43\x44\x9a\x0e\x4d\xdb\x79\xb5\x30\xe6\xcd\x46\x0d\xee\x70\x9a\xc3\x6d\x69\x6f\xf1\x4a\x0f\x55\xdb\x3b\xc6\x2e\x77\x80\xfc\x8a\xd9\xd4\x8d\x6b\x87\xa6\xb1\xe1\xa2\x36\x4c\x2c\x62\x38\x25\x65\xff\x6d\x2a\x9e\x83\x1c\x63\xb6\xa9\x5d\x4b\xc6\xec\x6a\xb7\x0e\x4e\xa6\xe5\x30\x2e\x8a\xb8\x71\x23\x10\x4f\x24\xdd\xbe\xde\x1d\xb2\x26\x03\x02\x16\x2a\xd0\xa1\xa5\x98\x8b\x09\x30\x82\x98\x13\x47\x9e\x09\xc0\x0d\xd7\xba\xae\xc7\x5d\xe2\xf0\xc9\x2e\x81\xf5\x0d\x72\x0e\x58\xe3\x7c\xb2\x5f\x27\xd4\x6c\x01\xdc\x80\xf5\x9b\x23\xa4\x79\xae\x8a\x24\x18\x8d\xe0\x07\x93\x92\xaa\x4b\xe1\xa6\x46\x27\x8d\xc9\x71\xc5\x56\xa3\xd1\x13\x70\x6c\x21\x99\x90\x27\x38\x22\xee\x8a\xad\x8a\x22\xd2\x6d\xc2\xc4\xf5\xb5\x02\x68\x6d\xee\xae\xb4\x88\x29\x52\x72\x27\xfa\x92\xe3\x98\x90\x92\x36\x29\xb5\x7b\xcb\x18\x7c\x7d\x21\x32\xd7\xba\x0c\x75\xe7\x6d\x13\xd4\x16\x17\xa7\x4c\xf0\x28\x52\xd2\x2f\x99\x46\x10\xdb\x5a\xc9\x28\x53\xc2\xc1\x58\xf3\xc0\x0d\xf2\x3c\x22\xc7\x88\xbd\x94\xdc\x82\x1b\x55\x3b\x1c\x5b\x7b\x18\xde\x60\x52\x52\xd1\xae\xa6\x4f\x91\x89\x8a\x68\x54\x49\x03\xbe\x94\xbd\x15\x4b\x95\x60\xef\xa1\x7d\x85\x58\xdf\x55\x39\xc6\xfa\xae\x55\x88\xec\xf6\x98\x41\x9f\xb9\x71\xa3\x15\xf5\x9b\x2c\x20\x6e\x57\xa1\x11\xd0\x1d\x0e\x9f\x22\x53\x22\xa2\xb1\xec\x43\x6d\x98\xd8\x2e\x9e\x6e\xc8\x71\x23\x2b\xb0\x21\xfa\xc8\x61\xea\x67\x3e\x78\xab\x4f\x1d\x2a\x88\x23\xe0\xe4\x61\xf2\xcf\xfc\x2d\x9c\x3c\x34\x22\x4e\x24\x43\xc5\x76\x0f\xe5\x08\xa8\x57\x23\x40\x9e\x1b\x72\xe7\xd0\x3a\x36\x9d\x0d\xc4\x1a\x14\xa3\x09\xbe\x51\x1a\xa4\x4b\xfa\xfe\x6e\xaa\x4e\x11\x74\x40\xdd\xf5\xc9\x67\xac\x64\x65\x93\x90\x0b\x9a\x42\xcc\x9a\x3d\x17\xe9\x68\x54\x3f\x2f\x34\x36\x22\x52\x38\xba\xc8\x41\x1a\x22\x18\x2d\xd5\x12\x0d\xba\x2c\x3e\x88\xa6\xca\xce\x0a\xb7\x3f\x83\x58\x49\xa9\xb8\x6d\xd7\x99\xe8\x13\x13\x88\xd4\xb8\x3f\x84\x17\xe6\x1b\x34\xe3\xe6\x9e\xab\x2c\xf5\x34\xb8\x71\xd9\x22\x3a\x6d\x79\x09\xc4\xae\x8b\xc4\x9a\xc6\x04\xc9\x0e\x45\xa0\xc6\x84\xee\x62\xf3\x1a\xe9\x16\x3a\xf2\x12\x44\x68\x83\x0a\x9e\xfd\x2b\x13\xd7\x68\xee\xdc\x22\x6e\xad\xb9\x18\x5a\xa7\xc1\x0a\x48\x62\xfb\xe6\xab\x5a\x0a\x00\x78\x5d\xa9\x0c\xd7\xe1\x84\xd6\xcf\xda\x68\x31\xb4\x17\x08\xa4\xb3\xd5\x88\x1b\x5f\x65\x6a\x7b\x79\x99\x0c\x24\xa9\x85\x7d\xa0\xb5\xe4\x8b\x8c\x96\xef\xf4\xd7\x08\x7c\x86\xc2\xa8\xbb\xda\x06\x53\xb7\x2a\x2e\xc3\x89\x1f\x0b\x9e\x1c\xf6\xa0\xf9\x95\x81\x71\x25\xac\x2c\x2b\x7d\xa8\xc9\xbb\x2a\x7f\xa0\xef\xa8\x8e\x58\x43\xdf\x44\x34\x06\x5a\x3f\x30\x50\xc9\x60\x03\xea\xac\x60\x16\xae\x14\x45\x15\x29\x8e\x54\xb2\x21\xeb\x58\x2e\xaf\x67\x7e\xad\xe9\x68\x91\x5a\xe8\xb4\x72\xb6\xf4\x31\x5d\xbf\x55\xc1\x29\x52\xe2\xd4\x5f\x01\xca\x08\xcf\x9d\x1b\xf0\x26\x47\x40\xbb\xe9\xd3\x92\x9c\xaf\xe9\x4f\xa1\xce\xdf\x5c\x61\x23\x42\x07\xbf\x28\xe8\xa3\xf7\x63\x22\x29\x0c\x9e\x5d\x66\x63\x7c\x79\x3d\x26\x64\x7e\x7a\x4e\x4f\xef\x5e\xbc\x3d\x0e\x40\xfa\x8c\x06\xc9\xd1\x9f\x0f\xfd\xea\x54\x1f\x8d\x7c\x9b\xee\x79\xa2\x2c\x00\x17\xd3\x25\x71\x7c\x70\xe0\x01\x0e\x39\x6a\x3b\x98\x1d\x20\x00\xfd\xba\x0e\xf2\xd5\x78\x06\x9d\xc4\x03\x86\x2c\x87\xc6\xe7\x0a\xa8\xf6\xd4\x63\x47\xa4\xaf\x40\xcf\x64\x41\xc8\xe1\xc1\x18\xb9\x92\x48\xcc\x44\xce\x0e\x79\x78\xf6\x77\x54\xd2\x9f\x43\xd0\x0c\x2d\x7e\xbb\x3c\xe2\xf9\xf0\xf2\x48\xce\xe9\xbb\x90\x1d\xd1\x02\x39\xe7\xcb\xd3\x73\x8a\x8e\xc8\x39\x2f\x4f\xcf\x4b\xfa\x16\x62\x92\xcb\xe5\x65\xf9\x80\xce\x2f\x93\x73\xba\x8b\xa0\xfb\xc0\xd3\x03\xa1\x2d\x9f\x3d\xed\x86\x1b\x1f\x5a\xbb\x08\xa3\x58\x44\xdc\xbf\x05\xdb\xad\xb2\xa4\xaf\x38\x0b\x80\xb5\xce\x45\xba\x07\x35\x83\xd7\xeb\xe4\x79\x9a\x6a\x69\x44\x15\x8a\x88\xfb\x8a\x4f\x20\x97\x37\x3b\x25\x3f\xeb\xf1\xd1\xf5\x8a\x4b\xf2\x4e\x7d\x56\x25\xc8\x54\x90\x4d\xca\x7a\xf7\x92\x57\xe0\x23\x49\x7e\x47\x00\x07\x69\xd3\x8c\x8a\x33\xdf\x83\xfb\x94\xc5\x6f\x97\xf3\xff\x5a\x3e\x24\xf8\x72\x8e\x17\xbf\xc9\x27\x32\xc7\xff\x85\x27\x0f\xd5\xd4\xf8\x10\xb2\xa3\xec\x0a\xe7\xef\x53\x0a\xde\x0c\x9d\xef\xbe\xfb\x96\x86\xf9\xde\xf9\x66\x56\xd2\x67\xa0\x00\x57\x3b\x3d\x20\xf4\x73\xc4\x8e\xa7\xa7\xab\x7c\x1b\xff\xc5\x19\xce\xa8\x24\xc3\x41\x0e\x21\x5f\xb8\x97\x7d\x4c\x63\xe7\xb9\x87\x25\x9d\x09\x2f\x88\xd0\x43\x1a\xb7\xbd\x86\xd8\xd7\xbe\xc6\xcf\x59\x1a\xbb\x8a\xdf\xd8\x6b\x60\x2a\x4e\x5c\x90\x80\x68\x2b\x64\xb0\x8e\x93\x71\xf7\x3c\x5f\xe1\x1e\x30\x6c\x19\x97\x40\x9a\x6f\x96\x45\xd1\x97\x52\x21\x8f\x63\x7f\xf1\xad\x42\x7c\x54\x94\xf1\x8a\xcb\x33\x0f\xc0\xc9\x50\x93\x98\x2e\x6b\xf0\x73\xd5\x26\xf3\x8a\x88\xc2\x38\x57\xa1\xf2\x11\x11\x05\x40\xae\xe3\xed\x52\x08\xe1\xf9\xca\xf9\x3d\x80\x10\x9e\xaf\x9a\x4b\x8c\x33\xed\x64\x1f\x54\x01\xaa\xb1\x73\xaa\x0b\x7f\xc0\x2e\xb7\xc1\x8b\x38\x00\x95\xf3\x92\x18\x50\xf5\x96\xfc\x50\xa3\x0a\xb5\x79\x17\x8d\x2e\x34\x75\x9a\x1d\xae\xf2\x50\x00\xb0\x33\x47\x43\x2b\x15\xc5\x2f\x72\x68\x78\x43\x4e\x45\x1b\x29\xd8\x2d\x0c\x8d\x51\xc3\x78\xaa\xe2\xaf\x38\xe6\xf4\x58\x12\xda\xb0\x59\x02\x2a\x53\x29\x5f\xf8\x16\x36\x83\x58\x96\xed\x4c\x35\xc2\x93\x5a\x0c\xcf\x3c\x8c\xd6\x59\x2a\x5b\x1e\xa1\x36\x02\xf3\x15\x00\x9d\x69\x8d\x0e\x7f\x6e\xc9\x2c\xab\xdc\x16\x7c\xe9\xb4\x03\x98\x5f\x1a\xfe\x08\xac\xf2\x05\x6e\x0d\x35\x40\xcf\xab\xc1\x92\x8f\xbd\xfb\xe1\x5d\x23\x56\x12\x73\x7b\xda\xa1\x22\xaa\x05\xc2\x6a\xf4\x5f\x75\xdd\xee\x6e\xf1\x62\x1d\x50\xdf\xa7\x9e\xbf\x6c\x09\xf7\x6a\x22\xa9\xc9\x5c\x7f\x8e\x88\x6b\x7d\x05\x2f\x28\x82\x0d\xec\x7d\x7a\x1d\xe2\x61\x67\x0a\xb4\x86\x5e\xa6\x02\x81\xe6\x90\x31\xcf\x2f\x0a\xe3\xd1\x16\x96\x35\xa9\x07\x21\xd9\x41\x54\x54\xb9\x50\x57\xe5\xc9\x21\xd0\x1a\x1f\x6d\x0d\x02\xb9\x84\xff\x0d\x7b\x86\x72\x66\x46\xe8\xc7\x90\x19\x8d\x6d\xab\xe2\x3e\x8f\x63\xfa\x4b\xef\x27\xb8\x20\xa0\xbf\xf6\x7e\xf3\xd6\x49\x40\x5f\x79\x2c\xe4\x98\xb8\x5b\x8c\xc6\x27\x67\x27\x0f\x4f\xce\x4f\xfe\xfb\x84\x31\x76\x32\x64\xec\x04\x7e\x4e\x2e\x4e\x1e\x9d\x5c\xb0\x93\x47\xec\x64\x34\x3a\x29\x8a\x93\xe1\x09\x3b\x29\xfa\xf5\xf8\x38\x39\xbe\xd2\x2a\x4f\xba\xfe\x69\xc4\x8e\x89\x83\x2e\x13\x44\x43\x07\x5d\x86\x88\xa6\x0e\xba\x4c\x11\xcd\x1d\x74\x99\x23\x7a\xe5\xa0\xcb\x2b\x44\xd1\x03\xe4\xa0\x07\x88\x3e\x40\x0f\x9c\x07\xe8\x41\x49\x85\xdf\xf5\x38\xa9\xb5\x6c\x18\x2f\x5d\xe1\xdb\xb4\x2f\x18\x6e\xa6\x07\xd0\x3a\x13\x3e\x8d\xc5\x4d\x97\x12\xce\xc5\x4d\x6e\x60\xe4\xd7\xda\x38\x5e\xf2\xe0\xea\xe3\x6e\x23\x92\x8c\x0d\x8c\xc0\x11\x22\x5c\x54\xe9\x0c\x83\x4e\xe4\x30\xb3\x3a\x58\x6f\x27\x75\x12\x42\xc1\xae\x9f\xf1\xa2\x40\x0f\xd4\x76\xa9\x85\x37\x3c\xd0\x53\xdc\x5a\xee\x2a\x5d\x56\xa1\xd8\x15\x05\x9a\x68\xef\x4f\xcd\x4f\x6a\xab\x16\x62\xa3\x44\x18\x3a\x43\xfd\xb1\x93\xdf\xcb\x40\xb9\x33\xa8\x63\xaa\x90\x4e\x44\xcc\x29\x92\x8c\xc4\x62\x39\xa1\xae\x33\x47\x3a\x85\xea\x0c\x0d\x50\x06\xcd\x72\xea\x16\x2a\xd5\x2d\x6e\xf6\x1c\x08\x1b\x8f\xdb\x39\x83\x8f\xd4\x6c\xcf\x7d\x51\xd5\xc3\x8e\x69\x14\x3f\xc6\x56\xc3\x68\xc0\x7c\xeb\xfd\x1b\x42\x05\x7b\xe5\x2d\xe4\x6a\x96\xbf\xc1\xd2\x7d\xa5\x94\xe0\x44\x51\x84\x73\xcc\x59\x38\x0f\x1c\x31\xf7\x1d\x7d\xf3\xf2\x35\xb5\xa6\xbb\xbd\x48\xb9\x9c\x25\x72\x7e\xda\x2d\x60\x83\xea\x3e\x42\x25\x83\x75\xfb\x3c\x4d\x77\x29\x46\x1f\x13\x71\xb3\x57\x8a\xb4\x89\xb8\xc9\x4f\xe4\xb0\x73\x3f\x17\xe9\x09\xa2\x76\x19\x75\x76\xb3\xca\xe8\xd6\xaa\x5b\x49\xd7\x59\x2f\x2b\x03\x96\x1b\xb5\xab\x75\xc9\x85\xc8\x3e\x68\xca\x52\xe4\x9c\x9a\x35\x38\x25\x55\x14\xef\x4c\xd3\xf9\x3d\x13\x74\xcc\xc1\xef\x09\x35\x53\xab\x87\xc7\x41\x53\x74\x21\xa7\x20\xfa\x07\x7a\x04\xbf\x35\xae\x9b\xb9\xd8\x91\xe9\xeb\x21\xee\xcb\xe3\x04\xe9\x55\x70\x99\x56\x4f\x79\xf5\x94\x54\x4f\x57\xd5\xd3\x61\x3a\xe5\x53\x78\x83\x5b\xdb\xa0\xff\x5a\x1e\x71\x5d\xb9\x3f\x64\xe5\x8a\x02\x3d\xd6\xef\xff\xd6\xef\x9f\x4c\x86\xa7\x55\x5e\xcf\x6f\xf6\x3f\x99\x71\xef\xc9\xf1\x0c\x69\xcc\x7f\x40\x41\x94\x69\xdb\xeb\x52\x72\xa1\x66\x36\x74\x6e\xd6\x03\x16\x98\x14\xb2\x83\x5d\x9f\x3d\x96\x3b\x3a\xca\x4e\xd0\xd8\x1f\xa3\x33\x34\xb6\x7a\x1f\x9d\x2c\xf4\x3b\x0c\x4f\x0d\xf2\x21\xb3\x1a\xa3\x25\x72\xd0\x09\x1a\x07\xda\x91\xc3\xbf\x25\x99\x7c\x03\x44\xa9\x2c\xac\x4a\x47\xdc\x92\xd6\x1b\x40\x43\x8f\xd2\xa8\x29\x33\x84\xa8\xcf\xac\x6a\xdd\xbb\xad\x69\xe1\xc2\x0b\x7c\xdf\xd6\xa6\xa0\x1d\xe5\x06\x15\xb4\xbb\x28\x20\x84\x8f\x59\x50\xaf\x6d\xe5\xec\x5f\xaf\x6c\x48\x27\x10\x68\x68\xe9\x74\xd6\x90\x60\x61\x25\xb6\xb6\x10\x3b\x4a\x40\x46\x23\xd1\xde\x14\x05\x19\x8d\x20\xdb\x8a\xac\xe3\x16\x4e\x4a\x23\xcb\x61\x6f\x9e\x45\x31\xe8\xc9\xb4\x28\x90\x40\xc3\xfe\x4c\x15\xf1\xa4\x89\xab\xd6\x26\xf1\x52\x99\x6a\x9e\x88\x1b\x45\x42\x23\xed\xc2\x44\xef\x7b\xe5\x5d\x9b\x94\x6f\xf6\x26\x03\x48\xe0\x0c\xa7\xca\xcd\xaa\x53\x4f\x40\xa2\x06\xbc\xb5\x2a\xec\xf1\xfe\x53\x43\xed\xdf\x7b\x86\xb9\x56\x8f\xa9\x93\xc3\x27\xa3\xd1\xb0\xd9\x51\xbe\xe9\x8d\xaf\x6a\x24\x57\x8d\xb4\x66\xbe\x86\x42\xb5\x8f\xce\xb5\x2c\x6b\x1d\xae\x85\xda\x9e\x55\x93\xdb\xb6\x19\x8d\x9b\x94\x4e\x83\xc7\x63\x4b\x17\x0c\x21\x2a\x18\xa7\x21\x1b\xce\xbe\xa2\x4f\x56\x6c\x70\xef\xc1\x2e\x98\x18\x83\xa2\x6b\x48\xd0\x01\xb0\xa0\xe6\x38\x64\x7d\x6b\xd9\x3e\x07\xec\x43\xe1\x2f\x84\x1a\xdf\xee\xe7\x8b\xcb\x80\x9f\x85\xcb\xe3\x77\xe5\xf9\x9a\xe8\xe5\xd4\x37\x9b\x0e\xc9\x5a\xf2\x66\x27\x22\xf3\xf9\x5e\x9c\x2c\x2e\x2f\x0f\x68\x1c\xca\x9d\xa2\x79\x7c\x7d\x47\x83\x31\x53\x7d\x05\x52\x96\xa7\x2b\x9e\x3e\xdd\x05\x02\x03\xe5\xf8\x32\xc9\x71\x48\x67\x7f\x25\x84\x38\xc1\x98\xa5\xd1\x62\xb5\x2c\x8a\x95\xea\x9a\x0a\x98\xf3\xf2\x52\x79\xcb\x08\x25\x75\x0d\x4b\x79\x1d\xe2\x95\xc2\x27\x68\x74\xf1\x17\xa6\xb2\xe8\x99\xca\x41\x25\x43\x2a\x83\x31\x5b\xf5\x2d\x8d\xc6\x81\x9b\x8b\x74\xbb\x4e\xb8\x3c\x72\x3f\x1f\x76\xb9\x40\x00\x89\xeb\x2a\x88\x83\xe6\x19\x9a\x2b\xbd\x95\x9b\xda\x4b\x90\xa1\x13\xfd\xd2\xcd\x26\x6f\xd3\x5d\x94\xf2\x2d\x43\xfa\x01\xb9\xd9\xe4\xf9\xcd\x3e\x15\x59\x06\xda\x34\x3c\x87\xfb\x11\x36\x40\x3d\xa1\x32\xf2\xe3\x2c\x5b\x47\x89\x7c\xab\x23\x30\xd4\x17\x2a\x63\x3f\xdd\x25\x01\x80\x94\xf1\xd8\x8e\xde\x1b\x2c\xe3\xbf\xda\x45\x6b\xbf\x19\xb7\x13\x24\xe3\x3d\x59\x27\x3c\xbd\xb5\xa3\xb5\x43\x64\xac\x8f\xed\x48\x1f\xbb\x71\x9e\xf2\xb8\x59\xb5\xc6\xbb\x8c\xf1\x5a\xc8\x25\x6e\xc7\x69\x87\xc8\x58\x2f\xab\xe5\xca\x50\xfd\x0c\x6d\x52\x8e\x85\x19\xd2\x0f\xd0\x8b\x69\xca\x1b\x35\x6b\x05\x20\x35\x54\x60\xad\x0d\x63\x05\x4f\x32\x54\x31\x6d\x76\xd2\x76\x88\x8c\xf5\x61\x05\xdb\x7b\x15\xa7\xf9\x2e\x63\xbc\xf9\x1e\xb0\xbe\xde\xf2\x94\x6f\x45\x2e\x6b\xdd\x0e\x41\xee\x20\xb3\xd9\x0a\x9e\xe5\xf7\xf3\x11\x9a\x6d\xa8\x67\xa0\xfc\x0b\x5a\xc3\xfa\xfc\x53\x53\x0e\x13\x77\x3a\xd4\x7a\x65\x7a\xd9\x98\x9b\xd0\xce\xd4\x5f\x67\x27\x3c\x39\x39\xd4\x14\x27\x24\x40\x36\x8d\xbb\x98\xd6\x0a\xef\x1c\xc4\x2a\xb2\x90\xfe\x63\x61\xb1\x74\x81\x6b\x99\x5e\xf4\x95\x3e\xac\x4f\x69\x54\x22\x8a\x08\xa2\xc8\x45\x54\xee\x2e\xa3\x91\xbe\xc0\x80\x28\xa2\xbb\x34\x30\x21\x74\x68\x3e\x82\x47\x3e\x17\x19\x39\xd4\x11\xd4\xe1\xaa\xb5\x47\xbd\x5d\x70\xeb\xf0\xb2\xa4\x3d\xf9\xf4\xc0\x1f\xeb\xd4\x3d\xeb\xd1\xca\x40\x1d\x26\xca\x45\xd4\xd3\x15\x5f\x27\x18\x34\xe0\xea\xf7\x7b\xce\xc9\x3a\x17\xac\xb9\x71\xd3\x86\x02\x11\x97\x70\x7d\x14\x68\x57\xb0\xdc\xee\x6d\xab\x02\x5d\x4d\x2d\x48\xc5\xab\x9d\x01\x93\x92\xd6\x6f\x6d\xfb\xc2\x8a\x91\x4c\xe5\x1a\x6d\x57\x84\x21\x85\x9d\x6e\x3a\xa3\x6f\xbf\xa1\xb1\x08\x25\xe5\x90\xae\xa3\x95\x3e\x5c\xed\xc2\x6b\x6e\x07\x31\x54\xda\x8d\xd0\x65\xde\x51\xa3\x58\xed\x3f\x3f\xbd\xc3\xe0\xfc\xa9\xc1\x73\x98\xea\xcd\x91\x02\xaa\xeb\x74\xa7\x9a\xa8\xf2\x00\x38\x6c\xc1\x04\x9b\x90\x39\x0e\x7a\xe2\x99\x86\xf5\xee\x8c\x34\x17\x99\x6c\x19\x8f\xa1\xaa\xb9\x70\x7c\x38\x54\xc4\xe7\x83\xec\xc9\xa0\x24\x0e\x2f\x69\x55\xd1\x7b\x86\x5a\xc7\x79\xfc\xe6\x59\x67\xa8\xf5\x58\x9b\x8a\x74\xb6\x5d\x3a\xa8\x3b\xb0\x28\x50\x4f\x6f\xdb\x99\x97\x56\xff\xd6\xe1\xf7\x4d\xc2\xcf\x07\x1e\xaf\xf3\xce\xc8\x8f\x46\x5f\xaa\x57\x5d\xad\xd1\xa8\xaf\x5a\x75\xce\x76\xa5\x4c\xe8\x3d\x55\x02\x3b\x0c\x18\x0a\x39\xf4\x6e\x3d\xbc\x6a\x4a\x32\x44\xd1\x50\xfe\x61\xfa\x91\x35\x6b\xda\x3e\x91\xea\x8a\xfa\xb0\x6d\xf6\x54\xd5\x2e\xd1\xae\x6c\x1d\x7e\x4f\x75\x79\x20\x67\xce\x95\xe8\xab\xec\x05\xa2\x08\x6c\xa0\x65\x4d\x1f\xfd\xd9\x8a\x0e\x7a\x56\x56\x55\x98\x5d\x4f\x13\x7a\x4f\x2d\xb5\x11\x19\xdc\xcd\xf4\xd7\x75\x8c\x00\xcf\xe7\x7f\xd9\x95\xed\x72\xec\x6a\x36\xbf\xdd\x53\xd9\x83\xda\x8b\xba\x75\x7c\x88\x28\x3a\x47\x14\xfd\xf7\xff\xba\x9e\xba\x08\xbb\x7a\x87\xde\xdd\xc8\xad\x34\xf1\x7b\x7a\x8b\xa2\xa1\xdc\x5a\x4c\x3d\x3e\xde\x55\x0d\x65\x69\x47\xf7\xca\xcf\xf9\x70\x4a\x8d\x38\xb7\x59\x19\x47\x9f\xd7\xeb\xad\x7a\xa7\x03\xfd\xdc\xad\x55\xa3\x32\x18\x91\xb9\xa9\x60\xe3\x2c\x6a\xed\x83\x04\x11\x2d\x58\x32\x29\x17\x88\xcc\xcd\x3c\x96\xa4\xd0\x33\xe1\xc7\x3c\xe5\xaa\xa8\x66\xd4\x63\x1d\x55\xc1\xb7\x98\x08\x86\xce\xce\xda\x78\x3b\x16\xf7\xad\x24\x06\x73\xb8\x55\x68\x26\x5a\x34\xaa\xa8\x22\x2e\x75\xce\x3a\x6d\xcd\x92\x99\x0a\xd4\x21\xb8\x19\xd5\x64\x6b\x22\x9a\x77\xdc\x23\x50\x4b\x76\xf9\x09\x3f\xd1\x3d\x7c\x52\x1f\x0b\x9a\xcc\xd1\x92\xce\x8a\x95\xeb\x4c\x46\x8c\x28\x5a\x20\x8a\x26\x72\x32\x22\xac\x20\x78\x65\xf5\xe7\xd6\x89\xd9\xa4\x6b\xa9\xcf\xe3\x58\x08\x79\xa6\x18\x79\xbe\xae\xbe\x64\x90\x1e\x9b\x30\x18\xfa\x9e\xa1\x43\x8b\xfe\x42\xda\x84\x31\x55\x03\x04\x2e\x17\xd4\x58\x38\xdd\xa3\xcf\xdf\x6d\xf7\x87\x5c\x04\x92\xcd\x6d\xcd\x93\x25\x14\x36\xb1\x0a\xfb\xf3\x65\xd9\x43\x64\x95\x35\x2b\xbb\x03\xf1\xf2\xf5\xdb\x9f\xde\xbf\x7f\xf9\xe4\xd5\x73\x64\xd3\x07\x6a\x26\xb7\xe4\x8f\x0b\xbe\xac\x47\xe4\x0b\xbd\xdc\xad\x47\xdd\xeb\xdc\x64\x3f\x9c\x96\xcd\xc5\xe4\xc0\xde\xd2\x4b\x76\x5a\x5a\x22\x3e\x58\xed\x58\x63\xd6\x25\x63\x94\x86\x39\x22\xc8\x50\xdd\x72\x46\x7d\x90\xb4\xaf\x59\x0f\xc7\x60\x77\x72\x77\x49\x83\xeb\xd5\x3a\x16\xb8\x51\x39\x8a\x88\xe5\x1f\xc9\x16\x56\xf4\x53\x51\xd5\xba\x72\xb9\xd5\x13\x3d\xac\xfe\x3a\x3b\x51\xeb\x41\x71\xfc\x75\x5c\xb8\xba\x6e\x92\xc4\x35\x9f\x45\xc1\xd9\xb2\xda\xdd\xca\xb2\xe6\xb8\xef\xa4\xa6\x35\x2f\xa6\xf9\xf1\xd6\xd2\x57\x16\xc6\x25\x6d\xef\x44\x77\x76\xed\xf2\xde\xae\x3d\x1a\x31\x9e\x62\x2d\xe4\xa4\x56\xc2\xa2\x3b\xbb\xbc\xbc\xab\xc7\x3b\xcb\xa3\xd5\x23\x2d\x36\x92\x6a\x80\xbb\x0c\xd8\x0d\xbd\x40\x7a\x1a\x41\x01\x9c\x19\x95\x7f\xa6\x19\x65\xd5\x8c\x41\x3d\xff\x2b\x84\xb1\xcd\x3a\x09\x1c\xb4\x4e\xd6\x39\xd2\xd3\xba\xbd\x31\xfa\x93\x8d\xb8\xed\xdf\x1c\xbb\xdb\xad\x15\xb9\xbb\xe5\x36\xa6\x8f\x96\x14\x6d\xc4\x6d\x6b\xfb\xec\x50\xe2\xae\x76\x27\xd2\xc3\x04\x19\x6d\xb5\xaf\x1d\x88\xb2\x33\x10\x6d\xa6\xdc\x6c\x4a\x6b\xa1\xc6\xe2\x0e\x11\xba\xd1\xd9\xf8\x37\x46\xd9\x6d\x92\xf3\x1b\x44\x35\xe5\xc0\xa9\xdf\x94\xa2\x41\x68\x9f\xc0\xcd\xaf\x24\xd4\x6a\x21\x1c\xb6\xa2\xad\x24\x51\xd9\x75\x35\x38\x60\x52\x95\x7d\x10\x3b\x81\x6c\x09\xbb\x25\x64\xd4\xdd\xc0\x89\x3b\xf0\xfb\xd7\x6f\xcd\xae\xd3\x13\xf5\xb4\x4e\xa2\x93\x05\x1a\xf3\x31\x5a\xb6\x46\xc5\xda\xc5\xcc\x94\xb3\x27\xe8\x7f\x52\xd7\xee\x55\xd3\x62\xba\xec\xdc\x21\x19\x3c\x5c\x3b\xb6\x8c\xf2\x78\x25\x78\x80\xa7\x15\x60\xae\x4a\x08\xa1\x9d\xd4\xda\x5e\xbd\x5b\xbb\x47\x70\x44\xd8\x35\xe0\x4b\xe3\xf1\x08\x6a\xe9\x6a\x59\xa2\x5f\x14\x2b\x65\x23\x2e\x7f\x84\xfa\x09\x8b\x62\x88\xfd\xa2\x08\xd4\xed\x5e\xa5\xce\x62\x80\x61\x87\x33\x60\xbc\x1b\x6b\xb9\xd5\x1e\x43\x84\x41\x37\x9b\x6f\x64\xde\xa8\xaa\xc1\x3c\xd7\x77\x60\x15\x21\xe4\x1c\x51\x9e\x1e\x04\x72\xfa\xf7\x4a\x79\x4a\x0f\x34\xd8\xff\x5d\x51\x66\x25\xd5\xee\x7a\xfb\x23\x28\x53\xd1\x43\x12\x88\x70\x9d\x88\xe0\x8e\x58\xd7\x25\x45\xb2\xc2\x75\x2e\x4d\x31\x56\x59\x96\x6e\x16\x34\x6f\xbe\x41\x2f\xae\xd7\x96\x57\xe6\x44\xf5\x62\xe7\x59\xfe\xe4\xb0\x8e\x03\x91\xca\x47\x39\x97\x21\x58\xa9\x20\x1c\x13\x71\x93\xbf\x0c\x9c\xa9\x3e\x99\x33\xe7\xa8\xfa\x3b\xc9\xd6\x57\xe2\xe9\x4a\xf8\x9b\xcc\xf1\x69\x98\x38\x32\xe7\xcc\x59\x2c\x95\x44\x67\xb1\xa4\xbb\xeb\xc4\x39\x96\x46\xcc\x71\xf7\x77\x80\x09\x92\x5f\x4a\xf7\x23\x16\x34\x98\x9c\xaa\xa2\x8c\x49\x02\x42\x74\x55\x55\x29\x12\x0c\xa9\x0c\x91\x9a\x36\x9f\x03\x2c\xf4\x35\x32\xd4\x78\xa2\xa8\x9a\x75\x12\x55\x11\xa9\x96\xc5\xab\xa6\x18\xfa\x3b\x15\xfe\x21\xcd\x04\x5e\xd1\xb0\x0a\x91\xb3\xe5\x13\x0e\xc1\xd6\x26\x4c\xb4\xc4\x84\xe9\x6b\xb9\x48\x24\x92\x71\x10\x35\x2e\x9e\xc9\x7f\x80\x32\x7a\x45\x63\x44\xdc\x15\xdb\x05\x58\x80\x52\x1e\x71\x03\x53\x61\xd5\x42\xd4\x72\x1e\x62\x46\x43\xc8\xb2\xd0\xd8\x57\xf1\x73\xb1\x10\x4b\x76\x57\x67\x99\x38\x56\x2b\x85\xb1\xdc\xa8\xda\xe7\x06\x55\xe3\xc0\x82\x27\xb0\x5a\x56\x65\xa0\xea\x64\x00\x0f\x5c\x3e\x01\x38\xdd\x97\x00\x0d\xe0\xf6\x77\x67\x98\xa0\xc6\x38\x6c\xf9\xda\x84\x98\xf2\x04\x71\x43\xf6\x00\x3d\x50\x3d\xf6\xf1\xfd\xf3\x31\x3a\xd1\xdd\xf7\xfe\xc3\xbb\x97\x4f\x3f\x8c\x1f\x20\xf7\x32\xd1\xdf\xd5\x38\xbf\x05\xfe\x0b\x93\x31\x82\x86\xdc\xd3\xdf\x61\x82\x28\xca\x68\x4c\x39\x5d\x23\x32\x0e\x55\x3c\xa8\xf8\x8b\x24\x93\x39\x18\xb5\xc2\xc4\x45\x6e\xa8\xfc\xa4\xd6\xc9\x4f\x8d\xcf\x7e\x24\x92\xec\x90\x8a\xf7\x3c\x14\x8a\x70\x7e\xc3\xb7\xa2\x11\xac\x4e\xac\x46\x90\xc9\x07\x51\x14\x89\x5c\xdd\xa7\x80\x8c\x58\x8e\x7f\x1d\x4d\x09\xe3\x40\xb5\xf2\x46\x66\xb0\x0e\x9f\xa9\x75\x8d\x28\xda\xc7\x87\x0c\x51\xa4\xbe\x84\x84\x68\xab\x14\x55\x2d\xfa\x4f\x4e\x9f\x70\x1a\x07\x74\x13\xd0\x6d\x40\xff\x19\xd2\x24\xa0\xcd\xd5\x68\xf5\xfe\xb5\x1b\x4e\x62\x2d\x4c\x4f\x03\xe8\xf8\x8a\x74\x60\xa2\x7a\xac\x74\x8e\x4b\xfa\xf1\xfd\x73\x07\x1d\x32\x81\xa8\x1a\x0a\x47\xdb\x4c\x22\x6a\x7a\xb0\x9f\x1a\x62\xd6\x6c\x50\xb3\x86\xaa\x0d\xc4\x6d\x1b\xb4\x69\x4a\x01\xc6\x11\x6e\xb8\x19\x1a\x07\xdd\x71\xf4\x29\xca\x10\x80\x3a\xd7\x16\x54\x26\x69\x98\xe8\x32\xd8\x02\x8d\x7d\x83\x9a\x06\xa0\x69\xae\xad\x40\x5f\xb9\x1a\xa6\xed\xec\x7b\xd5\x28\x2a\x1b\x54\x0c\xf5\x22\x47\x3d\xc7\xe4\x32\xd3\xf3\x8f\x13\x15\x24\x57\x9c\x7c\x41\xa5\x8b\x0c\xbb\xa3\xa2\x74\xbb\x67\x50\xf5\x8f\x46\x83\xd3\xdd\xa4\xf7\x4a\xda\xb4\xc7\xd2\x6d\x0c\xc6\x88\xe9\x31\x97\xb5\x99\xa8\xfb\x3b\x2c\xc8\x58\xf2\x93\x96\x30\xb6\xb2\xd4\x53\xfd\xc9\xed\xde\x70\x91\x83\x50\x49\xeb\xfa\xdf\xa9\x91\xae\xf6\x14\xbe\x84\xb6\xb6\xb2\xec\x89\xd0\x2d\x03\xb6\xa0\x2f\xe6\x2e\x63\x59\xa3\xa2\x37\x84\x1e\x2a\x81\xae\x34\x1c\x04\x8d\xe9\x46\x1d\x44\x09\xdd\x2b\xff\xad\xb7\xc6\xc7\xf9\x63\x5c\x6d\x48\x84\x80\x13\xe7\x9e\x1d\x7c\x1d\x7e\xc2\x68\xad\xc9\x9d\x98\xff\x71\xab\xd6\x1e\xf6\x0d\xe3\xac\xd8\x5b\xb5\xc4\x21\xa6\x95\x69\x9d\xea\x5d\xb5\x57\x9a\x1a\x82\xd3\x54\xb8\xfb\x34\xaa\x9e\xca\x63\x91\x52\xf0\xac\xee\x2e\x9c\x2d\xe6\xd0\x6e\xcb\xbe\x14\xf4\x3e\x36\xd5\x7e\xe8\x5b\xa4\x34\xbd\xa6\xd7\x2d\x37\xac\xbc\x24\x6e\x00\xd0\x11\xd0\x7d\x46\x9b\x60\xbe\x99\xf8\x87\x54\x19\x1e\xa9\x2f\x30\x71\x62\x8a\x5c\x44\x9c\x4d\xb5\x9d\xc7\x72\xb6\x28\xb6\x43\xd7\x4c\xd3\x0c\xce\x5e\x93\xa7\x6a\x6a\x69\x6c\x29\xbd\x95\x70\xd3\x4b\x7b\xe2\x0a\xbc\x6f\xe5\xd0\x92\x96\x39\x8d\xed\x9d\x4f\x0c\xaf\x7e\x47\x63\xf6\x8c\x4f\x8c\x7c\x6d\x8c\xb0\x51\x70\x31\x7b\x20\x8e\xe9\x14\xa6\xf9\xd7\xd4\xa4\x2d\x3f\x6c\x57\x25\x16\x61\xb7\x1a\x11\x54\xa3\x15\x13\x24\x8c\x77\xd6\x58\xeb\xf6\x54\xf5\x56\x3a\x52\x72\xaf\xc6\x11\x8d\x89\xa3\xb4\x80\xda\xdf\xeb\x36\x45\x74\x30\x25\x63\xab\xdd\x3d\x6d\x76\x64\x5f\x44\xb2\xe5\xe3\x56\x07\xc5\x5f\xdb\x1d\x1d\x59\xbf\xd3\x5d\x17\xee\xa6\xdd\x3f\xbe\x0c\x83\x85\x32\x1a\xb5\x9a\xe1\x3b\x9b\x49\xb2\xcb\xb1\x4f\xe8\xa6\xb9\x10\x74\x87\xf9\x72\x15\x80\xdb\x20\xbb\x1e\xbd\x97\x32\x5f\xaa\x4b\x2e\x32\xab\x2e\x7e\xa7\xc0\xea\x32\x87\xf6\xd4\xa6\xbe\xdd\xb9\xa3\x4a\xb5\xe8\xa3\xaf\x1e\x01\xa0\xc1\xfb\xea\x44\xae\x88\x31\x30\x9e\x84\xa3\x74\x8e\x32\x64\xdf\x90\xe1\x9e\xad\x26\x12\xf9\x0f\x4d\x31\x2a\x8a\x11\x1d\x28\x1c\x02\x32\x46\xf3\xd8\xc9\x10\xa1\x41\xb5\xe9\xb0\xe1\x8c\x06\xf0\x55\x83\x15\x10\xf7\x9f\x1c\x9b\x47\x3d\x24\x9d\xaa\x14\x85\x1a\x92\xcd\x1d\x05\xea\xf4\x0d\x9b\xc1\xbb\xf3\x42\x59\xc3\x15\x5a\x38\x1a\xcd\x86\x8c\x85\xa3\x91\x4a\x62\x8a\x4a\x76\xc9\xd3\xd6\x56\x99\x59\x45\x6d\xec\xad\xf5\x0b\xb1\x29\x3a\x96\x88\xc8\xf6\x55\x73\xf9\x4b\xf9\x03\x10\x15\x38\x94\xb0\x37\xf0\xde\x54\x56\x07\x10\x17\x6f\xf4\x59\xdb\x62\x46\x8a\xe2\x85\x67\xfa\x99\xc8\x7c\x79\x10\x3c\x6f\xd1\x75\x72\x02\x75\x67\x51\x5b\x86\xea\x44\xac\x39\x75\x1a\xf3\x82\x14\xc5\xa0\x39\xcf\xbe\xb0\x04\x94\xc0\x89\x46\xf6\x2e\x64\x46\x0f\x86\xe2\xcd\x21\x8e\x71\xd4\x18\x5b\xc0\xc2\x30\x53\x8a\xc4\x6c\x53\x4f\x4b\x3b\x6b\x23\xe3\xa5\xb1\x0c\x6f\x52\xa7\x18\xc2\x1a\x9d\x50\xd3\xbc\xf2\xe3\x5d\xd3\xa2\x75\x7c\xca\xad\xb0\x33\x19\x7a\xe2\xe8\x29\x40\xf7\x6c\x33\x69\xd3\xd3\x77\xe7\x6a\x6d\x7d\xd4\x74\xba\x59\x48\x53\xb3\x90\x8c\x1f\x3b\x58\x48\xa6\xcd\x7a\x45\x7d\xfd\xe4\x8e\x68\x3b\xf1\x57\xcc\xf1\x6e\x22\x3a\xd0\x73\x7d\xcf\xbe\x2e\x81\x42\x2c\xb8\x6f\xce\xb6\x6a\xd5\xdb\x83\xfb\xc6\xe2\xda\xd7\xbb\x5b\xcf\xb6\xd3\xcc\xcf\xc6\x00\x92\xf3\xae\xca\x04\x55\xa2\x07\xa0\x3e\x01\xdb\x81\x0e\x87\x61\x7b\xdf\x6f\x48\xf3\xfb\x36\x5a\xae\xe9\xde\x39\x80\x2f\x18\x0d\x89\x89\x92\xfb\xeb\x5e\x4b\x18\x40\x68\xd4\x84\x44\xd6\x83\x84\xb0\xe9\x5d\x41\xf2\xfc\x48\x2a\x59\xa4\x9c\x61\x31\x9c\xa0\x89\x4d\xb3\x12\xd4\x9a\x4d\xe0\xba\xdf\xc1\x8d\xb5\x13\xb1\x63\xa9\x6a\x62\xaf\x22\x55\x4f\x1a\xd3\xe8\xbe\x05\x1a\x13\x8b\xda\x83\x7e\xb4\x97\x56\xc5\xe3\xc4\xc4\xbd\xbb\x95\x76\xa3\xac\x6a\x35\xc9\x13\xdd\xd4\x9e\x39\x00\x9e\x96\xc0\x35\x9a\xec\xd3\xf9\xdd\xb3\xaa\x7f\xf3\x8b\xcc\x86\xa6\x16\xe9\x56\x4f\x58\x13\x4a\x55\xb6\xe0\x99\x5d\x6f\x3c\x7d\xdd\x4c\x9c\x3b\xfa\xdf\xfd\xaa\x79\xfb\x67\x26\x23\x69\xcd\xc4\x3e\x7d\x17\x27\x6e\x6e\xcf\xae\x1c\x63\xe0\x26\xf6\x81\xa6\x85\x48\x2d\x26\x8d\xc1\x51\x42\x9b\x4c\xd4\x04\xe5\xbd\xc3\x6f\x75\x5e\x73\x1a\xb4\xa9\xcd\x18\x1a\xdc\xd3\xfd\x5f\xd5\xe3\x9d\xc4\x0d\xb1\x82\x55\x0b\xf7\x6b\x87\xd0\x22\x3b\xe3\xd6\x16\x22\xb0\x5f\x14\x7b\x38\x89\x67\xed\xae\x6e\x5e\xa1\x38\x89\x41\x86\x34\x77\x29\xff\xf1\xbc\xe6\x6a\x0e\xef\x19\x5a\xb4\xa6\xd0\xf2\xab\xc8\xe1\xf6\x9d\x42\x5d\xb5\xfa\x72\xe1\xae\xca\x29\x76\xe8\x8e\x2a\xfa\xf6\xd2\x33\xfc\xd3\x46\xdc\x1a\xa7\xec\x03\x9b\xde\x9c\xab\x4f\x70\xe1\x86\x24\x6d\x2f\xdf\x14\xb3\x35\x46\x0e\x02\x70\x1d\xd5\xca\x63\xab\x95\xe5\x57\xb5\xb2\x29\xe3\x75\x9a\x29\x50\x86\x64\x1a\xf8\x69\xa4\x6a\x2b\x2f\xb6\xd3\x5d\x21\xb9\x2f\xca\x9f\x12\x2c\xf3\x9b\x94\x66\x3f\xf8\xe3\x18\x4d\xd0\xd8\x37\x32\xe3\x9a\x3d\xdd\x5d\x27\x6e\xdb\xa5\x0e\x28\xd0\x63\xb1\x08\x96\x8d\x45\x39\x9c\x51\x3e\x46\xa3\x91\x61\x0b\x75\xef\xfa\x64\x8c\x4e\xd6\xc9\x09\x5c\x89\x10\x64\xc1\x27\x2d\x82\x65\x25\x3e\x6e\x56\x4a\x12\x46\x0d\x63\xbb\x3e\x7e\x99\x53\xc4\x10\xf5\x81\x6b\xa6\xfd\x57\xd7\x5d\x99\x4d\xd7\x3d\x91\x81\x26\x68\x44\x5b\xf0\x25\x6b\xd0\x7f\x20\x33\xe8\x48\x46\xac\xe8\x25\xad\x58\xc2\x7e\x11\x55\xcd\x31\x42\x4f\xd0\x6e\x2f\x11\x54\x52\xc9\x97\xf6\xa7\x07\x8e\xd5\x24\xf5\x55\x6c\x2d\x29\xe8\xb6\xb9\xaf\xbf\x8c\xf4\x14\x51\x0e\x7d\x26\x6b\xfc\xa9\x63\xd4\x52\x79\xaa\x23\x3e\x26\x1d\xb3\x8e\x66\xbe\xae\x46\x48\x43\xeb\x10\x43\xae\xe4\x88\x88\x0b\xe9\xf4\x87\x12\x29\x12\xc6\xbc\x43\x7e\x92\x93\xc2\x84\x5a\x71\xe4\x44\x4d\x76\xbd\x56\x3f\x43\xac\x27\x0e\xc4\x90\x9b\x74\x2f\xe2\xe6\x18\x0d\xc1\x10\x18\xa2\xb5\xa8\xb5\x3b\x40\x37\xd5\x94\x2f\xa9\x7f\x67\xe4\x41\x23\xf6\x02\xba\x7d\x89\x4a\xba\xed\x66\x6b\xb9\x83\x0d\xe6\x7d\xf2\x29\x59\xb4\x5a\xa8\x5d\x6a\x52\x01\x57\xf4\x9c\x26\x5f\x37\xb0\x6a\x1e\x75\xc9\x08\x3d\xca\x77\x30\x07\xff\x51\xde\x16\x6f\xd1\x9f\x7f\x8f\x98\xf6\xeb\x73\x7f\x51\xa7\xe9\xcb\xbb\x71\x48\xfe\x47\x05\x34\x8f\xd9\xaa\x94\x76\xdf\xf5\xcd\xc3\x4e\xff\xa2\xf1\x40\xae\x45\x38\xa6\x91\x9d\xc7\x1d\x5d\xdc\xc9\xc7\xea\x4b\xb5\xac\xbb\x59\xf5\xf6\x66\x27\xa3\xfa\x0a\xa4\x91\x4d\x93\x51\xec\xf6\x97\x3e\x30\x78\xfb\xc2\xa3\x91\x4d\xa3\x77\xee\x1e\x80\x4e\x9d\x9a\x3d\xdd\xac\x98\x25\xfe\xb9\x4f\x80\xac\x04\xef\x5d\x24\x89\xc8\xe6\x19\xaa\x34\xa5\xca\xf7\x71\xdf\x71\x52\x5f\x8a\xf6\x64\x17\xd4\x1d\xe1\xcb\x5c\x94\x66\xc1\x73\xd8\x96\xdf\x89\x48\xdc\x38\xe7\x8b\xdf\x4e\xf8\xd9\x1f\x8f\xcf\xfe\x3d\x3d\xfb\xc7\xf2\x3c\xa2\x03\x3b\xce\x8b\xde\xd1\x01\x6b\x1d\x8c\xa6\xd3\xe9\x54\xd2\x0d\xbe\x36\xca\x01\x04\x82\xda\xe8\x7d\xf6\x57\x42\xb4\x41\xd4\xd9\x77\xb2\xab\x21\xc7\xb6\x06\xc3\xf7\x35\xcc\x03\x7a\x20\x73\x33\x98\x95\xfa\x20\x6a\xd5\x97\x76\x82\x5f\x24\x64\x8c\x1e\xc0\x8d\xea\x2f\x16\x64\x84\x6d\x7d\xef\xd6\xfb\xbe\x2e\x09\xee\xc5\x21\x78\x66\x07\xab\xcb\x70\x19\xae\xb1\x03\xaa\x2f\xb0\xfd\x82\x6e\x4d\x4d\xe4\xdb\x90\xa0\x3a\x5a\xfd\xb1\xb6\x75\x14\x99\x8f\x88\xab\x00\x95\x5f\xf6\x23\x82\xa3\x2b\xfb\x3e\x43\x1f\xcb\xe3\xb1\x6b\x8c\x36\xeb\xd5\x0f\xf7\x1c\xfa\x2a\x06\xfb\x73\xc4\xd0\xd8\x77\x90\x45\x78\x04\x25\xd5\xb1\xef\x52\xe4\x57\xd7\x1e\x7d\xd7\xa4\xcb\xb2\x74\x07\xf9\xff\xe5\x45\x7c\x7d\x83\xc0\x2c\x0d\x53\x8b\xd1\x63\x7e\xef\xc5\x39\x55\x26\x69\xfa\x86\x7c\xc5\x1a\xdc\x4e\x48\xdc\xd0\xbe\xab\x86\x05\xe5\x86\xa3\x11\x8e\x14\x87\x1e\xf6\xde\x54\x5b\x37\xcb\xa0\xbc\x96\xec\x0f\x39\x13\x6e\xd4\x7f\x8f\xac\xb2\x8d\x15\x61\xae\x4a\x6a\x4a\xe0\xf5\x28\x58\x94\x79\xdd\x58\xb8\x20\x0c\x99\x9c\x72\xc2\xbe\x1e\x99\x5b\x43\x52\x3a\xb3\xce\xe7\x78\x31\x5d\xf6\x75\xb5\xbb\xc5\x71\x5d\xba\x20\xc7\x80\x09\x8d\xf5\x5d\x8f\xbb\x0b\x1e\xe2\xcd\xc5\xff\x1d\xe7\xf7\x0a\x60\xfb\x20\x61\x04\xd1\xf5\x8d\xe5\x20\x22\x7f\xfa\x52\xb6\xff\x9e\xac\xed\x4b\x83\x46\x0a\x16\x17\x0a\x22\x4d\x43\x6f\x59\xb4\xf9\x64\x5d\x70\xb9\xfd\x57\x57\xe6\x82\xc8\xce\x03\xf8\x95\x8a\x2b\xf2\xc9\x5d\x57\x41\xa6\xd6\xec\x8e\x3b\x21\x25\x2b\x5f\x20\x50\x9c\xb6\x2f\x3a\x96\x38\xb4\xb2\xed\xdc\xeb\x18\x72\xbf\x9d\x2f\x30\xed\xb4\x53\x1c\xf0\xd7\xa6\x2c\x6f\xdd\x2d\x4c\xf6\x5b\x5d\x5c\xf7\xde\xe4\xff\xbe\xbc\x81\x5d\x60\xff\x05\x89\x0d\x24\x8d\xb4\x91\xcd\xdc\x41\x4b\xdc\x2a\x2d\x17\x59\xde\xd2\x50\xb1\xae\x47\x3a\x5f\xea\xbb\x11\x62\x55\xc1\xba\x10\xd1\xe5\x56\x97\x0f\x74\x65\xaf\x31\xba\xb2\x55\x08\xed\x18\x77\xc9\xd4\xe1\x44\x6d\xe4\x71\xa7\xfc\xfc\xae\x7e\xd6\x92\xf0\xe1\x8c\x0e\x87\x01\xa1\xb5\x84\xbb\x28\x70\x57\xb6\xdb\xaa\x70\xd8\x11\x6c\x5a\x19\x00\xa6\x7f\xab\x34\x13\x99\xd8\x11\x7b\x29\x70\x98\x37\xed\xd6\xdd\x45\x92\xcb\xc8\x83\x4e\x4f\xdd\xdd\x3b\x2d\xf1\xa9\xee\x9b\xe8\x7e\x71\xa8\xde\x57\x57\xd6\xae\x4b\x4a\xd9\x0e\xb5\xd1\xd7\xcd\x3d\xed\x95\xb6\xd6\x31\x8b\xa2\xdb\x31\x5a\xde\x29\x19\xd7\x2a\xde\xdc\xda\x87\x24\xe1\xb4\xaa\xad\x40\x52\xa8\x2a\x9b\xba\xdb\x8b\xc8\x98\x47\x8f\xc7\x5b\x92\x6a\x4c\xdc\xc5\x76\x59\x25\x22\x2e\x67\xa1\x46\xa0\xbf\xa6\x29\xad\x01\x71\xfd\xf9\x51\x0b\xa9\x9c\x6b\xa5\xa7\x7c\xad\x15\xdc\x78\x29\xff\xb7\xca\xdf\xab\x9d\x30\x65\x61\x15\x40\xb7\x86\xb6\x18\xb2\x54\xcb\x5a\x8e\x4f\x38\x4e\x2b\xe9\x57\xb3\xff\xe3\x00\xeb\x68\xad\x0f\x5b\x79\x2e\x99\xd6\x65\x6c\xea\x66\x76\xc3\x32\xb2\x55\x0d\x7b\xc2\x71\xb4\xc8\x96\x75\xf9\x83\x46\x36\x32\x1f\x28\x1d\x8a\xd0\x6d\xae\xeb\xb2\x25\xcd\x52\xcb\xba\x1f\x54\xb3\xb7\xa5\xb3\x2d\xef\x95\x6c\xde\xb7\x5d\xd1\xe1\x94\xce\xee\xde\xb3\x1a\xbd\x19\xd5\xbd\x29\xaa\x00\x39\x50\xf5\x4b\xdd\x90\x76\x5f\x05\x75\x9b\x88\x5b\x3d\x2e\x52\x98\x68\x4b\xc6\xdd\x76\xbb\x60\x38\xef\x12\x23\xb6\x67\x7f\xaf\x34\xf1\x8e\xc9\xdf\x9a\x21\xb6\xb7\x82\x3b\x66\xe8\xaa\x33\x43\x2d\xff\x03\x55\x85\x57\xa5\xb3\x2a\xef\x94\x2e\x56\x35\x1e\xe8\x2a\xdf\x21\x65\xd4\x95\x3e\x6e\xc4\xad\xd3\x10\x1b\x7e\x9d\xd4\x50\xaf\x85\x55\x5b\x56\x09\x62\xc4\x7b\x9b\x7e\x2c\x7b\x9b\xbe\x90\xad\x96\xf9\x2f\x19\x3c\xe9\xb3\x5e\xa7\xbf\xbf\x13\x5a\xc2\xc7\x36\x67\x54\x0b\x57\xfa\x07\xbd\x23\x85\xec\x64\x60\x5a\xd1\xce\x46\x94\x8e\x28\xcb\x92\x2a\x4a\x62\x8c\xfa\xe5\x33\xb6\x72\x95\xe2\x0a\x03\xc6\xab\x17\x37\x60\x8f\x71\x40\xe6\xe3\xc0\x99\x76\x9a\x19\x94\x4e\x50\xe5\x7f\xf6\x35\xf9\x0f\xee\x2c\xe0\xec\x8b\x05\x0c\xff\x44\x03\x86\x56\x01\x77\x65\xaa\x68\x90\x56\xb7\x58\xf4\x69\x4d\xe4\x52\x85\x59\xac\x90\xa5\x19\xaf\x02\xdc\xff\x8f\xb6\xb7\xef\x6b\x1b\xc7\x16\xc7\xff\xe7\x55\x24\xbe\xac\x2b\x35\xc2\x84\xce\xee\xde\xbb\x76\x35\x59\x4a\xa1\xb4\xd3\xd0\x6e\x61\x66\x76\x36\x78\xe6\x27\x2c\xd9\xce\xc6\x71\x82\xed\x10\x02\xf6\xef\xb5\x7f\x3f\x3a\x92\x1f\x13\x68\x67\xee\x5d\xfe\x20\xb6\xac\x87\xa3\xa7\xa3\xa3\xf3\x28\xa8\x57\xbf\x44\x34\xe6\x28\x6a\xf8\xf3\xe5\x65\x8b\x51\x61\x47\x75\x8b\x07\xff\x87\x2d\xa2\x63\x14\xe1\x51\x64\x0f\xf1\x01\x3a\x46\x02\x8f\x84\x3d\xfc\x5a\xfb\x2f\x7f\x47\xfb\xa2\xd1\xf6\xcb\x46\xcb\xdd\x16\xd4\x52\x2b\x5b\x38\xec\xb4\xb0\xf7\xad\x4d\x1c\x7e\x73\x13\x7f\xfa\x83\x9d\xf8\xd3\x37\xb7\x40\x29\xfd\x83\x6d\x50\x4a\xbf\xb9\x95\xfe\x1f\x6e\xa5\xff\x3b\x5a\xf9\x5f\x74\xe5\x77\xf4\xe4\x8f\xce\x7a\xff\xdb\x1b\x79\xfd\x07\xfb\xf1\xfa\x9b\x5b\xf8\xfe\x0f\xb6\xf0\xfd\xb7\xf7\xe1\x8f\x4e\xc6\xeb\x6f\x1f\xa7\xef\xff\x68\x1b\xdf\x7f\x7b\x1b\xa6\xf9\x2d\x6d\xec\xed\x68\xc4\x34\xbf\xb9\x91\x3c\xff\x83\x1d\xc9\xf3\x6f\x68\xa3\xbe\x40\x3e\x6d\xc5\x53\x7d\xa8\x1c\xdd\xfb\x94\x55\x2f\x23\xaf\x7a\xb4\x79\xf5\x58\x89\xde\xca\x06\xfd\xc2\xf6\x8b\x42\x93\x25\xcf\x9f\x62\xcd\x73\xfc\x39\x1a\x7f\xb7\x81\x64\xc3\x8a\xa8\x5b\x71\x58\x3a\x6c\x0f\x69\x60\x9a\x10\x66\x39\x18\x05\x76\xe8\x08\xa5\xf4\x23\x4c\x33\x34\xcd\x7e\x38\x61\xae\x69\x22\x70\x42\xfa\x58\x60\x27\xa0\xe1\x08\x5c\x94\xae\x1d\xcf\x34\x25\x19\xdf\xa0\x78\x78\x0d\x63\xa8\xed\x25\x35\x8c\x41\x61\xef\x05\xc5\x73\x52\x9f\xaf\x03\x2a\x4f\xbf\x98\xb2\x2a\x81\x2c\xc9\xdc\x51\x57\x96\xd8\x34\xd1\x92\x7a\x8d\x4f\x74\xc6\xd1\x12\x93\x7f\x32\xb4\x24\x3e\x26\x75\xa7\x62\xd3\xec\xc7\x93\xa5\xec\x94\xfc\xa1\xe0\xf6\x95\xca\x47\xf2\x86\xa1\x79\x93\x8a\x6d\x74\x27\x56\xdd\x59\x92\xc6\xfd\xe2\x6b\x32\xaf\x9a\xb1\xde\xed\x52\x15\xa6\x25\xa0\xac\x7a\x69\x68\x5b\x05\xa6\xd9\x0f\x54\xd8\x19\xf9\x03\x03\x1f\x69\x8f\xbb\xc1\x48\x26\xd9\x6b\x07\x71\xe0\x20\x78\x18\xc3\x3c\x44\x0d\xe2\x46\xd4\x80\x07\x0a\x70\x8f\xb4\xce\x7e\x6d\x1d\xf4\x8d\x04\x54\xc9\xa1\x1b\x85\xb2\x65\x4d\x4b\xe1\x42\xbb\x87\xf2\xbd\x2d\x96\x9e\xd2\x02\x07\x0f\x51\x7b\x9a\xbb\xaa\xef\xd2\xd4\x6b\x7b\x8c\xe2\xa5\xbc\x3e\x03\xc7\xe4\x29\xaa\x8b\x56\x8a\xd5\xd9\x89\x62\xf5\x26\x94\x5b\x5e\xba\x1c\xc9\x8c\x19\x47\xe5\x57\xe2\x61\x1b\xca\xb6\x92\x0a\xc7\x7f\xd2\x63\xa9\xef\x29\x83\xe6\x27\xf5\xef\x1b\x6d\x5a\x9a\xcf\x5c\xba\x4e\xd3\x80\x77\x59\x14\xb8\x28\x1c\x70\xeb\x0a\xff\xe4\xb0\xfc\xe2\x97\xde\x6f\x6b\x07\xb0\x30\x07\x9f\x7c\x72\xa2\x7c\xac\xa7\x9e\x30\x30\x59\x30\xfa\x78\x7e\x35\xfe\x68\x1b\x61\x36\x8f\x0c\x72\x72\x79\x69\x1b\x5e\x9a\x1a\xe4\xc7\x2f\x1f\x6d\x63\x95\x44\x06\xf9\x72\x7a\xf9\xe9\xc7\x2f\x27\xa7\xbf\x41\x52\x22\xd2\xc5\x2a\xf1\xc4\x8f\xf2\xd3\x87\x4b\xdb\xf8\x77\x6a\x6c\x3b\x6e\x27\xfb\xf4\x9f\xda\xf3\xae\x0e\x49\x82\x0c\x66\x60\x72\xcf\xe9\x31\x43\xff\xb0\x4a\xb7\xd8\x56\x98\x08\x1f\x3b\x1b\xde\x74\xf3\x5e\x39\x56\x77\x9d\x1f\x76\xfa\x7f\x77\x9d\x87\x56\x01\x59\x5b\x24\x93\xdf\xd4\xc9\x7b\xcd\x74\xb8\x50\x79\xd4\xb0\x0c\x12\x06\xf4\x71\xb3\xd9\x6c\x6c\xc6\x90\x71\xb6\x8a\xa2\x5f\x04\x4b\x0c\xf2\x67\x4c\xb6\xd2\x5e\x91\x21\xc4\x0f\xea\xa6\x1f\x61\x32\x1e\x8f\xc7\xf6\xf9\x0d\x32\xc6\x8b\x38\x0b\x0d\x48\x68\xbc\x43\xb1\xf1\x18\xca\xe9\x94\x57\x50\xac\x99\x72\x24\x53\x38\x87\xa4\xb7\x10\x32\xe2\x15\x26\xcd\xd7\x23\x4c\xce\xcf\xe1\xfd\x7c\xb1\x4a\x52\xf8\xde\x7a\x3f\xc2\x24\x0c\x5b\x19\xc8\xc1\xd1\x2b\x4c\x5a\x69\x47\x2a\x6d\x3e\x57\x6d\x4f\xe3\x55\x26\x54\x5d\x9d\x94\x23\x4c\xd2\x14\x92\x2e\x85\xb7\x88\xb9\xca\xd4\x49\x81\x4c\xa9\x2e\x18\x45\xd3\xb4\xfc\xf0\x1d\x26\xa7\xa7\xa7\xa7\x30\x08\x6f\xd9\xc6\x80\xd7\xea\x0d\x06\x84\xed\xde\xf3\x47\xaf\xbe\x87\xd0\x4d\x00\x2f\xc2\x23\xcf\x3a\x1e\x7f\x1e\x5f\x4e\x86\xae\x5d\x3e\x1e\xb9\x05\xf9\xd7\xd6\xe1\xcb\xe8\xc1\xd1\xcb\xca\x63\x11\xa3\x68\xf8\x9a\xee\xb1\x91\x31\x50\x61\xb0\xd0\xbb\x1b\x34\x66\x59\x38\x19\xbe\x66\x23\xc3\x8f\x16\x8b\xc4\xb0\x0d\x4f\x4c\x23\xc3\x45\xec\xf0\xaf\x43\x4c\x5e\xe1\x81\xce\x64\xb1\x9b\x14\xb1\x3f\xa9\x44\x5c\x90\xf5\xda\x3e\xe3\xe8\x15\x26\xf0\x7b\x84\xc9\x3b\x7b\xea\x91\x77\xfa\x7f\xf9\xf3\x6e\x77\x8f\x86\xdf\xab\x60\x54\xe5\x92\x81\x4e\x9d\x7e\x39\xbe\x38\x1e\x9f\xea\x7e\x55\x6f\x47\x6e\x51\x90\x20\xa0\x87\x08\x8d\xec\xc9\xaf\x9b\x31\x3f\x0f\xe7\x29\xfb\xd7\xe9\xfa\xdd\x0b\x77\x80\x73\x34\xb2\x5f\xc0\x97\x17\x6e\xfe\xe2\x05\x7e\xf9\x02\x92\x4e\x07\xf9\x66\x90\x8f\x07\x39\x1f\xe4\xe7\x83\x3c\x1c\xe4\xf3\x41\x9e\x0e\x72\x96\xff\x2b\x7f\x37\xc8\xd7\x03\x8c\x91\xf5\x12\x1f\x12\x1f\x62\x04\x1e\x8c\xae\xf9\x60\xff\xd0\x39\xde\xbd\x6d\x40\x47\x33\xa0\xb7\x0c\x9d\x61\xc2\xe1\x21\xbd\xc1\xce\x49\x2b\xb7\xf2\x4a\xad\xf7\x92\x90\x79\x1e\x13\xa1\xec\xcd\x6c\xe3\xd4\x20\xbb\x65\x62\x53\x1f\xf5\x3d\xd8\xe5\xa6\xd9\xf7\xac\xfb\x68\x1a\xcf\xce\xe5\x9e\xdf\x66\x1d\xa8\xdc\x06\x03\x77\x18\x93\xa1\x0b\x21\x13\x2e\xd8\x5c\x58\xd9\xe2\xe3\x62\x2d\x92\x13\x96\x0a\x84\xcb\xa0\xaf\xc6\x44\x71\x9d\x7b\x97\x3f\xbd\xd3\x91\xe2\xb4\xff\x48\x17\x7c\xbc\xde\x29\x7e\x28\x02\x4c\xbc\x44\x86\x84\xc1\xc0\x78\x64\x00\x0c\x36\xbc\xda\x2a\xd5\xf1\xac\x45\x8c\x0c\x2f\x9a\x7a\xb3\xb6\xf7\x72\x1d\xb2\xcd\xc7\x79\xce\xac\x76\x70\x54\x88\xe8\x53\x14\x05\x26\xd9\x0d\x7d\x2c\x9c\x39\x7a\x73\xf3\x74\x6c\x3e\x46\x20\x84\x1e\xb3\xf6\x41\x9c\x83\x7c\x88\x67\xde\x68\xc9\xb7\xf6\x53\x91\x21\x8f\xf4\xfb\xa0\x48\x27\x87\xa2\x8c\x48\x6f\xf4\x29\x2b\xe5\x75\x1b\x86\x8c\x38\x38\x30\x06\x1e\xc4\x16\x75\x0c\x4f\x9e\x01\x4a\xee\xca\x80\x7d\xdc\xda\x26\xbe\xac\x39\x0e\xc6\x0b\x2e\x22\x79\xbe\x4f\x84\x6b\x9a\x5c\x7f\x2a\xb0\x93\xdd\x4c\x84\x4b\xb7\x28\xbe\xc6\xd4\x1e\x1b\x64\x99\x4c\x17\xc9\x34\xdb\xd8\x47\xc3\x21\x81\xd1\xf3\xa1\xe7\xce\x1c\xed\x7b\x9d\x3e\x67\x37\xad\xf0\xa3\x55\x85\x3b\xea\xa8\xcb\x95\xa6\xe6\x46\x1c\x7c\x66\x99\x24\x85\x61\x11\x98\x26\x78\xf2\x97\x1d\xd0\xc9\xb5\x4f\x7f\x88\xd1\xd7\xfc\xa2\x7c\x6d\xfe\x3b\xc0\xb8\x1a\xcc\x46\x75\x64\x0f\x22\x1b\x43\x94\x31\x24\x26\x47\x2e\x11\x93\x57\x6e\x45\x6e\x15\x8d\x89\xf1\x9e\x98\x18\x56\x4e\xb8\x33\x47\x13\x23\x4d\x3c\x83\xc8\xff\xa9\xc8\x0c\xa2\xd6\xd1\xae\x78\xe7\xd5\x7c\x31\x18\xec\xe7\xc7\xe6\x6f\x7f\xeb\x0c\x8d\x26\x4b\xb5\x6d\x3d\x09\x28\x73\x54\x53\x6a\xb6\xbf\xb2\x07\xca\x2d\x20\xda\x5b\x00\x44\xc2\x46\xb5\x15\x0d\xe2\x5b\xfb\x72\x99\x4f\x02\x97\x36\x77\x07\x09\xab\x10\x2f\xfb\x8b\x9b\x54\x24\x77\xa2\x1b\x29\x71\x84\xf4\xf0\x04\xc4\xc3\xe4\x67\x06\x74\xbb\x6e\x2e\x24\xfe\x24\x70\x31\xb6\x9b\x10\x57\xd9\x55\x58\x32\x3d\xa0\xb2\x7f\xef\x6f\xe8\xe3\x3e\xe3\xfc\x44\x05\x67\xb1\x37\x10\x21\x43\x12\x90\x65\x4a\x7b\xa1\x31\x6b\x1f\xb4\xe2\xbd\x82\xec\xeb\x98\x37\x75\xc9\x54\x64\x3f\xb1\x68\xca\xe5\xa0\x6e\xc8\x9e\x7c\x7f\x3b\x4d\xe0\x45\x3e\x7f\x4e\xa6\x69\x36\x8d\x85\x7e\xbd\x5c\xdd\xcc\xa7\x59\x26\xb8\xbd\x29\x9c\x77\x2d\xac\xa7\xf9\xd8\x06\x31\x60\x88\x52\xf9\x90\xaa\x10\x94\x75\xe4\x4e\xd2\x0e\x5b\xa2\x70\xe4\xa7\x5d\xe1\x51\x26\xc6\x7e\x36\x9d\x8b\xc5\x0a\x6a\x54\x28\xb5\x19\xf4\x81\x37\x90\x86\x68\xe8\x96\xc0\xe8\x8d\x38\x7a\xa1\xa4\x8d\x86\xfb\x02\x6b\x91\xb6\xcd\x11\x2b\x9f\xf3\x7c\x53\x86\x73\x53\x9c\x68\x7f\x91\xcc\x0d\x52\xed\x65\x36\x32\x4e\x8f\x4f\x0c\x40\xd7\x89\xb8\x5d\x4d\x13\x61\x4f\x74\x26\xe3\xd7\x5f\x47\xf0\xe4\x92\x3a\x3c\x8e\xfd\x8e\x6f\xe3\x75\x0e\x7c\xcd\x3a\x78\xd1\x2f\xb2\xfd\xf2\x65\x7e\xa3\x35\x0f\x68\xa8\x74\xd9\x0d\xf9\xdf\xb0\xe5\xca\xb0\xe2\xe0\x6c\x91\xcc\x47\x86\xfa\x35\xec\x7e\xe9\xe2\xfc\x71\x99\x88\xb6\xa0\xa8\xd2\x09\x9a\xd3\x70\x32\x04\x37\x34\x7d\x64\x30\xc8\x60\x4c\xe3\x9e\xaf\xcf\x81\x46\x44\x18\xb5\x26\x94\xb8\xa6\xb1\xc7\xe6\x96\x24\x4b\xe7\xd3\xec\xa7\xa9\x58\x2b\x6d\x27\xec\xec\xcd\xad\xd6\xc4\x23\x65\xbb\xbc\x85\xe1\x1d\x2e\x0f\x22\xc6\xf9\xa9\x4c\xff\x38\x4d\x33\x11\x83\xb9\x13\x14\x34\x48\x46\xfa\x47\xd8\xe1\x70\x7c\xec\x73\x39\xce\x8b\x4d\xcb\x44\xab\x15\x1e\x15\x2a\x53\x6b\xf5\xb9\xfa\x0a\x49\x77\x1e\xc9\xcd\x81\x42\x88\xc5\x32\xb7\xf6\xf7\x55\xd8\x3a\x39\x6e\xd8\x6a\x6c\x13\x34\xc7\xda\x4f\x6e\x30\x12\x68\xae\xf6\x04\xb6\x37\xa0\xc7\x90\x22\x46\x20\x14\x53\xb5\x7d\x83\xd6\xf6\xd5\xd9\xfb\x80\x6a\x21\xf7\x1a\x93\x76\x63\x56\x67\x13\xa2\xb9\xdc\xe8\x29\xad\xdb\x22\xaa\x15\x50\xea\x7f\x66\x20\xba\xd5\xb6\xb6\xac\xec\x85\x6a\xde\xf9\x8c\xe6\xe4\xfd\x8d\xc6\x0c\x85\x5b\x90\xa9\xa0\x9f\x38\xc2\xe4\x0e\x7e\x25\x1d\x39\x0d\xe8\xe1\x35\x7f\xfc\x73\x71\x30\x19\x1e\xb9\xd7\xfc\x60\x32\x3c\xf8\xce\xbd\xe6\x57\x93\xe1\xc1\x2b\xf7\x9a\xdb\x93\xe1\xc1\x5f\x1a\xbf\xd7\xd6\x35\x1f\xa0\xc9\xe0\xc0\xed\x64\xc8\xff\x85\x0f\xc9\x5e\x0a\xc1\x7e\xfc\x6c\x99\x87\x99\xfe\x97\x62\xfb\xfa\xf0\xfa\x10\x5d\xaf\x07\xf6\xe3\x90\x1c\x15\xd7\xeb\x97\x7f\xc7\x23\x15\x24\x4a\x96\xfe\x9b\x3b\x90\xaf\x87\xf9\xf5\x21\x9a\x5c\xaf\xff\xab\x6f\x5b\xa3\x01\x35\xff\xf4\xf7\xfe\xf5\xc1\xf5\xa1\xab\x02\x04\x65\xb2\xe2\x09\x3b\x78\x18\x1e\xfc\xad\xff\x5f\xfb\x7f\x32\x5f\xbc\x1c\x5c\x1f\xd2\xd1\xaf\xbf\xfd\x7f\x8f\x79\xf1\xff\x5b\x07\xee\xe0\xef\xfa\xb3\x8b\xf4\xc3\x81\xfb\xb2\x4c\x92\x0d\x58\xcf\x7e\xc7\x2f\xf7\x0f\xa7\x64\x55\x86\x81\xbe\x3e\xc8\xaf\x01\x2c\x3e\xc8\xd1\x35\x7f\x89\x64\xc7\x5f\x62\x8c\xd1\x44\x9c\xba\xb2\xff\x92\x0c\xc4\x23\x15\x23\xfa\x33\x87\xb0\x57\x72\x1c\xf1\x81\xfc\x7d\x55\xff\xee\x1f\x92\x7f\x74\x3e\x5f\xf3\xf2\xe7\x4a\xfd\xd8\xea\x07\x8d\xec\xf2\x49\x36\xf7\x78\x44\xbe\x2b\xf0\x08\xfa\x1f\x79\x8d\x2a\x7e\x56\x99\xf6\x0f\xc9\x97\xed\x9a\xf7\x0f\xc9\xa5\x4e\xfd\xa6\x9a\xaf\x38\x7d\xec\x28\x24\x36\x59\x1e\xff\xbe\x69\xbd\x3b\xff\xf6\x90\xc0\x05\xe1\x2c\x13\xf6\xec\x06\x19\x1c\x90\xf6\xde\x67\x4e\x7e\xb8\x41\x9f\x39\x99\x18\xf2\x46\x68\x10\x63\x3c\x36\x88\xc1\xb9\xe1\x62\x02\x49\x07\xe3\xf1\x01\xe7\x06\x26\x50\x44\x62\xee\x03\x20\x9a\x8d\xaa\x1a\x99\xa6\x92\xc8\x3f\xa0\xba\x7f\x70\x55\xb4\x37\x1e\xf7\x38\xef\x9d\x9f\xf7\xe6\xf3\x5e\x9a\xf6\xd2\x34\x6d\x46\x51\x69\x35\x70\x75\x7e\x6e\xcf\xe7\x76\x9a\x5a\x32\x17\x26\xb2\x52\x68\x41\x3e\x18\xe4\x12\x2a\xbe\x94\x70\x9e\x9f\x1b\xc4\x98\x4b\x74\x2d\xef\xe8\x86\xcc\x2e\x61\xed\x94\x5f\x0b\x31\x83\xf2\xf2\xc1\x20\x51\x97\x46\x9b\xfa\x48\xb0\xa6\x56\xa0\x53\xaa\x1c\x3e\x46\x9e\x15\xb1\x34\x7b\xaf\x63\xa6\x28\x95\xb6\xc8\xab\xe2\x4a\x35\x43\x1a\x0f\xb8\xa4\xa3\x7c\xf9\xfb\xca\x25\x21\xe5\x74\xa8\xa3\xcb\x0f\xc9\x8c\x9e\x72\x08\x85\x49\xff\xfb\x25\xf2\x0f\x8e\x30\xc4\x61\xe6\xd4\x6b\xdc\xf4\x48\xa8\x5e\xf5\x0d\x14\xcc\xb8\x20\x41\xdf\x36\x11\x26\x51\x99\xa3\xbe\x6a\x36\xdc\x2a\x49\x92\x4e\x5e\x95\x91\x20\x43\x65\x26\x09\x6f\x78\xe0\x13\xae\xd9\x9f\x45\x29\x9e\xbf\x60\x17\x85\x1e\xf3\x9f\xd7\x6b\x03\x93\xbd\xb9\xbc\x86\xc3\x30\xcd\xd5\x85\xfc\x0b\x8c\xf3\x97\xf6\x7a\x68\x2c\x05\x03\x93\xb8\x1b\x47\xa3\xb9\xec\xde\xf3\x8a\x63\xeb\x74\x97\xa0\x50\xe8\x2f\x55\xda\xbf\xd4\x50\x15\x19\x32\x5d\x25\x6b\xfd\xc5\x1d\x5c\x21\x61\xed\x4f\xd3\xd3\xf9\x12\x4c\x17\x54\xf0\xa0\x55\xa0\x62\xe0\x32\x3c\x82\xd2\x67\xd1\x82\xc9\x37\x7b\x5d\x40\x53\xf2\x20\x07\xc2\x77\x47\xad\xf2\x24\x6d\x55\xa9\x92\x7e\x52\xb1\x5b\x92\xc5\xba\x17\xdd\x20\x09\x9f\x3f\x57\xf1\xd4\xda\x21\xad\x6a\xaf\x78\xb0\x18\x8e\x11\xb7\xe6\xd3\x18\xe7\x39\x97\xd7\x8c\x69\xac\x35\x79\x25\x14\xe0\xaa\x8c\x65\x8b\x24\x95\x59\x76\x05\x8b\x6b\xc1\x91\xe7\x77\x10\xbd\x99\x7d\x4f\x83\xc2\xe1\xf5\xa1\x65\xcc\xa7\x71\xfb\x5a\x76\x8c\x18\x36\x4d\x80\x19\xfc\x26\x37\x07\x81\x1c\x0d\x31\x76\x02\xaa\x3e\xf6\xa7\xe9\x05\xbb\x90\x03\xc5\xec\x75\x03\x28\x15\x90\xb5\xec\x00\xbb\xc7\x79\xbe\x07\x3d\x60\xf7\x65\xd8\xde\x4e\x0f\xd8\xfd\x37\xf5\x20\x92\x3d\x78\x4d\xa3\x4e\x0f\xd8\xfd\xef\xed\x41\xf4\x4d\x3d\x28\x3a\x41\xe2\xbe\x8a\x06\xb7\x56\xe2\x2a\x89\x8c\x4e\x5f\x57\x49\x44\x77\xa9\xb6\xb2\x3c\xaf\xc2\x56\x35\x3a\xce\x71\x9e\xa7\x7a\x45\x72\x09\x92\x98\xb3\xe9\xff\x0e\x28\xa8\xa1\x0b\x16\x24\xfe\x5e\xc0\xb2\x26\x60\x09\xe3\xd3\x45\x57\x34\x48\x04\x7e\xbc\x43\xca\xc6\x16\x9b\x66\x19\xa5\x1d\xe8\x56\x32\x18\xc4\x37\xf8\x19\xfe\x80\xa4\xe8\xf4\x0d\x1c\x82\x86\xcb\x8b\x47\x45\x67\x72\xad\x02\xc2\x4c\x53\x2b\x6d\xaa\xed\x99\x88\x98\x37\xa3\x67\xb7\xeb\xa1\xba\x18\xa5\xb2\xfb\x65\x65\xed\xf5\x74\xa7\xdc\x14\x55\x75\xe1\x82\x40\xe9\x9b\xc5\xfd\xce\x71\x57\xd2\x22\x15\x6d\xfa\x03\x47\x11\x61\xc4\x88\x83\xab\x64\x25\xb4\xc3\x23\xb9\xf6\xab\x57\x1d\x35\xbd\xce\x78\xc6\xa2\xb4\x99\xb3\x7e\x07\xfa\xf7\xc9\xe1\xe9\x0e\x48\xb3\x9b\xbf\x77\x54\xda\x83\x51\xcf\xf2\x8e\x5d\xa9\xd4\xd7\x8b\xaf\x61\x42\xbd\x60\x66\x0c\x31\xb2\x37\xd3\x50\x7c\x0d\x1b\xb3\xd1\xcc\x8e\x0b\x5c\x90\x70\xca\xb9\x88\xed\x0d\xb9\x59\x65\x19\x84\xc6\x57\x44\xbc\xbd\x91\x17\x2e\x21\x7f\x7d\x79\x6f\xda\x14\xe4\xd4\x93\x57\xc9\x9b\x64\xb1\x4e\xc1\x59\xd5\x7e\x1a\x4f\x7d\x5f\x3d\x56\x1e\xac\xb6\x6e\x83\x1d\xe9\x5f\x9b\xdb\x56\x5f\xdf\x46\x9a\xbb\x63\xb8\x8a\x77\xd0\xbe\x4b\x55\x73\x1f\x4d\x86\xae\x69\xa2\x2b\x3e\x39\x43\x81\x1a\x76\x37\xcf\xaf\xb8\xf2\x2a\x58\xe6\x9b\x0c\x5d\xe2\x11\x15\xc3\x1c\xe8\x6f\x72\x07\xd4\x71\x96\xac\x44\x0e\x76\x00\xb9\x24\x21\xf7\x0f\xc9\x85\xf8\x5d\x5c\xa3\xdd\xdc\x41\x3d\xa6\x77\x7a\x8f\x7a\x96\xb6\x47\xc1\xa3\x6d\x26\x96\xe2\xe8\xe8\x85\xcf\xac\x7d\x71\xc7\x22\xe4\x57\x25\x70\x61\x77\xcb\xd4\x3c\x9d\x32\xd7\x2e\xc6\x4e\x59\xe5\x5e\xc9\xdf\x21\x31\xc4\xf5\x2f\x65\x19\x3b\xa2\x19\x36\xfb\x79\xb2\x83\xf3\xa9\x6e\xa2\xf2\x96\xf6\x66\x1a\xf3\x69\x1c\xa8\xbb\xb1\x87\x77\xc4\x0b\x16\x1a\xd2\x46\xee\xf7\xb1\xbf\x40\x82\x48\xa8\x65\x0a\x76\x04\x15\xf2\x0e\xec\x35\xfb\x23\xbf\x74\xf6\x9a\x9c\x49\x1d\x01\x96\xde\xc9\x03\xc3\x30\x6c\x56\xe8\x79\x5c\x42\xa7\x9a\x6c\x0a\xb2\xb3\x8f\xf5\xb4\x6c\x5b\x39\x70\xfc\xe8\xed\xe8\x17\xdf\xee\x17\xaf\xd5\xb7\x7c\x85\x4f\x43\xc5\x63\xd2\x90\x5f\x89\xf9\x52\x02\x81\x25\xf2\xd8\xea\xbb\x4f\x78\x43\x57\x31\xc5\x8e\x4f\x7d\x39\x00\x61\x03\x03\xb6\xeb\xe9\x84\xe3\x7f\x7e\x28\x16\x30\x14\xa9\x27\x1a\xbb\x6e\xef\x89\xc1\xa8\x85\xfc\xed\xc5\xbd\x35\x36\x0d\x3e\x9d\x57\x4d\xd0\x79\x36\x8f\x80\xaa\x6d\xa5\xec\x58\x51\x88\x41\x08\xd5\x26\x9d\x25\x6f\xd3\xdb\x63\x2d\x9e\x5c\x43\xfc\xb9\x35\x04\x80\xd4\x0b\xa8\x65\x10\x2f\xac\x30\x9b\x47\x08\x24\x16\x57\xc9\x2a\xcd\x04\x64\x47\x21\xf2\x30\x06\xb0\xca\x81\x1b\x77\xd9\xfe\xc7\x35\x22\x32\x4a\x34\xb4\xc5\xdc\xd5\x58\x4c\xe3\xef\x93\x90\xc5\x81\x28\x39\x1f\x5d\x3c\x0b\x5b\x01\x76\xb6\x3c\x66\x54\x5e\x68\x1e\x93\x5b\x41\x67\x1e\x32\x94\x28\x29\x55\x2f\x9f\x38\x37\xc8\x10\x93\x44\xbd\x9e\xde\x89\x18\x44\x54\x99\xa0\x17\x0c\x3d\x61\xa6\xe3\x55\xcc\xe1\x93\x68\xc1\x66\x06\xd9\x5b\x63\x87\xb5\x82\x6a\x1b\x71\x70\xe0\xc1\x47\x68\x7a\x25\xe8\xe4\x2b\xc8\x0e\x78\x82\x76\x7f\xd8\x64\x9e\x19\x7f\x6f\x20\xc1\xbf\x0c\x87\x72\x08\x3f\x78\xf4\xb1\x20\xeb\x80\x3e\xde\x44\xab\x44\x16\xf0\x17\xde\x2a\x05\xf7\xd8\x73\x7d\x86\xf6\xf8\x4d\xa4\x1e\xe6\x8b\x55\x2a\xf8\x62\x1d\xab\xa7\xd5\x52\xfd\x2e\xee\x44\xa2\x9f\x56\x99\x7a\x90\xb0\xab\x27\x21\xb7\xb8\x7a\x8c\x04\xbb\x13\xbd\x99\xd8\x40\x15\x33\xb1\x59\x2d\xe5\x7f\xd8\x58\x3d\x75\x5a\xf5\xa0\xf9\x9e\x04\xa6\xe7\x2d\x96\x9b\x9e\xb7\xca\x7a\x4b\x96\x66\xe2\xc9\x98\x9f\xdb\x7c\xed\x0f\xde\xc4\x73\x6b\x19\x11\x31\xf6\x93\xc5\x22\xbb\x54\x6c\xd2\x26\x2f\xfb\x1b\xf7\x52\xc3\x20\x90\xa3\x70\xe2\xb9\xc0\x2d\x96\x13\xbf\x63\xf1\x73\xb9\xf4\x61\x6e\x9b\x78\x4a\xc9\x88\x1a\x93\x16\x20\x8f\x3c\xee\x03\x7b\xcf\xe6\x05\x2e\x9c\xbd\x75\x00\xea\x25\x40\x7a\x86\x2c\x15\x23\x4f\x2d\xbd\xe3\x74\x13\x7b\xc8\xc7\xb6\x57\x71\x13\xcb\x1d\xa0\x59\xd5\xf7\x80\x40\x2a\xee\xef\x8e\x03\x02\x24\x37\x5a\xf2\x2d\x27\x39\x4b\x58\x9c\x7a\xd1\x8a\x0b\xdb\xa8\x58\xca\xd5\xda\xf8\xeb\x70\x48\x74\x0c\xac\x48\xe6\x6e\x8d\xce\xfe\x7e\x16\xdd\xc8\xd4\xf6\xbe\xda\xe5\x7b\xaf\xde\xe0\xc2\x8a\x83\xf7\x7e\x87\x57\x1f\xe5\x79\x63\xab\xc1\x11\x19\x51\xdf\xf1\x26\xa5\xd3\xc6\xc1\xc0\xad\xc4\xf6\x27\x8b\xb9\x12\xdb\xf7\x44\xcc\x7b\xb2\x36\xbb\x67\x0c\x54\xbd\x03\xb9\x26\x9c\x80\x3e\x7a\xd1\x22\x16\xb6\x57\x38\xcc\x82\x65\x27\xa1\xb2\x14\x97\x0f\x61\xc2\x71\x81\x6d\x34\x33\x4d\x34\xd3\xbb\x0b\x61\x32\x53\x32\x05\x12\x99\x26\x8a\xac\x92\x55\x08\x57\x7d\xf5\x21\x90\xf9\x69\x72\x83\x02\x0b\xaa\xc7\x84\x59\xb0\x90\xd1\x4c\x07\xfd\x6f\xcc\xaa\xaa\xad\x90\x38\x16\x4a\xab\x89\x72\xc9\x06\x66\x28\xd3\xa7\xc3\x17\x71\xbb\x12\xa9\x62\xe2\xc7\x5e\xb8\x48\x2e\x3d\xb9\x45\x01\xeb\xef\x98\xc5\x27\xb0\xfe\xe9\x49\x93\xa8\xf9\x73\x67\xce\x76\xce\x70\x03\x19\x70\x66\xc5\x8b\xc5\xf2\xd9\x83\x43\x62\xeb\xf7\x31\x54\x92\xe7\xbe\x95\x26\x1e\x09\xa8\x6f\x2d\xe2\x68\xc1\xb8\xc4\xc4\x24\xa2\xbe\xc5\x56\xd9\x22\x85\x0e\x6c\xed\x06\xb9\x20\xe6\x24\x21\x99\xaa\x31\xa5\x43\x72\x47\x56\xe4\x96\x3c\x34\xb7\xc2\xca\x34\xd1\xaa\x9e\x91\x55\x19\xa4\xdf\x34\xd1\x5d\x73\x46\xee\xf4\x87\x5b\x70\x48\xa4\xe6\xe0\x76\x7b\x0e\x56\xe5\x1c\xac\xe8\x2d\xb9\x55\x65\x80\xf6\x56\x4b\xb1\xe1\x20\xb7\x62\xe9\x37\x4a\xf7\x8f\xe1\xca\x1c\x99\x66\x5f\x68\xd4\x1f\x81\xc6\x1c\x2e\xc8\x92\x0e\x06\xa9\x13\x8e\x10\x43\xa1\xdc\xfd\x9d\xa6\x15\x33\x63\x49\x29\x4d\x4b\xac\x24\xac\xfd\x58\xac\x11\x76\x12\xab\x9c\x7c\xca\x1c\x46\xb3\xa6\xe0\x8a\xe1\xc7\x07\x84\x9d\x3d\xae\x17\x2d\x53\xe8\xc5\xd7\xf5\xcf\xe5\xd9\x7b\x47\x3d\xe7\x96\x32\xe7\xce\xda\x17\x73\x89\x05\xf7\xa7\x6a\x62\x34\x55\xf1\x71\xc1\xb8\xe0\x86\x66\xed\x00\xd8\x41\xc7\x21\x13\x00\x66\x9a\xe8\x01\x1c\x1f\xec\xae\x06\xbc\x8a\xcb\x5a\x70\xf1\x74\x26\xbd\x7c\x55\x73\xd8\x86\x0a\x1b\xfd\x6b\x48\xd2\x5c\xf2\xf9\x77\xd0\xae\xed\x05\x7d\x20\x57\x74\xe3\x34\xd7\x0b\xb1\x7b\x9e\x57\xaa\x72\x87\x97\x3f\xbd\x3b\xd4\x77\x6b\x79\x4f\x6b\x04\xd1\x1f\x21\x6e\x09\xb8\x81\x63\xc2\xd0\x58\x52\x3f\x25\xb4\xe4\x9f\xd8\xf2\xc2\x69\xc4\x2f\x16\x5c\xa4\xb8\x33\x2d\xdc\x62\xcb\xa5\x88\x39\x84\x61\x7d\xf4\x57\xd9\x2a\x11\x9f\x01\x9d\x94\xb8\x94\x17\x72\x04\xb8\x22\x59\xea\x6a\x65\x3b\xda\xad\x1b\xc4\xf5\xc0\x92\x76\x81\x01\x79\x50\xa4\x40\xbd\x6f\xff\x32\x24\x7b\x5b\x9b\xb0\x21\x8a\xdd\xb6\xdc\x6c\x92\x24\xef\xe3\x69\xa6\xc5\xfe\x1f\x7f\xdf\x0d\xe8\x9b\x09\x25\x75\x74\x69\x36\x04\xaf\xc8\x66\x49\x32\x49\x72\x8c\xf4\x0c\x12\x52\x6d\x94\xdd\xa7\x54\xdd\xdc\xa7\x73\x12\xd0\x70\x74\x25\xcf\x2d\xff\xd9\x7b\xec\xd4\x47\xfd\x3b\x60\xfb\xa9\x2d\x33\x71\x1d\x66\x9a\x73\xc4\xf4\x79\x1f\xb4\x4f\x7b\x66\x9a\x9e\x36\xdb\x19\x5d\x21\x86\x6d\xd6\x30\xaf\xf5\x8a\xaf\xf3\x1b\x75\xd6\x0f\xc0\xc1\x52\xfe\x72\xfc\x8a\x51\xf9\xcc\x1d\x9e\xe5\x79\xbf\x74\x98\x0b\xd7\xb2\xf9\x0d\x95\x14\x07\x30\x84\x0c\xf2\x03\x87\x37\x1d\x10\xc1\x20\xbf\x30\x78\x5f\x6a\xc9\xae\x41\x3e\xa8\xec\x7c\x9a\x64\x1b\x83\x8c\x39\xdd\x83\xef\x02\xc8\x63\x83\x44\x37\xf4\x3d\xaa\xe6\x02\x93\xfb\x40\x5d\x0a\xb4\x68\x57\xdc\x7b\x02\xb4\xed\xce\x59\xcc\x23\x75\x41\xaf\x04\xc0\x0d\xa1\x70\x45\xf1\x34\x64\xc1\x0d\x09\x6f\x83\x0e\x32\xf6\x6f\xbb\x82\xe2\xad\xbb\x7e\xc9\xaa\x51\x0a\x9a\x4a\x77\x71\x2e\x01\xfc\xa9\x8e\xe4\x50\x73\x41\xa8\x8a\xce\x6a\x5d\xb0\x8b\x32\xca\x7c\xc2\xd6\xe3\x3a\xff\x5a\x27\xd7\x3c\x34\xfa\xa8\xc3\x55\xec\x33\x49\xe5\xfc\xb4\xe3\x83\x5e\x38\xb4\x8c\x8e\xde\x98\xdc\x3a\x6d\x07\x25\x5f\x7f\x5c\xc5\xd9\x62\xe5\x85\xe0\xe9\x4f\x27\x55\x09\x47\x65\x2b\x7a\x9e\xea\x2c\x30\x51\x75\x06\x80\xb9\xfe\xaa\xe7\xb9\xfe\x2e\x24\xe6\xac\xa1\xde\x4f\x57\x9e\x27\xd2\x66\x3f\xd4\x4c\xd3\xbd\x72\x14\x40\x5b\x20\xd6\x8c\x3e\x38\x4d\xfb\x47\xb8\xb2\xc9\x6f\x4a\x27\xe9\xfb\x1b\xa0\xf3\x96\xd4\x87\x4d\x0f\x43\x8a\x49\x42\x97\x5a\xd0\x4e\x32\xba\x24\x29\x4d\xc8\x0f\x80\x7d\xe5\x11\xab\x7c\x4d\x94\xc0\x88\xec\x93\x56\x32\xed\x6c\x3d\x74\x6b\xed\x57\x91\xed\x21\xee\x62\x20\xe4\xd8\x5e\xc2\xff\x72\x4f\x36\x9a\x1d\x18\x08\x1b\x92\xbe\x69\xa7\xed\xef\xef\x2f\xb1\x81\x9d\x8c\x76\x49\x73\x4e\x97\xb2\x53\xf7\x10\x47\x19\x71\xea\xc9\xbd\xde\xb0\x87\xef\x46\x54\xbd\x47\x32\x3f\x1e\x05\x88\x91\x47\x59\xad\x7d\xdb\x5c\x74\x05\xb6\xe5\x09\xd9\x4a\xc3\x45\x51\x05\x5b\x2e\x87\xa4\x29\x3b\x58\xc4\xa5\x1f\xfd\x0a\x64\x72\xcf\x90\xbc\xed\x97\xb3\xa3\x99\x7d\x9b\x72\x7a\x9f\xc4\x03\xbd\x3b\x15\x2b\x5f\x47\xeb\x2e\x3d\x50\xe4\x39\xeb\x03\x8f\x4f\x76\xf9\x81\x0e\x9d\x73\x8e\x1e\xbd\x2c\x89\xc0\xba\x97\x94\x5b\xd4\x16\x64\x2f\x15\x59\x57\x75\x44\x5e\x57\xfa\xc3\x82\xac\xe2\xed\x8f\x5c\x44\x22\x13\x3d\x99\xa7\x20\xe5\xb6\xb6\xc3\xd2\x07\x71\x53\x7d\xa4\x89\xff\x6f\x1b\x2b\xf8\xb6\xbd\xbe\xc3\xd6\xdd\x52\x90\x0f\x37\xd8\x09\x6b\x95\x09\x41\x7e\x61\xb8\xa8\x6b\x07\x45\x95\xdd\x55\x0f\xdb\x55\x1f\x6d\x55\xfd\x0b\xeb\x54\x2d\xdb\xba\xed\x88\xde\xcb\x36\x50\xb3\xd5\x1f\xab\x4d\xdb\x6e\xb9\xb1\x73\x6f\x3b\x5b\x3b\xb4\x52\x91\x95\x0d\x49\xe4\x5a\x7d\x35\xe0\xb5\x7c\x69\x36\x73\xf5\x7c\x23\xc3\x4e\x23\x47\xdb\x8d\xb4\x9a\xa8\x5b\xac\x1a\x91\x84\xf1\x0d\xf3\x66\x15\xd7\x99\x36\xdd\xfa\x05\x96\xc7\x62\x4f\x44\xe8\x07\x18\x97\x1a\x97\xca\x41\x8a\x94\xee\xb5\x52\x09\xa9\xca\xcb\x7c\x6a\xb9\xd6\x03\x56\xca\x60\x9a\xfd\x50\x52\xb4\xf6\x46\xc9\x73\x2d\xbe\x69\x27\x97\xde\xe6\x6f\xbb\x28\x9b\x78\x32\x0d\x6a\x27\x9c\xb6\x0a\x11\x80\x51\xe3\x0e\xd3\xac\x9f\x2d\x16\x45\x8b\xb5\x8e\x21\x0d\x93\x9d\xac\xe2\x1a\xb3\xab\xcd\xfb\x44\xdf\xea\x13\xc8\xc7\x8f\x22\xcf\x3d\x15\x9f\xa5\x0d\x2e\xf5\x47\xcc\x5e\xb7\x51\x40\x1f\x02\xbc\xcb\x8a\xd7\xc9\x34\x13\xd0\x83\xab\x05\x1c\x75\x48\xdd\xc2\xaa\x23\xa9\x09\xcc\x96\xb6\x7e\x43\xdb\xa9\x44\x5f\xfd\xa1\x33\x47\xb7\xcd\x53\x8b\xec\xba\x2c\x69\xff\xa1\x5c\xc2\x11\x3a\x01\x30\x0d\x1a\x8e\x3f\x46\x7b\xfd\xa1\x8d\xa0\xa2\xce\x51\xd7\x61\x76\x06\xc8\x2b\x95\xd1\x40\xeb\xa6\x82\xc8\xaf\x20\x9a\xb8\x44\x54\x60\x3d\x59\x5b\x75\x17\x9f\x81\x01\xb6\xa7\x1c\xec\xcc\xf2\xbc\x7f\x8f\x66\x70\xb5\x68\x0a\x58\xbb\xf5\x18\x64\x86\x9d\x00\x85\x64\x8d\x1d\x5e\x7a\x2b\xec\x5e\xb5\x02\x75\x0f\x2a\xda\x8c\x5f\xb9\x4d\xe0\xcb\x11\x2e\xb0\x62\x1c\x6a\xcf\x29\x33\xb9\x36\x10\xdf\xbe\xb3\x85\xa0\x10\xb1\xc1\x76\x88\x64\x7d\x55\x9f\x03\x35\x26\x12\xc5\x3e\xc0\xf4\x36\x14\xe9\x94\x6b\x95\x2a\x6b\xa8\x3c\xae\x43\x46\x20\xd8\x1f\x06\x03\xed\x1d\xe6\xc1\x69\xb6\x55\x2f\xf5\x5a\xc2\x97\xe7\x86\xa2\x9c\xe4\x18\xdd\xa1\x15\xc6\x81\xbe\x86\x69\x37\xfd\x7a\x1a\x57\x79\x8e\x9e\x5c\x0c\x5b\xd3\xb7\x73\x7e\xf6\x9e\xcc\x8f\x89\x6c\x74\x85\xc9\x4a\xaf\x9a\xfe\xb0\xc0\x08\x8f\x04\xc2\x23\x1f\xc1\xd8\x1c\xe9\xff\xe5\x6a\xee\x68\x92\xd1\x5d\xdd\xac\x70\x8a\xd3\x44\x36\x53\x1f\x3d\xbd\x0d\xfb\x70\xa2\x19\x5a\x47\x52\xe6\x0b\x59\x7a\x01\xe1\x3b\xeb\x9e\xe0\xa7\xcb\x53\xd8\xe3\xe5\xc1\xa0\x03\x4d\x37\xf0\x3c\xa9\x49\x9c\x54\x1c\xc7\xfc\xa7\x5a\x84\xec\x3c\xf1\xa9\xdb\x35\xef\x39\x0c\x39\xf5\xd1\x8a\xde\x21\x0f\x8f\xd6\x76\x7f\x88\xeb\xa8\xfc\x43\x87\xbf\xbe\xad\x2f\x23\xda\x8e\x9d\x0f\x06\x78\xea\x23\xa8\x52\x7f\x9a\x70\x17\x79\x98\xc8\x3a\xf0\xe3\x4a\xae\x68\xf0\x7f\x59\x74\x11\xaa\x69\xee\xc2\xa7\xa6\xd9\xc1\x58\xe0\x52\xd7\xd9\x53\x7a\x2a\x6d\x34\xea\x7f\x3b\x1a\x6d\x11\xd3\x1e\xf8\x52\x6a\x37\xe3\x6d\x21\x45\xf1\x34\x52\xdc\x81\x9a\xbd\x6f\x42\xcd\x0c\x3f\x6e\xe3\x64\x36\xf2\x76\xe0\xe4\x67\x9a\x2f\xea\xb9\xde\xfa\xdc\x9c\xec\x74\x8b\xda\xd3\xe8\x78\x9b\xe4\x6f\x81\x98\x25\x9b\x47\x86\x70\xe1\x01\xd7\x87\xe3\x47\x0f\x64\xee\xcd\xc3\x7f\xc7\xbe\x81\x3d\xd9\x3a\x88\x99\xd3\x9c\x9f\x7e\x63\x82\x56\x4b\xb9\x30\x3f\xc5\x5a\x3d\x33\xcf\x65\x57\xb9\xb8\x59\xac\x62\x4f\x54\x75\xab\x91\x44\x1e\x2e\x9c\x3d\xdd\xdf\x27\xf2\xb4\x54\x47\xf5\x7a\x6d\x9d\xb2\x8e\x30\xcd\x63\x24\xac\xb2\xbc\x52\x3a\xaf\xdf\xc9\x4f\x48\xe0\x11\xa7\xc2\xfe\x09\x89\x89\xe7\xc2\xf3\xc4\x73\xe1\xd5\xe0\x0a\x4c\xc3\x55\x74\x78\x2b\x05\xb7\x70\x03\x1f\xfd\x40\x03\xd4\x26\x89\xb6\x74\x56\x0b\xc2\xb1\x1d\x55\xcc\xea\x5d\x59\xec\x5d\xfa\xaf\x3b\xeb\xc2\x85\x53\x4b\x47\xbb\x1b\x3d\xd3\x8a\x5e\x5e\x9f\xb6\xf7\xce\xd6\xfa\xef\x7c\x57\xf4\x83\xdc\xc1\xed\x6c\xbb\x36\xd3\x8a\xae\x9d\x1a\x4f\xdc\x36\xaf\x99\x44\xd0\xf2\x04\x23\x3e\xf5\x1c\x71\x70\xe0\x60\x9f\xf2\x89\x70\x91\xdf\x26\xdb\x94\xc9\x22\x6a\x2d\xa0\xbd\x67\xf0\xa4\x4f\x1a\xc4\x1c\xd9\xb5\x21\x7d\xb2\xa9\x43\x7f\x7a\x05\x2e\x5c\xf2\x03\xf0\xd4\x76\x89\x34\x76\x4a\x84\x9b\xc2\xf9\x8a\xd7\x63\x68\xed\x6a\xf9\xa0\x13\xf5\x0d\xb1\xad\x70\x7d\x1f\x34\xb8\x46\x3b\x25\xcb\xde\x13\x9a\xd7\x1d\x72\xb8\xad\x92\xfd\x14\x77\xab\x21\x69\x01\x35\x6b\x8f\x2a\x8d\xe3\xa0\x75\x65\x70\x82\xd6\x9d\x16\x85\x93\x57\xae\x69\xca\xff\xd5\x56\x01\xe1\x62\x43\x2d\x39\x68\x59\x0d\x68\x65\x9a\xe6\xb8\x05\x95\xee\x31\x33\xcd\xe0\x79\x9d\xe3\x00\x6c\x2f\xe4\x8a\x7d\x52\xbd\xb8\x5b\x43\x5b\xbd\x38\x00\x57\xd8\x7b\xcb\x45\x9a\xd9\x6d\xb9\x69\xa7\xff\x53\x1f\x05\x0d\xec\x13\x6c\x23\x1f\x2c\xac\x45\x8c\x76\x7c\xe8\xf6\xee\x49\xcc\xd4\xd1\x7b\x91\x5d\xba\x89\x56\x89\xd1\x72\x65\x17\x54\x97\xa2\x3c\x47\x6c\xb7\x88\x2a\x68\xde\xa8\x1a\xe2\xaa\x76\x7a\xa5\x4a\x4d\x36\x01\x3d\x44\xd7\xe9\x20\xff\x15\x6b\x4c\x04\x6f\xfb\xf8\x90\x7c\xfa\x2a\x2f\xb3\xb1\x46\x9b\x7c\x32\xcd\x13\xdb\xa5\x94\xd5\x60\x88\x94\x1c\x8f\x90\xa1\x92\x99\xea\x59\xed\x6d\x80\xb1\x73\x8c\x5a\xb9\xeb\x21\x1f\x3d\xf1\x41\x1f\x04\xb4\xaf\x63\x86\x6e\x65\xa0\x57\x4f\x94\xac\xfc\x69\x6e\x82\x96\xd7\x77\xfe\x4c\x23\xa5\x4f\x18\xa3\x67\x14\xb8\x0c\xf0\xfd\x4c\xf6\xc2\x2d\x0a\x72\xac\xd8\xcf\x4d\x49\x51\xbd\xbf\x4f\xbf\x2b\x30\x79\x08\x14\x23\xb2\x44\x07\x98\x1c\x97\x0a\xdd\x93\xeb\xf4\xfa\xd2\x1d\x8c\x30\x1a\xd9\xd7\xe9\x80\xa5\xd7\xe9\xa0\x4e\xc4\x23\x95\x1c\x24\x8b\xd5\xf2\x3a\x1d\xdc\x6c\x76\x7e\xe6\xd3\x94\xdd\x44\xe2\x3a\x1d\xac\x43\x11\x77\xb2\x5c\xa7\x03\x7f\x91\xc8\xc4\x91\x8d\x26\xd7\xfb\xd7\x6b\x57\xfd\x7f\x09\x66\x86\xd7\x48\x81\xd1\x4c\xbf\x4e\x5f\x92\x9d\xa9\xd7\x18\xe3\xeb\x74\x30\x6d\xb7\xa1\x80\xc8\x12\xe6\xcd\x76\xc1\xb8\x7f\x48\xde\xb7\x45\x16\x3b\x15\xa1\xb6\x6c\xe9\x44\x23\xc5\xaf\xd8\xa7\x41\xe9\xff\x5b\x44\xc2\xcb\x4a\x7a\x42\xb9\x44\xac\xce\x00\x6d\x05\x1e\xb1\x1b\x11\xd1\x3d\x6d\x04\x0e\x83\x48\x85\x7a\xd1\x43\xc6\x69\x50\x5f\x77\x6a\xd1\x37\x5c\xeb\x52\xd3\x7c\x0b\x2a\xd4\x1e\x65\xca\x65\xb6\xd7\x74\x3e\xc6\x7b\xd3\xb8\xc7\x30\xdb\x76\xa3\x6e\x9a\xc6\xbe\x62\xdb\x37\x4c\xd9\x34\x87\x9d\x37\x0e\x1e\x25\x28\x63\xda\xac\xed\x38\x50\xb7\xc9\xb9\xbe\x41\x3e\x04\xc8\x98\x8a\xfb\xa5\x41\x18\xb9\x67\x88\x6b\xc7\x9c\x09\x9d\x4f\xfe\xe2\xe6\xf9\x7c\xf2\xdf\x2e\x49\xe9\x7c\xf2\x57\xd7\x61\xf4\xb0\xc7\xd2\x9e\x16\xd5\xcc\x27\x43\x49\x8f\xcc\x27\x47\xca\x4a\xe9\x8e\xce\x27\x7f\x73\x1d\x4e\x3d\x34\x9f\xbc\x72\x47\xf2\x83\xad\xfd\x8d\xae\x25\x6a\xf6\x80\xfd\xc6\xc9\x8a\xde\xc9\x97\x3b\x4c\x6e\xe9\xdd\x68\xa7\x1a\xd7\x0a\x09\x79\x43\xdc\x65\xd9\xfe\x8e\x81\x48\xe7\x81\xee\x2c\x78\x8b\x18\xb9\x87\x14\x79\x29\xd5\xa0\xc8\x5e\x1c\xb9\x98\x1c\xc3\xfb\x77\x2e\x68\xa2\x90\x4f\xf0\xf6\x67\xfd\x76\x0e\x6f\xff\xe3\x62\xf2\x86\x3e\x16\xe4\x9e\xa6\x1d\xc8\xde\x4c\x52\x97\x7a\xce\x9b\x49\xd2\xf0\x68\xf6\xa6\xb0\xf7\x9a\x30\x76\xbf\x56\xb1\x8e\xe5\xa2\x7d\xb3\xb1\xef\x08\x68\xc6\xc0\x8b\x72\xac\xfc\x20\x53\x7e\x96\x33\x23\xd7\x49\x6a\x7b\xe8\x7c\x87\x8a\xc4\x44\x0e\x3e\xcb\xf3\xe6\xba\xa0\xe0\xe9\xda\xaf\x09\x9c\x80\x0e\x9d\xe0\xb5\xef\x04\x83\x41\x65\xe7\x47\x29\xe5\xa3\xc0\xe6\x93\xc0\x25\x33\x7a\x8f\xd8\x24\x74\x49\x88\x49\x48\x6f\xd5\xf3\x0c\x8c\x95\x40\x28\x03\xeb\xa2\x31\x5e\x21\xdd\x20\x41\x66\x98\xd4\x19\xe4\x78\x81\x50\xfd\x53\xeb\xcb\xac\x45\xe7\xc8\x1e\x69\x14\xd4\x14\x8b\x95\x80\xeb\xc0\x91\x8f\x05\xe1\xf4\x1c\x09\x2c\x7b\x45\x02\x1a\x23\x2e\xc1\x2a\x3d\x94\x69\x87\x65\xa1\x33\x2f\x7b\xb3\xa4\x9c\x52\x1a\x8c\xe6\x76\x30\x99\xbb\x24\xa1\xf7\x88\x4f\x96\x2e\x59\x62\x92\xd2\x35\x12\x24\xc1\x64\x49\x6f\x51\x2a\x1f\x32\x80\x3d\xc1\x64\x45\x8f\xd5\x43\x02\x30\x27\x32\x73\x2c\xd6\x3d\x1f\x2d\x49\x4a\x32\xb2\x22\x49\x15\xc5\x5a\x92\x1e\x93\xa5\x4b\xd3\xd2\xf4\x6d\x9a\x89\x79\x6a\x33\xd2\x40\x02\x63\xb6\xb4\xbd\xba\x87\x67\xc9\x62\x5e\x9d\xca\xbb\x96\xab\x37\x79\x40\x0c\xbb\x05\xd9\x0b\x1a\xb7\x16\x59\x4c\x55\xb0\xab\xcc\xdd\x88\x33\xcb\x5b\x2c\x37\x88\xd5\xc8\x46\x92\xe4\xb5\xd6\xaa\xfc\x53\x57\xd2\x2d\xe7\x08\xea\x18\x31\xe4\xd2\xd8\xf5\x0d\xd0\x53\x1d\x85\xbb\x75\x32\xb7\x35\x47\x4a\xca\x53\xf5\xde\x20\x5b\xfa\xa1\x0d\xfa\x47\xfb\x36\x69\xe2\x38\x65\x59\xa9\xb9\xe7\xd4\x73\xbc\x1a\x19\xb2\xea\xd1\x61\x0a\x7b\xf6\x29\xf5\xd4\x93\x69\x22\xfd\x44\xf5\x37\x1d\xd8\xbb\x54\xc2\xd3\xa9\x72\xd6\xee\x34\xe1\xae\xe3\x93\x43\x51\xa5\xf0\xcc\x9a\x88\xbb\xc1\x6a\x5a\xd6\xc2\x51\xcf\x34\xcf\x24\xed\xa0\x4d\xc3\x31\x6c\x15\x4e\x3d\x5b\xde\xb0\x94\xc2\xc8\xc5\x82\x0b\xd4\x3f\xc2\xc4\x1b\x31\x6b\x1a\xa7\x22\xc9\xde\x08\x7f\x91\x08\xc4\x89\x27\x27\x44\xc9\x98\x4f\xc2\x69\xc4\x01\x73\x56\xb2\x91\xaa\xc1\x04\xee\xdc\x7a\xe9\x7b\x0e\x73\xb0\x47\xf7\x18\x78\xa0\xbe\x9c\xde\x44\xd3\x38\x20\x3f\xdf\xc8\x8d\xcc\xa8\x57\x97\x4a\xeb\xad\x7f\x6b\x9a\xb7\x93\xa1\x2b\x37\x8b\x69\x9e\x6b\xca\xd2\xcb\x73\x0e\xbc\x11\x87\x81\xce\x3f\xc4\xc7\x66\x2a\x3e\xb6\x67\x9a\xff\x23\x13\xa0\x67\x57\x92\x38\x74\x30\xa3\xad\x26\x2b\x47\x07\x75\x8b\x77\x15\xdf\xe9\xde\x34\x57\x56\x22\x18\x2f\x2d\x1c\xef\xe9\x89\x55\x6f\x69\x54\xc6\x38\x87\x0d\x1c\x4c\x86\xae\xe5\x4f\x93\x34\x83\x41\x70\x3e\x49\x4a\x77\x99\x08\x10\xbd\xdf\x62\x87\x53\x50\xea\xbc\xb7\x60\x2b\x59\xfe\x22\x39\x65\x5e\x5b\xaa\x0b\x98\x8a\xcc\x1c\xa6\x4e\xce\x11\x0a\xa9\x37\xd1\x2f\x2e\x09\xf3\x1c\x85\x74\x89\x02\x18\x03\x52\xaf\x60\xe2\x63\xc2\x69\xd8\x1a\xc9\xb0\x5a\x38\x90\x87\x34\x6b\xa2\x8f\xf0\x5b\x4a\xff\xc3\xd2\x8b\xb7\xea\x56\x95\xdc\xe8\x4c\x81\xc9\x8c\x2e\x51\x68\x35\x0b\x92\xd0\xda\x55\x90\x94\xdb\x8e\x08\x4c\xe4\xe2\x9f\xe1\x27\x72\xd2\xbd\x59\x13\x66\x6c\xa3\x59\xbb\x7b\x9d\x5a\x38\x6d\xe7\x2f\xb0\xa3\x1d\xb2\xcc\xc4\x26\x45\x1e\xde\x39\xa8\x09\xf2\x26\xcc\xdd\x09\x00\xb0\xb6\xe5\xa4\xac\xeb\xfb\x2b\x50\x04\xeb\xb6\x29\x8f\x3a\x41\xda\x4b\x01\x9d\x58\xfa\x28\x1b\x81\xae\x7b\x88\x6d\xb9\xea\x42\x9c\xe7\x68\xdd\xd1\xd0\x0f\x31\x69\xb4\x80\x15\xbe\x5a\xd3\x99\xa4\x17\xa6\x3e\x5a\xab\x16\x56\x74\x26\xd7\xf4\x8c\x46\x56\xe9\xa3\xa0\x3a\xe2\x6e\xc9\x03\x1d\x92\x0d\x0d\x94\x9e\x47\x22\x62\x24\x0f\xf1\xd2\x9b\xb7\xf3\xf0\xfa\xd8\x79\x50\x0c\x40\x60\x78\x6e\x26\x0f\x6e\xe9\xf4\xf5\x96\x6e\x2c\x71\x8b\x1e\x74\xf4\x1b\x68\xfc\x13\xed\xf7\x6f\xc9\x39\x7d\x83\x3a\xfb\x1b\x3b\xe7\xb2\x1c\x32\x46\x86\x56\xcb\x23\x27\x94\xa3\xc8\xaa\x68\x69\x12\x40\x84\xca\x11\x5a\x7f\x4d\xd3\x00\xdc\xe0\x97\xca\x06\x64\x65\x01\x87\xac\x2b\x3d\x62\xf8\xf1\xb9\x2d\x51\xa1\x4d\x8d\xc5\x40\x7e\x25\xaf\xad\xf2\xbe\xb7\xab\x00\x62\xf4\xde\xda\x7d\x28\xc9\xb9\x34\xcd\x7e\x8d\x72\x25\xc2\xd8\x51\xff\x10\x2e\xb6\x8d\xe9\xde\xe6\x48\x07\x30\x48\xea\xc0\xf6\x74\x44\x25\xb2\x05\x46\xfb\xb0\x9c\x30\xb7\xdb\xbc\x26\x1a\x00\xe0\x1d\x27\xa2\x72\xe5\x5a\xeb\x85\x90\x6a\xcd\xc9\xa2\x8a\xd3\x74\x22\xaf\x8f\x5a\x56\xd2\x12\x9b\x7d\x90\x13\x54\x9f\x99\xa5\x59\x62\x33\xd1\x9a\xb3\xe5\x2e\xb5\x92\x13\xab\x43\x9b\xa9\x30\x54\x4d\xd6\x40\x63\x3d\x83\xf2\x50\x6b\x76\xb7\xa9\xb6\x67\xa6\xc4\xd9\xf3\xc0\x8b\x49\x39\x2a\x23\x40\xa4\xf5\x79\xd6\x18\x44\xd3\x44\xe7\xb5\x8a\xdd\xa7\x3c\xbf\xad\xdf\xea\x52\xed\x32\xc4\xdb\x35\xc3\xad\xd4\xec\x38\xcb\x92\xe9\xcd\x2a\x13\xc8\x28\xf3\x18\xa4\x7e\xc4\xd8\xae\x25\xe4\x9f\x46\x1d\x18\x9a\x48\x9e\xa8\x75\x21\xa9\xe8\x5b\xed\x1e\xa2\xae\xb0\x3f\x94\xa9\xca\x0e\xaa\x95\x8a\x6d\xd4\xe9\x4b\x55\xe5\x79\x55\xe5\x48\x52\xe6\x3b\xeb\x3c\xdf\x59\xe7\x57\x16\xf0\xd6\xe2\xd4\x2b\xda\xad\x0e\xc4\xd6\x52\x1d\x75\x20\x6c\x0c\xc1\x73\x8b\x17\xc6\x6d\xe7\xb2\x45\x5b\x9c\x91\x1d\xab\xae\xb5\x80\x8b\x16\x4f\xa1\xbd\xfe\x9c\x4f\x23\xd4\x80\x8e\xa1\x5b\x8c\x3c\x39\xda\x5d\xfd\x73\xc5\x62\xc1\xd8\xbe\xdd\x85\xfa\xee\x50\xad\xce\xdf\xd8\x57\x00\x58\x7d\x31\x21\x77\x5a\x2d\xf0\x8d\x68\x38\xfc\xe9\x6a\x21\xc9\x0f\xc1\xb6\x02\xac\xa2\x54\x0f\x1f\x8b\xc3\x80\xf8\xf4\xf0\xd7\x75\x28\x62\x34\x9e\xc6\xab\x14\x8f\x90\x35\xc0\xfb\x87\x25\x39\xda\xa6\x2b\x4b\xd7\x84\x25\x91\x32\x53\x0c\x31\x15\x7f\x47\xd9\x13\x28\x6f\x7a\x91\xe5\x2d\x56\x71\x46\x96\x34\xd2\x5a\x6e\xb2\x09\x49\x8b\xc0\x2a\x69\x26\xca\x9b\x40\x64\x2d\x7c\x3f\x15\x59\x9e\x0f\x49\x4a\x43\xcd\x47\x5a\xe2\x3c\x7f\x2c\xc8\x5a\x52\x36\xc7\x72\x3f\x65\x2c\xc9\x2e\x37\xf3\x9b\x45\x04\xba\xad\x9e\x25\x62\x5e\xbd\xdf\xd2\xe3\x41\x3c\x30\x0e\x8c\x41\x32\x58\x91\x07\x5a\x6a\xe5\xde\xb7\x63\x49\x34\xb8\x58\xbe\x32\x7d\xf6\x74\x5c\x4e\x8a\xf8\xe4\xc8\x1d\x19\x07\xca\xc7\xd4\x19\xe2\x93\x57\x2e\x26\xe9\x84\xbb\xb4\x0d\xf7\xc4\x73\x01\x25\xee\xcd\x51\x4b\x66\xc9\xf1\xe3\x5a\xe6\xf6\x50\x1d\xd5\x45\x90\x5b\xc8\x1b\x96\x4b\x2e\x26\x5d\xd9\x84\x68\x9a\x88\x82\xef\x1f\x25\x08\x13\xd8\xf1\xf3\x5c\xf4\xa6\x71\x2f\xcd\x73\x04\x51\x42\xa3\x55\xc2\xa2\x13\x96\x21\x71\x90\x60\xec\x08\x4a\xe9\x7d\x9e\xfb\xa6\xf9\x13\xba\xaf\x24\x68\xf7\xf2\xf8\x7f\x40\xb2\xa6\xf5\x44\xb8\xe4\x0e\xf9\x78\xa4\xbd\xb0\x7b\xa6\xc9\x2d\x2e\x6e\x56\x01\xf8\xd0\x81\xfa\xa6\x0f\xc2\xee\xc5\x8b\x5e\xb2\x8a\x44\x4f\xc7\x73\xe9\xf9\x8b\xa4\xf7\xc2\x18\x88\x81\xf1\x42\x05\x7c\x5b\x62\xf2\x40\x37\x64\x86\x30\xb6\x1f\x68\xd5\x1f\x5f\x12\x45\xf7\x54\x94\xfa\xd9\x27\xa2\x65\x2e\xb0\x53\x09\xbb\x9c\x01\xe0\x8e\x7d\x11\x4b\xc1\x32\x03\x13\x41\xb7\x94\xe6\x66\x64\x4e\x96\xf8\x91\xc9\x51\x15\xce\x4c\x1e\x95\x93\x99\x4b\xe7\xc0\x31\x9e\x82\x25\xbb\x27\x1f\x81\x48\x84\xf0\x23\xf0\x1a\xb1\x34\xa3\x1e\xa5\x74\x79\x70\x24\xdf\xe7\x53\xce\x23\x41\xfb\xa8\xcc\x9a\xe7\x3a\x97\x62\x3d\x73\xae\xbe\x89\x3b\x11\x43\x2d\xc8\x33\x8f\x30\x2e\x76\x5e\xca\xf6\x7e\x9f\x05\xc0\xd1\xe9\x77\xad\x7b\x5c\xa5\xf4\xff\x9c\x6d\x44\x68\x95\xe3\x42\xa2\x27\xf5\xf6\x55\x06\xbb\x07\xc1\xca\x7b\x86\xa4\x8e\x03\xcd\x54\xea\x30\x19\x9f\xe2\xdd\x3d\xc1\x76\x7c\x92\xa5\x07\xee\x25\xb4\xf2\x83\x66\x57\xf1\x92\x5b\x15\x28\x4a\x2d\x06\x82\x92\x2c\xe9\x6c\xf2\xca\x25\x09\x9d\x4d\xbe\x73\x49\x4a\x67\x93\x3f\xbb\x64\x46\xe3\x0a\x3e\x34\xb2\xd1\x75\xfa\x52\x31\x19\x07\x38\x6f\xf2\x23\x07\x1d\x4e\xe4\x40\xf3\x20\x77\xb5\x3d\xe5\xd0\x7a\x8c\x35\xcf\x6b\x06\xfc\x24\x80\x61\x03\x30\xc8\x12\x89\x69\xa2\xfe\xe1\xaf\x93\x7d\x15\xf8\xe9\x37\xb7\x7c\x1a\x1e\xfc\xed\x37\xf7\xe5\xbe\xe6\xa0\x25\x38\xcf\x0f\x7f\x85\x8d\x92\x57\x81\x8d\x20\x20\x51\x7e\xad\x56\x5b\x7e\xad\xd7\xcf\xb5\x5e\x53\xf9\x35\x2c\xa3\xfc\x1a\xd6\x4e\x7e\x2d\xd7\x52\x7e\xad\xe5\x15\xf9\x35\x88\x96\x64\x61\x8e\xeb\x46\x70\x0d\xfe\x0d\xe3\xe0\x5f\xd5\x20\x7b\x9a\x33\x07\x2a\xfd\xe4\x98\xdc\xd3\xc7\xfd\x29\xb7\xdf\xb1\xc2\x49\x47\x2b\xca\x50\x8a\x6d\xf4\x04\x93\xed\x1d\x83\x30\xc0\xc7\xbb\x74\xec\x58\xb1\x6d\x59\xc3\x40\x19\x15\x14\x51\x57\xa6\x89\x6e\x69\x5b\x05\x1c\x3f\x6e\x4c\x13\xdd\x4f\x36\x2e\xf5\xb0\x73\x3f\xb9\x73\x29\x77\xee\xcb\xfd\x26\x9c\x8a\x27\xc8\xc8\x3d\x2e\x4a\x27\x35\xe0\xa1\x92\x6d\x9f\x5b\xcb\x2d\x23\x81\x19\x59\x92\x0c\xcc\xfe\xc8\x8a\xdc\x43\x41\x72\x42\xde\x91\x0f\x64\x4c\xde\x93\x33\xf2\xd1\x49\x60\xa3\x27\x2e\x55\x3c\xb0\xb7\x0c\x85\x18\xbf\xa7\x21\x59\xd2\xdb\x3c\x7f\x50\x7a\x24\xf2\x56\xf2\x51\xa2\x26\x48\x3c\x26\xef\xe9\xc4\x25\x21\xce\xb4\x67\xac\x90\x7c\xac\x38\xb2\x1f\x9b\x1c\xd9\xf7\x8a\xdc\xfd\x88\x9d\x13\xfa\xbe\xbc\xba\x7c\xa4\x10\xf6\x00\x9d\x60\xb8\xed\xcc\xe8\xd0\x99\xbd\x3e\x71\x66\xea\x36\xf3\x8e\x86\x94\xd2\xf7\xa3\x99\xfd\x7e\x32\x73\xc9\x07\x1a\x4e\xde\xb9\x64\x4c\x97\x48\x42\x3d\x93\x87\xc4\xd8\xc5\x67\x54\xfe\x10\xad\x65\x08\xcf\xf7\x93\xb1\x4b\xcf\xc8\x47\x89\xb4\xce\x14\x33\x79\xea\x23\x99\xaa\xd7\xc0\x1c\x7d\x24\x7b\x1d\xa5\x6c\x66\x01\x81\x60\x9a\x28\x9d\x30\x6b\xca\x5d\x2a\x09\x5f\xc2\x91\xc1\x57\x4b\x91\x1a\x24\x20\x63\xf2\x01\x3b\x50\xeb\xe3\x94\xdb\x63\x6d\xa3\xb6\x26\xca\x6a\x67\x5d\x38\xd0\x70\x7f\x58\xc8\xce\xac\xe0\x04\xc1\x8f\x12\xbe\x95\xeb\x8c\x69\x72\x83\xce\xb4\x05\x8e\xe3\x69\xeb\x8f\x31\x8c\xf4\x58\xd2\xaf\x6a\xf1\x4a\x82\x04\xeb\xb1\x20\x4b\x3a\x2e\x47\x6a\xf6\x7a\x09\xc3\x32\x9e\xcc\x5c\x6b\x7f\xff\xe2\xdd\x6f\x5f\x4e\xc7\x9f\x7e\x3a\x7d\x4b\xfb\x43\xe7\x4c\x81\xde\x30\x35\x29\xbe\x79\x38\xcf\xa8\xec\x10\xd1\x55\xe0\xc7\x15\xcd\x1c\xbe\xe8\xad\xe8\xaa\xc5\x2a\x59\x87\xd3\x48\xa0\x95\x69\xae\x5a\xad\x63\x47\x77\x69\x32\x74\xfb\x74\x25\x69\x3c\xa0\xc3\x1a\x7d\x55\xb6\x20\x6f\x50\x86\xb1\x93\xd1\x32\xbb\xfe\xd5\xdd\x3b\x38\x72\x1d\x81\x34\x0c\x64\x46\xee\xc8\x07\xb2\x21\xef\xc8\x09\x56\x7a\xb1\x4d\x1b\x15\x79\xde\xeb\x9c\x94\x2b\x9f\xb5\x92\xf0\x69\x52\x73\x0e\x9b\xb0\x86\x05\x96\xef\x78\x95\x61\xca\x5e\x0b\x1a\xbf\x04\x9f\x32\xe7\x7e\x72\x06\xb3\x7e\xf6\x14\x24\xd8\x49\xe9\x7d\x69\x16\xf2\xf6\xab\x16\x6b\xad\xd3\xab\x7b\x78\xed\x30\x01\x01\x3b\xca\xda\xd8\xec\x32\x5c\xb4\x23\xee\xb2\x89\x37\x32\x1a\x34\xad\x61\x1b\xa5\x44\xda\x70\x11\x07\xed\xcd\x70\xca\x85\x41\x1e\x33\x31\x5f\xc2\x07\x91\xda\x65\xf2\x41\x09\x6b\x51\x92\x0c\xeb\xff\x74\x17\xce\xa7\x5c\x6c\x77\xa1\x02\xda\x6e\xf5\xe6\x0f\x75\xe1\x14\x84\x81\x3b\xcc\x4b\x14\x10\x5c\x8e\x63\xb6\x89\x44\x4b\x67\x8d\xe3\x47\x6e\x9a\x4c\x29\x5c\xce\x11\xef\xd0\x92\x9e\xe5\xa5\xa9\x04\x06\xa2\x6b\x83\xb5\x86\x4c\x60\xb8\x00\x4d\x41\x4c\xce\xbe\x61\xdc\x2a\xcb\x94\x4b\x08\x31\xf6\x84\xb4\xb7\x71\xa7\x51\xc1\x96\x58\x2a\x52\xfa\x28\x7b\xf6\x84\x8d\x50\x15\xc3\x05\xe2\xc2\x44\x10\x9f\x5d\xfe\x8b\x77\x1f\x51\x8d\x06\x94\x35\x8a\x27\x90\x47\x8e\x70\x51\xb4\x2d\x1b\x15\x94\x79\x2e\xac\xc5\x36\xa1\xcc\x89\x70\x38\x1d\x02\x86\x16\x34\xaa\x74\xce\x5e\x0b\x67\x30\xe0\x98\x95\x7a\x37\xd1\x84\xbb\xd8\xe1\x55\x8e\xaa\xc8\xac\x5b\x44\xdb\xd2\x25\x37\x28\x98\x70\xb7\xc4\x89\x33\xf9\x5c\xa3\x30\x07\x2a\xa4\xa5\xad\x62\x8a\xb5\xd2\x65\x8c\x22\xc2\x31\x2e\x82\xba\x99\x59\xfd\x88\x42\xea\xab\x71\x9c\x18\x7d\x63\xb0\xe7\xb9\x79\x5e\x25\x8c\x40\x75\x68\xde\xb4\xa0\x03\xfd\x8f\x9a\x94\xac\xd7\x12\x2c\xe7\x59\x15\xb4\xaf\xb4\x21\xd2\x94\xa6\xc3\x27\xfc\x1b\x6c\x3c\xd5\xb8\xfe\x1c\x8a\xd8\x06\x03\x4f\x1d\xf9\x46\x9d\x17\x1c\x34\x30\x14\x62\xe2\xc4\xaf\xcd\x3c\xc1\x3a\xb6\x5c\xe2\xef\xb4\xbc\xfb\x79\x6a\xf7\x55\xd3\x1e\xea\xd7\x7a\xd9\x3d\xbf\x69\x1b\x7e\xda\x45\x63\xd0\xb8\xd5\x84\xdc\xa5\xcf\x7c\x03\x59\xdc\x33\xdf\x75\x87\x1b\xd0\xfb\xa4\xb4\x24\xf0\x94\x19\xfa\xf9\x7f\xb4\x83\x7b\xdb\x3d\x1c\x19\x8d\x2e\x8d\x8c\x4e\x1f\x46\xc6\xb7\x00\xfd\x41\x01\xdd\x30\xfd\x3b\x3e\x79\xc2\xfe\x4c\x7b\x62\xed\xfb\x9a\xf6\x80\xdb\xd7\x55\x55\xb7\x81\x91\xb1\x48\x96\x21\x8b\x0d\x72\x2f\x29\x4a\xec\xf8\x2d\xbe\x9c\x57\x5a\xfe\x39\x5e\xc3\x98\x0f\xa0\xf8\x77\xcb\x28\xf7\x84\x79\xe1\x57\x2d\x14\xdb\xd2\xad\x6d\x75\x28\x89\x01\x8d\x4c\xdc\x67\x87\x71\x70\x50\xd6\x6c\x50\xca\x41\xc1\x46\x52\x49\xcb\x55\x86\xb8\x35\xe5\x04\x9c\xc9\x80\xb3\x13\xc5\x11\x09\xe8\x63\x8b\xf5\x6d\x6f\x88\xe6\xd3\xd8\x9b\x82\x9c\x04\x1d\xef\x9f\xcf\x69\xbc\xd4\xdc\x12\x30\x3e\xf1\x41\x56\xf9\x23\x73\x44\xa9\xe3\x72\x92\x25\x11\x7d\x13\x38\xc2\x5a\xc5\xb3\x78\xb1\x8e\x15\xdf\x89\xbe\x41\x4f\x0a\x02\xb1\xb3\x27\x2c\x05\xcf\x8f\xad\x32\x2d\x5c\x40\x8d\x51\xcf\x18\x00\x69\x3f\x30\x7a\x23\xa3\xdb\x02\x70\xca\x3c\x90\x95\x6a\x36\x5d\x27\x83\x16\xc8\x81\xba\xa4\xf7\x8c\x7e\xd5\x6e\x58\x36\xa0\xc1\xa4\xce\xc5\x27\xa0\x94\x45\xdb\x20\x95\x88\xc3\x34\xbb\x5f\x4a\xae\x58\x01\x95\xee\x60\x08\xee\x6c\x0b\x55\x77\x17\xd5\x15\x28\xbe\x8b\xc5\xeb\x81\xaf\x0b\x96\xea\x62\x1e\x1e\xa1\x27\x2a\x24\xe5\xa0\x10\x43\x3b\x22\x16\x6a\x59\x97\x5d\xd8\xe6\x6d\x96\x8c\xd7\x6e\xde\xaf\xb5\x61\x18\x18\xdb\x3b\x47\x57\xa9\xb0\x0a\x8b\x71\xde\x1d\x54\x38\x34\xaf\x18\x62\xe4\x85\x5e\x30\x3d\xe5\xc5\xe6\x05\x76\x4a\x2d\x72\xd4\x02\x43\x5e\xd2\x4a\x86\x56\x20\x32\x50\xea\x18\x3a\x3e\x6c\x0f\x46\xf8\xe0\x48\x0f\xba\x04\x74\xab\xb5\xca\x2c\x4d\x17\x05\x5f\x7e\x47\x72\x60\x46\xc8\x2f\x67\x8d\xe9\xc1\xda\x6e\x7a\x8d\xb1\x5d\xb6\xe4\x1d\x00\xcb\xa4\x31\x0f\xbb\x24\x32\xfd\xb2\x25\xb9\x53\x67\xcf\xeb\xa6\xb5\x9c\x21\xed\x92\x7a\x37\x68\x99\x93\xe0\x79\xa3\x5b\xa1\xc5\x5c\xb5\x91\x89\x72\x3b\xd3\xdc\xc6\xbe\xe3\xef\xf2\x55\x15\x36\x96\x1c\xf2\x5b\xdc\xe0\xd2\x3f\x16\x28\x4f\xb7\x76\xd5\x2e\x7d\x5d\xbf\x2b\x91\x6b\xca\xf2\xe0\xa0\x75\xf6\xa6\x3e\xe2\x95\xe4\x4d\xb6\xfd\x0c\xfb\x1c\x24\x3e\x9e\xe5\x4f\x63\xde\x54\x33\x68\x51\x14\xe5\x4a\x56\x08\x33\x0d\x4b\x89\x7c\x43\xa4\xc3\x0a\x27\x7c\x4e\x70\xc2\x35\xd2\x93\xcb\xe3\xb9\xf6\x40\x50\x56\x89\x37\x8e\x11\x57\x33\xad\xdb\x03\xcd\x64\xed\xcf\x82\x5e\xb0\x8b\x9d\x5a\xca\xe0\xc8\xbc\x31\xc2\x79\x3e\x83\x50\x30\xcd\x41\xcf\x73\x14\xd0\x7f\xb3\xf6\x4c\x10\xbf\x21\xda\x74\xa2\x56\x25\x05\x28\xac\xfe\x0e\x29\x61\xa1\x8c\x92\xb7\xdd\x2a\x7d\xed\x44\x7b\xde\x2f\x16\x1c\x26\xda\x2f\xa1\x1e\x13\x75\xb4\xb0\xca\x9d\xdc\x5e\x7f\xa8\xac\x64\xf4\xaa\x65\x48\xe9\x5a\x20\x0c\x2e\x52\xfc\x3c\xe7\x6d\xd7\x56\xe5\xe7\x4a\xdf\xa7\x7b\x78\xb5\x79\xf5\xcb\x1a\xe5\x28\x3b\xa6\x65\x73\x03\x34\xe4\xcf\x70\xa4\x86\x2c\xdd\x25\x94\xc2\xa6\xa9\xdc\xbd\xb5\x84\x95\x4a\xab\xcd\xab\x89\xc7\x25\x9d\x5b\x9c\x65\x0c\x19\xfb\x2a\xe3\x49\xb5\x5b\x0d\x9c\xe7\xf3\x2a\xe7\xd3\xb9\xe4\x86\x5d\x9a\x66\x0b\x48\xe5\xe3\x54\x07\xc7\xdc\xe5\x39\xaf\x39\x49\xc7\x28\xc1\xb2\x7c\x13\xfb\xa1\x04\x3b\x09\x65\xce\x4c\x51\x2f\x8a\x97\x34\xaa\x57\x63\x87\x53\xdd\x19\x70\x89\x22\x95\x66\x73\xa7\x56\x0f\xeb\x1a\xed\x59\x35\xbf\x1a\x3d\xec\x3c\x76\x3b\xc5\xab\x22\x7b\x4f\x4c\x49\xa5\xeb\x1b\xed\x88\xd0\x50\x93\x52\x47\x05\x26\xef\xbc\xaf\xa9\xfc\x56\x04\xec\xe8\xab\xbe\x9d\xc0\x43\x88\xce\x0f\x42\xcb\xb6\xe7\xc6\xea\xcb\xae\x6b\x5f\xbf\x2e\x99\xe7\x4d\xd7\xa4\x1e\x2e\x48\x73\xea\xca\x5c\x1d\xc2\xa4\xe5\x10\x53\xf6\x9f\x9c\xfd\x1f\x76\xad\x5e\x47\x3e\x09\xc1\xd9\x82\x0e\x29\x20\x77\xd9\x52\x3d\xb6\x16\xd8\xb2\x8c\x38\xd0\x5c\x62\xef\xc0\x95\xe7\xf0\x75\x89\x3d\x40\xff\xa7\x11\x91\xc0\xf8\xd5\x18\xb0\x81\xb1\x2f\xe9\xbe\xa9\x8f\x94\x44\x13\x02\x47\x37\xa8\xf0\x32\x96\x01\x46\x46\xbc\x48\x44\x00\x3c\xed\xbd\x50\xa9\x80\x02\x25\x4e\x59\x9e\x6f\xf9\x08\xed\x78\xd1\xd4\xf0\xed\xbe\x81\xb7\x46\x3f\xcf\xef\x20\xf2\x85\xaf\xbd\xf3\xa9\xb5\x45\xde\xff\x67\x46\x97\x1e\x1c\x75\x5d\xa6\xaa\xb1\x6a\x8f\x24\xa3\xbf\xc8\x23\xa6\x14\x7f\x31\x3c\x3a\x38\xb2\xd9\x57\xfa\x5c\xd5\xb5\xbb\xd7\xc3\xef\xfd\x3c\xef\x74\xbd\xf4\x89\xf4\x9a\xfa\xaa\xdb\xe7\xff\xa1\x6e\x0f\xbb\xae\x6e\x77\xf5\xda\x87\x5e\x4b\x92\xad\xdb\xd1\xbd\x2d\x47\xbb\xcf\xf5\xf4\x89\x4e\x7e\xaf\x3b\xe9\xfc\xc3\x62\x71\xb0\x8a\x58\x62\xdd\x2c\x16\x59\x9a\x25\x6c\x39\xf2\x16\x71\xba\x88\x84\x15\x2d\x02\x64\xfc\x7c\xfc\xe5\xe2\xfd\xc5\x3b\xbb\x77\x95\x4c\x05\xef\x65\x8b\x5e\xb4\x60\xbc\xa7\x4b\xf5\xe6\x8b\x44\xf4\xb2\x90\xc5\xbd\x45\xec\x09\xcb\xc0\x36\xf2\x04\xc2\x44\x08\xc4\x19\x26\x9c\x59\xf3\x05\x5f\x45\xe0\xbf\xef\xa3\x96\x46\x4f\x5c\xd2\x88\xed\xd4\xee\x76\x79\x2e\x79\x30\xf5\x03\x6a\x18\x5a\x8f\x8d\x59\x20\x68\xf8\xe4\x23\xc3\xaa\xf4\x22\x0f\x8e\x24\x49\x3a\xb4\xcb\x5d\x76\xe0\x1d\x1c\x15\x9a\xb4\x40\xb5\xf8\xfb\xf1\xed\xf1\xd5\xe9\xd5\xfb\xf1\xe9\x6f\x67\x9f\xbe\x8c\x8f\xaf\x2e\xed\x47\x08\x33\x64\x4f\x8c\xe3\xb1\x41\x8c\xcf\x63\xc3\x25\x6f\x8f\x7f\xb1\x8d\xcb\x55\xcc\xd9\xa6\x37\x5e\xc0\xcf\xd5\x4a\xa4\xf2\xf7\x67\xc1\x63\xf5\x74\x15\xae\x12\x78\x38\x4b\xa6\xf2\xe7\x92\x65\xab\x84\xb3\x4d\xcb\x77\x5a\x19\xea\xc7\x9e\x18\x4a\x0f\xb1\x77\x12\x26\x53\x70\x47\x75\x1c\xc7\x8b\xde\xdb\xc5\x7c\x1a\x4f\x0d\x57\x66\x84\x4c\x27\xf2\xcb\x5b\xc3\x25\x67\xef\xbf\x5c\x5e\xbd\x3d\xfe\xe5\xd3\xd9\xcf\xa7\xa7\x3f\xd8\x7f\x25\xe3\x4f\x17\x57\xe7\xb6\xf1\x81\xc5\x2b\x96\x6c\x7a\x67\xe2\x26\x81\x87\x31\x4b\xbc\xb0\x77\xbc\x4c\xa6\x51\x6f\xcc\x36\xbd\x0f\xab\x58\xf4\x3e\xac\xa2\x4d\xef\x78\x15\xac\xd2\xac\x77\x29\x96\x19\x04\x89\xeb\x7d\xf2\xb2\x85\xfc\xbd\x58\xdc\xa9\x84\xb7\xc2\x83\x87\x16\xcc\x7b\x97\xe7\x9f\xbe\x5c\x95\x63\x20\x07\x40\xf6\x5e\xf6\x5c\xf6\x59\x76\x57\xf6\xb5\x55\x04\x4a\xd4\x00\x4a\xe0\x24\x5c\x12\xaa\x12\x26\x09\x92\x84\x48\x82\x23\x01\x91\x40\xc8\xf6\x5b\xf5\xc8\xae\x9e\x5e\xbc\xfd\x72\x7c\xf1\xee\xd4\x9e\xfc\x85\xfc\xd5\x25\xfe\x2a\x8a\xde\xb2\x4c\xd8\xc6\xe9\xe9\xe9\x29\xe9\x8d\xc7\xe3\x71\x8f\x93\xde\xc6\x20\xd1\x22\x0e\xd4\xa7\x46\xe2\x5c\xf0\xe9\x6a\x0e\x49\x90\xd2\x0b\x95\x7b\xf4\x1e\x2b\xbf\x55\x45\x5a\x25\xae\xa6\x73\x61\x1b\x8d\xcc\x46\x1a\x2e\x92\xcc\xb0\x8d\xf1\x21\x3f\xdc\xa8\x7a\x64\x3a\x24\xeb\x3a\xe0\x8b\x4e\xaa\x2b\xe8\x31\xa3\x20\x17\x3f\x8e\xdf\x9c\x7e\xa9\x57\xd9\xc9\x8f\x5f\xbe\x9c\x5e\x9c\xfc\xf2\xdb\xe5\x2f\x63\xdb\xd8\x37\xc8\xdb\xd3\x93\xf7\xe3\xe3\x8f\xbf\x5d\x9e\x7e\xb6\x0d\xcb\x20\xef\xbe\x7c\xfa\xf1\xb3\x7a\x23\x06\xf9\x7c\x7c\x75\x75\xfa\xe5\xe2\xd2\x9e\x3c\x06\x97\xd3\x07\x61\x7f\x47\xa2\xf2\x61\xce\xee\xcf\x12\xe6\xc9\xa7\x69\x0c\x4f\x43\xf9\xf4\x3e\xce\xec\x23\x12\x8b\xe0\xb3\xc4\x43\x07\x86\x7c\xbc\x5c\xf9\xb6\x61\x90\xe5\x22\x85\x44\x78\x52\x69\x05\xd9\xae\x78\xaf\xac\xf9\x55\x55\xf3\xab\x1d\x35\x5f\xaf\x86\x43\xf6\xe7\x5d\xf5\x97\x5f\xea\x56\xdc\x82\x4c\xb9\x6d\x88\xf8\x60\x95\x1a\xa4\xd2\x4e\x68\x05\x00\x2a\xb1\x21\xcb\x87\x24\xa4\xc2\x59\x53\x4a\xe5\x29\x19\x52\x88\xce\x35\x9f\xc6\x48\xe2\x00\xf2\x1d\xc6\x0e\xa4\x2c\x17\x6b\x74\x34\x6c\xc4\x1d\x3c\x02\x53\xc0\x21\xa5\xe1\xc8\x58\xc4\xc2\xb0\x8d\x45\x16\x8a\xc4\x28\x0a\x5c\xb8\x98\xbc\x41\xff\xc4\x70\x4d\x6a\x5d\xb6\xfe\xc5\xd1\x3f\xc9\x83\xa7\xec\xe6\xd1\x7a\x1a\xf3\xc5\x9a\x94\xf1\xe7\xb0\xd3\x57\x29\x15\x52\xdc\xdf\xf7\xd2\x25\xc2\x56\xbc\x78\x1f\x47\xd3\x58\x00\xb7\xde\x34\x3b\xb9\x34\xd7\x08\x95\xf5\x58\xa1\x60\x1c\x57\x1c\x98\x17\xaf\x53\x59\xac\x07\xb1\x01\x15\xf3\xca\x4b\x53\xe3\xfb\xbf\x7b\x21\x4b\x52\x91\xf5\x8c\x1f\xaf\xce\x0e\xfe\xc7\x70\x26\x71\x70\x7d\x6d\x83\x1f\x4a\x97\x4c\x4a\x97\x94\x2e\x99\x48\x52\xf8\xa0\xf1\x7e\xdf\x78\xb1\xca\x47\x62\xd5\xc9\x90\x1a\x4e\xb9\xb0\xe3\x45\x86\xac\x8e\x80\x02\x3f\xf2\x69\xba\x8c\xd8\xc6\x8e\x17\xb1\xe8\xf5\xa7\xf3\xe5\x22\xc9\x58\x9c\x39\x05\x40\xe0\x2f\x92\x79\x95\xe5\x26\x5a\x78\x33\xa7\x90\x75\xe8\xe2\x07\x69\x38\x9d\x3f\xde\x4d\xd3\xe9\xcd\x34\x92\xf7\x1a\xe5\x19\xb9\xcc\xe3\x85\x8b\xe4\x71\xb9\x48\xa7\x72\xc8\x6d\x76\x93\x2e\xa2\x55\x26\x9c\xe2\xf5\x21\x0c\xc3\xf7\x2f\xb0\xb3\x77\x78\xf8\x5f\x3d\x15\x56\x70\xcc\x96\xcb\x69\x1c\xfc\xf8\xe5\x23\x2d\x87\x73\x3e\x8d\xad\x7f\xcb\x33\x7c\xb9\xf7\xff\x02\x00\x00\xff\xff\xa9\xe5\x1a\xf2\x17\x41\x02\x00") + +func uiLibAngularMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibAngularMinJs, + "ui/lib/angular.min.js", + ) +} + +func uiLibAngularMinJs() (*asset, error) { + bytes, err := uiLibAngularMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/angular.min.js", size: 147735, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibD3V3MinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xfd\x7b\x73\xdb\x36\xf6\x38\x0e\xff\xff\xbc\x0a\x5b\xdf\x56\x03\x90\x87\x14\x29\xdb\x49\x4a\x05\xd2\xa4\x69\xda\x66\x37\x76\xb2\x75\xb3\xbd\x68\x55\x0f\x4c\x41\x12\x13\x0a\x54\x41\xd0\x96\x6a\x69\x5f\xfb\x33\x00\x78\x01\x25\x39\xc9\xee\xce\xe7\x97\x99\x58\xc4\xfd\x7e\x70\xee\x38\x9d\x15\x3c\x96\x49\xc6\x11\x7e\xa8\x3e\x4f\x38\xe2\xf8\x41\x30\x59\x08\x7e\xc2\xbb\x5d\xc4\xfd\xec\x9e\x33\xf1\x5d\x16\x17\x4b\xc6\xe5\x76\xcb\xfd\x69\xf3\x8d\xeb\xc0\xab\x94\xa9\x9f\x5d\x5d\x91\xfc\x74\x45\xdd\xee\x5e\x84\x3f\x65\x33\x5a\xa4\xf2\x9f\x09\xbb\xb7\x5b\xe9\x76\xb9\x0e\x36\xa9\xb8\x69\x84\x21\x0e\xb2\x6e\x46\x0e\xf9\xc8\x0b\x23\x3e\x94\x23\xf5\x97\xc8\x51\x10\x5d\xd1\xab\x26\xbb\xb0\xfb\x54\xa4\x29\x21\x84\x8f\xae\xe8\x55\xe4\xf2\x26\x53\xd1\x64\x3a\x4d\xf2\x2b\x7a\x85\xb8\xd5\x62\xd2\xa4\x3e\xa4\x6c\x26\xa3\x7a\x12\x25\x30\x10\x50\xe0\x87\x59\x26\x10\x15\x73\xdd\xfb\xdc\x4f\x19\x9f\xcb\xc5\xf3\xb3\x6e\x17\x09\x12\x60\x38\x48\x39\xef\x76\x51\x41\x64\x19\xc4\x83\x62\x28\x06\xf8\xe1\x8e\x8a\x93\x84\x08\xb7\x18\x0e\x87\xe1\x80\x23\x39\x4e\x26\xc0\xf0\xf3\x60\x24\x48\xe2\x86\x51\x41\x92\x5d\x39\x12\xb1\x03\x91\xcc\x17\xff\x5f\x77\x65\x18\x8c\x0a\x92\x44\xba\x3b\x4d\x57\x76\xcd\x54\x51\x7b\xb6\xcb\x3a\x9b\xd4\x4c\xa5\xaa\xfe\xa9\xea\x25\x09\x07\xdc\x91\x5f\x87\x03\x2c\x1d\x12\x06\x83\x6a\x45\x9b\xfc\xa9\x59\xea\xaa\x04\x3b\x49\xf8\x89\xc4\x6f\x6f\x3f\xb0\x58\xef\x9d\x84\xb3\x77\x22\x5b\x31\x21\x37\x88\xfb\x2b\x91\xc9\x4c\x6e\x56\x0c\x18\x3c\xdc\xd1\xb4\x60\x91\x1c\xb3\x09\x30\x5e\x2c\x99\xa0\xb7\x29\x8b\x4e\xc3\x9d\xb5\xae\x31\xc2\x0f\x72\x91\xe4\xfe\x0d\x29\xeb\x8c\x05\xa3\x92\x21\xb5\x4f\xac\x7c\x79\x33\x28\xc4\x5d\xd2\xe9\x60\x42\xc8\x9a\x6e\xb7\x7c\x1c\x4c\x08\x21\xb7\x74\x74\x4b\x5d\x1e\x59\x1b\x6a\x76\x50\xa4\xce\xca\xfd\x3c\x4d\x62\x86\x42\x6c\x17\x58\x58\x13\xa7\xda\x53\x23\xd5\x5d\x6b\xb2\xcc\xed\x3a\x89\xca\xd4\xe4\xea\x76\xa7\x2c\x65\x92\x95\xc1\x31\x9f\x34\xe5\x56\xc8\xac\x27\x27\xe3\xc9\xa0\x9e\xfd\x93\xba\x2c\xe6\xfe\xaa\xc8\x17\x68\x86\x24\xc6\xd5\x2a\x58\x5d\xbb\xab\xcb\x07\x47\x8b\xbb\x2e\x3f\x52\x6a\x8a\x9a\x85\xe3\x56\xee\xf2\x94\x85\x65\x91\xd3\xa0\x29\xb2\xfc\xc2\xf5\xd8\xd8\x9b\xac\x89\xbe\x54\xbb\x05\x58\x9d\x64\x81\x3a\xd5\x09\x41\x98\x4f\x57\xab\x74\x83\x64\x73\x0a\xea\xf1\x0a\x42\x88\x1c\xf1\x48\x58\x9b\x79\x6d\xb6\x5f\x32\x43\x7a\xb8\x1c\x57\x3b\x74\x20\x89\xf4\xe3\x05\x15\x2f\x24\x0a\xb0\x2f\xb3\xf7\xab\x15\x13\x2f\x69\xce\x10\x76\x65\xbd\xbe\xf5\x6c\x31\x12\x80\x20\x37\xb4\x3c\x10\x03\x31\x64\x03\xd7\x65\xa6\x5f\x05\xb9\xa1\x63\x36\x71\xe5\x20\x99\xa1\xa2\xd5\x50\x61\x75\xe6\x16\xe1\x87\x26\x74\xd3\x0a\xdd\xeb\x73\xd5\x40\x61\xeb\x90\x81\x20\x0c\x0a\xe2\x85\x90\x10\x51\xb5\xef\xba\xc5\xf3\x64\x80\x91\x24\x62\x5c\x4c\xfc\x8c\xe3\x6e\x57\x56\x93\xb3\x48\xf2\x23\xf3\xc3\x77\x66\x20\xe3\x09\x08\xc2\xd9\xfd\x49\x5c\x9f\x57\x3f\xe3\xc4\x02\x43\x45\x09\x3d\x80\x12\xe1\xcf\x99\x44\xb2\xae\xe4\x00\xf8\xf4\x47\xb4\xdb\xa5\x7e\xc6\x23\x44\xbb\x5d\xa4\xbe\x88\x5a\x6c\x60\x84\x95\xd3\x18\x40\x42\x98\x9f\xf0\x29\x5b\xbf\x9d\x21\x8a\xb1\x1f\x67\x3c\xa6\x12\x55\x19\x12\x37\xc4\x18\x84\x2f\xd8\x32\xbb\x63\x6a\x0f\x43\xd1\xed\x32\xb3\xa7\x85\x9f\xab\x1e\xc0\x43\xc6\xa3\x62\x87\x31\x70\xbc\x03\x0b\xc2\x5c\x23\xfc\x90\x51\x9f\xdd\xa9\xdb\x68\x25\xf4\xef\x77\xe6\xda\x41\xd6\x8e\xfb\x68\x6f\x66\x90\xa4\x2a\x32\xe0\x44\xfa\x79\x56\x88\x98\xbd\xd2\x61\x2c\x09\x3f\x02\xc8\xae\xda\x80\x4f\xcd\xdf\x0d\x98\x5d\xb1\x3f\x27\x6a\x63\x3c\x17\x03\x2c\xc7\x75\xca\x98\x4d\x26\xe4\xde\x9a\x47\xe9\x67\xb3\x66\xca\x19\x88\xc3\x3d\x5f\xe0\x07\x29\x36\x25\x1c\x2f\xec\x3e\x36\x9d\x2f\x7c\x49\xc5\x9c\x49\xc2\xa1\x8a\x23\x05\xc8\x71\xe1\x2b\x28\x3a\x29\x37\x84\xaa\x7e\x37\x4b\x38\x4d\xd3\x4d\x3d\x57\x24\xd9\xed\x5a\x13\xf9\xca\x3a\x93\xd7\x14\x71\x78\x41\x31\x58\x87\xf3\x45\x93\xde\xa9\x22\x3b\x84\xa8\x86\xb2\xd9\x09\x1f\xf1\xc8\x3a\xae\x65\x3d\x1f\x55\x3d\x6a\x3f\x62\xeb\x1c\xbc\xfc\x2f\x2a\xba\x3a\x56\xd1\x5f\xe5\xe5\xd2\xe0\x15\x25\xf4\x31\x1b\xe9\x85\x94\x22\xb9\x2d\x14\xf4\xc1\x36\x36\x71\x3c\xd3\xd5\x35\xe2\x7e\xbe\xa2\x31\x03\xee\xa7\x59\x4c\x6d\x78\x55\x54\x85\x72\x26\xad\x6a\x41\xb6\x70\x8c\x23\x79\x0e\x6b\x6d\x95\xa1\x25\x64\x63\xe4\xb1\xc3\x6b\x10\x1e\x36\x7a\x64\x5c\xd1\xb1\x5e\x31\x6c\x5f\xd8\xff\x4b\x0b\x47\x26\xe5\xb0\xc5\x23\x63\x64\xb8\xc2\x2d\xb8\xda\xac\x3c\xf7\xff\x2c\x68\x9a\xcc\x14\xdc\x07\xd3\xa0\x1c\x95\x99\x47\x22\x62\xd1\x91\x8d\xd0\x64\xc8\x22\x1a\x55\xdf\x49\x54\x34\x83\x7b\xd3\xc2\x55\xa4\x48\x96\x08\xfb\x82\xad\x52\x1a\x33\xd4\xfb\x57\xee\xf6\xe6\xd0\x39\xe9\x58\xd3\xf1\xa7\x5d\x82\xdd\x9f\xfc\xc4\xe6\xaf\xd6\x2b\xd4\x41\xa3\xe8\x8f\xed\xbf\xfe\x95\xbb\xb8\xe3\x66\xd4\x17\xec\xcf\x22\xd3\x13\xec\xaa\x24\x95\xb0\xfd\x0a\x77\xa0\x33\xb7\x2b\xfb\xb9\x85\x22\x74\x3a\xb8\xea\x42\xbe\x4a\x13\x89\x7a\x7f\x6c\x55\x17\xac\x02\x3f\x1d\xd9\xb0\xcd\x0d\xe3\x85\x1a\x72\x14\x03\xcc\xc7\x6c\x62\xd6\x49\xee\xed\x5c\x3b\x37\x88\x47\xd7\xf4\xa0\x1e\x81\x77\x9c\xa8\xfe\xfa\x4b\xba\x42\xdf\xe1\x81\xb9\xb7\x78\x7d\x9f\x3d\x76\x1c\xa5\x5a\x9e\xa6\x0f\xdf\xa9\x21\x1b\x10\xa8\xa6\x72\xb0\x0f\xb4\x34\x24\x53\xb7\x20\x61\x7e\x9c\xd2\x3c\x7f\x93\xe4\xb2\xba\x0c\xc5\xa8\xf0\xe9\x74\xaa\xb6\x6d\x51\x01\x7b\x5e\x75\x85\xa9\x9b\xa6\xd9\xc5\x1d\x5d\xba\x83\xb7\xdb\x4e\x67\x20\x46\x48\xfa\x29\xcd\xe5\x6b\x75\x89\x90\x00\xa4\x2f\x59\x2e\x51\x81\xb7\x5b\xd6\xde\xfd\x65\x39\x78\x83\x0a\xb7\x73\xd2\x71\x39\xc6\x38\x7a\x3c\x4f\xbd\x5b\xa4\xde\x28\xd8\x06\x2f\xef\x2a\x6c\xe4\x10\x76\xe4\x72\x93\xb2\x72\x08\x0d\xfe\x7a\x14\x60\xe8\x9c\x39\x93\x4d\x36\x5d\x69\x1b\x6e\x18\xec\xe6\xd3\x27\x54\x8c\x3e\xd5\x74\xf4\x68\x6b\xc2\x3e\x8d\xe5\xd1\x13\xc7\x0f\x5c\xeb\x70\xbd\x3f\xb2\x59\x2d\x14\xb5\x85\xa0\x56\x13\x33\xe6\x13\x22\xdb\xb3\xf0\x65\xc0\xa7\x5d\x71\x54\xd5\xc5\xf6\x3b\xfe\x08\xa4\x28\x22\xd1\xb4\xfa\xe1\x00\x97\x32\x1b\x56\xcf\x50\x8b\x7a\x05\x66\x22\x39\x5d\x32\x0d\xc0\xde\xff\xf4\xba\xda\xd2\x8c\x10\xf2\x92\x2a\xac\x6a\x8f\x58\x6e\xe5\xd6\x99\x46\x15\x9a\x5b\xe6\xd0\xcb\xd1\x8e\xba\xba\x46\x0c\x78\x8b\x06\x6e\x08\xe0\x83\x7e\x1d\x94\x3d\xb8\x99\x3e\x79\x7d\xa2\x43\xa0\x8b\x4b\xf0\xc9\x22\x6b\x79\xbe\xaf\xc9\x02\xdd\x85\x15\x15\xaa\xb5\x6c\xca\x06\x5c\x11\xfa\x66\x8f\xbd\x5c\x24\xe9\x14\x99\xab\xb7\x2e\xf9\xa3\x45\x4f\xdf\xdc\x4c\xa9\xa4\x37\x37\x11\xb7\xce\xce\x5b\x0b\xce\x1e\xde\xe6\xaf\xa8\xd9\x08\xdc\x3e\x6e\xaf\xad\x22\xfb\x28\xd5\x76\x8b\x38\x61\x18\x6c\x5a\xb9\x99\xbf\x6e\x97\x8d\x38\x92\x7e\xd5\x13\x60\xf5\x27\x8e\x4e\xa5\x77\xca\xac\x66\x7e\xdb\xa3\x48\x35\x0a\xc7\x6d\xbc\x9e\xb9\x2e\xae\x92\x0b\x48\x88\x82\xa2\x40\x49\x00\x19\x49\xaa\x7c\xd9\x90\x0e\xa8\xeb\x62\x54\x90\x64\x4c\x27\x0a\xfb\x46\x05\x50\x60\xc7\xc8\xaf\xdf\xf7\x31\xab\x37\x6d\xcc\xea\x9f\x35\x50\x05\x76\x00\x51\x05\x14\x90\x98\x64\x0a\x19\xe1\xe3\x64\xe2\x17\xab\x29\x95\x0c\x52\x92\x55\xfd\x51\xfd\x4d\x4e\x09\xeb\x76\x11\x23\x09\x48\x12\x60\x28\x86\x44\x76\xbb\x48\x92\xc2\x0d\xf1\xe0\x14\x51\x92\x8d\xa5\xea\xaa\xeb\xca\xe7\xe9\xa0\xc1\xe9\xad\xd9\xf9\xf5\x28\xcc\x6b\xce\xcf\x98\x4e\x06\xba\xd2\x06\x59\xd0\x28\xa9\x02\xf3\x8c\x33\xa1\x8b\x4b\xff\x2b\x0c\xf6\x89\xa6\x13\x7c\x08\x14\x0a\x92\x22\x09\x31\x6d\x58\x1d\x8a\x76\xf5\x63\x9a\xa6\x66\xbb\x69\x7c\x4f\x5d\x18\x07\x2d\x98\x3a\x49\x01\x85\xff\x95\xda\x16\x85\x7f\x63\x83\x9d\x0a\xa2\xaa\xf3\x6d\x5f\xf2\x7f\xdc\xdc\x64\x1c\x8d\xff\xf0\x27\x47\xae\xf9\xaf\x3a\x0d\xb5\x27\x2a\x6a\x17\x2b\xca\x91\x08\x7f\x49\x65\xbc\x40\x0c\x57\x3d\xd7\x3d\x10\x93\xc1\xa3\xd3\x20\xc7\xe1\x04\x74\xff\xda\x33\x21\x26\x3b\x4d\x86\x51\xd2\x51\x9d\xe9\xb8\x5c\xad\x69\x4d\x1c\x75\xfc\x0e\x86\x94\x7c\x35\xc8\x86\x41\xb7\x8b\x38\xe1\x35\x0d\x95\x61\x73\x53\xc6\xe4\x4f\xaa\x89\xb2\xe6\xf6\x8d\x75\xd6\x18\x52\xf2\x2d\x86\x6c\xa4\xc1\x61\x24\x47\xb7\x51\xd2\xcc\xc9\x57\x2d\x9e\x5b\x73\x5f\x57\x77\x4f\x4d\x52\xd4\xf4\x01\x03\x39\x0e\x26\x06\x34\x54\xc7\x69\xa0\x28\x12\x6e\xc3\x72\x79\x84\xb2\x68\xf1\x93\xbe\x35\x0d\x9b\xb3\x66\x7a\x71\xb0\xc7\xb9\xbd\xc5\xf4\x71\x14\x2c\xa5\x92\x4d\x7f\xd6\xd4\xcd\x40\x68\xde\x17\x21\x72\xbb\x7d\xd6\x15\x7e\x9c\x2d\x15\xac\xaa\xa0\xe5\xbb\x2c\x4f\x0c\x50\xc0\x1a\x1f\x30\x3b\xa8\x0d\x5c\x7e\x69\x46\xda\xf1\xa7\x82\xce\xf3\x62\xb5\x12\x2c\xcf\xbd\x8e\x7b\xe2\xba\x3f\x51\x28\x48\x27\x4e\x93\xf8\x63\xc7\x15\x90\xa8\xe9\xc8\x59\xca\x62\x89\xa4\x5a\x76\x3f\xe3\xa8\x23\xb3\x22\x5e\xa8\xa5\x56\x59\xae\x4d\x9c\xae\x4a\x52\x21\xad\x38\x53\xd0\x8a\x1d\x24\x33\x64\x2e\xb0\x9f\x15\x8d\xfc\x33\x25\x9d\x8c\xdb\xb9\x12\x7e\xc2\x46\xa7\x61\xb4\x56\x24\xb1\xba\xc2\xa1\x53\xe4\x4c\x5c\xeb\x2c\x1d\x8c\xe1\x67\x5a\x42\x00\xa2\x96\xac\xcc\x93\x11\x3a\xfe\x99\x4e\x06\xfa\x2f\xe9\xf0\x8c\xb3\xce\xee\xc8\xd4\x26\x33\x94\xf8\x1a\x92\x68\x2e\x0c\xe8\x4e\x98\x42\x99\x22\xa7\xcb\xb9\xb7\xc0\xb4\xce\x5e\x98\xec\xbb\x41\x19\xb2\xd2\xaf\x11\x06\x45\x5d\xc3\x69\x80\x21\x67\xf2\xe7\x64\xc9\xb2\x42\x51\xe9\x01\xb6\xd7\xfe\x6f\x9a\x18\x79\x60\x7e\xbc\xa0\x7c\xce\xa6\x3f\xab\x19\x64\xb9\x06\x52\xfb\x91\xe3\x60\x62\x36\xb8\x5a\x7e\x7d\x1b\x5e\xff\xf3\x87\xf2\x06\xdc\x6e\xb9\x9a\x43\x51\xde\x8b\xd7\xff\xfc\xe1\x5d\x96\x70\x59\x9d\xc6\xfd\x78\xa4\x67\x3c\x18\x7e\x47\x2b\x36\xa8\x3e\x2d\x7a\x1e\xf2\x58\x64\x69\xfa\xeb\x76\x5b\x7d\xfe\x86\x1f\x84\xb5\xdc\x9d\xdb\x6c\xba\xe9\x60\xb5\xc5\x19\x9f\xa2\x4e\x7e\x37\xef\x94\x13\x8e\x1e\x56\xe5\x4e\x8b\x3a\xf4\x36\xcf\xd2\x42\xb2\x0e\xc8\x6c\x15\x05\xa0\x99\xca\x01\x2c\xa9\x98\x27\x3c\x0a\x60\x45\xa7\xd3\x84\xcf\xa3\x00\x6e\x33\x31\x65\x22\x2a\x97\x07\x3a\xc9\x72\x95\x09\x49\xb9\xec\x98\xe1\x52\x22\xc6\xc1\x64\x1c\x4c\xd4\xa1\xbe\x8e\x05\x63\xfc\xe5\xcf\x97\x08\x0f\xbe\xa3\xe4\x14\x51\x7f\xb6\xdd\x52\x9f\x59\xec\x11\xbc\xab\x16\xf9\x3b\x3a\x42\x85\xbf\x26\xcc\x5f\xd1\x39\xfb\x15\x0a\x7f\x53\x7e\xff\x86\xa3\x32\x25\x4e\x13\xc6\x65\x95\x66\x42\xbf\x61\x28\x48\xa1\x80\x9a\x48\xd6\x3f\x0b\xca\xf3\x59\x26\x96\x88\xef\xf5\xc0\x4f\xf8\x1d\x13\x39\x43\x18\xc3\xb8\xf0\xd7\xaa\x8e\x89\x86\x5e\x0a\x64\xcd\x99\xfc\x36\x2b\xb8\x1a\xe5\x4b\x5d\xeb\x4f\x6a\xfa\xaa\xb3\x3d\xae\x5b\xf6\xd4\x1d\x35\x93\x1e\x2f\x23\xde\xb0\x99\x84\xba\x27\x5e\xe6\xcb\x6c\x55\x27\xfe\x9c\xad\x2c\xac\xf2\x87\x06\x63\xa8\x39\x3c\x07\x9b\xc6\x4f\xa6\x8c\xcb\x64\x96\x30\x0b\x05\xfc\xbb\x4d\xe6\x0d\x83\x51\x18\x05\x46\xca\x60\xf1\x2a\xff\xd1\x66\x36\x22\x05\xed\x3c\xae\xb6\xa1\x83\xd8\x38\x54\xdf\xe1\x04\x7b\x1a\x94\x9b\x6f\x15\x5f\xe5\x69\xea\xe1\x2d\xe1\xcb\x30\x1c\x05\x91\x17\x0e\xf9\xe8\x03\x8d\x2e\xa9\x5c\xf8\x34\xce\xf2\x16\x6d\x20\xf7\x0b\xbc\xa5\xa6\x84\xf7\xb6\x2a\x92\x27\xbc\x55\x84\x59\x45\x10\xe2\x44\xe7\x62\xeb\x95\xc2\xec\xbc\xb0\xc7\x71\xaf\x6f\x21\xe3\x9f\xc8\xec\xee\x67\x2e\x1e\xcb\xdc\x77\x74\xdd\xb8\x87\xb8\x1b\xda\x2c\x0b\xde\x62\x62\xeb\xfc\xba\xbb\xbd\x3e\xc6\x8e\x85\xd5\x68\x48\x61\x49\x02\xf8\x1e\x73\x57\xc1\xfa\x93\x84\xe7\x92\xf2\x58\x61\xae\x29\x1f\x19\xb4\x62\x41\x5c\x73\xc7\xfb\x39\x71\x25\xdc\x65\x89\xc1\x3f\xfd\x94\xb8\x0c\xe3\xe8\x08\x0f\x92\xef\x55\xa4\x6e\x7d\xd5\xa0\xbf\x00\xee\xe7\x0a\x6d\xc6\xd1\x0d\x47\x1d\x75\xdf\xde\x73\x48\x39\x8e\xaa\x2c\x7b\xd4\x58\xcc\x8f\x60\x40\xf6\x72\x9d\x3d\x09\x46\xdc\x23\x67\x4f\x02\xb5\xa7\xd4\xcd\xeb\xaa\x00\x86\x27\x6a\x8b\x25\x2e\xa2\x5e\x82\x1d\xde\x7b\x12\x44\xe1\x33\x15\x45\xa3\xfe\xb9\x9d\x84\xfa\xe7\x81\xc7\xb1\xca\x90\x1c\x95\x5f\x9d\xe8\x39\x15\xea\x70\xa1\xfe\xc5\x85\xa3\xda\xc7\xbb\x92\x23\x5b\xa3\x97\xa4\x92\x72\x8d\x82\x08\xf1\xaf\x75\x1f\x9e\x07\x23\xee\xaa\x9e\x71\x90\x65\xba\x54\xe9\xc1\x50\x8e\x82\x48\x0e\xc3\x51\x18\x29\xa4\x28\x18\xb2\x51\x10\x31\x1d\x66\x40\x89\x7f\x31\x24\x6c\xc4\x1c\x14\xba\x12\x47\xcc\x95\x1e\x73\x24\x24\xa4\xef\x30\x8f\x82\x9a\xa9\x0d\x47\x85\xda\x08\x7d\x85\x57\x22\xae\xff\x78\x2a\x64\x0b\x59\x3e\xb7\xc2\xf9\xe1\x0a\xc7\xff\xd5\x0a\xe7\x66\x85\xf3\x6a\x85\x63\xb3\xc2\xad\x3c\x0b\x3e\x5a\xa9\xf4\x14\xb8\x4f\x81\xfb\xb7\x38\x5a\xe9\x1d\x7e\xad\xff\x2a\xec\x6f\x7e\xab\x29\x23\x01\xdc\x9f\xeb\x1c\xd8\xce\x5d\xb5\xb0\xb7\x41\x66\xfb\xa3\xac\xd6\x41\x23\x61\x01\x86\x6a\xde\x35\xea\x1d\x60\x3d\x7d\x0b\x8e\x18\xe8\x65\xd5\xc0\xc0\x21\xaf\x29\x76\x24\x34\x87\x07\x3b\x36\xa7\x67\xf1\xb9\x99\x5c\x54\x33\x99\xd6\x33\x49\xdb\x33\x79\xfb\x65\x33\xb9\x30\x33\xb9\xd8\x9b\xa9\xfd\xd9\x9e\xed\xcd\xb4\x99\xc3\x0d\xdf\x9b\xbf\xa8\xaa\x6b\x6f\xce\xe6\xf5\x78\xcc\x05\xaf\x76\xd2\x13\xdc\x0b\xc3\x27\x50\x10\xe1\xca\xde\x45\x10\x40\x42\x84\xc7\x7a\xfd\xa0\x16\x23\x16\xe4\x8e\xa3\x02\x3b\xff\xa0\x20\xd4\xa7\xc0\x0e\xcf\x20\x51\x9f\x09\x76\x64\x56\x6d\xcc\x25\x47\x67\x7e\xff\x3c\x38\xbf\x38\xef\x3b\x85\x17\xfa\x17\x67\x4f\xc3\xb3\x67\x17\x8e\xf0\xfc\xf3\x6f\x9e\x5d\x9c\x85\xe7\x4e\x82\x61\xc9\x91\xe7\x7f\xf3\xe4\x9b\xfe\x93\x27\x4e\xe1\x86\xfe\xb3\xa7\x4f\x82\x30\x78\xe6\x08\xd7\x0f\xce\xc3\x8b\x8b\x27\x65\x26\x3f\xb8\xb8\x78\x72\x7e\x76\xee\x14\x9e\xdf\x0f\xce\x83\xfe\xc5\x37\x8e\x70\x43\x3f\xb8\x78\xda\xef\x5f\xf4\x9d\xc4\xde\xf3\xab\xfd\x95\x52\xb7\x4d\xb9\x73\x0c\x28\x97\x94\xf7\x11\x03\x89\x9d\xdf\x68\xb9\xe0\x7f\x0a\x89\xa4\x23\x5d\xe6\x30\x85\x7f\x55\x3b\xed\x8a\x5e\x81\xfa\x6f\x03\xfe\xbb\xf6\x5d\xe1\xf7\x83\x27\xcf\xbe\x39\x0b\xce\xce\x47\xdc\xe1\x8e\x22\xf5\xbd\xf3\x5e\xff\x1b\xdc\x7b\xea\x3f\x7d\xf6\x34\x38\x7b\x6a\x89\xef\xf6\x8a\x06\xc1\xb3\x67\x17\x4f\x46\xba\x0b\xab\xec\x1e\x71\x08\x7b\x67\x38\xaa\x0a\x3a\xdc\x55\x35\x59\xb2\x3c\xfe\x38\x48\x42\x7e\x10\x9c\x05\xe7\x43\xc2\x47\x61\xdf\xff\xa6\xef\xf0\x48\x4d\xd0\x85\xd3\xaa\xbd\xef\x9f\x63\x4f\x45\xdb\x33\xb6\xf9\xdc\xde\xde\x54\x7b\x5b\x90\x7f\xff\xbb\xdc\xdc\x73\xf2\xef\x7f\xb7\x77\xf7\xbf\xff\xfd\x25\xdb\x7b\x63\xb6\xb7\x6a\xd3\xde\xa6\xd5\x55\xb0\xe1\x10\x97\xf3\xbf\x39\xdc\xb5\x97\x7c\x8f\x59\xac\xf2\x0c\x87\xe1\x13\xe0\xc3\xe1\xb3\x6e\xff\xe2\x02\xfa\x17\x17\x5d\x7b\xb9\xd6\xad\x39\xe3\x9a\xb0\xec\x58\x12\x40\x3b\x39\x7c\x32\xe4\xa3\x4e\xd0\x71\xf5\x9c\x2d\xe9\x1a\x05\xc0\xb1\x2f\xb3\x6b\x29\x12\x3e\x47\xe1\x13\x6c\xb0\x81\x65\xc2\xd5\xa4\xef\x27\x5a\xa2\xc4\xf6\xf1\x82\x02\x92\x92\x5f\x11\x40\x4a\x02\x8d\x3a\x93\x1e\x1a\x53\xef\xaf\x89\x8b\xff\x85\x90\xef\xe0\x7f\xe1\x9e\xcf\xd6\x2c\xd6\x34\xa6\xcc\xde\x64\xf7\x95\xf8\x13\xe3\xfc\x3e\x51\xe4\x6e\x41\xc4\xb8\x3f\x29\x99\xd9\x1d\xe8\x60\x10\x0a\x0b\x7a\x88\x69\xce\x3a\x8b\x3c\xed\x44\x15\xab\x0c\xad\xa8\xc8\xd9\xf7\x69\x46\x25\x2a\x14\x76\x04\xad\x88\x70\x82\x7b\x61\x10\xb4\x23\xfb\x26\x12\x0f\x74\x75\x62\x7e\x5b\x57\x27\xd1\x15\x2f\xab\xd1\x1f\x61\xf5\xd1\x9f\xe0\x8a\xf3\x85\x12\x52\x64\x25\x19\x8c\x47\x12\x25\xbe\x80\xc4\x9f\x43\xa2\x96\xb7\x24\xb6\xf8\x76\xdb\xf9\x7f\x9d\x53\x42\x78\x23\xe9\xdd\x6e\x0d\x78\x4e\x88\xee\xcc\x6b\x2e\x51\x23\xcd\x87\xf0\x89\xa2\x20\xd1\x39\x21\x35\x47\x68\x84\x28\x41\x67\xcf\xce\x83\x6e\x82\x87\xc3\x73\xa0\x84\x0e\x87\xe7\x5b\x0a\x19\xe9\xab\x48\xc8\x48\xa6\x22\x32\x48\x49\x78\xd1\x4d\x20\x25\xe9\xf3\xe7\xe7\xdb\x14\x47\x4f\xad\x6a\x14\xc5\x45\x50\xf8\xe4\x69\x18\x3e\x79\x66\xea\x0a\x9f\x40\x46\xd0\x93\x8b\x7e\x19\x7e\x06\x29\x51\xfb\x29\xc1\x8a\xb8\xa2\x90\x41\x6a\x9f\x9b\xfb\xc3\x45\x26\xf5\xf6\xe0\x3d\x55\x14\xa4\xf9\x61\xfa\x07\x03\x25\xf5\xd6\x32\x45\x15\xc9\xe8\xa9\x2e\x22\xea\x26\xb8\xd7\xaf\x20\x6d\x36\x42\x85\x42\x02\xd2\x51\xd6\xd3\x49\x51\xd6\x43\x7d\x4f\xa1\x2b\x8a\x1a\x27\x84\x8e\x90\xf4\x18\xee\x65\x2e\x62\x43\x39\x7a\x12\x05\x38\x92\x3a\x9a\x29\x54\x26\x73\xfb\x0a\x12\x49\xf5\x75\x0e\xc2\x21\x4f\x02\x1c\x21\x41\x14\x34\x2b\x48\x3a\x0c\xba\xdd\x70\x98\x8e\x82\x48\x98\xeb\x30\x35\x6c\x2d\x5b\xc2\x76\x5d\x0f\x8f\x93\x8f\xea\x98\x80\x54\xbf\x12\x03\x53\xbf\xac\xa2\x0d\xa7\x1c\x21\xff\x3c\xec\x9f\x5f\x3c\x39\x77\xb8\xeb\x9f\x5d\x3c\xbd\x78\xfa\x24\x74\xa4\xeb\x87\xcf\x82\xf3\xb3\xa7\x17\x0e\xc3\xbd\x7f\x50\x45\xe2\xe8\xbc\xfd\xb0\xff\xe4\x69\xff\x1b\x95\xf7\x69\x78\x11\x5e\xf4\xfb\x2a\x6f\xf0\xb4\x1f\x9a\xac\x3c\xc3\x90\x98\xac\x41\xf8\xcd\xd9\xd9\x99\xce\x1a\x86\xdf\x84\xdf\xe8\x9c\xdf\x5c\x28\x48\x17\xaa\xac\x32\xab\x59\x17\x0b\x8e\xc2\xf0\x89\xba\x6d\x9e\xc0\x45\x10\x38\x48\x78\x05\x86\xbe\xfa\x2a\xbc\xd6\x0d\xf1\xb1\x85\x2f\x9b\x95\x79\x4e\xfc\x40\xdd\x57\x23\xde\xd3\xe0\x33\xaa\xc1\x26\xe2\xae\x06\x98\x3d\x0d\x4e\x41\x41\x50\x4b\x06\x6d\x71\x4a\xac\xb3\x54\x33\x82\x3a\x5f\x77\x88\xb5\xdb\xab\xbd\xe7\x85\x78\x64\xc3\x6f\xff\xe2\xc2\x91\xd8\x66\x04\xbf\xe2\xff\x85\x48\xd6\x66\xf7\xbe\xe0\xc7\xf8\xbd\x5a\xa1\xa9\x8e\xee\x13\x72\x20\x2a\xef\x76\x8f\x34\xc7\x34\xb7\x87\x01\x23\x86\x5f\xf1\xd2\xd4\xc4\x41\xb4\xa4\xc8\xe5\x86\x51\x2d\x1c\xf0\x16\x15\xfe\x9b\xfa\xb9\xa4\xb2\xc8\x15\xf8\x3b\x95\xdd\xee\x1b\x8e\x52\xbc\xdd\xca\x21\xe9\x07\x41\xb7\x7b\x16\x04\x43\xb9\xdd\x9e\x05\xea\xb4\x4b\x23\x6b\xe7\xa4\xe4\x1e\x25\x6a\x6f\xc6\x9a\xe9\xd7\x0c\x40\x5d\x3f\x27\xd4\x67\x42\x64\xa2\xca\x26\xf0\x8e\xfa\x69\x46\xa7\x55\x04\xc7\x3b\x96\xe6\x6c\x3f\x5f\x5a\x22\xf0\xe4\x61\x07\x54\x21\x9f\xd3\x24\x5f\xe9\xfa\x3b\xb7\x6c\x96\x09\x96\x33\x3e\xed\x40\x67\x25\xb2\xb9\x60\x79\xde\x81\x8e\xaa\xb5\x03\x1d\x5d\x4d\x47\x1d\xdd\x87\x1d\xa4\x9a\x9f\xf9\xeb\xe5\x9b\x1f\xa5\x5c\xfd\xc4\xfe\x2c\x58\x2e\x21\xd6\xf3\x54\x69\xe3\xe8\xfb\xf1\xd7\xef\xb2\x25\x4d\x78\x99\x63\xbb\xed\xdc\x27\x72\xf1\x52\x30\x4d\x2a\xd3\x34\xef\x24\xfc\x24\xdd\x6e\x4f\x7b\x7f\xa0\x85\x94\x2b\x94\xe3\x51\x84\x47\xff\xea\xfd\xab\xd7\x33\x92\x35\xae\xe0\x60\xd9\x5a\xab\x2e\x0c\x9d\x8c\xeb\xae\xa9\x2a\x46\xa9\x6f\x42\x44\x7d\xe8\xae\x92\x22\x52\xdf\x82\xd1\xe9\x46\x2d\x00\x33\x14\xbb\xcd\x5e\x4a\x7d\x9d\x7a\xad\x52\x87\x67\xdd\x6e\x81\xf0\x0e\x54\xa1\x6a\xf4\xe4\x90\x33\x78\xc8\x9f\xe4\x9a\x19\x49\xfd\xaa\x90\x35\xd5\x07\x1c\x49\xb9\xdb\x41\xe2\x2f\x18\x9d\x32\x61\x55\x6e\x71\x44\x39\xa9\x44\xb8\xf6\x5d\x78\xa8\x6c\xd7\x1f\x65\x63\x3e\xa9\xae\x18\x59\x09\xae\x74\x64\xa6\xc5\x5f\x6e\xa7\x03\x09\x56\xed\x2d\x93\x25\xfb\x79\xb3\x62\xad\xe1\x3c\x22\xe1\x18\x21\x49\xca\x6b\x6b\xa4\x7e\x23\x6e\xea\x89\xa4\xaa\x49\xb0\x7c\x95\xf1\xfc\x3f\xa8\x2d\x26\x5c\x95\x8e\xed\xd2\xc7\x4a\x32\x95\x6f\x07\xe3\xce\x9c\x49\xb5\xff\xb2\x5c\x76\x26\xfe\x2c\x13\xaf\x68\xbc\x40\x2d\x36\xa2\x1a\xdd\x21\x18\x48\x7c\xb5\x75\x4b\x96\x70\x02\x63\x3e\xa9\xd4\x7b\xda\xac\x7d\xbc\xdb\x61\x30\x99\x5b\x8a\x2f\x50\x68\x0e\xe5\x17\x43\x07\xa1\xb5\x1d\x85\xba\x97\x34\x74\x48\xfd\x6c\xc5\x54\x4d\x5c\x73\x23\xcb\x75\xd9\x6e\x3b\x34\x8e\xd9\x4a\xf3\x56\xb3\xed\x16\x65\xbe\x09\xab\xf5\x01\xa7\xe7\x74\x54\xc9\x9c\xc9\x72\x5b\xff\xa8\xb7\x46\x2d\xf6\x51\x08\xe9\x49\x86\x0f\x73\xa0\x1c\xb2\x71\x3e\x69\xa4\x3c\x45\x9a\x9e\x12\xd9\xed\xa6\x7e\x76\xc7\x84\x48\xa6\xec\xb2\x5c\xf5\x63\x71\xea\x3e\x33\x45\xe2\x6e\x17\xa5\xed\x75\x8d\xab\xb4\xa2\xdb\xd5\x3c\xd7\xf2\xec\x43\x61\xf8\xca\x06\x20\xd8\x4b\x52\xe8\x6d\xa8\x60\x0e\x06\xea\x37\x80\xa4\x39\x0a\x7a\x90\x7c\x8a\x2a\x11\xb2\xde\x5a\x02\xab\x25\x4f\x7c\x7a\x9b\x09\x79\x64\x49\x53\x93\x82\x74\x36\x2d\x26\xb9\x4d\xf8\x14\x25\x40\xd5\xe1\xef\x54\x93\x2c\x46\x49\x94\x68\x1c\xec\x2f\x45\x9c\x59\x17\xd5\x5f\x2d\x3c\xd7\xc6\xa6\xda\x02\x3c\x8e\x1a\xb9\xae\x61\x36\xdb\x0a\x95\x6f\xac\xe3\xcf\x5b\x53\x35\x68\x24\x7f\x1d\xc9\xd6\x52\x21\x79\x72\xd4\xe4\x89\xac\xec\x6c\x6d\x5d\x74\x7f\xee\x11\xa2\x07\xaa\x5b\xfd\xa1\xa8\xe8\xf6\x33\xfd\xc9\xc8\x77\x54\x32\x9f\x67\xf7\x08\xd7\xaa\x0a\xae\x84\x84\x3c\xc4\x11\x07\x19\x15\xc0\x75\xdf\x77\xb5\x38\x2d\x1b\xd1\xcc\xe7\x24\x89\x92\x8c\x24\x40\xd5\x9f\x4c\x6d\xc1\x34\x23\x71\xca\xa8\xa8\xb8\xe5\x69\x86\x21\xcb\x48\x08\x71\x86\x7e\xe6\x58\xcd\x76\xa3\x5a\xc2\x6b\xd9\xec\x4f\x1c\x29\x64\xe8\x3b\x8e\xb0\xc7\x07\x72\xd8\x3f\x1f\xa1\x24\xff\x3e\xe1\x89\x64\x86\xcd\x70\x50\x6b\x9a\x11\x8b\x2b\xff\xb3\x82\x73\xba\x29\x85\x95\xd9\x2d\x5a\x9a\x29\xdc\xd6\x8f\xb3\xc6\x0c\x92\x24\xd9\x40\x0e\x30\x1f\x12\xe9\xcb\x6e\x57\xfa\xb1\x42\xf5\x7c\xc3\xe0\xf0\xe3\xf2\x18\x4a\x22\xfd\x63\x4a\xa4\xdf\xf1\x3d\xc5\xbb\x24\x03\x46\xc2\x5e\xa0\xea\x94\x7e\x3c\x42\xd2\x97\xcf\x8d\xdc\x52\x55\x0a\x92\x20\x4e\x24\xf6\xb9\xc2\x30\xf9\x88\xfb\x5c\xd5\xac\xe6\xd2\x6a\x80\x66\x84\x83\xa5\x96\xf2\xae\x0d\xcc\xa5\x87\xb8\x41\x79\x62\x96\xa4\x86\x10\x4f\xb3\x39\xe2\xb8\xa7\xbf\xdf\x5c\x85\x01\x8e\x6c\xae\xe6\x7b\x6e\x8b\xa9\x6a\x74\x2c\x0c\xe0\xcc\xb9\xa4\xe8\x99\xd7\x28\xd6\x3e\xe4\x31\x4d\x59\x24\x87\xcf\x46\x47\xe0\x29\xef\xb1\x5d\x74\x2c\xde\x61\x3b\xc8\x37\xcb\xdb\x2c\x6d\x09\xca\x3f\xb4\x36\xf9\x94\xc5\xc9\x92\xa6\x0a\xf5\xf1\xe5\x22\x2b\x72\xca\xa7\x46\x20\x36\x17\x59\xb1\x4a\xf8\x1c\x0a\x85\xe0\x15\x42\x30\x1e\x6f\x20\x21\xa2\xdb\x65\xa3\xf6\x8d\x56\xcb\xae\xeb\x63\x07\x09\x19\x57\x22\x6c\x31\x0e\x26\x9a\x2a\x2c\x14\x5a\x6e\xe4\x8c\xa9\x9b\xb9\xe1\x50\x76\xbb\x28\x6b\x48\x86\x10\xa4\x97\xaa\x5d\x69\xf4\x30\xb9\x9f\x17\xb7\xb9\xa1\x3e\x0b\x8f\x64\x50\xb8\x19\xc6\x70\x8a\x50\xea\x92\xcc\x0d\xf1\x50\x4d\x11\x56\x0d\x50\x45\x5f\x84\xf8\xeb\x4a\x5b\x75\x32\xa8\xef\x0a\xc1\x4a\x91\x82\xff\x21\x4b\x14\x5a\xbf\x8b\x36\x8f\x89\x03\x19\x99\x65\x25\x8d\xaa\xc8\x10\x36\x0e\x27\xdb\x6d\xe7\xa4\x03\x94\xb0\x71\x5f\x7d\x0f\x3b\x90\x11\x36\x3e\x53\xdf\x5e\x07\x52\xc2\xc6\xe7\xea\xbb\x03\x31\x61\xe3\x8b\x09\xe4\xc4\x65\xe3\x27\x13\x98\x11\x36\x7e\x3a\x81\x05\x61\xe3\x67\x13\x98\x13\x36\xfe\x66\x02\x2b\x12\xc2\x1d\xe9\x74\x60\xaa\xfe\x2c\xc9\x69\x08\x1b\x72\x1a\x0c\x4a\xf2\x57\xd1\x6c\x0b\xe2\x2e\xac\x71\x87\x18\x03\x8a\xb7\xdb\x4e\xa0\x10\x6d\xd1\xed\x76\x88\xfa\xa0\xfa\x10\x12\x41\x3a\x81\xea\x5c\x87\x74\x30\xcc\x4b\x3a\x99\x77\xa2\x19\x39\x0d\x60\x4e\x3a\xf3\xce\xe0\x56\x30\xfa\xd1\x50\xbc\x5f\x77\xa2\x15\x51\x54\xf1\x94\x74\xbe\xee\xa8\xf4\x59\x2b\x7d\x75\x90\x2e\x5a\xe9\xb7\x9d\x48\xff\x66\xe5\xef\xba\xfc\xfd\xb5\x13\x75\xfe\x9f\xea\x55\xda\xed\xa2\x3b\xd5\x25\x77\xbe\x47\xe0\x9b\x0a\xe2\x4e\xb4\x21\xa7\xa1\x09\x4c\x3b\xd1\x52\x75\x73\x41\x02\xbb\x91\x5c\x75\xc2\x0b\x4d\xeb\xbb\xce\x57\x4d\xbd\x8a\x3e\x87\x29\x31\xd4\x79\x47\x74\x4e\xc9\x7c\xbb\x5d\x6c\xb7\x48\x0f\xb4\xba\xc9\xd4\x1c\x76\xe6\x1d\x42\xe6\xa3\x85\xbd\xb3\x1a\xbe\x46\x08\x0b\x8c\x23\xd4\x61\x2a\xd3\x76\xdb\x99\xa9\x5f\xac\xa7\xde\xe2\x8b\x34\xf9\x03\x95\x1f\x63\x98\x93\x85\xa1\xff\xe7\x78\xbb\xfd\x9e\x6b\xc8\x7c\xa9\x6e\xd5\xd9\xe3\xdb\x69\xaa\x48\x81\x65\xb7\xcb\xbf\x0e\x4b\x95\xb4\x4e\xa7\x04\xe9\xc1\x90\x6f\xb7\x81\xba\xa9\xba\xdd\x60\x18\xf6\xf8\x08\x71\xe2\x71\xe8\x78\x1d\x1c\x75\x3c\x35\xee\x6c\xd4\xe9\x44\x99\x91\x2c\xae\x4c\x95\xa9\x42\x4b\x67\x99\x58\x52\xf9\x4e\xb0\x59\xa2\xe8\xec\x05\x1e\x70\x45\x7b\x28\x20\xa1\x36\x2e\x53\x01\x7d\xee\xdd\xa9\x21\x0d\xb8\x43\x56\x03\x4e\xe6\x26\xb3\xaa\x67\x0d\xb7\x70\xa3\x4e\x6b\xa5\xe2\x56\xaa\x02\x98\xc6\x6e\x4c\x63\xf7\x64\x33\xda\xcb\xc2\x3a\x38\xf2\xc2\x41\x30\xbc\x1f\xa1\x35\xe1\x70\x4b\x3a\x1d\x1c\xa9\x4f\x6b\xd3\x06\x70\x8f\xe1\xb6\x15\x75\x8f\x4b\x2a\x65\x3f\xe7\x8d\xca\x29\x5d\x3b\xf2\x46\x2b\x8f\xa8\x89\xed\x76\xd1\x9a\x24\x68\x0d\x61\x2f\x28\xef\xc2\x6b\x72\x57\x9e\x71\x77\x5d\x7d\xdc\x56\x1f\xe8\x72\x14\x44\x45\x65\x96\x02\x1f\x49\x3e\xbc\xd6\xec\xb8\x17\x42\xd0\x0d\xba\x26\xb9\x77\xed\x86\x25\x24\x10\x38\xea\x74\xaa\xa5\xbb\x2c\x9b\xfa\xe8\xae\xe1\x63\x85\x3a\xe4\x5e\x55\x73\xa4\x3b\x00\x85\x4b\xee\x80\x93\xb5\x7b\x0b\xa8\xf3\x5c\x1f\xc4\x51\xe1\x72\xf7\x63\xd4\x19\x9a\xd0\x47\xb7\x70\x79\xd4\xf9\xa3\x0c\xb5\x86\x7a\x3d\x1c\x92\x10\xbb\xba\x80\x95\x70\x8d\xa3\x42\xf5\x9c\x47\x1f\x5d\x8e\xb1\xcb\x6c\x79\xf6\xf7\x2d\x88\xde\x62\xed\xfd\xc8\x1b\xd3\x07\x35\x46\x75\x83\x1e\x18\xf1\x0c\xc3\x91\xbe\x59\xdf\xff\xfc\xf2\xb8\x3e\x5c\xc3\xd0\x6c\xcb\x18\xdf\x1e\x93\x4a\xd5\xd7\x95\x66\x93\x08\x92\x20\x06\x61\x63\x0e\xe1\xc9\xa1\xf4\xd8\x88\xd9\xaa\x71\x05\xb2\xf8\xae\x48\x95\x54\x7d\x5d\x65\x88\x79\x0a\xb6\x85\xd8\xbe\x54\x13\x23\xbd\xaf\xb3\x73\x52\x66\x76\xd5\xb6\x6e\x69\x30\x51\xad\x67\x58\xa9\x29\x11\x2d\x21\xca\xc8\x78\xa2\x65\xee\xc3\x50\xe3\xd5\x03\x31\xa4\x03\xcc\x10\xc5\x5f\x27\xdb\x6d\x56\xde\x2a\xd5\x54\xb9\xb4\x64\x7b\x85\x78\xa0\xb7\x66\x53\xe4\x53\x59\x2b\x06\x56\xcb\x42\xc9\xcc\x94\xa2\x0e\x57\x19\xf9\x91\x57\x5a\x05\xec\xfe\xe4\xc7\x1a\x83\x10\x6a\x9d\x80\x22\x51\x32\x7d\x4b\x8a\x71\x95\x69\xdc\x67\xb7\xe3\xfe\x2c\xcd\x32\x41\x38\x70\xc3\x37\x21\x02\xb8\x46\x27\x48\x01\xdc\xcf\x66\xb3\x9c\x49\x92\xa8\x54\x4d\xde\xd2\x81\x01\x08\xdc\x2f\x64\x4c\x5e\x73\x4b\x3d\x27\x2d\xab\x4a\x21\x2d\xab\x7a\xad\xf6\x3b\xa4\xa6\xba\xd7\x1c\x15\x9a\x8c\x31\x55\xbe\xe6\x28\x51\x41\x53\x6d\x66\xcf\xf2\xeb\xc7\xb8\x2c\x5f\x32\x58\x09\x1c\x09\x60\xd8\xbf\x39\x1c\xac\xa5\x1d\xc7\xf7\x94\x27\xdb\x21\x5b\x71\xae\x64\x33\x8f\x27\x90\xa9\x2b\x42\xa1\x14\xae\x9b\x3d\x17\x03\x7c\xf6\xb4\x66\x43\xbd\xcc\xa6\xec\x85\x44\x19\xd6\xb6\x21\x15\x22\xa1\xf9\xad\x29\x28\xfc\xc1\xdc\x13\xa8\x20\xcb\x6c\xcc\x1a\xde\x95\xeb\x66\x78\x82\x35\x56\xd8\x8a\xc3\x80\x12\xf2\x62\xcc\xca\xb4\x04\xc9\x92\x18\x29\x46\xfa\x0a\x21\x6c\xd4\x39\xe9\x44\x9d\xa0\x13\x15\x58\x11\x45\xba\x49\x86\x21\xd5\x38\x4a\x8d\x3f\x1e\xeb\x0a\x35\x90\xa8\xd3\x31\xbc\x1a\xb1\xaf\x1d\x7d\x22\x7d\xcd\x75\xb3\x4c\x65\x2a\x3a\xe2\x61\x13\x85\xdf\x04\x01\x2c\xa3\x00\xa6\x51\x08\x3f\x46\x01\x5c\x46\x01\x5c\x47\x01\xbc\x89\x02\xf8\xdd\x90\x08\x50\x10\x86\x04\xa8\x0d\x1a\x68\xe0\x5e\x9c\x36\x76\x7b\x16\x45\x39\xe8\xac\x14\xdd\xaa\xd5\x9e\xfc\x1f\x89\xf0\x7f\xfc\x3a\xec\xbb\x61\xdf\x11\xfe\xca\x00\xde\x84\x98\x89\x13\xfe\xef\xdd\xee\x2a\x3b\x25\xe4\x47\x0e\x54\x2d\x3b\x4a\x46\x3f\xf2\x68\x55\xb3\x2a\x3b\x1f\x74\x55\x23\xaa\x68\xd9\xef\x8b\x34\xfd\x8d\x51\x81\x84\xbf\x81\x00\x84\xff\x01\x47\x9d\x5f\x74\x86\xed\xb6\xf3\xde\xe4\x44\x9d\xfb\x32\x06\x09\xff\x9e\x94\xe9\xa3\x30\x0a\xd4\x1c\x1d\xd6\x12\x1e\x8f\xae\xca\xa9\x4a\xdc\x27\xf8\xeb\xa7\xee\x53\x47\xf8\xbf\x78\x48\xab\xaf\x7d\x47\x37\x08\xbb\x17\xf8\xeb\xa7\x91\x4a\x57\x49\xef\x5b\x49\xaa\x04\xc6\xd1\x61\xcd\xc2\x5f\x82\xf0\xa7\x65\xa3\x3f\x66\x85\xc8\xd5\x2c\xb9\x48\xf8\xbf\xf7\xc2\x20\xd8\x06\x18\x84\x7f\xe9\x0a\xff\xf7\xaf\x15\xfe\x24\xfc\x6b\x10\xfe\x1b\x0c\xc9\x88\xfa\x37\x11\xdd\x81\xac\xe5\x28\x47\x88\x5f\xde\x32\x8a\x61\x16\x93\xb1\x51\x09\x05\x5a\xca\x56\xaa\xc5\x53\xf8\x66\xb5\x59\xd2\x61\x36\xd0\x2c\x0d\x31\x24\x71\xb9\xaa\x5e\xa8\x57\xbb\xb4\x39\xab\x0e\x85\xeb\x62\xd0\x67\xc5\xb0\x40\x68\x63\x92\xa6\x93\x12\xf2\x72\x4c\x4f\x12\x7e\xb2\xcc\x46\xad\x94\x88\x4e\xe0\x34\x51\xcb\x43\x34\x8c\x06\x81\xf1\xf3\xa0\x6e\xca\x5c\xed\x66\x77\x31\xbb\x41\xe1\xba\xb8\xc9\x55\xc1\x86\x96\xa1\xad\x01\x9d\x37\xb6\xb2\x7d\x09\x51\x6e\x0c\x2a\x5e\xd9\xc6\xb1\xc6\xd0\x50\x8c\x10\xf7\xef\xc9\xbd\x46\xc7\x14\x79\xb1\x87\x6e\x02\x73\x75\x6c\xb9\xcf\x23\x2f\x6c\xa9\x3d\x98\x26\xd7\x47\x9a\x5c\x7f\xae\xc9\xdb\xff\xa6\xc9\xa4\x6a\xf2\xea\x48\x93\x57\x9f\x6e\x72\x49\x5e\xfd\x37\x4d\xd2\xaa\xc9\xeb\x23\x4d\x5e\x7f\xae\xc9\x8f\xff\x4d\x93\xe6\x1a\x6c\x98\xd7\x6a\x23\xbf\xf0\xe3\x46\x82\x88\x75\xf2\x9e\xa5\xee\x41\x81\xf5\xe3\x05\xe2\xa3\x05\x7e\x7d\xbc\x40\xde\xe6\xbd\x5c\x1a\xd3\xc2\x6a\xd8\xc0\x5c\xd2\xc7\xfb\x94\x4a\x4b\xfd\x5f\x8c\xbc\x30\x42\xdc\x5f\x11\x6d\xd3\xa0\xaa\x99\x29\xa2\x99\x4a\xf6\x73\xb2\x64\xb0\x28\x03\x30\x57\xe4\xb3\x8a\x59\x11\xee\xaf\x98\x48\xb2\x69\x0e\x77\x3a\x75\x93\xc3\x54\x21\xbd\x8b\x4c\x28\x40\x93\xc3\x92\x70\x7f\x99\x71\xb9\xc8\x61\x53\x25\x5c\xea\xf0\x40\xea\xbb\xdc\xa6\x23\x6c\xb8\xb0\x7f\xe9\xca\x12\x3d\x6a\x6e\x0b\x85\x61\x28\x34\xed\xf0\xc2\x2d\xed\x3d\x2c\x24\x81\xed\xdf\x2d\x47\xea\x17\x26\x8f\x55\x4a\xf3\x63\x8e\x5c\xe8\xc0\x1a\x10\x27\xea\x4f\x60\x0a\xf6\x2d\x8b\x54\x26\x44\x8f\xad\xfc\x8e\x65\x49\x3e\x65\x54\x9b\x07\x61\x58\x93\x7f\x72\x74\xa7\x88\x81\x5f\xf5\xef\x8d\x0a\x4f\x31\xdc\xab\xf0\x14\xc3\xb5\x0a\x2f\x15\x4e\xff\xab\xfe\xbd\x52\xe1\x0d\x86\x57\x2a\xbc\xc1\x83\xd5\x11\x0e\x32\x48\xfc\x70\xa9\x8d\x39\xf7\x04\xce\x20\xf1\xce\xdc\x6a\x2f\xc8\x03\x3d\xc6\x3c\x99\x8e\x79\x7d\x31\x4c\x76\xf0\xe2\x58\x9e\xbb\x76\x9e\xdb\x63\x79\x36\x26\x8f\x5e\x5e\x9d\xeb\xdb\x63\xb9\x96\xfb\xb9\xe2\x48\xa2\x19\x86\x69\x74\x54\x72\xf0\x3b\x47\x65\xcb\x52\x0f\x06\xfa\x78\x07\xec\x3f\xc8\xfb\xe3\xa7\xf3\x9a\x1b\xae\xca\xfc\xfa\x8b\x32\x7f\x1d\xf6\xb7\xdb\xb0\x5f\x96\xf9\xf0\x68\x99\xd0\x9d\x67\xea\x50\xbc\x9d\xe9\xeb\x95\xab\x56\xce\xf0\x0e\xde\x7c\xba\x95\xcb\x24\x4d\x93\x9c\xc5\x19\x9f\x9a\x9e\xa9\x32\xcb\xcf\x94\x31\xd3\xe9\x86\x65\xa7\x2e\x3f\xd7\x04\x2f\x24\x6b\xc6\xbd\x3a\xb6\x52\xab\xb1\xdb\x1a\xf6\x90\x84\x7d\xb5\x60\xd7\x9f\xae\xfb\xda\xea\xb9\xaa\xfb\xfd\xa3\xd9\xe7\x99\x9f\x17\x7c\x6f\x82\x54\x91\xfb\xa3\x3c\xbe\x7a\x03\xee\xe0\x97\x4f\xd5\xb9\xcc\x8e\xd5\xb9\x8e\x24\x5a\x60\xf8\x35\x92\x68\x8e\x61\xf3\xe9\x31\xd4\x28\x11\xd6\x48\x8e\xa9\xe1\xb7\x2f\x2f\xc3\xce\x41\xc2\x39\xde\xc1\xef\x51\x26\xa1\xf3\x75\xe7\x50\xc2\xdb\xf9\xba\xb3\xdb\xc1\x4b\x75\x26\x05\xbc\x88\x0a\xb8\x8d\x12\xf8\x36\xa2\x10\x47\x19\x4c\x23\x29\x81\xa9\x3f\x3f\x46\x42\xc2\x6b\xf5\xe7\x43\xc4\x24\xbc\x89\xa8\x84\x65\xc4\x25\x5c\x46\x85\x84\x55\x94\xc3\x75\x94\x48\x78\x1f\x7d\xcb\xe1\x3e\xfa\x8a\xc3\x2f\xd1\x2f\x1c\xd6\x51\x0a\xbf\x46\x31\x6c\xa2\x1f\x38\xfc\x16\xfd\x8d\xc3\xef\xd1\xdf\xb9\xee\x48\x2a\x77\x47\x0c\xb0\x7f\xdf\x63\xdd\x07\x43\x3e\xea\x78\x9d\xa8\xd3\x81\x82\x20\x31\xf2\x78\xa4\xb5\x6d\x20\x21\xc5\x1e\xde\x2e\x5c\xc4\x86\x89\xc5\x7a\x60\x5e\x52\x33\x1e\x24\x76\x8b\xa8\xb0\xae\xa9\x7f\xee\xab\xfd\xd4\xe6\x23\x68\x14\x75\x5c\xae\x41\x64\x63\x3c\x52\x56\xd3\xd9\x76\xb0\xdb\xc1\x1d\xe8\x24\xb6\x89\xe8\xaf\xfc\xd0\x6e\x3c\x86\xd2\x7a\x93\xef\x1b\x8c\x1b\xe8\x38\x66\x7b\x17\xbd\x65\x55\x64\x4d\xc8\x57\xf5\x84\x6c\xb2\x23\x68\xc5\x26\xdb\xc3\x2b\x80\xb9\xe1\x01\x06\xa5\x11\x88\x4f\xe1\x11\xdf\xfe\x87\xad\xec\xb5\xf0\xfe\xf3\x2d\xfc\xf2\xbf\xb5\xf0\xcb\xe7\x5b\xf8\xdb\x7f\x3e\x53\xe7\x7b\xad\x6c\x3e\xdf\xca\x0f\xff\x79\x2b\xfd\x83\x56\xfe\xc1\x91\x6e\xe1\x93\xb8\xdd\xdf\xf7\x54\xe8\x7a\x7f\x8c\x5d\x6f\xf2\xaf\xe9\xc3\xf9\xee\xab\x52\x7e\x2f\x89\xdd\xce\x05\xc6\xaa\xfa\xdf\x89\x27\x75\xa8\x55\xdb\x3f\xda\x4c\x2d\xc4\x87\x4f\x9e\x8d\x14\x35\x1b\xf5\xd9\x99\xad\xe7\x2e\xff\xe7\xf1\x2d\xb5\xf4\xc1\x0b\x3f\x35\x38\xf9\xbf\x37\x33\xfd\xfc\x62\xb1\xff\xbc\x95\xb3\xbd\x56\x3e\x7c\xbe\x15\xf1\xbf\x8f\xe5\xc7\xcf\xb7\x52\xfc\xef\xad\x5c\x7e\xbe\x95\xe4\x7f\x6f\xe5\xfa\xf3\xad\xd0\xff\x7d\x5d\xde\x7c\xbe\x95\x4c\xda\x42\xb7\xb9\x11\x95\xfe\x95\x71\xf6\x56\xf3\xe0\x14\xc4\x25\x72\x18\x98\xfb\xc5\xed\x80\x20\x97\x14\x49\xdc\x7b\x12\x6c\x03\x28\x4c\xe0\xeb\x27\xb5\xa2\x32\x73\x7f\xe7\x48\x40\x27\xe8\x40\x1f\xab\xef\xa2\xfc\xb6\xa8\xab\x7a\x5c\x97\xc7\xc6\x75\xf9\x39\x60\xdd\x1a\x4c\x6b\x2c\xb1\xdc\xbb\x61\x2a\x96\x44\xed\x50\x40\x1a\x47\x00\x95\x31\x1f\x2a\x03\x87\x66\x78\x87\x66\xb1\x63\x36\x19\x9c\x8a\x71\x38\x41\x12\x0f\xb0\x8a\x70\x5d\x56\x8b\xf3\x54\x97\x14\x79\x63\x91\x78\xb2\x65\xf3\x31\x93\xed\x3b\x9b\xf9\x39\xe1\xae\x84\x82\x08\x8f\x6b\x85\xef\x62\xc0\x7c\x49\xb8\x97\xb8\x48\x7a\xf6\x2d\xbc\x90\x06\x85\xe1\xdd\xee\x7d\xe6\x2f\x68\xfe\xf6\x9e\x5b\x9e\xa2\xe4\x66\xc5\xb0\x4a\x1a\x9b\xef\xc9\x9e\x33\x8e\xb9\xdc\xd3\x96\x34\xfe\x73\x6a\x95\x38\xa6\x6d\x3d\xa5\x9f\x26\x9c\x5d\x4b\x2a\x24\xc2\x95\x4f\x1d\x35\xca\x62\x02\xd2\x5f\x69\x5b\x32\xbd\x97\xd4\x14\x80\x18\xf7\x27\x78\x60\xca\xbc\xe2\x53\xdb\xbb\xcc\x4a\xda\xe2\xe3\xf6\xe5\x6e\x1a\x5a\x65\xe9\x66\x9e\xf1\xa6\x2d\x7d\xe3\xcf\xcd\x75\x0f\x12\x42\x55\x73\x99\x69\xaf\xf2\x3b\xb9\xe7\xea\x4d\xcf\x8b\x43\x5e\x53\x90\x44\x3a\xaf\x69\xaf\xef\x7e\xa0\xbd\xf3\x41\x29\x0d\xf0\x04\x50\xc2\x86\x24\x18\x85\x91\x17\x42\x46\xa8\xc3\x20\x25\xb5\xf9\x81\xc4\x10\x37\x76\x3b\x12\x43\x4e\x12\x27\x86\x19\x29\x9c\xd4\xcd\x9d\x3a\x5f\x86\x61\x41\x72\x87\x3a\x75\xde\x0c\x0f\x3e\x66\xda\x85\x83\xa5\xdb\xbe\x80\x19\xd6\x6a\xa2\x50\x90\x14\x12\x12\xef\x4a\xdb\x5b\xd0\x4a\xaa\x83\xab\xcc\xcc\x64\x43\xda\x52\xc8\xf0\x43\x1d\xcd\x41\x10\x24\x09\xc5\xce\x6b\xaa\x0f\x57\xd5\x3c\x41\x8c\x64\xb8\x19\x1f\xae\x34\x5e\x4d\x57\x76\x70\x95\x55\x6b\x61\xf3\xf1\x0c\x47\xdc\xda\x94\x53\xfb\xb4\x6b\xc8\x40\xb8\x5e\xcf\xa6\xad\x1a\xc1\x1a\x0b\xc7\x9e\x27\xe1\xd8\xf3\x54\x7f\x33\x6c\x59\xa9\x2d\x65\x5b\x91\x6c\x1c\x4c\x1c\x39\x0e\x26\xae\x6a\xc4\x91\xe3\x50\x7d\xf5\xd5\x57\xdf\x2a\xb5\x69\x95\x1a\x97\x79\xfb\x13\xaf\xcc\x1b\x4e\xa0\xfc\x2a\x2d\xce\x74\x2a\x94\x5f\xa5\x45\x9a\x4e\xb5\x2a\xbd\xac\x0e\x8d\x6a\x9e\xa8\x44\x50\xd9\xd4\x67\x59\x9f\xfa\xb4\xbb\xb1\xde\xef\x86\xaa\x1e\x4c\xdd\x65\x07\xac\xdc\xb7\xd6\x4c\x36\xa6\x0c\xba\x10\xaf\x47\xcc\xeb\x11\x73\x7d\x60\x54\x4a\x8f\x98\x4a\xcd\x6f\x5f\xfd\x5a\xea\xeb\x96\xd3\xc1\xb1\xb5\xb1\xb8\xe9\xb4\x42\x86\x24\x47\xba\x32\xab\x2f\xf7\xed\x69\xbf\xa4\xba\x1f\x9e\x1a\x34\x7e\xfe\x8e\x76\xbb\x3a\x26\x54\x31\xa1\x8e\xb1\x74\x8d\xa5\x75\x86\x06\x96\xca\x87\x5e\x75\x6d\x9c\x33\xf8\x28\x11\x6b\xb6\x02\xc7\xc0\x1c\xcb\x5a\x07\xac\x6d\x61\xeb\xfa\xd6\x50\xc7\x75\x5f\x65\xf0\x32\x73\x09\xe2\xde\xcb\x0c\xf7\x5e\x65\xf0\x97\x0a\x49\xef\x2f\x13\x7a\xa3\x42\xcc\x7b\xa3\x43\x96\x8a\xef\xc1\x59\x2f\xec\x7e\x26\x4d\x3f\x0b\xdd\x4f\xa0\x24\x69\x75\x33\xab\xc2\x65\x47\xd3\xe6\xc8\x14\xf5\xb9\x37\xf3\xdb\xac\x20\x8a\x09\x73\x52\x4f\x38\x19\x76\x62\x17\xc5\x44\x38\xd4\x93\x4e\x5a\x86\xa4\x93\x79\xcc\xa1\xd8\x89\x31\x48\x87\xba\xcc\xc9\x5c\xe1\xa4\x78\xf0\x22\x73\x49\x0c\x7f\xaa\xbf\x0e\x92\xae\x3e\xc5\x18\x7e\x36\x61\xe6\xea\xf3\x8b\xe1\x27\x13\x16\x2e\x12\x24\xc5\x18\x3e\xca\x52\x33\xb8\x01\x14\x83\x0f\x07\x40\x42\x7b\x3d\x28\xea\x91\xd3\x66\xe4\x89\x59\x21\x49\x68\x33\xf2\x42\x5d\xd9\x16\xa4\x2a\x70\x75\xbc\x55\x28\xc1\xf0\xa1\x01\x37\x4d\xfb\x96\x06\xb4\x9a\xf7\x3a\xcf\xb5\xb5\x3b\x5f\x3c\x0a\x7d\x8f\xef\x1c\x05\x7b\xf7\x56\x84\x3d\xb6\x22\x1a\x12\x17\x4e\xea\x25\x4e\xa6\xa1\x30\xf5\x84\x93\xc2\x8c\x08\x27\xf3\x0a\x87\xc2\xc2\x3a\x66\xb1\x13\xbb\xb9\x93\xbb\x33\x67\x86\x61\xae\x96\xc8\x2d\x9c\xcc\x4d\x9c\x14\x56\x64\xd1\xed\x7a\x9c\xa3\x39\xee\x2d\xe0\x8e\xb4\xa0\xf3\x1c\x0f\xbe\xcb\x5c\xb2\x72\x62\x78\xa7\x7f\x73\x78\xaf\x7f\x67\xa0\xd6\xef\x4e\xaf\xdf\x5d\xb9\x3e\xd5\xfa\xdd\x39\xa8\x70\x51\x51\xaf\xdf\x9d\x83\x12\x17\x25\xd5\xfa\x19\xa7\x14\x7b\x80\xfe\x70\x0d\x35\xa0\x97\x84\x02\x23\x99\xbd\x02\xb4\x9e\x3e\xeb\x5a\xca\xcc\xb2\x0a\x92\x36\xd3\xa7\xd5\xf8\xd3\x66\xfa\xe8\xde\x1d\x60\xf5\x45\xd5\xff\xe8\x6d\x60\x27\xbe\x92\x60\x2f\xb4\xa5\x51\x2e\x0f\x3c\xde\xd8\xfa\xeb\x8c\x18\xf7\x46\x20\xb5\x19\x30\x30\x05\x57\x6a\xff\x34\xc6\x58\x5a\xf3\x63\xab\x2f\xc4\xca\xcf\xe3\x8e\xde\x18\xa9\xb2\x9a\x6a\x59\xb7\xcb\xeb\x88\xa6\x81\x96\x48\xfe\x2f\x59\x73\x67\x6c\xb7\x8b\x6f\x64\x25\xa6\xaa\x7d\xf7\x19\x85\x2f\x23\x81\xe7\xc7\xf5\x79\x67\xe8\x14\xa1\x06\x61\xf4\x42\xfc\x9c\x04\xd8\x72\x9d\xa1\x31\x1f\xc2\xc7\x52\xd7\x72\x6f\xfa\x89\x1f\x8a\x16\xd6\x54\x61\x8c\x19\x09\x06\x72\x98\x0d\x5c\x37\xc3\x45\x89\x3b\x21\x55\x49\x36\xc1\xf5\x68\x06\xb6\x2a\x7d\x61\x61\x52\xa5\xf0\x9c\xdd\x9f\xfc\x2c\xb5\x2e\xaf\x56\x6c\x3d\x0d\xd4\x01\x69\x62\x55\x5c\x0a\xa7\x21\x1e\xa4\x7e\x46\xe2\x4a\x35\x2d\xad\x05\xbd\x31\x86\xba\x16\x51\xd7\x12\x5a\xb5\x88\xba\x96\x40\x0b\xdd\x8f\xd7\xb2\xd3\x0a\xb5\x79\x26\xa4\x3a\xa3\x7f\x4a\x05\x41\xfe\x94\x7a\xfb\x55\x04\xc5\x83\x35\x70\x48\x09\x83\x98\xd4\xde\x21\xe3\x72\x1e\xe8\x38\x9b\xf8\x8c\xa4\xe4\x34\xad\xe7\x29\x87\x19\x2c\x48\x32\x0e\x26\x83\x41\x53\xc9\x9c\x2c\x60\x45\x4e\x83\xc1\xdc\xbf\x1b\xe0\x64\x86\xd0\x9c\xcc\x7d\x8e\x09\x21\x95\x64\x78\x90\x93\xb9\xff\x17\xb4\x67\x7f\x9a\xa9\x75\x9c\xfb\x77\x64\xee\x67\xfe\x9d\xd6\x34\xf3\x99\x5e\xdc\x15\xb6\x7b\x18\x93\x7c\xbf\x77\xf5\x2a\xcd\x48\x5e\xad\xd2\x4c\xaf\x92\x16\x20\x0a\x34\xf7\xd7\x30\xf7\xb9\xbf\x86\x10\x0a\x3c\xd0\x3d\xd2\xc2\x45\x53\xfd\x83\xea\xd0\xca\xff\xcb\xda\x02\x79\xbd\x97\x06\xd9\x90\x04\x03\xcf\xfb\x44\x33\xbb\x56\x33\x2b\x7f\x0d\x5e\xdd\xce\x6a\xa7\xfe\x2a\xa0\xa8\xc6\xbc\x22\xa7\xab\xdd\xfd\x22\x49\x19\x3a\x9d\xfb\x77\x78\x60\x6f\x1d\xeb\x04\xff\x29\xcb\x8d\xdd\xec\x6a\xdb\x91\x26\x03\x41\x14\xfd\xa6\x36\xf6\xc0\x75\x85\xa2\x8c\x0a\x9f\x13\xb5\x4b\xc5\x04\x98\xbf\x22\x05\x14\x84\x0d\xaa\xc8\xa0\x8c\xb4\x9a\xf8\x59\x36\x12\x61\xad\xee\xb3\x26\xa5\x8d\xe2\x5f\x44\x9a\x8f\x8c\x30\xf3\xc1\x88\x30\x1f\x77\xe4\x34\x34\x5f\x95\xab\x25\x2d\xbe\xb7\xd4\x6f\xad\x5a\xf7\xa9\x32\x7d\x11\x5a\xa2\x44\x8b\x9e\x2a\x74\x60\xc0\xb5\x1b\x50\x8d\xd8\x6a\x0b\xbd\x6e\x37\x29\xe7\x5c\xee\xf9\x02\xb4\x88\x94\xc2\xb8\x62\x99\x96\x39\x2d\x88\x63\x89\x04\xf1\xc3\xa6\x84\x94\x19\x4c\xed\x8d\x67\x8b\x01\x9b\x4c\xb4\xcc\xb4\x47\xc0\xe4\x65\xbb\xe6\x74\x8d\x39\xc8\xd2\xd5\x47\xdd\x8b\xf5\x27\x7a\x31\x43\x5a\x3a\xdc\xb4\x0d\x77\x64\x6c\x21\x82\x0b\x84\x1f\x72\x74\x67\x9c\x68\x80\xfe\x0d\x27\x18\xd6\x4d\x4f\x06\x95\xee\xf1\xda\x8f\x53\x46\xb9\xa6\xef\x2f\xfd\xdb\x62\x36\x63\x02\x69\xdd\xd2\xea\x6c\x24\x33\x74\xe7\xaf\xb2\x15\xc2\xb0\x32\xdd\xbd\x53\xed\x69\x98\x21\xd4\xb9\x0c\xbb\xea\xfa\x27\xaa\xa3\x46\x75\xd0\x22\xf5\xbc\x10\x28\x31\xa2\x7e\x31\x0c\xcc\xce\xbb\xdd\x6e\x51\xb2\x47\xfd\xc1\x2d\x51\xd0\x27\xd9\xa3\x3e\xa9\xa2\x08\xab\x95\x43\x6a\x9b\x52\x73\x5a\xb4\x92\xe5\x20\xb1\xf7\xbc\x39\x3a\xc3\xb0\xdb\xed\x77\x65\xed\x2b\x95\x99\xae\x5b\xfe\x55\x17\xc9\x4c\x22\xad\x2f\x59\xe5\x98\x25\xa9\x64\x02\x7d\x27\x4b\x9f\x02\x73\x58\xc1\x1d\x4c\x89\x86\x71\x4b\x52\x54\x57\x50\x4d\xf7\x62\xd8\x90\x07\xdd\xa9\x88\x42\xdd\xe3\x28\x85\xb2\x3b\x51\x0c\xf6\xf0\x6c\x39\x42\xb5\x2f\x72\xd8\x34\x63\x25\xb3\x32\xa4\x2e\xe3\x05\xcc\xd5\x4d\xb5\x52\x2b\x0a\x0d\xf9\x7b\xac\x12\xda\xaa\x24\xb5\x2a\x89\x61\xae\x45\x97\x4c\xcc\x19\x9a\x97\xcb\x4d\xde\x4a\xb4\x84\x15\x1e\xcc\x6b\x9b\x98\x4f\xac\xc5\x1b\x89\xe6\xf0\x5e\x02\x07\x06\x09\xc6\x11\xef\x76\xbf\x78\xe9\x80\x95\x66\x18\xea\x4f\x08\x49\x95\xac\x97\x0a\xc3\x6d\xb7\xdb\x54\xa3\xe3\x54\x25\xa1\xc2\xe1\x4a\x30\x00\xf9\x6a\xc1\x04\xb3\x07\x7d\xd0\xee\x97\xb7\x08\xed\xc6\x76\x3b\xb8\x24\xef\xa4\x16\xea\x4a\x74\x69\x1a\xaf\xee\xe1\x8d\x05\xd9\xbe\x93\x47\x3c\x7f\x0f\x2d\x4e\xd3\x3b\x69\x59\xd7\x8d\x2b\x2e\xd0\x43\xb3\x25\xac\xfe\xcb\x52\xc1\x8a\x8c\x27\x58\x2d\xac\xda\x3d\x6d\x8d\xb5\xd2\x65\xf5\x58\x02\x53\x59\xaa\xcd\x74\x0b\xe6\x58\xda\x95\x95\x2e\x04\x6b\x19\x88\xda\x31\x95\x97\xe1\x1d\x08\xf6\x21\x4b\x78\xbb\xf1\xaa\xf3\x0a\x1d\xd3\xcd\xc8\xf6\xc9\x90\xcd\xc9\xb0\xef\x8f\xf7\x2d\x9a\x12\x69\xdb\xe8\xb5\x3a\x82\xcf\x83\x91\xa6\x25\xdf\x52\xef\x1d\x8d\xde\xd2\xca\x37\x8c\xe6\xb3\x57\x39\x64\x2b\x87\x6c\x43\xb1\x0f\xd2\x72\xf2\xa6\x0d\x63\x2b\xf3\xd8\x2b\x7a\xf5\xc9\xa9\xe4\xad\x95\x97\x24\x3c\x98\xcf\x04\x4a\x47\x47\x19\x49\x86\xc1\xe8\x03\x8d\xbc\x0f\x54\xd3\x19\x28\xf1\x18\x1e\x5c\x52\x94\x7a\x1f\xa8\x22\x82\x47\x88\x57\xa0\x16\x04\x41\xc2\xa5\xb8\xd7\x1f\x06\xda\x05\xcd\x5b\x8a\xa1\x4a\x2d\x14\x46\xca\xad\x4d\xd5\xee\x45\x95\x2d\x33\xd9\x4c\x20\xd1\xc8\x31\x09\x70\x54\x9c\x12\x92\x75\xbb\xe9\x90\x7c\xa0\xdd\x2e\xba\xa4\x88\x79\x85\xa1\xca\x11\xf3\x48\xe1\xbc\xa3\x8a\x84\x46\x89\x97\x95\xb1\x89\x47\x32\x1d\x2b\xc8\xf7\xba\x6f\xa0\x06\xf5\x5f\x75\xc7\x38\xdd\xa8\x46\x49\x12\x50\x54\x0d\x14\x24\x6b\x36\xd9\xc1\xec\x9a\x4a\x19\xd1\x6b\xb2\x03\x7d\x4b\x1c\x31\x79\xed\x7b\xb2\xa5\x0e\x6c\xdd\xda\xb5\x66\x98\xe5\x11\xc7\x6b\xe4\x76\x97\x14\x51\x3c\x7c\x47\x47\x35\x69\x86\x90\x45\x06\x3a\xc8\xa2\xec\x05\xc6\x8e\xc5\x6a\xf2\xea\x6f\x81\x1d\x54\xd8\x7c\x3c\x6c\x13\x96\xb8\x87\x0a\x27\x71\x28\xc6\x11\x92\xae\x68\x79\xf9\xf9\x71\xbf\xa7\x8d\x4b\x32\x8e\x0b\xc2\x9c\xb7\x14\x44\x39\x65\x6a\xef\x28\xf2\xb9\x0c\x06\x76\xa0\x9d\xf4\x81\x42\xd0\x0a\x79\xad\x72\x76\xc8\xdb\x4b\xf5\xda\x65\x4d\x9b\x83\x4a\x71\xad\xc5\xcc\x19\xbe\xab\xdd\x78\xa9\xc8\xe7\x2a\xb2\xdc\xe3\x03\xd5\xf5\xa4\xd7\x6f\xea\x49\x1e\xed\xba\x4a\x29\xaf\xcd\x0a\x39\x52\x37\xdc\xde\x31\x7d\xdb\x62\xe4\xd6\x14\x50\x38\x81\x82\x8c\xad\x45\x01\xcf\xe2\x1d\x42\x30\x81\x84\x04\x40\x49\x30\xf8\x98\xf9\x82\x69\x19\xc2\xa0\x4d\x20\x48\x5b\x3f\x50\xa1\xdf\x0f\xc6\x9b\x9f\x1c\x67\x13\xc8\x49\x6c\x61\x20\x79\x8d\xb9\xcf\x48\xac\xba\xb0\x20\x33\xf5\x33\x27\x0a\x6f\x2e\xb9\xa1\xb0\x6a\x76\xda\x1c\x57\x44\xbf\xea\xd0\x1c\xc3\x94\x84\x8a\xba\x98\x12\x42\xf2\x6e\x17\x4d\xf5\x91\x20\xf1\x78\x6a\x90\x96\xa5\x19\xd9\x46\x8f\xac\xaa\xef\xb2\xa9\x6f\xa3\x2e\x8b\xba\xbe\x8d\xba\x33\x96\xde\x02\x6e\xc8\x6d\xcd\x55\xbe\x27\x37\xce\x2d\x5c\x93\xfb\xe1\x07\x0a\x1f\xc9\xca\xb9\x54\x3d\x3f\xe4\x0e\x7f\x74\x6e\x9a\x4d\x7a\x8f\xe1\xce\x59\xbb\x1f\x1b\x02\xff\x5e\xe1\x26\x89\x4b\xae\x47\xb7\xee\x8d\xf3\x3d\x8d\x6e\xe1\xfa\x8f\xc5\x90\xb0\x3f\x96\x43\x52\xe2\xb9\x57\x64\x23\xd1\xd4\xa8\xe0\x68\x7f\x0f\x83\x5b\x89\xae\xcc\x35\xff\x4a\xa5\x15\x70\xa5\xe3\x5e\x55\x5a\x44\xe8\xfa\x0f\xdd\x53\x2f\x8c\x42\xec\x48\x8e\x5e\x69\x4e\x24\x12\xc3\x17\xdb\xad\x20\x84\xbc\xe8\x76\xd1\xd5\x38\x98\x6c\xb7\x57\x6a\xfd\xb5\x76\xb2\x4b\xca\x52\x6a\x7c\x78\xa7\xc8\xe3\xa9\xeb\x62\x63\x0d\xb3\x20\x4b\x35\xe1\x70\x47\xd6\x30\x23\xbc\x72\xc1\x86\xbc\x77\x74\x98\x6c\xb7\xea\x6f\xb7\x1b\x0c\x3f\x66\xf8\x8f\xb0\x6b\xb1\x1a\x5f\xef\x6b\x50\xb7\x79\x96\x35\x97\xc8\xe6\x3a\x0f\x93\x5d\x5b\xcf\xcc\xa8\x5b\x27\x90\x42\x0c\xf9\x27\xef\x8a\x58\xd1\x9a\x21\xe4\x47\x2e\x89\x19\x2c\x4c\x4d\x73\x85\x6d\xcd\x60\x31\x81\x3b\x22\x75\x34\x4c\x09\x1d\xdd\x8d\x82\xa8\xd0\xc1\xe8\x6e\x54\xa0\x99\x8b\x82\xe1\xac\x3c\x67\x58\xc5\x6a\x3f\x22\xa7\x4c\x9b\x3a\xa5\xe4\x0e\x77\xbb\x6d\x20\x7c\x77\x6a\x6c\x83\xe6\x44\x20\x06\x2b\x0c\x86\x63\x30\xc7\xdb\xed\xbd\x44\x2b\x98\xeb\x69\x5e\x69\xd6\xf4\x3b\x0a\x2b\xcd\x98\x7e\x47\x75\x2f\x54\xac\x8e\x51\xdb\x41\x57\x84\x73\x12\xc0\x9d\xba\xae\xec\x36\x54\xdd\x2b\x6d\x7b\x50\x9e\xe1\xb9\x3e\x17\xba\x60\xd4\xb4\x7c\x98\x6a\x5f\x1e\x0a\xd0\xcf\x6b\x58\x93\x75\xbb\xac\xdb\xa5\x7f\xdc\x99\xd9\x59\x0e\xa6\xdd\x64\xbb\x3d\x45\x4b\xd3\x14\x9c\x06\xda\x27\x88\xea\x0e\xdd\xef\x4e\xd5\xce\xb2\x24\x3e\x96\x15\xf1\xd1\x24\x84\x65\x42\x38\x39\xe8\x46\x84\xbe\x24\xdb\x23\x57\xdd\x7e\x93\x18\xef\x4e\xef\xb6\x5b\xd6\xed\xea\x59\x5f\xe1\xed\xb6\xca\xda\x4c\x2e\x30\xb2\x82\x94\xdc\x41\x42\xa6\x47\x6f\xc3\xb4\x5a\xd4\xea\x42\x34\xf8\xe9\x63\xf7\x61\xbe\x45\x71\xb7\x9b\xe2\xe7\xcf\x43\xfb\x5e\x14\x6d\xa9\x9f\x3e\xb4\x50\xa8\x5f\x89\x81\x92\x71\x08\x81\x02\x99\x99\x3a\xbb\x42\xc1\xe8\x94\x2c\xd5\xe5\x9d\x61\x88\x49\xa6\x7a\x9b\x93\xd4\x8b\x9d\x58\xef\xb8\xbc\x7a\x70\x84\x75\xbb\x46\x13\x72\x46\x12\x27\xed\xe5\xb0\x20\x5e\xe2\xc4\xbd\x1c\xe6\xaa\x26\xaa\xca\xaf\xc8\x5a\x7d\xcd\x14\x40\x5c\xab\x3a\x17\x78\x70\xa9\x76\xdf\x9d\x81\x0d\x53\x32\x87\xa5\x6a\x6d\x05\x53\x45\xd8\x2c\x25\x9a\xaa\xaf\x4b\xb2\x74\x96\xde\xc6\x41\x3a\x69\x85\xbd\x50\xeb\xe7\x9f\xa2\x60\x78\x59\xb2\xc4\xd6\x16\x2f\x56\xa3\xd1\x6b\x55\x16\x79\x4b\x6f\x8d\x7b\x1b\x9d\xfd\x52\xa2\x5b\xb5\xff\x6e\xc9\x8d\x44\xb7\x18\x4e\x59\xa5\xd5\x7f\xab\x5b\xbf\x81\x7b\x03\x79\xaf\x8d\x70\xe6\xa3\xb9\x5a\xae\xb4\x7c\x66\x70\x3f\xbc\xee\x76\xd1\x0d\xb9\x87\x7b\x72\x0d\xd7\xe4\xa6\x02\x71\xd7\xde\x3d\xbc\x50\xd8\xdc\xab\x12\x8b\x83\x97\xe4\x85\x06\x3a\xaf\x74\x27\x5f\x74\xbb\x1f\x87\x57\xba\xec\x47\xf8\x48\xae\xe0\x8a\xdc\x60\x78\x39\x7a\x31\xfa\xe8\x5e\x0d\x83\x3f\x6e\xc7\xe1\xe4\xb9\xba\x54\x6f\xd5\xa5\x7a\xaf\xf1\xc0\x8f\xd1\x15\x8e\x3e\x3e\x27\x2a\xad\xdb\xd5\x39\xc8\x55\xf4\x6a\xf8\x81\xfe\x81\xee\x55\x74\xa0\xa3\x83\xc9\x73\x72\x5d\x4e\xc0\x5f\xf5\x88\x5d\x33\xe2\x0a\x8c\x49\xf4\x97\x1a\xf5\xf8\x16\x6e\x24\xfa\x0b\x4f\xec\xbd\x50\xd8\xfc\x0a\x3a\xe2\xd1\x07\xea\x71\x28\x48\x25\x3c\xf7\xc4\x50\x8e\x8a\x2d\x09\x23\xa9\xed\xad\x8b\x2d\xe9\x63\xf0\xc4\x90\xa9\xd8\xf3\x88\x55\xb1\xcf\x30\x14\xbb\x3d\x19\x08\xd7\xf2\x8f\x61\x00\x99\xc6\x75\x15\xaa\xa0\xb6\x37\x43\x1c\x9e\x38\x9a\x99\x6c\x7a\xf8\x93\xe1\xf8\xa7\x40\x47\xe3\x00\x3c\x3e\x89\xc6\x0a\xe3\xe0\xde\x87\x96\x67\xe2\xdf\x3e\xc5\x85\x69\xde\x44\x29\x7c\x0a\x19\x29\xfc\x5b\x48\x09\xf5\xd7\x9a\xf1\xb7\x81\x9c\x64\xbe\xba\x1b\x32\x7f\x03\x0b\x12\xc0\x9c\x84\xb0\x22\xb9\x97\xc2\x1d\x99\x79\x7a\x2b\x27\x84\x7b\x29\xac\x14\x74\x49\x86\x01\x36\x9e\x59\x7b\x64\x05\xda\xa0\x30\x99\xa1\xc5\x30\xa9\x98\x7d\x73\x75\xa1\xa0\x39\x49\x70\xad\xce\xbf\x1a\x06\xa6\xc8\x70\x5e\xe5\x4a\x86\xc6\x4a\x35\xd1\xf7\x55\x42\x58\x55\x7f\x30\x4c\x8e\xd4\x7f\xbc\xe4\x7e\xfd\xc7\x7b\xa1\xeb\x97\x5e\x0c\x77\xfb\xfd\xbf\x83\x60\x78\xf7\x05\xfd\xbf\xfb\x7c\xff\x45\x55\xbf\xdd\xff\xa6\xfe\x4f\xf7\xff\xee\x93\xfd\x2f\x17\x74\xa1\x0d\x9e\x0b\x9f\x92\x87\x75\x94\xba\x0b\x67\x05\x9b\x28\x76\x17\xce\xdd\x0e\x43\x38\x9c\xeb\xc4\x5b\x93\x38\x2f\x13\xe7\x3a\xb1\xd8\xe9\x7f\x8d\x42\xa2\x3c\xea\x80\x46\xb3\xe0\x1b\xac\x5f\x2b\x3c\x71\x7d\xe4\x8a\x61\x30\x0a\xa2\xb3\xa8\x8a\x65\x75\x6c\x3f\x0a\x4d\x6c\x38\xf1\x64\x1d\x1b\x46\x41\xa4\x7e\xcf\xa2\xfe\x9e\xf5\x42\xe3\xf7\x03\x71\x7f\x0d\x8a\x04\xdd\x33\x36\xb0\xb9\x7c\xa1\xa2\xaa\xd4\x39\x6c\xec\x9f\xd8\x29\x21\x62\xc4\x3c\x11\x05\xda\x66\xaa\x96\x28\x47\xa1\x0e\xd7\xd8\x77\xd4\x2f\xc3\xa5\x20\x35\xaa\xe5\xd1\x07\x9e\x86\x33\x6b\x1a\xd2\xb6\x4e\x4a\x00\x8c\x4c\x2b\xbd\x94\x1a\x9f\x0e\x06\x6c\x58\x0c\x5c\xb7\xa8\xd1\x5d\x75\xba\x42\xc8\xc8\x74\x5c\x4c\x2c\xef\xe6\xe5\xad\x30\x48\x87\x74\xe0\xba\x14\x27\x24\x1b\xd3\x09\xc4\x1a\x68\x89\x51\x32\x0e\x27\x0a\x4a\xfc\x03\xc5\x90\x00\xc7\x6a\x85\x5d\x57\x46\x89\x49\x6f\x12\x9e\x07\xdd\xae\xe7\x49\x88\x49\x52\x4d\x44\x70\x4a\x6c\x51\x74\x8c\x12\xc8\x14\x9e\x65\xe6\x4f\x5d\xfa\x33\xe3\x40\xcd\x10\x4b\x89\xc6\x04\x0a\xed\x5a\x03\x9f\x12\x82\x66\xa4\x40\xda\x51\xd7\x76\x4b\x55\x59\xfc\x3c\xf8\x23\x55\xfb\x70\x9a\x9d\xc4\x15\x19\xa2\xb0\xf0\xed\xf6\x4c\xfd\x8c\x78\xc4\x20\x1f\x86\x23\x11\x49\x3c\x30\x2c\x6d\x94\x13\x94\xbb\xa9\x7b\x8e\xbf\x3e\x57\x95\xce\xca\x2d\x5d\x95\xd7\x37\x62\xd6\xa6\x53\x72\xc3\x16\x2e\x47\x51\x0c\x09\xef\x76\xd9\x50\x7b\x0e\xd1\x5e\xdf\xc5\x90\x24\x36\x0b\x55\x6f\x09\xc3\x87\xed\x76\x4b\xe9\xd7\x9e\xca\xcc\x02\xe1\x87\x97\x25\xaf\x6d\x05\xd3\x6e\x77\x6a\x58\x27\x4b\x32\x9e\x60\xb8\x26\xa7\x01\xdc\x2b\xe4\xf2\x96\xdc\x90\xd6\xfb\x7c\x73\x84\x1f\xee\x14\x6a\x87\x36\x70\x89\x61\xdd\xed\xde\x77\xbb\xaf\x7c\xc3\x97\x51\x88\xa1\xa9\xe7\x55\xcd\x70\xc5\x18\xaa\x86\x66\x70\xaf\xfa\x73\x4c\xa5\xa6\x94\xb4\x36\x66\xe0\xde\x8f\x59\x63\x08\xfe\x63\x06\x1c\x2b\x62\xff\xd1\x64\x89\x2b\x26\xb3\x19\xb7\x5a\xc5\x69\xb7\xbb\xb4\xb9\xd0\x70\x8d\x37\x84\xc3\x25\x91\xb0\x26\x4c\x0d\x32\x04\x85\xe1\x66\x2d\x9c\xcb\x9e\xaf\x86\x48\x55\xa8\x16\xb6\x93\x74\x4a\x65\x10\x48\xa3\x87\x75\x74\x0b\x9b\xe8\x66\x07\xb7\xea\x9b\xc3\x26\x92\xbb\xdd\xe0\x05\x12\x78\x84\xee\xb5\x4b\x9a\x63\x8d\x08\x5f\xdd\x29\xea\xef\x06\xdb\xb1\xb7\x3a\xf6\xd6\xdf\x60\x60\xdb\xad\x35\x65\xf0\x91\x9c\x86\x38\xfa\x74\xb7\x4d\xa6\xdd\x2d\xe1\x70\x43\x24\xdc\x13\xa6\xef\xd2\x3b\x98\xc2\x12\x36\x70\x09\xda\x04\x1d\xee\xe1\x1a\x3e\xc2\x15\xc9\xe0\x95\xe1\x19\xbe\x20\xd6\xa5\x08\x2f\x2b\x46\xf0\xcc\x62\x04\x2f\x6a\x44\x72\xfe\x28\x23\x38\x23\xaf\x34\xd7\x1e\xa6\xea\xcf\x47\x72\x1a\x3c\xc6\xed\xcd\xc8\x15\xdc\x35\xdc\xdc\x12\x6d\x93\x24\x55\x2b\x26\x34\x0a\xfb\xb1\xdb\x95\x50\xd4\x96\xe7\x03\xc4\xb6\xdb\x02\xeb\xe1\xef\x31\x4d\x0f\xe7\x24\x6e\x31\x4e\x33\x35\x49\x16\x5d\x50\x74\xbb\x6f\x24\xba\x83\x04\x24\xc4\x26\xd5\x66\xa5\x2a\xa4\x72\x4a\x96\x06\x29\xae\x75\xd4\x5f\x5a\x77\xc2\x3f\x2d\x05\x19\x05\xf4\x3e\xd0\xde\x19\x08\x92\x31\x83\x01\x0b\x23\xaf\xa9\x4e\xad\xbf\xa2\x82\xa6\x29\x4b\xf3\x2f\xf2\xe9\x24\x90\xd1\x5f\x72\x3e\xd0\x5e\xf8\x2c\x28\xd5\x98\xca\x10\x8e\xc6\xb2\xf7\x81\x3a\x3a\xa1\xfc\x98\xec\xc0\x7a\xcf\xe5\xd7\x43\xf1\xf6\xbe\xcb\x13\x8d\xdb\x26\x5e\xdf\x29\x6c\xbd\x27\xdc\x2b\x6a\xaf\xde\x16\xc3\xc9\x21\x05\x06\xea\xb5\x94\x1d\x26\xa5\x65\x93\xad\xef\x50\x10\x24\xdc\x56\x75\x7d\x48\x48\xe8\x0a\x07\xf5\x9d\xc2\x13\xb5\x9f\x42\xd3\x7a\xd3\xda\xc9\xa1\xfc\xdc\xea\x30\xf5\x2a\x86\x70\x4b\x67\x08\x18\xee\x15\x20\x39\x42\x89\x87\xb8\xc3\xb5\x93\x55\xa7\x70\x0a\xdc\x53\xcd\x61\x3c\xd9\xd9\x02\xf5\xaf\x8e\x69\x77\xbc\xce\x5c\x52\x38\xdc\x13\x8e\x2c\xf5\xda\xa4\xad\xea\x30\xf8\xea\x40\xd1\x41\x73\x60\xbf\x6a\x14\x1c\x24\x11\x24\x01\x46\x0a\x42\x77\xf0\xd5\x97\xa9\xa9\x7d\x5b\xae\xcf\x6f\x99\x76\x2b\xfd\x5b\x46\x38\x06\x3e\xfc\x67\xd6\xed\xa2\x7f\xea\xc0\xef\x99\xf6\xd1\xf2\x7b\x46\x24\x06\x39\xfc\x55\xa5\xfc\xaa\x02\x96\x32\xfd\xb1\xf1\x94\x62\xed\xce\x65\x07\x38\x74\xa0\x03\x12\x12\xdb\x1f\xf9\x63\xb9\x6a\x10\x42\xd8\x6e\x7f\xd7\x54\xb9\xdf\x34\xb9\x6d\x02\x10\x3f\xd4\x93\x61\xd3\x02\x4d\xb9\xdf\x3b\x95\x47\xbc\xbf\x49\x74\xee\x6b\x6f\x95\xda\x94\xbc\x84\x30\x1c\x8e\x32\x38\xaa\x5a\x65\x43\xbe\x8a\xc7\xa1\x4e\x3d\xef\xc5\xa3\xe0\xa6\xce\x22\xa0\xe9\xb1\xe1\x9d\xfc\x44\xa7\x49\x91\x1f\x33\xf4\xd1\x9d\xe6\x18\xb2\x1d\x08\x96\x17\x69\xab\xd5\x64\x86\x68\x2d\x7c\x36\xa2\xa8\xc6\xb2\xbc\x36\x40\xd7\x32\x8c\x5d\x03\x45\x2c\x1d\xb0\xbf\x59\x82\x98\xce\x32\x80\x8e\xcb\xdd\x0e\xd5\x7f\xcd\xf7\x49\x70\x12\x42\x78\xa2\x52\xbc\xbe\xf3\x78\xa2\x4e\xfb\xcb\x72\x52\xf1\x43\xb9\xd4\x2f\x33\x97\x70\xad\x90\x26\xc1\x75\xdf\x58\x6d\xff\xfd\x60\xff\x54\x1c\x63\xc2\x3d\x69\x7c\x34\xb7\xce\x6b\xe1\x14\x6e\xe2\x24\x78\xf0\x67\xe6\x12\xea\x20\xe9\x72\x75\xc0\x7f\x36\x21\xa6\xf9\xd0\x5a\x83\x88\xc2\x0f\x52\x01\x30\x60\xa4\xd1\xfc\x1a\xfc\x72\x70\x94\x34\xfe\xfc\x4b\x73\x94\x74\x29\xa1\xce\x92\x7d\x58\xfe\xa1\xfa\x59\xe7\xfa\xc1\x42\xe1\x38\x3b\x72\x02\x1a\xcd\x58\x45\xc3\x14\xad\x11\x30\x87\xb5\x46\x20\x5a\x23\x28\x5c\xd9\x8c\x80\xd6\x60\xe1\xbb\x26\xaf\xd6\xaa\x2a\x73\x6a\xcd\xaa\x33\x47\x8f\xb5\x84\x1c\x2d\x2d\xa9\x23\xe3\xd5\xa0\xe3\x60\xbc\x15\xf4\xc0\x3b\xf8\xe5\xcb\xc0\x87\x7e\xc6\xa6\xe5\xab\xc1\x48\xd9\x96\xd9\x1d\xfb\x39\x43\xd2\xa5\x86\x6f\x46\x45\xac\x89\x61\x0a\x01\x7c\x4f\x5b\x2f\x52\xed\x95\xd0\x0e\x63\xcb\x7e\xb5\xac\xc4\xcb\x7c\xaa\x57\x65\xbe\xf6\x19\x6f\x0e\xa9\x45\xb6\xa8\x12\x71\x9a\xe5\xec\x1d\x95\x8b\x52\xe3\x87\x92\x73\xff\xa2\x39\xf3\xf2\xd3\x67\x9e\x35\x67\xbe\xf8\x82\x33\x9f\x7c\xfe\xcc\x17\x60\xc1\x93\xcf\x9c\x79\x4a\xb8\x75\xde\x6f\x8f\x1d\x5c\xb6\xbf\x04\x8d\xe3\xd7\x6c\x24\x22\x86\xdb\x6f\x3a\xa0\x86\x8e\x4b\xd4\xe4\xb7\xb5\xc4\x1a\x75\xb3\x43\xdd\x88\x16\xa8\x3d\xa2\xb1\xf6\xa9\xb2\x2d\x20\x7d\xa9\x65\x90\xd7\xe5\x24\x24\x20\x8f\xeb\x78\x24\xa8\x96\x1c\x25\x64\x2a\xd1\x98\x69\x54\x8c\x96\xcd\x0c\x0a\xa4\x10\xc8\x4d\x89\x42\x5e\x12\xaa\x9a\x5b\x13\xaa\xe8\xbc\x0d\x61\x70\xab\xf5\x9d\xe0\x86\x28\x92\x0c\xee\x49\x32\xee\x4f\x40\x61\xe8\x75\x07\x2f\x61\xbd\xf7\x2c\x66\xd5\x29\x06\x47\x35\xee\x53\x84\x1f\xfe\x7f\x02\xe1\xba\xf3\x31\x5c\xd7\xeb\x9a\xef\x59\xa9\xe3\x87\x04\xcd\x08\x87\x85\xba\x38\xe7\xe4\x12\x56\x64\x0d\x77\xe4\x16\xa6\xe4\x06\x96\xe4\xbe\x99\x01\x9b\xc2\xc2\x0f\xed\x71\xcd\x61\x05\x33\x30\x28\xb3\xee\x7c\xd3\x20\x05\x5a\x6e\xe9\x19\x2c\xa0\x54\xa9\xd8\xc7\xac\xab\x6d\xce\xac\x6d\x2e\xea\x2d\x4d\x1f\xdd\xd2\xfb\xc6\x03\x65\xbb\xa5\x1e\xc4\x63\xbb\xbc\x6d\x4d\xd0\x2a\x23\x9a\x6b\xe7\x7a\x8f\x53\x07\xc2\xd0\xbf\xa0\xd5\xd4\x9a\x91\x98\xc5\xdf\x90\xdc\x93\x70\x49\x66\x1e\x83\x35\xd9\x38\x1b\xf7\xd2\xc8\x7d\xd6\xc3\x73\x27\xe9\x76\xa7\x9e\x67\x32\xde\x92\xcc\x9d\xc3\x0d\x49\xdd\x15\xdc\x93\xd8\xbd\x83\x6b\x0b\xe2\xde\x3a\xb7\xee\x8d\x73\xe3\xde\x3b\xf7\x8a\x30\x69\x9e\x3c\xb9\xef\x91\x6b\x0c\x57\xe4\x92\xa2\x4b\x8a\xee\xb1\x17\xe2\xe7\xef\xe8\x76\x7b\x49\x91\xf0\x16\x46\x7e\x2d\xdc\x05\xee\x95\x1e\x93\x0d\xce\x77\x03\xb7\x18\x5e\x11\x8e\xae\xe0\xa3\xa2\x58\x5e\xa9\xbd\xf6\x92\xbc\x52\x7b\xed\x2f\xf2\xc2\x93\xf0\x86\xbc\xf4\x18\xfc\x49\x2e\x9d\xbf\xbc\x8d\xf3\x66\x80\xfe\x74\xfe\xec\xad\x87\x89\xae\x19\x6d\x9c\xbf\xdc\x4b\xe7\x0d\xee\xad\x3d\xff\x02\x0f\xfd\xb3\xed\x96\x0e\x33\x67\xee\xa6\xce\xca\x8d\x9d\x3b\x45\x5a\xb4\x27\xe7\x05\xbc\x84\x2b\xb8\xed\x91\x6b\xb8\x51\x7f\xee\xf5\x14\xc1\xb2\xdc\xcc\x2f\xe0\x25\x86\x02\x95\xb9\xf4\xe2\xef\x4f\x27\xde\x95\xd8\x8f\x7f\x01\x96\x6a\xf3\x59\xe0\xbc\xa6\x18\x32\x12\x3e\xb1\x9c\xce\x08\x16\x27\x79\x62\xbf\xd1\xfc\x29\xcf\xaf\x19\x41\x09\xe1\x8e\xe1\x83\x84\x4f\x40\x96\x6e\xe4\x4b\xf4\xba\xe5\xde\x44\xb0\x86\x5e\x61\x0c\xb5\x35\x34\x2a\x55\x10\x34\x96\xce\x6f\x14\x98\xf3\x1b\x55\xb0\xe7\x98\x7f\xb5\x32\x2a\x65\x48\x0b\xe8\x6c\xfe\xaf\xf1\x94\x60\x1e\xa7\x14\x8c\x2e\x6d\x84\x30\x61\x36\x37\xab\xbe\x05\x0e\xd5\x61\xb8\x6f\xe2\x50\xa9\x29\xf2\x69\x25\x89\xcf\x09\xfa\x77\x8f\x1e\x35\xbe\x77\xd4\x1e\x3b\x5c\x7c\x4f\xc5\xc6\x02\x5d\xcc\x9a\x8f\xcc\x9a\x52\xcb\xc1\x0c\xb6\x01\x59\xf6\xe8\xa5\x71\xc2\x49\x66\x8c\x2b\x5e\x53\x63\x92\xa1\xf6\x86\xb1\xd1\x58\xb8\x29\xc4\xc6\x06\x64\x31\xd9\x13\x17\x36\xa5\x2b\x5d\x2e\x23\x4d\x4f\x71\x6f\x01\xc8\x94\xc2\xbd\x05\x06\xde\xed\x9a\xda\x7e\x2b\xeb\xff\x8d\xee\xbd\xe9\x99\x91\x97\x12\x51\x32\x63\x68\xa9\x20\x19\x86\xa4\xd2\xae\x4a\xd0\x1d\x4c\x1b\x17\x57\x64\x6e\x8c\x54\x16\x10\x93\x95\xb1\x03\x59\x40\x81\xf6\x10\x83\x4a\x6c\xd4\xed\xa2\xdc\xbf\xa3\x69\x32\x35\xd2\xca\xd2\x85\x68\xf5\xc6\x4d\x03\x82\x5a\x9b\xb2\xed\xae\xd9\x30\x42\x8f\x4e\x07\x86\x05\x09\x2f\x02\x98\x93\xf3\x67\x01\xac\x48\xff\x22\x80\x3b\x12\xc0\x94\x04\xb0\x24\x01\x5c\x92\x00\xd6\x24\x80\x5b\xf2\x7d\x06\x37\x64\x03\xf7\x46\x99\xe8\xda\x76\xa4\x7d\x22\xab\x0d\x7b\x64\xa3\xb7\x47\x80\x21\x27\x29\x43\xb7\x88\xc2\x0c\xdd\xa8\x03\x80\x31\xd4\xc9\x01\xe4\x3b\x90\x7e\x9c\x26\xab\x17\x7c\x9e\x7e\xa1\xff\xe6\xdb\xda\x1b\x34\xba\x27\x1c\xbe\xcf\x70\xf4\x5a\x22\x74\x4f\x5c\x8e\xf5\x3e\x28\x10\xc6\xd1\x7d\x55\xf3\xab\xb5\x64\x36\x56\xf9\xa9\xaa\xaf\x35\x13\x88\x8f\x7e\x37\xa6\x3b\xc6\x4a\x48\x4b\x11\xf5\x2e\xa8\xac\x86\xd4\x2e\x89\x36\xa6\x9d\x6b\xd5\x8e\x76\x69\xf8\x65\x4d\xe8\x07\x7e\x84\x2a\xb9\xd0\xee\x96\x04\xe5\x79\x4a\xe5\x17\x96\x9e\x13\x57\x4b\xc9\x56\xc4\x35\x86\x5a\xaa\xa2\xf1\x1c\x56\x13\x3d\x5c\xc6\x65\xcb\x8b\xf7\x27\x6a\xba\xd3\x0c\x93\xaf\xcf\x9e\x28\xb8\x0a\x53\xcd\x30\xa9\x42\xa6\xd6\x3b\xb5\xf9\xa7\x7a\xe7\x83\xf4\x45\x26\xbf\xb8\x97\xcb\x56\xdd\x97\xad\xba\xd7\xb5\x4e\xe8\xb0\x3f\xe2\xe3\x7e\x95\x10\x05\x65\xb3\x4b\xfd\x1a\x8c\xfa\xb3\x36\x6d\x37\x6e\x96\x25\xcc\xa0\x53\xc3\xfc\x0e\x86\x43\x10\x92\x10\x7e\xdc\x7f\x20\x54\x26\x05\x24\xa9\xcd\x10\x98\x6a\xd2\x82\x50\xa9\x0d\x24\x34\x04\x3e\x50\xcc\x33\xea\x31\x6a\x20\x4c\xed\x35\x1b\xdf\x8c\x59\xdb\x60\x0c\x6c\xfb\xb0\x7c\x2f\x71\xf8\x81\x8e\xb8\xf7\xbd\xd6\x21\x18\xf2\x11\x77\xbf\xa7\x51\xbb\xc4\x8c\xed\xbf\x9f\x33\x92\xdb\x2d\x1b\xbd\x94\x68\xae\x99\x66\x2b\x43\x96\xe0\x68\x6e\x9e\x3b\x57\x89\x65\x5c\x94\x5b\x6c\x89\x05\x7b\xd4\x37\x5e\x75\x9e\x15\xcd\x3b\x96\xaa\x4f\xb2\xea\x93\x1c\x49\xd5\x27\x09\x6c\x62\xcd\xd0\xdc\xba\x15\x17\x2d\x77\x3b\xd5\xec\x2e\x18\xf2\x38\xb6\x6f\xd2\x15\xfb\x2c\x77\xad\xb4\x29\xcc\x6c\xf9\x65\x63\x99\x59\x3e\x03\xc5\x0e\x6c\x33\x63\x47\xb8\x99\x53\x1c\x61\x76\xa5\x4e\xe2\xe5\x0e\x85\xcc\x11\x5e\xec\x14\xda\x4c\x2e\x77\x12\x37\x75\x68\x9b\x13\x57\xca\x4a\x8b\x16\x5f\x2e\x69\xf5\x8a\xda\xad\x7e\x11\x03\xee\x7f\x1b\x53\xe2\xa5\x0e\x3d\x3e\x26\x37\x36\x63\x72\xf3\x7a\x4c\xc2\xcb\x9c\x62\x8f\x75\x77\x77\x7c\x86\x79\xcb\xf2\xeb\xc8\x13\xe5\xa5\xff\xb6\xca\x83\x2b\x75\xe4\xa0\x74\xbb\x3e\x42\x05\x99\x2a\x12\xaa\xd0\x4f\x82\xa8\xaf\x04\x03\xa2\xc3\x60\x94\x0c\x8b\xa8\x18\x26\x1a\x15\x54\xd4\xfe\xf7\x5a\xcd\xae\x20\xdc\x55\xdf\x90\x10\xee\xf9\x17\x4e\xda\x28\x7d\xc5\x90\x93\x62\xa0\x8a\xe6\xc3\x24\x4a\x86\xf9\x20\xf7\x48\x5a\xcb\x0b\x50\x4c\x6e\x34\x1d\xe5\x59\x06\xa7\x39\xae\x83\xaa\xef\x39\x9e\x60\xad\xff\x1d\x6b\xc2\xcd\x32\x68\x6d\x8d\x5c\xab\x55\x0c\xf4\xcb\x84\x84\xc3\xad\x6c\xde\x4a\xe1\x1c\x79\xb6\xd9\x0d\x52\xc1\xfe\xe4\x79\x30\xf2\x44\x24\xb0\xdb\x37\x6d\xbd\x7b\xed\xbd\xa3\xf8\x6b\x54\x07\xad\xe3\xbe\x64\x6d\x5d\x0e\x05\xa6\x28\x9f\xeb\x58\xef\x1d\x05\xd6\xa8\xd4\x7e\x0a\x31\x14\xda\x69\x4a\x73\x2c\xdb\xf0\xc3\x1e\xdb\xe6\xff\xb8\x41\x09\xbc\xdd\xe0\x65\x0b\x67\xf2\xf3\xac\x10\xb1\xb5\xcb\xd6\xed\x64\xa9\x1f\xa4\xb5\x2c\x62\xd9\x9e\x62\x65\xeb\x58\x24\xad\x6d\x4f\x6d\x15\xcf\xea\xc8\x18\xbd\x4e\x48\x49\xd1\x32\x1a\x8c\x49\xd1\x32\x1a\xcc\x6d\x63\x47\x86\x61\x66\x1b\x3b\x32\x85\xf0\x94\xab\xa7\xe9\xa8\x06\xdf\xa7\x1c\x09\x4f\x62\xb7\x70\xa8\x43\xb9\x7e\xad\x47\x3b\x4f\x0e\x7b\x75\xe9\x05\x86\x15\x59\xb4\x7c\x99\xdb\x16\xbe\x86\xd5\xbf\xc0\xce\x1c\x58\x13\xb5\xf0\xb8\x8a\x11\x84\x39\xa9\x2b\x9d\x1c\x0a\xc2\x9c\xd8\x95\xce\x4c\xdb\x3f\x26\xae\x74\xb2\x23\xa7\xbb\x00\xd1\xbc\x83\x66\xa2\xec\x47\xd1\x84\x23\xdc\xc2\x29\x30\xd6\x77\xe2\xa1\xc2\xd1\x98\xab\xc2\x52\xa7\x56\x8b\xbf\xf2\xa7\x89\x79\xef\x8b\x2c\x60\x65\x59\x15\x1f\xf0\x01\x6b\xd3\xb8\xc6\x4a\xb4\xb2\xd8\xb4\xed\x48\xb5\x2e\x49\xf9\x46\x9f\x27\xb1\x6d\x39\x9f\xe1\xc1\xdf\x32\xf7\x11\x1b\xda\x8c\xb4\x2c\xe5\xb1\x93\xb9\x28\x23\xc2\x49\x3c\xe6\x50\x27\xc5\x4e\x86\x41\xcd\x8c\xd0\x21\x30\xac\x50\xad\x9d\x6c\xd9\xc1\xfe\x70\xdc\x0e\x56\x92\x42\xdf\xc6\x96\x49\xab\xe9\xba\x05\xe0\x13\x0c\x3f\x58\x2c\xec\x1f\x8e\xb2\x0d\xeb\x1c\x56\xf2\xad\x75\x1a\xee\x0f\xaf\x31\xdb\x65\x9f\xb5\xb7\x0b\xdb\x7a\x5e\x01\x40\x24\x9c\xa2\x36\xa3\x4f\xda\x22\x24\x48\x9c\x96\xf1\xfc\x27\xee\x97\x76\x63\xc6\xc0\xbc\x14\xe3\x40\x41\xa4\x3a\x2c\x49\xcb\xa6\xb9\xb5\x7a\xc7\x44\x42\x4e\x02\xc2\xa1\xa5\xcd\xb6\x3e\x1f\xa2\xdb\x65\x4e\xd2\x13\x7b\x37\xca\xf5\x23\x77\xb8\x82\xe2\xde\x5b\xea\xbe\xa3\x43\xf3\xa0\xba\x09\xe0\x48\x0e\xb5\xba\xbf\x8e\xd3\x5f\x95\xc4\x99\x9a\xe3\xb5\xca\xee\x51\xa1\x87\x8f\x8f\x48\xd0\x12\x87\xef\x09\xd0\x54\xcc\xf1\x8b\xfb\x08\x88\xd3\x19\x24\xe5\xe8\x03\xed\x9d\xbb\xbc\xd7\xc7\x3b\xb5\x0c\x84\x10\x39\xb2\x40\x87\x21\xfe\xd3\x6c\x8e\x44\xcf\x56\x1d\xef\xd5\xf1\xaa\x87\xbd\x42\x91\x2d\x40\x89\x70\xac\x9e\x2b\x2c\x01\xf7\x6a\x65\x89\x64\x74\xc4\xa4\xb5\x2d\x92\x03\x41\xfe\x8e\x92\x4a\x2f\xdd\x5e\xbc\xc7\x84\x75\x09\x54\x90\x4b\x8d\xa5\x6e\x9c\xf6\x04\x84\xbd\x04\x63\xef\xad\x42\x8f\x19\x8e\xae\xac\x95\xfa\xf8\x49\x6c\x2b\x69\x44\x83\xd6\x74\x17\x6a\xba\x13\x7b\xba\x8b\x47\xa7\xfb\x70\x16\x91\xf0\x5a\xb3\x87\xa4\xa7\x71\x28\xd1\x2b\x5c\x6e\x69\xf9\x6b\x33\x87\x51\xcc\xa2\x4f\x4f\x55\xf2\x29\xe9\x65\xe2\xfd\x1d\x15\xc7\xe6\x50\x4f\x84\xe5\x2c\x60\x1f\x17\xaf\x97\xb4\xbd\x37\x64\xaf\x8f\x6d\xd7\x09\xaf\x98\x6d\x8b\xa2\x39\x16\xda\x06\x4e\x13\x78\x0a\x92\x37\x04\x1b\x24\xe6\xd5\xe8\x92\xc0\x6c\x10\xc3\x3d\x62\xb0\x92\x74\x89\x92\x2e\x61\x16\x51\xd2\x3c\x59\xab\x55\x8d\x46\x76\x85\x5a\x1c\x8f\x23\x16\x71\xed\xb3\xf2\x90\x4e\xac\x2a\x2e\xfe\xa7\x8a\x1f\x21\x91\x8d\x0c\x22\x39\x56\xb5\xf6\xc7\x4b\x08\xab\xcc\x49\x4b\x5b\x89\xd2\xcc\xe6\x03\x75\x04\xd2\xb7\x36\xc2\x83\x04\x8d\xc7\xa9\x42\xbf\x32\x48\xc7\xe1\xc4\xcb\x26\xa0\xc3\xae\x09\xbb\xd9\x64\x52\x59\xec\x49\xfd\x0e\xa0\xee\x5a\x2d\x09\x6c\xf7\xcf\xf4\xdb\x72\x3f\xd0\x5e\xe3\x4f\xad\x30\x78\xdc\x5a\xe4\x97\x2d\xc4\x65\x1c\x58\x49\x7f\xb5\x93\x42\x2b\xe9\x0d\x7b\xd4\x9b\xd0\x38\x00\xed\x34\xa5\x0f\x05\xe9\x0f\xe4\xb0\x18\x14\xae\x6b\xf2\x0e\xb4\x25\xe2\x3f\x10\x1f\xb3\xb1\xf0\xfa\x93\x09\x98\xaf\x50\x7f\x15\x13\xfc\x9c\x04\x03\xec\x79\x62\xc0\xc6\xc2\x75\x27\xa4\x68\x6e\x00\xe3\xf0\x28\x68\x79\x8a\xfd\x93\x1d\xb8\x54\xd1\xda\x68\xdb\x6d\xad\x88\x66\x59\xe4\xee\x91\x90\xe6\x91\x6e\x69\x1e\xf2\xb6\x3c\x80\x98\x47\xbd\xa5\x79\xc8\xbb\x31\x2f\xb1\x8c\x70\x0f\x70\x39\xcd\x85\x48\xb4\xb1\x27\x50\xad\xb2\xeb\x15\xe5\x13\x2a\xfa\x19\x45\xcd\x9d\x88\xf5\xcb\x24\x90\x6b\x25\x5e\x4f\x7b\x6f\x50\x1f\x31\x2c\x08\xca\x1c\x94\x7a\x31\xf6\x66\xe5\xb3\x80\x3d\x34\x73\xa8\x97\x39\xf5\xde\x1d\x17\xee\xc2\xa1\x90\xba\x0b\x27\xb7\xc6\xf4\x1d\x3b\xe2\xb2\xa6\x31\x33\xad\x6c\xef\x4e\xcd\xa3\xe5\x4c\x4f\x8d\x6e\x7e\x4f\xc6\xf3\x4e\x21\x41\x42\x68\x36\x01\x2e\x8d\x92\xa7\x73\x66\x8c\x90\xf3\x44\x96\x5f\x71\x22\xe2\x94\xed\xd9\x24\xbf\xb7\xfa\x10\xa7\xc6\x7e\x6e\xbb\xe5\xec\xfe\xe4\x1d\xb3\x78\x64\xaa\x12\x6e\x53\xc2\x1f\x74\xb9\x6f\x35\x54\xa1\x69\xf5\x6a\xbd\xc2\x69\xd3\xd2\x28\x10\x83\x10\x2d\x51\xd8\xf7\xf6\x70\xcb\xde\x00\x23\xd2\x5f\x83\x20\xd2\x8f\x37\x50\x90\x87\x75\xc4\x60\x13\x09\x7d\xc9\xf9\xef\x80\x12\xee\x5f\x41\x46\xc6\x7c\x32\xd0\x4d\xd6\xa4\x57\x4a\x92\x41\x5a\xd6\xa2\xdd\xc0\x30\xaf\x0a\xfa\xeb\xda\x37\x8c\x68\x22\xe3\x8d\x8a\x1d\xe0\x84\xa4\xfe\x3b\xc8\xfc\x82\x1b\xeb\xc0\x14\xc3\x07\xa6\xfe\xaa\x1a\x5b\xd1\xdf\xaa\xe8\x86\xd6\x23\x74\x10\xb7\x1b\x8c\x8f\x35\x18\xef\x37\x48\x49\xac\xc6\x50\xfb\x2e\xf8\xc0\xd4\x5f\x55\x5d\x13\xf7\xad\x8a\x1b\x94\x9e\x03\x6a\x95\x48\xdd\x76\x4e\xc2\xc1\x6c\x98\x0f\x5c\x37\xc7\x31\xc9\xc6\xb9\x56\x9a\x1c\xe7\x5e\x38\x01\x2e\x50\xac\xd7\x1a\x52\xbd\x46\x10\x9b\x9f\x02\x0f\x52\xa3\x63\xaf\x4a\xcc\x54\x56\x93\x8f\xfc\x9d\xa1\x76\x56\xcd\x13\x2d\x30\x7c\xa5\xe7\xe0\x2b\xd5\x0f\xcb\xa2\xac\x0d\x28\x2a\x27\x20\x84\xfb\x6b\xbd\x34\x1b\xc8\x08\x4d\xfd\x9b\x41\xa6\xdd\x19\x08\xf2\x96\xa1\x0c\x28\xf6\x12\x10\xc3\x77\x14\x67\x24\xf3\xdf\x0c\x2a\x67\x02\x05\x49\xbc\xd7\x26\x03\x9c\xa2\x42\x65\xc0\x0f\x62\xe8\xbd\xa3\x23\x24\x49\xe6\xbf\x03\x46\x32\x1c\x15\x75\x8c\x0a\xfb\x57\x38\x92\x84\x91\xcc\xbc\x58\xa3\x2d\x76\x32\xff\x27\x85\x2d\x57\x51\xaa\x95\x9f\x4a\xe7\x12\x7a\x3f\x6b\xb8\x9e\xfa\x09\xcf\x99\x90\x48\x82\x42\xc4\xb7\xdb\x0a\xca\x2b\x78\x5f\xee\xec\x6f\x99\x79\x7b\xf4\x3d\x43\x66\x93\xeb\xcd\x5c\x96\x4b\x81\x61\x48\xcd\xb4\xb1\x7a\xf6\x4c\xbe\x72\xbe\xf5\x84\x49\xac\xdf\x2c\x3e\xf9\x8a\x29\xa2\x5c\x9b\xcf\x60\xcb\x03\x06\x4a\x1f\x29\x8b\x07\xa6\xf9\x6f\x59\x45\xcc\xc7\xa4\xcc\x91\x93\x58\xab\x99\xc7\x5a\xcd\x9c\xfb\x6b\x2f\xd7\xee\xae\x37\xde\x0c\x56\xea\x0e\x57\x99\xee\xc8\x4a\x27\x4c\xc9\x4a\x27\x2c\x49\xdf\x41\x0b\x67\xea\xcd\x9d\x3b\x0c\x1b\xb2\x70\x16\xee\xdc\x99\xc3\x25\xb9\x73\xee\xdc\xa9\x33\x85\xb5\x3a\x5f\x68\xea\x6c\xbc\xb9\x73\x89\x7b\x4b\x37\x87\x4d\x84\x16\xce\xa5\x77\xe7\x6c\x54\x78\xb6\x1b\x70\x81\xcc\x60\x21\x86\x15\xac\xeb\x19\xf8\x3b\x43\x71\xe5\x6b\x63\x8d\xa1\x99\x10\x0e\xab\x3a\xd6\xcc\x86\x9e\x08\x8b\xdc\x78\xdb\xc2\xdb\xb8\xe9\xbd\x42\x45\xd6\x1a\x0d\xd9\x40\x42\x0a\x4f\xea\x99\xab\x74\xba\x4f\x44\xe9\x0f\x88\xfb\xef\x74\x02\xad\x5c\xda\xa3\xb0\x17\xe0\x01\x23\x54\x57\x33\x30\x37\xb5\xaa\x2a\xd5\x55\xc5\x24\x2d\xab\xaa\xbc\xf2\x9f\x64\xe6\x5c\x91\xcc\x13\x30\x23\x61\x2f\xf1\xc2\x9e\x82\xdb\x79\x2f\xae\x79\x0b\x23\xe4\x2d\xdc\x06\x15\x5b\x38\x0b\xaf\xef\xcc\x1c\x94\x3b\x79\x0f\x79\x7d\x27\xc6\x5e\xea\xc6\xbd\xbe\x5b\x78\x89\xba\x85\x71\x6f\xe6\x8a\x08\x09\x37\x6b\x59\x60\xbe\xde\x1b\xe9\x95\xea\x49\xbd\x1b\xde\x32\xfd\x44\x78\xc5\xb7\x31\x03\xa8\x59\x19\x1b\x8d\x8d\x0a\x7f\x1d\x85\x3d\xcb\xeb\xcb\x6f\x96\x68\xad\x84\xc2\x15\x80\xcf\x5b\x1e\x12\x7e\x3f\x7e\x56\x5b\x82\x96\x4a\x12\xb0\x20\x95\x0c\x60\x4e\x2a\xa9\xc0\x8a\x94\xf2\x00\xb8\x23\x49\x0a\xd3\x46\xf5\x72\xea\x79\xfa\x78\x27\xe4\x6e\x3c\x9d\x40\xa2\x3d\x4f\x08\xb6\xa2\x82\x21\xac\xd5\xba\x33\x92\x98\x1e\xd9\xfa\xdc\x94\x04\x5a\x99\x1b\xe7\x5a\x93\xdb\x67\x5a\x44\x2d\x48\xae\xd7\x3d\xd7\x8b\x95\x8d\x5d\x97\x7e\x9d\x4e\xfc\xbc\xb6\x7c\x56\x3b\x9f\xe9\x9d\x8f\x34\x3c\x95\x78\x58\x4a\x87\x0b\x8f\x69\x3b\x51\xad\xef\x99\xaf\x34\x4a\x41\x21\xd0\x8f\x0d\x4b\x81\xfe\xc1\x50\x52\x1e\x1f\xd0\x25\x67\x06\x2a\xaf\x3c\x05\x6a\x46\x0f\xeb\x68\x06\x9b\xe8\x92\x22\x69\x52\x46\x2c\x5a\xed\x22\x5d\xef\xca\xe4\x5c\x78\xa2\xcc\xa9\xc1\xbb\x8e\x1d\xc9\x68\x01\x9b\x32\x67\x29\x9f\xee\x76\x0b\x6f\x5e\xe6\x5c\x54\x75\x2e\xca\x3a\xe7\x65\x9d\x73\x93\x53\x78\x33\xbb\xce\x79\x59\xa7\xea\xca\x7c\x67\xde\x43\x84\xa4\x01\xc5\x18\x83\xeb\xda\xa8\xe1\x3f\xdb\x58\x92\xf4\x29\x9f\xa7\xcc\xe3\xe6\xd7\x52\xfc\x3c\x44\x02\xd6\xe6\xde\xdf\x98\x1f\x2a\xe2\x03\x8c\x60\xb3\x87\x0d\x7c\xd5\xba\xa2\xdf\x41\xbd\x87\x65\xb7\x5b\x93\xec\x25\x8c\x2a\xaa\x93\x9c\x94\x00\x49\x7b\xc4\x38\x25\xa4\x79\x20\xc8\x5f\x6b\x13\x9a\x0d\xa4\x44\xf8\x6b\x8f\x42\x4c\x84\xbf\xf1\xb4\x17\x2c\x1d\x9e\x91\x44\x87\x17\x0a\x74\xa5\xce\xcc\x8b\x9d\xbc\x34\xc9\x5a\x0c\x89\xf7\x9e\x96\x46\x49\x73\x92\x3a\xa9\x1b\x3b\x31\xac\x48\xe9\x1d\x0b\xee\x08\x9a\x39\x73\x2f\x76\x56\xb8\xb7\x80\x29\x41\xa9\xb3\xf2\x72\x47\x3b\xc7\x9a\x91\xa9\x9b\xc1\x92\xe4\x2d\x8c\xe6\x57\x36\x58\xea\x69\xe0\xb0\x34\xb3\x50\xc0\xd2\x5f\x93\x3b\x97\xc2\xd2\xdf\x90\x99\x05\x01\x4a\x90\x89\x61\xa9\x66\x69\x06\x15\xc2\x42\x96\x35\x42\x60\x26\x0f\x2e\x49\xaa\x6e\xc0\x4b\x7d\x44\x96\xfe\xe6\xf9\xa5\xbf\xd9\x6e\x97\xfa\x3c\x5f\xfa\x9b\x6e\x77\xe9\xaf\x9f\x93\x4b\x7f\x6d\x9c\x31\x5d\xfa\x6f\xf0\xc3\x86\x5c\xfa\xef\xca\xdb\xeb\x92\x5c\xfa\x6f\x6a\x87\x3b\xa7\x97\xea\x6e\xdb\x90\x4b\x2b\xf5\xa7\x5d\x5a\x5f\x4a\x1b\x58\x62\xd8\x6c\xb7\x28\x4b\xc9\x12\xb7\x4c\x55\xbe\x3d\x82\x5f\x0d\x34\x2b\xc3\x7f\x67\x0a\x48\xff\x0a\x43\x5a\x63\x6b\x12\x43\x5e\x62\x6b\x52\x63\x6b\x12\x37\xe3\xdc\xa3\x50\x7e\xd9\x87\x2e\xa4\x48\x41\x68\xbd\xf1\xcf\x48\x17\x35\x8c\x2f\x21\x49\xa1\x20\x89\x24\x6c\x5c\x4c\x00\x9d\xfe\x8d\x21\x09\x1c\x6f\xb7\xa7\xaa\x69\x7d\xc4\xa5\x4f\xfd\xb5\x27\xfd\x5b\x0b\xa5\x52\x71\x1b\x1d\xa7\x11\x2a\xf3\x22\x25\x25\xd2\xbf\x2d\xbd\x43\x54\xb0\xa0\x80\xd0\xf6\xd3\xf7\xb7\x3d\x60\x7c\x6b\x03\xe3\xd3\xd2\x29\x6b\x89\xce\xd0\x12\xf3\xd7\x46\x18\x1a\xc7\x37\x0f\x28\xca\x72\x50\xb1\x89\xd3\x14\x00\xf7\x15\xfa\xcf\x7d\xa1\xee\x10\x7f\x0d\x73\x0d\xcb\x56\x64\xe6\xaf\xe1\x8e\xcc\xfc\x8d\xda\x8c\x0b\x77\x85\x7b\x7d\x58\x12\x34\x77\xef\x70\xaf\xaf\x7d\xce\x10\x42\xe6\x46\x75\x74\x38\xdd\x6e\xa7\x43\x92\xd5\x86\x4e\x33\xb4\xa8\xcc\xb7\xcc\x5f\x7f\xd3\x3c\x2c\x53\x1a\x3f\xa9\xdb\x7b\x0a\x9b\x28\xdd\x0d\x58\xf5\x1d\xef\xea\xad\x53\x17\x7c\x9e\x1e\x2f\x17\x5b\xe5\xd2\xdd\xae\x36\xa9\x12\x04\x2d\xbc\x15\xee\xa1\x3b\x6f\xae\x96\x6b\xe9\x09\x67\x0a\x5e\x38\x14\xdb\xad\x18\x86\xf8\x8b\x3b\x87\x52\xaf\xc0\x3d\x61\x75\x11\xc5\x55\xcc\x97\x76\xd4\x2e\x51\xd6\x61\xd5\x6a\x99\x81\xcd\x5b\x1d\x5a\x37\x93\x69\x55\x46\x15\x2d\xe1\x50\xb7\x28\xab\xca\x74\x38\x73\x8b\xc3\xce\xac\x9f\xd3\xc3\xf2\x4d\x7e\x53\xbe\xa9\xaf\x71\x09\x47\xf5\xfb\x60\xb7\x84\x81\xed\xac\xed\x87\x72\xf3\x69\x38\x9b\x56\xb7\xb6\xa8\xbc\x47\x51\x03\x80\x6f\xf7\xe0\xef\xdf\x0f\x89\x53\x76\x5f\xd5\x55\x5b\x14\x94\x67\xb6\x30\xde\xe4\x04\x2a\xa0\x7c\xf8\x5f\x94\x41\xa9\x9f\x51\x87\x24\x1d\x73\x3f\x99\x98\x9b\xb9\x79\x5e\x4d\x96\x25\xb0\xce\x21\x1f\xcb\x21\xb5\xe9\x8d\x65\x5a\xf0\x8f\x3d\xa1\x4d\xdd\xb5\x16\xa7\x43\xa8\xb1\x81\xd0\x13\x52\xf5\x54\x60\xb0\x54\x4b\xb9\x68\x06\xc9\x7d\xba\xdd\x72\xff\x76\xc4\xfd\xd4\xd8\xa0\xf9\xb7\x44\x44\x6a\x56\x45\x84\xf4\x0f\xa8\x24\x09\xdc\x17\xc4\x66\x8b\xc9\x3d\xfb\x63\x75\x86\x0b\x7d\xca\x1b\x02\xb8\x9c\x75\x73\xe1\x95\x13\xaf\x95\x33\xd8\xc8\xe2\xc7\x31\x0d\x5d\x36\xc0\x34\xe4\x59\xe3\xc8\xf4\x45\xda\x79\x0a\x7f\xed\x09\x6d\x9b\xb3\xf1\x0a\x7f\x83\x6d\xcd\x34\x75\xb5\xa9\xab\xae\xf0\x37\x9e\xf0\x37\xb6\xf2\xa7\xb0\x9e\x0b\x6c\x2d\xb4\x26\x8d\x1f\xb8\xff\x9e\x70\xff\x25\xe1\xfe\x1b\xc2\xfd\x9f\xd4\x95\xab\x2e\xdc\xbd\xbc\x85\xb0\xe1\x98\xd4\xc4\xf2\x4f\x1a\xaa\xbe\x1f\x14\xa3\xc2\x7f\xa3\x27\x4e\xfd\x8a\xa8\xf0\x7f\xd2\xd3\x77\x43\x04\x08\xff\x3d\x29\x80\xf9\xef\x89\x00\xa6\xe2\xfd\x37\xea\x57\xbb\x2c\xfc\xc9\x7f\x4f\xd4\x86\xf1\xdf\xd8\x5a\xff\xc9\x91\x96\xde\xfc\xc7\x2d\xbd\x21\xc2\xff\x49\xfd\xea\x96\xde\x54\x2d\xfd\x64\xb7\xa4\x5f\xc4\x30\x5c\x25\xee\xbf\x19\x60\xae\xe6\xe0\xc8\xc3\xc2\x99\xdd\xa3\x9a\xf8\xd4\x2e\xfb\x52\x81\xcd\xe5\xae\x2f\xe4\x22\x25\xe3\x09\x24\xc6\x2f\xa0\x79\xff\xa1\x76\x0e\x07\xd4\x44\x33\x01\x69\xf5\x35\xd0\xd7\x75\x41\xb2\x54\xe1\xb3\xe8\xb4\xd8\x6e\x15\x40\x2a\xd4\xdd\x9d\xe8\xbb\xbb\x50\x77\xb7\x82\x0b\x85\xbf\xc6\x58\x41\x88\x53\x42\x98\x4e\x3d\x25\x44\xa8\x6b\x28\x49\xc7\x89\x9f\x4c\x74\x95\xbf\x31\x94\x60\xf8\x51\xff\x65\x0a\xbd\x01\xa1\x90\x1b\x2d\x34\x29\xfb\x59\xdf\xf1\x45\xe9\x6f\xe2\x7b\x86\x0a\x85\x90\xe0\x9d\xba\xa6\x7f\xd1\x37\xf2\xef\xea\x2f\x2e\xa9\x9f\x87\x98\xa5\x69\x1e\x25\x29\xe8\x13\x1a\x15\xd6\x03\xd4\x29\x49\x53\x52\xa4\x44\x8d\x59\x5d\x83\x96\x3f\x8a\x54\xec\xe1\x8c\x1b\x8f\xab\x81\x49\x7f\xed\x71\x7f\x6d\xe9\x79\x88\x3d\xae\x9a\x22\x35\x99\xbf\xc6\x0e\x2a\x0b\x61\x4f\xc7\x49\x1d\xc7\xca\x38\x4b\x17\x44\xb4\x04\xa7\x56\xd5\xb3\x76\xca\xc6\x52\xe2\x10\xb5\xa8\xef\x21\x65\x74\x16\x9d\x06\xc0\xb3\x29\xcb\xa3\xf1\xa4\xf4\x67\x61\xe8\x49\xf3\xb3\x31\xaf\xea\x59\x8a\x1b\xa2\xf1\x83\x09\x06\x7c\x9f\x72\xd4\x44\x54\xe8\xa7\x7f\xe1\x20\xe6\x6a\x59\x9f\xfa\x14\x6e\x82\xb5\x87\x16\xdd\xd6\x20\xd5\xb6\xef\xba\xae\x54\xf3\xde\x40\x68\x85\x01\xcd\xcd\xad\x13\xc2\x09\x50\x5d\xad\x4e\xe8\x37\x09\x7d\x55\x22\x03\x0a\xaa\xd2\xf1\x59\x93\x70\x36\xd1\x14\x97\xf6\x56\x6a\x29\x8e\xb4\xfa\x5c\x7b\x72\x82\x54\x3f\x92\xbd\x27\xe1\xd6\xea\xcc\xa5\x2e\x69\xe9\xc1\x33\x1f\x26\xdb\xed\x6c\x48\xd5\x85\xbc\xd8\x6e\x8b\xe1\xdc\x18\x4e\xeb\xa7\xaf\xd4\x94\x99\x0a\x57\x70\x47\xa4\x5a\x62\x98\x12\x45\x23\x6c\x60\x59\x11\xff\x0a\xc5\x48\x87\xb5\x8a\x6f\x83\xe9\x2a\x3c\x72\x20\x88\xf4\x36\xea\xa4\x7b\x8a\x1a\x97\xee\x06\x28\x61\xee\x06\x32\xb2\xda\xed\x2a\xac\xef\x92\x70\x33\x79\xb0\xd6\x33\x9a\xbb\x0b\x0c\xb7\xfa\x73\xe6\xce\x31\xdc\x10\x39\x24\x6b\xb8\x27\x6c\x48\xb4\xd7\x98\xe7\xcf\xc3\xed\x0d\x7c\x24\xd7\xee\xf9\xe0\xe3\xf0\x7a\xe0\xba\xd7\xea\xd4\x71\x72\x39\x3e\xeb\x5e\x4f\x70\xf9\x06\xf3\x59\xf7\xda\xbc\xa3\x7c\x12\x44\xd5\xd0\xd7\x70\x8b\xad\x37\x8a\x4f\x42\x9d\xb2\xd6\x93\xd2\x4e\xe9\x97\x65\x6e\x61\x0d\xf3\x56\xca\x59\x59\xe6\x56\x4f\xe4\x6e\xb7\xd3\xef\x97\x9a\xf9\x07\x4b\xa3\xff\x4e\x54\x56\xa8\x19\xf5\xc5\xfc\x56\x3f\xd6\x53\x7d\xcb\x4a\xda\xa7\x10\x3e\xfd\x46\xb7\xb9\x66\xd4\x34\xf9\xc6\x4e\x46\xfa\x73\x4f\x28\xb4\xd1\xbf\xf5\x8a\xc7\xd5\x15\x3a\xff\xaf\xe3\xde\x96\xc2\x2f\xfd\x42\x28\x62\x6e\xe2\x70\x8c\xf7\x62\x85\x4b\x8f\xc4\x16\x6e\xe6\xb4\x95\x6e\xa7\x6d\xd8\x48\x1e\x76\x50\x90\x87\x9d\x06\x87\xec\x24\xe1\x27\x1c\xeb\x1f\x39\x12\x63\x36\x21\x97\xa2\xf4\x42\x3f\x66\x13\x1c\x15\x2a\x4a\x7b\xfe\xaf\xb3\x4b\x93\x9d\x6f\xb7\x48\xa7\xea\x8c\xc7\x86\x53\x97\x10\x58\x67\x54\xd5\x5b\x3a\x38\xb6\x23\xcd\xa5\xd8\x53\xe8\x74\x39\x48\xe2\xda\x66\x10\xd6\xe3\xe9\x28\xf4\x18\x76\xa5\xc3\x6c\x55\x91\x23\x37\xc0\x22\xb5\x5e\x57\x98\xdb\x81\x40\xfb\x66\xd4\xaf\xd2\x82\xba\x11\xf4\xe8\xb8\x4b\x3a\x1d\x90\xea\xef\x00\x31\x55\xba\x7c\x6f\x5c\xc1\x70\xa1\x2a\x30\xcf\x32\x60\x3c\xc0\xa8\x20\xc2\x4f\x54\x5d\x58\x7b\x15\x28\xea\x27\x56\xb4\xd3\xa9\x6c\x4c\x27\x23\xf5\xc7\x25\x45\xa4\x99\x17\x13\x52\x60\x40\x4c\x8b\x0f\x30\x21\x04\x09\x2d\x39\xc0\x23\x2b\xab\xa8\xb2\x8a\x08\x95\x5f\xc6\x3f\xad\x41\x8f\x1e\x92\x88\xc2\x3a\x5a\x0a\x6d\x67\xb1\x53\x78\x59\x6b\x54\xb5\x64\xf6\x79\xe5\x5e\xaa\xdd\xb1\x47\xbb\x55\xb1\x62\x9e\xf7\x47\x0a\xc6\x8d\x90\x24\xea\xd7\x5f\xc3\x11\x49\xb3\x44\xfa\x65\xa5\x1d\x3e\xe2\x02\x46\xee\x22\x55\xb6\xe2\xec\xec\x6f\x86\x6a\x07\x06\x03\x39\x14\x03\xd7\x15\x38\x1b\x23\x46\xd2\xb1\x98\x60\x75\x3f\x32\x7f\x6d\xed\x8f\xac\x79\x81\xd5\xba\x49\x2e\xcb\x75\xb6\xeb\xcb\xa8\x9f\x70\xc9\xc4\x2a\x4b\xa9\xcc\x44\xed\xdb\xd6\xf3\xc4\x90\x04\xdd\xee\x29\x62\x07\x79\xc6\x62\x52\x9a\x70\x37\x0a\x6e\x96\xa2\xcf\xde\x99\x19\x6b\x97\x5f\x13\xeb\xd1\x08\x7d\x9e\xcb\xcf\xea\x9d\xfc\x84\xd7\xc8\x04\xd4\x2f\xb9\x9a\x83\x43\x82\x41\x36\x64\x03\xd7\x65\x58\x98\xd5\x6c\x9d\x33\x93\x6b\x90\x94\x59\xda\xa7\x6e\x40\xed\x68\x95\xff\xd1\xd3\x66\x35\xf3\xb9\x23\x77\x2b\x8e\xea\x48\xd6\x51\xc1\x90\xc8\x51\x10\xc9\x21\x09\x47\x61\xc4\xdb\x4f\x7b\xdc\x7c\xa6\x70\xe8\x71\x14\x7a\xad\x22\xf7\x9f\x2e\xa2\x6e\x07\xff\x62\x28\x47\x1c\xf5\x1d\x89\xa3\xbe\xc7\x51\xdf\x53\x9f\x76\x25\xd7\x2d\x6c\xc1\xb1\x30\xc0\x8f\x7b\x29\x76\xda\x95\x28\x3d\x01\x07\x43\xc2\x2b\x2e\xab\x71\xe4\x30\x24\xd5\xeb\xef\x27\x61\xf5\x70\xa3\xc3\x81\x11\xe9\xd4\x82\xfc\x73\xdd\x33\x3e\x62\xd1\x99\x83\xb8\x27\xb1\xcb\x3c\xff\xe9\x85\xb5\x29\x5f\x7d\x66\x3a\x6a\x45\x06\x45\x2c\x59\xc3\x79\x61\x97\x0b\x1b\x9d\x02\xee\xbc\xb5\x8d\xf1\x5e\x8a\x7d\x4d\x0f\x55\x57\x1f\xc2\x40\xf5\xa7\xc5\xcc\xf8\xeb\x48\x8d\xfa\xfa\x0e\x3d\xee\xd8\x52\xb6\x37\xf6\x0e\x1f\x3c\xa2\xd7\xfc\xbc\xaf\xb5\x59\xfc\xf3\x0b\x0c\x07\x3a\xcf\x8c\xc8\xde\xf7\xd4\x52\x34\x0b\x7b\x1c\x47\x88\x93\x50\x4d\x5f\xef\xdc\xd2\x55\x6e\x5c\xe8\x84\x2e\x77\xac\x11\x78\x61\xe0\x08\xcb\x71\x21\x12\x1e\xc3\xce\xf7\xb4\xd7\xda\x3a\x7f\xb6\xd6\x76\xbb\x55\x6d\xf8\x4f\x83\xf0\xe2\x99\xd5\x86\x85\xc7\x3a\xd2\x41\x88\xbb\x21\x76\xa4\xd7\x9a\xef\x9f\x5b\xb3\xd3\xeb\xfb\x4f\xd5\xba\x3e\xf5\x2f\x9e\xf4\x2f\xd4\x96\x89\xfa\x7b\x71\x88\x7b\x24\xf4\x2f\x74\x2c\x76\xb8\xeb\x3f\xbd\x88\xfa\x65\xb8\x9d\xab\xef\xf7\xad\x6c\xdf\x9c\x3d\xbd\x88\x5a\xa9\x4f\x5a\xc9\xcf\xce\xcf\x9e\x5e\x58\xc2\x66\x1b\xb3\x58\xc4\x69\x8d\x59\xa8\x6f\x0b\xb3\xd0\xfe\x52\xfc\x58\x63\x16\xa9\xc6\x2c\x16\x25\x66\x11\x97\x98\x45\xda\x60\x16\x49\x7e\x45\xaf\x90\xe6\x83\x51\xfd\x80\x8f\x89\x10\x78\x24\xfd\x38\x52\x74\xbf\x0e\x27\x78\x84\x12\xed\x9f\xc0\x84\x99\x4a\x5f\x44\x0c\x47\xc9\x30\x7c\x16\x8c\x12\x8f\x9c\x3d\x09\x22\x2f\x7c\x16\xe8\x9b\x2e\x71\x55\x18\x1f\xbb\x1a\x66\xdc\xa0\x2a\xa0\x51\x13\x30\xa8\x88\xba\x2b\x2c\x59\x76\x6b\xa4\xb9\x35\xd2\xfc\xc8\x48\xf3\x23\x23\xcd\xff\xb3\x91\xe6\xff\x27\x23\x8d\x3f\x3f\xd2\x77\xf6\x48\x53\xda\x60\x8b\xea\xdb\x1a\x69\x0a\x16\x53\x42\x8f\x34\x2d\x47\x4a\xbf\x04\x5b\x3c\x99\x7f\xbe\x2b\xef\xf7\xe8\x3c\x8f\xf0\x63\x88\x95\x85\x45\x72\x85\x5d\xd9\x27\xe7\x83\x68\x98\xc6\x63\xd5\x5d\xee\xdf\x4e\x80\xa9\xef\x18\xb8\x3f\x9d\x80\x20\x3f\x0a\xa3\x0a\xf8\xbd\x31\x0a\x86\x44\xc5\xbc\x55\xd8\x8a\x04\xaf\xc0\x78\xbb\x0d\x06\x72\x1c\x4c\x1c\x36\x0e\x27\xcf\x59\xf5\x78\x8d\x02\x31\xea\x5b\x21\x64\x2a\xac\x3f\x84\xfe\x5b\xa8\xbf\xa5\x94\xa2\xb4\xc6\x40\xc2\xe6\xb7\xe8\xa7\x6c\xb4\xe6\x86\xcd\x69\xf1\x1a\x0b\x57\xad\x60\xaa\xcb\x37\xea\x44\x63\xee\x33\xe0\xfe\x6c\x52\xb2\x7d\xb4\xf2\xd2\x58\x40\x52\x45\x7c\x64\xf7\x24\x69\xb1\x75\x20\x51\x15\x45\x16\xe3\xee\x7b\xf1\xb9\x87\x7e\x2c\xf1\xb8\x38\xf6\x52\x8e\xae\x81\x63\xfb\xf9\x5e\xb4\xf7\x3c\x4e\xcb\xa8\xe0\xad\xd8\xb7\x8e\xd0\xde\x13\x99\x63\x3d\xed\xc3\xca\xc7\x82\x2c\x51\xa3\x38\xe2\xc8\x79\x54\xb2\x1a\xdc\x0e\x74\xa2\x8e\xe5\x13\xe0\x37\x8b\xe7\xa6\xae\xc7\x71\x30\x39\x25\xa4\xd1\xb6\xd1\x81\x70\x52\x71\x1d\x4b\x4f\xe3\x9d\x7a\x6e\x51\xc7\xc8\x78\x3b\x50\x7d\xe0\x0e\x1e\x88\x1a\x7f\x2d\xbc\x73\x83\xc1\x72\xe3\x6e\x35\x98\xe0\x1d\xe8\xf8\x7e\x15\x1f\x56\x6e\x58\x8d\xe3\x23\x24\x6b\x7d\x16\x5c\xbb\x36\xb7\x1b\x74\xa5\xab\x1a\xb1\x04\x9c\x36\xdf\x50\x75\x78\xa4\x2e\x6d\x7d\xc2\xa5\x3e\xd1\x91\xf4\xb8\x0a\xaa\xf9\x2e\x8f\x78\xd3\xc3\xb2\x85\xd7\x02\x31\xec\x76\xcc\xa6\x43\xd6\x60\xea\x8e\xea\x87\x8a\x71\xd4\xf8\x5b\xdf\x2b\x72\xd0\xaf\x7f\x1e\xf4\xeb\xb1\x56\xd5\x06\xfc\xf5\xf1\x46\x0f\xdb\x2c\x0b\x1c\x34\xf9\xeb\x7f\xb5\x9c\x55\xa5\xea\x5c\xfc\x1f\x2c\x68\x58\x77\x21\xac\xda\x3f\x18\x8f\x69\xfa\x60\x3c\x5f\xb5\x18\x8f\xe3\x89\xc6\xcc\x1b\xc5\xbf\x8c\x9a\x53\x3e\xcb\xc4\xb2\x06\xb7\x4d\x8c\xc4\xa0\xf6\xb7\xa5\xcf\x68\x19\xa3\x19\x9f\x46\x6a\xef\x94\x90\xa6\x36\x00\x33\x29\x6a\xf5\x34\x64\x00\x69\x7e\x74\xec\xaf\x3a\x56\x6b\x4a\x96\x26\x71\x26\x9e\x13\xa3\x25\x78\x94\x04\x92\xd5\x03\x74\xa2\x79\xf2\x55\x3f\x36\xc7\xc6\xfa\xed\x86\xc2\x50\x43\xb2\x45\x0d\xb1\x86\x1a\xb2\x44\x79\x7b\x80\x9d\x20\x05\xdb\x89\xcb\xf1\x76\x1b\xf6\x8e\x51\xcf\x5a\xe9\xbf\x67\x3f\x74\xf3\xcb\x7f\x5c\xc7\x49\xed\x65\x2b\x68\x7c\x6c\x85\x50\x56\xdd\xc2\xd7\xff\x26\xf6\x35\x08\x8d\x49\x85\x96\x18\x1b\xf3\x09\x10\xe4\xef\xe5\x85\x51\x90\xb1\x9c\x0c\xe4\x29\x21\x62\x80\x25\x91\xfe\x8a\x0a\xc6\x25\x14\x95\xf0\xb1\x96\xa9\x5a\xcf\xfa\x32\x93\xbd\xa8\xa4\x7b\x09\x04\xaa\x2e\x46\x58\x59\xbc\x21\x7e\x1a\xa9\xcb\x5e\xb7\xc6\x5a\xa7\xae\xca\x6f\x0c\x80\xd8\x00\xcb\x5a\x45\x8d\x13\x76\xa4\xc6\x26\xdd\x02\xd3\x7f\x2f\xe7\x53\x33\xb0\x08\x91\x15\x79\xc1\x07\xcd\x73\x8a\xba\x7d\x10\xea\x57\x1a\xc1\xa7\x79\x65\x42\x6d\x09\xf3\x65\xf4\x42\x07\x05\x21\x24\x19\x60\x6a\x9e\x22\xd9\xcf\xd5\x68\x8d\x36\xc2\x97\x52\x60\x30\x4b\xd6\x6c\xba\x25\x96\xce\x09\x2f\xac\x94\x2e\xf1\x9e\x5a\x32\x92\xa2\x55\xe8\x1c\xb8\xbf\x5a\x6b\xe5\x2d\xee\xaf\x36\xa4\xc5\x95\x65\x7b\xd5\x58\x58\xac\x28\xda\xa2\x96\x40\xbb\xf5\xd3\x4f\x0e\xc5\x0b\xb5\xd6\x24\x80\x53\x75\x05\xd1\x59\xcb\xc9\x5f\xc5\x2d\xcc\xea\x37\x73\x20\x35\xcf\x55\xa6\xcf\xb3\x01\x4e\x08\x1d\xa7\x13\x30\xab\xa2\xf0\x32\x51\xa0\xc4\x08\xb2\xaa\x8a\x5d\x92\x94\x5f\x20\x9a\x6f\x27\xf1\xe3\x35\x14\xed\x08\xe3\x9b\xb5\xe6\x86\x9a\xee\x28\x92\xc2\xc4\xf8\xeb\xd2\xa2\x43\x50\x3e\xcd\x96\x08\x7b\xfe\x45\xe5\x66\xd7\xdf\x1c\xa6\xd5\x0a\x59\x0e\x1b\x57\xd9\x34\x5b\x68\x32\x68\x3a\x57\x26\xbc\x34\x93\x10\xab\x3e\xc6\x4e\xdd\xa0\xea\x61\x13\xdc\xec\xb8\x1f\xaf\x89\xe8\x55\xc5\xd5\x20\x37\xa4\xa8\xc3\x96\xc0\xa7\x68\x9d\xdc\xc6\x68\x54\xad\x42\x27\xcf\x84\xec\x40\x27\x5e\x24\xe9\x54\x30\xde\x81\xce\x1d\x4d\x0b\xd6\x51\xb3\xa6\xe7\x9b\x70\xe3\x4d\xf8\x63\x4e\xf2\xc2\x46\x19\x92\x62\x8f\xc5\xa2\xd5\x2a\xcd\xfc\x23\x5e\x6d\x43\xac\x25\x23\xda\xf3\x11\x52\xb8\x6b\xd5\x90\x61\x96\x55\xc7\x13\xd7\x2b\x2d\xa0\x28\x19\x32\x03\x5c\x42\xfb\x62\x2c\x6c\xfd\x54\x7a\xac\x5d\x03\xe2\x8f\x37\x2e\xea\xf3\x87\x92\xbd\x1e\x14\x24\x39\xe8\x81\xf1\xc8\xaf\x37\x16\x7d\x5e\xd4\xbd\x48\xc6\x74\x52\xf2\x5f\xea\x66\x44\xdd\x8c\x6c\xe9\xa6\x66\x45\x0b\x9b\xaa\x5a\xb4\x44\x2a\xed\x0c\x7a\xca\x2d\x39\x4a\xb1\x27\x70\xd1\xe9\xde\x41\xbe\xdc\xae\xa5\x76\x7f\xc7\xdb\x66\x6c\xdc\x92\xc6\x54\x1d\xd9\x6e\xc7\x13\xfc\x88\xb5\xdb\x83\x01\xbd\x11\x07\x03\x78\x23\xb9\xdb\x29\x14\xc6\x92\xc5\x14\x8f\x49\x69\x16\xc5\x63\x52\x9a\x79\x7d\xe8\xb9\xbf\x09\xb4\x00\x76\x63\x4b\xf0\x56\x7b\x43\x29\xed\xf7\xaa\xc5\xb1\xb8\xeb\x45\x1b\x26\x7b\x61\xf9\xea\x58\xe3\x2a\x74\x3c\x19\xb8\xae\x7c\xce\x06\x58\x8c\xe5\xa4\xf6\x1a\x7c\x62\x09\x8d\xa7\xc5\xbe\xfe\x49\x68\xbd\xf3\xa4\x70\x91\x86\x85\x57\xb3\xdb\xb4\x2b\x3d\xa6\xb5\x50\x86\x85\xde\xbe\x4c\x3b\x6b\x3a\x52\xff\xb2\x3d\x11\x82\x4d\x8b\x98\xa1\x4d\x01\x81\x35\x94\x4d\x7b\x99\xb9\xdb\x26\x07\x2e\xdb\xc9\x6b\x15\x34\xac\x1f\x96\xa4\xa8\x56\xea\xaf\x39\x88\xc6\x38\xe7\xcd\x55\xdf\x6d\xb1\x7a\xd6\x07\xc7\x45\x3f\x35\x6b\xac\xe5\x0b\x62\xb4\xdd\x05\xee\x49\x48\xcc\xcc\xb1\xe7\x44\x0e\x70\x32\x66\x13\x52\x38\xcc\x15\x35\xf9\x6c\x31\x05\xad\xe1\x8d\xd5\xc6\x33\x06\x87\xea\x8b\xae\xb5\x4b\xbf\x86\x05\xb8\x37\xc8\x72\x2f\xcb\xfd\xbd\x7c\x5f\xb4\xd5\x6b\x6e\x56\x34\xfe\x78\xc3\xd9\x5a\x0e\xec\x00\x91\x20\xcb\xe0\x4a\xb0\x3b\xc2\xeb\xa0\x4e\x65\xc0\xec\x54\xeb\xbe\xbd\x2e\xeb\xff\x64\x65\x16\x9f\xb0\xd5\x9d\x52\xd2\xa9\x25\xd8\x5a\x66\xa9\xc9\x70\xe1\x4a\xbf\x9a\x1d\xff\x9b\x6f\xbe\x71\x0a\xa7\x18\x32\x35\x65\x8e\xb5\x15\xae\x8a\x43\x5f\x1d\xb9\xcd\x09\x56\x55\x0b\xc8\x31\xcc\x1a\xbf\xa4\xdc\x5f\xbb\x2a\x76\x86\xab\xe7\x1c\x4d\xde\x8d\xce\xbb\xd0\x0e\x89\x9a\xbc\x1b\x9d\x77\xae\xfd\x21\x23\xb6\x07\xe2\xe2\x5a\x5f\x0a\xb7\xc4\x1e\x8d\x26\x27\x09\x7b\x01\xcc\x88\xd1\x85\x85\x85\x0e\xce\xcb\xa0\x56\x72\xaa\x9f\x02\x7c\xa5\x9f\xc8\xd4\x64\xb3\xf0\xd7\xc4\x13\xbe\x00\xe1\x6f\x48\x00\xda\xc6\x2e\x1e\x86\x1a\xa6\x6a\xdb\x86\xc2\x5f\x93\xc2\x17\x50\x94\xe9\x85\x4a\xef\x1b\x30\x9b\x10\x36\xee\x4f\xe0\xaf\xa2\x7c\x88\x11\xf4\x43\x52\xf7\x2a\x98\x28\x2a\xcb\x5a\x93\x44\x45\x6b\x61\x49\x41\x84\xb5\x76\x40\xc9\xd9\x20\x1e\xd2\x01\x75\x5d\xfc\x50\xd5\x44\x98\x86\xd2\x5a\x78\x49\x02\xb8\x23\xa1\x7e\xd6\xc2\x28\x95\x16\xf6\xa6\xca\x4e\x09\x29\x06\x19\xc9\xec\x3a\xef\x5c\x57\x5d\x18\x1f\x0b\x94\x69\xc9\xef\x8a\x84\x8d\x9e\x78\x48\x88\x79\x1e\x2f\x25\x76\x0f\x07\xe9\x29\xa9\x6b\x51\x11\xdd\xee\xe9\xc7\x02\xa5\x90\xe0\x41\x4a\x52\x2b\x01\xa6\xae\x8b\x07\xab\x11\x9a\x0e\xef\xb6\xdb\x3b\x42\xa6\xdd\x6e\xe1\x8b\xe7\xc2\x17\xa3\x6b\x3d\x00\x92\xe1\x48\x7d\x11\xad\x43\x4f\x3d\x0f\x47\xa8\x9a\x95\x82\x24\x7a\x9a\x8c\xcb\xa8\x25\x41\xb9\x3b\xc3\xbd\x3e\x6c\x08\x5a\xb8\x73\xf5\x75\x49\x02\x3d\x52\x4a\x82\x7a\x66\xcc\x8c\x40\xe2\xaf\x3d\xb2\x84\xc4\xdf\x78\x64\x53\xbd\xda\xa1\x36\xcf\x25\xfc\xff\x99\xfb\xf7\xe6\xb6\x71\xe4\x51\x00\xfd\xfb\x9e\x4f\x91\xf0\xcc\x68\x09\x11\xa2\x48\xc9\x92\x6d\x2a\xb0\x2a\x9b\xc9\xcc\xce\x4e\x92\xc9\x26\xf3\x66\xf4\x4b\xc1\x12\x24\x71\x4c\x03\x0a\x09\xda\x56\x6c\x7d\xf7\x5b\x68\x80\x24\x28\xd1\x8e\xf3\xbb\x5b\xa7\x6e\x25\x65\x91\x20\x9e\x0d\xa0\xd1\xdd\xe8\x47\xe2\x67\x96\xa2\x62\xe2\xdf\x74\x13\xff\xc6\x4b\xfc\x6d\x37\xf1\xb7\x08\x4d\xb8\x9f\x91\xd7\xb8\x5e\x03\xcf\x1b\x3e\xf5\x5e\x1a\x3a\xcf\xda\x54\xfc\x9e\x2d\xf5\x1c\xb2\x2e\x58\xca\x24\x7b\x62\x97\xc0\x7b\x69\xaa\xa0\x25\xd5\x2e\x0e\x94\x98\xaa\xf5\xad\x69\xb4\x1b\x22\x3d\x92\x75\x35\x21\xba\x25\x4c\xbf\x6c\x31\xf7\xb3\x2e\xc9\xb0\xe5\x2a\x9a\x40\xb4\xb5\xa2\xe6\xa7\x92\x67\x74\x82\x5e\x14\x6e\x11\x27\x33\xd3\x88\x25\x24\x2f\xf6\x75\x82\x32\x8f\xa9\x15\x5d\xe1\x83\xa4\xc4\x07\xa0\xac\x0a\x3e\xe7\xef\x6a\x8d\x01\x69\xf2\x0b\x62\x1c\x1e\x4e\x68\x97\x50\xac\x3a\x65\xe2\x98\xfa\x23\xcf\xcd\x7a\x14\xdc\x8c\x8a\x3a\xc2\x36\x44\x0b\xa8\x99\xa7\x41\x17\xbc\x06\x0a\xd4\x73\xb3\x1e\x11\xa8\x9b\xf5\x68\x97\x22\x53\x6a\xc2\x7c\x20\xc2\xbd\xb4\x5b\x78\xf3\x6e\x82\x99\x0f\xb4\xb8\x97\x76\x93\xde\xbc\x5b\x68\xfd\xb3\x32\x53\x56\x7e\xb6\x44\xfc\xfb\x18\x5a\x73\x2f\xa4\x62\xac\xa6\xa1\xed\x4c\xfc\x53\xd1\xd0\x0b\x2d\x67\xa2\xa2\x55\x8c\xe8\x08\x1c\x81\x73\xdf\xc2\xc0\xbf\x14\xb6\x05\xe1\x41\x51\x57\xd6\x88\x6a\xca\x62\xd9\x0b\xf7\xca\xbf\xdb\x9b\x0e\xd6\x77\xa5\x9f\xf4\xb8\x9f\xa0\x89\xf4\xe7\x3d\x92\x29\xe6\xda\x23\x40\x0a\x7b\xf0\xf6\xd9\x03\x57\x70\x97\x9e\x4d\x6a\x7c\x77\x70\xf6\x07\xe5\xd9\x5f\xf5\x09\x5b\x9c\x63\xaf\x97\x00\x35\x2a\x89\x5e\x25\x76\xad\x98\x79\x44\x35\xea\x66\xea\xd7\xb6\x75\x79\x5b\xec\x8b\xe1\x7c\x5a\x41\xb6\x06\x2d\xf7\x69\x64\xf5\xed\x57\x9b\x6e\x08\xbd\xf2\x40\x6d\x93\x2d\xab\x39\xb4\x63\x85\xb5\x52\x1c\x75\xb9\x26\xa1\xe1\xdf\xec\x70\x80\xfa\x25\x89\x63\xc9\x2b\x1f\x9e\xdd\x4e\xa7\x9a\xe0\xef\x0b\x57\x4b\x54\xad\x2d\xfe\xaf\x87\xa7\xf8\x09\x83\x7b\xa2\x7a\x9a\xff\x55\xb8\x7a\xa6\x1b\xb5\xfc\x6c\x0d\xe5\xf6\x26\x52\x1b\x6d\x1b\xa9\x0d\xbd\x50\x2f\x8b\x1b\xbc\x50\xaf\x0b\x3b\x0e\xdd\x8f\x7b\xd4\xc3\x8d\x27\xe3\x21\x84\x61\xf2\xb7\x9e\xd4\x94\x8e\x2a\x0a\xa6\x7c\x3d\xf8\xa6\x08\xbc\xc5\x16\xec\xf9\x7a\x32\x1e\x54\xf2\xa1\x00\x68\x3b\xe6\x91\xa2\x3f\x50\x9c\x29\xc2\x5a\xcc\xaf\x38\x46\xf0\x42\x1c\x20\x5c\xda\x95\xa9\x1e\x15\xaa\x3b\x89\xd5\x97\x3f\x8b\x47\xd9\xe1\x3d\x61\x67\x72\x0a\x91\xec\xa2\x98\x35\xfc\xdb\xfc\xb5\x37\x95\x8a\x14\xd6\x86\x9e\xd3\xc6\x9b\x8b\x22\xd5\x96\xa1\x95\x6d\x9a\xef\xb7\x03\x9c\xc9\xb4\xe4\x0d\xdc\x78\xe1\x84\x64\x56\x20\xab\x07\x2e\x0d\x12\xb0\xe7\xb6\xf1\xfd\x1f\x45\xf3\xc6\x5b\x6f\x9b\x2a\x94\x65\xa2\xa3\xa2\x52\xc2\xe3\xa2\x1a\x68\x72\x06\x31\xdc\x48\x86\x33\x2d\xa0\x00\x1f\x06\x09\xf8\x46\x55\xdc\x79\x9c\xcd\x88\xf4\x97\xa9\x50\x94\x01\x02\xe3\x4f\xb5\x99\x14\x95\x4b\x91\xcd\x71\x7e\xd3\x00\xcc\xf4\x16\x8a\x44\xf7\x5d\xa4\xea\x0a\x65\x9f\xa3\x2e\xdf\x61\x55\xdd\xbd\x59\xa1\x2d\x93\x73\x17\xbd\xb7\xb4\x25\xff\x79\x00\x49\xb8\xde\x87\x40\xc9\xc1\xc3\x37\xfa\x3d\x4d\x77\xf0\x58\xcc\x9e\x71\x50\x0f\x83\xd8\x80\x5a\xcb\x02\xf9\x19\xbb\x62\x59\xce\xc0\x48\x45\x1e\xa6\xea\xe0\x9e\x44\x4c\x90\x11\x6b\xa9\x19\xa4\x60\xa5\xa7\x48\x1c\x54\x46\x20\x56\x33\x09\xc9\x12\x92\x0f\x26\xb3\xda\x14\x82\xfa\xe7\x49\xce\xe6\xda\x35\x7b\x88\x85\xea\x60\x39\x43\x31\x9b\x81\x96\x8e\xdb\x94\xcb\xfd\x5e\xb4\x86\xab\x68\xb8\x2d\x69\x1f\xfc\xd9\x60\xfa\xcf\x22\xfa\xad\xc0\x29\xc9\xa6\xbf\x67\xd1\x3f\xb3\xda\x8b\xb1\xae\x14\xec\xe1\x04\xc4\x98\xe0\x38\xc5\xaf\x33\x84\x2d\x0e\x23\xb1\xdd\x68\x29\xde\x1a\x8e\x54\x2c\xaa\x1e\x1f\x1a\xca\xd7\xec\xa3\xca\x8f\x13\x7f\x21\x2e\x69\x62\x39\x40\x94\x0f\x38\xe6\xe2\x44\x02\x3f\xfc\xa6\xb8\x3c\x67\x99\xf1\x94\xc6\x55\x2d\xb0\xbb\x1e\xe7\xdd\x4b\x12\xae\x0b\xca\xaa\xe0\x3b\x51\xd8\xce\x34\xac\xad\x55\xb2\xb8\xc8\x52\x38\x61\xee\xaf\x19\x74\x7d\x9e\xd2\xcb\xcd\xe3\x1a\xcd\xca\x46\x33\x55\xd0\xaa\xeb\x71\xc5\x59\x59\x9c\xa9\xe2\x32\x99\x5f\xe4\x6d\x10\xfb\x8f\xde\xf7\x65\x9e\xef\x45\x76\x49\x2d\xe0\x37\x0e\xba\xc4\x9c\x7c\x2a\x33\x4f\xe6\xac\xad\xbe\x1f\x74\x7d\xe0\xee\x4f\x8d\x57\x6c\xb6\xe4\x50\x51\xc8\x5a\x7f\xbb\xa6\x67\xc0\x7f\x3f\x28\xd4\x02\xd0\x3a\xe6\x17\xa6\xc0\xc1\x8e\x05\x1a\x07\x3b\x00\x61\xfb\xd2\xe0\x87\x66\x8d\x80\xe8\xbe\x29\xdc\x9f\x74\x72\x3c\x50\x7b\xae\x35\xd1\x42\x50\x3f\x95\x4c\x26\x58\xfe\x6b\xbf\x1f\x61\x50\x5e\xe2\xc2\xc1\x00\xfc\x53\xa8\xed\xaf\x4b\x7f\x28\x1b\x71\xed\x86\x46\x48\xae\xb1\x96\xe5\x7f\x43\x56\x8c\x7d\x18\x80\x2e\x97\xec\x67\x95\x67\x2f\x3f\x1c\x9d\x91\x64\x5a\x74\x49\x18\x44\xfe\xb0\x7c\x19\x45\xfe\xb1\x7a\x56\x14\x69\x97\x0c\x10\x56\xad\x91\x1a\xd5\xa9\xd7\x7e\x81\xba\x05\xdc\x7e\x12\xab\x61\xf5\x0e\x5f\x3c\x7f\x04\x9f\x07\x33\x52\xd8\xfe\x4e\xfe\x73\x08\x78\x05\x64\xe3\x0e\x41\x50\x6c\x60\x60\x41\xb6\x5a\x10\x86\x70\x33\x39\xb4\xfd\x8c\x41\x25\x4b\xa1\xb5\xe6\xb4\xc9\x6b\x51\x86\x5a\xc5\x4e\xee\x10\x42\x8a\xf8\x64\x56\x3a\xe2\x11\x54\xb1\x22\x97\x54\xbe\xcd\xd8\x32\xb9\xa9\x09\x65\x13\x22\x07\x82\x84\x66\x3a\xbc\x59\x25\xd3\x8f\x8f\x67\xa0\x87\x78\x3c\x23\x8e\xef\x78\x32\x71\x13\x7d\x0f\xe3\x66\x30\x89\x08\xab\x26\x88\xb3\x74\x30\xab\x5b\x70\x8b\xea\x36\xa5\xf5\x7a\x9f\x55\xb5\x70\x84\xbc\xc4\xcf\xb7\x97\xe7\x22\xdd\xed\xf6\x9b\x63\x89\xab\xaa\xc7\x19\x84\x91\xab\x2b\x35\xa4\x39\x71\xb0\xee\x13\xf4\xc5\x73\x96\xce\xa4\x86\xae\xe9\x49\xc3\x56\xc1\x42\x8e\xbd\xb6\x45\xc3\xad\x25\xe3\xf9\x41\x68\xdb\x10\x24\x0d\xb9\x46\xe2\x4a\x88\x72\x58\x6e\xdd\x27\x09\x7f\x72\x91\x9a\x3b\xed\xf3\xdc\x65\x3d\x99\x34\x20\x2c\x4b\x08\x4b\x0d\x61\xe4\x3d\xf1\x5c\x87\x39\x4f\x09\xe1\x28\x62\xbd\x41\xd7\x75\xbe\x55\x53\x66\x8b\x43\xb3\xa4\xf5\x18\xa9\x25\x93\xc6\x80\x42\xf5\x3d\x38\xe3\xd3\x20\xe2\x28\xea\xd5\xc3\x81\x18\x48\x3d\x6e\xfb\x9f\x91\xa8\xfd\xac\x30\x35\x95\x4a\x54\xa6\x16\xfd\xda\xe3\x0d\x77\xd1\x16\x41\x0c\xee\x6c\xaa\x70\x4f\xf4\xe0\x6c\xb1\x9c\x6e\xbb\xbc\x74\x90\xaa\x4a\x60\xfa\x55\xa7\x0c\x83\x1b\xcd\x33\x12\x60\x6e\xca\xb9\x6e\xd6\x3c\x79\xb4\x58\xb6\x40\x08\x53\x40\xe9\xd4\x3f\xa7\xb9\x85\x42\xd9\x83\xe7\x8f\xc7\xea\x9a\x33\xbb\x26\xa9\x6a\x6a\x22\xe3\x92\x46\xfd\xa3\xa8\xb2\x62\x0d\xbe\xe8\x65\x6d\x80\x53\x55\x27\x11\x2e\xbb\x9a\x20\x4c\x55\x7d\x7b\xa7\x45\xe9\x76\xe5\xcf\xc2\xcd\xaa\xd0\x0c\x5c\x5b\xbe\x19\xaf\x17\xd6\x6a\x2d\x5c\x81\x10\xce\x2d\xac\x54\xb8\xa9\xda\x67\x44\x7e\x1b\x4e\x07\x11\x98\x5d\x27\xf9\xf7\x09\x4f\x24\x73\xf3\xde\x5c\xab\xa8\x33\x63\xe7\x91\x9f\xcd\x27\x73\xcf\xab\x78\xfb\x35\xf8\x35\x58\x4f\xd6\x9e\x87\x4c\xbc\x88\xc4\x9d\xa3\xee\x1a\x4d\xac\x57\xb3\xe5\x40\x4a\x62\xa5\xaa\x9a\x9e\xe5\x13\xab\xb2\x65\x2f\x9c\xac\xcf\x82\xc9\xba\xd7\xdb\xaf\x4e\x65\x9a\x93\x60\x42\xe3\xf9\xec\x99\x80\x4e\x18\xcf\x0a\xe5\xbd\xd4\x84\x82\x3f\x85\xb3\x74\x92\xf7\x7a\x68\x42\x09\x35\xf4\xdd\x1c\xe7\xf5\x2a\x2b\x21\xb8\x7f\x96\x82\x3b\x2b\x30\x52\xdf\x9b\xe0\xf2\x8a\xf0\x4d\x3a\x39\xd4\xc0\x9b\x32\xf2\x26\x8d\x9c\xb2\x16\xe7\x29\x91\xdb\x0d\x13\x4b\xe0\xb9\x6c\x9c\xc6\x50\x69\x32\x5e\xed\xeb\x10\xcb\x2e\xef\x9b\xf9\x74\x51\xa5\x92\xda\xc2\x18\x18\x33\xfa\x7e\xd2\x50\x26\x07\xf7\xb5\x15\x93\xd8\xf3\x47\x67\xb4\x0b\x6e\x6b\xba\x44\x2d\x9b\x33\x42\xa7\xe0\x89\xd3\x71\x76\x6a\xd4\xf7\x9c\xf6\x0a\x4d\xc0\x37\x45\x13\x9b\x43\xff\xdf\x85\x4b\xb1\xbd\x6f\x8b\xea\x30\xa9\xd1\x4b\xcb\x56\xd6\xa7\x4a\x92\x68\x8f\x7a\x49\xe2\x86\x7d\x4b\x50\xff\x15\x1b\x3c\xfb\x3a\x32\xb2\xda\xd6\xec\xbe\x6d\x9d\x01\xa9\x95\xed\x6f\x1e\x6e\x93\x5a\x4c\x0d\xd9\xe4\x39\x5c\x1e\xd2\x26\xb5\x18\xd6\x74\x59\xb6\xb7\xbb\x6d\xb7\x86\xa6\x4f\x3f\xe8\x8a\x21\x33\xbb\xd9\x08\xde\x70\x6d\x44\x1f\x18\x96\x86\x24\xa1\x16\x2c\x6b\x3c\xc3\xec\xa1\x49\x55\xf9\x3d\xf3\x5b\x34\xe7\x57\xcf\x6e\xd6\x98\xdd\x24\xf9\x92\xb6\xb1\x9c\xd6\x28\xbd\x07\x28\xfe\x3e\xad\x59\x9a\x1c\xf8\xfb\xaa\x91\x67\x12\xbb\x6e\xe1\xaf\x98\xda\x0f\x77\x77\xae\xa1\x18\x41\x32\x23\xa7\x85\x9f\xab\x0f\xd8\x84\x9b\x67\x08\x45\x6f\xe8\x1b\x84\x7a\x21\xfa\xb6\xbc\x2f\x6c\x38\xbd\xb6\xc9\xdf\xc3\xcb\xab\x7b\xee\xe3\x9e\x48\x8f\x75\xf9\xce\xac\x55\x9c\x60\x5a\x2b\x71\xec\xaf\xb9\xec\x61\x8c\xc0\x27\x5c\xeb\x9e\x73\x76\xfd\x64\x3e\xb1\x6f\xcd\xc1\x7c\xc1\xd2\x20\xa1\xcf\x80\xa5\x5c\xd3\xdc\x4d\x48\xa6\x78\xc6\xbb\x3b\x3d\xde\xa4\x1c\x6f\x52\xef\x65\x16\x4b\x5f\xce\x2a\x5f\x57\xd2\xa7\x68\x87\xd9\xd7\xf0\x44\x09\xe1\xc0\x2a\x4b\x72\x2b\xa3\x92\x30\xa7\x51\x95\x11\xdc\xb4\x25\x55\xa5\x6f\x45\xc2\x65\x6e\x7b\x32\x14\xe8\xb6\x55\xdf\x58\x10\x43\x58\xa7\xa4\xd0\xae\x69\x8a\xca\xa0\xba\xc4\x89\x6e\x4a\xdc\xd4\x9b\xa3\xfe\x00\x07\x28\x72\xe7\xbd\x14\xf5\xdd\x5a\x5c\xe1\x89\x6a\xa0\x09\xc9\xdc\xd4\xcb\xbb\xa2\x3f\xc0\x39\xda\xef\xb1\xee\xd5\x7e\xbf\xab\x4e\x03\x87\xf1\x5f\xef\xb9\x39\x2d\x35\x8a\x35\xc3\x40\xf7\x8d\xe3\x2e\x68\x8e\xc4\x2a\x0a\x83\xf2\x54\xa1\x5e\xb3\x4c\x37\x87\x1a\x0f\x87\x6b\x8d\xe7\xde\x31\xff\x93\xf2\x45\x73\xb4\x38\x7d\x60\xbc\x07\x7a\xe1\xcf\x86\x9d\x8e\x9b\x12\x51\x6a\x46\x28\x10\x3c\x2b\x74\x1c\xdf\x22\x9e\xf7\x82\x19\x5e\xaa\xc4\xde\x7c\x86\xd7\xc4\x5d\xf6\x72\x7b\xc8\xc2\x1b\x74\xd3\xc6\xe4\xe5\xde\xba\x9b\xe2\x35\xc2\xf3\x4e\x27\xb1\x84\x2b\x94\xac\xbb\x6e\xd8\x13\xc8\x1e\x20\x74\xfe\xe1\xe9\xfc\x7f\x3b\x3e\x8b\x2e\x6a\x1f\xea\xde\x58\xed\x95\xb1\xec\xe5\xd6\xc4\x0a\x45\xa3\xa8\x69\x6d\x03\x85\x55\xcc\x40\x05\x1d\xcc\xfb\xc3\xb0\x51\x5f\x5b\x50\x3b\xad\x32\xec\x7b\xcc\xab\xb2\xfc\x59\xb8\xd2\xa7\x5a\xf3\x8f\xdd\x77\x44\x18\x9c\xad\x72\x98\xd3\xa5\xa1\x56\xb1\x8f\xd1\x13\xb7\xe4\x64\x02\x20\x4e\x2d\x3f\x57\xa2\xbc\xcc\xce\x26\x48\xc4\xac\x17\xce\x14\x0d\xf4\xa9\xa0\x5c\x26\x8a\x61\xc3\xac\x9f\xb5\x69\x46\x51\x5b\x46\x03\xfa\xdf\xa0\xe4\x36\x05\x9f\x4c\x41\x24\xe3\x5a\x8e\x26\x70\xe9\x0a\xb2\x12\x4b\x7d\x1d\x3b\x50\x0a\x9d\x32\xe4\x2f\x93\x54\xb2\xcc\x2d\x90\xb6\x46\x66\x08\x27\x46\x02\x45\xbf\x56\x02\x95\x18\x09\x54\x3d\xda\xbc\x05\xd2\x42\x65\xd0\x84\xce\xfe\x94\xd5\x67\x99\x22\x62\x40\x4d\xe9\x67\x45\x78\xe3\xe0\x8c\x4d\xe3\x37\xf4\x0d\x7e\x43\xdf\xcc\xa2\x98\x9d\x05\x53\x0d\xda\x48\xcb\xb9\x9f\x95\x16\x62\x2a\x59\x25\x5a\x52\xef\xd9\x03\x84\x9f\x28\x67\x3d\x69\x44\xeb\x79\x98\xd2\x63\x71\x9b\x7e\x21\xb5\xa5\x28\x49\x17\x3c\x6e\xa2\x86\x23\xcb\xc2\x76\x89\x5f\x5e\x45\x18\xd7\x9c\xb4\x4a\xe8\x85\x38\x2b\x43\x4b\x4c\xf6\x08\xa9\xc7\x31\x63\x9c\x78\x20\xe3\x51\x4c\x59\x5c\x57\x3b\xd3\xd2\x36\xed\xc4\x1a\x67\x5f\x33\xb9\xb6\xa8\x2e\xbb\x67\xee\x6c\x0d\x4d\x56\xcd\x9d\x54\xdb\x5c\xd1\x4e\x6f\xe8\x9b\x48\xf6\x13\x8f\xe3\x58\x62\xe9\x85\xfd\x64\xf6\x00\xc1\x96\xd6\x92\xbc\x86\xf0\x6d\xfe\x10\x65\xc5\xce\x20\x36\xb0\x2d\x6e\x66\x68\x16\xe9\xfd\xb3\xbb\x97\xc2\xf9\xc2\x3e\x51\x54\x02\xff\x4a\xd2\x03\xbc\x25\xc3\x56\x60\x5f\xbb\xd2\x63\x0e\xeb\x1a\xf3\x98\xa9\x95\x7b\x2f\xbe\x9a\x57\xf8\xca\xd2\xca\x4a\xee\x0b\xce\xe2\xf1\x5d\x75\x4d\x6a\x38\x10\x89\x65\x09\x0a\xb9\x3f\xb6\x87\x57\x97\x26\xbb\xd5\xcc\x02\x64\xe4\x23\x64\xb7\xf2\x6b\x64\xb7\xf2\xbe\x31\xc3\xf8\x1a\x11\x81\x96\x49\xfd\xd5\xb2\x7d\x58\x27\x8d\x7b\xac\x84\x73\x96\xe9\x58\x69\x96\x5e\x58\x33\x8f\x28\xe4\x61\x9e\x4d\x33\x0f\xf8\xf6\x7a\xde\x74\x57\x75\xd5\xcc\xc2\xf8\x62\x2f\xc3\xa2\x91\xa1\xd3\xe1\xfe\x86\xee\xe7\xb9\xb4\xc4\x54\x46\x30\xc5\x7b\x0c\x75\x65\xcf\x95\xbd\x0c\x75\xb5\x1c\x2a\xb4\x14\xb8\x92\xda\x0c\xbf\x14\x4f\x56\x4e\x42\xe1\x12\xcc\x38\x0f\xc5\x82\xb8\xc5\x34\x8b\x7a\x99\x11\x61\x69\x5d\x8b\x6e\xe2\xd1\x2e\x45\x38\x25\xa2\x4b\xf1\x9c\xf4\x44\x37\x51\x64\x60\x1c\xcc\x3c\x70\x0a\x14\x87\x33\x6f\x8e\xd7\x20\x35\xf2\x52\xbc\x02\x35\x78\x6f\x8e\x37\x04\xac\xe5\xfb\x03\x70\x5b\xa5\xb5\x3f\x16\x64\xdd\xcb\xf1\x25\x59\xf5\x96\x78\x4b\x16\xdd\x85\x77\xd9\xbd\xc4\xaf\x09\xeb\x65\xf8\x86\xe4\xdd\x55\x6f\xdd\x5d\xe2\x73\xe2\x06\x67\x97\xd3\x5e\x18\x85\xb6\xb3\x60\x1b\x95\x76\x5f\x77\xb7\xbd\x9b\xee\x0d\x42\xf8\x23\x71\x6f\xba\x97\xbd\x45\xf7\x1c\xf5\xb7\xf8\x9a\xb8\xbd\x9b\xee\xa2\x77\xa9\x5f\xdf\xc3\x47\xcf\x7c\xbc\xd0\x1f\x3d\xf3\xf1\x0d\xf9\xd8\xdb\xe0\x97\xe4\xba\x77\x85\x9f\x93\xf7\xbd\x0d\x7e\x41\x2e\x7a\x57\x25\x2a\x7d\xd3\x7d\xe3\xbd\xec\xbe\x3c\x7b\xde\x7d\xee\xbd\xe8\xbe\xe8\x74\xdc\x8f\xe4\x3d\xbe\x26\x17\x08\xc7\xf1\xc7\x5e\x8a\xaf\x15\x5d\x14\x7f\xec\xb2\xfe\x6b\x7c\xad\xfe\xce\x6c\xcd\xb8\xfd\x1d\x66\xe3\x22\xea\xa2\xdb\x79\x1d\x96\x34\x71\xb9\x9b\x23\x2c\x10\xaa\x1c\x0f\xa4\x78\xae\xb8\xa5\x5c\xfd\x59\x2a\x06\x69\x5d\xdb\xe8\xae\xc8\x4b\xf0\x8d\xbf\x51\xbf\x19\x9a\x78\xde\xf2\xd9\x5a\x31\x4c\x73\x9a\xa6\x3a\x72\x4a\x4a\x64\xbc\x9c\xe1\x25\x9a\x1a\x1f\x37\xb1\xb7\xb2\x3f\xe3\x25\xc2\xde\x66\x2f\x65\x86\xa2\xbc\xb6\xb6\xa6\x2e\x82\xe6\x2b\x02\xa4\xfe\xa6\x3e\xcd\xcb\x6d\x3e\xaf\x44\xc5\xda\x6b\x85\xa6\x75\x5e\x30\x9c\x91\xcf\x0c\x17\xe4\xb3\xc4\x09\xb9\x51\x6c\x5e\xe2\x5f\xb0\x2d\x16\xc4\x3f\xae\x35\x31\x6e\x1e\x7f\xac\x48\x38\x54\xa4\xbf\x7d\xfc\x9d\x93\x04\xf1\xa4\xf4\x17\x6c\x99\x70\xd6\x7a\xc7\xd5\x26\x48\x80\x82\xc5\x0e\x82\xce\x7c\xe5\x55\x15\x25\xb5\x78\x8b\x94\xe2\x2d\x3e\x4d\x08\x8f\xdc\x84\xfc\x92\x02\x3b\xcf\xd1\xdd\xdd\x4d\x82\x00\x1c\x12\x45\x14\xb0\x1e\xe3\x5f\x13\x0a\x0d\xba\x28\x1a\x18\xee\x26\x69\x31\x8f\x3a\x0b\xa7\xdc\x4c\xd0\x2b\x35\x43\x9e\xf3\x97\x65\x23\x75\xde\x2c\x52\xe5\x6b\xe6\xfa\x98\xb8\x07\x51\xef\xb9\x1d\xf5\x1e\x6e\x89\xe2\x4c\xfd\x3a\xd8\xc1\x59\x1c\xce\x2a\xf5\x56\x73\x33\xec\xfc\xcb\xc1\x70\xf5\xe1\xa9\x89\x89\xe5\x0c\x29\x2a\xbb\x3f\xc0\xce\x6f\xba\x40\xcd\xce\x9f\x85\x9d\x8e\x55\x4a\xdf\x97\x58\x17\x12\x55\xbf\xae\xff\x1b\xfd\xfa\x4d\xf5\xcb\xf4\x28\x9c\xe1\xaa\xc5\x3a\x98\xf5\x61\xc3\xef\xff\x6b\x00\xa9\x40\x71\x08\x87\xb6\x86\x2f\x92\x3d\x35\x28\xc3\xc7\x1d\x4d\x61\xf2\x23\x40\xc6\xcf\x13\xb7\xbc\xc1\x0f\x71\x2f\x44\xf8\x45\xb2\x7f\xdb\xf5\xe6\x9e\x7a\x86\xd3\x73\x53\x4f\x00\xf5\xb8\x46\xda\xc2\x61\x0e\x38\x54\x15\x5b\x24\xf3\x60\x36\x2b\xa3\x96\x70\x45\x8f\x84\xb3\x19\x6a\xb6\xf4\xf2\xde\x96\x6e\x1a\x2d\xf1\x96\x5e\x3e\x4f\x2a\xf3\x93\x12\xf7\x3d\x0b\xef\xee\xca\x3a\x9e\x92\xda\x37\xc4\x61\x9a\x37\x28\x05\x4f\xd0\x50\x6d\xa3\xba\x97\x0f\x67\xc4\x71\x70\xe5\x12\x1b\xee\x00\xb4\x63\x3c\x2c\x08\xc5\x29\x09\x27\x3a\x26\xbe\x9b\x79\xc4\xf9\x8f\xe3\xb9\x89\x3a\x3d\x07\x5d\xc5\x26\xf6\x87\x60\x77\xa8\xd2\x42\x9d\x16\x56\x69\x2a\x9b\x79\x08\x41\xec\xa5\x7e\x52\x32\x40\x95\x02\xc2\x59\x88\x6e\xb5\xe7\x3d\x68\x38\x9d\xe1\xd4\xf3\xb0\x6a\xe6\x85\xe3\xb9\x8a\x0f\xf7\x80\x17\xd5\x4d\x28\xe6\xdc\x53\x0d\x54\x4d\x06\xb3\x9e\xa8\xbf\x43\x17\x44\xf5\xbd\xd1\xbc\xe5\xd1\x79\x30\x99\x57\x3e\x35\x26\x73\xcf\x53\x6d\x22\xd3\xbc\xea\xcc\x7c\x06\x3d\x78\xff\x95\x2d\xec\xea\x8b\xd2\x1c\x2a\x9b\xd8\xe0\xf2\x06\x5d\xb1\x0f\x2e\x48\xab\xc1\x95\x97\xb5\xe5\xaa\xb6\x92\x9b\xb1\x54\x2c\x93\x43\x67\x19\x20\x4e\x04\xe7\x0c\xa0\xf4\xc4\x6b\x8a\x06\x0b\x12\xe2\xb4\x56\x8f\xf7\x3c\xf1\x2c\x9d\xa0\x5a\xa7\x87\xc7\x62\x56\x9a\x4a\xc6\x45\xd7\xa5\xa5\xbf\x71\x84\xe1\xad\x74\x39\x3e\x6b\xd3\x9c\xff\x9c\x18\x27\x0c\xf5\x72\x3e\x5c\x6c\x12\x9c\x07\x1c\xa2\x85\x4c\x2f\xb4\x4c\x2f\xb4\xb8\xc0\xea\x1f\x60\x82\x10\x30\x81\xea\x7b\x9c\x60\xf5\x0f\xf0\x06\x4e\x55\x26\x85\x46\x12\xec\xbc\x72\xf0\xbb\xc4\x7d\x9b\x62\x8a\x20\x49\xbf\x08\x64\xbc\xbe\x94\xbb\x55\xf1\x05\x08\x10\x0e\x61\x13\xa4\xb1\x0c\xa6\xd5\x85\xb5\xb9\x2c\xd2\x98\x55\x54\xc9\xa2\x4c\x0e\x67\x08\x7f\x97\xb8\x29\x78\x87\xaa\x2f\xd9\xb4\xc9\x56\x5a\x07\x48\xcf\xd4\xdb\x21\x96\x7a\x75\x00\x9e\xa3\x26\x78\x6c\xbd\x46\xb0\x7c\xec\x85\x96\x8a\x16\x4e\x88\x9e\xc8\x38\x50\x48\x33\x7b\x36\x9c\x20\xa9\x75\xb6\x8c\x3e\x91\xbe\xe0\xa5\xe5\x4b\x68\x6c\x5e\x8c\x11\x8c\x86\x49\xa2\x97\x55\x09\x2d\x84\x7b\x3d\xf0\xd3\xf2\xac\xb0\x6a\x2b\x47\xbe\x57\xef\x1e\x9c\x64\x09\x10\x06\x7e\x94\x5a\xcc\x18\xab\xa1\x7f\x4a\x0e\x3c\x12\x1f\x0c\xae\xf0\x8e\xca\x8b\xc7\x58\x0f\xf0\x48\xad\x4c\x1e\x67\xdf\x16\xb3\xb2\x4d\x66\xe6\xc6\xbc\x94\x43\x94\x24\x6e\x9f\xff\x6a\x78\x49\xa3\xae\xbd\x91\xb0\xf6\x19\x67\xe5\x00\x65\x63\xc6\x65\xcb\x00\x7f\x49\x9a\x4a\x8c\xa5\xc8\x40\x2b\x4a\x58\x06\x52\x66\x3f\x96\x5b\x52\x1b\xac\x08\x6d\x9c\x52\x45\x19\x00\x43\x15\x70\x92\x0b\xa6\x4c\xf3\x6a\xb9\xce\xd5\x4e\x99\xf7\x19\x9c\xc5\x44\x76\x35\xe5\xa0\x76\x7a\xd7\x4d\xbc\xa2\x2b\x10\x6c\x0e\xf8\x12\x56\x5f\xa8\x57\x58\x12\x57\xd8\xa5\x96\x6a\x6e\xf2\x25\x2b\x77\x8f\xc7\x03\xf5\x34\x50\x4f\x43\xf5\x34\xb4\x43\x17\x24\xb5\x75\x90\xde\x01\x2f\x00\xfe\xef\x52\x2c\xab\xc9\x78\x07\x1a\x63\xe6\xe5\x3b\xfb\xcb\x77\xf6\x97\xb7\xf6\x97\xb7\xea\x8b\xad\x95\xdb\xe8\x28\xac\x3e\x13\xda\x54\x47\x45\xe0\xcd\xe8\x0e\xbf\x3e\x40\x8c\x80\x15\x8d\xbe\x74\x69\x1c\x6f\x00\xd5\xb7\x09\x38\x03\x68\xd8\x21\xb9\xd4\x73\x29\x7c\x01\x4c\xc9\x63\xe9\x81\x0a\x45\x7f\x50\xa1\x41\x95\x8d\xda\xce\x2d\xff\x3e\x5c\xf3\x30\xfd\xa0\x7f\x08\xbd\xc3\x42\x6d\x82\xd4\x5e\x2e\x06\x21\x4b\xd5\x16\xe0\x62\x1e\x0b\xd5\x14\xa8\x6d\x80\xc3\x68\x1a\x8b\x19\xa1\x90\x4a\x82\xc8\x65\xea\x79\xd6\x97\x38\x33\x89\x7d\x09\xb1\xb9\xc0\x92\x05\x17\x67\xa7\x60\xd5\x31\xec\x4a\x8b\x79\x2d\x10\x86\x5a\x8a\x2e\xc3\xa6\xa6\xa2\x9b\x19\x0f\x45\x82\x98\x6e\x90\x74\x82\xc0\xc6\xa8\x12\xd0\xa5\x58\x78\x21\x9a\x69\x60\x5b\x6c\xa7\xe8\xe9\x54\xd4\x77\xc7\x5d\x37\xf4\x54\xe5\x5d\xf5\xa7\x56\x75\x8c\x8b\xbb\xbb\x00\x5a\xed\xaa\xa7\xfa\xf8\xb0\xf4\x06\xbf\x6f\x23\xd4\x5b\x28\x22\x00\xac\x1d\x9a\xa0\x0d\xd0\xda\xfc\x9a\xef\x99\x5f\x4b\x50\x6e\xc5\x5a\x97\x03\x67\x3a\x84\xc7\xcf\x14\xac\xda\x89\x15\x29\x28\x43\xa0\x5f\x4b\xac\x70\x42\xb5\xc4\xd9\x56\x77\x7e\x88\x9b\x4d\x5d\x74\x7b\x55\x73\xb3\xc2\xe5\xee\x25\x52\x1c\x66\x8e\xe7\x2e\x77\x17\x96\xc2\xa8\x4a\x75\xfe\x72\x6a\x3e\xd7\xc4\x8e\x56\x8b\x65\xa1\xfe\x5c\xaa\x3f\x5b\x35\xa8\xd7\x35\x89\x76\x63\x18\xde\x73\xf5\x5b\x28\x96\x9f\x11\x42\xb2\xa9\x25\xf7\xf9\x3f\xa6\xcf\xab\x5d\x04\x4c\x31\xbe\x26\x60\x70\x3c\x3d\x94\x0d\x6d\x20\x0b\x2c\xfc\xed\xb3\xd7\x13\x44\x2d\x36\x78\x4d\x64\xbc\x9d\xe1\x2d\x9a\xba\x0b\x33\xa1\x2b\xe2\xdd\xd8\x39\xf0\x56\x71\xde\xde\xf9\x5e\xda\x0c\xc2\x64\x6b\x56\xfb\xe3\x7e\x7e\xef\xfa\x20\x37\x8a\x16\x35\xaf\x9d\xba\xa8\x1e\x7e\x05\xff\x3a\x83\xfa\x5e\xfa\xa6\x9f\x5e\xdd\xcf\x70\xbf\x50\x0c\x77\x80\x13\xc5\x79\x53\xc5\x79\x0b\xc5\x79\xa7\x44\x00\xab\x39\x27\x02\xe7\x44\x1d\xdc\xcb\xff\x1d\x0f\x6e\xb3\xd4\x37\xc1\xd7\x73\xee\x37\xe1\xd7\xb3\xee\x8f\xe4\xf6\x0b\x92\xe8\x42\x09\x14\x7a\x64\xe7\x6c\x56\x7f\xfb\xc8\xce\xd9\xed\x7c\x95\x5c\x81\xea\x82\xf4\x7f\x25\x57\x48\xdb\xe5\x0a\x82\xf0\xc8\x15\x6d\x72\x85\x39\x11\xe5\xbe\xbb\xbb\x53\xf3\x2e\xfc\x79\x2a\x72\xb6\x98\x3a\xaf\x9d\x48\x2d\x02\x89\xa2\xf4\xab\x25\x0f\x4b\x3d\x88\x65\x43\xf2\xf0\x63\xb2\x67\x0c\xd0\x94\x8d\xfe\x69\x7d\x8e\x8d\x05\x94\x6d\x4a\xd0\xaa\x4f\x51\x1b\x78\xb4\x07\x04\xde\x47\x6d\x7b\x81\xd1\x0c\x72\x6b\xe0\x35\x3b\x14\xee\x6f\x96\x38\x78\x7c\x64\xd9\x0e\xd4\xe9\x8e\x76\x0b\x6f\x09\x42\xbe\x49\xda\x9c\xdf\xf0\xfe\xdf\x15\x51\xe8\xbc\x0e\x30\xf8\xfa\x78\x0e\x7f\xf5\xf3\x93\xe0\x49\x88\xc3\x27\xea\x4b\xef\xfe\x4f\xb2\x29\x74\xf9\xe7\x43\x50\x81\x90\x8a\xae\x04\x8f\xda\x31\x9f\x69\x3b\x75\x19\x33\x22\x7d\x3a\x97\xc9\x15\xd3\x49\xbe\x4c\x2e\x59\xe6\xcf\xb5\xff\x8e\xf2\x55\x92\x37\xf4\x0d\xee\xf5\xa4\x3f\x17\x05\x97\x53\x63\xd9\x26\x63\x36\x8b\xca\x67\x5d\x2f\x2e\xab\xf3\x88\x3f\xc2\x99\xcf\xae\x18\x97\x9d\x8e\x79\xd0\x8b\x38\x2b\x36\xd2\x42\x6e\xda\xf5\xf3\xc7\x05\x95\xf4\xe3\x47\x5c\xfa\x95\x6c\xe8\xeb\x27\x7b\x46\x47\xef\xa9\xcb\xf1\x9f\x29\x18\xf3\xd3\x4b\x96\x6f\xe8\x9c\x81\xf1\x75\xb2\x20\xcc\xd6\x5c\xfe\x77\x72\x68\x65\x97\x2c\xe0\xf4\xab\x0a\x96\x58\xed\x4f\x97\xe3\x96\x1d\xc3\xac\x70\xa0\x3a\x58\x2e\x8f\x93\x59\x5c\xcc\x7c\x79\xcd\x18\x07\x1d\x13\x89\x15\x2b\x01\x43\xe2\x98\xd7\x83\x51\xd9\x11\xda\x29\x52\x24\x83\x50\xa5\xd6\x7e\x69\xab\x85\x35\x2d\xd2\x7f\x68\x6c\x12\x1d\x76\x0d\xcc\x2d\x9c\x66\x28\x6c\xed\xe1\x89\xdd\xc8\x17\x82\xc3\x4d\x10\xb7\x80\xf7\x53\x4b\x25\x53\xe7\xe3\x47\xf0\xfd\x92\xa8\x2c\x1f\x3f\x3a\x51\x33\xc1\xf1\xb8\xe7\x7c\xfc\x68\xad\xad\xff\x34\xee\x04\xac\x9b\xea\x6a\x75\x5f\xf9\x0b\x96\xd2\x6d\x2d\xfa\x95\x44\x7a\x29\xe6\x67\x44\x4e\x29\x38\x0e\x84\xcb\x32\x37\xf7\xe7\x84\x36\x34\x56\x2b\x6d\xe9\x8d\x59\x3b\x38\x21\x9b\xb8\x98\x4d\xc0\x0d\x59\x73\x45\x26\x7b\x2b\x72\xa3\x57\x64\x69\x6b\xa9\x8a\xe1\xa4\x5c\x75\x49\xfb\xaa\x6b\x4c\x51\x52\xae\xb7\x8a\xc5\xa4\x4f\x12\xfe\x64\x03\x1e\x16\xce\x3c\xe3\x83\x78\x4e\x36\x31\x9d\x4d\xe6\xcd\xce\xcc\xbf\xd4\x19\x3a\xdb\xa9\xe1\x0a\xfc\x89\xbb\x2d\x37\x4e\xfe\xbc\xd3\x11\x2e\xbb\xbb\x0b\x11\x04\xd1\x37\xd5\xe6\xba\x42\x84\xc3\x1d\x0e\x70\x8a\x70\x09\x17\x92\xe1\xab\x72\x6c\xe6\x41\x5f\x1b\xb5\x8c\x4b\x22\xbc\x52\xe4\xc1\x95\x59\x60\xa5\x9d\x6b\x7d\x0d\xa7\xf6\x84\x9b\x91\xac\xb5\x30\xea\x74\x56\xa5\x5b\xfa\x1d\xc2\x6b\x72\xe5\x33\x9a\x33\xbc\x54\xf3\x5c\x64\x54\x55\x61\x69\x30\xb8\x45\x4d\x65\x26\xa4\xe8\x2f\x31\x25\x6b\xf0\xb9\x4a\x56\x25\x9d\x29\xce\x82\x09\x5a\xc5\xbd\x9e\x98\x95\x4d\xd6\x9c\x71\x72\x46\xc2\xa9\x7b\x30\x3a\xc6\x17\xed\x63\xab\x80\x3d\xad\x80\x9d\x55\xb8\x08\x3c\x8b\x86\xa8\xbc\x9c\xd5\x97\x23\xc6\x55\x34\x44\xf0\x61\xb3\xbb\x3b\xf0\x3f\x4a\x6e\x35\x64\xa3\x00\x43\x6d\x51\xb0\x43\xf8\x8a\xa8\xca\x26\x57\x77\x77\x6e\x4a\x0a\x98\x63\x9c\x93\x4f\x1c\x9c\xeb\xa4\xe5\x77\x72\x0b\x80\x8d\x40\x37\x0d\xab\x4c\x51\x0a\x3f\x59\x94\x63\xd8\x0a\x51\xa1\xb7\x04\x2e\x01\xa6\x12\xcc\x23\x56\xd0\x8c\x0a\x0d\x54\x58\x81\x91\xdc\x29\xa6\x4b\x2d\x00\xcf\x33\x83\xb3\xad\x0d\x68\xcd\x4b\x52\x29\x33\xe3\x05\x6c\x29\xb2\x4b\xa7\x81\x57\x4c\xf8\x99\xda\x79\x52\xc3\x5d\x58\xad\x7a\x9c\xa1\x69\x16\x69\x15\x7f\x07\x07\xc8\xb1\xad\x2e\xe5\x7f\xa3\xb1\x00\xdf\xd7\x5c\xb3\x31\x46\x1b\xa4\x80\x14\x3f\xbe\xff\xf9\xbd\xcc\x12\xbe\xb2\x2f\xe7\x33\xfa\x05\x05\x59\x1b\x58\x85\x1d\x3c\x97\x6b\x6e\x58\x4b\xd2\xfa\x0a\xb9\xd4\x97\xf8\x3f\xa5\xb8\xb0\x74\x90\xc8\x4f\xa5\xf7\xde\x69\x2c\xfd\x2d\xa3\x19\xd8\x7d\xdc\xa7\xe9\xc8\xfb\xc3\x70\x34\x1c\xb3\xf1\x0e\x61\x86\xe2\xc1\x6c\x16\x25\x53\x19\x17\xfd\x9f\xd2\x38\xe9\x85\xb3\x67\xea\x77\xd6\x2f\xa6\x49\x2f\x8c\x92\x59\x14\xcb\xb9\xb6\x23\xd1\x99\x77\x8f\xd0\xdb\x2d\xe8\x7f\x47\x71\x57\x82\x1a\x6b\xf5\x6a\xf4\x76\x69\x9b\x86\xed\x7d\x2a\x10\x4f\x4b\xbf\x91\x9d\xce\xd3\xd2\x3a\x93\xe1\x82\xba\x1e\xf3\x42\x84\x65\xa9\x60\xad\xf5\x4b\x48\xa5\x9f\x8b\x30\x25\x7f\x16\x1a\x19\x94\xe7\x4f\xe1\x52\x1c\x06\x28\x72\x38\xe8\x11\x5b\xf4\x69\xa7\xa3\x55\xa3\x2b\x5b\x11\x38\xf0\x84\x56\x39\x01\x49\x72\x05\x02\xf7\x0f\x70\x85\x74\x16\xb6\x99\x4c\x82\x36\x3d\x73\x15\x35\x68\x2c\x26\xc1\x9f\x0d\x29\xa8\x2b\x7b\x61\x2d\xb0\x6a\x31\xa1\xb4\x8a\x6a\x0b\xca\xaa\xa4\x27\x3d\xbb\xe8\x2e\x32\x6a\xc7\xfb\x4a\xcf\xb5\xb8\xeb\xcf\xc2\xad\x01\x01\x61\x0e\x2a\x08\xb0\x7b\x20\x30\xd5\xfa\xcc\x51\x09\xe4\x4e\x27\xbe\x85\x07\xd0\x87\xa8\xcd\x4f\x01\x30\x89\x06\x4c\x02\x80\xa9\x66\x05\x16\xbb\x9a\x98\x38\x9c\xa9\xb9\x09\xcf\xe4\x34\x8c\xe4\xbd\xca\xd7\xb5\xbe\xc8\x03\x6a\x33\x6a\x07\x7e\x41\xcf\xb9\x68\x6c\x65\x76\xfd\xe4\x3b\x85\x08\x1a\x9a\xd0\x76\x8e\x7f\xbf\xff\xf9\x8d\xbf\xa1\x8a\xcf\xe7\x7e\xc6\xf2\x8d\xe0\x39\xfb\x85\xdd\xd8\x5b\x99\xd2\x9a\xc4\xc8\xa9\x3f\xcf\x18\x95\xec\x9d\x36\x0d\xb6\x42\x6f\xb2\x94\xcd\xe5\x1b\xb1\x60\x6e\x4e\xfd\x73\xb1\xd8\x22\x2c\x4d\x66\x20\x8a\x6e\x64\x41\xd3\xef\x33\xba\xba\x84\xc0\xb2\x7b\xad\x81\xb2\x1b\x25\xb7\x8a\xf7\x51\x78\xda\x19\xfa\x23\x3f\x1c\x3b\x3b\x9c\x52\x12\xcf\xf4\xd5\x18\x9e\xd3\x36\x86\x27\x35\xc2\x00\x8e\x76\x38\x37\x11\x6b\x16\x62\x0e\x1b\x71\x92\x2c\xdd\x9c\x22\x99\x6d\x6f\xe7\x54\xf5\xac\xfc\xf0\x32\x65\xea\x47\x5b\x92\xab\x6e\xe7\x28\x0e\x66\xe0\x99\xea\x97\xed\x86\xed\xe6\x54\xaa\xb3\x9a\xa2\xdb\xbd\x46\x5b\xc3\xd1\xd6\xd1\x3c\x24\x9a\xc8\x5e\x6f\x82\x58\x2c\x67\x20\xc2\xaf\xbd\x7b\xef\x92\xa5\xab\xa6\xc3\xe7\xe2\xfa\xee\xae\x7a\x3c\x9c\x68\xaf\x9c\xb8\x1d\xc2\xa6\xf3\x15\xe0\x4d\xbf\x5d\xe7\xbb\x1f\x7f\x73\x90\x9f\xcb\x6d\xca\x14\xed\xfa\x36\x13\x1b\x96\xc9\xad\xeb\x88\x0d\x9d\x27\x72\xeb\xe0\x00\x3b\x0e\x32\x03\x59\x1b\x32\x6a\x65\xe0\x53\x0e\x7f\x93\x09\x29\xd4\xba\xc7\x1b\x4a\x56\x54\xd5\xf4\x5c\xca\x2c\x39\x2f\x24\xc3\x57\x07\x49\x6f\xde\xe3\x85\xa9\xe1\xc5\xfb\xf7\xef\x55\xe3\xdf\xb1\x79\x4a\xf5\x91\x6a\xd5\x76\x49\xc9\x82\xda\xfd\x9a\xec\xd5\xb4\xb7\x57\x37\xb6\x40\x87\x63\xe9\xa9\xae\xe3\x83\xd6\x1b\xa5\xf4\x01\xd3\x2c\x87\x99\x2e\xd9\x6c\xfc\xa0\xd8\xe5\x61\x73\x6a\x3f\xed\x04\xf5\x69\x3e\x67\x7c\x91\xf0\x15\x61\x58\x50\x7f\xc1\xaa\xf7\x66\x8f\xcb\x3d\x76\x26\xa7\xbd\x30\x92\x67\x5c\xed\xef\x33\xc2\xa7\x41\xf4\x86\xbe\xd9\x61\xed\xbd\xa8\x0d\x25\xb5\x48\x00\xb5\x17\x18\x72\xa0\x86\xaf\x31\xa1\x91\x0f\x26\x4b\xd7\x38\x08\xcb\x40\x52\x88\x3a\x9d\xec\x8c\x64\xe8\x96\x91\xcc\x78\x93\xb1\xb3\xef\xe7\x65\x67\x99\xb6\x96\xd7\xb6\x4a\xf7\x56\x5d\xd3\xb2\x8a\x94\x2f\xd0\x63\x9b\x69\x29\x67\x35\x59\xa3\x37\xed\x7b\xe2\xff\x8f\x00\x93\x9d\xb1\xff\xd7\x80\xb1\x9a\x6c\x00\x86\xed\x87\x05\xdf\x0f\x29\x01\x7e\x66\x1e\x0d\x1d\xf0\x42\xd3\x84\x4e\x62\x43\xa7\xd8\xef\x38\x14\xd8\xcf\xed\xd6\xd3\x88\x33\x70\x62\x51\x90\x0c\x35\x81\x75\xd0\x92\x35\xe8\x64\x86\x13\xf4\xf8\x56\x5b\x4a\xde\xd7\x83\x52\x7c\x84\x8b\x19\x80\x2f\x2f\x2e\xdb\x61\x07\xf2\x55\x2b\x74\x82\xbe\xfb\x6a\x85\x9d\xe9\x13\x55\x53\x58\xb8\x8c\x78\xe0\x16\x41\xab\x12\x30\x1d\x1c\xe9\xc9\x41\x1e\xab\xcf\x74\x86\x29\xaa\xf3\x57\x17\xd1\xb0\xee\x19\x6d\xc7\x08\x09\x44\x04\xa9\x3a\x68\xae\x5e\xe8\x97\x3a\x29\x14\xe0\x0a\x90\x6d\x70\xb8\xd1\x98\x26\x1e\x61\x51\xaf\x97\x36\xfa\x69\x65\xb3\x3a\x2a\x66\x20\x1b\xa9\x8b\x94\xc7\xe9\x34\xe9\xa7\x25\xe7\x86\x2d\xdd\xf6\x56\xf2\xca\xb2\xfc\x40\x5d\xe9\x85\x38\x6b\x58\x7d\x23\x5c\x28\x08\x66\x3d\xd0\x97\x60\xbd\xda\xe9\xdb\xb4\xf0\x92\xae\xcb\xe3\x6c\xd6\x2b\x40\x9a\x0b\xf0\x59\x24\xad\x10\x4a\x2a\xab\xcf\x12\x44\xe9\x23\xe6\x10\xdc\x77\x16\x6e\x02\xe0\x49\x67\x6a\x56\x4a\x93\xcb\xe6\x44\x5a\x19\x2d\x00\xa5\x33\x9c\xa2\x66\xa1\x4a\x1b\xbf\x54\x47\xb7\x34\xff\x69\xa5\x61\xef\x8f\x90\x0d\xbf\x2b\x9a\x25\x94\x1f\x50\xf8\x66\xe6\x9b\xf3\x1e\xe0\x94\x04\x70\xb5\x8a\x73\xed\xbc\xf4\xa1\x01\xce\xed\xf9\x9f\xc3\x00\x5d\x05\x65\x81\x85\x47\x92\xbe\xe7\xe5\x38\xf5\x48\xd2\x75\x59\x4f\xa0\xe6\x90\xe7\xad\x6b\x62\x3e\xc3\x73\xf4\xa5\x6a\x4a\xe1\xc9\x59\x38\x4d\xfb\x6e\xde\x0b\x1b\xa3\x5d\xb0\xab\x04\xa8\x81\x43\xfb\x5d\x0b\x16\xed\x02\xe2\xea\x12\x6b\x6a\x49\x6a\x51\xc4\x77\xa0\x9c\xb1\xa5\x24\x71\x19\x9a\x54\xcc\xe3\x2b\xb6\x94\x64\xab\x26\x63\x29\x71\x95\x5a\x33\x97\xef\x92\xd5\x1a\x32\x64\xea\xa1\xce\x21\xb2\x56\xc7\x19\x00\xea\xca\x45\xb9\xa5\xc6\x9c\x59\x86\xf9\x86\x91\x53\x8c\x87\x46\x39\xeb\x62\xb9\xdc\xdb\x1b\x8a\xc2\x70\x93\xc3\x59\x03\xd3\x1d\x4b\xbd\x64\x00\xfe\x7f\x24\x09\x2c\xd9\x97\xf1\x36\xd7\x93\x13\x85\x5b\x9a\xfe\x5e\xbb\x49\xaf\x77\x17\x80\x56\x4a\xe2\xc9\x19\xd6\x3f\xea\x18\xd3\x6f\xea\x87\x64\xf5\x4d\xa0\xea\xdf\x86\x65\x97\x87\xe4\x56\xed\xb3\xd1\x52\xa9\xaa\x89\x58\x85\xe7\x14\x11\x9b\xe9\x38\x30\x32\x66\xb3\x59\x13\x93\x6d\x68\x92\xe5\xed\x74\xb1\xf1\x7b\x65\x5d\x67\xd7\x37\xd9\x55\x0b\xc1\x59\x36\x0d\xa2\x0c\x4d\xb2\x33\x66\x7c\x42\xc6\x12\x9c\xf8\xf0\xd8\xf3\xac\xe6\x12\x68\x0e\x64\x1a\x1b\x91\x37\x2f\x5e\x20\xe4\x58\xad\xa6\x81\x8c\xc2\x4a\x5c\xab\x4e\x19\x37\x9e\xa5\x27\x49\x4c\xd1\xfe\x38\xcd\x45\xba\xe5\xa3\xd5\x58\x36\x02\xfd\x5e\xe5\x2c\x10\x9c\x53\xc5\x04\x89\x38\x99\xc1\xc9\x68\xd1\xf6\x1a\x26\x9f\x93\x4d\x9b\x0d\x8a\xd5\x7b\xb7\x5e\xea\x50\xe2\x82\x6d\x9b\x40\x2c\xdd\x41\xd7\xbe\x9a\x75\x80\x2c\x59\x1a\x8c\x5a\x5c\x33\xec\xa6\xb4\x60\x5f\x55\x03\xb7\x83\x65\xe9\x4a\x18\x97\x59\xf2\x75\xb5\xdc\x5e\xb0\x6d\xa4\xf8\x83\xb4\x60\x91\xaa\x72\xb7\x57\x27\x38\x8c\xbd\x6f\x79\x00\x99\x67\xe9\xd6\x00\x4d\x13\x94\xf0\xa5\x1e\x40\xd7\x36\xb9\xb2\xf9\x2b\x8a\x26\xbd\x5e\x01\x7e\xd3\xd4\x27\x4d\xc4\x61\x59\x5b\xa2\xf6\x7a\x52\xfb\xf8\x8d\x7b\x3d\x3a\x83\x79\xac\x59\x30\xc0\x23\xaf\x8d\xbd\x1a\x3d\xcf\x27\xe2\xd0\x0a\x4a\xef\xdf\x64\xe9\xb6\x5a\xde\x31\x12\x1e\x9a\xe4\xe9\x30\x35\x1c\x73\xb5\x95\x31\x98\xfc\xf4\x19\x21\x24\xec\x07\x48\xae\x33\x71\x0d\xac\xf8\xcb\x2c\x13\x99\xeb\x24\x7c\x09\x02\xb9\x27\xda\x66\x15\x95\x01\x7e\xb5\x03\x28\xe1\xbe\xa6\x2e\x43\xa8\x22\x52\x78\x97\x24\x58\xaa\x3f\x4c\xfd\x09\xce\xb4\xc6\xce\x44\x0d\xdd\x63\x5d\xcf\xa3\xe8\x4c\x56\x1a\xaa\x59\xbf\x71\xb4\x59\x99\x9e\xed\x65\x2a\xc5\x5b\x86\x20\xdf\xb4\x9e\xee\xda\xec\x57\xf5\xe2\x49\xc2\x73\xa9\x30\xb7\x58\x3e\x99\xa3\x16\x69\x36\x94\x02\x56\xd4\x84\x09\x98\x94\x31\x70\x61\xe2\xfc\x24\x37\xe1\x2e\x8d\x1b\xc3\xc7\xd3\xfa\x36\x51\xad\x1b\x28\x80\x94\x6e\x1e\x68\xd6\xe7\xea\x40\x33\xab\xa3\x00\x8c\x5d\x65\xae\xae\x18\xb8\xc9\x4f\xb5\xeb\xab\xbd\x65\x72\x43\x89\xf3\xf1\x23\xb0\xb4\x1f\x3f\x3a\xf8\x9c\x12\xe7\xc3\x4d\x10\x38\x93\xd4\x9d\xe3\xdb\x35\xcd\xa3\x35\x5e\x31\x19\xb5\x1c\x25\xfa\x42\x2d\xce\xc1\x63\x2d\xce\x1b\x99\x6c\xff\xcb\x56\x36\x22\x77\x58\xc7\xbb\x8e\x56\x58\xe1\x85\x68\xa3\xf7\x57\x1e\x1d\x9c\xa3\x36\x82\x83\x88\x78\x50\x0f\x32\x2a\x4e\xa6\x56\x69\x79\x5f\xd9\x61\xb3\xc9\xbf\xb6\x2e\xd8\xe8\x60\xe6\xa5\xf7\x7a\x55\xf7\xce\xae\x3c\x4f\x3e\xb3\xe8\x0a\xb3\xcb\x8d\xdc\x46\x0b\x6c\x96\x46\xd4\xba\xfd\x1b\x6d\xd4\x3c\xb8\x36\x25\xab\x7a\xbe\xdb\x81\xd3\x5f\xce\xf2\x86\x8c\xac\x96\xc5\x1b\xad\x37\xb5\x4d\xc5\x59\xed\x6b\xbb\xc4\xc7\x53\x73\xa7\x52\x60\x8a\x22\x36\xad\x48\xb3\x88\x4e\x6a\x63\x0d\x73\x1f\xa1\x56\xe1\xa6\x76\xfd\x7e\x45\x92\x58\x78\xde\x0c\x2f\xcc\xea\xf7\xbc\xd5\xb3\xcd\x04\xb9\x6b\xb2\x80\x0b\xfb\x94\x5c\xb9\x39\xa1\xf1\x6a\xa6\xa8\xe7\xb5\x06\x54\x8e\xa2\x05\xac\xa5\x14\xc7\xb9\x85\x61\xa7\x6e\x4e\xa4\x8b\xf0\x92\x34\xaf\x7d\xf2\xd2\x13\x80\x22\x2f\xc0\x88\x04\x45\x6e\x4e\x6e\x77\x87\x39\xe1\x0c\x36\xd9\x76\x08\x2f\xea\xad\x87\xb0\x75\x61\x2f\x2b\xff\x1e\xec\x10\x20\xdc\x78\xe6\x00\xb5\x32\x1a\x33\xcf\xab\xc3\x56\xb4\x6d\xe5\x02\xdd\x66\xd6\x0a\xe0\xe5\x52\x54\x5b\x8f\xa1\x9d\xea\x47\x31\xcd\x34\x54\x5b\x97\x76\xe1\x72\x6d\x29\xa1\xfe\xaa\xc1\x69\xa3\x47\x8d\xfb\x6f\x77\xa5\xa6\x59\x1d\x3d\xa3\x68\xe2\xa0\x86\xed\x18\x44\xf0\x09\xd0\x0e\x17\x87\x87\x55\x9d\x4d\xba\xdc\xd5\xa8\x0c\x33\x1c\x20\x53\xe0\x82\xb5\x2a\xa3\x24\x95\xeb\xf6\x42\xe5\x52\x03\xf9\x69\xff\x30\x2e\x89\xfd\x38\xa9\x8d\x2c\x09\xaf\x0b\xfc\x76\x78\xfa\x96\x18\xa4\xcc\x96\x89\x34\x2d\x5a\xfd\xad\x65\x26\x8b\x26\x22\x99\x6c\x39\x7e\xd5\xf2\xbb\x04\xe4\x8b\x6a\x7a\xcd\x26\xad\x80\x78\xf2\x3c\x86\xa4\x4f\x17\x8b\x83\xb3\x3d\x75\x2f\x4b\x3c\x45\x17\x8b\x87\xf1\x94\x47\x1c\x07\xcd\xc8\xd3\x00\x73\x0b\x0f\x99\x59\xdf\xfc\xb7\x76\x78\xb9\xaf\xcf\xd9\x9a\x5e\x25\x02\x62\x81\x56\x1e\xd6\xee\x23\x51\x71\x46\x14\x09\xb9\x7f\x2c\x94\x7a\xc1\x3c\x66\xf5\xb7\x38\x9b\xcd\xc8\x6b\x38\xc3\x1b\x61\x41\x0d\x07\xf1\x91\x92\xd8\xb9\x66\xe7\x17\x89\x74\xb0\x73\x99\xab\x3f\xe2\xb3\x83\x9d\xd7\xf0\x57\x38\xd8\xf9\xd9\x99\x29\xa2\x60\x91\xe4\x1b\x2a\xe7\xeb\x06\xf6\x31\x3d\xe2\x30\x33\x1f\xb1\x21\x2e\x5b\x3a\x06\x24\x25\x8f\xeb\x6e\xc9\xd9\x8c\x5c\x5b\xd1\x54\xf8\x0e\x7f\xac\xa5\xa5\xbe\x68\x95\x0a\x10\x5e\x59\x8e\x3a\xbe\x83\xc0\xe8\x61\xa2\xf7\x77\x00\xca\x23\xa5\xc5\x08\xdc\xfe\xd4\x2e\x20\x03\xac\xe8\x87\x2a\xd0\x60\x8b\x4b\x1f\xa3\x2a\xe2\x83\x03\x90\xc8\x7e\x33\xee\xd3\x06\xad\x52\x25\x23\xdf\x21\x44\xc2\x82\xe4\xe5\x4c\x23\x98\xee\x35\xcd\x7f\xbe\xe6\x95\x1c\x9a\xa3\x4e\xa7\x51\x73\x23\xfc\xba\xfa\xb2\xd3\xe4\xe7\x15\xe8\x4b\x14\x69\xaa\x97\xc2\xa7\x42\xb4\xeb\x57\x71\x3f\x63\x9b\x94\xce\x99\x7b\x4d\xb1\xf3\xe1\xc3\x37\x1d\x07\xe9\x69\xbd\xa6\xa4\x1f\x7f\xf8\xf0\xe1\x7f\x3e\x7c\xf3\xa1\xfb\xc1\xfb\x30\xfd\x70\xf7\x21\xfe\x30\xfb\xe0\x7e\x40\x1f\xfc\x0f\xb7\x1f\x76\xb3\xfe\x0a\xbf\xa7\xe4\x76\xe7\x57\x07\xfa\xb4\x09\x70\x5e\x7f\x21\x72\x17\xdd\xb3\x14\x75\xf8\x59\x5e\x86\xc1\xdc\xe1\x0b\xda\x2e\x15\x96\xfe\xa7\x82\x65\xdb\xf7\x70\x29\xa2\x40\x85\x76\xf8\xcd\xe3\xf2\x3e\x37\x37\x19\x2f\xf7\xb3\x97\x6b\xe2\x52\xad\x4b\x96\xdf\xdd\xf1\xf8\xc6\xe5\xd8\x31\xef\x65\x79\x07\x95\x38\xd5\x3d\xa8\xa2\x52\x82\x37\xf4\x91\x22\xd3\xf4\xcf\xa4\x45\xef\xe6\x7d\xf2\xf9\x73\xca\x3a\x1d\xf7\xbe\x51\xea\x0c\xda\x63\x21\x84\x74\x2a\xd2\x14\xc6\xa9\x3f\xa8\x21\xe8\x27\x7f\xaf\x8f\x48\x23\x3d\xf5\xb2\x27\x28\xa8\x99\x26\xfd\xb9\xe5\xca\xc6\x4c\xfa\x73\x4a\xec\x4a\xea\xdd\xa4\x0e\x95\xe7\xe5\x97\x43\xb4\x6a\xa9\x3a\x4f\x38\x79\x6e\x9b\x36\x18\xa7\x36\xb0\x9a\x9b\x7e\x6d\x6e\x4b\x63\x03\x12\xcf\x10\x2e\x9d\x2c\xbf\x11\x0b\x06\x12\x4b\xb5\xcc\xe9\x0c\x59\xc9\x35\x99\xa1\xea\x9c\xdb\x8e\x72\xd2\x67\x73\x1d\xbf\x37\x4e\x67\x68\xea\x96\xac\x1d\xe1\x25\xc9\x52\xd4\x7a\x16\xda\x0a\x82\x75\x3a\x4e\x99\xe4\x24\xfc\x09\xf8\x11\xae\x32\x91\x3a\x3f\x42\x51\xc9\xe7\xa9\xcd\x56\xca\x96\x5f\xba\x09\xda\xe1\x0a\x26\xcf\xd3\xb4\x1d\x2c\x1a\x24\x2f\x6c\x90\x18\x1a\xbd\x09\x12\x20\xb5\x6b\xa0\xc1\xf0\x8b\x59\x25\xb5\xdc\xb3\xdf\x31\x5a\xe0\x5a\xb9\xcd\x40\x71\x0e\x37\x99\x6a\xb8\x10\x58\xa1\x1c\xae\xc0\x05\x42\x7b\xf0\xad\x79\xde\x97\x6e\x66\xe6\xfe\x05\x25\xce\x5a\xca\x4d\xd4\xef\x5f\x5f\x5f\xfb\xd7\x43\x5f\x64\xab\x7e\x78\x7a\x7a\xda\xbf\x59\xcb\xcb\xd4\xc1\x9f\x29\xb9\xcd\xaf\x56\x51\x4b\xb6\x41\x10\x04\xfd\xfc\x6a\xe5\x60\xc8\x1b\xbd\xa0\xf8\x26\x4d\xf8\x45\x5b\x5e\x5d\xa5\xfa\xea\xe0\x9b\xcb\xb4\x2d\xcb\x1f\xaf\x5f\xa9\x6c\x27\xfd\x4a\x9d\x0d\xb2\xf2\xfc\xde\xb6\xe1\x6b\xdf\xd9\xa9\x73\x86\xe7\xe4\x76\x03\xfe\x26\xa3\xcf\x14\x7f\x2a\x68\x9a\x2c\xb7\x51\x0b\x2d\x50\x1f\x05\x91\x83\x30\x23\xb5\xeb\x6c\x38\x0d\x1c\xa8\xd4\x79\x4a\x08\xac\xa4\xf2\x20\x00\x35\x22\xcb\x3b\xb0\xf4\x42\x84\xf0\x67\xba\x8f\xac\x19\x9a\xde\x42\xdf\xa3\xcf\x34\x66\x33\x9c\x8a\x39\x4d\x23\xbe\x8b\xf8\x0e\x16\x0e\x95\x32\xdb\xc3\x01\x6d\x0c\xf2\x00\x92\x9d\x1c\x74\x47\xac\x0b\xf5\xca\x2d\xa4\x5a\x46\x5c\x2c\xac\x9b\x63\x90\x0a\xf2\xdc\x37\x43\x87\x60\x57\x3e\x34\x3f\x65\x8a\xdc\xb6\x2e\xff\x5c\xee\x43\x1f\xcb\x0c\x28\x6a\xe6\x80\x6b\x6e\x91\xb9\xd2\xc8\x2a\x54\x63\x4c\x11\xb6\x9f\x5d\x89\xc1\x66\xb3\x79\xfc\xd8\x44\x90\xc9\xa7\x8d\x19\xd5\x88\xe7\x29\xcd\x73\xb6\x4f\x94\xfc\xff\x38\x68\x9c\x11\x97\x93\x5f\x14\x0f\x5c\xb2\x1b\x85\x61\xf3\x25\x61\xba\xcd\x57\x49\x2e\xad\xeb\xad\x0c\xae\x55\x9e\x4a\x7f\x2e\xb8\xa4\x09\xcf\x5d\x60\x7d\xcd\xe1\xfe\x34\xac\xd9\x5a\x55\x43\x03\x1c\x0e\xd4\xe7\x20\xbb\x9e\x4f\xba\xb8\x2f\x59\x0e\xea\x2c\x65\x35\x06\x30\x4f\x83\x76\x08\xbe\x7b\x24\x04\xdf\x59\x10\x84\xab\xe9\x86\xf7\xc1\x5a\x07\xf4\x80\x66\x4a\x96\xee\xf0\xac\x68\x40\xf2\xa9\x05\xc9\x81\xf6\x9d\xae\x88\x54\x40\x4d\xd9\x7e\x07\xdf\x2a\x02\x23\xce\x66\x8a\xf4\x69\x74\x51\x11\x33\x67\x95\x13\x85\x96\x05\x28\xdd\x04\x29\xb8\xbd\x10\x97\x9b\x42\xb2\x05\x5c\x6a\xbb\x89\x26\x57\xd4\x87\x72\x93\x00\xb9\xaf\xd6\x98\xa2\xc3\x0e\x87\xfe\xd6\x8c\x50\x0f\x7e\xd3\x76\xf3\xfc\x95\xeb\xc7\x6e\x42\xf7\x39\xe6\x9a\x5b\x3f\x98\x9f\x5f\x1f\x39\x3f\xbf\x5a\xf3\x23\xd9\x4d\xab\x97\xeb\x03\x1d\xa6\xba\x78\xab\x3a\xfb\x63\xb5\xbf\x27\x87\x4a\xb2\x9a\x98\x9c\x3a\x4e\x24\x77\x51\xa9\x97\xf3\x90\x5a\xad\xe3\xec\xa2\x87\xd5\x6e\x35\x39\x6b\xe0\x65\x7f\x83\x31\x2b\x84\xff\xff\x7e\xcc\xe0\xa0\xe4\x5f\xbf\xbc\x7e\xf5\xc8\x11\xd7\xf9\xdb\xc6\x6b\xd5\xb6\x37\xda\xea\x8b\xc6\xd9\x9b\x0d\x6b\x77\x11\xce\xc9\xdf\x10\x34\x10\x82\xcd\x6a\x32\xeb\x90\x04\x83\xaf\xba\x8e\x17\xeb\x24\x5d\xb8\xf7\x0c\x11\xed\xf4\x72\x4a\x78\xde\x74\x9b\x6e\x2b\x49\x98\x06\xc9\xf3\x4a\xcc\xf3\x70\xbb\xba\xb2\x7f\xb2\xa5\xc8\xd8\x7d\x0d\x63\xd9\x9e\xae\xe9\xd0\xb2\x5b\x9a\x97\x6d\x21\x31\xeb\x19\xfe\x5e\xe7\x54\x34\xc8\xfd\x4a\x78\xb5\x3a\xa3\x8e\x71\x54\x0b\xb0\x97\x95\x6f\x27\x3b\xa4\x12\xc5\x4b\x84\x57\x96\xe0\x7a\x89\xf0\xa6\xf9\x7a\xd5\x14\x6b\xab\x43\x40\x37\xb1\xc0\x97\x5a\xf6\x84\xb7\xcd\x2c\x5a\xe2\x0d\x26\x70\xd9\x33\x0a\x54\xa4\x42\x7a\xea\x8c\xbf\x04\xcf\x8b\x8b\xf2\xf6\xbc\x41\x45\x66\x08\x4d\xaf\xe2\x6c\x46\x8a\xe8\x12\xe4\x4e\x0b\x5c\x20\xbc\x55\x29\x8b\xbd\x4a\x97\x50\xe9\x25\x08\xba\xaa\xca\x18\xc4\x3f\xca\xc0\xcf\x34\x9a\x16\x4f\x09\x79\xaa\x18\xd0\x15\x54\x69\x35\x44\x12\x14\x81\x62\xee\xbf\xdc\x04\xe1\xb2\xa9\xa7\xc1\x61\xc7\x01\x7f\x6f\x3b\x1d\xdd\x90\xea\x09\x2a\x6b\x85\x8e\xc2\xa8\x6a\x05\x83\xaa\xe8\x7a\x82\x0a\x63\x07\xac\x7b\x54\x4c\x5d\xbb\x7d\xac\xfb\x64\x75\x43\x07\xd6\x5b\x9e\x81\xa1\x2d\x32\xc9\xaa\xa8\xf9\x42\xcd\x97\xaa\xd9\xdd\xc6\x2f\x36\x0b\x2a\x19\x59\xe1\x8d\x4d\x88\xae\xec\x97\x2b\xfb\x85\x5b\x2f\xa5\x79\xee\xa6\x32\xba\x5e\x21\x6c\xfc\xb9\x5c\x69\x3d\x37\x4b\x93\xc3\xa6\xab\x5b\xfd\x70\xc2\xf0\xb9\xbd\x0a\x2a\x86\x23\x98\xd5\x0e\x75\x8d\x0e\x05\x70\x15\x5a\x67\x83\xc7\xc9\xcc\xe6\x0c\x6a\xc9\x03\xa8\xda\x91\xbf\x5c\xc5\xc9\xa4\xe4\x25\xfc\xe6\xfa\x57\xf5\xa1\x0d\xdf\x21\x5b\x51\x83\x95\x1d\x48\x66\xd8\x10\xf1\x19\xce\x2c\x10\x58\xaa\xfd\x7b\x97\xce\x87\xe5\xab\x7e\xa5\x3e\xe3\x92\x65\xed\x0e\xe5\x52\x9f\xdd\x24\x6d\xda\x92\xf9\x0e\xa7\xe5\xe6\x6d\xe8\x7e\x7c\x01\xb3\x6f\x2a\x6d\xb9\x8a\xaf\xc2\xdc\x20\xd3\x96\x6f\x1a\x41\x68\x57\x7a\xf7\x71\x94\x8a\x79\x6a\xf1\x92\xac\xcd\x45\x7e\x56\x24\x9f\x15\x3d\x36\xd8\x9b\x7b\x7a\x96\x4c\x12\xcf\x43\xb7\xc5\xfd\x7c\x26\x2b\xa1\xd6\xca\x67\x6a\xd5\x81\x12\x13\x4d\xd2\x33\x31\x11\x9e\x87\xdc\x8c\x30\xcd\x7c\x59\x53\x65\xf1\x5b\x09\xea\x74\x64\x65\x66\x50\x31\x5a\x85\x1e\xb1\xc8\x16\xcd\x29\xa9\x45\x60\xbd\x10\xcb\x3d\xb6\x90\x3f\x93\x35\x5b\xa8\xd8\xc9\xd2\x22\xa9\xa8\xd8\x5f\x1d\x76\x38\x2e\x66\xd5\x25\x9e\xcb\x74\xc4\xe1\x4e\xc7\x4d\x3a\x9d\xe4\x29\x21\xcc\xe7\xec\x46\xbe\x4f\xce\xd3\x84\xaf\x3a\x9d\xc4\x5e\x59\x8d\x73\x81\xe1\x04\x29\x3c\xd0\xa4\x79\x80\xf4\x14\x7b\x01\x3c\x38\xf9\xf1\x9e\x03\x7a\xef\xa6\xb8\x39\x22\x90\xe3\xc1\x28\xe4\x4c\x0b\xbb\x79\xa3\x31\x0d\x20\x57\x03\x4b\x9d\x25\x6d\x2b\xf0\x4f\x23\xff\xb4\x44\xdb\x10\x82\xdb\xc8\x46\xb1\xac\xe7\x03\x5c\x53\x1b\xfe\x83\xb6\x71\xe9\x8a\x71\x6e\x51\x97\x28\xc7\x06\x76\xf7\x60\xd1\xa5\x4f\x59\xdd\xaf\xcb\x8d\x6c\xd1\x26\x7e\x6a\x51\x0e\x90\x4f\x3d\xb6\xcf\x75\xb0\x37\xd5\xf2\x8c\x4f\xb8\xe5\x22\x9d\x55\x33\xad\xe3\xf6\x54\xab\xb0\x38\xcb\x26\x99\x5a\xd6\x7a\xd5\x2b\xb4\x0b\xce\xd7\x51\x75\xb9\x6f\x59\x45\xe9\x99\x4b\x3e\x1f\x78\x92\xe7\x75\xa4\xcd\x7d\x58\xa2\x5b\xcf\xe3\x3b\x84\x8d\x7c\xf7\x15\xdc\x28\x34\xc4\x42\x1a\xab\xfc\x85\x0f\x13\x2d\x89\xd1\x2b\x8a\x5f\x55\x04\x53\x45\x3a\xa9\x34\x0d\xbc\x12\x8a\x2a\x05\xc0\x64\xc0\xa5\xde\x61\xa2\xcc\x84\xa9\x77\x18\x81\x19\x09\xbc\x1f\xca\xa1\x0e\xcc\xee\x4b\xed\x26\x90\x9f\x34\x97\x20\x88\x50\x6e\x33\xe2\x16\x1a\xc8\x62\x86\xcc\xf9\x54\x79\xba\x38\xc4\x15\x45\x1b\x86\x30\x4a\x45\x56\x90\xba\xf9\xb3\x7c\x82\xdc\x84\x14\xf1\xdc\x92\x44\x65\xf1\x7c\x46\x6a\x71\x94\x7d\xb6\x25\xf5\x52\x9d\x63\x81\x90\x25\xbb\x21\xf5\xb7\xfb\x84\x50\x14\xed\x14\x40\x1e\x22\x14\xef\xb9\x59\xff\x0d\xa6\x1d\xa1\x9a\xce\x6c\xaa\xef\x1a\x55\x9c\x3d\x48\x97\x32\xd3\xd2\x30\x66\x9f\xc3\x92\x53\x97\x91\xf8\x82\xba\x12\xe7\x14\xcd\x30\xb3\x41\xd8\x22\x77\x8c\x54\x76\xb9\x97\x4f\x35\x83\xf0\x4b\x37\x66\x33\xbb\x17\xad\x32\xb6\xfb\x3a\xc2\xa7\x5a\x24\xf6\x86\xba\x5c\x75\x65\x6f\x36\x5b\xbb\xa2\x65\x68\x7b\x39\x01\xe0\xaa\x33\x72\x66\x10\x38\x6f\xd1\x98\xce\x9e\x64\xf7\x30\xe0\xd9\x03\x0c\x78\x06\x33\xf1\x34\x34\x6e\x5b\xf6\x39\xd0\x3f\x5c\x06\x4e\x2d\x15\x7b\x79\xc8\x80\x67\x66\xc7\x9b\xa3\xbf\x64\x67\x9d\x8f\x1f\x05\x77\x3c\x30\x86\xcd\xfc\x8f\x13\x46\x9e\x86\x87\x4c\xeb\x1f\xa6\xeb\x46\xf8\xf7\x09\x04\xbf\x97\x74\xe3\xde\x5e\x8a\x22\x67\xb0\x99\x23\x07\x9e\xc5\x15\xcb\x1c\x0c\x8f\x29\xa3\x57\xac\x4c\x2e\xa4\xb3\x43\x93\x9c\x76\x3a\x9f\x68\xcb\x7d\x27\xba\x75\xa0\x1f\x6a\x50\x26\x93\xe6\x1b\x14\xbb\xaf\x15\x34\x7e\xa1\xf8\x1d\x25\x81\x42\x2e\x50\x65\x1b\xa6\xff\xb7\xcb\xf1\x85\x5b\xf6\xf3\x3b\x73\xc4\x73\x7a\x95\xac\xa8\x14\x59\xa7\xd3\xff\x9d\x9d\xff\x94\xc8\xbe\x11\xbf\x34\xbe\xfa\x45\xce\xb2\xe7\x2b\x35\xbb\xd3\x5e\x18\x41\x4b\x52\x14\x8d\x33\xe5\x4b\xaa\x29\x12\x4b\x72\xe1\x22\x7f\xbe\xa6\x7c\xc5\x16\xbf\xa8\xe2\x4c\x71\x4a\xb6\x93\x17\xd0\x85\xad\xbc\x49\x25\x67\xc5\xc4\xf3\x0a\x94\x2c\x21\x62\x88\x0e\xfe\xbf\x60\x5c\x26\xcb\x84\x65\x84\x10\x86\xac\xd1\x65\x7a\x8d\x97\xf7\x77\xfe\x22\xa3\xab\x7b\x2e\xe8\x0d\xb7\x2a\xb8\xab\xe7\x60\x21\xae\x39\xe4\x77\x70\x82\x20\x19\x46\xa7\xad\x27\x75\xba\x6d\x94\xca\x8c\xb5\x6b\x82\x69\x9b\x45\x75\x95\x4f\x94\x87\x04\x08\xb0\xa5\xbb\xc6\x57\x68\x92\x01\xd1\x95\xc5\xc1\xac\xf7\x5a\x07\xca\xcb\xe2\x50\x3d\x87\x33\xbc\xb9\x23\xfc\x8e\xe1\xd7\x24\xc3\x2b\xf7\x56\xad\xf0\xc8\xd1\xcd\xdf\x44\xe0\xb1\x66\xae\x4a\x6c\x23\xf0\x51\x33\x57\x25\x16\x37\x11\xc7\x8b\x6d\xc4\x1a\xa6\xc1\xa9\x1a\x21\x34\x07\xdc\x97\xe0\x6e\xe2\x2d\x8c\xd4\x48\x70\x97\x96\x2f\x78\xab\x78\x81\x46\x53\x8c\x2f\x9c\x9d\x89\x25\x31\xc7\xb9\x3e\xb2\x97\xa4\xbc\x0c\xf3\x75\x7c\x6c\x7f\x2e\x32\x6d\x24\xb3\x48\xf8\xca\xec\xfc\xbb\xbb\xbd\x5c\x78\x4d\x72\x1b\x45\xaf\x48\xe6\x8b\xa5\xdb\x60\x94\x75\xc4\x5a\x0e\xfe\x2a\x1c\x0d\x6b\xcf\xdc\xe4\x5d\x4d\x1d\x27\x72\x7a\x8e\x77\x85\xf0\x65\x7d\xa1\xe2\x32\x77\x89\x50\x39\x28\x51\x8d\x48\x0d\x87\xfc\xae\x98\xd7\xd7\x25\xac\x8b\xa9\x3b\x27\x85\xa1\x40\x1a\xcd\xce\x49\x3c\xf7\x6f\xf4\x0c\xcc\xfd\x2d\x80\x7f\x86\xa2\x39\x89\x03\x1c\xcc\x9a\x20\x81\x65\xe0\xec\xd0\x4e\x73\x48\xe4\x8d\xcb\xb1\x99\x16\xeb\x3b\xae\xc0\x87\x4a\x4b\xcd\x84\x30\xf7\x1c\x97\xbb\x12\x4b\xac\x57\x9b\xda\xbc\x8e\x79\x2e\x36\x0e\x78\x60\x76\x7f\xc0\xe5\x9e\xc2\x5b\xac\x97\x9f\xc9\x07\xcf\x50\x6f\x4d\x53\x89\x2c\x59\x3d\xd6\xca\xaf\x20\x10\x31\xa2\xb0\xae\xb3\xd5\x6e\xc1\x0a\xad\xe8\x2d\xa3\x5b\xd8\x37\x51\x7b\xf8\xd8\x53\x5b\x59\x56\x7b\x78\x3a\xa7\xae\x3c\x0c\xae\xae\x09\xb0\x7f\xeb\xc8\x57\xd5\x05\x9f\xb5\x85\xa5\xf5\x82\xd9\x0e\x45\xf1\x4c\x23\xa8\xb7\x94\x84\xac\x37\xc6\xbf\x52\xf2\x96\x76\xdf\x52\xfc\xb7\x51\x8c\x7b\xfb\x23\xfe\x9e\x92\x41\xf7\x6f\x8a\xff\x45\xc9\xf7\xb4\xf7\x96\xe2\x9f\x29\xf9\x9b\xf6\x07\xf8\x47\xf8\x0d\x4f\x02\xfc\x27\x25\xe1\x49\xd0\xff\x9b\xe2\xbf\x4c\xb9\xf7\xff\x79\xf7\xcb\x00\xff\x46\xc9\x00\xff\x41\xc9\x91\xc2\x60\x96\xcf\x8c\xbf\x84\xb8\x47\x3b\xff\xc0\xd5\x11\x8f\x07\xda\xb1\x1d\x84\xf8\x91\x3a\xc4\x8f\x54\x89\x39\x11\xbd\x02\x2f\x49\xda\x4b\xd4\xca\xef\xe6\xde\xb2\xbb\x54\x87\xd7\xaf\xf4\x6c\x8d\x8c\xee\x79\x2a\x56\xee\xbc\x4f\x51\xff\x2f\x8a\xdb\x10\x75\x5c\x78\xbc\x9b\xe3\xc4\xe3\xdd\x25\xa6\xda\xdb\x04\xbb\xd9\xb8\x7f\xd1\x2e\xef\x66\x68\xb6\x03\xa6\x55\xdb\x4b\x59\x3e\x23\xd6\x6a\x27\xb9\xf3\xee\xbc\x47\xbb\xd4\xfb\x83\x76\xd7\x10\x29\x97\x76\x7f\xa3\xdd\x15\xc2\x57\xd5\xb7\x5e\xf5\x6d\x6e\xbe\x2d\xea\x8e\xd5\xf5\x6d\xba\x1b\x2f\x44\xbd\x8d\xda\x79\x2d\x9f\xaf\xba\x57\xea\xb3\x42\x67\xc4\xbd\xec\x2d\x5a\x86\x63\x64\x8f\xdd\x4c\x61\x38\xee\x2e\x10\x16\x84\xf6\x5d\x68\xb3\xeb\xb2\x6e\xc1\xd5\x98\xa4\xb7\x40\x3d\xa6\x3e\x97\x0b\x24\x2e\x3c\x01\x00\x10\x00\x00\xd6\xcf\xaa\x8c\xb3\x9d\xe5\x4a\xdb\x98\x4a\x93\x90\x0d\x55\x1b\x4d\xdc\xff\xb9\x31\x9f\x0d\xdc\x0f\x91\x9b\x05\x77\x5f\xe1\x25\xa0\x8e\x7f\x52\xcf\x81\xfc\x0e\x5e\x69\xdc\xbf\x38\x4f\xe7\x69\x32\xbf\x30\xa9\x1b\x48\x7d\x87\xd7\xcd\x13\xa0\x9a\x30\x70\x66\xd9\xbb\xf0\x6f\x50\xff\xc2\xbf\xc0\x3a\xb6\xfc\x85\xbf\x85\xd7\x46\xc4\x14\xcb\x69\x49\x1c\xcc\xba\x17\xfe\x85\x77\xe1\xdf\x40\x7c\x52\xf3\xb2\x6d\xf8\x6c\xe7\xe8\xf6\xc2\xbf\xa8\x43\x16\x3d\x57\x6b\xae\x92\xe2\x3d\x57\x4b\xaf\xe1\xcf\xc9\xf8\xf9\x92\x24\x73\x25\xc2\x17\xfe\x8d\x67\x79\x66\xbe\xf0\xb7\x5e\xed\x9c\xb9\x11\x13\x0c\x48\x7d\x8a\x6e\x15\xb7\x37\x5f\xd3\x4c\x7e\xfc\x48\x6e\x6f\xa2\x0b\x88\x41\x7b\xe1\x6f\xf1\x45\x74\xe1\x5f\xec\x70\xe1\x56\x61\x67\x06\x70\xf9\x9b\xb8\x0b\xa2\xf8\x42\x2c\x2d\xf4\x2c\x11\x7e\x71\x16\x00\x92\x90\x7e\xed\x36\xc2\x45\xd5\x9c\xb9\x2f\x80\x8c\xd4\x17\xfd\xfa\xc4\xb0\x03\x1e\xb8\xe8\xf6\xbc\xd3\x39\x2f\x0d\x63\x6f\xca\x58\xaf\xf7\x18\x5a\xbb\xbc\x02\xfe\x4e\xe7\xb9\x31\x36\xd1\x08\xe1\xeb\x4e\xe7\xba\xac\xe8\xe3\x63\x2a\xda\xda\x15\x7d\xac\x2a\xb2\xcf\x56\x8e\x6e\x3f\x7b\xde\xdd\x1d\x2f\x0f\x09\xb5\x4e\xaa\x43\xa2\xca\x38\x57\x19\x85\x8b\x70\x23\x9f\x83\x21\x78\x9e\x02\x28\xae\xac\xe1\xa3\x58\xc1\x1a\xa6\xdf\xaa\x20\x57\x15\xf4\x7a\x9f\xef\xee\xdc\x46\x15\xfa\x88\xc6\x0b\x4d\x52\x5b\x1e\xc9\xf7\x89\x1c\x41\x42\x9c\xb8\xe5\xf9\xe3\x16\x3a\x3e\x86\x6b\x93\x32\x99\x2a\xa3\xd6\xf7\xa7\x9a\x3c\xf8\xc5\x10\x07\x2b\x57\x20\x9c\xab\xec\xfa\x62\x4c\x8b\x27\xc8\x77\xea\x0c\x2f\xec\xc3\x54\x90\x40\x93\x08\xe5\x0a\x70\x0b\x7d\x40\x7f\xc2\xdc\xd4\x98\x21\xbc\x26\xcc\xee\x0b\xc2\x2b\xf2\xbb\x5b\xa0\xc9\x8f\xa9\xe1\xe6\x10\x4e\x1b\x7d\x5b\xef\x8f\xa7\xb2\xd4\x30\x07\x8f\xbb\xa9\x4e\x95\x15\x51\x00\x6d\xd3\x17\x54\xdb\xbd\x3e\x64\x14\x15\xbd\xe8\x74\xdc\x45\x6c\xa7\xce\x08\xf8\x1e\xd8\x35\xe2\x5a\xca\xea\x02\x65\x8f\xac\x99\xd8\x6b\x5d\x0d\xef\x06\x67\xf0\x7b\x8e\x05\xc2\x1f\x0d\xe7\x5b\x8b\x6f\x58\x5d\x41\x93\xf8\x35\xf4\x2e\xdb\xa7\x77\x17\x31\x8b\x8b\x59\xa3\x7f\x6a\x46\x4c\xf8\x1c\x45\x2b\xcd\x49\x69\xa1\xeb\xa2\x52\x37\x39\xb5\x75\xa1\x46\x41\x70\x36\xef\xbd\x2e\x1d\xa8\xa6\x71\x30\x9b\x50\x77\x83\x73\xbc\x88\x73\xbb\xe6\xd6\x00\x9c\x17\xfe\x45\x15\x4d\x71\x80\xbc\x10\xe1\xf7\x2e\xda\xbd\x26\xf3\x5d\xa9\x37\x9d\x5a\x2e\x67\xeb\x26\xd4\xe1\xa7\xb0\xd2\x9a\xe4\x0a\xef\x2c\x55\xd2\x8a\xe4\x0a\xe9\x2c\xe3\x70\x36\xb9\x24\xeb\xee\xda\x5b\x75\x57\xbb\xe6\x0a\xd4\x44\xb2\xc1\x43\x7b\x13\x5c\x2e\x8f\x0d\xda\x93\x27\x52\x5b\x9e\xe8\x79\x02\x67\x7a\x43\x24\x4b\xa3\xd5\x81\x33\xb2\x88\x6d\x72\x63\xa6\x5d\xff\x22\x30\xf0\x9b\x70\xc2\xb0\x24\x99\x62\x02\xb3\x72\x10\x6e\x4e\x58\xe5\x12\xb1\x9b\x7b\xf0\x5e\xba\x4b\xec\x2a\x42\xf8\xb2\xd3\xa9\x8f\xc1\xbc\x7f\x89\x26\x9c\xe8\x23\x00\x22\x5f\xa0\xfe\x40\x9f\x00\x60\x5d\x8f\xfa\x83\x19\x96\x24\x06\xe9\x97\x97\x95\xdf\xc1\x37\x64\x56\x7e\x2f\xdc\x65\x77\xa5\xa0\xab\x69\x46\x1d\x22\x76\xee\x5e\xed\xa1\xc4\x64\xe9\xd6\xeb\x50\x83\xa7\x21\x88\xdf\x5b\xaa\x7b\x2b\x6d\x2f\x58\x4c\xa9\x9c\x69\x5c\xa2\x2c\xc0\x8c\xc6\x86\x54\xad\x64\x03\x3b\xa6\xe4\xb3\xc0\x96\x8a\xbb\x68\x67\x0b\x13\xdc\x8f\xb0\xfa\xb7\x06\x6d\x5c\xdb\xa7\xab\x3a\x36\xf1\x1b\x57\xe1\x11\x73\xc3\xb0\xc2\x1b\x8d\x49\xae\x34\x26\xd9\xd8\x98\x64\x41\x6e\x77\xf8\x92\x04\x78\x4b\xf4\xa1\xdc\x73\xbc\x7b\x86\x14\x07\x76\x87\xf1\x0d\xb1\x88\x66\x6f\x8b\xcf\x49\x4d\x38\x7b\x5b\xfc\x91\xc4\x33\x7c\x6d\xe1\xa8\x0d\xc2\x6f\xc8\xef\x6a\x55\x49\x57\x21\x9e\xab\xaa\xe3\x15\x1e\x7c\x87\xed\x63\x69\x55\x21\x20\xe8\xf6\xbe\xac\x76\x3b\x9d\xa7\x8c\x66\xbf\x24\x97\x8a\xa3\x77\xb7\x28\x72\xcb\x95\x0b\xf2\x21\x7c\x45\x98\xbb\x20\x97\xc0\x24\x69\x1c\x68\xe4\x46\xea\x40\x51\xac\x4b\xce\x64\x59\xda\xa2\x5c\xb6\xc6\xeb\x0f\xe8\xdd\x8d\x02\xd8\x89\xcd\x83\xd8\x0f\x82\x41\xf7\x1b\xea\x22\xa4\x88\x08\x38\x94\xf1\x95\x5a\x41\xb6\x67\x85\x8d\x8d\x3e\xad\xe6\xb1\x24\xed\xbb\x7e\x42\x4b\x09\x16\x03\x87\x9b\xe5\x24\x80\xa7\xd7\x9f\xd8\x76\x6a\xc5\x10\x47\xbd\x30\xb2\xa3\x8f\x2b\x8c\x01\x73\x7d\x85\x17\xf8\x12\x6f\xf1\x6b\x7c\x83\xcf\xf1\x47\x7c\x8d\x2f\x14\x61\x11\xe0\x6d\x14\xe0\x8b\x28\xdc\xe1\x97\x24\x3e\x1d\x07\x78\x14\x04\x33\xfc\x9c\xfc\x4e\xf1\x0b\x32\x18\x05\xf8\x33\x09\xf0\x2b\x62\x31\xe7\xfa\xe8\xfc\x44\x6a\x0e\xca\x24\xfd\x42\x4a\x46\xca\x24\xbc\x23\x36\xf3\xae\xd3\xbe\xd3\x3c\x5b\x7d\x4e\x63\x73\x16\x57\xe7\x69\x75\x90\xfc\x93\xde\xdd\xb9\xff\xa4\xc4\x11\xfc\x7a\xcd\x58\xea\x80\xd8\x65\xea\x7e\x43\x0f\xc5\xd4\xbd\x0a\x2a\x0b\x96\x4a\xfa\x67\xd7\x6d\x26\xbc\x16\x0b\x36\x0d\x07\x41\x14\xa2\x1d\x76\x74\x75\x28\x72\x04\x87\x1e\x7f\xb1\xfa\x27\x55\x6d\x90\xf5\x3b\x55\xe5\xce\xf0\x8d\x65\x65\x5f\xec\x97\xa4\x49\xba\x03\x25\xe2\xd7\xaa\xdc\xdb\xe4\x86\xa5\xef\xe7\x99\x48\x53\x07\x21\x6c\xa8\xaf\xe6\x7d\x84\x96\x6c\x1d\x08\xba\xdb\x96\x3d\x96\xe4\x62\xf2\xaf\x74\x6a\x9d\x88\x6a\x55\x35\xc9\x3e\xad\xaa\x60\xcf\x87\x55\xf7\x05\x31\x1e\xde\x0c\xe1\x79\x77\xd7\x5c\x20\xa0\x70\x8a\xb4\x9b\x2a\x17\xa6\x2b\x3a\xa8\x43\x1f\xb2\x2f\xb5\xfb\xbe\x97\xda\x3b\xfa\x62\xba\x88\x83\x59\xc4\xc0\x91\xb7\x7a\x09\x67\x51\xd6\x1f\xe8\xe3\x65\x8f\xf3\x73\x63\xb7\xb0\x08\xf8\xa4\x22\x03\x31\x03\x1a\x1e\xab\xef\x52\x7d\x97\xfa\xbb\x54\xdf\x25\x7c\x97\xfe\xc5\xec\xde\x00\xf4\x19\x51\x6c\x31\x16\x84\xf5\xb3\x78\x30\x9b\x34\x87\x4a\x60\x33\x14\x3d\x75\x2e\x74\x05\xde\x46\x49\x4f\x1d\x0a\x5d\x81\x2f\x22\xb1\xd3\x1b\x78\x57\x82\xaf\xf6\x52\x76\x30\xfc\x5c\x83\x48\xe7\x63\x7c\x71\x5f\x8e\xc8\xdd\x6f\x1f\xa0\x0b\x0d\x01\x82\x81\xfb\x1d\xee\x57\x64\xe9\xe3\xe4\x0b\x30\x0a\x4f\x6a\xc9\x94\x07\x0c\xb1\xe1\x17\x80\xf8\x45\x16\x71\x8b\xb9\x0e\x1d\xfd\x15\x15\xdb\x4c\x88\xbe\x89\x29\x5c\x4f\xc1\x54\xd7\x0d\xed\x98\x5a\xef\x0f\x0b\x75\x58\xf7\xf3\x4a\xdd\xe5\x77\x1a\xc5\xba\xf7\xd0\x77\xc5\x52\x45\xcf\x55\x9d\xf3\xbd\x4b\xdf\x87\xaa\xbb\x24\xb2\xd3\x39\xa8\xe6\x12\xba\xd6\xb8\x35\x7a\xa8\x92\x97\xad\x95\xbc\x54\x95\x54\xdc\xee\xa3\x2a\x7a\x41\x3c\x10\xf9\xbc\x50\x45\x6f\x1e\x57\xe6\x9c\x48\x7c\x43\x64\xe9\xc2\x67\x1f\x4f\x73\x14\x9d\xab\xda\xb6\x8f\xab\xed\x9a\x48\xfc\xf1\xc1\xda\xae\x9b\xe2\xa8\xef\x8c\x38\x0a\x68\xdc\x6f\x28\xfe\x27\xc5\xbf\x53\x12\x07\x38\xec\x07\x70\x6b\x36\x17\xa9\xc8\x88\xe0\xd8\x56\xa7\xf6\xa5\xd0\xbe\xc0\xee\xd3\xa1\xc9\x56\xe7\x2e\xf2\x1c\x07\x1a\x5b\xe7\x29\x49\xb5\xb5\xd1\xbf\x29\x49\x6d\xb5\x6c\xce\xae\x9f\x08\x3e\xf9\x37\xf5\xcf\xc1\x1e\x9b\xb5\x5a\x61\xf3\x3a\x72\xbd\x7f\x7c\x60\x69\x39\xe5\x51\x88\xb0\xaa\x29\xe5\x7a\xa7\xad\x8d\x3a\x91\xfe\x49\xfb\xea\x08\xff\x37\xf5\x17\x34\xbb\xf8\x2f\x37\xc0\xbb\xba\x09\xdd\x40\xb6\x3a\x6f\x0b\xdb\xd5\xde\x2b\x2d\x02\x5c\xcf\x53\x92\x6b\xd8\xfc\x40\x49\xde\x02\x9b\x1f\xbe\x00\x1b\x76\xfd\x24\x6f\xb6\x30\xaf\x65\x15\x61\x10\x98\xe6\xbc\x9f\x68\xf7\xe0\x8a\x00\x46\x86\xd0\x0e\xff\xf0\x20\x74\xee\x6f\x02\xbc\x69\xeb\x06\x7a\x5f\x6a\xa0\x1d\x3a\xcb\xfd\x8a\x0d\x74\xf4\x12\x02\x18\xa5\xf4\x9c\xac\x35\x8c\x7e\xa2\x24\x3c\xc1\xff\xa1\xc4\x3f\x1d\x05\x47\xc7\x98\x2b\x56\x5b\x0a\x12\xfa\xc1\xc9\xc9\xc9\x10\x33\x41\xd6\x2d\x30\x64\xe2\x8b\x30\x5c\x73\xf7\xeb\xa0\xa6\x73\x50\xfd\x73\x8e\x76\x98\x89\x2f\xc0\xb0\x6a\xe2\x71\x50\x6b\x6b\xa0\x1d\x86\x2b\x03\xc3\xf4\xa0\x88\xd0\x60\xdf\x1a\x5b\x3f\x41\xb6\x2d\xd0\xc9\xee\x81\xce\x23\x76\x85\x09\x90\xa1\xf7\x7c\xa9\x2a\xb1\x32\x6a\x1e\xfe\x39\x2e\xc8\xb0\xba\xa7\x97\x77\x77\xec\xee\x2e\x9b\xba\xb2\xd3\x29\xce\x24\x08\xaa\x0a\x30\x64\x28\x8c\xe7\x9b\x02\xe1\x4c\xbd\x65\x60\xc9\x54\xe8\x3d\xb7\xb5\x26\x66\x30\x1a\x61\xd9\xe7\x08\x37\x52\xd8\x41\x4a\xd6\xe7\x08\xa1\xc8\x14\x87\xc8\x1c\x68\x87\xb3\x07\x27\xe8\x91\x28\x60\xcb\x5d\xb3\xe9\xb3\x72\xf7\xaf\xca\x87\x73\xdd\x88\xc2\x77\x87\x93\x74\x6d\x26\x29\xc3\xa6\x90\x5d\xe4\x7e\x7c\xea\xfc\x5f\xc7\x3b\x2f\x8b\xa2\xea\x71\x55\x3f\x9e\x1b\xec\x5d\x88\xea\x0e\x94\xa6\xc9\x9c\x9d\xa7\x05\x8b\xc2\xd1\xf1\xe9\x60\x78\x32\xc4\x94\xcb\xe4\x53\xc1\xae\xd7\x89\x64\x51\x38\x3e\x3a\x3a\x1a\x1e\x8f\x30\xfd\x54\xd0\x68\x3c\x1a\x0d\xf5\xe3\x25\xcd\x12\xce\xa2\x93\xe1\xc9\xc9\x68\x7c\x84\xe9\xe7\x22\xd3\x55\x1c\x85\xc7\x23\x7c\xce\x92\x95\x2a\x1b\x86\xa7\x83\x71\x80\xcf\x93\xfc\x93\x6a\x61\x7c\x7c\x1c\x0c\x8e\x8e\xf0\x79\x4a\xe7\x17\x51\xa0\x7e\xf9\x7c\xcd\x16\x34\xbd\x14\x7c\x01\xdf\x07\xc1\xd1\x08\x43\x7f\xd4\xec\xa8\x87\xab\x44\xa4\x4c\x46\xa7\xc1\x68\x34\x08\x06\xf8\x3c\x13\xd7\x3c\x0a\x83\x93\xc1\xd1\x60\x78\x84\xcf\x8b\x2c\xdd\x5e\x0b\xb1\x88\xc2\xa3\xd1\xe9\x78\x30\x0c\xf1\x9c\x2e\x98\x84\x2a\xc6\x83\xf1\x78\x34\x38\xc1\x40\x4d\x65\xac\xc8\x75\x87\x87\xa3\x01\x9e\xaf\xc5\x1c\xa8\xcb\x28\x1c\x1e\x9f\x9c\x1e\x1d\x07\x78\x2e\x32\x9a\xaa\x4e\x1c\x1d\x0d\x8e\x07\xea\x95\x2f\x53\x71\xcd\x32\x5d\xd7\xe8\x34\x3c\x3d\x09\x21\x39\x4f\xd2\x0b\xe8\xed\x68\x78\x72\x82\xe7\x59\x72\x99\x0b\x1e\x85\x47\x47\x83\xa1\x42\x08\xf3\x2d\xe5\x06\x54\x6a\x15\x69\xe8\x0e\x4f\xe1\x05\xbe\x0d\x47\xc7\x83\x21\xbc\xae\x44\xba\x60\x3c\x53\xdd\x1f\x04\xa7\x83\x53\x93\x6b\x95\xd1\x6d\x14\x86\x61\x78\x1a\x84\xc7\x26\x85\x31\x1e\x0d\x46\xe3\x20\x28\xdf\xf7\x72\x5c\xac\xe9\x45\x12\x85\x83\xa3\xe1\x70\x30\xd2\xd5\x5c\xd2\x15\xe3\x92\x46\xa7\x61\x70\x3a\x3e\xd2\x2d\x8a\x34\xb9\x62\xba\xb6\xd1\xe8\xf4\xf8\xf4\x54\x67\x15\xda\x43\xa1\x1a\xfd\xf1\x68\x10\x98\xb4\xf9\x3a\x59\x44\x61\x10\x1c\x05\x41\x38\x80\xb4\x8c\x2d\xa0\xba\x51\x70\x04\xef\x39\xcc\x5d\x14\x8e\x86\xc1\xc9\x51\xa8\xcb\xe5\x8c\xea\x06\x4e\x8f\xc2\xd3\xd3\x50\x37\x00\xe4\x2a\x80\xe2\xe8\x78\x78\x34\x3c\x3a\xae\x53\x61\xb4\x0a\x72\x47\xa7\x23\x3b\x95\x35\x53\x65\x91\x7d\x2a\x44\x92\xb3\x68\x34\x38\x3d\xd2\x69\xe5\xe2\x18\x9f\x9e\x8e\x14\xec\x18\xdb\x6c\x12\x0e\x93\x13\x8e\x4f\x55\x23\x8c\x6d\xf2\x8b\xad\x6e\xf8\x34\x1c\x85\x78\x91\x5c\x42\x83\xe3\xd3\xe0\x64\x30\x1e\xe9\x77\x66\xbd\x8b\xc5\xca\xcc\xf9\x20\x08\x86\xe1\xe9\x29\x5e\x26\x19\x3b\xcf\x92\xf9\x45\x14\x2a\x00\x85\x47\x63\xbc\x4c\xd5\x6a\x29\xf7\xc8\xf1\xf1\xe8\x74\x10\xe0\xa5\xc8\x58\x2e\xcd\x54\x0d\xc6\xc3\x93\xa3\x01\x5e\x2a\x46\x37\xa1\xd0\xa3\xf0\x74\x38\xc2\x2b\x9a\xf0\xfc\x5c\x64\x42\x2d\x98\xe3\xa3\xa3\x71\x80\x57\x6b\x91\xcb\xb2\xae\x61\x38\x1e\x1f\x87\x58\xad\x0c\x55\x68\x3c\x3e\x1e\x04\xd8\x5a\x27\x47\xc3\xc1\x69\xa8\x92\xd4\x20\x4e\x8e\x06\xa1\x9a\x0a\xdd\xe6\x70\x70\x3c\x3e\xd1\xcf\x5b\x96\xa6\xe2\x3a\x0a\xc3\xa3\x60\x18\x8c\x46\x18\x86\x58\xe6\x5e\x0b\xce\xb6\x0b\x76\x6d\x36\xec\x38\xc0\x6b\x21\x4b\xb8\x0d\x4f\x8e\x8f\x02\x9c\xf0\x45\x42\xb9\x9a\xed\x70\x78\x34\x3a\x19\x0d\x8e\x20\x69\x25\x00\x8a\xc3\x61\x80\x93\x2b\x91\x6d\x61\xec\xc7\x83\x20\xc0\x66\xf9\x8d\x8e\x4f\x8e\xc7\xe3\x00\xa7\xf4\x8a\xf1\x05\xcb\xa2\x70\x14\x0e\x07\x6a\x65\x94\x29\xe7\x69\x91\xaf\xa1\xdc\x70\x38\x1e\xe1\x94\x5e\x73\xdd\xfb\x93\xf0\x34\x38\x3d\x1e\xe3\x94\x5d\x0a\x3e\x5f\x27\xcb\xa5\x5a\x58\x0a\xb6\x27\x27\x23\x9c\xaa\x63\x47\x6f\xa5\x70\x78\x3a\x1c\x8c\x8e\x74\x92\xd9\xb5\xa3\xe3\x71\x38\x1a\x8e\x4d\x9a\xda\x64\xe1\xd1\xf1\xd1\x68\x74\x7a\xaa\x93\x2a\x00\x96\x80\x19\x1f\x1d\x9d\x0c\x54\xb7\xe0\x2b\xec\xb7\xe1\xc9\xc9\x60\x38\x18\x96\x49\x7a\x05\x9f\x9e\x0c\x46\xe3\x2a\x69\x3f\x57\x09\xb4\xd1\xc9\xd1\xd8\xf4\xb1\xdc\x11\xe3\xe3\xd1\xe0\x78\x3c\x30\x89\xe5\x96\x18\x84\x47\x83\x93\x53\xd3\x6c\xb9\x30\x4f\x4e\x83\x60\x78\x64\x5a\xa9\xb7\xc4\xf1\xc9\x70\x78\x3c\x1a\x36\x92\xd9\x7e\xb2\x64\x2c\x35\x60\x19\x9d\xa8\xad\xa5\xd3\xab\x61\x1e\x1f\x1f\x87\x27\x2a\xf1\x52\xe1\xb0\xc1\x49\x00\x8f\x66\xbd\x0c\x07\xa7\x6a\x2a\xd3\x84\x33\x0e\x20\x19\x8d\x8f\x03\x5c\xa2\x8d\x6a\xc9\x5e\xd2\x4c\x08\x0e\xb8\x73\x1c\x9c\xe0\x4b\xb6\x48\x8a\x4b\xeb\x14\x18\x1f\x0f\x8f\x87\x83\x81\xf9\x60\xb6\xce\xc8\xbc\x96\x58\x64\x30\x08\xd5\xca\x36\xa9\x9b\x22\xdb\xa4\x2c\x3a\x1d\x8f\x07\xe3\x93\xa1\x49\xac\xa0\x34\x3c\x3d\x3e\x09\x4e\xcb\xbc\x35\xea\x38\x09\x4e\x8e\x8f\x4f\x83\x32\x7d\xa3\x0e\x42\x5d\x62\x7c\x14\x8e\x8e\x4c\x7a\x8d\x28\x8e\x8e\x8f\x07\xc3\xa0\xcc\xaf\x91\x85\x5e\xd3\xc1\xd1\x71\x78\x3c\xc4\x97\xc9\x82\xd7\x0b\x6b\x7c\x74\x74\x1a\x0e\xf0\x65\xc2\xe5\x3c\x63\xf4\x52\x9d\x60\x83\xf0\x64\x14\xe0\xcb\x24\x97\xdb\x4c\xe4\xe5\x21\xa6\x8a\x8a\xf9\x9c\xe6\x09\x37\x29\x83\x53\xcc\xe9\x15\xfd\x5b\x54\x38\x61\x7c\x32\x3e\x19\xa9\xc4\x6d\x14\x0e\x4e\xb0\x48\x17\x29\x9d\xab\x2f\xe3\xa3\xe1\x68\xa4\x12\x92\x2b\x06\x7b\x72\x78\x3c\xd6\x6f\x8b\x8c\x9e\x47\xc7\xc1\xd1\xc9\xf1\xf0\x14\xd7\x28\x79\x34\x54\xd8\x45\xbf\x43\xf7\xc7\xc7\x83\xd3\xe1\xd1\x11\x2e\x61\x7b\x34\x0c\x47\x6a\xea\x37\x34\x65\x16\xaa\x18\x8d\x47\xc7\xe1\x30\xd0\xc9\x00\xa6\x30\x08\x06\xa3\x93\x13\x9d\x54\xc3\x29\x0c\x47\x83\xd3\xd3\xf1\x18\x92\x2d\x30\x1d\x0d\x4f\xc2\x41\x30\xc4\x1b\xba\xa1\x5b\x7a\xbd\x4e\x36\x7a\xe3\x06\xc7\xc7\x78\xc3\xe8\x7c\xbd\x29\x96\x4b\x18\xeb\xf1\xf8\x78\x88\x37\x2c\x2b\x14\xbe\x18\x9f\x9c\x9e\x86\xb8\xdc\x1b\xe3\x30\x18\x8e\xf0\x26\x2d\x2e\xd5\x19\x3d\x38\x1a\x0f\x8f\xf1\x46\x5c\x2f\x0c\x92\x0d\x43\x75\xb2\x86\x01\x36\x4b\x42\xad\xb2\xe3\xe1\x18\x67\xec\x9c\xcd\xe7\xd4\xa4\x8e\xc7\xa7\xc7\x27\x27\x21\x36\xc3\x0f\xc3\xf1\x49\x80\x33\x91\x6f\x0d\x3d\x30\x18\x8e\x8e\x47\xe1\x29\xce\xc4\x96\xea\xfd\x70\x34\x38\x19\xab\x63\x22\xa7\x8b\x45\xca\x74\xb6\xd3\x70\x70\x1c\x9e\x1c\xe3\x6a\x8f\x1e\x85\xe3\x93\x93\x01\xce\x29\x5f\x94\x35\x8d\x83\xe1\xe0\x64\x7c\x84\xeb\xc5\x18\x8c\x82\xe1\xe0\x58\x25\xe4\x6b\x96\x02\x89\x70\x7c\x34\x1e\x9e\xe0\x3c\x61\x9c\xd3\x28\x0c\x46\xc1\xf8\xf8\xf4\x18\xe7\x49\x7a\xa5\x50\xde\x60\x3c\x1c\x28\xac\xd1\xd8\xdf\xc3\x10\xd7\x0b\x79\x7c\x7a\x1c\x04\x63\x93\xa2\x37\xfb\xf0\x78\x70\x7a\x74\x84\xad\x7d\x5e\xa6\x70\xb3\x91\x47\xa7\xc3\x00\x37\x16\xfd\xe8\x28\x38\xc6\x35\x0a\x38\x1a\x0f\x82\xd3\x93\x00\x4b\x85\xfe\x86\x6a\xb3\xa8\x17\x46\xd3\x68\x38\x38\x39\x1d\x03\x1d\x29\x53\x16\x85\x47\x83\xe0\xe8\xe4\xe4\x04\x4b\x71\x49\xa5\x00\xac\x7f\x1c\x9c\x8e\xb0\xb5\x73\x06\xa3\xf0\x64\x34\xc6\xe6\x80\x0d\x47\xe3\x61\x18\x9c\x8c\xf1\xf5\x9a\x51\x09\x94\xdd\x50\x8d\xa8\x3e\x00\x8f\x07\xe1\x48\xbf\xe6\x97\xe2\xa2\x24\xfe\x4e\x46\xd8\xc2\x44\xe3\xd3\x71\x60\xde\xcb\xe5\x18\x1e\x8d\x82\xe3\xa3\x1d\x9a\x14\xe2\x1e\xa7\x40\x85\x30\x5e\x81\x5e\x83\xb2\xa4\x76\x01\x01\x59\x44\x46\x5e\x72\xf5\x76\xb3\xce\xc8\x73\xee\x6e\xe1\xd3\x22\xbf\x7a\xd0\x0e\x07\x27\xe8\xb6\x55\x01\x2e\x21\x0c\x1b\x25\xc8\x89\x36\x4d\x7e\xa1\x95\xe6\xb4\x1c\x8a\x4d\xb3\xa8\x80\x08\xf8\x96\x23\xbf\xcc\x76\xc0\xfb\x80\xd9\x00\xad\x1c\x16\x1b\xcd\x29\x97\x11\x8e\xa0\x46\xae\x23\xa7\xd3\x56\x35\x84\x27\xec\x4b\xfe\x95\x8b\xb6\x98\x21\xf2\xa0\xbc\x6c\x94\xc7\xdc\x0e\xcf\x91\xd8\xe1\xd9\x81\x2d\xa0\x48\x07\x1c\xe2\x8d\x38\x0f\x75\x43\x42\xab\x20\x72\x34\xfd\x87\xf3\x0f\xaf\x76\xad\xd0\xff\xe0\xf4\x57\xf8\x1f\x8e\xf3\x0f\xe4\xfd\xc3\xf9\x47\x54\x9a\x8b\x28\x76\xe8\x1d\x5b\xbd\xbc\xd9\xb8\xff\x88\x55\x09\xcf\xf9\xc0\x67\x0e\x82\x00\x61\x8a\x3a\x7f\x21\x16\xec\xb9\x74\x03\x4b\x07\x09\xfa\xdd\xa2\xf1\x93\xed\x65\x79\x27\xae\x73\x97\x63\xdb\x52\x14\xae\xe2\xb2\xca\x9d\x8f\x4a\xea\x19\x0e\xb4\x80\xbe\x7c\x5f\x66\x76\x16\x0e\x76\x4c\xbe\x5b\xc7\xdb\xf7\x14\x6f\x29\x59\x81\xaf\x6b\xad\xda\xaa\x0d\x8d\x3d\x27\x7a\xb2\x88\x21\x88\xcb\xcc\xd9\x19\x80\x39\xd8\x41\x9e\xb3\x73\xd0\x24\x23\x72\xda\xec\x53\x65\x31\xaa\xa6\x0c\x33\xb4\x8b\x8a\x9d\xe2\xd5\xeb\x61\xdc\xbf\x6e\x61\x44\xf9\x19\x99\x57\x6e\x39\x26\xc9\xd2\x2d\xca\xb7\x82\x3c\x0d\x71\x62\x58\xec\x1c\xb4\x71\x8f\xc0\x1b\xa1\x05\x5b\x89\x1a\x8e\xfb\x26\xcc\xf3\x9e\xcd\xc1\xac\xf7\x30\x2f\x43\xd0\xe0\xf0\xe8\xe9\xfe\x07\x2f\x44\xe6\x72\xd6\xf3\xd8\x2e\x27\xcc\x1b\x18\xe7\x40\x07\xf9\xca\x79\x0a\x87\x10\xb9\xcb\x2d\xc8\xd3\x00\x87\xc1\x41\x5b\xde\x00\x75\x3a\x9e\x97\xa3\x08\x3e\x66\xe0\x9f\xf5\x69\x80\xb0\x65\x76\x8e\x19\xaa\x17\x99\xa3\x17\xd9\x3f\xb4\xbd\xf6\x64\x7e\x96\x4f\xaa\x58\x01\x76\xcd\xb9\xe7\x21\x2c\x74\x34\x57\x5d\x35\x52\x15\x57\x9e\xc5\x74\xc7\xd0\x3d\xfd\xca\x51\xa7\xe3\x7a\x5e\x8e\x3d\x4f\xd4\xde\xc8\xb2\xa7\x84\xa4\x68\x2e\xb8\x4c\x78\xc1\x6a\x75\x3f\xd3\x53\x9c\xf7\x44\xa5\xb3\x5e\xa5\xd6\xb1\xcf\xb4\xf1\xd6\xed\x0e\x53\x70\x5e\x43\xe2\x19\x9e\xd7\xb6\x80\x39\x68\x69\x04\x13\x37\x23\xcc\x45\xe8\x29\x21\x74\x52\x4f\xda\x1a\xfc\x1d\x3d\x25\x24\xe9\x74\x32\xfd\x6d\x5d\xda\xde\x60\x28\x31\x91\x9d\x8e\x41\x2f\x6b\x50\xb0\x5c\x7a\x1e\x42\x77\x77\xc6\xa8\x6c\x5d\xf5\x4c\xa8\x65\xb7\xdc\x0f\xb8\x0f\x73\xde\x74\xb7\x06\xe1\x31\x51\xb5\xe1\x74\x11\xd8\x71\x12\x95\xf3\xce\xae\x9f\x5c\x6a\x03\xa6\x0a\x87\xb4\xe9\x78\x34\x3c\xfc\x70\x94\x81\xc5\xa1\x44\x77\x77\xa5\x5b\x39\xf0\x42\xa4\x31\x7c\x5c\xec\xa1\xa1\x2a\xe6\xb0\x3c\xd0\x60\x2c\xb7\xc0\x7d\x41\x1e\xa8\x2b\x63\x3e\x43\xbb\x1a\xa5\xa1\x72\xb3\x7e\x00\xf5\x4a\x7b\x58\xed\x9e\x63\x54\xcd\xc9\x5e\x21\x90\x98\xcd\xf3\x2b\xa2\x8f\x1c\xb5\xf3\xb1\x23\xd9\x8d\xec\xcf\xf3\x2b\x07\x4e\x22\x69\x7d\xfd\xff\x94\x5f\x25\x3d\xef\xe5\x6c\x43\x33\x2a\xd9\xa2\xa7\x5d\x24\x19\x2f\x7e\x89\xc0\x54\x60\x21\x70\x2a\xf0\x5c\x3b\x12\x89\x6f\xf4\x7d\x9e\x93\xb1\x4f\x05\xcb\xe5\x73\x9e\x5c\xc2\x35\xc3\xf7\x19\xbd\x64\x0e\x9a\xdd\xdd\xd9\x3d\xb6\x2e\xa8\x39\x0e\x8f\x11\x38\x89\x80\x98\x26\xb6\xb8\xe8\xd3\x3d\x26\xb1\x5a\xd3\x14\x22\xe2\x2c\x15\x93\x66\x97\x79\xc7\x5d\x84\xbf\xe3\x46\xce\x9a\x89\xe2\xc0\xe3\x52\x39\xf9\xfa\xda\x19\x72\xb8\xbc\xeb\xca\x5a\x5a\x16\x82\x47\x09\xd4\x97\x91\x9d\xc5\xc8\xa4\x72\x41\x62\x67\xeb\x60\xe7\xb3\x83\x1d\xea\x60\x67\xe9\x60\x67\xe3\x60\x87\x3b\xd8\xf9\x70\x73\x3e\x72\xb0\x73\xe9\x60\xc7\xc1\xce\x85\x83\x9d\xd7\x0e\x76\x7e\x70\xb0\xf3\x8b\x83\x9d\xb7\x0e\x76\x5e\x3a\xd8\xf9\xcb\xc1\xce\x9f\xce\x0c\xa6\xeb\x57\x0e\x9e\x5e\xf5\xcc\xbe\x05\x17\x19\xad\x0e\x71\x4a\x99\xa3\xcb\x89\xc7\xd5\x8e\x0f\xce\xc0\xe6\xae\x4b\x7a\x21\xc2\x52\x07\xaf\xa0\x65\x5f\xf1\x5b\x5d\x18\x21\xcc\x48\xe8\x59\x37\xea\x21\xeb\x85\x03\xaf\xba\xa8\xe7\xd5\x35\x7d\x18\xa8\xbc\x95\x34\xb7\x37\x38\xb2\x04\x90\x47\x78\xd8\xb5\x2a\x71\xd5\x31\xd5\x1f\x22\x55\x7f\x2e\xe2\x13\x8f\xf5\x87\x46\xdb\x76\x29\x48\xdf\x9d\x46\x6e\xfc\x3f\xb7\x33\x34\x75\xe3\x67\x67\xe4\x7f\x66\x48\x3d\x79\x1f\x7a\x4f\x20\xe9\x9b\xff\xab\x7e\x02\x34\x75\x3f\x2c\x3c\x34\x75\xb1\x7a\xf2\x7b\x53\xfd\x16\xd3\xde\xe7\x6f\x67\x68\xda\x4f\xf0\xba\x16\xff\x9d\xb7\xf9\xf5\xe2\x95\x90\xd1\x1d\xa0\x1d\x9e\xb7\xe5\xd1\xdf\xfd\x65\x26\x2e\x5f\x18\x9c\x09\xfa\x0f\xe2\x0b\x15\x9e\xa0\x1d\xbe\xf9\x42\x9e\x70\x8c\x76\xf8\x8f\x2f\x67\xf2\xa5\xf8\x75\xb3\x61\xd9\x0b\x9a\x83\x15\xda\xaa\xdd\x4f\xa2\x2a\xf4\x36\x63\xf3\x24\xd7\x18\x63\x87\xd9\xfd\x19\x5f\xde\x6c\x04\x67\x5c\x26\x34\x85\xac\xcb\xfb\xb3\x7e\x9f\xdc\xb0\x05\x64\xca\x5a\x33\xdd\xb3\x72\xaa\x92\x96\x84\xbf\x5e\x11\x01\x64\xec\xba\xa1\xa7\x56\xd4\x08\x42\xab\x6b\xc7\x67\x2b\x98\x35\xb5\x3d\xd5\xd1\xb1\x11\xa0\x5f\x36\xf9\x97\x2d\xa5\xbf\x5d\x31\xa9\x52\xa3\x7b\xee\xda\x3e\xfa\x2b\x26\x7f\xfd\xe5\x05\x44\xf5\x50\x00\x53\xd9\xb7\x5f\xce\xbd\x35\x99\xbf\x2f\xd2\xf4\x4f\x46\xb3\x2f\x95\x28\xf3\x99\x62\xff\x12\x45\x96\x7f\xa9\x0c\x64\x32\x05\x5e\x27\x69\x9a\xe4\x6c\x2e\xf8\xe2\x8b\xe5\xec\xbc\x55\x71\x5e\x48\xf6\x88\x92\x90\xad\x2c\x24\xb8\x5c\x7f\xb1\x88\xca\x64\x0a\xbc\x7f\x5c\xff\xde\x37\xba\xa6\xb0\xf3\x83\x25\x54\x06\x2b\xef\x67\xc1\xd9\xcf\xcb\x65\xc3\x07\x68\x55\x2a\xd8\x69\x17\x7b\x3f\x2f\xef\xaf\xd2\x64\x50\x55\xe6\x87\x8b\xe3\x0a\x78\x2b\xb3\x22\xac\x43\xc1\xff\xd8\x38\x16\xf2\x83\x75\x62\x15\xdc\x3e\x58\xae\x6d\xc9\x54\x85\xcb\x8f\x0f\xd6\x70\xb0\x7a\xaa\xe2\xf0\xe5\xc1\xb2\xf7\x2d\xa4\xaa\x0a\x3b\xc3\x17\x6a\x3a\x58\x53\x56\x25\xf0\xed\xe1\xf2\xfb\xcb\xab\x2e\xad\xbe\x3c\x58\xb6\x65\xa5\x55\xa5\xdf\x3f\xa2\xef\xfb\x8b\x4e\x17\x56\xa9\xf7\x16\xd3\x87\xce\x95\x46\x32\x35\x86\x99\xac\x04\x44\xd5\x22\x3f\xf3\xd6\x78\x5a\x64\x25\xfc\x05\x35\x6e\x98\xca\x51\xbb\x01\x0e\x11\xe6\x3b\xdc\x44\x92\x90\xa1\xc2\x14\xdc\xb7\xf0\x8b\x8b\x3c\xc0\xbd\x6d\x07\x40\x23\x1b\xa0\x45\xe8\x51\x4e\xcc\x83\xd6\x20\xaf\x92\xfd\x42\xce\xab\x4f\x85\x9c\xd7\x9f\x17\x74\xbb\x3f\x8c\xda\x71\xe6\x46\xb8\x03\x36\xc4\x41\x23\x44\xd1\xbd\xbd\xc5\xf0\x6e\x90\x83\x7e\xd1\x28\x16\x61\xd9\x3a\x6c\x1d\x56\xa9\xce\xf7\xe0\x70\x75\x96\x5e\xa8\x07\xbb\xa0\xdb\xdc\x80\xb9\x31\x96\x6a\xa4\xea\xc3\xfe\x40\x7f\x5e\xaa\x8e\xb6\x18\x7f\x18\xc8\x58\x86\xe9\x36\x39\xc2\x7b\xb2\x37\x66\x47\x5d\xdd\xd5\x26\x3e\x72\x51\x4f\xb6\xa5\x22\xd4\x3f\x19\x1f\xb1\x11\xda\xe1\xd8\xc9\x0b\xbe\xa0\x5b\xb0\xa4\x32\x0f\xb2\x60\xb9\x7e\xba\x66\x0b\x5e\x3e\xcb\x75\x91\x99\xc7\x65\x96\xe8\x87\x9c\xca\x22\x53\x8f\xb3\x7b\x04\x43\x92\x1c\xf7\xe4\x44\x93\x71\x2b\x11\xf3\x59\xfb\xaa\x74\xad\x55\x89\xda\x80\xdf\x2b\x5f\xb6\x30\x11\xdf\x1e\xdf\xb7\x58\x0f\x66\xed\xb8\xdb\xd0\xa9\xdc\x9b\xc3\xb2\x67\x25\x84\xab\x46\xda\x40\x6d\xcf\x93\xcb\x91\xe7\x32\xdd\x95\xfe\x31\xea\xb9\xec\x29\x21\xe0\x13\x5b\x0d\xd3\x73\x72\x67\x46\x58\x35\xbf\x26\x05\xa6\x9f\x35\x66\x5e\x7d\xd1\x35\x3a\xb3\x83\xb9\xff\x6f\xf4\x4c\x93\x25\xfe\x35\x63\x17\xaa\x36\x3d\xdb\x65\x4a\x5e\x27\xd5\x6b\x11\x3e\x94\x2b\xd5\x7c\x6c\x2c\x56\x95\xc1\xac\xd6\x2a\x87\x7e\x87\x99\xbe\x14\xe4\xd6\xe9\x39\x91\xe3\xe0\x8f\x91\xf3\xc4\xc1\x41\xe4\x04\xce\x0e\x6f\x05\xe9\xff\xcf\x87\xbc\xfb\x61\xe1\xf5\xf1\x6b\xf5\xf2\x6d\x5f\xd1\xff\xe0\xe9\xad\xcd\x88\xeb\x56\x87\x6d\xd3\x81\xd4\xa2\xbf\x39\x18\x43\x27\x97\xcc\x24\xfc\x09\x8c\xa2\xf1\xe4\x0d\x84\x97\xae\xc9\xbd\x5d\xb0\x79\x72\x49\xd3\xc8\xf1\x1d\x2c\xd7\xa2\xc8\xa9\x42\xcd\x8a\xfb\x5b\x65\xa2\xd8\x24\x7c\x15\xc5\xc3\x19\x9e\x17\x59\xc6\xf8\x7c\x1b\xc5\xce\x37\x8a\x6b\x99\xe1\x05\x95\x0c\x30\xb1\xf3\x2d\x7d\xf2\xed\xf9\x93\x6f\xd9\x93\x6f\xff\x78\xf2\xed\x9f\x0e\x7c\x89\x9c\x6f\x2f\xfb\xdf\x2e\xfa\xea\x5d\xea\x5c\xff\x8a\xbe\x7d\x1d\x7d\xfb\xde\xc1\x1b\x96\x25\x62\x91\x47\xb1\xf3\x5c\xb1\x3d\x6f\x5f\x43\x6d\x5b\x95\xf0\xbe\xdc\x60\xaf\xcb\x0d\xf6\x4b\xb5\xc1\x7e\xb7\x36\xd8\x2f\xf5\x06\xfb\xbe\xdc\x60\xef\xab\x0d\x86\xff\x4f\xbe\x16\x99\x5a\x02\xa6\x4e\x5d\xa1\xae\x4d\xd7\xa4\xeb\xd0\xc5\x75\x59\x67\x86\x2f\x15\xc6\x53\x45\xfe\x4d\x79\x41\x33\xa8\x9d\x9d\x67\xe6\xf1\x35\xcd\xe6\x6b\x07\x3b\xcf\x37\x59\x92\xc2\xbb\x4a\xfd\x77\xc1\x19\xfc\xa4\xea\xed\x79\xb1\x2a\x72\xa9\x2a\x64\x1b\xc9\x20\x90\x1e\x76\x7e\x9e\x4b\xa1\x9f\xde\x88\xab\x32\xf1\x3b\x36\xd7\x8f\x33\x0c\x9d\x7d\x6d\xb5\xad\xdb\xd5\x4d\xea\x06\xed\xe6\x74\x6b\xba\x31\xdd\x92\x6e\x43\xd7\xaf\xab\x76\x66\x3b\x8b\x5f\x24\x37\xc2\xb7\xd7\x87\x62\x79\x57\x4c\x28\xba\x3b\x97\x36\xbd\x9d\x47\x01\x96\x51\x70\xe0\x20\x79\x09\x5e\xec\xc1\xbd\x18\x3e\x17\x08\x2f\xa5\x7b\x2e\x4a\x7d\x2e\xfd\x53\x3a\xb2\xd2\x1e\x65\xa4\x47\xce\x85\x2f\xb5\x0b\x99\x1c\x9e\x77\x38\x63\x7b\x74\x9f\xf9\xaa\x4b\x90\x2f\x93\x7f\xb9\x59\xc1\xe7\x5a\x02\x9b\x83\x5d\xcc\x8a\x09\x3f\x97\x19\xa3\xfb\xe6\x94\xbc\xd3\xf9\x28\x0e\xfc\xf0\xfa\x6a\xa4\x68\xfa\x51\xc4\xfa\x71\x06\x99\xa3\xb5\xf1\xd3\xaf\x1d\x23\x0b\x72\xfb\x3d\x53\xcb\x69\x9f\xb3\x52\xd9\x54\x8b\x97\x4c\x66\x5b\xf0\xb4\x60\xf2\xbd\x10\xa9\x71\xa7\x71\x9f\xb7\x5c\xc2\xfd\xa5\xce\x9b\xe3\x8c\x40\x1c\x10\xb6\xe7\xbc\x79\x2d\xc1\x17\x53\xa3\x81\x1d\xbe\x16\xe4\xf6\xfd\x66\xcd\x0e\x3a\x23\xfd\x1c\x92\x15\x31\xfc\x56\x24\x7c\xdf\xaf\x3e\x27\xdc\x9f\x0b\x91\x2d\x12\x4e\x25\xcb\xb1\xf4\x37\x2a\x17\x98\x8e\x80\x09\x20\xe6\xf1\x60\x86\x76\xf8\x75\x91\xca\xa4\xad\x06\xbb\xf3\x76\x4d\xf7\xf4\x9f\x6b\x2f\x54\xf7\xb6\xf3\x2a\xe1\x4c\xb3\xbb\x7b\xed\xac\xa4\xbb\xd7\x55\xf0\x57\x0e\xfd\xba\xb7\xd0\x57\x76\x6e\xa5\x81\x6b\xaa\x7e\x2b\xd2\xed\xea\x60\xb2\x36\x07\xfd\xa8\xa1\xd3\x96\xff\x2b\xbb\xb0\x29\xbb\x80\x76\xf8\x07\x33\xc7\x8f\x5a\x38\x66\x41\x24\x5f\x5c\x3a\xb0\x62\xca\x5d\x41\x33\xd6\x1a\x21\xf2\xbd\x20\x01\x6e\xec\x1c\x97\xe3\x37\x02\xe1\xf7\x42\xaf\xff\xf7\x02\x5f\x94\x5b\x0c\xbf\x11\xe4\x36\xdf\x5b\x7e\xe8\xf6\xbd\xf0\xc8\x51\xf7\x6f\xaa\x38\x77\xb5\x6e\xce\xe1\xd2\xfd\xbd\xa4\x59\xf9\xfc\x92\x2f\xa2\x73\xbc\xd1\x70\xd3\x1f\x6c\x25\x7c\xe1\x03\x3a\x70\x11\x7e\x23\xfc\xaa\x2c\xb9\x92\xbb\xb2\x8c\xaa\xe0\xc0\x24\x60\xd0\xbd\x10\x13\xd5\x78\x70\xc6\xa7\xaa\x03\x1e\x8f\x78\xb3\x0a\xf3\xf2\x92\x2f\xd4\x23\x74\x8f\x9c\xd7\x50\x39\x17\x05\x5f\xe4\xf7\x99\xea\x2a\xc8\xbf\xd6\x02\xdc\x1b\x12\xe7\x84\xe3\x35\xe1\x33\x84\x97\xa0\xb6\xb7\x24\x12\x61\x79\xb6\xea\x74\xdc\x15\xb1\x6f\xad\x74\xb0\x74\x23\xb4\x5f\x48\x37\x96\xdd\x1f\x29\x66\xdd\x1f\xa9\x76\x23\x76\x59\xba\xfa\xdc\x4a\xf7\x12\x67\x08\x27\x24\x2e\xd4\xce\xe8\x15\x6a\x93\x04\x33\x4c\xd5\xa7\x04\x17\x68\x72\x2e\x5d\x8a\x30\x25\x1f\xd5\xaf\xb1\xc0\x93\xbd\x0d\x9e\x93\xf4\x2c\x98\x86\x51\x2f\xc4\x57\x84\xc6\xc1\xac\xfb\x27\xed\xce\xc1\x98\xda\x4d\xd1\x59\x78\x02\x01\xb2\x16\xff\xe3\x5e\x9d\xcd\xbb\x9b\x4e\x67\xde\x95\x67\x57\x26\xbc\xc8\x96\xd0\x38\x54\x05\x26\x5b\xd3\xfb\x2d\xaa\x2c\xeb\xae\x88\x7b\xe5\x0d\xc7\x01\xfa\x76\x38\x0e\x7a\xe1\x49\x80\xef\xab\xa4\x57\xd6\xb2\x3c\xdb\x02\x38\xca\x5a\x96\xa0\xc7\xb8\x24\x0c\x61\x66\x1a\x60\x68\xb2\x98\x6e\xce\xe4\x54\xb8\x6a\x1f\x9d\xa9\x9f\x35\xea\x74\xdc\x35\x91\x28\x12\xae\xc4\x6b\x2b\x31\x57\x89\xeb\x33\x92\x4f\xdd\x1c\x40\x9d\x6b\x50\xaf\x4d\x01\x14\xc9\xb3\xcd\xe3\xab\xd2\xbd\xd2\x81\x13\x26\x97\x24\xc3\x1b\x22\x77\x8d\xfb\xa7\x73\xb3\x32\x64\xd3\x2e\xf0\x26\x0e\x66\x24\xc7\x37\x71\x38\x23\x6b\x5c\x66\xe2\xf8\x12\x2e\x52\x0f\x22\x3a\xd7\x53\x9b\x11\xde\xdb\x4c\xb6\x9e\x9a\x8d\x0c\x66\x63\x9a\x79\x6e\x76\x16\x4c\x87\xe3\x20\xea\x29\xf0\x46\x99\xee\xd6\x15\xe1\x78\x41\xd8\xa4\x5c\x9d\x50\x15\xd6\x3f\xf6\x2d\x26\xba\xb5\xd7\xb5\xdb\xb8\xbb\x44\xb7\x85\x7b\x85\x17\xd5\xee\x79\xc9\x17\x2e\xc2\xaf\xa9\xbb\x45\x67\x6f\x29\x40\xa1\xe7\xae\x49\x78\x12\x20\x84\x9b\x83\xda\x1f\x8a\x68\x08\xf9\x64\x8f\x70\xf4\x2c\x98\x4a\xb5\x22\x22\xd9\xb0\x42\xb6\x05\x86\xa5\x95\x77\xc3\xfa\xd8\x96\x9b\xc7\xc1\xec\x19\x38\x2b\x98\xea\x47\xde\xe9\x70\x9d\x10\xf1\x67\x12\x3c\xa4\xab\x97\x67\xfa\x4e\xb5\x8a\x86\x8e\x1b\x16\x5c\xe4\x56\xa3\x17\x6e\xa1\x17\x56\xa1\x97\xec\x5e\xf4\x52\x4e\x5c\x81\xcf\x2d\xcc\x90\x98\x37\x85\x1a\x28\xde\x92\x00\xc3\x14\xd4\x55\xa8\x93\xb4\x1d\xfb\xd4\x19\x35\xa4\xeb\x95\x61\x37\xc0\xac\x06\x32\x1c\x9c\x5d\x88\xa9\x35\x11\x78\x49\x7a\xee\x8a\x9c\x06\x08\x45\xdb\xb3\xb7\x74\xaa\x9e\xa3\xde\x5b\x6a\x36\x53\xef\x34\xd8\x9b\xab\xdd\xee\xc0\xce\x87\xa3\xdb\x15\x59\x93\x9e\x9b\x93\x25\x44\x54\xc2\xaf\xc1\x5b\xd6\x1e\x3a\x3f\x2f\x15\x94\x5f\x5b\x2e\x8d\x00\xb7\x81\xe3\xb6\xd4\xb2\x15\x36\x11\x25\x5e\x6b\x9f\x13\x71\x31\x9b\x48\xe3\x05\x92\x91\xd7\xea\x4c\x99\x9b\x00\xce\xe8\xee\x4e\x3d\x86\xea\x71\xea\x0a\x17\x50\x17\x18\x9d\x9e\x99\x17\x85\xd2\xd4\x16\x54\xbf\x60\xc6\x8a\xb0\x30\x85\xdb\xb3\x05\x33\xb0\x7e\x45\x28\x32\x2e\xe5\x0b\x85\x37\x2a\x67\xea\x98\xe1\x0d\xe9\xb9\x30\x4c\x49\xea\xc0\x23\xc6\xb3\x5a\x12\x4b\xd5\x59\x92\x4d\x0a\xc2\xb0\xee\x71\xa2\x7a\xec\x52\x22\xa0\x13\x58\xd7\x7e\xb6\xe9\x74\xdc\x0d\xa1\x58\x1b\xdb\xe2\x35\x81\x2e\x94\xd7\x87\xaf\xc9\x8d\xb1\x79\xd4\x51\xaa\xee\xee\x96\xfa\x61\x1a\xc7\x6f\xe8\x1b\xfc\x86\xbe\x99\xe1\xea\x69\x16\xc5\x71\x8e\x97\x33\x1c\xaf\xf1\x6a\x36\xdb\xed\x5c\x54\x82\x7f\xce\xb8\xcc\x44\xd2\x74\x33\xfb\x52\x90\xe7\x82\xbc\x10\xe4\xb3\x20\xaf\x04\xf9\x24\xc8\x2f\x82\xbc\x13\xe4\x3b\x41\xde\x0a\xf2\x6b\xdb\x61\xfc\xb7\x28\xa7\xef\x3b\x81\x19\x79\x2b\x70\x46\x7e\x15\xb8\x20\xb2\x2b\x3d\xd6\x65\x5e\xd6\xad\xd4\x06\x7e\xa5\xe0\x0d\x5a\x92\x4f\x2a\xeb\x2f\x2a\xeb\x3b\x81\xdf\xd2\xb3\xe7\x02\x92\x5f\xa8\xe4\xcf\x2a\xf9\x95\x40\xcd\x2a\xb0\x2a\x8b\xa6\xd5\xc8\xa2\x58\x47\x02\x93\x94\x0f\x5c\x86\x25\xea\xfe\x49\xb1\xe4\x6e\xd6\xaf\x0d\x90\x0b\xa4\x52\xcd\x2d\xce\x4b\x81\x9f\x0b\xfc\x42\xe0\xcf\x02\xbf\x12\xf8\x93\xc0\xbf\x08\xfc\x4e\xe0\xef\x04\x7e\x2b\xf0\xaf\x02\xff\x5d\x13\x0f\xe7\x86\x52\x78\x2f\xad\xbd\xfc\x46\x56\x9b\xf9\xa5\xbc\x77\x37\xff\x6d\x1f\xef\xcf\xef\xa5\x10\x1a\xd9\xde\xc8\xdd\x0e\x7f\x2f\xc8\x3b\xe9\x7e\x96\xf8\x6f\x89\xff\x25\x71\xdc\xfb\x9b\xe2\xde\xdf\xb4\x3f\x98\x21\xfc\x2f\x41\x42\x76\x5a\x52\x05\xf3\x34\xd9\xec\x5b\x73\x35\xad\xc4\xb5\x63\xba\x5b\x3d\x47\x6d\x97\x39\x10\x88\xd5\xbf\xa2\x69\xb2\x20\x4f\x43\x05\xea\x04\x22\xea\x94\x49\x01\x2e\x76\x58\x87\xb4\xad\x8b\x8b\x07\x4c\x9a\x12\xf2\x97\x74\x39\xf1\x44\x1c\xcc\x74\x58\x75\xfd\xa8\x96\xb5\x7a\x0c\x67\xda\xfe\x50\x3f\xaa\xcd\xd6\xec\x82\x71\x0a\x84\x30\x45\x51\x1c\x73\x2c\x67\x38\x66\x38\x53\x4b\xb6\xd6\xf8\xd1\x1d\x72\x63\xed\x85\xa8\x32\x8d\x55\xe4\xba\x5b\xc2\x46\xf0\x64\xfe\xf2\x53\x41\xd3\xe7\x0d\x8a\xb2\xea\xfa\x6f\xd2\xfd\x43\xa2\x1d\xf2\x33\x7a\x4d\xfe\x28\xd9\x4b\x9f\xa6\xe7\x2c\xcb\xdb\xad\x4c\x0f\xeb\x75\x91\x9f\x09\x49\x25\x73\xe3\xd3\x31\x0e\x66\xc8\x98\xc3\xb9\x71\xcf\x1f\xe3\xe1\x89\x7f\xac\x5d\x7d\xd2\x34\x65\x69\xee\xc6\x83\x53\x7f\x84\x8f\x46\xfe\x68\x86\xb4\x31\x9e\x1b\x06\xc7\x81\xbe\xcf\xad\x5b\xff\x35\xa7\xf7\x7b\x65\xd1\x7e\x18\x81\x4d\xa1\xe0\xa8\xa4\x92\x8e\x6a\x74\xc0\xdc\x04\x53\x84\xe5\xdd\x9d\x9b\x99\x47\x74\x77\x57\x98\xc7\x5d\x33\x80\x46\xa3\x59\x17\x69\xb3\xcf\x07\x87\x19\x8e\x8e\x9a\xe3\x1c\xe0\xd1\x09\x8c\xc7\x1a\xe6\x68\x84\xc7\x23\x85\x47\x1f\x51\xdd\x71\xb3\xba\x21\x0e\x4f\xfd\xd3\x66\x75\x27\x38\x3c\x01\x4f\xb7\xe6\x60\x6d\xaa\xf4\x48\x12\x73\xcc\xac\xf5\xc1\x8d\x3b\x92\x16\x51\x6b\x62\xa0\x8e\x30\x23\x49\x6d\xc1\x69\xdc\xfa\x2b\xf2\x40\x7b\x27\x90\xb8\x20\xda\x43\x8d\xf6\x4f\x50\xfa\xfd\x73\x8b\x33\xe2\x87\x83\x4e\xc7\x1f\x0c\x8f\x14\x0a\xcb\xce\x48\xcf\x3f\x1a\x8c\x3a\x9d\x9e\x3f\x08\x8f\xce\xb2\x29\x8d\x20\xcf\x78\xbc\x97\x69\x10\x1e\xa9\x4c\x61\x38\x3a\xcb\xa6\x22\x4a\x90\xe9\x25\xdc\xd8\xf2\x43\x69\x80\xd5\x65\x83\x61\x55\xa7\xa9\xf5\x96\x91\x1a\xfb\x96\x52\xc3\x43\x08\x15\x8a\xe7\x2e\x49\xb6\x02\x61\x66\xbf\x64\xd6\xcb\x0e\x1f\x72\x4c\x35\xb7\x8e\x59\xfd\x98\x59\x3c\x7c\x8d\x16\x1b\xc5\x2c\x0a\x10\xb3\xc6\x5b\xd6\xa0\x0e\x2b\x4c\x7a\x50\x5a\x93\x2c\xcc\x7a\xce\xea\xe7\xdd\xbd\x68\x57\xee\xd1\x46\x30\xde\x46\x42\xf6\x48\xea\x49\x36\x89\x27\xd6\x7c\xcd\x1a\xaf\xbb\x9d\x9a\xc3\x4d\x79\xc1\xfd\x38\xeb\xcf\xa4\x2e\xe0\x4a\x84\x69\xf3\x55\x34\x5f\x39\x50\x1b\x55\x0a\xfa\x4a\x23\xe1\x72\xe1\x43\x3b\xfa\xd1\x1f\x8e\xba\xd0\x4e\xf5\xc5\xb2\x69\x76\x1b\xbb\x03\x48\x1d\xb3\x73\xee\x37\x7d\x6e\xf5\x7e\x5d\xba\x89\xb5\xab\x9b\x68\x5f\xa6\xf5\x66\xcc\x89\x36\xe7\x5d\x12\x30\xe8\xad\x94\x0b\x1b\x7b\x54\x22\xeb\xc0\x73\xe3\x38\xef\xf9\x47\xa3\x51\x77\x8e\x97\x3d\x7f\x30\x3c\xe9\xce\x67\x38\xce\xbd\x32\xcd\x33\x69\x0a\xd1\xea\x3d\x92\x22\xbd\xd8\x71\x46\xa8\x55\xad\xaa\x67\x18\x1c\x9b\x32\x41\xd8\x9d\xcf\x5a\x1a\x1a\x8c\xba\x73\xef\x2d\x55\x79\xc2\x01\x3c\xaa\xd6\x60\x57\x77\xe7\x3d\xfd\x61\x30\xd4\xcf\x6d\x6d\x16\x44\xec\xb5\x39\x08\xca\x7e\xaa\x0a\x5b\xda\x84\xaa\xcb\x36\xc7\x63\xab\xd1\x30\x1c\x3d\xaa\x51\x5e\x2d\x12\x73\xcc\x00\xe0\x7f\x16\xf8\x47\x81\xff\x14\xf8\x2f\x81\x7f\x13\xf8\x0f\x81\xbf\x11\x25\x66\xfd\x5a\x89\xc8\x8f\x8a\x10\xfc\xc6\x26\x61\xbe\xb9\x97\xd2\x69\x66\xab\xe5\x1d\xdf\x54\xf2\x0e\xfc\xb3\x00\x56\xf4\x47\xd1\x1f\xa0\xdd\x0e\xff\xb3\xea\xd7\x3f\xe5\x63\x3a\x76\x6e\xb7\x7c\xbe\xc3\xbf\x57\xe5\x7f\xb0\xcb\xff\x54\xd3\x6f\xff\xb9\x9f\x7e\xfb\xdd\xee\x2e\x67\xf7\x8d\xea\xf7\xb2\xf7\x3f\x48\xdc\x28\xf2\x53\xf5\xae\x06\xf9\x1f\x59\x0b\x73\x36\x54\xae\xef\x3f\xdf\xcb\x43\xac\xd3\x69\xf3\xe3\x2e\xc0\x9b\xb6\x6a\xf0\x1d\x5d\x24\x45\xee\x7a\xe2\x9e\x98\x0e\x98\x76\x3a\x54\x93\x55\x77\x77\x2e\x25\x85\x9b\x20\x74\x40\xb4\x83\x7b\x32\x3f\x63\x79\x91\x36\x98\x75\x59\x13\x3e\x54\xd3\x15\xbc\x8e\xfe\xa8\x88\x4a\x2c\xc8\x91\x3f\xb2\xdc\x57\xdf\x23\xb7\xfb\xb9\x8d\x55\x28\xdc\x6f\x04\x42\xf8\x67\x51\x3a\x10\x38\xe0\x3f\x4c\xe9\xaf\x62\x40\x0a\xf7\x77\x55\xeb\xaf\x62\x1a\x7f\x27\xfa\xbf\x2a\x72\xbe\xff\xab\x98\x45\xef\xc4\x34\xfe\x24\xfa\xef\x14\xa1\xdf\x7f\x27\x66\xd1\x2b\x31\x8d\x5f\x88\xfe\x2b\xc5\x02\xf4\x5f\x89\x59\x54\x31\x13\xaa\x3f\xfb\xb2\xb6\xba\x37\xbf\x09\xf2\x87\x20\x3d\xf7\x4f\x41\xfe\x12\x9a\x8f\x3d\xec\xc3\x3f\x55\x1f\xe2\x18\xf6\xd7\x0c\xc7\xb0\xc3\x66\x33\x7d\x3c\x88\xbf\xf7\xc3\xa5\x3d\xa0\xae\xee\x16\x46\x41\xbd\x24\x0e\xee\xee\x32\xe6\x72\x14\x6d\xb1\x74\xb5\xbe\x3a\x87\x90\x42\x8f\x0d\x02\xe3\x26\xc6\x9b\x83\x9b\x41\xb5\xec\xfa\xc9\xef\x12\xac\x6e\x21\xf0\x12\x6e\x71\x7d\x7f\xb0\xdc\x04\xd2\x8d\x67\x30\xa0\xfa\xc3\xe3\x4e\x21\x41\x5a\x96\xb4\x9c\xca\xc8\xdd\x5b\xd4\x12\x61\x4f\x1f\x7a\xa2\x09\x39\x77\x9f\x50\x76\x11\x2a\x81\x60\x9c\x55\x97\x73\x02\xe8\x76\x29\xb2\xb6\x98\x02\x07\x1c\x51\x23\x5c\x72\xc1\x6c\xbf\x64\x26\x50\x11\x2b\xa3\x4b\xd4\x31\x86\x77\x3b\x5c\x30\xfb\x2a\xea\x80\xf8\x92\xe5\x7d\x11\x34\x57\x11\x5b\xb2\x9d\xd8\xb2\x72\x7e\x89\xc0\xb2\xb2\x7e\x91\x9c\xda\xcb\xfb\x25\x02\xaa\xd1\xdf\x47\x11\x4a\x87\x25\x0c\x51\x54\x4e\x85\xb5\xf2\x29\x3b\x4c\x7c\x5d\x48\x2a\x45\x46\x04\xab\xd8\x37\xf6\xa9\x48\x32\x36\x97\x94\xaf\x8a\x94\xb6\xc5\x94\xa0\xcc\x9d\xb3\x92\x7f\x9b\xb3\x92\xe6\x9f\x57\xf5\x03\x8b\xb1\xbf\xd9\x6c\xe1\x77\x2d\xf6\x23\x1c\x94\xac\xbb\x3f\x52\xac\xe8\x8f\xee\x8f\x8a\x55\x52\x09\xe4\x4f\x93\x02\x0f\x95\x4e\x39\x59\x32\xe0\x16\xbe\x1d\x8e\x03\x55\x88\xeb\x42\xb8\x54\x22\x3f\x1b\x4c\x79\x3c\x50\x49\x51\x80\xb0\x3c\xe0\x47\x1a\x4d\x97\x7c\xc0\xa3\x7a\xa0\xfe\xe7\x2d\x83\x9d\x27\xd9\x3c\x65\xf7\xfa\x71\xd6\xf7\x10\x2d\x9b\x2f\x9b\x66\xed\xe7\x47\x94\x61\xa9\x86\x09\x3e\xde\x54\xb7\x7a\xe5\x20\x83\x92\x73\x69\xe8\x9b\x6b\x9b\x1a\x30\xd3\xc1\x21\x6e\x65\xd4\x8c\x8e\x39\x27\x5a\x6a\x8c\x30\x2f\x07\xc8\xcd\x00\x77\x3b\x84\x8d\x07\x47\x73\x77\xe5\x60\xeb\x8a\x2a\x8a\x8b\xd9\x6e\x67\xc5\x3a\x04\xf6\xbf\x20\xe3\xff\x9d\xc7\xdf\x4c\x7b\xfc\x05\x54\x46\xf9\xca\x06\x5f\xf6\x40\x31\x46\xae\x98\xeb\x4a\xe2\x65\x48\x81\xa3\x80\xb9\xe2\x28\x92\xf7\xb0\x00\x5f\xac\x0b\xae\x5d\xdc\xc2\x54\x88\x8c\x17\x62\xd3\x27\xf7\xd4\x12\x0f\x2c\x12\x1d\xc0\xbd\xdd\x07\x2f\x81\x25\x64\x9c\xf2\xa9\x9e\x91\x72\xca\x12\x62\x16\x15\x36\x6e\x7e\xf3\x44\xf5\x0b\x0b\xfd\x36\x17\xb9\x7a\x4b\xeb\x6f\x05\xc2\xf3\xfa\x5b\xa1\x28\xf4\xea\x5b\x82\xf0\xb2\xfe\x96\x34\xf5\x55\xb4\x18\xae\x96\xbc\xb9\x8c\x2c\xbb\x14\x75\x99\xe7\x32\x32\xef\xe6\xbd\xb4\xbb\xec\x0a\xd4\x65\x08\xa7\xdd\xdc\x9b\xc3\x5b\x35\xbe\x55\x46\x65\x32\x2f\x1e\x58\xc8\x06\x7d\xeb\x35\xb2\x77\xd5\xda\x5c\x2b\x0a\x61\xb5\xd2\x33\x82\x1a\x07\xa7\xb5\x6b\xb6\xa4\xbf\x40\xdd\x05\x2e\xf0\x42\x3b\x34\x5d\xa3\xd2\xd4\xa1\x25\xf3\xbc\x7f\x89\xba\x97\x38\xc5\x97\x3a\xf3\x0a\x3d\x94\x3b\xeb\x6f\x50\x77\x83\x19\xde\x20\x13\x7d\xa6\x4d\x69\xef\x35\x75\xf9\xb7\x0b\x74\xf6\x96\x1a\x97\xaa\xf9\x83\x95\x8a\xfe\x15\xea\x5e\x61\x8a\xaf\xbe\x58\xe9\xa5\x55\xe9\xd2\x38\x2c\xb7\x88\x38\x9c\xe2\x39\xae\xee\x31\x48\x18\xe0\x2b\xb2\xc1\x0b\x72\x1a\xe0\x4b\x32\x1c\x07\x78\x4b\x06\x36\x99\xa7\x0e\x90\x36\xe9\x98\xbc\xd7\x5d\xac\x99\xab\xfb\xa6\x89\xef\xb4\x37\x2d\x51\x48\x55\xf7\x61\xd5\x0f\xe2\x83\xb5\x9b\x54\x70\x5a\x29\xc6\x47\x1b\xfb\x84\x08\xaf\xdd\x02\xf9\x19\xbb\x62\x59\xce\x5c\x2b\x7d\xe5\xce\xdb\xd2\xd1\x0c\x38\x78\xf6\x78\xdf\x58\xdc\xbf\xa4\x7f\x8b\xcc\x70\x6c\x12\xf9\x97\x09\xb7\x5e\x23\xde\x48\x80\x31\x5a\x05\x1e\xc9\xb5\x6b\xbe\x18\xae\x1f\x34\x6b\x0c\x8e\xd8\x4d\x6a\x38\xc3\xa9\x49\x0d\x67\x38\x31\x12\xf5\x04\x27\xa4\xc0\x05\x91\x08\xcf\xcf\x52\x48\x9a\xe3\x39\x49\x71\x4a\x80\xc5\xaf\x65\x08\x5b\x84\xa2\x38\x4e\xb0\x62\x9c\x0b\x9c\x6a\x22\xd5\xea\xf4\x63\xb1\x68\xd5\x47\x56\xf7\x51\xd4\x7d\xa4\x75\x1f\x33\xb8\x71\x95\x24\xc3\x19\xd8\x79\x4a\x84\xc5\x19\x85\x24\x81\x05\x51\xe8\xa9\xb5\x8f\x19\x16\x20\x06\xa6\xba\x8f\xb9\x64\x9b\xaf\x99\xa3\xf7\x92\x6d\xaa\x19\x32\x2f\xe5\xfc\xc0\x6b\x3d\x3b\xef\x1f\x5b\xb5\xbb\x30\x32\x8b\x4b\x3d\x3c\xf0\xe0\xb6\xc0\x97\x35\x10\x1f\x5f\xd5\xc6\x54\x75\x65\x55\xb5\xc1\x57\xb3\xff\x85\x4c\x69\x4b\x3c\x89\x73\x72\xc9\x5c\x81\x29\x3e\x85\xfb\xbb\x2d\x73\x33\xcc\xf0\x16\xe1\xb5\xfa\x30\xc7\x29\x7c\x58\xa9\x0f\x09\x2e\xd4\x07\xc5\x55\xec\xad\x50\x37\x8e\xe1\x5a\xbd\x77\x1a\x68\xc1\x83\x7a\x39\x0d\x8c\xa8\xc1\x5e\xdb\x65\xc6\x13\xf8\xa8\x33\x9e\x40\xa1\x99\x8d\xda\x19\x95\xcf\xb3\xf9\xe3\x30\xfb\x7d\xd8\x22\x96\x77\x77\xf7\x10\x2c\x98\xdd\xdd\x15\xed\x9f\x1a\x44\xc3\x6b\x86\x0b\x72\x63\x59\x0d\x1e\x1e\xaa\xfb\x32\xff\x32\x87\xfb\xbf\x6a\x5d\x8b\xea\x44\x91\xd9\x4d\xb0\x07\x77\x14\xc3\xb2\x8d\x58\x63\x53\x45\x5e\x45\xac\xa2\x5a\xb4\xa3\xe5\xc7\xc7\x37\x60\xed\xfc\x17\xd4\x2a\x2b\xba\xa3\x65\xc9\x3d\xb0\xc5\xa2\x60\x87\x79\x35\xcd\x96\xcb\xc8\x76\xd3\xb4\x73\x4d\x39\xdb\x54\xf3\x3e\xe1\x5b\x55\xa6\x9b\x68\x0d\xd3\xd2\xc6\xff\xff\x20\x10\xfe\xb7\xd1\x06\xfa\xb7\xc0\x3f\x1c\x5e\xe3\xd9\xe2\xad\x8f\xec\xb1\x62\xa4\x9f\x04\xb9\x66\xed\x07\x6c\x49\xe6\x0c\xfa\x6e\xe8\xf1\x7d\xe5\x63\x93\x6d\xa0\x35\x94\xa9\x22\x9e\x78\x7f\x80\x76\x68\x52\xb1\xb1\x9f\x93\xcb\x42\xae\x69\xfa\xd0\x4d\x15\x65\xee\x4f\xa2\xe4\x74\x7e\x12\x30\xbe\xff\x1c\xf4\xc9\xdc\x9c\x43\x4b\x8a\x30\xb3\xc2\x9c\x75\x3a\xb2\x5f\x91\x6f\x8a\xf7\xdc\xb6\xf7\x20\xd1\x0b\xbd\x2d\x4a\x1f\x65\xee\x7f\xaa\x3e\xfc\x47\x34\xaf\xd9\x5e\x08\x0e\x3a\x9b\x6d\x7e\xb4\x7e\x93\xee\xfb\x8a\x4d\x7b\xcf\x0e\xee\xe7\x1e\x68\xf3\x37\xe9\x5e\x54\x45\x2f\x18\x8c\x9b\xa7\xf7\xcc\x45\xd8\xe7\x3b\x5c\x91\xa0\xf5\xf8\x56\x5c\x5c\xaa\xa6\xda\xc7\xc4\xd3\xb2\x7e\x9e\xe2\x37\xec\xf0\xe2\xa8\x5e\xb9\x31\xc7\xe5\x44\x4a\x6a\x9c\x9c\xb1\x1b\x75\x94\xa0\xde\xcf\x74\x56\xdf\x3c\x5e\xb2\x6c\x0e\xec\xec\x61\x8b\x2f\x99\xfb\xa6\x1a\xd1\x1b\x3d\x22\xd9\x1c\x51\x3d\xa0\x72\x38\x79\x62\x0d\x47\x64\x72\x2d\x56\x19\xdd\xac\xef\x1b\x92\xac\x86\x24\xb5\x2b\x74\x76\x3f\xc8\x60\xd1\x3e\xb8\x66\xd5\x50\xb9\xbd\x62\x73\xc9\x32\xf6\x70\x0f\x58\xd5\x03\x96\xe2\xe7\x0f\x03\xb5\x27\xdb\xa1\xca\xf7\xa1\x0a\xd2\x1c\xa0\xda\x5e\xb7\xc0\x57\xf3\xb7\x2f\x99\xfb\x9c\x21\xac\x78\x6a\x7d\x9f\x88\x19\xe1\xe6\xaa\xb1\xc6\xf7\xfb\x0e\x4b\x2d\x99\xeb\x54\xba\x71\xcf\x28\x7f\x06\xb3\x19\x8a\x80\x59\x45\x38\x86\xb4\x9e\x4e\x54\x28\x52\xd7\xd9\x5e\x07\x73\x63\x4b\x89\xb4\x29\x11\xf0\x4e\x83\xe8\x34\xd0\x15\x33\x5d\xb1\xad\x6e\xda\x53\xdf\x76\x98\xb9\x8a\xb3\xc5\xf0\xa2\x01\xf9\xbc\x64\xf4\x2f\xc1\x64\x5d\x3f\xfa\xeb\x62\x2f\x44\x99\xc5\xee\x70\xb8\x8f\xe1\x95\x6f\x0d\x73\x11\x13\xcf\xf4\xa2\xc3\x05\x79\xc9\xc1\x91\x86\xfa\xcd\x90\x1d\x0d\x17\x2c\xe2\x53\xc5\xdb\xeb\x98\xe4\xc1\x84\x9e\xc9\x89\xf4\x3c\x64\x6c\xd8\x63\xaf\xb0\x83\xb7\xc5\x72\x86\x25\xc2\x5e\xd2\x92\x28\x4d\x90\x56\xa1\x55\x78\x3e\xc1\xf4\xd4\x15\x9a\xf8\xaa\xb1\x88\x25\x90\x8d\x3d\x78\x08\x67\xb3\xf2\x8e\xe8\x15\x83\xe8\x0a\xea\x37\x55\xb4\x4c\x1e\x07\x33\x42\xc8\x5c\x2b\xc4\xe4\x71\x5e\xa9\xd7\xe8\xe4\x79\xfd\x8e\x57\xf5\x10\xea\xe4\x89\x3c\x23\xc1\xa4\xd7\x93\x68\x65\xc4\x11\xb1\x88\xe7\xb1\x9c\xcd\xe2\xc1\xcc\x74\x56\x12\x6f\x39\x91\xcf\xaa\xba\x21\x8e\xa4\x9d\x3f\xaf\xf3\x9b\x69\x5f\x69\xc6\x8a\xbc\x50\x24\xc6\xe7\x6a\xb5\x1d\x86\x2e\x75\x39\x8a\x5c\x69\xbb\x9b\x7d\x48\x62\xcb\x08\x28\x7a\xb3\x1d\x96\xb6\x4f\xd9\x87\x8a\x64\xba\x48\xb6\x2b\x63\xea\xc1\x52\x31\x27\x5a\xab\x66\x2d\x75\x39\xce\xd2\x2a\x02\x63\x96\x92\xbd\x52\x96\x88\x33\x9e\x4d\xb2\x74\x4f\xd8\x6f\xc5\x99\xc4\x87\x31\x38\xcb\x20\xa2\xac\x07\x0e\xa7\x83\x32\x26\x27\x07\x2e\xc0\x44\xe6\xc4\x85\x0e\xba\xd2\xcd\x4a\x09\x46\x37\xab\x2f\x02\xfd\x51\xb7\xd8\xe1\x2c\x6d\xbf\x2a\xa8\x49\x3b\x50\x32\xb6\x9b\xd6\x51\x5a\x03\x6c\xec\xf8\x8b\x5e\xa8\x17\xc4\x3e\xd4\xee\xee\x5c\x4e\x7a\x61\xdf\x1d\x6b\xcf\x90\x14\x94\x14\x10\x2a\x15\x95\x35\x7b\x02\x75\x64\x8a\xcd\x01\x8a\x45\xc4\xe1\xac\x27\xd4\x13\x10\xed\x89\xa7\xe5\x2f\xa0\xee\x82\xba\x0c\x53\x48\x08\x67\xa0\xe9\x82\xba\xe5\x9a\x88\x93\x2e\xc7\xb4\xcb\x67\x7a\x44\x69\xb2\xf9\x52\x60\x49\x2c\xc8\x77\x20\xa0\x4f\xd5\x08\xe7\xf6\x08\x7b\xdf\x95\x0e\xea\xb5\x45\x42\x3c\x57\x43\xf4\xbc\xf4\xd9\xdc\x38\xad\x50\xc8\x50\x33\xb9\xa8\x42\x46\xa0\x87\x06\xd9\xd3\x19\xc8\x86\xdc\x3a\xe6\x41\x4f\xa0\x1e\xe8\xea\x40\xb8\x66\xf6\x2c\x9b\x20\x4a\x64\xcc\x66\xf8\x17\xe6\x52\x9c\x83\x1a\xdd\x2f\x8a\x71\xc8\x41\xb9\x8e\xeb\x5d\xf1\x0e\xd4\x4e\x20\x0d\x18\x38\x95\x46\x11\x8a\xaa\x9c\x9d\x4e\x5b\xce\x84\xd0\x89\xa8\x3e\x81\xe4\x0a\xe7\xa4\xa8\x04\xad\xc6\x55\x66\x8a\x93\x14\xd3\x14\x8b\x14\xa7\x29\x9e\x2b\xdc\x84\x73\xc0\x50\x7f\x5a\xf2\x77\x45\xb8\x6e\x68\xd6\x1e\x01\xb5\x8c\x7f\xca\x16\x2b\x88\xf3\x50\xc5\x78\x60\xbd\x9e\x5a\x8c\x10\xd9\x41\x7d\xc4\xdc\x3f\x57\x3d\xa2\x77\x77\xd2\xcf\x37\x00\x3a\x86\x43\xdb\x08\x51\x61\xb2\xdf\x14\x26\x33\x75\xec\xb0\xcc\x1a\x16\x29\xfb\x32\x75\xdb\x1e\x44\xb5\xe1\xa7\x84\xe8\xee\xe4\x89\x64\xd3\x3a\x9d\x46\xf5\xf3\xf9\x0e\xb3\xa6\xa0\xfd\xd1\xd5\x9c\x5b\xd5\xd0\xdd\x0e\x37\x22\xa5\xde\xea\xf0\x9b\x51\xab\x0c\x11\x17\x13\x75\x6c\xe8\x08\x20\xfe\x5b\x85\x4b\xfc\x37\x84\xfb\x6f\x30\xf7\xdf\x74\x3a\x2e\xf7\xdf\xf8\x6f\x35\x93\xfe\x86\x48\xcc\xfd\x77\x55\x7c\x6b\xff\xdd\x84\xfb\xaf\x14\x2c\xd5\x0f\xf7\x5f\x11\x69\x34\x9a\xfd\x77\x44\x4e\x18\xe1\xfa\x55\x1b\xba\x4e\x5d\x4e\x68\x66\xac\x5e\x15\x28\xdf\xea\x6b\x46\x68\x0e\x73\xf5\xaa\x6a\x50\x27\x38\x20\xcc\xb7\x04\xbe\x40\x16\x28\xa3\xbf\x81\xa3\x28\x58\xe7\x2a\xb7\xff\xae\xac\xe4\x57\xc5\x43\xf9\x2f\xc8\xd3\x00\x73\xd5\x78\xa7\xc3\xfc\x17\x13\x94\x11\xe6\xff\x8a\x19\x21\x24\xf3\x5f\x29\x9e\x28\xf3\xdf\xe1\xa2\xd3\x29\xfc\x17\x53\x97\xf9\x2f\x48\xa1\xca\x84\x38\x2b\x8b\x66\x70\x54\x13\xc2\xfc\x77\x9d\x8e\x5b\xe8\x0e\x63\x86\x30\xd7\x8e\xaa\xfc\x5f\x11\x66\x8d\x32\x89\xc9\x93\x21\x84\x22\x68\xe1\xd5\x23\x5b\x78\xd5\xe9\xb8\xc9\x23\x5a\x28\xac\x16\x74\x0e\xe3\x31\x1f\x72\xed\xb0\x8e\x7b\xd9\xd0\xf6\xb3\x27\x8f\xfb\x6f\xd5\xf4\xbd\x85\x84\xb7\x7a\x76\xf5\x7c\x72\x33\x09\x13\x0b\x01\xa9\xea\x71\xa2\x26\x03\x48\x84\x77\x13\x88\x1b\x93\x4c\xe9\x94\x66\x2e\x45\x51\x12\x51\x5c\x4c\x0b\xff\x15\x21\x84\xc3\x2f\x8b\x0a\xff\x1d\x61\x91\x99\x26\x86\x93\x4e\x87\x02\x57\xeb\xbf\x80\x91\x70\xf8\x7d\x45\x12\x9c\xc0\x3c\xb1\xa7\x84\x50\x35\x19\x30\x37\xfe\xaf\xd0\x24\x57\x20\xc7\xaa\x3e\x8e\x99\xff\x8e\x50\x4c\x55\x66\x14\xb9\x2a\x47\x81\x0b\xc2\x74\x1e\x05\xe5\x0c\xea\xe4\x44\x41\x0d\x86\xf5\x2b\x29\x10\x7e\xaa\x63\xa1\x72\xb5\x9b\x5f\xd8\xa1\x59\x5c\x0e\x90\x42\x93\x85\x80\x0c\xe5\x2e\xfa\x68\xbc\x2a\x99\xb4\xc2\x7f\xa5\xf7\x01\x29\xfc\x77\x6a\x35\x75\x3a\xae\xd4\x33\x51\x34\x67\xa2\x50\x54\x4d\xe1\xbf\x53\xeb\xf8\x55\xa7\x23\xfd\x57\xfe\x0b\x85\x3e\xde\xa9\xe7\x77\xfe\x0b\x74\x5b\x3f\xdf\xdd\xb9\xf0\x5d\x55\x23\x9b\x4b\x46\x5a\xd5\xc0\x42\x81\x76\xa0\x14\x34\x5a\xb7\xc6\x4d\x87\x27\xd0\xe1\x5d\x65\x15\xa1\x8a\xbf\x6a\xed\x6a\xd2\xec\xea\xab\x87\xba\x5a\xa7\xbb\x55\xe3\xb2\x39\x62\x69\x55\x63\x77\xd5\x0c\x2c\xb9\xb7\xab\xd5\xa6\x54\x53\x58\xf8\xbf\xee\xae\xd7\x49\xca\xdc\xa7\x6a\x8a\x26\x7a\xf2\x60\x6e\x76\xbb\x9a\x78\xb9\x12\x99\xe0\x22\x79\x80\xd4\xad\x8d\xc6\xb5\xcb\xa4\xf2\xa4\x03\x25\xb9\x4a\x82\x5a\x2a\xa2\x26\xa4\xd4\x43\xa5\xc4\xa8\xa1\x96\xd8\x5d\x64\xae\x0e\xe4\x82\xfc\x39\x4b\xd3\xfc\xd0\xec\x99\x61\xa1\xdb\x4b\xc9\xff\x97\xb6\x3f\x6f\x6e\x1b\x47\x1e\x80\xe1\xff\xdf\x4f\x11\xf3\xdd\x51\x01\x62\x8b\x26\xe5\x2b\xa6\x02\xab\xb2\x99\x99\xcd\xec\x2f\x4e\x66\xe3\x4c\x76\x67\xb8\x1c\x17\x4d\x41\x12\x12\x8a\x54\x78\xd8\x52\x6c\x7d\xf7\xa7\xd0\x00\x2f\x89\xf2\xda\x53\xcf\x53\x49\x59\x24\x8e\x46\x03\xc4\xd1\xdd\xe8\x83\xeb\xd3\x24\x64\x1c\x77\x60\x79\x08\x7b\x89\x5f\x85\x98\x1a\x47\x3b\x32\x71\x8d\xa8\x95\xa9\x2b\xd5\x92\x26\xc8\xad\x95\xa4\xf0\xfc\x0d\x75\x43\x6b\x75\xc1\xd2\x5e\x2f\xb4\x56\xaf\x98\x90\xbf\xeb\x0b\x56\xe0\xef\x2b\x16\x8c\x3d\x2f\x85\xc0\x07\x4f\xe8\xbf\x85\x0f\x5e\x0a\x85\xef\xbb\x9e\x3f\xca\x4a\x05\x7f\x2f\xf1\x37\x14\xf2\xce\x48\x7c\x2f\xf6\x3b\x58\xbb\x5f\x35\xbd\x02\xa9\x18\x4b\x87\xbf\x06\xb4\xff\x6b\x00\xeb\x66\x56\xd0\xca\x12\x6e\xbe\xd9\x50\x1d\xf6\xf3\x0d\x87\x82\x7d\xe7\x20\x58\x0a\x01\x2b\x20\x61\xd3\x68\xd4\x60\xb0\xd4\x76\x1e\x89\xf8\x6b\xa7\x8e\x85\xfe\x00\x54\x0d\xed\x23\xb7\x1b\xb1\x15\xc9\x85\x9d\x6e\x76\xe3\x69\x96\x77\xfc\x28\x73\x73\xe5\xe8\x46\x96\xf0\x41\x49\xcb\xf0\x3d\xb5\x84\x8f\x17\x0f\xb9\x95\xa7\x02\x2f\xda\xb2\x0e\xdd\x4b\x6f\x7b\x5e\x3c\x32\x2b\xd2\x9a\xd8\x50\x5a\xd7\x7a\x4e\x24\xe5\x34\xa9\xe9\x06\x4d\xc7\x25\xb5\xcb\xb1\x04\x09\x37\x45\x7f\x4c\x59\x86\x07\x7b\x30\xce\xac\xd4\xcd\xac\xa8\xa4\xe7\x0a\x96\x81\x60\x53\x2c\x1e\xed\x2b\x0c\xe9\x2b\x61\x89\x5e\x2f\x7d\x35\x95\x3f\x61\x4a\x02\x10\x30\xa5\xaf\x6c\xb9\xa8\x15\xb7\x15\x4b\x2a\x36\xf6\x84\x1c\x94\xd8\x9b\x5a\x42\x72\xb5\xe8\x26\xe1\xc9\x8c\x89\x62\x1b\x59\x4c\x4b\x5e\xe3\xa9\xec\x49\x20\x2b\x16\xba\x62\x21\x2b\x76\x69\xb1\x3f\x06\x21\xd1\x5a\x2c\xf1\x78\x1a\xb9\xc8\xeb\x24\x8c\xb1\x69\xa4\xc4\x98\x89\x04\xd9\x0e\x26\xf2\x08\xb0\x66\xeb\xf2\xa0\xd0\x1a\xe5\xb1\xbf\x05\xb4\xd7\x93\xfb\xc4\xa6\x32\xb6\x9d\x46\xcc\xf3\x06\x0e\x3f\x05\xf9\xc7\x07\x4f\x3e\xca\x27\x7f\x54\x6e\x5a\x13\x1e\x05\x45\x1c\x74\x0e\xcb\xd6\xc6\x46\x68\x3d\x0b\x95\x03\x27\x9d\xff\xad\x08\x26\x79\xca\xf9\x56\xfc\x68\x79\x2e\x37\x76\x40\xd1\xda\x0f\x05\x69\x29\xff\xcb\xdd\x4a\x4c\xc9\x81\xc8\xde\x07\xef\x09\xa7\xbd\x9e\x7e\x4c\x29\xd5\x02\x82\x60\x5a\x6e\x68\xb1\xb5\x82\x8c\xc5\xd6\x1a\x8f\xc0\x22\x8a\x0e\x18\x06\x8a\xbb\x0c\x48\x34\xe0\xd4\xbc\x0c\x48\x36\x48\xe9\x2b\xcb\x76\x68\xb8\xd3\x4e\x1d\x72\x75\xca\xb4\x72\xd0\x28\xb6\x56\x12\x5e\xf9\xae\xc8\x33\x59\x75\x0a\x91\xe4\x01\x74\x55\xd8\x85\x56\xd2\x8e\x2b\x79\xd0\x5b\x6b\x96\x96\x0a\x47\x25\x59\xd9\x51\xa5\x1a\x84\x66\x1e\xde\x72\xaa\x1e\x86\xcc\x3a\xe9\x93\xc2\x44\x91\x82\x7c\x0c\x4c\x94\x2a\xf0\x0b\x16\xc2\x9c\xa5\x17\x2c\x83\x19\x9b\xbf\x7a\xe5\x3c\x4c\x47\x6a\x68\xe4\x69\x26\x29\xda\x38\x99\xf0\xcc\x9b\xf9\x92\x55\xac\x5e\xd8\x3c\x25\x94\xc2\x74\x5c\xb0\xd0\x4d\x24\x8c\x71\xc0\x32\x37\x92\x0b\x75\x07\x83\x7d\x26\x63\x72\x41\x24\x14\x56\xf2\x37\xa2\xf5\xc8\xe7\xf4\x96\xe5\x30\x61\x1c\x16\x2c\x85\x35\x2b\x2a\xff\x87\x0b\xb6\x66\x03\x72\xcb\x26\x4a\x07\x6d\x2a\xd9\xa1\xb9\xfc\xb3\xac\x85\x38\x01\xc6\x0b\x9f\x31\x7b\xb4\xbc\x98\x8d\x4c\x73\x46\x33\x16\x7b\x33\x1f\x32\x6b\xf5\xea\xb6\xd7\x23\xb7\x2c\xb3\x56\x14\x32\x6b\xfd\x0a\x23\x3d\xb2\xcc\x5a\xcb\xd7\xd5\xc5\xa2\xd7\x23\x8b\x2a\x17\xed\xbc\xd6\x2a\x77\xaa\x36\x10\xcc\x9a\x97\xcf\x6b\xed\x98\x71\xbb\x3d\x1c\xf1\x1b\x66\x5e\x12\xdd\xf2\x8c\xc2\x35\x33\x57\x24\x83\x19\x1d\xdd\x5e\xdc\x20\x12\x37\x14\x26\x17\xd7\x88\xc0\x35\x85\x1b\xdd\xf8\x0d\x85\x6b\xdd\xf0\x75\xd5\xec\x4d\xd5\xe8\xb5\x1a\xcc\x3b\xb6\x18\xdc\xc2\x15\x5b\x0f\x26\xa3\xbb\x8b\xab\xf1\x9a\x4d\xcc\x3b\x77\xc1\x6e\xcd\x2b\x5c\xa5\x5f\xf1\xfb\xc8\x11\xfd\x6a\x05\x93\xb6\xd4\x40\x90\xaf\x10\x83\x79\x49\x62\x90\xc8\x82\xb9\x22\xb1\xc4\x50\x7f\x16\xba\x81\xaf\xd6\xad\xc8\x44\x7b\x53\x9a\xa5\x24\x86\xaf\xad\x42\x53\x11\x77\xaa\x2e\x2e\x53\xd9\x42\x25\xde\xab\xab\xcc\xe4\xee\xaf\xc3\x2a\xa9\x33\x43\x0e\xd7\xab\xe5\x88\x22\x4e\x72\xa4\xa6\xf2\xcf\x5c\xfe\x29\xab\x8d\x06\x83\x59\xb9\x22\xca\xc3\x07\x3b\x55\x07\xd5\x62\x73\x16\xb3\x4c\xad\xb0\xaf\x1b\x65\x8a\x96\xc8\xe3\x38\xaa\x05\x52\x24\x60\x3b\x1a\xda\x72\x47\xcd\x52\x88\xd8\x34\x85\x23\x79\x94\xa0\xef\x4f\x0c\xc5\x2e\xf9\x64\x66\x53\x39\x99\x25\x99\x2d\x9e\x7a\x3a\x24\x2c\x06\x81\xba\x7b\xe2\xa9\xe7\x42\xa4\xaa\x44\xb2\xca\xf6\x2d\xfc\x63\xf5\xca\xb3\x20\x67\x9c\xa5\x4c\x19\x0f\xb9\x24\x67\x66\x5c\x5f\x4a\xc7\x9a\xee\x4b\xe5\xa3\x53\x5e\xa7\xc7\xa5\x01\x92\xa0\x6e\x19\xe5\x0a\x6b\x7b\x5e\x0e\xbc\x24\xab\x24\x3e\x4f\x3e\x4e\xf6\x62\xa3\xe2\x4a\x22\x22\x65\xd3\x1d\xed\xa6\x83\x1c\x8a\x01\x97\x6d\xaa\x43\xa0\x71\x9b\xf6\x71\x76\xc3\x6e\xd3\xad\xc4\x0f\x37\x5f\x78\x98\xb3\xc9\x76\xfa\x7b\xf4\x9b\xc1\x16\xdb\xe9\x3a\x6a\xc9\x5a\xf9\x71\x99\x47\xec\xd0\x1b\x98\xfe\x98\x8c\xdd\xff\x4e\xcc\xff\x5a\xe3\xff\x4e\xfa\x0f\xf8\x63\x52\x32\x76\x3d\xfe\x93\x8f\xf9\xe8\xbc\xf0\x70\x06\xb3\xa8\xe9\x44\x78\x1e\xe9\x5b\x4d\x30\x66\x06\xdd\x8a\x14\xce\x2e\xb7\xda\x4e\xd2\x8c\x79\x1d\x22\x87\xea\x16\xb2\x9c\xa1\x86\xf2\xef\x6b\x48\x96\x78\x5c\x24\xca\x43\xa9\x95\x27\xef\x92\xbb\xd2\xcb\x20\x7d\x78\x38\xfc\x93\xfc\xff\x1f\xd2\xd9\xcd\x7f\xc9\xc3\x3c\x8b\xfe\x4b\xe8\xa1\x50\xee\x90\x73\x3a\xbe\x4d\xdd\x75\xea\xe6\x2f\x44\xac\xae\x6d\x93\xe9\x8b\x24\x96\xa9\x5b\x6e\x55\xe9\x78\x95\xba\x46\x82\x63\x88\xcd\xf5\x7a\xea\x68\xcc\xe9\x78\x92\xba\x8b\x94\x2a\x55\x4d\x7f\x6b\x14\xb1\x3a\x5b\xa9\x41\x5c\x76\x5d\x7a\xad\x37\x70\x1b\x55\xfe\x1d\x23\x11\xf3\x20\x75\x97\x11\xde\x2b\xba\x3f\xa5\x20\xcf\xf5\x0e\xc1\xce\x55\xba\x81\xb0\xb8\x11\x61\x47\xde\xd7\x74\x03\x99\x88\x3b\x72\x5e\xa7\x1b\xe0\xab\x65\x47\xce\x1b\x09\x0f\x15\x03\x3b\x32\xbf\xcb\x6a\x51\x90\xe5\x22\x74\xdf\xa5\x70\x13\x84\x5f\xdd\x6f\x29\xdc\x24\x45\x1c\x76\x95\xff\x94\x6e\x36\x14\x26\x75\xb7\x0c\x11\x1b\xee\x1a\x92\x22\x77\xaf\x53\x30\x44\x3c\x48\x8a\xdc\x70\xef\x52\x30\x92\x22\x1f\xc8\xdc\x8e\x35\x73\x97\x92\xeb\x14\x83\xe8\x29\x67\x2f\x3c\xc8\x3a\x03\xa2\x5b\x22\x9e\xf0\xd5\x87\x29\x31\x06\x06\x95\xfb\xd0\x05\xb3\xc7\xa5\x28\xd3\x96\x54\x5f\x2c\x77\xa8\x66\x6a\x6e\x3a\xd4\x95\x58\xd5\xf6\x23\xb7\x91\x35\xe3\x39\xe1\xf4\xe1\x61\x19\x41\xca\x26\xea\x3d\xa5\x0f\x0f\x6b\xb8\x49\x49\x4a\x4a\xf7\x6b\xb8\x6d\x46\x81\xba\xc2\xa8\x16\x36\x38\xe8\xf9\x71\x6b\x02\xbc\x0d\x23\xf6\x71\x7b\x6d\xbd\xcd\x22\xf6\xe3\x76\xe2\xbb\xe0\x86\xfd\xba\x9d\xf8\x11\x1d\xb7\xfe\x86\xc9\xdd\x4a\xca\xda\x87\x74\x60\x85\x29\x0f\x72\xfe\x53\xc4\x25\x36\xef\xaf\x48\x12\x58\x71\x66\x2d\xd1\x95\xaa\x95\xdd\xce\xd4\xd2\xd3\x2b\x67\x2f\xb8\x8a\xa4\x88\xd1\xa2\x8b\xe7\xaf\xf3\x3c\x15\x37\x45\xce\x89\x51\xd5\x30\x20\xa6\xda\x91\x57\x5e\xc3\xb1\x6e\x82\x8c\x7f\x0e\x22\x2b\x4c\xe2\x2c\x89\xc4\x44\x79\xad\x2c\x79\x30\x7e\xf7\xe2\x4b\x4a\xf8\x98\x5b\x8b\x20\x4f\xc5\xca\x5d\x44\x74\x43\x91\x86\xfd\x92\x3e\x29\x00\x9d\x51\x5b\xc5\x18\xa6\x72\xaa\x53\x26\x98\x06\xd5\x66\x82\x3a\x47\xbd\x99\x06\xcd\xbe\xf2\xbb\xff\x94\xa9\xf2\x45\xa6\xa1\x9d\x4b\x99\x26\x5f\x4c\x83\x1a\x8a\x5c\x5f\x44\xec\x3e\x70\x1d\xb8\x71\x6d\x08\x5d\x1b\x26\xae\x03\xdc\xb5\x61\xea\xda\x9b\xad\x8d\xeb\x53\x35\x82\x7f\x4b\x55\x34\xb3\x75\x52\xe4\xfa\xd6\x4d\xbd\x58\x37\x45\x3c\x89\xba\xf4\x45\x3a\x05\xf9\x92\x30\xe3\x0c\xed\xbf\xe3\xda\x01\x0a\x4a\xd6\x35\x43\xf6\xcf\x94\xc4\x1e\xf7\x69\x2d\x63\xde\x34\x9b\x0b\xe7\x49\x3a\x79\x5c\xb5\x17\xc2\x4a\x85\xef\x7e\x03\xb7\xb2\xc9\x09\xab\x14\x07\x05\x85\x45\x79\x17\xc6\x65\x5e\x2a\xff\xc4\xcc\x86\xb9\x12\xf3\xcf\x5f\x09\x7d\x5d\x10\x32\x1b\x09\x14\x24\x49\xc4\x88\x86\x26\x2b\xbc\xb9\xef\xcd\xfc\xd1\xad\x42\x36\xa4\xb0\x50\x4f\x0d\xf8\x14\x62\x93\x85\xe8\x61\x3b\xe8\xf5\x26\x8a\xd5\xed\xd4\xff\x08\xc8\xad\x17\xfb\x70\xeb\xe5\xc8\x73\x26\xbd\xde\x62\x8f\x6b\xb9\x78\x07\x4a\xad\x34\x93\x90\xc2\xcb\x7d\x09\x08\x7f\xb9\x84\xb5\xa1\x10\x33\xf2\x73\x30\xc8\xfa\x82\x1e\xc6\x10\x76\xf5\x6f\xca\xc2\x56\xff\xb4\x8f\x90\x89\x37\xf7\xe1\x92\x2d\xbc\xb5\xec\x2a\xac\x58\x21\x9f\x2e\x7d\xb8\x61\x21\x5c\xb3\xd0\x64\xab\x7e\x3c\x5a\x7a\x6b\xd3\x18\x18\xe6\xa5\xcf\xee\x71\x7b\x72\xd7\x90\x15\x37\xea\xf1\x12\x50\xa6\xf3\x5a\x72\x71\xee\x0d\xf0\x78\xa2\x1e\xaf\x95\x83\x28\x77\xb5\xd9\xa4\xde\xba\x59\xb3\x2e\x3e\xad\x8b\x87\xba\xf8\xad\xb7\xf6\x37\x10\x9a\x2c\xc3\x51\x6d\x76\x44\x11\xda\xf3\xad\x4e\xdc\xb1\xa5\x37\x47\xf4\x66\x3e\x5c\xb1\xa5\x37\xc3\x97\xb9\x3f\x22\x77\xca\x03\xe9\xc3\xc3\x95\x7a\xa0\xbd\x1e\x57\x9f\x50\xe7\xbc\xd2\x19\xe3\x52\x66\x72\x55\x0a\x4b\xee\x36\x6e\x99\x76\x57\xa6\x5d\x6d\xe8\x26\xea\xf5\x76\xec\x85\xf8\x23\x9f\x3d\x22\xa4\x54\x82\x52\x4d\x99\xa5\xf6\x92\x46\x09\x03\x7e\xb7\x4b\xe4\xdb\x25\xe8\xa6\x53\x7f\x15\x5d\x82\x55\x4e\xa4\x5f\x84\x7a\x2f\x7a\xaa\x20\x03\xa5\x11\xbd\x5e\x51\x72\x4e\x92\x72\x53\x6c\x2a\x0a\x28\x42\x6b\x19\x4c\x26\xad\xbd\xeb\x31\x78\x19\x8b\x5b\x10\x32\x09\x41\x8e\xcb\x3f\xd2\xa4\x58\x76\x8a\xbc\xba\x84\x24\x6d\x20\x41\x09\xe4\xaa\xb8\x99\x3d\x03\x4e\x82\x70\x4a\x28\x49\x09\xe5\x8d\xdc\x50\x9e\x08\x42\xd2\xe5\x1c\x3f\xb6\x04\x11\x49\x10\xe1\x56\xf5\xaa\x36\x7f\x78\x88\x09\x05\x2e\x0b\x6d\xa3\x59\x15\x4a\x55\x21\x49\x9a\x34\x37\xb9\x69\x92\x86\xfb\xd4\xbe\xbb\x82\x6b\x94\x52\x10\xbc\xa7\x42\xb9\xc0\x01\x63\x95\x79\x7c\x6e\x85\xab\x41\x6c\xad\x20\x90\x8f\xeb\x41\x6c\xad\x21\x61\xc5\x40\x32\x43\xa2\x2f\xcc\xa0\x8f\xb1\x1b\xa2\x8b\xa4\x9f\x1c\x2e\x10\xca\xed\x45\x25\x24\xc0\x18\xea\xe9\x8c\x1f\x46\xa3\xd8\x5a\xae\x06\x4c\xf4\x43\x88\xad\xe5\x7a\xc0\x82\x7e\xa8\x0f\xbf\x03\x7b\x53\xb7\xdd\xeb\x45\xbd\x5e\x0b\x02\x26\xbf\x79\x0c\x4c\x09\xa7\x6c\xad\xa5\xad\x8e\x77\x36\xcb\x55\x1d\xa8\x7e\x85\x35\xeb\xf7\x35\x44\x68\xb6\x87\x9e\x8a\x77\x16\x85\x5c\x12\x21\xfa\xbd\x17\xd9\x32\xc8\xab\xc0\xd2\x06\x18\xb9\x08\xbf\x1a\x60\x60\x34\x6f\xc8\x98\xe7\x80\xe3\xc3\x94\x59\xe7\x30\x67\xeb\x08\x66\xec\x32\x82\x25\x1b\x1c\xd9\x70\xcb\x56\x11\x4c\x98\xe5\xc0\x82\x59\xa7\xc7\xca\x67\xcb\xaa\x21\x14\x8d\x2c\x09\xac\xf9\xd1\xc4\x94\x90\xa2\xcf\xac\xf3\x73\xfa\xca\xb2\xed\x93\x2a\x6a\x81\x9e\x84\x16\x8f\x27\x44\xeb\x78\x4a\x0c\x20\x88\x96\xf3\xc0\x2d\x98\xbd\xa1\x70\x60\xeb\x8b\xa7\x14\x22\x3c\xcc\x6e\x51\x40\x72\x03\xd7\x95\x43\x18\xb8\x63\xab\xf2\x0c\x95\xdb\x60\xca\xec\xd1\x9d\x76\xfc\x12\xb1\x95\x97\xfa\x30\x67\x15\x5f\x32\x63\x91\xde\x42\x60\xcd\x66\xd6\x6a\x30\xb7\x56\x70\xc3\x66\xd6\x7a\x30\xb7\xd6\x40\x6e\xd9\xba\xbf\x36\x6f\xfa\x37\x14\x45\x11\x45\x3f\xf0\x52\xbf\x4f\xc8\x2d\xab\x35\xfb\x6e\x29\x1d\x08\x2f\xf5\xe9\xe1\x2d\xac\xfb\xec\x16\x6e\xe4\x1f\x09\x8c\xad\xfb\x64\xc1\xe6\xd6\x1d\x17\xb3\x79\x6e\xce\xf4\xc3\xb8\x4c\x39\x24\x3b\x79\xd4\xb5\x4e\x28\xc8\xf6\xd9\x4d\x7f\x01\x73\x6b\x65\x2a\x28\xce\x60\x41\x61\x6e\xad\x4d\x99\x8e\x12\x0b\xb2\x60\x45\x7f\x42\x95\xec\xc5\xb3\xfd\xc3\x21\xdc\xb0\xcc\x73\xe4\x03\x6a\x3a\x2c\x28\xd5\xb2\x83\xf4\xd5\xf5\x88\x46\xca\xed\x4d\x24\x41\x92\xf5\x20\xb2\x56\x68\xa4\x20\x41\x92\x9b\x41\x64\xad\x69\x7f\x21\xe1\x2e\xb1\x56\x5a\x90\x9c\x6d\x4b\x19\xc9\x25\x85\x02\x12\x8a\xf0\x4b\xb8\x44\x01\xa6\xd6\x54\xac\xf8\xe4\xe1\x21\x57\x52\x11\x12\x93\x88\x52\xfd\x0d\xea\xd2\x15\x16\x58\x7a\x4c\x22\x6b\xc5\x22\x6b\xb9\x92\x88\xc8\x87\x35\x75\x65\xda\x80\x11\x99\x3a\xc0\xbf\x4c\xe2\x4a\xfb\x53\x59\x46\x65\xac\x31\x43\x56\x58\xcb\x0c\x3a\x0a\x71\xa2\x95\x13\x47\xcd\x60\x3d\x73\x36\x74\x03\x91\x12\xc8\x3d\x6d\x43\xbb\x64\x31\x44\xd4\xbd\x94\xd5\xf6\xde\x42\xec\x56\x5b\xa9\x6a\x2b\x59\xed\xe9\xf2\x80\x4c\xd5\xca\xca\xc6\x7e\xdc\x35\xe0\x79\xa4\xf6\xbc\x4b\x5d\x37\x1e\xc7\xae\x89\x50\xe7\x12\x6a\xa5\xbd\xdc\x6e\x40\xb7\x77\x95\xa7\x7b\x75\x68\x77\xdb\x9b\x3d\xde\xde\x4c\xb6\x37\x4d\x05\x16\x78\x1a\xc4\x29\x53\x55\xa7\xb2\xaa\xda\xe6\x9e\x56\x71\xf9\x38\x2a\xcb\x1a\xde\xf3\x86\xf4\x96\xc5\x7d\xf5\xfd\x1b\x2b\x5c\x02\x9b\xa5\xc1\xad\xc8\x9f\x28\xac\x9a\xe8\x6e\x4d\x64\xcd\x7c\xce\xf3\x4e\xd3\xe7\xae\xf8\xe7\x3b\xad\x2f\xb0\x75\x9c\xcc\x4f\x14\x31\xc9\xb6\x8b\x71\x7c\x61\x8f\x0b\x16\xbb\x84\x5b\xa1\x76\xfc\x62\xe5\xec\x7d\xf0\x1e\x9e\xb2\xd7\x52\x37\xbe\xb0\x7b\x3d\x12\xea\x8b\x48\x5d\x4c\x9f\x11\x65\xc1\x78\x23\x39\xef\x6f\x31\x51\x1b\x3d\xa5\x12\xf5\x02\x57\x00\x9a\xb8\xef\x39\xad\x41\xdd\xbb\x1f\x70\x45\x72\xf3\xc6\xbd\x6c\x41\x21\x62\xf6\xa8\xb8\xc0\x4b\x2d\xca\xbd\xc8\x2f\x19\x13\x99\x1e\xea\x74\x7d\x8a\xaf\xbc\xc8\x1f\x71\x4f\x94\x64\x21\x52\xce\xbe\xa2\x5c\x85\xde\xd9\x29\xc8\x02\x9a\x50\x6c\x17\x50\xb5\xe8\x66\x53\xbb\xe6\x4a\x18\xf7\x72\x5f\x5d\xc0\x65\xd5\x05\x1c\x5e\xb0\x65\x18\x86\x49\x5f\x8e\x04\x78\xc5\xe6\xc5\x75\xdc\x9d\xa0\x65\xe6\x96\x06\xf1\x24\x59\x10\xda\x4f\x9b\x0e\x75\xea\x63\x2a\xac\x8e\x29\xad\xb3\x08\xb7\xb8\x79\x57\x1a\x95\xc5\x45\x8e\x4a\x85\x24\x65\x97\x92\x15\x52\xa8\xb3\x1c\x52\x7d\x54\x30\xbb\x2a\x1b\xea\xb2\x29\x5b\x49\xe4\x0d\xe5\x15\xb7\x61\xc3\xa9\x7b\xda\xeb\x91\xf2\x51\x6e\xc3\xfa\xd1\xa7\x5d\x35\xd4\x80\x61\x0d\x6d\x44\x20\x6b\xa8\x47\x9f\x82\x69\x96\xd5\x35\x3a\x98\xa2\x47\x59\xa5\xec\x74\x45\xf5\x04\xf4\xed\x92\xb5\xa2\x08\x7d\xc5\x62\x62\xac\x0c\x98\x52\x5a\x65\xad\x55\xd6\x5a\x66\xad\x0d\xb8\x6d\x64\x2d\x75\xb5\xe5\x8a\x49\x10\x75\xba\xae\xb3\x5c\x33\x59\x5f\x9e\x64\x42\x92\x23\x1d\xbb\xc4\x9c\x6e\x0f\x9c\xf0\x72\x9f\x99\xf3\x86\x7a\xea\x4a\xa9\xa7\xd6\x17\x17\x3b\xc5\xd1\xf7\x5c\xb0\xa7\x89\xd9\x4e\x13\x01\x36\x31\x7b\x6a\x13\x58\x7c\x26\x9b\x48\xf6\x34\xb1\xa4\xdb\xe3\x9b\x60\x13\xcb\x46\x13\x97\x5d\x4d\xb4\x8a\x2f\x6b\x52\xad\x22\x16\x2b\xc2\xb1\x83\x38\xd7\x3b\x11\xb1\x1c\xaa\x96\x79\xb2\x7c\xa4\x94\x8d\x85\x26\x69\xd0\x21\xd7\x91\x74\x3e\x49\x25\x8d\x71\xc3\xe7\xc1\xad\x48\x52\x2c\x48\xa8\x36\xd1\x25\x6b\x6a\x61\xec\xb7\x34\x98\xe1\x6e\xa2\x38\x00\x03\xfe\x95\xd6\x19\x65\x5a\x5e\x27\xf1\x78\x52\xa6\xc6\x05\xa5\xbb\xa1\xbf\x6f\x13\x31\x51\x3a\x66\xb2\xca\x22\x29\x32\x9e\xdc\xf2\xb4\x02\x55\xd0\x46\x46\x51\x35\xcb\x0b\xaa\x46\x36\xc5\xfb\xec\x24\xb0\x52\x2e\x39\x7b\x12\x41\x08\x46\x12\x1b\xfa\xe6\x77\x1d\xb1\xa1\x0d\x97\x11\x73\x60\x15\x31\xe7\xd0\x1e\xd5\x3c\xcc\x5c\xf0\x34\x48\xc3\xf9\x7a\xcf\xce\x58\xe8\x8d\x0d\x02\xe6\x15\x3e\xea\x59\xe3\x2a\x2a\xac\x09\x5f\xe6\x73\x66\x8f\x94\x98\x8e\x08\x16\x58\xcb\x64\x49\x28\xc5\x4d\x49\xab\x5d\x0b\x0a\x24\x64\x5c\xa1\x19\x83\x00\xa1\xea\x51\xb9\x34\xa2\x4a\xc7\xb9\x11\x62\x0e\x8d\x3b\x47\x83\x41\x74\xc1\xec\x11\x0d\xf4\x8d\x1d\x0b\xbd\xc8\xa7\x90\x59\xcb\x20\xe5\x71\xce\x04\x64\x1a\x01\x0d\xd0\x74\x46\x69\xaf\x47\x84\x62\xbc\xf1\x02\xc8\x0a\xe7\x22\x9a\xa4\x3c\x66\xa1\xba\x86\x6a\x16\x30\xd3\x5d\x9c\x1e\x1e\x6c\x0a\x13\x1e\xf1\x9c\xbf\xa8\x6b\x57\x7a\xd1\x05\x29\x76\xfd\xf4\x43\x31\xca\x31\xb2\x7c\x5c\x55\x40\x51\x05\x8a\x15\x72\x8c\x36\x2f\x99\x75\x8d\x37\x2d\xfd\xc6\x15\xdc\x64\xb1\x16\x12\x6c\x28\x24\x6a\x4b\x66\x61\x01\x9c\x25\x05\xa4\x2c\x2a\x1a\x31\xe2\x92\xe6\xc1\xf5\x98\x19\x56\xce\x78\x65\xd6\x5d\xf5\xfe\x49\xa6\x56\x5c\x19\x96\xa3\x83\x0e\x35\x42\x4f\xaa\xd6\xb4\x47\x4f\xf9\xde\x8a\x38\xf2\x05\xc9\xa1\xad\xe0\x57\xa2\x88\x2a\x54\xe5\x87\xdb\x50\x08\x5a\x45\xcb\x6b\x97\x51\x5e\x55\x40\x2d\xaf\xed\x0f\x99\x43\xde\xfc\x90\xb2\x4b\x8d\x61\x2f\x25\x34\x2c\xaf\x86\x1d\xd5\x47\xe2\x26\x47\xbf\x0c\xd2\x5c\xe4\x5b\x66\x64\x8d\xd5\x50\xb1\xf0\x15\xcb\x5e\x4e\x12\xe4\xab\x57\xa8\xc1\xb9\x66\x1a\x8f\x7e\x21\x31\x5a\xb1\x54\xfe\xac\x59\x01\xa2\xd7\x23\x41\xe5\x5e\x53\x7b\xfb\x2d\x25\x42\x03\x47\xb3\x26\x1a\xc1\x71\x7a\xa8\x9f\x5c\x7b\x64\x9a\xe1\xab\x60\x44\x63\x92\x30\xe1\x85\x3e\x70\x88\x58\xa2\x72\xfb\x29\xba\x48\x33\x59\xb4\xcd\x8d\x57\x1e\xb3\x35\x92\x20\x59\x4f\x31\x25\x5c\xdd\x96\x56\x68\x34\x74\x80\x14\x5f\x24\x5e\x15\x23\x79\x36\x96\x81\xa6\x52\xc8\x09\xf7\x44\x43\xda\xeb\x98\x69\x53\x51\x0b\x83\xa3\xaa\xd8\xa7\x69\x63\xb3\xe7\x8d\x98\xa7\x31\x09\xd0\x03\x33\x54\x9e\x49\x0f\x73\x4c\x92\x1b\xa2\xd6\xc3\xea\xd8\x96\x08\x85\x42\x31\xfc\x75\xf8\xce\xa7\xf3\x32\x05\x8b\x81\x23\xfd\x57\x14\xa8\xef\xd4\xfa\xd8\x62\x9f\xf0\x26\x50\x9d\x49\x20\x62\x41\x4d\x1e\x05\x6d\xa5\x2d\x54\x9f\x52\x2d\x9b\x79\x39\x07\xb1\x0d\x74\x0e\xd6\xe5\x09\xe9\x11\xcf\x15\x14\xa6\xac\xab\x4a\x31\xde\x63\xa2\xe9\x16\x74\x90\xc1\x9c\x55\x21\xc0\x94\x45\xd2\x4d\x46\xa6\xf4\x30\x82\xce\xf6\xc5\x58\xec\x01\x26\x28\x85\x19\x9b\xf7\x89\x7d\x31\x1d\x0f\x1c\xd7\xa1\xb0\x94\x9f\x23\x2b\x16\x24\xa4\x70\xcb\x96\x63\x32\x1d\x44\xfd\x19\x3d\x5c\xba\x76\x53\x50\x1f\x69\x41\x7d\xf9\x99\xf1\x34\xe0\x95\x40\x9d\x33\xc6\x6e\xa2\x71\xa7\x80\x35\xf4\x72\x7f\x10\x7a\xb1\xbf\xe9\x0e\x96\xc6\x49\xe0\xc5\x3e\x04\x5a\xee\x3e\xe9\x0c\x0f\xb9\xf0\x62\x9f\xdd\x4f\x82\x3c\x70\xb1\xb4\x5a\x31\x09\x93\x70\x9b\xf2\xea\xac\x96\x57\x67\x26\x4b\xfa\xb7\xe6\x0c\x96\x81\x4e\x99\x6f\x36\x14\x16\x7a\x13\x56\x37\xd1\xc0\xd9\x4d\xa4\xfd\xdf\xfe\x1c\x80\xa8\x85\xb5\x3b\x1b\xe4\x53\x77\xe4\xf6\x3e\xfe\xd4\xdd\xb8\xee\xc3\xf3\xb7\xe4\xb2\xcb\x4f\x37\xb7\xad\x0c\x6a\x83\xe7\xd4\x14\xaa\xa6\xd8\x94\x06\x39\x37\x11\xbb\xdf\x34\xc8\x8c\x2c\x0f\xda\x52\xb7\xc6\x6a\x43\x55\x27\xc9\xc7\x90\x79\xc5\xde\x54\x3c\x4c\xa2\x8d\xaa\x92\xbd\x8b\xef\xc5\xee\xe2\x0b\xf7\x05\xfb\xdc\x8e\x02\x5a\x5f\xcf\x78\xa2\x3e\x46\x38\x85\xa0\xf9\xe6\xe3\x45\xcd\xb4\x26\x63\x32\x88\xe8\x08\x65\x95\x4b\x9e\x2e\x8a\x9c\x93\x10\xa6\xb2\xe1\x46\x4a\x06\x53\x75\x37\x59\xa9\x4e\xb1\xb4\x59\x1f\x16\x68\x11\xd6\x94\x0c\x2e\x99\x3d\x5a\x5c\x2c\x47\xa6\xa9\x28\xe9\xa2\x2c\x2f\x0b\x7a\x4b\xc9\x90\x4d\xe4\x4f\xa6\x5e\x51\x21\x63\xc6\x9c\xd1\x5c\x6b\x2f\x35\xca\xcf\x54\x79\x93\x65\xde\x6c\xe0\xe8\xd2\x90\xa9\x74\x59\xb1\x52\x12\xd5\x93\x7e\x0d\x9c\x2d\x25\xe1\x71\x5b\x40\xc1\x66\xf2\x28\x98\x16\x10\xb0\x79\xb1\x35\xed\xb3\xe7\xcf\xfb\x24\x9d\x34\x8d\x17\x1f\x9f\xf8\x7b\xbc\x6d\x5d\xab\x5b\xf0\x9c\x3e\x3c\x2c\x8b\x6a\x6d\x24\x18\x3c\xea\xa9\xeb\x62\x0f\xe8\xbb\x1a\xf4\x6d\x51\x2d\x9d\xd5\xb3\x67\x7e\x53\x6d\xe8\xb1\x2a\x81\xaa\x12\x68\x17\x22\xcf\x5e\x9b\x3a\x76\x4a\x4b\xab\x21\x13\x13\xae\x74\x19\x76\xee\xe4\xd1\xcc\xac\xd2\xb1\x93\xb4\xa8\xac\x34\x29\x28\x9a\x48\xc8\xe7\x45\xa1\xbd\xe8\xaa\x1d\x3d\xa5\x8f\x5c\x8a\x15\x5e\xec\x0f\x0a\x2f\xf7\x25\xd5\xca\x6c\x88\x98\x0d\x21\xda\x36\x35\x8d\x2f\x53\xcd\xd0\x71\x16\xa0\xec\xe2\x22\x19\x93\xc4\x64\xc2\xe3\x3e\x84\x8a\xa4\xe7\x94\xba\x24\xd2\x69\x59\x95\x56\xce\xb6\xac\xe1\xf0\x44\x3b\x4b\x09\xe9\x06\x74\x62\x97\x96\x46\x85\x7f\xa5\x48\x5f\x83\xd8\x80\x31\xe1\xd3\xa0\x88\x72\xc3\x5d\x16\x1b\x0a\x77\xf5\xe8\x65\x22\x9a\x27\x05\xcf\x73\xde\x3d\x76\x38\x64\x95\x71\x5e\x5c\xaf\x59\x40\x56\x5b\x0d\x42\x75\x53\x6d\x8f\xc4\x05\x1f\x99\x26\x2f\x4d\xd9\x6c\xa4\xba\x0a\x6d\x3c\x9a\x9a\x2c\x56\xb7\xbf\xa8\xc0\x7f\x91\xf4\x7a\x24\x61\x29\x7a\x52\x55\x11\x99\x37\xdb\x70\x22\x8f\xfb\x8c\x24\x83\xc0\xe3\x3e\x3d\x1c\x56\xdc\xf1\x06\xee\xc4\x6c\x16\xed\xc5\xba\xe9\x2c\xa7\xee\xc1\x54\xb9\x61\x9e\xb3\x69\x99\x52\x99\x9c\xce\x3c\xdb\x67\x11\x0b\x99\x0d\x1c\x77\x95\xad\x7e\x14\xcc\x1e\x65\xfa\xc3\x16\xad\x7e\x94\x25\x04\xda\x2d\x4e\x65\xaa\xed\x0f\xa6\x68\x3f\xe9\xd9\x7e\x55\xeb\x5e\xdf\x7f\x40\xc0\x48\x5d\x7d\xa0\x1e\x07\x4a\xb5\xed\x90\x0c\xfb\x09\xad\x5c\xe3\x07\xa6\x2c\x9a\xd6\x45\xd3\x46\xd1\x64\x24\x4c\x16\xf4\x6b\x50\x9b\x99\x1c\xac\x68\xc0\x8a\xb1\x38\x2c\xfa\x89\x6b\x6b\x87\x32\x21\x8b\xea\x91\x2d\x7b\x26\x0b\x0f\x58\x58\xdb\xc3\x02\x5f\x2d\x83\x78\xf2\xfc\x79\xe0\x1c\x16\x35\x6b\xfc\xcc\x49\x80\x21\xe7\x9b\x92\x10\x59\xa4\xce\x3f\x64\xe9\xae\xb0\xa4\x5d\x84\x05\x3b\x93\x26\x91\xe3\x60\xd7\x9b\x3c\x7c\xe7\x69\xe2\xde\x16\x4a\x81\xa9\x22\xb2\xb3\x3c\x99\xa5\x4d\x17\xce\x5b\x52\x51\x51\xf3\xe5\xea\x8e\x4e\xc7\x1d\x97\x0b\x87\x43\x69\xc5\xd9\x24\xf9\x43\x40\x5f\x5b\x4d\x63\x6b\x9d\x28\x79\x0b\x98\x57\x2c\x3f\xcc\xaa\x29\x38\x70\x60\xc9\xf2\xb1\xe3\x3a\x87\x73\xe4\x3e\x66\x23\x1a\xb0\xc8\x13\xbe\x6c\x2f\x90\x2c\xd4\xd4\x13\xa6\xe3\x0f\x48\x60\xe1\xb3\x2f\x17\xcc\x5a\x71\x33\xb3\x0b\x1b\x87\xaf\xe2\x5d\xe6\x23\x2a\xc9\x3f\xe1\x43\x72\x81\x82\xcc\x5e\x2f\x79\x85\xa2\x4c\x64\xbf\x22\x2f\x09\xac\x1b\x91\xf1\x30\x27\x53\x48\xc0\x81\x19\x9a\x8f\x06\xd6\xda\x64\xcb\x72\x21\xc6\x2d\x76\x27\xd2\xa7\xe4\x81\x5c\x1a\x9a\x3e\x4c\xd9\x8d\x3c\x2a\x2f\xb7\x0f\xc8\xe7\x53\x78\xb8\x6d\x3d\xf5\x10\xfb\xa9\x74\xad\x8c\xa7\xd4\x8d\x88\x9f\xe8\xc7\xb2\x60\x3b\x22\xd5\x7c\xdc\xb1\x8d\xae\x0a\xa5\x41\xe8\x56\x0d\x21\x3d\x38\xc5\x40\xe2\x71\xb8\x7e\xea\xf1\x7f\x70\x50\x11\x00\x6d\x0e\x7b\x2f\x1d\x18\xd7\x4c\x24\x6f\x9a\xe5\xcb\xc9\x93\x60\x20\x1e\x88\x58\xa1\xbc\x49\x61\xcc\x89\x8c\x95\xba\xa8\xd5\xdd\x84\xbb\xe7\x8c\xdf\x95\xf5\xe5\x1b\x14\x65\x5a\x2b\x96\xc8\x99\x04\x41\x41\x92\x2d\xf1\x44\xca\xcc\x8c\x34\xa4\x34\x58\xe4\x7d\x41\x25\xed\xa9\x4c\x06\xd2\x3e\x91\xf3\xb6\x62\x94\x87\xfd\xc4\x4a\x0f\x23\x50\xbf\x21\x95\xfb\x75\x17\x60\x93\x4d\x9b\xf0\xba\x8a\x0c\x64\x91\x52\x69\xed\x8d\x2c\x10\x1d\x0e\x21\x3c\x1c\x82\x5a\x29\xfb\xdb\xd4\xec\x74\x0e\xbc\x9b\xa1\x56\xa7\xfb\xb5\xec\x07\xee\xea\x2d\xee\x3a\xde\xe2\xae\x9f\xca\x2f\xa4\x5b\x2e\x55\x1f\x9f\x1c\xea\xbb\xf1\x87\x87\x4e\x8f\x41\xdc\x35\x6b\xe2\x71\x47\x93\xe5\x7f\x39\xf6\xd2\x6b\xa3\x50\x91\x83\x9a\x73\xaf\x6d\x96\xb2\x35\xf7\xb4\x50\x27\x63\x41\x6b\xee\x15\xa5\x07\x07\x98\xb3\x9c\x4c\x51\x8a\x1f\x14\x64\x2e\x99\x84\xb9\x16\x2f\x59\x0b\x36\x98\x5b\xdf\x41\xc8\xf4\x94\x42\x48\x45\x41\xa6\x20\x1a\xd6\x25\x33\x36\x85\x25\x9b\xc2\x2d\x9b\x8e\x30\xb3\xfd\xb5\x57\xaf\x66\xd6\x0a\xa3\x39\x61\x04\xdc\xd5\xc5\x12\x5f\x97\xea\x15\x85\x49\x17\xb7\xea\x17\xaf\xfd\xd1\xbd\x89\x84\x3b\x61\x09\x99\xc1\x92\x1e\x0e\x07\x33\x6b\x05\x0b\x16\x79\xb6\x7f\x48\x96\xd6\xca\x4c\xc8\x12\x66\xf4\x70\x68\x4e\x28\xac\x59\x24\x8f\x12\xa2\x61\x3c\x3c\x38\xb4\x13\x0d\x46\x62\x6b\x65\x4e\x68\x7f\x01\xca\x02\x46\xc9\xb1\xd6\xf5\x4c\xcc\xb6\x64\x4c\x0d\xdb\x7f\x76\xff\xda\x55\xd7\x78\x5a\xde\xe4\x7a\xe8\x31\x80\x79\xdc\x2f\xa5\xc4\x39\x4b\x2b\x29\x71\x53\xec\x54\x4b\xd2\xb4\xf3\x83\x52\x48\x36\x4a\x2e\x82\x91\x69\x06\x34\x55\xfb\x32\x11\x5e\xe0\xb3\x82\xdd\x5f\xbb\xf2\x09\xd4\x17\x70\xf3\xba\x51\x52\x30\x99\xd3\x14\xc7\x16\xa5\x3b\x81\x87\x07\xcf\x07\x8d\x65\xa0\x7e\xbe\xbb\x36\x2c\xb4\x8e\xa5\x0a\xcb\x88\xc9\xc2\x0d\x36\xd4\x0a\x58\x41\x6b\xb9\x53\x09\xb1\x15\x8d\x89\x37\x15\x80\xab\x4e\xf0\x4a\xe4\xdb\x94\xbe\xc5\x96\x18\x73\x2f\xb6\xc4\xc0\xf1\xb1\x19\x25\x36\xd4\xe4\xea\xfd\x8f\x05\xd1\xfa\xac\x42\xf9\x65\xb0\xbe\x9b\xb9\x97\xd7\xee\x41\xac\xef\x48\x00\x8e\x49\x6c\x7d\x67\xa9\xf5\xdd\x4c\x48\x6c\x5d\x43\x6a\x5d\xcb\x69\xb2\x60\xb1\xf5\x7d\x20\xa8\x2b\x73\x45\x2d\xf2\xde\x2d\x4c\x47\x15\x76\xaf\x99\x5c\x27\x68\xa8\xa4\x13\x1e\x1e\x30\x9e\x44\x33\x5c\x17\x4e\x8e\x6b\x34\x8b\xfa\x6e\x56\x25\xe5\x1c\x59\x98\x75\x47\x17\xed\xa8\x5d\xb9\x8e\xdb\xd5\x08\xb1\x87\x34\x94\x24\x9e\x40\xf2\x40\x11\x2b\xb6\xc7\x48\x6f\xee\xd6\x02\x32\x26\xac\x05\x4c\x59\x60\x2d\x50\x3d\x66\x31\x0a\xd8\xa7\x82\x04\x14\x0a\xf6\xad\x20\x05\xfa\x0a\x2f\x46\x34\x92\x6f\x91\xa4\x2e\x3e\x15\x44\x52\x19\x56\xc0\x62\x74\x97\xff\xdd\x9c\x0e\x0a\xeb\xfb\x20\x34\x13\x12\x58\xd7\x50\xc8\x51\x4a\xf1\x0a\xf9\x63\x41\x7e\x2d\x48\x00\x18\x0f\x2c\xc6\x25\x6b\xb2\x14\x32\x53\x52\xe2\x53\x13\x1b\x0d\x4d\xc4\x63\x6e\xca\xc6\x65\x96\x90\x38\xf4\x7a\x07\xd8\x0e\xde\x24\xe4\x2c\x00\x21\x87\x60\x3a\xc8\x30\x26\xcc\x01\xe2\xd2\xeb\x91\xc8\xca\x59\x01\x91\xcc\x0b\x07\x73\x74\x08\x50\x2e\x20\xde\x8c\x3c\xa6\x56\x5d\x1f\x57\x6d\x6b\xc5\xc9\xe5\xaa\xec\x61\x1e\xdb\xc3\xd1\x95\x80\x3a\x9f\xd4\x33\x24\xec\x5d\x21\xc9\x34\xd4\x90\x52\x97\xec\x8d\x9d\x9d\x2f\x83\x74\xcb\xbf\xf0\xe3\xae\xaf\xf3\xca\x9d\xf5\xd3\x4f\x85\xb0\xf4\xd8\x1d\xb1\x9c\x8e\x85\x5a\x4e\x31\x75\x43\x65\x31\x12\x49\x68\x71\x32\xe1\x57\x7f\x11\x22\x42\x11\x0a\x62\x84\xd0\xf5\x66\x1f\xb4\x36\xfb\x30\x2a\xb2\x96\xcf\xa4\x3d\xb4\x06\x24\x2c\xdf\xa6\x36\x22\x34\xbb\x86\x90\xd9\xf2\xf4\x8e\x76\x6e\x7d\x9a\x4b\x7d\x94\xf7\x7a\x79\xad\xe9\x60\xad\xd8\x97\x42\x05\xa6\x58\xb3\xdf\xe4\x13\x75\x31\x35\x18\x87\x26\xe3\x88\xa6\x6b\x63\xae\x64\x83\xaa\x8d\x3c\x63\x3f\x17\xca\x5d\xd0\x5b\xfc\x9d\xb3\xcc\x5a\x0d\x94\x18\xe9\x70\x88\xc4\xf2\xca\xe4\x64\x0a\x59\x83\x07\x44\xe4\x8a\x71\xd7\x26\xae\xb4\xa9\xd2\x72\x5e\x91\xc8\x42\x8d\x42\x8a\x3e\x6a\x36\x6e\x67\x95\x39\x3d\x24\xb3\xc1\xbc\x59\xcd\x19\xc8\x9a\xe3\xd8\x5a\x1f\x46\xd6\xda\x75\xa8\x06\x50\x5f\x59\x3d\x6b\x7a\x72\x39\x3d\x53\x3d\x3d\x0b\x76\xe0\xfc\xf5\xc9\xd9\x12\x91\x3e\x83\x64\xa9\xdc\xc9\x6b\xe2\x56\xcd\xa7\xf4\xf9\xb3\x52\x81\x3a\x68\x82\x4a\x9b\xd3\x31\xdf\xa1\x3d\x16\xc1\x72\xef\x74\x6c\x06\x22\x45\x5e\x73\xe0\xa0\x7c\xa6\xd2\xf6\x28\x5e\x89\x11\x4d\xd1\xbd\xbe\x57\xf8\x7a\x58\xfb\xc4\xbe\xc8\xc7\xb6\x9b\x53\xe0\xca\xc3\x51\x69\x28\xfb\xf0\x60\x5f\xb0\x74\x6c\xbb\x69\xf3\xc0\xe6\xe5\xcd\x15\x6f\xdd\x5c\x89\x5e\xaf\xba\x94\x6a\xdd\x49\x4d\x09\x47\x85\x4b\x49\xfd\x88\xca\x27\xcf\x92\x39\x87\x36\xdc\x32\x03\x13\x0c\xc6\xd8\x6c\x1c\x5a\x93\x95\x6b\x4c\x9a\xef\x6b\x57\x15\x18\xd4\xa9\x4e\x8f\xab\x0d\x4e\xe5\x63\xa5\xea\x02\x43\xbe\x81\x4c\x57\x3a\x7a\x31\x99\xcb\xb7\x55\x5f\x26\x1d\xea\xeb\x3b\x0a\xca\xd3\x11\xb3\x47\x24\x62\xf3\x12\xe9\x0b\x7b\x44\xb5\x0c\x29\x60\x73\x2f\x1a\x38\x7e\x59\x52\xee\xe6\xf2\x17\x8c\xec\x5b\x11\xa4\x62\xba\x36\x0e\x18\x9b\x3d\x3c\x90\x84\xa5\x24\x83\x5b\x4a\x5f\xb1\xe5\x98\xcc\x15\x5d\x02\x4b\x96\x50\x97\xa8\xba\x03\x96\xa9\x54\x05\xa1\x90\xc5\x21\x84\x03\x87\xc2\x2d\xeb\xc0\x1b\xca\xd9\xc1\x4a\x2c\xd5\x58\xd1\x51\x99\xd1\xeb\x91\x0a\x8a\xdd\x51\x5e\x1e\x60\xe5\x2d\x47\xde\x74\x06\xcd\xcb\x6b\xd0\x74\xeb\xd6\x31\xed\xf5\xd2\xd6\xb7\x13\x10\xb0\x29\x46\xe3\x61\x69\xf5\xc9\x2a\x09\x55\x4c\x12\xe4\xa8\xfb\x81\x1c\xd5\xf2\x2e\x14\xa2\x72\x54\x05\x4b\x54\x97\x47\xa5\xa3\x33\x51\xe6\xca\x23\x10\xc7\x41\xcd\x7b\x61\x7d\xc7\xde\x44\x20\xac\xef\x63\x09\xd3\x95\x30\x21\x80\x83\x4a\x8a\x0f\xa5\x5b\x09\x56\x36\x40\x47\x69\xd5\x41\xde\xec\x60\xba\xb3\x08\x58\xac\x87\x1d\x25\x4b\x72\xca\x05\x72\x55\x24\xcd\x55\x11\xbc\x4a\x46\x14\xd7\x44\xe0\x63\x69\x3c\x99\xd1\x65\xaf\x50\x41\x52\x0b\x75\xd9\x59\xf3\xf2\x69\x9f\xa5\x90\xf7\x59\x0e\xe9\xb8\x62\xa2\xf2\x7e\xd1\x5f\x1e\xa6\x90\x1e\x92\xbc\x2f\xfa\x4b\x4a\x5d\xe7\xd0\xde\x21\x68\x4a\xce\x4f\xdd\x94\xb6\x1d\xd0\x71\x6b\x85\x5e\x35\xd6\x90\xb1\x7c\x1c\x11\x85\xfd\x61\x4e\x5d\x7b\xf4\xff\x43\x3f\x27\x8c\x5b\x93\x95\xea\x22\x49\x1f\x1e\xb2\x0b\x2e\x27\x0d\xc6\x10\xc5\x27\x94\x5e\x04\x23\x5a\xb0\xd8\x13\x3e\x14\x92\x37\x85\xc2\x5a\xb3\x10\x0a\x6b\xb2\x66\x19\x24\x92\x28\x99\xac\xea\xb9\xc7\xe5\xa9\x60\x4d\x56\x83\x04\xb2\x71\x44\x0a\xd5\x66\x46\x5d\x9b\x8e\x0a\xeb\x3b\xba\x3f\xb1\x26\x2b\x93\x35\x0a\x72\x6b\x6d\xb2\x0c\x64\x93\x03\x96\x21\x9d\xd8\xc6\x69\x55\xe1\xb4\xfa\x1f\x38\xad\x58\xa6\x08\xa5\xc9\xba\x89\xd3\xda\x44\xe0\xe1\x1e\x9c\x1c\xec\x8e\xc4\xa9\x2a\x28\xd1\x53\x38\xad\x24\x4e\x4d\x1a\xa9\x1c\x72\x16\x3c\x3c\x24\x04\x43\xfa\x16\x9e\x5d\x31\xac\xc2\x5a\x31\x81\xa7\xa9\x56\xed\x18\x13\x21\x11\x43\x77\x7b\x42\x22\x16\x7a\x8e\x4f\x5d\x4c\xc4\x77\x5b\x92\x8e\x49\xa9\xae\x20\xe7\x77\x4c\x64\xdf\x64\x89\xbe\x2c\x71\x28\xca\x65\x41\x82\x31\x77\x73\x2a\xcb\xcc\x51\x78\x54\x50\x28\x2a\x3b\xe5\xee\xeb\x6a\xed\x92\x1e\x9d\x8e\x40\xa8\xcf\x3a\x6d\xe3\x3c\x65\x1f\x0a\x98\xcb\x11\x98\xb1\x7a\x3f\x82\x25\x1a\xf6\x3b\x66\xad\x62\x79\x52\xcf\xd7\xe7\xd8\xf2\x86\xca\x22\x39\xdc\x80\xe8\x34\x01\x69\x1c\x05\x79\x43\x3f\x40\x52\x3f\xa2\xa1\x3f\xd1\xbc\xcc\x65\x8c\x8f\x3f\x48\x3a\xc6\xfd\xa5\x20\xf9\xae\x5e\x1e\x1f\x7b\x1c\xf0\x9f\xef\x36\xc3\xea\xf2\xc6\xe1\x89\x35\x63\xba\x79\x2c\xda\x56\xa6\x1c\xf9\xd5\xa6\xe1\xfa\xa0\xce\x58\x4c\xc7\x1f\x8a\x96\x60\x47\x1e\xb9\x5a\xbd\x96\x8e\x73\xb7\xc6\x89\x49\xde\x88\x79\x31\xe0\x3f\x1f\x38\x75\x39\x08\x39\x1a\xf8\x39\x9e\x6c\x3e\x32\xae\x3f\xa1\xab\xc5\x7d\x82\xba\xd1\x81\x96\xfd\xa1\x81\x75\x2e\xc2\xaf\x4f\xd4\xbd\x9d\x23\xc7\xa3\xf8\x4a\xd4\x81\x16\x16\x92\x3a\x4f\xd5\x2b\xc6\x8f\xba\x94\xd5\x16\xc9\xe4\x89\x53\x61\xc6\x62\xd3\x30\x64\xc5\x19\x12\x24\x02\x74\xd0\x02\xa5\x07\xca\xee\x63\x74\x7f\xdb\xe5\x52\x6d\xc7\xde\xbe\xfc\x28\x43\xed\x0b\xdd\xa1\xe0\xe0\x63\x2c\x4f\xac\x06\x49\x53\x7b\x64\x9b\x24\x2f\x38\xd3\x6e\x52\x4b\xcd\x53\xb4\x27\xdc\x4d\x2b\x58\x19\x69\x55\xfb\x55\x2a\x1e\x1e\x8a\x8b\xda\x7b\x5d\x6c\xe6\x7d\xde\xaf\xd7\xc6\x40\x83\x88\x92\x19\x29\xe8\x61\x41\x37\x1b\x88\x92\xd9\xfb\xad\xfe\x94\x1e\x56\xab\x2e\x5b\xaa\xc7\x5a\x03\x22\x09\x1a\xfa\x0f\x3b\xd1\x7f\xdb\xfe\x92\xd1\xbb\x2b\xa1\xb2\xa1\x1b\xf4\xe9\xbd\xcb\x10\xd4\xad\x88\xf4\x4e\xc4\x6f\xf1\x22\xf6\x11\xb8\x39\xa1\x87\xf1\x66\x03\x55\xe9\xae\x2b\xad\x26\xb1\x58\x99\x66\xda\xc0\x99\x3d\x8a\x2f\xf8\x88\x9b\x26\xcd\x4d\xd6\x1a\xcf\x86\x39\x26\x7e\x6d\x15\x6f\xef\x5e\xc7\x9b\x8f\xd8\xfd\x34\x4a\x92\xd4\x5d\x43\xc8\x45\xe4\xae\xf1\x8e\x1e\xcb\x58\xca\xe4\xbb\x43\x2b\xf2\xdf\x05\xf1\x6c\xb9\x89\xa9\xbf\x97\xa9\x24\x80\x14\xc0\xaf\x11\xbb\xcf\x5c\x07\x66\xae\x03\x4b\xd7\x81\x14\x8d\x54\x9d\x26\xd4\xa4\x53\xd1\x52\x90\xad\x76\x09\xb5\x26\xc9\x22\x10\xb1\x6a\x8b\x82\x63\xc3\x81\x0d\x72\xf7\xb4\x7d\xdd\xda\x7b\xbc\xb4\x43\xb7\xcd\x39\x31\x2c\x9b\x1b\x14\x7e\xaa\xba\xb4\x3b\x7e\x83\x3a\xfa\xc4\x20\xa6\x1b\xd5\xe5\x7d\xc5\x10\x08\x96\x6b\x60\xbf\x4c\xee\x3a\xb0\x2f\x3a\xb0\x07\x47\x0d\x0f\xad\x47\x1d\x67\x6b\xb7\x87\xf6\x0a\x3a\xa1\x72\x72\x25\x31\x8f\x73\x62\x9d\x34\x2b\x2b\x07\xf2\x5d\x96\xfa\x81\x20\x9e\x0f\xf7\xb9\x6b\xe0\xc5\x81\x01\x81\xeb\x79\xbe\xbf\x69\xd6\x0e\x83\x9c\xcf\x92\x74\xed\xd8\x8f\x21\xa0\xdb\x20\x54\xdf\x9c\xbe\x8e\xba\x60\x0c\x9f\x05\xe3\xcd\x1e\x18\x37\xcf\x01\xf2\x7d\x0f\x90\x2e\xef\xcd\x7b\x81\xbc\x8b\xf4\xbc\x79\x1d\x31\x6f\x68\x9f\x0e\x87\xa7\x36\x38\xa7\x67\xc7\xc7\x43\xfb\x14\x86\xe7\xc3\xe3\x93\x97\x2f\xc1\x39\xb6\x8f\x8e\xcf\x86\x2f\xe1\xfc\x6c\x78\xf2\xf2\xe5\x09\x9c\x3b\xe7\x67\xce\x91\x03\xce\xf1\xb9\x7d\x76\x74\x64\xc3\xcb\xa3\x93\x93\x33\xc7\x01\x67\x78\x74\x7a\xee\xbc\x3c\x05\xe7\xe4\xe4\xd4\x39\x3b\xf1\xf1\x1a\x6c\x15\x53\x78\xd3\x6c\xc0\x39\x3e\x39\x3e\x3e\x6e\xb4\xe4\x9c\x9e\x9d\x9c\x9f\x9e\x0d\xeb\x26\x6d\xdb\x79\x79\x7a\xde\x68\x5b\x16\xb1\xcf\x8e\x87\x15\x12\xce\xf0\xfc\xe4\xe4\xe5\xa9\x53\x63\x33\x7c\xf9\xf2\xc4\x91\x60\x4b\xb4\x9c\xd3\xe1\xd1\xb1\x73\x7e\x5c\xe3\x77\x64\x9f\x0f\x5f\xda\x67\x0d\x44\x8f\x8f\xed\x97\x27\x2f\xcf\x4b\x8c\xc1\xb1\x8f\x1d\xfb\x6c\xd8\x40\xfd\x7b\xc4\xbc\x23\xd9\xf8\xd9\x19\x9c\x1c\x9d\x9f\x9c\x3a\xe7\x70\x66\x1f\xdb\x67\xce\x39\x38\xf6\xf0\xf4\x78\xf8\xf2\x14\x4e\x4f\x9c\x73\xfb\xfc\x0c\xce\x87\xce\xe9\xc9\xf9\x31\x38\xce\xb9\x73\xe2\x38\x27\xe0\x1c\x9d\x9c\x9c\x9e\x1e\x9d\xc2\xf9\xd0\x1e\x9e\x9f\x1f\x81\x33\x3c\x1e\x9e\xbe\xb4\x65\x8b\xce\xcb\xd3\x13\xe7\x58\x3e\x9c\xdb\xe7\x47\x43\x78\x79\x7a\x7a\xea\x9c\x9e\x83\xe3\x1c\x9d\x9c\x1e\x9f\xcb\x9e\xd8\xc7\xe7\xa7\xc7\x47\xb2\xc8\xd9\xd9\xd1\xd9\x10\x5e\xda\x67\x67\xa7\x2f\x8f\xc0\xb1\x5f\x1e\x1d\x1f\x0d\x8f\x25\xfc\xe1\xcb\x13\x09\xee\xf8\xe4\xe5\xf9\xe9\xc9\x71\x8d\xf8\x3b\x89\xf8\xf0\xf8\xf8\xec\xe8\x08\xce\x6c\x39\x00\xb6\xec\x9e\x7d\x7a\x3a\x94\x78\xd9\x47\xc3\x63\x39\x6c\x27\xf6\xf9\x89\x7d\x72\x04\x8e\x6c\xfc\xec\xf4\x58\x3e\x0c\x4f\x86\x27\xe7\xf2\xe1\xe8\xd8\x76\x5e\xc2\xd1\xf0\xe4\xc8\x3e\x3b\x85\xb3\xd3\x93\xe1\xf1\x99\x84\x72\x6a\x9f\xd9\xf6\x11\x38\x47\x8e\xed\x9c\xd8\xc7\x70\x76\x7a\x7e\x32\x7c\x29\xb7\xa2\xa3\xf3\xe3\x23\x67\xa8\x46\x58\x62\xec\x1c\x1f\x1d\x0f\x5f\x9e\x3b\x72\x88\x8e\x4e\xec\x33\x38\x7f\x79\xfa\xf2\xfc\xc4\x96\x03\x71\x74\xfc\xf2\xec\x0c\x9c\xe3\xe1\xd9\x99\xfd\xd2\xa9\x30\xaf\x77\x97\x6f\x45\x10\xe7\xa2\xd3\x2a\x3f\xc1\x35\xee\xb5\xb6\x13\x55\xfc\x7b\xa7\x0e\xbc\x20\x76\xd7\x0e\x94\xcf\x53\x9e\xcd\x93\x68\xd2\x51\x27\x14\xc4\xb3\x4e\xfc\xdd\x4a\x62\xc2\xe3\xbc\x65\x57\x54\xd5\xc9\x04\x69\x16\xbf\x9d\x69\x27\x03\xd9\xed\xcc\x0a\x1e\x09\x94\xa1\x4e\xe2\x8a\xdb\xb2\xc1\xe4\xfb\x42\x40\x86\xad\x62\x7b\xf4\x25\x29\x64\x92\xad\xef\xca\x1a\x7c\x08\x60\xca\xf6\x44\x98\x94\x99\x5a\x65\x12\x35\x25\x07\x19\x85\x19\xcb\x2e\xa6\x63\xdb\x75\xd0\x8d\xd5\x45\x88\xf7\x2e\x21\x48\x52\x3a\x66\x4b\x0a\xf3\x0b\xf6\x36\xa0\xd5\xb1\x1d\xc2\x8c\x9a\x04\xbd\x02\x82\x33\x98\x51\xd7\x30\xa8\x69\xfc\x61\x28\xcf\x2a\xb5\x8b\x2c\x58\xc1\x0d\x5c\xc3\x1d\x5c\xc1\x57\x78\xcf\x6c\xf8\x89\xd9\xf0\x5a\xb2\xe1\xca\x52\x92\x98\x51\x37\x8e\x0f\x0f\x36\x3d\x1c\x52\x74\x2f\x25\x18\x63\xdf\xa2\xfa\x7a\x93\xc4\xfd\xd8\x0c\xfb\x21\x75\xcd\x3d\x9a\x9c\x30\x7b\x78\x20\x3f\xf5\xd9\xc0\xa1\x20\xbb\xf2\x13\xcb\x63\x32\x39\x0c\xfb\x55\x30\x85\x05\xa5\xca\xe5\xe8\x7b\x95\x15\xb7\xb3\x28\x84\xf4\x7e\xcd\x74\x85\x30\xc9\x48\x66\xfe\x44\xe1\x92\x35\x40\x60\xca\xaa\x59\x66\x3a\xf8\x89\xc2\x4d\xb3\x8c\x4c\xc1\x31\x79\xd3\x1a\xef\xc1\xb0\xff\x13\x7d\xc5\xbe\x04\xe5\x88\xff\xd4\xeb\x2d\x04\xd1\x03\x46\x19\x63\xb3\x3f\xdf\xa8\x09\xf3\x9d\x91\xcc\x9c\xd2\xc3\xe1\xa8\x85\xce\xf7\x2d\x64\xbe\x4b\x54\x6e\x90\xba\xd6\x4e\x45\xd7\xec\x52\xa9\x06\xc4\xf4\xfe\x9a\xc5\x4d\x2c\xdf\x53\xb8\x63\x71\x13\xcb\xf7\x14\xae\x9a\x65\x32\xf3\x3d\x85\xaf\xcd\x32\x32\x05\x7b\xf2\xae\xee\x49\x36\x98\x9a\xc3\xfe\xfb\x56\x4f\xde\x63\x4f\xf4\x27\x97\x3d\x71\x06\xb3\x3f\xdf\xa9\xbe\x7c\xab\xfa\xd2\x42\xe8\xdb\x16\x3a\xdf\x24\x32\x5f\x9b\x7d\xb9\x66\x77\xaa\x2f\xf3\x8b\x5f\x03\x9c\x9a\xbb\x0a\xbf\xe1\x20\xa6\x87\x43\x30\xf7\x05\x73\xa1\x17\x96\x6d\x3b\xf4\xfe\x96\x85\x17\xf1\x9f\x33\xc4\x57\x22\xf5\x89\x2d\xe1\x23\x5b\x4a\xe8\x5f\x82\x0b\x2d\x3e\xfa\x51\x33\x5e\x57\x63\xef\x1a\xee\x7c\xed\xee\x69\x35\xf6\xd6\x70\xe9\xbb\x1f\x39\xc1\x07\xf0\xae\xe0\xab\x0f\xde\x0a\x6e\x7c\xc0\x82\x14\x7e\x65\xeb\xc1\x8f\x92\xeb\xfe\x8d\x5d\x0e\x7e\xf4\x1c\x1f\xbe\xb0\x95\x4a\xf9\x99\xdd\xa8\x94\xb7\xcc\xa9\xc3\x7a\xd4\x81\x3f\xc8\xaf\xfd\x2f\xe6\x6f\xfd\x9f\xe9\x61\x23\x0e\xdb\xaf\xfd\x5f\xcd\xdf\xfa\xbf\xd1\x06\xe9\xff\xa5\xff\xc5\xfc\xb9\xff\x33\xa5\x72\x85\xc0\x87\x86\xcd\xb3\x6c\xa6\x2f\xff\x98\xb2\x9d\xfe\x8f\xa8\xe3\xf8\xb1\x1e\xac\x25\x90\x78\xf0\x81\x1e\x92\xb7\x03\x87\x52\xf8\xd4\xca\x09\x55\x8e\xe9\x50\xe4\x51\x95\x7c\x6b\xa5\xc6\xe3\x17\xb6\x16\xa4\x3d\x24\xba\xef\x38\x0e\x21\x7c\x82\x19\x85\xdf\x65\xa9\xc6\x68\xe8\xf4\xd1\x92\x31\xf6\x69\xfc\x5a\x49\xd2\x8c\x4b\x03\x7e\x91\xc3\x61\xbc\x36\xe0\x13\x18\x80\x7f\x5f\xd8\x2f\x6c\x30\xe0\x16\x8c\x17\x32\xdb\x51\xd9\x21\x66\x87\x98\x6d\xc8\x8d\xe6\xcf\x85\x20\xbf\x68\x4f\x60\xbf\xe8\xd8\x54\xbf\xeb\xf7\xdf\x4b\xb7\x60\xb2\xce\x0c\x01\xfd\x5e\x02\xea\x6e\xe7\x77\xcf\xf6\xa9\xfb\xbf\xf0\x72\xda\xe5\xd5\x8c\x6c\x54\x5a\x63\xd9\xcb\x86\x03\xc0\x2b\x35\x68\x7f\xe0\x70\x34\x26\x4a\x0c\x83\x8f\x72\x9c\x3e\x63\x06\x8e\x50\x7b\x62\xa9\xb1\xd3\xc5\x70\xd8\x3e\x56\xc3\xf6\xce\x80\xcf\x25\x7a\x1f\xb1\xc9\x8f\x5b\xdd\xf9\x5c\xf6\x36\xc6\xec\x58\x0f\x1b\x0e\xda\x67\x3d\x48\x9f\xf5\xa0\xfd\xa1\xdf\xff\x68\x0e\x9a\x33\x50\xc3\xf6\x47\x09\xa8\xbb\x9d\x3f\x5a\xc3\xf6\xbf\xf1\xfa\x63\x77\xd8\xde\x19\x70\x8d\x65\xef\xf6\x8f\xa7\x96\xb0\xae\x7a\xbd\x32\x73\x67\x46\xbc\x69\x7c\xeb\x15\x3e\xdf\x50\xe8\x68\x43\x83\xba\x6a\x81\x6a\x8f\xd2\xbb\xd6\x08\x5c\xe1\xdb\xd7\x8a\x91\x2c\xab\xfd\x61\x48\xf8\x5f\x12\x11\x13\xc3\x68\x79\x51\x69\xa8\x87\x1a\x97\x36\x18\x66\x6c\x1a\xaf\xf1\xaf\x7a\x56\x13\xc9\xcc\xe5\x13\x18\xe6\xe0\xf1\x6c\x1d\xb3\x99\xcd\x05\xa4\x6c\x26\xa0\x60\x53\x01\x82\x7d\x8b\x20\x60\x4b\x01\x09\xbb\x15\x10\xb1\x89\xa8\x6f\x8e\x44\x1c\xf3\xf4\x39\x21\x7d\x79\xad\x44\xc5\xb5\x12\xee\xf3\x00\x6c\x6b\x61\x85\x49\xfa\x4c\x14\x0a\xd6\x56\xaf\x5a\x06\x93\xe7\x54\x17\x2c\x47\xc2\xe0\x5b\x54\xab\x69\x89\xbf\x62\x2c\x10\xd4\x78\x04\xcf\x37\x18\x48\xea\xda\xc9\xf3\x8d\x06\xa2\xba\x76\xd4\x1d\x54\xbb\x24\x1c\xc9\x3e\x72\xd1\x7c\xb1\x97\x42\x3c\x1c\x42\xce\x88\xb9\x87\x4a\x34\x5f\xec\x0d\x42\x7e\x38\x1c\x7c\x28\x2d\xa7\xbd\xea\xa4\xce\x69\x3f\x86\x46\x40\x2a\x0c\x86\xa1\x55\xb1\xbf\x45\xcc\x08\x8a\x3c\x31\x46\x9a\x14\xee\x8e\x0a\xf9\xe2\x52\x90\xb5\x66\x49\x3f\xed\xb8\xda\x5b\x09\x30\xd4\xe3\x20\x8c\x92\x8c\x4f\x0c\xf7\x46\x40\x96\xf3\xa5\x7b\x2d\xc0\x90\x0f\x83\x1b\x3e\x4d\x52\x6e\xb8\x77\x65\x42\x30\xcd\x79\x6a\xb8\x57\x02\x6e\x82\x4c\x64\xee\x77\x01\x06\x3e\x0d\x92\x25\x8f\x0d\xf7\x5d\xf5\x5e\xc2\xfc\x26\x40\xb9\x02\x73\x3f\x09\x08\x03\xc5\x32\xbb\x3f\x09\x30\xca\x17\x5d\xf5\x6b\x33\xa9\xac\xfd\x5e\xc0\x22\x89\x93\x3c\x89\xb9\xfb\xb3\xd8\xd0\xd1\xa7\x68\x8f\x27\xac\xdc\xfa\xca\xd7\x18\x8a\x41\xd5\x65\x87\x1a\xc8\xdf\x0e\x95\xd3\xc3\xea\xe6\xfb\x63\xc4\x3c\x1b\x86\x87\x47\xe0\x1c\x1e\x81\xed\xc3\x8f\x98\x20\x5f\x86\x2a\xe1\x57\x9d\x70\xaa\x4b\x9d\xfa\xcd\x81\x46\xd5\xb3\xb6\xa0\x44\xb3\x1b\x82\xbc\x6d\xd8\x9f\x95\x2a\x6a\xb1\xb5\x2a\x8d\x3c\x63\x74\x51\xa3\xe2\xe8\xc6\xd6\xba\x4e\x5e\x43\xbc\x81\x3b\x51\x2a\x90\xb3\x2b\x01\x57\xf5\xdb\x9d\xa8\x79\x9e\xce\xe8\x67\x1f\xf0\x43\x37\x0b\xed\x45\xf2\xc3\x13\x91\x6c\x6e\x72\xb1\xb5\xb2\x1b\xb9\xf6\xd6\x16\x16\x5b\x2b\xa7\x91\xed\xec\xed\x62\x73\xb7\x88\xad\x75\x03\xe6\xda\x6e\xee\x05\xb1\xb5\x6e\x00\x5c\x3b\x5a\xa3\x53\xf6\xed\x31\x3f\x6f\x71\xed\x75\x3e\x57\xab\x4c\x40\x8c\x8e\x93\xcb\xf7\x00\xdf\x47\xe5\xd9\x61\x98\x91\xb5\xb4\xcd\x94\x44\x56\x0a\x91\xb5\x74\x20\xb2\x02\x67\x10\x59\x81\x4d\x4d\xc2\x49\x04\x21\x1d\x17\xcd\x5c\x7c\xb0\xa9\xdb\x48\x0c\xad\x14\x42\x99\x68\xa6\x44\x3f\xcb\xc4\xc0\x19\x84\x08\xa7\xa8\x53\xab\xfa\xc8\xc0\x6d\x1d\x69\x8d\xcb\x3e\xd6\xb2\x30\x02\xc1\x92\xf2\xbd\x00\x0c\x43\x15\x35\xdf\x25\x8f\x99\xb1\x70\x2b\x49\x77\xf2\x3e\x75\x05\x04\xb6\x1b\x40\xe0\xb8\x19\x2c\x6d\xd7\x13\x35\x3b\x10\x50\x10\x35\x33\x10\x50\x1f\x96\x4e\xab\x40\xd6\x2a\x80\x51\x22\x9b\x8a\x68\x0d\x3b\x8d\xd8\x0a\x6c\xc6\x72\x2b\xb0\x31\x30\x8c\x83\xcf\xce\xd6\x75\x6b\x6d\xfe\xb4\x7d\x22\x1b\xe6\x0b\x93\xf0\x8b\x2f\x01\x35\x0d\x70\x5e\x18\x66\xde\x79\x17\xaa\x2b\xff\xeb\x85\x0d\xb2\x8e\xf2\x2c\x21\xd8\x25\x87\x80\xad\x38\x24\xec\x17\x79\x58\x2f\x05\x84\xec\x56\xec\x4c\xf2\xbf\x74\xc6\x6c\x47\xa5\x7c\xfc\x98\x6c\x9f\x8e\xcf\x89\x3d\xb9\x7d\x32\x3e\xf7\x64\xdd\x3e\xdd\x9e\x77\xb2\x86\x75\xed\x70\xd3\x58\x6f\x13\x11\xcc\x92\x2d\xb1\x70\x97\x1a\xab\xd8\x52\x6a\x42\x0b\x1f\xbe\x9d\x94\x30\x22\xac\xb5\x19\x58\x6b\x79\x5c\x46\xcc\x13\x70\xbf\x72\x85\xb5\x82\xb5\x1c\xec\xfb\x95\x1b\x94\xcf\x41\xed\x41\x8b\xa9\x10\x11\x29\x05\x5c\xb2\x92\xe7\x32\xde\xc8\x07\xc7\x37\x8d\x17\xf2\x61\x58\x3e\x1c\xf9\x5a\x4b\xe8\x92\x03\x97\x33\x22\x65\xbf\x8b\xa6\x61\xfb\xd3\x23\x8c\xe6\x3a\xf8\x5b\xa9\x17\xfc\x9c\x6f\xb9\x4d\xf0\x35\x62\xfb\x3f\x91\xde\xab\x4c\x2a\x77\xbe\xc4\xde\x9d\x7d\xab\x1c\xa1\x90\xb3\xdf\x85\xd2\x0c\xad\xda\xaf\xc7\xa2\x0b\xa7\x47\xee\xf7\x38\xf9\x43\x90\x9c\xc5\xb4\xa1\x62\x2f\x9b\xcb\xd6\x8b\x9b\x64\xff\xf4\xa8\xd6\x2c\xf9\x4d\x5b\xbd\xb5\xe6\x44\x4a\xe9\xc3\xc3\xdf\x04\x25\x7c\x3b\x59\x7f\xc7\xff\xc8\x0e\x7c\x6e\x7c\x42\x0c\xcf\xf4\x97\x3e\xe0\xd3\x95\xb6\xb6\x3e\x9f\xa2\xa0\x7e\xab\x29\x28\xed\x2f\xf8\x6f\x02\xc2\x34\xc9\xba\x6e\xe7\x1a\x02\xb4\xc3\x93\x5a\x81\x4e\xce\xdf\xc1\x51\x3f\xc7\x8d\x6f\x90\x9b\xc6\x5b\xf5\xf3\xb9\x4c\x7e\x8b\x7c\xc9\xe7\x2a\x13\x13\x3f\x63\x62\x95\x55\x16\x1c\x34\xb3\x54\xf5\x3f\x8c\x0d\x4c\x44\xb0\x48\xba\x6c\x8a\x5a\x48\x91\x61\xff\xe7\x08\x43\x23\xe5\xfd\x9f\xa3\x51\x93\x9b\x92\x70\xdf\x19\x26\x37\x0d\x40\xd6\x12\x39\x25\xc3\x1c\x60\x82\x6c\x01\xf5\x08\x3a\xcc\xc0\x9a\x0d\x6c\xf5\xb9\xee\xf1\x3b\x84\xa7\x5f\x5e\x94\x2f\xba\x89\xea\x45\x36\x63\x94\xf1\x1e\x06\x93\xe4\x2e\xee\x30\x34\x6c\x75\xe8\x4b\xa4\x3a\xf3\x25\x6a\xb4\x2c\xb1\xe7\xcd\x36\x79\xb3\x1d\xf9\xd6\x6e\xa8\x58\xfe\xe5\x66\x06\xcd\x76\x5a\xcd\xa8\x56\x94\x21\x54\xbd\x62\x3e\xad\x97\x3c\x63\xbf\x45\x92\x6c\xcd\x88\xa2\x4c\xbf\x44\x8d\xb6\x8e\x28\xfc\xac\xdf\xf3\x20\x26\x47\x76\xff\x97\x80\x8e\x5e\x6b\xff\xc5\x62\x67\xe1\xb6\x82\xe2\xb1\xb7\xd1\xc3\x83\x69\xfe\x11\x41\xc1\xfe\x4f\x90\x58\x12\x11\x9e\x0f\x01\xfb\x10\x3d\x3c\xdc\xe7\x62\xc1\xdd\x1f\x83\x9c\x5b\x71\x72\x47\x28\xf0\x20\xe3\xee\xfb\x54\x92\x5c\xc1\xda\xb5\x61\x52\x28\xc5\x48\x77\x78\x62\x6f\x20\x61\x03\x07\xa2\x66\x44\xbd\x91\x69\x26\xaf\xa2\x11\xbd\x17\x8a\x57\xcf\x99\xa7\xa3\x42\x6a\xcf\x8e\x73\x91\x79\x89\x0f\x99\xac\x39\xad\x2c\xb0\x46\xa6\x99\xbd\x9a\xa2\xfa\x54\xe8\x65\x3e\xed\xf5\xfe\x25\x08\xc7\x08\x17\x29\x04\x14\xf2\xd2\x28\xb3\x54\x5d\xfe\xb7\xc0\xd8\xdb\x29\xdd\xc0\x6b\xed\x80\x38\x2d\x96\x9d\x4e\xef\x55\x2c\x37\xc9\x16\x94\xee\xe5\x7f\x89\xdc\xbf\x0b\x82\x9d\xa7\x9a\x09\x7a\x1b\xc1\x87\x08\x7e\x89\x98\xca\xa0\x14\x7e\x47\x0b\xb3\x3f\x22\x66\x8f\x7e\x57\x44\x15\x7b\xad\xec\x31\xe0\xf7\xc8\xe2\x8b\x65\xbe\x96\x09\xf8\x20\x53\xe2\x64\xc2\x65\x82\xfc\x95\xef\xb8\xa7\xbc\x0e\xf0\xb7\x72\x55\xbd\xfd\x6d\x9a\x54\x92\x24\x8e\xea\x42\xe3\xb7\xd1\xb8\xf9\x8e\x31\xd7\x5d\x39\x4f\x78\xc4\xf5\x7e\xda\xcc\xd6\x71\x4f\xea\x94\x46\xc8\xba\xdf\x11\x65\x55\x71\xd7\x51\xb6\x36\x28\xc4\x61\x12\x13\x10\xea\x29\x0e\x16\x3c\x5b\x06\x21\x47\xd3\xd2\x51\xcc\x5e\x93\xb8\xfe\x90\x8f\x7c\xf8\xe0\xaf\x7d\xf8\xb4\xfc\xf0\xa4\x52\x03\x4a\x21\xb5\xae\xaf\x27\x41\x1e\x5c\x5f\x43\x06\x09\xa5\x63\x62\x94\x09\x86\x50\xae\x5c\x78\x55\x84\xd5\xa5\x29\xe8\xe9\x83\x73\xc4\x13\xbe\x57\xf8\x8d\x49\x44\x5d\xfd\x88\x9a\xc0\x8d\x29\x15\xc8\x0a\x74\x53\x8f\xd6\xeb\xad\x08\xb1\x5b\x36\xad\xd5\xa0\x25\xdb\x83\x16\xa9\x41\x7b\xd3\x1c\xb4\x50\xb9\x4d\x6b\x0f\x5a\xf8\x2a\xab\xcd\x4f\xa6\x3a\x0a\xa5\x8f\x9e\x97\x1b\x66\x89\xe8\xbb\x78\x86\xde\x8c\x52\x36\xf5\xe6\x3e\xbd\x17\x2c\xf5\x12\xdf\x0b\x7c\xe8\x1e\xb0\x39\x84\x14\xa2\xae\x8f\xb1\x94\xb0\x6f\x2b\xa7\x2b\x23\xd3\x5c\xbe\xba\x1d\x51\x52\x30\xee\x2d\xf5\xda\x2b\x60\x09\x09\x04\x20\xaa\x61\x2b\x9a\x03\x15\xc9\x4c\x35\x50\x2a\xc4\xd4\xde\x69\xe5\xf9\xa3\x5a\x5d\xea\xa0\xd2\x95\x42\x85\x9d\x0f\x72\x01\x56\x68\xa9\x68\xa3\xcd\xd1\x09\x2e\xc4\x48\x98\x26\xbd\x2f\xba\xba\xa1\xc2\xa4\xa2\x6d\x25\xda\x3d\x57\xfd\x89\x2e\x92\x51\x62\x9a\x72\x4e\x71\x2f\xf1\x31\x76\xe6\xee\xf8\x24\x20\x68\x15\xd3\x29\x6d\x76\xae\x80\xad\x8f\xa9\xbf\xb2\xea\x6f\x7e\xc7\xf9\xf6\x12\xae\xd1\x91\x93\x21\xdd\x9a\x0c\xfb\xa2\xd9\xbe\x1a\xaa\x98\x93\x72\xc7\x20\x54\x19\x16\x2b\xf0\x48\x0e\xc5\xd4\xfd\x5d\x53\x3d\xda\xb4\xb0\x49\xa1\xe4\xad\xf2\x2a\x66\xa1\xdc\x04\xea\x43\xaa\xa0\xf7\x45\xab\x50\xc6\x95\x80\x74\xa3\x3a\x12\xe4\x79\xba\xd5\x8f\x06\x03\x47\xef\x95\xcf\x78\x04\x5c\x3b\xbc\x4f\x5a\xc6\x38\xdd\x85\xde\x5f\x91\xc4\x52\x23\x97\x58\x51\x12\x06\x11\x6d\x71\x6c\xf5\x96\xa7\xf7\x63\xee\x92\xd8\x64\x86\xb1\xad\xbe\x95\x97\xa1\x70\x67\x4d\x9f\xfb\x49\x6d\x06\x75\xc0\x58\x8c\x5a\x60\x01\xe1\x10\xd3\x96\x71\x84\x72\x64\xdf\xaa\x08\x39\x46\x4e\x90\xff\xda\x86\x2f\x5b\xf8\xa4\xcf\xc1\xa7\xa3\xb7\x7f\x0d\xbf\x5d\x40\x0d\x7c\xc5\x74\x27\xea\xee\xab\xa1\x36\xe9\x7e\x21\xe2\x17\x31\x55\x91\x77\xf3\x3c\x25\x39\x86\x8f\xae\xd5\xaf\xe6\x22\xd3\xf6\x3b\x8d\x70\x05\xb2\x9f\x7f\x4b\xdd\xcb\x54\x29\x8f\xc6\x99\xf5\xad\x08\x22\x31\x5d\x37\x54\xc5\xfe\x29\xd4\xfc\x33\x24\x58\xcb\x30\x25\xaf\xad\x51\x1b\x0b\xb7\xa8\xa7\xd1\xa7\x8e\x35\xd1\x12\x06\xf0\x86\xc2\x78\x83\x98\xd7\x4b\xab\xf5\x79\x8b\x86\x7a\x74\xaf\xf7\xf8\x17\x2d\x40\xc7\xc2\x68\xc9\x12\x9e\xde\xd8\xfb\x2b\x52\xe8\x21\x2f\xf4\xb7\x7b\x72\xe3\xbb\x75\x4b\x64\x94\xa0\x66\xdf\xa0\xaa\x20\x0d\x72\xc0\x48\x3d\xae\x1a\xc2\x38\x75\xb9\x3e\x7e\xf2\x75\xd4\x8a\x5b\xa6\x22\xe4\xd5\xab\xa8\xc4\x48\x96\xd3\x0b\xf0\xd7\x34\x59\xf2\x34\x97\x8d\x35\xe7\x37\xdf\x9a\xdf\x7c\x5c\xb8\x84\x77\xcd\x6f\xb4\x7e\x54\x01\x91\xe5\x30\xbd\x49\x16\xcb\x22\xe7\x93\x2b\xd9\x46\xbd\x13\x61\x5e\xd9\xd6\x67\x65\x51\x53\x6b\x08\x1f\x60\x20\x18\x52\xb0\xcb\x94\x08\xe0\xb4\xe5\x3b\xad\x81\x72\x56\xc3\x20\x31\xa0\x99\x52\xaa\xa6\xba\x9a\xaa\x3b\x7a\x9f\x62\x4a\x8e\x2e\x02\x34\xe3\x2b\x63\xdc\xd4\xc7\x09\xbd\x1f\x5e\x04\x48\x3b\x18\x86\x76\xab\xdc\x58\x15\xd8\x22\x49\x01\x03\xf7\xf1\xf6\xc2\x48\x99\x61\x6c\xb6\xe7\xbb\x42\x51\x7e\x18\x8e\xb1\x84\xca\x0f\xb2\x33\xcf\xb7\xbf\x4a\xd1\x6d\x37\x2e\x89\x85\xbf\x38\xb0\x15\xb6\x41\x63\x3e\x3e\x36\x94\x81\x1e\xca\xcd\xbe\x53\xe7\xa8\xd7\x23\xb2\xd7\x14\x9a\x53\xb1\xee\xb2\x5e\xd7\x39\x5f\x75\x92\xd3\xd5\x20\xc9\x02\x06\xc4\xf0\x0f\x3d\x42\x6a\x12\xee\x0a\x1f\xba\x0f\xc3\x9a\x2a\x37\x78\x3c\x69\xd0\xad\xbb\xbb\x2e\x86\xe7\xf5\x62\xdf\x0a\x93\x22\xce\x5f\x0d\x71\x47\xc5\xfa\xca\x64\xf3\x7d\x32\xe1\x78\x94\x2b\x0c\xde\xcc\x45\x34\x51\x83\xad\x4f\xba\x3d\x41\x72\xca\xf3\x9a\x3f\xf5\xbc\x76\x5a\xe7\x35\xf7\xbd\xdc\x47\xd8\x2e\xd9\x4b\xe2\xe8\x10\x3d\x5d\x8a\xbe\x14\xf4\xf1\x5e\x61\x96\xd2\xfb\xb4\x01\x96\xc5\x1b\xaa\x3a\x80\xdc\xd7\xff\x57\x3d\x50\xac\x9d\xc6\xa5\xd3\x6d\x74\x8d\x20\xe0\x04\x4f\x9b\x35\x99\xd9\x45\x5d\xc9\x72\x1b\x57\x79\x5b\xee\xea\x9f\xaa\x5a\x77\xb0\xd8\xb6\xb7\xfb\x7f\xb9\x8f\x25\xdb\xfa\x97\xba\x59\x22\x57\x69\x83\x39\xb0\xaf\xcf\xaa\xd3\xcd\x82\xb4\xbb\xff\x25\xcc\x6a\x08\xe4\x5a\x78\x1e\x59\xb9\x87\x26\x50\xc7\xcf\x87\x08\x04\x7b\x1b\x8d\xf2\x74\x7d\xff\x36\x62\x7c\x67\xb2\xe5\xaa\x93\x1f\x22\xa6\x49\xc9\xb2\x4f\x39\xe4\x5b\xdf\x91\x6e\xa6\x22\x0e\xa2\x68\x2d\x4b\x17\xf0\x36\x62\x42\xab\x04\x6d\x03\xad\x44\xbe\x9a\xf2\x1c\x11\xa1\x02\x2e\x3c\x3c\x94\x4f\xdd\x61\x15\xd0\xc3\xb6\x51\xf1\xf1\x06\xa5\xe8\x67\x56\x91\xab\xad\x0d\x1b\xf7\xa6\x0e\x5e\xba\x15\xac\x7e\x87\xa7\x45\x81\x47\xb0\xcd\xa5\xa1\xf7\x60\xe5\x36\xaa\xc9\x77\x84\x17\xd1\x28\x92\x7c\x87\xf6\x1c\x1b\xb7\xf8\x8e\xbc\x8a\xfd\x9f\x31\x1b\xa6\x75\x28\xfc\xe9\x45\x36\xca\x24\xdf\xc1\x59\xae\x79\x59\xc9\x81\x04\x92\xfb\x2c\x19\x52\xc9\x61\x2a\x21\x4b\x6a\xc9\x1f\x25\x60\x49\x71\xbd\x6b\x21\x4b\xaa\x16\x87\x99\x56\x93\xa4\x96\xba\xd4\x69\x1b\x4a\x21\xee\x90\x8a\x28\xa6\xad\xbe\xf0\x5b\x89\x6c\x7f\x58\x90\x58\xed\xc0\xdb\x5b\xb6\x8a\x7d\xa1\x38\x60\x52\x7a\xd6\x51\x61\xa8\xaf\xc3\x79\x90\xe6\xd7\xd7\x0f\x0f\x1c\xa6\x5b\x69\xf2\xc8\x4b\x96\x6b\x42\x61\xae\x15\xb7\xa2\xf1\x14\x5d\x9f\x67\xe5\xaf\xde\x07\xa7\x90\x50\x77\x5a\x6a\xd9\x53\x37\x82\x59\xe5\x3f\x45\x95\xfc\x19\x35\xeb\x5b\x2f\xcd\xba\x6b\x37\x87\x25\x0b\x6b\x2e\x9d\x18\x58\xd2\xa0\x96\x9c\xb8\x64\x0e\x53\xf4\x14\x69\x71\x39\xa3\x08\xb5\x54\xd0\x7e\x62\xcc\x0c\x30\x74\xbb\x06\x55\xe4\xb2\x11\x46\x41\x96\x95\xa1\x3d\xa8\xa6\x16\x8c\x64\x19\x84\x22\x5f\x1b\xf0\x6b\x40\x95\x93\xc9\x86\xb4\x65\x69\xf1\x95\xc8\x09\xed\x2c\x5d\x72\x63\x14\x16\x3b\xd5\xd0\xff\x5c\x57\x3d\x87\xc2\x65\xbd\x6f\x14\x60\x53\x33\x80\x15\xfb\xa3\x20\x53\xd4\x66\x6c\x75\xb5\xea\x00\x76\xd6\xb3\x7d\x0a\xd7\x8c\xdc\x54\xbd\x0d\x96\x4b\x1e\x4f\x88\xb1\x0c\xf2\xf9\x4e\x37\xcb\xca\x6d\x71\x11\xb9\xa1\x74\x74\x5b\xd5\x8c\x44\xcc\x0d\x0a\x75\x02\x9e\xf6\x4a\x16\xa9\xf5\x48\xe1\x27\x76\x5b\x4e\x92\xb2\xfc\x6b\xb6\xd8\x4e\x7a\xc3\x96\x55\x92\x02\x82\xa4\x05\x99\x51\xf8\xde\x00\xa0\xb2\xe0\x5d\x03\x80\x4e\xfa\xc6\x8c\x3c\x59\xa2\x45\xd5\xc3\x83\x11\xf1\x69\xae\xac\xab\x06\x8e\xd2\x75\x34\x6e\x92\x3c\x4f\x16\x65\x81\xb2\xec\x98\xc4\x2c\x0e\xe0\x8e\x19\x2b\x03\xbe\x32\x63\x6d\xc0\x15\x33\x56\x43\x03\xde\x33\x63\x3d\x34\xe0\x8d\x1e\x97\xc9\xda\x00\xfb\xe2\xdb\xd8\xb0\xf9\xc2\x70\x0d\xeb\xcc\xe1\x8b\x7a\x1a\x48\x24\x06\x41\x1c\xce\x93\xd4\x00\x63\x21\x26\x93\x48\xf6\xea\xba\xac\x6c\xe0\xcd\xd3\x0a\x6f\x9e\xc0\x30\xbf\xf5\x85\x69\x7c\xb6\xdf\xca\x24\xc7\x47\x29\xfc\xb7\xbe\x40\xc3\x7b\x96\x23\x36\x6b\xc4\x66\x85\xd8\xac\x15\x36\xab\x2d\x6c\x0c\xeb\x68\xb8\x17\x07\x44\x55\x6e\x97\x65\xbc\x81\x1d\x64\x10\x07\x28\x91\x7a\x6b\x7f\x2e\x91\x79\xab\x91\x81\x9f\x54\x85\xf7\xf0\xad\x5f\x50\xf8\xae\xde\xbe\xc2\xb7\xfe\x25\x85\xd7\xea\xed\x0a\x6c\xda\x2a\xf5\x4e\xbd\xdd\x55\xe9\xba\xfc\x54\x99\x38\xfc\x3d\x88\x27\x6a\xfb\xf8\xc4\xa6\xf0\x91\x7d\xaa\x93\x09\x3d\x1c\x8e\x32\x36\xed\xa2\x26\x3f\x91\x98\x9a\x1f\xf5\x69\x92\xd5\x75\xc6\x19\x9b\xba\x93\xf2\xe2\x7a\x0a\x99\x9c\x9c\x95\xcb\xca\x29\x85\x45\x9d\x37\x2d\xb9\x06\xed\x66\x68\xcb\x1a\x26\x65\x9f\x23\x28\xd8\x29\x08\x76\x0a\x01\x3b\x92\xbb\xbe\x83\x0e\x9c\xb6\x5c\x52\xa0\x79\xd2\x13\x6f\x81\x6a\x83\xff\x24\x15\xad\x68\xab\xff\xe3\xf2\x4e\xb2\x25\xff\x89\xc6\xb9\x69\x18\xee\xe7\xa8\x52\xdb\xc2\xdd\xb1\xcb\xc0\xa6\xe3\x12\x3a\x0c\x48\x43\xc9\xba\xbc\x8c\x96\x10\x3e\x6f\x79\xc5\x7c\xfc\x52\x38\xaf\x2e\x84\xeb\x4d\xf6\xf9\x1e\x35\x65\xdd\x1d\x4f\x05\x8f\xdb\xee\xf1\x31\x29\x98\x99\xcb\x63\xb9\x2a\x82\x9e\xf4\x2a\x1d\x34\x54\x31\xf9\xd4\x05\xf9\x11\x35\x36\xb3\x76\x01\x85\x3a\x28\xcf\xab\x2f\x74\x7d\x51\x76\xea\xd7\xe7\x78\x7b\x0a\x74\xed\xa0\x1a\x92\xe2\x66\x22\x6e\xc5\xa4\x4b\xf9\x6a\xbb\x7a\xaf\x17\x57\x77\x89\x9f\x23\x56\x6e\x68\xf0\x9f\x88\xdd\xe7\x09\x1a\xb3\x89\xd9\x3c\x77\x1d\x50\x39\xae\x03\x72\x1b\x2c\x8d\xdb\x6e\x67\xd6\x4d\x5a\x64\xf3\x7d\x8e\xc2\xe9\x7d\xde\x79\xce\xe7\xdb\xa7\x7c\xb9\xdf\x60\xf0\x2d\x9e\x0e\x90\x5e\x93\x47\x46\x10\x45\xf5\x6e\x34\xb8\xe3\x37\x5f\x45\x3e\xc8\x83\xe5\x60\x2e\x66\xf3\x48\xe2\x36\x08\x93\x08\x77\xc8\x74\x76\x13\x10\x1b\xf0\x1f\x35\x1a\xc1\x02\x26\xc9\x5d\xac\xf0\x34\x40\xa8\xf4\x3c\x29\xc2\xb9\x8a\x5e\x50\x65\x60\xc8\xb1\xe6\x59\x77\x13\x84\x5f\x67\x68\xfe\xda\x3c\xef\x46\xc1\xce\x61\x97\xf2\x30\xdf\x39\xec\x5a\xb5\x75\x07\x6e\x45\x26\x6e\x44\x84\xc7\xae\x31\x17\x93\x09\x8f\xeb\xcc\xb0\x48\x33\xec\x08\xde\xdf\xce\x03\x91\x4a\x46\xb9\x85\x91\x8a\xaf\xdc\xc4\xe6\x69\xb8\x54\xf5\xb6\x9b\x92\xd4\x82\x3e\x5b\x93\xad\xde\xa7\x3c\x13\xdf\x79\xd9\xd6\x2d\xac\xe9\x28\xd1\xb4\x47\x4d\x66\x24\x3b\xed\xcf\xb6\x1b\xdf\xdd\x7a\x0d\x05\xfa\x85\x61\xc6\x9b\x1d\x94\x3a\x76\xea\xbf\x45\x5e\xec\x6f\xf6\x74\x71\xd5\x55\xe5\xd0\xe3\x77\x7e\xad\x63\x37\x1e\x1c\x29\x9f\x24\x65\xa5\x75\x67\xa5\x3f\xbd\x38\xf3\xf7\x57\xba\x13\x93\x7c\x6e\xc0\x69\xf9\x3e\xc7\x68\x2a\x98\xf0\xd8\xe7\x85\xa4\xcc\x96\xbc\x47\x14\xac\x0d\x88\xd5\xdd\x1d\xa1\x63\x23\x4e\x62\x6e\x60\x3b\xea\x2b\x44\x30\xdd\xa2\xdc\x72\x49\xd4\xb6\x93\x02\x3a\x0a\x31\x72\xc4\x1f\x05\x09\x29\xcc\xeb\xa1\x88\x70\x4e\xb4\xf0\x8d\x3c\xc7\x1f\x60\x3a\xa4\x64\x4a\x29\x64\x65\xd5\xac\xae\xba\x6e\x57\x2d\xbb\xd6\xa8\x5b\x60\x5d\x4e\xa6\x2d\x19\x36\x57\xb4\x7c\xe7\xbc\x51\xa0\x1a\x61\x6a\x3b\x66\x42\x33\x86\xec\xd4\x33\x0f\x79\xfd\xd1\x14\x55\x33\xf7\xcc\xc3\x3f\xb3\x66\x22\x35\x36\xbb\x6e\xb9\x4a\xc2\xad\x5e\x21\xf5\xec\x40\xf4\xe3\x8e\x75\x04\x56\x7c\x21\xe7\x12\x58\xd9\x45\x6b\x4e\xe9\x91\x9b\xca\xde\x4f\xdb\x6e\xc0\x8a\xc7\xdb\x5b\x1b\x30\x7f\xa4\x3d\xae\xdb\xbb\x6b\xb7\x57\x0e\xf7\x5c\x36\x38\x6f\x37\x28\x9a\x5b\xaa\x7c\x39\x1a\xb2\x3a\x98\xe0\x57\xbe\x7e\x93\x4c\x78\xaf\x47\xde\x3c\x3c\x90\x4b\x65\x5d\xff\xce\xb3\xfd\x01\x93\xd8\xc3\x3b\x09\x91\x49\xb8\xf0\x86\x0d\x29\x5c\x11\xda\x80\x7d\xbb\x17\xdc\x90\xb1\x37\xbd\x1e\x91\x90\xcc\x1a\x92\x59\x42\xb2\xb7\x00\x4d\x9a\xfa\x3e\xb8\xe7\x92\x1b\x0a\x39\x3b\x70\x46\xab\x5e\x8f\xc4\x08\x66\x55\x86\xd4\x97\x8f\x8e\x4f\x41\xa2\x5c\x35\x1d\x44\xf9\xff\xf1\xf5\x98\x5c\x62\x3f\x3c\x22\xc7\xdd\x9c\xa2\x83\xdb\x21\x10\x39\x28\xe6\x5c\xbd\xf9\x14\x7b\xc8\xa6\x9e\x89\x90\x5f\x5d\xca\x11\x53\x18\xb2\x39\x26\x3a\x32\xd1\xf1\xa9\x4f\x5d\x35\x26\x14\x7e\xea\xf5\x16\x24\x86\x10\x6c\xe4\x8e\xc9\x57\xc4\xcf\xa6\xf0\x5a\x65\x64\xe0\x60\x5c\x92\x3a\x03\x23\x9a\xc8\xd7\xbb\x32\xca\x96\x3e\x2a\x16\xc9\x84\xbb\x6f\xc6\x6a\xf3\x74\xf5\x6e\x66\x6c\x9a\x03\xb2\x28\x15\x0b\xb5\xc3\x37\x10\x72\xc1\xe5\x14\x22\x26\x94\x53\x2d\xa1\x7c\x77\xbe\xf3\xb8\x0f\xb7\x8c\x8f\xe7\xee\x14\x26\xec\x56\x7e\xaf\xdb\x86\x63\x0f\xf9\x15\xa2\x01\xcb\x20\x1c\xb0\x89\x99\x49\x9a\x92\xf0\xf1\xd2\x9d\xd1\xda\x6d\x4b\x04\xb5\x17\x1e\x50\xf1\x88\x5d\xf9\x03\x6f\xc6\x05\x23\xa9\xc9\x32\x6a\x4e\x5c\x72\x89\xfe\x4c\xba\x6b\x0d\xfb\x97\x1e\xf7\x07\x29\xa5\x14\xd2\x8b\x4c\xd2\x34\x29\xa4\x2c\xa3\x6e\xc1\x32\x0a\x12\xa3\x03\xc9\xe3\x48\xfc\x0e\x58\x31\x26\x7c\x9c\xa8\x18\xf9\xda\xa3\x83\x2c\xc1\x52\x90\xf9\xac\x80\x03\x9b\xba\x18\xce\xa7\xe1\x3c\x66\x4d\xe8\xfd\x84\x50\xf8\xfa\xbf\xce\xfa\xae\xbd\xe4\x69\x3b\x28\xd4\x54\x85\x71\x93\x4c\xd6\xbb\x07\x9e\x2a\xf6\xad\xa6\x0d\xe4\x37\x2c\x49\x00\x25\x09\xaf\xb2\x8a\xe5\x6e\x06\xd2\x0d\xdd\x75\x30\x8b\xc7\x93\xdd\x9c\xaf\x7c\xdd\x24\x41\x5a\x19\x5b\x8d\xc0\x77\xb2\x3d\xdf\x24\xc3\xa5\xb9\x0c\xb4\x0e\x44\xd1\x07\x5c\x37\x28\xa8\x6a\x0d\x95\x81\xd5\xee\x58\x64\x25\x53\x72\xd3\xb4\x88\xfc\xda\xa8\x70\x43\xe1\x3d\xbb\x96\x07\x7b\xb1\x20\x14\x7e\x62\x07\x87\x7f\x92\xf8\x21\xa3\xe5\xee\xfb\x9e\xf6\x7a\x21\xbc\xc6\x74\xfe\x70\xd7\x4a\xcf\xe0\x0d\xbb\xb6\xf0\x70\xe7\x13\x52\x91\x16\xf0\x9d\xfd\x5b\x02\x7e\xd7\xda\x02\xbe\x35\x09\x3d\xc9\xe8\x77\x0d\x88\xe8\x18\x8d\x5b\x34\xa7\xaa\x7a\x16\xce\x25\x7b\x36\xf9\x84\x63\x9c\x8d\xbf\x75\x7f\x8c\x49\xf7\x97\x58\x53\x77\xcf\x17\x9f\x74\x7e\xee\xb5\x9c\xa4\x95\x40\x90\xb4\xa6\x64\xdf\xa0\xcd\x2c\x78\x43\xf5\x5e\x64\xfb\x03\xf9\x54\xee\x42\xf8\xea\xf8\xca\x69\xb5\x98\x92\xf7\x25\x87\x6a\x1e\xde\xd5\xa3\x09\x1f\x99\x79\xf8\x67\x5c\xbd\x8f\x56\xcc\x9b\x7a\xce\xe0\x93\x06\x36\xf7\x9c\xc1\x47\x05\xc9\x2f\x37\xbd\x4f\x55\x1b\x1f\x7d\xc5\xbc\x6e\xed\xa1\xbd\x1e\xb9\x64\xef\x4a\xa7\x57\x74\xb4\x7f\xc1\xe1\xd2\x79\xea\x8a\x7b\xda\x02\xbb\xde\x4a\xa0\xdb\xd3\x59\x49\x0e\x36\x14\x26\x3a\xfc\xad\x72\xa9\xfd\x9e\xc4\xd0\x2c\x00\xe5\x66\x5b\x2f\x02\xaa\x5d\x39\xd6\x6e\x84\x3c\x1b\xd0\x25\xad\xfa\x9d\xb1\x03\x1b\x96\xf2\xcf\x2d\xfb\x7b\xd4\xd8\x43\x63\x2d\xfe\x6d\xd2\x1f\x7b\xe4\x8f\x6a\xe1\x6c\x5b\x13\xe7\xec\x7e\xe5\x4e\x61\xed\xce\x41\xb8\x01\x7c\x91\x6c\x2f\xdf\x11\x4b\xaa\xdb\xa2\x86\x50\x32\x87\xb7\xd1\x78\x9b\xd1\x69\x90\x71\x54\xdf\x42\xb5\xf8\x90\x06\x46\x01\xe3\x96\x40\x9f\x5a\x5f\x30\xee\xc6\x0a\xe6\xe8\x59\x2b\xee\x1c\xd0\x0d\x2d\x2f\xd4\x30\xd9\xdd\x85\xa7\x58\xe3\x55\x4a\xa6\x90\x5b\x2b\x79\x94\xac\x52\x32\x87\xdc\x5a\xd7\x57\x7d\x2c\xd1\x83\xdb\x90\xab\x4f\x19\x06\x75\x22\x85\xa4\x44\x73\x6b\xcd\x52\xf9\x18\x77\x9d\x8a\xf5\x61\xb8\xd9\xd0\xc6\x25\x5b\x57\xe7\x72\xec\x5c\x6e\x7d\xf9\x5f\xa0\xb6\xf2\xf5\x86\x48\x5d\xd2\x3d\x10\x7f\x09\x1c\x5e\xd8\x3d\x39\xde\x45\xc8\x72\x35\xc9\x0e\xc2\x57\xaf\x9c\x87\x83\xcc\x2f\x75\xd4\x9f\x1a\xfe\x22\xeb\x84\x90\xa1\x05\x58\x14\x2c\x96\x4f\xc4\xa3\xd7\xcb\xc6\x64\xc6\x0e\x0e\x72\xb9\x5d\x2c\xf1\xc1\xf1\xa9\x1b\x8e\x31\xd1\xcd\xd0\x58\xfa\xe0\x40\x2b\xd1\xcb\xe2\xde\x0c\x96\xbe\x2c\xe0\x66\xe3\xa5\x76\xd5\x18\x6b\x0a\x75\x57\x92\xa2\xf5\xcd\xa2\x7d\x77\x5e\x88\x03\x5e\x3b\xd8\x3e\xa4\x2c\x47\xaa\x06\x53\xb8\x4a\x49\x91\x1c\x0e\x98\xc7\x21\xf5\x21\xb4\x44\x7c\xcb\x53\x15\x2c\x2e\x24\x5c\x4e\xc2\x90\xa4\x92\xb3\xb8\x48\x91\x2f\xe1\xc0\x91\xf4\x88\x28\x10\x7e\x80\x1b\xeb\xc3\x43\x7a\x80\x44\xa8\x24\xd0\xa6\x0a\x92\xe6\x63\x0a\xd5\xb0\x50\x0d\x87\x98\x82\x5e\xd1\x05\x12\x58\x14\x12\xe6\x15\x20\x7c\xc8\xea\x86\x0b\x96\x11\x8c\xfb\x91\x11\x41\x29\x14\x17\x02\x1b\x2e\xa0\x60\x02\x04\x36\x5c\x1c\xe0\x16\xfe\xf0\x20\x0e\x90\xe4\x95\x0d\xcf\x15\x24\x8a\x23\x89\xbd\x0e\xc6\x84\x2b\x8f\xec\x29\x0b\x70\xd8\x09\x47\x84\x21\x55\x34\x73\xbb\xb7\xfa\x45\x77\xba\x7c\xeb\xee\xbb\xee\x5e\x22\x09\xb1\x44\xf5\x30\x51\x2d\x14\x88\x19\x08\x45\x8a\xb7\xbb\x55\xc2\x54\xbd\x2b\xdf\xba\x3b\x49\xd1\x33\x42\x36\xf6\x3c\x0e\x85\x0f\x5e\x0a\xc2\x97\xd3\x02\x47\x57\xce\x1b\xd5\x5b\x35\x21\xbb\x5d\x22\x55\x44\xd8\xc3\x03\xd9\xde\x8c\xcb\x8d\x84\x42\xbc\x29\xa9\xb5\x5d\x10\x07\x07\x61\xaf\x27\x47\x8c\xe1\x80\x3d\x3c\x1c\x1c\x64\xbd\xde\x1c\x13\x64\xff\x9a\xe1\x1c\x63\x88\x9a\xe1\x1c\xff\x16\xb1\xfb\xd8\x35\xe2\x6c\xa0\x17\x36\x70\xd7\xe0\x77\xd5\x5b\xd6\xca\xbb\x6b\xe5\xc5\x77\xae\x11\xdf\x65\xbc\x4e\xe0\xae\x11\xf3\xac\x51\x9b\x6f\x95\xc8\xee\xda\x25\x36\xf0\xf7\x88\x79\x9e\x11\x1b\x60\x70\x03\x0c\x79\x9c\xde\xc9\x23\x15\xff\x60\x0a\xfe\xb9\x33\x7c\xf0\xb0\x84\x7a\x8a\xb1\xac\x0f\x9e\xef\xc3\xbf\x23\x36\x4b\xb4\x27\x27\xb6\x4a\xf0\x56\x4e\xc9\x42\xe1\x9f\x11\xfb\x77\x64\x15\x79\x08\xff\x88\xd8\x3f\x23\x62\xfc\xf0\xfb\xe0\x87\xc5\xe0\x87\xc9\xa7\x1f\xde\xba\x3f\x5c\xba\x3f\x5c\x59\x3f\xbc\xfb\xc3\xa0\xa3\x7f\x47\x96\xc8\x12\x86\x7a\xd3\x95\xda\xad\x95\x27\xbf\x5c\x7d\xb8\x42\x55\x95\x5e\xcf\x8c\xf9\xdd\x8b\x1f\x91\xc7\x1e\xda\xb6\x3d\xb0\x9d\x81\xed\x7c\xb2\x6d\x17\xff\x5b\xb6\x6d\xff\x61\xd0\x31\x0f\xdc\x7f\x44\xc0\x03\x6b\x19\xa4\x9d\x3a\x0b\x15\x94\x86\xca\x0d\xba\x59\x2d\xbd\x11\xe7\x1b\x59\x3d\x4f\x54\xbb\xec\x1f\x51\xf5\x0c\xb3\xc4\xca\x78\x98\xc4\x13\xf6\x21\x26\x1d\x12\x1e\x09\x7b\x99\x10\x87\x1f\xf5\x1b\x6e\xa8\xe2\x43\x87\x1f\x51\xba\x81\xf6\xdd\x34\xaa\x13\x7e\x12\x0b\x4e\x50\x5b\x11\x9f\xa8\xb9\x55\x37\x6f\xd7\x6b\xcc\xd9\x19\xcf\xaf\x10\x97\x8c\xd0\x0d\xad\x51\xcb\x58\xf5\xa8\x2e\x03\x1a\x59\xf2\x4b\x34\xb2\x8b\x3c\xac\x8b\x2c\x44\x5c\xe4\xfc\xf1\x8e\x9d\xf2\xe3\x76\xc7\x4e\xf9\xf1\x53\x3b\xb6\x55\xf7\xd1\x8e\x5d\x22\x2e\x55\xc7\x14\x6a\xd8\x31\xf5\xb8\x8d\x75\xd5\x31\x9d\xdd\xea\xd8\x3c\x29\xd2\xed\x6e\x95\x7e\x9f\x35\x7a\xdf\x93\x98\x7f\xc0\xe8\x53\x84\x1e\x9e\xd6\xb1\xe1\x54\xaf\x8f\x4e\xf9\x49\x9f\xb4\xfa\x2d\x93\x06\x39\x35\xf3\xa7\xf6\x1e\x61\x3c\xb5\xfb\x6f\x93\x22\xad\x3a\x2f\xd1\xc7\xae\xcb\x87\x76\xaf\xaa\x6e\x63\x56\xfb\x6b\x26\x71\x3e\xdf\xf7\x31\x65\x95\x49\xb0\x26\xb1\x92\xef\xe4\xb8\x1c\x1c\xdc\xe2\x3a\xfa\x72\x29\x41\xa9\xce\xa8\x47\xd9\xed\x47\xbe\x9d\x2a\xa3\xbf\x9c\x7c\x51\x1f\x4e\x3e\x6d\xe1\x57\x7f\x36\xcc\xac\x3a\x80\x1b\xe3\xff\x45\xcc\x73\xf8\x11\x9c\xf0\x23\x70\xe4\x9f\x23\x7e\x0c\xa7\xfc\x18\x8e\xf8\x09\x9c\xf3\x13\x70\x5e\xf2\x13\x90\xe3\x0a\x8e\x2d\x1f\x87\x8e\x7c\x3e\x3e\x1a\xf2\x13\x78\x79\x7a\x2c\xd3\xcf\x86\x32\xe3\xd4\x3e\xc6\xfc\x93\xf3\x21\x3f\x85\xb3\xb3\xb3\x53\x7e\x0a\x47\xce\xc9\xd1\x29\x3f\xf5\xe1\x5f\x72\xff\xab\xd6\x04\x7a\xc6\xab\xdf\x4e\x5a\x6f\x4e\xfb\xf5\xc8\x56\xaf\x6a\xd2\x95\x35\xf5\xdb\x49\x3b\xaf\xfd\x5a\xd6\x94\xdf\xad\xac\x87\xcf\x47\x8d\xe7\xd3\x66\x99\xa1\x7a\x99\x04\xeb\xb2\xbc\x7c\xd4\xa9\x77\x9c\x7f\xad\x9a\x97\x43\xd9\x7e\xd1\x40\xd7\x3c\x90\x8d\xf9\x10\x87\x72\x53\x5e\x14\x51\x2e\x88\xe7\x19\xd6\x0f\xef\x3a\xc5\xd5\x7a\x25\x46\x91\xc8\xaa\x7d\x46\x6e\xfd\xee\x0f\x57\xfb\xcb\x5f\xb5\x8a\xfe\xf0\x8b\xfb\xc3\xe5\x63\xc0\xcb\x65\xae\x0a\xbf\xf8\x61\xb9\xbf\x70\xb9\x28\xb0\x68\xf0\xe2\x87\xc9\xfe\xa2\x3f\x06\x6b\x42\x7b\x3d\xe7\x80\xe9\xd7\x9c\x97\x15\x6f\xf6\x55\xec\x2a\xfc\xf7\x47\x50\xd7\xb3\x1c\xcb\xfd\x6e\xc0\xf7\xdc\xf7\x29\xe4\x21\xbb\xc7\x19\xdc\x72\xc4\x59\x1b\xe6\xd6\x61\xcd\x6a\x67\x86\xf1\x21\xa7\x7d\x0e\xa6\x2c\x86\x16\x70\x45\x20\x57\xd7\x96\x63\xc7\x7f\x45\xf8\xfd\x58\xf9\x1d\xe5\x2c\x6c\xdf\xb6\xd6\xee\x18\x83\x0e\x87\x86\xff\x8a\x20\x0e\x35\xc9\xc1\x43\xf6\xaf\xa8\x1d\x3b\xb1\xea\x9d\x87\xa1\xb0\xe4\x81\x1d\x4b\x66\x7d\x43\x21\x0d\xd9\x3f\x9f\x3a\x5b\x7e\xfb\xf4\xe6\xb9\x13\xe6\xb7\x4f\x6f\x9e\x35\x67\xb0\x89\x67\x4c\x9b\xdf\x3e\xbd\x79\xc6\xcc\xf9\xed\xd3\x9b\xad\xc9\x83\x29\xcf\x98\x3f\x5b\xe5\x1f\x99\x42\xb2\x27\x5d\xb3\x68\xc4\xc3\xd6\xb7\xc6\xaf\x51\x7e\x6f\xdc\x31\x9f\xf8\xcd\x79\x08\x69\xa8\x8d\x9a\xf8\x2a\x67\xaf\xbb\x4f\x03\x2b\xe5\xd9\x32\x89\x33\xfe\x89\xaf\xf2\x0d\xca\x46\xbe\x64\xfb\x6c\xac\xde\xc8\x57\x23\x58\x2e\x23\x11\xa2\x16\xd5\xa1\x2c\x6b\x80\x08\x4a\x17\xf9\xf3\x7c\x11\x3d\x56\x57\xa2\x72\x28\x0b\x19\x10\x54\x95\x56\x8b\xe8\x7f\xa2\xf7\x9f\xcb\x77\x1b\xda\xa5\x77\x38\xe1\x53\x11\xf3\x5e\x4f\xfd\x5a\xc1\x62\x32\x46\x21\x85\x35\x39\x62\x49\x00\x2a\x99\x24\x01\xa5\xae\x91\xdc\x7c\xe1\x61\x5e\xd7\x5d\x24\x93\x22\xe2\xbd\x9e\xfa\x45\xf7\x9d\x69\x9e\x8d\xdb\xaf\x2c\x09\xdc\x1a\xe0\x86\xd0\xd1\xff\x13\x00\x00\xff\xff\x2d\xfc\xed\x61\xb4\x50\x02\x00") + +func uiLibD3V3MinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibD3V3MinJs, + "ui/lib/d3.v3.min.js", + ) +} + +func uiLibD3V3MinJs() (*asset, error) { + bytes, err := uiLibD3V3MinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/d3.v3.min.js", size: 151732, mode: os.FileMode(420), modTime: time.Unix(1460385448, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibJqueryMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xcc\xfd\x7b\x97\xa3\x36\xb6\x38\x0c\xff\xff\xfb\x14\x65\xa6\x0f\x41\xed\x6d\x97\xdd\x49\xe6\x3d\x83\x5b\xc5\xca\x75\x92\x99\xce\x65\xd2\x3d\x93\xcc\xc1\xf4\x2c\x01\x02\x53\x85\xc1\x85\xa9\xae\xea\x18\xe6\xb3\xbf\x4b\x5b\x12\x08\x8c\x3b\x99\xf3\x7b\x9e\xb5\x9e\xd5\xab\xcb\x20\x74\xd7\xd6\xbe\x69\xef\xad\xeb\xe7\xb3\xab\xdb\xbf\x3d\xf0\xea\xfd\xd5\xbb\x17\xcb\xf5\xf2\x93\xab\xe6\xca\x89\xc8\xd5\x8b\xd5\xea\x53\xb8\x7a\xb1\x5a\x7f\xaa\x3f\x7f\x5d\x3e\x14\x31\xab\xb3\xb2\x80\xab\x6f\x8b\x68\x79\xd5\x5c\xdd\xde\x8b\x2f\xcb\xb2\x4a\xaf\xf3\x2c\xe2\xc5\x91\x5f\x3d\xbf\xfe\x3f\xb3\xe4\xa1\x88\x44\x3e\x87\x41\x48\x4e\x56\x19\xde\xf2\xa8\xb6\x28\xad\xdf\x1f\x78\x99\x5c\xed\xcb\xf8\x21\xe7\xb6\x7d\xe1\xc3\x92\x3f\x1d\xca\xaa\x3e\x7a\xc3\x57\xca\x96\x71\x19\x3d\xec\x79\x51\x7b\xa1\xc3\x60\xb6\x22\x6e\xdf\x10\x39\x65\x89\x33\xeb\xb3\x90\x7a\x57\x95\x8f\x57\x05\x7f\xbc\xfa\xaa\xaa\xca\xca\xb1\xd4\x28\x2a\x7e\xff\x90\x55\xfc\x78\xc5\xae\x1e\xb3\x22\x2e\x1f\xaf\x1e\xb3\x7a\x77\xc5\xae\x74\x49\x8b\x6c\x2a\x5e\x3f\x54\xc5\x55\xe8\x30\xd2\xba\xf8\xd7\xb1\x1e\x8a\x98\x27\x59\xc1\x63\x6b\xa6\xbb\x2b\xcb\x7b\xf2\xc7\xad\x77\xd9\x11\x86\x23\x7f\xc7\xaa\xab\x88\xfa\x01\xc4\x34\x5a\x1e\xc5\x0c\x01\xa7\xd1\x32\x2a\x8b\x88\xd5\x90\xd0\x68\x79\x78\x38\xee\x20\xa5\xd1\x32\x2b\x62\xfe\xf4\x43\x02\x3b\x7a\x6a\x21\xa3\xbb\x65\x5d\xbe\xae\xab\xac\x48\xe1\x96\xee\x96\x3b\x76\xfc\xe1\xb1\xf8\xb1\x2a\x0f\xbc\xaa\xdf\xc3\x9d\xc8\x94\x1b\x13\x02\x7b\x6a\xe1\xe2\x59\x50\xd0\x61\x1f\xd4\x58\xc4\x44\x14\xcb\xa4\x58\x66\x45\x56\xe3\x97\x16\x4a\x7a\xfd\xd6\xdf\x1e\xb7\x0f\x5f\x7f\xf5\xf5\xd7\xdb\xa7\xcf\x56\xc1\xbc\x19\xbd\x3f\xbb\x4e\xe1\x40\xaf\xdf\x2e\xf6\xc7\xc5\x35\xdc\xd3\xeb\x85\xe3\x6f\x63\xb6\xf8\x35\x20\xd7\x69\x06\xd5\x74\x63\xe1\xb2\x2e\xff\x7e\x38\xf0\xea\x0b\x76\xe4\x0e\x69\x37\xa2\x65\x5a\x2c\x0f\x55\x59\x97\x62\xf2\xe8\x49\x42\x8e\xbb\x87\xa8\x2c\x8e\x75\xf5\x10\xd5\x65\xe5\x16\x70\xe4\x39\xc7\x47\xcb\x82\x9c\x17\x69\xbd\x73\x57\x50\x97\x9f\x55\x15\x7b\xdf\xaf\x76\xd7\x50\xbc\x8c\x58\x9e\x3b\x62\xea\x49\x0b\x29\xaf\x07\x10\xa1\x87\xfe\x90\xe7\x33\xca\xbc\xd5\x0d\xf3\x44\x4e\x9f\xcd\xc5\xcf\x52\xd6\x1f\xb8\x32\x2d\x70\x87\x95\x89\x95\x79\x5d\xb3\xe8\x6e\x50\xa5\x58\xd1\x90\x16\xcb\x3d\xaf\x52\x8e\x59\x97\xc6\x00\x1c\x02\xac\x87\x9e\xe5\xa1\xe2\xef\x7e\x40\x10\xa7\x08\x1c\xa1\xc8\x5b\xf3\x27\xf9\xaa\x5f\x20\x6c\x81\xb3\x68\xe7\x4e\xaf\xdb\x52\x7c\xc3\x96\x40\xae\xda\x9e\x1d\xa6\x46\x89\x55\x76\x9d\x76\x8a\xe5\x9e\x1d\x9c\x21\x4c\x86\x10\x75\xd9\x99\x1c\x6c\x08\x91\xa8\x94\x90\x16\x10\x3e\x27\xe6\x78\x54\x71\xbc\x64\x87\x43\xfe\x5e\xf5\xa8\x4a\x11\xfe\x8e\xa2\x82\x24\xab\x8e\xf5\xa5\x0a\xf8\xbd\xb3\x22\x2d\xe4\xec\x83\x59\x16\x6b\xd2\x02\xbf\x9f\x98\x72\x63\xc5\x20\xa2\x73\x36\x77\xc4\x72\x86\xee\xaa\x9b\xef\x51\x3f\xa3\x1b\xba\xb2\xed\xf0\x26\xf2\x7c\x5c\xe0\x28\x08\x5c\x3f\x10\xd5\x17\xf1\xc5\x51\x76\x0b\xd6\x34\x67\x6b\x2b\xc0\x48\xc1\x85\x9b\xc0\xb1\xac\x6a\x37\x5a\x8a\x1f\x38\x1e\x70\xea\xa2\xa5\x7c\x68\xa1\x58\xf2\xa7\x9a\x17\x31\xc5\x1d\xa7\x9e\x8d\x36\xc5\x90\x18\x88\xb9\x8f\x81\x43\x02\x29\xed\x26\xd2\x5f\x05\x4d\x73\x6a\x61\x47\xd7\x90\xf5\xc9\x7a\xe8\xb7\x74\xb6\xde\x24\x02\x9d\x85\x65\x99\x73\x56\xf4\xc8\x33\xb5\x6d\xe7\x96\xa6\x83\xca\x76\xaa\xb2\xf9\x9c\xc0\x19\xb6\x4d\x9b\xa6\x58\x66\xc7\xaf\x75\xbf\x52\xd2\x34\x4e\x4a\x4f\x2d\x81\x1d\xa5\x34\xb3\x6d\x27\x95\x80\xbb\x5b\x2c\xc8\x26\xbb\xd9\x6d\x44\x45\x59\xe2\xc8\x1d\xe5\xb0\x41\x4b\x84\x88\x7e\x85\x57\x59\x71\xc5\x48\x44\x53\x3f\x14\x78\x8f\x89\x9f\x74\x46\x69\x2c\xba\x67\xdb\xe2\x47\xb4\xfa\x63\xce\xb2\x42\xce\xb5\x13\x8b\x86\x39\x15\xc9\xb8\xd1\x9d\x98\x10\xe2\x39\xdc\x73\x38\x9d\xad\x05\x9e\xb4\xed\xfe\x63\x44\xbc\x48\xac\xa4\xdb\xa5\x9b\x75\xe1\xd7\x53\x0b\xa2\x79\xaa\xe7\xde\xb9\x85\x04\x62\x42\xdc\x77\x65\x16\x5f\xad\x54\x6f\x30\x4b\x4c\x3a\x00\x4a\xfb\x85\x73\x4e\xfc\xe9\xc0\x8a\xb8\x74\x15\xd9\xb0\xe6\xce\x7e\xfe\x1d\xab\x77\xcb\x4a\x24\xef\x1d\x42\x96\x15\x3f\xe4\x2c\xe2\xce\xf5\xf6\xcb\xeb\x14\x2c\x8b\x40\x76\xfc\x89\xb3\xf8\xbd\x3b\x5b\x01\x17\x44\x67\x00\xc7\x63\x82\xc4\x48\x0b\x45\x59\x1e\x4c\x60\x6c\xa1\x5f\x8f\x89\x4d\x6e\xe9\x24\x8b\x52\x5a\x2c\xc5\x3a\x62\x35\x6a\x6a\x5c\xfc\xab\x27\x0a\xb2\xe3\xcf\x92\x32\x5d\xc6\x89\xb6\xcd\x28\xa5\x6c\x29\x49\x98\xa8\xe8\xfb\x87\x3d\xaf\xb2\x68\xa2\xcc\xac\x5f\x02\x46\x6c\x9b\x2d\x0e\xac\x3a\xf2\xaf\xf3\x92\xd5\x0e\x23\xf3\xf5\x0d\x5d\x89\x0a\x8c\xc5\x98\x1a\x81\x02\xc2\x99\xd1\xff\xa6\x61\xcb\xa2\x8c\xf9\x9b\xf7\x07\x2e\x41\x52\xf6\xdb\x61\xc4\x9b\xad\x5d\x66\xee\x42\xdb\x9e\xdd\x4a\xcc\x35\x48\xee\x29\x0b\x58\xd9\xf1\x47\xfd\xf2\x43\x62\x61\x15\x33\xec\xd9\x57\xfb\x43\xfd\x7e\xa2\x67\x88\x60\x36\x06\xf0\xaa\xf1\xae\x15\x60\x88\xd2\xa2\xb6\x4b\xf3\x48\x29\xf3\xd8\xdc\xb2\xdc\xb3\x1d\xc6\x9a\xc6\x5c\x32\x9d\xea\xed\xfc\x4c\x0d\x82\x04\x4d\xa3\x8b\xb9\xfa\x7b\x0b\x69\x5e\x86\x2c\xff\xea\x1d\xcb\xcf\x7b\x0a\x11\xe5\xef\x58\xbe\x61\x62\x06\xab\x6c\xef\x30\x02\xcc\xb6\x9d\x35\xae\xa4\xe2\x23\x1c\xeb\xe1\xc8\xaf\x8e\x75\x95\x45\xb5\x45\x3c\x27\xa4\xf9\x32\xaa\x38\xab\xf9\x57\x39\x17\x3b\xd6\xb1\x8e\x51\x95\x1d\x6a\x8b\x40\xb8\x44\x9a\xc4\x20\x5f\xee\x38\x43\xfc\xce\x8b\xf8\x8b\x5d\x96\xc7\x4e\x48\x96\x07\x56\xf1\xa2\xfe\xbe\x8c\xf9\xb2\xe2\xfb\xf2\x1d\xd7\x5f\x88\x1b\x39\x4c\x20\xfe\x88\xed\x79\x2e\x48\xfd\xd4\x0c\xb1\x6e\x9f\x1c\xc0\xda\x1f\x17\x56\xbf\x71\xee\xa1\xc2\x3d\x10\xf3\xef\xd9\x9e\x4f\xd3\x3f\x09\x1a\xe2\xbb\x6d\xf7\xcf\xcb\xba\x7c\x55\x3e\x6a\xfe\x82\x52\x1a\x0e\x53\x26\x28\xaa\xa0\x7d\x62\xfe\x62\xe0\x74\x05\x09\x65\x1a\xa5\xa6\xf4\xe8\x30\xb2\xc9\x12\x27\x42\x26\x32\x25\x27\x01\x0b\x9b\xe4\x86\x6f\xb8\xc4\x77\x31\x0d\x15\xd5\x63\x3e\x0f\x20\x22\x10\x53\x4a\x67\x6b\x12\x56\x9c\xdd\xb5\x3c\x3f\xf2\x2b\x51\x86\x4b\xf8\xf9\x9d\x25\x2e\xb7\x25\x61\x43\x14\xe4\x20\x7e\x7e\x5f\x7b\x1f\x2e\xa5\xb1\x1c\x6b\x41\x40\xcd\x87\x80\xd9\xb2\x5c\x47\x00\x74\xbf\x52\xa5\x40\x6f\x82\xf5\xb8\xe3\x23\x56\xcc\xe0\x73\xc3\xa6\xf1\x83\xcd\x18\xc1\x38\x47\x47\xa1\x66\x46\x88\xa7\x39\xa7\x08\xac\x23\xb2\xb7\xe6\xb6\x10\x4c\x18\x23\x6e\x22\x47\x12\x01\x23\x04\xa2\x16\xb2\xe2\xbc\x4d\x83\x93\x91\xbd\x0e\xbd\xc5\xda\x4d\x35\x53\xc3\x20\x12\xdd\x15\x4d\x8d\xba\x2a\xa6\x4d\x76\x77\x1e\x6a\x08\x88\xe9\x0a\x78\x07\x10\x9b\xe8\x26\xde\xc4\xf3\x39\x61\x3e\x9f\xcf\x03\x1a\xfa\x71\x37\x2a\x9d\x87\x72\x10\xbb\xb4\xe2\x87\xb3\x5e\xe9\x06\x04\x9c\xf9\x01\x24\x74\x25\x28\xb2\x6e\x6a\x47\x67\xd1\x26\xbd\x49\x36\xc9\x7c\x4e\x62\x3a\x0b\x1d\xe6\x27\x01\x24\x04\xe2\x19\xa5\x3b\xdb\xe6\xc8\xc2\x60\x6a\x47\x98\xf8\x98\xe9\x33\xa1\xf9\xac\x01\x01\xcd\x90\x51\x3f\x10\x20\xbd\x43\xa2\x6c\xb4\xa8\x1b\x14\x20\x29\xd7\x28\xb6\xed\x4c\x36\x1a\x93\x4d\x07\x5a\x89\x04\xad\xdf\x2c\xa0\xbb\xa8\xa0\xdd\x0f\x20\x13\x9c\xf8\x43\x16\xbb\x6b\x38\x54\xe5\xd3\x24\xac\x08\xae\x47\x15\x3d\x83\x83\xd0\xb6\x9d\x48\xf2\x0d\x21\x65\xc0\xa8\x68\xd8\xe4\x53\x98\xe0\x0d\xa8\xe2\xd6\x3b\x0e\x04\x5e\x10\x48\xe8\x39\x63\xc7\x54\xcf\x42\xc9\xd2\x01\x57\xe2\x97\x33\xae\x80\x20\x0f\xbb\x14\x5d\xa7\xcc\xfc\x11\x34\x49\xfc\xce\xe7\x90\x68\x16\x42\xa0\xad\x47\xf7\x4b\x56\xf3\x65\x51\x3e\xc2\xf1\xe1\x20\x64\x54\xf7\xae\x15\x7d\x45\x8e\xdd\xfa\x5c\x32\x68\x57\xdf\x3f\xec\x43\x5e\x5d\x49\x69\xee\x4a\x8f\xe2\x0a\x61\xfa\x4a\xd4\x70\xf5\x13\x4f\xbf\x7a\x3a\x5c\xc9\x6d\x22\xb9\x03\x0b\x79\xc9\xda\xb1\xae\x2c\x32\x12\x2a\x77\xbe\xe5\x4b\x8a\x71\x65\xcd\xc3\xb9\x15\x58\xc1\x19\xfa\x23\x1b\x5d\xe6\xea\xd8\xf3\xd0\x96\x84\x11\x4b\xac\xac\xc0\xa6\x1d\x3b\xdd\x91\xe2\xcd\x04\x9f\x11\x4d\xd0\x64\x49\x6b\x34\xd1\xb6\xed\xd0\x9b\xad\x5c\x8b\x89\x21\xa9\x22\x2b\x81\x94\x9b\xc6\x2a\x70\xf4\x83\xd5\x0d\x6f\x04\x63\xbe\x58\x23\x84\xb5\xa2\x6b\x35\x9d\xa0\x72\x9a\x37\x86\x1d\x64\x70\x0b\x77\x90\xc3\x1e\x0a\x28\xe1\x00\xf7\x50\xc1\x11\x6a\x78\xa0\xd6\x31\xfb\xf5\xd7\x9c\x5b\xf3\xf5\x73\xc1\x59\x89\xe9\x84\x77\xa6\x60\xfc\x48\x57\xf0\x44\x57\xf0\x9e\xee\x98\x43\xe0\x57\xf9\xf3\x99\xfc\xf9\x7c\x5a\x7c\x15\x3c\x91\x80\xc2\x9c\xce\x56\x04\x56\x2d\x7c\x41\xd7\x2f\x5f\x7e\xbc\x86\x2f\xe9\xa9\x1d\xcb\xe2\x5f\x89\x5d\xfe\x35\xfd\x6a\x79\x28\x0f\xf0\x67\xf1\x2b\x44\xfa\x6f\xf4\xc3\xb7\xf4\x2b\x25\xf9\xff\x85\x5e\xc2\x44\x2b\xc1\x27\x6b\xec\x13\xdf\x44\x9b\x48\x92\x02\xe6\x47\x81\xe8\x8a\x62\x48\xae\x22\xb5\x3c\x8b\x75\x0b\x7f\xa5\x56\xb4\xe3\xd1\x1d\x8f\x1b\x29\x33\xf3\xb8\x61\xc7\xf7\x45\xd4\xb0\x87\xba\x4c\xca\xe8\xe1\x88\x4f\x87\x9c\xbd\x6f\x84\xa4\x59\x95\xf9\xb1\x89\x79\xc2\xab\x26\xce\x8e\x2c\xcc\x79\xdc\xec\xb2\x38\xe6\x45\x93\x1d\xf7\xec\xd0\xe4\x65\x79\x68\xf6\x0f\x79\x9d\x1d\x72\xde\x94\x07\x5e\x34\x15\x67\x71\x59\xe4\xef\x1b\xa5\x34\x89\x9b\x63\x54\x1e\x78\x6c\xc1\x2b\x6a\xf9\xdb\xed\xd3\x8b\xd5\x76\x5b\x6f\xb7\xd5\x76\x5b\x6c\xb7\x49\x60\xc1\x77\xd4\x72\x3c\x77\xbb\xdd\x6e\x97\x8d\xbf\xdd\x3e\x2e\x82\xc6\x7f\xbb\xdd\x3e\xad\x56\x8b\xed\xf6\x89\xad\x02\x32\xb7\xe0\x7b\xfa\x5d\x47\x59\xac\x47\x0b\xac\xc7\x3f\x58\x04\x7e\xa0\xd6\x76\xeb\x5b\xf3\x57\x73\xeb\xb9\x63\xcd\xbf\x9b\x5b\xc4\xf1\x5c\xf5\xee\x3f\x7f\xfb\xac\x99\xfd\x3b\xf0\x28\x51\x29\x9e\xfb\x91\xd3\x37\xf5\x56\xfc\x7e\x14\x90\xe7\xe4\xa3\x66\x6b\x8d\x3f\x6c\x2d\xf1\x65\x6b\x35\x8e\x35\xff\x7e\x6e\x11\xd2\xa8\x5a\xb6\xdb\xc0\x82\x1f\xa9\xe5\xf6\x0d\x6e\xb7\x8e\xe3\xfc\xe7\x55\x93\x66\xfc\xc5\x21\xfe\x76\x1b\x04\x8d\x35\xff\x61\x6e\x91\xe7\xa4\x59\x3e\x27\xdb\xad\x68\x1a\xfe\x46\x05\xb0\xca\x6d\xef\xbc\x9a\x5b\x73\x0b\xac\xd4\x22\xf0\x93\x99\x6e\xbd\xc5\x3e\xce\xb1\xe2\xb7\xaa\xd2\x80\xe8\x56\xc8\x73\x39\x86\xf9\x33\x55\xf8\xf5\x44\xe1\xe7\x20\x7f\x2c\x02\x6f\xa6\x3e\x3b\xfe\xcd\xfc\xdf\xa2\x8b\xaf\xe6\x16\xe9\xb2\xfe\x7d\x90\x95\xea\xac\x6f\xb7\xdb\xe0\xa3\xad\x15\x3c\xf7\xcc\xd9\xc3\xb6\xff\x61\x96\xf8\x91\xc0\xcf\xe3\xc6\xbe\x9f\x5b\xcf\x2c\x02\xbf\xd0\xd3\xb7\x5f\xba\x83\x6f\x7f\x50\x53\x6f\x11\xf8\xe2\xd5\x67\xaf\x5f\x0f\xbf\x6e\xb7\xcb\xfe\xfb\x9b\xcf\xfe\x3c\xfc\x2a\x3e\x8d\x20\xe9\xb9\x45\x64\xe6\xcf\xde\xbc\xf9\xc9\x1d\xf5\xe2\x07\x02\x3f\xbe\xfe\xea\xef\x5f\xfe\x30\xfe\xf0\x23\x81\x2f\xbe\xf9\xf6\xd5\xa8\x6b\xae\x83\xc0\x8f\x7a\x8d\x26\x67\xc7\xba\x29\xea\x9d\xf8\xbf\x10\x2f\x64\xe1\x44\x82\x13\x6e\xca\x64\x21\x90\x9b\x02\x1e\x35\x5b\xfc\x1d\x2f\x9a\x32\x8e\x1b\xc7\xf1\xe7\x8b\xa0\x21\xce\x76\x1b\x3f\x27\x45\xd3\xc3\xaf\xfa\xa0\xde\xb7\xdb\x78\x4e\x1a\xd2\x4d\x2d\x02\x8a\x95\x09\xfe\xbc\x2c\xf3\xd1\xb8\xc5\xbe\xf8\xeb\xdc\x22\xcf\x54\x96\x82\xf3\xf8\xf8\x85\xd4\x27\x8d\xc7\x26\xaa\x93\xcb\xec\xf6\xbd\xe2\xf7\x4d\x5a\x37\xb9\x1c\x51\x3f\xc0\xe1\x18\x1c\xcf\x5d\x6c\xb7\x31\xf1\xb0\xeb\x46\xc7\x1c\x8f\xfa\x6f\x17\x41\xf3\x4c\x75\xb1\x85\x7f\xd2\x6b\xd1\xab\xac\x38\x3c\xd4\x0a\x21\x35\xa2\x33\xac\xe2\xac\x09\x1f\xea\xba\x2c\xc8\xb3\xeb\x0c\xfe\x87\x5e\xbf\xdd\x6d\x63\xf1\xf8\x8c\x5e\xbf\xf5\xdf\x9e\x82\xf9\xf6\xb4\x3d\x3e\xdf\xfa\x05\xab\xb3\x77\xfc\x6a\xfb\x78\x0d\xff\x92\xb5\xfd\xc1\xf1\x05\x06\x99\x93\xc6\xd9\x3e\xce\x49\xb3\x5d\xea\x04\xf2\xec\x1a\x18\xa3\xd7\xfe\xfc\xdf\xc1\x35\x84\x8c\x5e\x7f\xd4\x6c\xb7\xd7\x29\x44\x6c\x00\x79\xb8\x0f\xfd\xed\x36\x66\x8b\x24\x38\xad\xe1\x8f\x2d\x8e\xc2\x6b\xe4\x10\x49\xb3\xc4\x11\x08\x10\x8e\x19\x9d\x64\xb0\xa8\xb5\x7a\xb2\xe6\xe1\xe2\x8f\x9f\x7e\xfa\xf1\x1f\x35\xbb\x23\x98\xb5\xb8\x69\x22\x2f\x74\x57\x37\xb1\x27\x69\xfb\x32\xa9\xca\xfd\x17\x3b\x56\x7d\x51\xc6\xdc\x89\xe7\x58\x82\xb8\x93\x1f\x6f\x6e\xd6\xab\xe6\xd3\x4f\x5f\xfc\xe9\x8f\xb0\x5e\xbd\xf8\xd8\x8e\x9b\x4f\xff\xf8\xf1\x8b\x15\x0a\x2e\x26\x13\xb3\x77\x48\xbb\xa9\xab\xf7\xa7\x6f\x14\x1b\xf3\x15\xfd\x56\xf2\x2d\xef\x96\x08\x7d\x42\x2e\x3b\x12\x18\xbe\x7d\xe5\x9b\xef\x5a\xd1\xd9\xd1\xeb\x36\x62\x75\xb4\x73\x12\x46\x4e\xdf\xd0\x13\xd6\xeb\x7e\xa5\x72\x79\x43\x22\xf5\x67\x2d\xc5\x80\x6a\x36\x24\xa4\x9d\xe4\xfe\x99\xc1\x4d\x6f\x1e\x77\x59\xce\x05\xfd\x52\x0c\xf4\x7c\x1e\x90\x4d\xc7\x3c\x47\x8b\x75\xdb\xb6\x1d\x87\x92\x32\x9c\xf0\x18\xb8\xac\x2b\x81\x9d\xa2\xf7\x25\xd2\xf9\x47\x78\x12\xac\xac\x13\x7a\xe1\xb2\x7c\x2c\x78\xf5\xa5\x22\xee\x4d\x13\xba\xef\xc8\x8c\xd2\xc2\xb6\xf7\x4e\x48\x20\x14\x2c\x47\x01\xb1\x58\x1b\x3f\x80\x3b\x1a\x76\x63\xee\xe4\x8d\x99\x21\x9c\xcf\x58\xd3\xac\x67\x94\xde\xd9\xf6\x9f\xe4\xcf\x1a\x5f\x35\xc1\x8d\x45\xbb\x33\x6e\xdb\x07\x94\x0c\xd7\x2a\xaf\x93\xd0\x7f\x2d\xf9\x13\x47\xf1\x57\x10\xea\x5b\x9a\xf8\xeb\x00\xf3\xfc\x89\x8a\xf2\xe2\x69\x47\xc3\x65\xca\x6b\x25\x6f\x7f\xfe\xfe\xdb\xd8\xb9\x25\x30\xdb\x35\xcd\x6c\x67\x08\xd5\x83\xb6\x76\xcb\x4c\xc8\x6c\xb7\x5d\xa2\xe4\xb3\x77\x04\xe2\x4e\x66\x1c\x4d\x82\x6d\x63\x4b\x83\xb4\xf3\x76\x89\x6d\xd7\x4e\x08\x3b\x62\xdb\xbf\xd5\x86\xe8\x7b\xe2\xbf\x08\xf4\x77\x0d\x79\x31\x98\xe3\x39\x7e\xfe\xfe\x0d\x4b\x85\x2c\x2e\x26\x01\xb0\xf7\x38\x0f\x1f\x07\xc4\xb6\xa3\x61\xce\x2f\x72\x76\x3c\x8a\xbc\xbf\x59\x67\x97\x53\xf4\x19\xe2\x56\x48\xe5\xcb\xfb\xa3\x90\x23\x67\xf7\x4d\x33\xbb\x5f\xd6\xfc\x88\xa2\x24\xce\xf1\x91\x56\xf4\x01\x1e\x69\x08\x4f\x54\x2d\x0e\x03\xc1\x9c\xde\xf5\xa7\x4b\x33\xaa\xc0\xe0\x5c\x71\x40\x4e\x25\x4d\x85\xb8\xe4\x54\x72\xb1\x3e\xab\xeb\x2a\x0b\x1f\x6a\xee\x58\x59\x6c\x11\xe2\x1d\x69\xd5\x11\x98\x90\x81\xb5\xdd\x3e\xb3\x2d\xe2\x86\xcb\xe3\x38\x33\x1c\x09\x1c\xa9\xe5\x67\x31\xfd\xc8\x9a\x1f\xe7\xd6\x47\xc1\x95\x05\x39\x2d\x35\x63\x27\xf7\x44\xbe\x58\x90\xd2\xcf\x03\x7a\x9c\x57\xcc\x11\x4f\x64\xf3\x48\x19\xd3\xe3\xb2\xed\x03\x73\x42\x13\x3e\x9a\x46\x8c\xae\x5c\xde\x96\x59\xe1\x58\x60\x11\x31\x29\x4f\x44\x20\x85\xb3\xd9\x7c\x5c\xe2\xb1\xca\x6b\x75\x8a\xf2\x59\x9e\x3b\x4f\x38\x8f\x72\xc7\xbf\x27\xa7\x36\xc9\x0a\x96\xe7\xef\x4f\x55\xd3\x84\x4a\xa1\x33\x1a\x75\xdb\xb6\xaa\xe2\xcc\xe9\xb5\x37\x3f\x81\xf5\x6c\x2d\xa8\x11\x6e\xd4\x7e\xf7\x0a\x46\x5a\x2a\xb4\x85\xc8\xd9\x25\x87\x4e\x24\xf6\x73\x27\x84\x21\x8c\x45\x73\x21\xcf\xdc\x08\xc9\x2b\xda\xf1\x57\x38\x2f\xb6\x1d\xf3\x9c\xd7\xfc\x2a\xf4\xd9\xf2\xb8\xcb\x92\xda\x21\x01\x84\x3e\xe6\x0d\x28\xd7\x7d\x09\xfb\x26\x33\x66\xea\x97\xfc\x87\x80\xce\x56\xc0\xfa\xef\xb7\xcc\x3c\xaa\x19\xa9\xbd\xe2\xec\x9d\x45\x36\xfd\xec\xcd\x66\xcc\x09\x89\x9a\xa0\x4e\xab\x30\x5b\x77\x13\x65\x2e\x86\x6d\x87\x97\xf5\x61\x10\x52\x21\x20\x1b\x98\xed\x8e\x0d\x31\xa4\x92\xe9\x1a\x8b\x98\xfa\x06\x09\x18\x7c\xb1\x20\xf1\x92\xd5\x75\xf5\x0d\x2b\xe2\x9c\xfb\x91\xcf\x83\x80\x1a\xc3\xce\x07\xb5\x85\x02\xd4\x63\x1a\xd9\xf6\x58\x18\x5b\x53\x6a\x20\x3e\xdb\x76\xfe\x1d\x2e\x8f\xe5\x43\x15\xf1\x6f\x8b\x98\x3f\x35\xcd\x17\x64\xe1\xfc\x9b\x8d\xd3\xc4\x0e\x8e\x07\xd8\x28\x22\xb2\x6b\x11\x8d\x96\x05\x7f\xaa\x5f\x67\x61\x9e\x15\xa9\xc0\x78\x91\x21\x97\x2c\xd6\x9d\x7a\xc4\x5b\xbb\x8b\x75\xdf\xe3\xbd\xb9\x50\xfd\x31\x54\x37\x84\x0b\xdb\x52\x4b\xa1\xc8\x4d\xa0\x3c\x29\xe6\x1d\xcf\x0d\x29\x65\xc6\xfc\x16\xff\x57\xf5\x3b\x46\x03\x4d\x63\x49\x2e\x05\xdf\xc8\x85\xf6\x4a\xb3\xbd\x8c\x39\x66\x93\x1a\x4c\xe9\x3c\x04\xf3\x53\x04\xb1\xec\x0f\x87\x84\x32\xc7\x0f\x20\xd2\x94\x32\x24\x90\xd2\x64\x08\x06\xe9\x62\x41\x22\x9f\xd3\xc4\x4f\x83\xc0\xb6\x1d\x01\x05\x74\xe6\xc4\xe2\x47\x3c\x13\xd2\x8a\x7f\x5d\x97\x0e\x83\xbd\x60\xdb\x53\xe7\xd4\x6c\x12\x6f\xdb\x36\x6b\x23\x9a\xb2\xa5\x52\x5e\xd0\x53\x0b\x89\x78\xcf\x8e\xbf\x7c\xf7\xea\x5c\x22\x47\x65\x1e\x1b\x53\x60\x46\x3a\x59\x5b\xb5\xd0\x9d\x7f\x7a\xd6\x37\x6f\xbe\x7b\x35\xc4\xbf\xee\x6c\xdd\xc2\x1e\x5b\xe5\xb5\xae\x65\x42\xfa\xe7\x90\x52\xe6\x9d\xb7\xe6\xbe\xeb\x4e\x6b\x24\xdd\x17\xf4\x36\x35\x80\x3d\x1d\x77\xc7\x73\x0a\x9a\x42\x49\xcf\x3e\x00\x17\x69\x3c\x61\x0f\x79\xfd\x8f\x8c\x3f\x02\xb7\x6d\x3e\xa3\x54\x00\xcb\xc1\xb6\x1d\xbe\x64\x71\xfc\xd5\x3b\x5e\xd4\xaf\xb2\x63\xcd\x0b\x5e\x79\xe7\x49\x8e\xf5\x50\xe4\x25\x8b\x2d\xe0\x0c\x66\x6b\xe2\x72\xb1\x85\x59\xb4\xc3\x5c\xb6\x3d\x78\x75\xac\xb2\xe8\xb3\x13\x02\x07\x3a\x4b\x9c\x94\x40\x84\xfb\x1e\x51\xf0\x91\xde\x1a\xc0\x63\xaa\xd1\x23\x4d\x1a\xa9\x95\x59\x30\x63\x23\x7a\xd5\x7d\xb6\x48\x2b\x6a\x9c\x5a\xf2\x8b\x75\x9b\x2a\xff\x54\x61\xcc\x2f\xca\xbd\xc4\x98\x16\x21\xaa\xb9\x73\xda\x2f\xe4\x45\x05\xc0\xe7\xad\x76\xc4\x9c\x3e\x93\xe4\x2d\xbd\xc4\x16\xc8\x92\x82\x57\xb9\xd0\xc5\x72\xd0\x45\x46\x04\x0f\xf3\x00\xb3\x51\x85\xa2\xae\xa6\x99\x4a\x75\x1e\xc6\xdd\x14\x8d\x79\x4e\xbc\x4c\xb2\x22\x5e\x7e\xfb\xe5\x48\x39\x93\x25\x93\x16\x1f\x63\x8e\x0e\x39\x43\x8d\x6c\x46\x4c\x57\x6f\x09\x10\x09\x86\xa8\x27\x1b\x9e\x1f\x05\xae\x1f\xb4\x2d\x88\xd6\xf3\x9a\x57\xc3\xf6\xbb\xfd\xd6\xd1\xde\x88\x41\xdc\x57\x37\xb9\x82\xe7\xcc\x8b\xc0\xd0\x6d\x4b\x5c\x47\xd1\xd7\x6e\xa8\xff\x0f\x34\x2b\x87\x7c\x11\xd7\x74\x3d\x91\x34\xf3\x3c\x4d\xf6\x70\x30\x3f\xef\x58\xfe\xc0\x55\x9f\x41\xf5\xf5\xcd\x67\x7f\xa6\xd3\x90\xec\x4d\x29\xee\x7e\x6b\xc5\x8c\xe2\x17\x59\x59\x17\xd9\x4d\x2f\x3c\x67\xa4\x58\xa7\xfb\x9d\xd4\x68\xc7\xd4\x0f\xd4\xd1\xd2\xc5\xca\x05\x51\xb5\x9e\x0b\x12\xc3\xc8\x49\xd3\xd6\x04\x8f\x19\x88\xa0\xda\x91\x81\xc8\x14\x5b\x1e\x75\xb3\x14\x6b\x4e\x28\x69\xf5\xfc\xa0\xc2\x64\x3c\x43\xdd\xae\xb2\xed\x49\xed\xe6\x61\x3c\xf8\x9e\xe7\xee\x87\x08\x95\x18\xce\xbd\xf8\x23\x19\xf0\x7e\x0b\x8f\x27\x46\xc8\x16\xce\x68\xd7\x9e\x6f\xd7\xa2\xe0\x95\x20\x07\xd4\x7a\xc9\xae\x24\x8f\xfc\x30\xb7\x3e\xba\x79\x79\xcd\x6e\x5e\x4a\x85\x41\x9f\xbc\xd8\x26\xc1\x47\x57\xfb\x23\xcb\xf3\xf2\x31\x62\x87\xfa\xa1\xe2\xf4\xa3\x8f\x6e\x5e\x96\x07\xa9\xd3\x56\x1a\x4f\x4c\xbb\x96\x89\x37\x2f\xaf\x65\xf2\x8d\x05\xec\x7c\xf5\x2c\x7f\x58\xdd\x5b\xfa\xd1\x47\x41\x87\xbb\x6c\xfb\x5e\x4e\xb7\xe5\x3f\x7f\xfb\x2c\xa0\xbd\x8e\xf1\xa3\x66\x6b\x6d\x51\xa1\x34\x59\xa9\xee\x49\x5f\x55\xd3\xe8\xaa\x7a\x6d\xa6\xe7\x22\x74\x37\x52\x69\x73\xa9\xae\x2c\xfe\x37\x95\xc3\x9f\xaa\xed\xdf\xf4\x42\x39\x57\xe9\x81\x27\xca\xf4\x9f\x26\x4b\xb2\x3f\x60\x73\xf3\xe7\x13\x45\x97\x7f\x58\xce\xfd\xf9\xbf\x03\xa4\x26\xa3\xd5\x95\x78\x22\x1d\x73\xd6\x92\x9b\x22\x9b\xb1\x70\x24\x76\xa2\x05\x96\x54\x36\x63\x57\x46\x27\xcc\xc3\xec\x85\xa0\x61\x60\x7d\x79\x69\x9a\xc4\x77\x1a\x4f\xad\x1d\x96\x94\xfa\xae\x4e\x5d\x7c\x69\xd2\x78\x81\x2a\xf0\xa9\x49\xd3\x9f\xc0\x72\xb5\xa6\xfc\x42\x2d\xcf\xc1\x7d\xb2\x08\xe8\x92\xb0\x7c\xee\x8a\xf9\x22\x62\xcf\xec\x85\x40\xc1\x8f\x3a\xbf\xde\x3f\x47\x5a\xea\x4f\x4d\x53\x2e\x1f\x79\x78\x97\xd5\xdf\x0d\xf3\x8a\x0f\xfb\xf2\xd7\x89\xd4\x72\x2a\xe7\x71\x94\x28\x36\xe4\x68\xc5\xa2\x65\x9c\x1d\xa3\xb2\x28\x10\x58\x31\x3f\x3d\xaa\xf3\x2f\x90\x22\x11\xf4\xef\xfe\x71\x26\x76\x07\x8e\xad\x52\x63\x9b\x51\x0b\x7e\x14\xb0\x70\x4f\xef\xbb\x89\x37\x54\x6d\xf7\x4a\x3e\x6d\x04\xb7\x50\xd1\x6a\x2a\x4f\x65\xe6\x09\xf5\x8c\x94\xcb\xa8\xdc\x0b\xea\xa8\xd9\xbc\x1f\xcb\x63\x26\x3a\x4e\xa0\xa6\x61\xd3\x18\xd9\x8a\x9a\x65\xc5\x91\x78\x53\xfa\xa7\x3f\x0d\xa4\x20\x8f\x8d\xd9\x3d\x57\x48\x4b\xe1\x50\x80\xdb\x18\x07\x3e\x71\xd3\xcc\x9c\x59\x2c\x15\x42\xb1\x61\x90\x32\x73\xa2\xae\x69\xaf\x7f\x74\x62\x82\xa6\x29\x93\x5d\xb7\xed\xf5\x1f\xed\x8b\x5f\xd1\xbe\x69\x4c\x45\xb2\xc4\x09\x95\xbc\x15\xd2\x81\x02\x40\x7c\x41\x92\xa1\xcd\x51\x36\x9d\x8c\x0a\x9f\xd3\xd0\x3b\xab\x87\x99\x87\x46\xb9\x10\x8e\x57\x1b\xa9\xcb\x9c\x5d\xec\xd3\x62\x16\x5e\xfa\xd4\x11\x20\x2f\x76\x9d\x98\x4e\xc9\x00\x94\xd2\xb1\x5e\xaa\x69\x42\xe2\x5d\x9e\x82\x90\xb8\x6b\x58\xdb\x62\xd6\xa5\x15\xdd\x97\x5c\xf0\xc9\x3c\x16\x2b\x74\xa9\x10\x36\x14\x7b\x62\x7c\x69\xd3\x8c\xfa\x41\x29\x7d\x67\xdb\xb5\xf3\x0e\x18\xf1\x16\x6b\x37\x94\xb9\xc2\x4b\xb9\x42\xe2\xad\xdd\x3b\xef\x2f\xce\x1d\x30\xb2\x10\x3f\x21\x71\x57\xee\x27\x76\x2c\x4a\xaf\xa7\x16\xe8\xd2\xc4\x46\x9d\x09\x41\xbf\x6c\xc8\x07\x18\xaf\x3b\xea\xb3\x00\x32\xea\x87\x81\xd4\x2a\x36\xcd\x2c\x21\x06\x00\xa6\x5d\xa7\xbd\xb5\xcb\xc5\x4b\x32\xd5\x41\x51\x58\xf0\x49\x5d\x59\xa5\x16\xd8\x44\x94\x6d\x7a\x79\xdd\x80\x9f\xdd\xf2\xa1\x90\x8a\x95\x48\xe4\x0a\xa7\x73\x65\x66\x2e\x99\x63\xe7\xc7\x01\xa5\x34\xf3\xe3\x80\xc4\xf3\x79\x0f\x07\x39\xc3\x6f\x80\x5f\x5c\x95\xed\x9d\xe8\x72\xa6\x9f\xd7\xee\xaa\x85\x94\xb8\x45\x0b\x29\xd3\x18\x6f\xfa\xb8\x15\xf5\xbf\xc5\x43\x9e\xcb\x3f\x21\x31\x8b\x74\xf8\xf3\x6c\x31\xa6\xe0\x50\xeb\x82\x19\xea\x82\x3b\x46\xf6\xef\x60\xd1\x8f\x9e\xad\x05\xc1\x87\x99\x33\x3b\x43\xce\x4d\x33\x3b\x34\x4d\x65\xdb\x95\xc4\x35\x21\x69\x9a\x7b\x41\x57\xd4\x1b\x41\x6d\x9b\xdc\x42\x1d\x9a\x0c\xa5\xc6\xa4\x69\x26\x90\xab\x00\xce\xb8\x53\xd0\xa2\xde\xb8\x4f\xe8\x70\x4b\xa7\x6c\x51\xda\x27\x4e\x4e\x6d\x3f\x27\x21\x14\x72\x42\x7c\x16\x68\x2a\x75\xb3\xc2\xb9\xd1\x38\x68\x72\x3e\x7f\x63\x5e\xb4\xf1\x77\xca\x50\xe8\x1c\x55\xf1\xe1\xc2\x08\xec\x9c\x0e\xd4\x54\x23\xd3\x83\x00\x12\xca\x6d\xfb\x4b\x39\x4b\x66\x4e\x18\xe5\x24\x1e\x47\xbd\xff\xec\xa0\xb9\x4e\x0d\x60\x9d\x95\x66\xe2\x25\xae\x29\x1b\x8b\x75\xf2\x46\xb2\x4e\x48\x5c\x27\xa1\x13\x22\x46\x28\xe8\x60\xb2\x3c\x1e\x78\x94\x25\x19\x8f\xbd\x44\xca\x18\x2e\x2a\xe9\xc4\xf8\xd1\x46\x93\x7e\xc8\x46\xd3\x7a\xfd\xbe\xa8\xd9\xd3\x15\xe6\x84\xab\x87\xa2\xe2\x51\x99\x16\xd9\xaf\x3c\xbe\xe2\x4f\x87\x8a\x1f\x8f\x59\x59\xb8\x57\xd6\x9c\xc9\x29\x7d\x28\xb2\xfb\x07\xfe\xba\xac\xa6\x94\x1a\x86\x88\x80\xdb\x38\xa7\xb3\x68\x19\xf3\x9a\x47\xf5\x97\x0f\x87\x3c\x8b\x58\xcd\x8f\x70\x47\x15\x46\x7c\x5d\x0b\xde\x43\x88\x4f\x68\x40\xe0\xac\x04\x13\x22\x3e\x38\x9f\x13\xc8\xb5\x00\x11\x52\xe6\x27\x42\x80\x40\x1a\xe1\x27\x81\x6d\xa3\x75\x0c\x92\xed\x84\x10\x43\xbd\xc8\x94\x81\x32\x6a\x93\x60\x4d\x34\xb0\xdd\xa1\xde\x12\x58\x0b\x9c\xa6\x38\x93\x6f\xf8\xd3\xa4\x4d\x06\xb5\x2c\x44\x75\x89\x41\x6a\xc5\x48\x12\x79\x3e\x22\xd0\x52\xd3\xfc\x49\xfe\xac\xf1\x55\x8a\xd2\x67\xb6\x5e\x68\x72\x88\x07\x96\x45\xdd\x21\x41\x33\x11\xed\x31\x19\x65\x4b\x3c\x9c\x44\x56\x71\xc3\x36\x22\xc1\xd4\x44\x46\x73\x8a\x16\xb0\xfa\x6c\xe4\x63\xd9\xf4\x27\x26\x7e\x94\x3d\xfd\x87\x58\x7a\x99\xaf\x9f\x37\x3c\x97\xc2\x3a\xc2\x5e\x18\x6d\x21\x96\xfa\x29\x89\x1b\x8e\xf4\x64\x68\xab\xdd\x4f\x57\x20\xd9\xde\x1f\x8f\xfc\x21\x2e\xdd\x8c\x01\x22\x13\xf7\x17\xe8\x41\xdd\x3d\xb5\x20\x04\x34\xf1\x5b\xf1\x1c\x0f\x36\xdd\x93\x75\x63\xb9\xa7\x38\xab\x5c\xab\x47\xbb\x96\xb2\x9a\x9f\xad\x5a\xb0\xae\x26\xbe\xb7\x60\xcd\xbb\xe4\x8a\xbf\xcb\xca\x87\xa3\x1a\xfd\xa0\xec\xbf\x2f\x65\x6a\x5b\x38\x54\xfc\x6b\x14\xf8\xdd\x13\x9e\x8a\x4f\x29\x10\xfc\x75\x40\xc5\x9f\x91\xf0\x0f\xcc\xff\x38\xa0\x8e\xf8\xdb\x34\xcc\xff\x04\xff\x7e\x1a\x34\x8d\x69\x1d\xa8\xb2\x0a\x11\x05\x61\xf0\x85\x80\x41\x2c\x68\x89\x9d\xe1\x7f\x1c\xa0\xde\x1f\x3a\x40\x86\x4f\x48\xab\x0e\xdc\x3f\xd8\x97\x01\xbe\x00\xab\xa8\x77\xb2\x81\x75\xd0\xd5\xf4\x31\xf1\x54\xef\xf4\x86\x76\x98\xbf\x0a\x44\xc7\x3f\x09\xe8\xdc\x11\x3f\x9e\xe8\xb2\x78\xfc\x63\xd0\x34\x6b\xe2\xbe\x78\xee\x58\xfc\x1d\x2f\x64\x65\x1f\xa3\x09\x6e\x1c\xeb\x37\x22\xca\x7e\x2a\xcb\xfe\xff\x82\x39\xf3\xff\xfb\x2c\x83\x2b\x7e\x6c\x7b\xdc\x62\xab\xad\x0b\xa6\x76\xce\x4c\x34\x6f\xdb\x62\x76\x34\xa8\xfd\xb2\xc4\x39\x50\x47\x3f\xa2\x0e\x4f\x6c\x44\x17\x07\xe4\x89\x9c\x74\x38\xe5\x6e\x64\xdb\xff\x90\xd9\x23\x21\x75\x87\x34\x75\x22\x98\xad\x88\x7c\x89\x7a\xeb\x5f\x62\x75\x6a\xe6\x45\x48\x16\xfa\x99\xe0\xc2\xac\x44\xbd\xab\x7e\x0e\x43\x31\xe2\x17\x81\xf6\x51\xc2\x14\x73\xb5\x3e\x26\xa4\x15\x00\x2d\x41\xe8\xcd\x67\x7f\x9e\xf0\xcf\x18\x6b\x8d\xa6\x35\xfa\x52\xf7\xe1\x9d\x59\xe9\xcd\x06\x4a\x95\xff\xd8\xf8\xb7\x6d\x95\xed\xc8\x79\xbf\xde\xfb\x0c\x0f\x92\x3a\xad\x74\xd3\x38\xe1\xc0\x46\xc0\x79\xdb\xd9\xbf\xb0\xb9\x25\x0d\x03\x9a\x67\xc4\x12\x93\xfa\xde\x61\x30\xd1\xaf\x50\xae\xc1\x04\x5a\x8b\x7a\xe5\x8b\xf1\xd2\x34\xbf\xad\x2a\x1b\xab\xc9\x94\x46\xd7\x22\xb8\xd7\x5a\xd2\xc2\x68\xef\x0e\x8c\x60\xbb\x64\x7d\xd8\x40\x15\x7d\x77\x62\xc3\x25\x49\x9a\xca\x72\x4f\x48\x73\x62\xde\xdc\xd0\x73\xf8\x5c\x20\x75\x4b\x26\x78\x82\xb3\x8c\x5c\xfd\xdd\xe3\x33\x7c\x7d\xab\x5e\x23\xdb\x5e\x51\x4a\x79\x07\x67\x11\x71\xad\xe7\xfd\x47\xf3\xc3\xcd\x62\xed\x5a\xcf\xcc\x6f\x12\x9c\x7a\x58\x94\x4d\xfd\x5b\x65\x71\x04\xae\xe0\x1d\x14\xfd\x4d\xa0\x43\x82\x78\x63\x5c\x69\x63\xf6\xb5\x69\x78\x07\xa7\xba\xe6\xf9\x1a\xeb\x9e\x5b\x0b\xcb\x9d\xad\x89\x40\x90\xe7\xe8\x46\xbb\xdf\x28\x9b\x03\x8a\xd8\x05\xf9\xb4\x1e\xec\x21\xa5\x56\xce\x8e\xb5\x99\xbe\xf8\x84\xc0\x8e\x5a\xca\xe8\x07\x7b\xa2\xa7\x57\x10\xbc\x58\x4d\x91\x37\xe1\x40\x31\x33\xe5\x03\x03\xe0\x45\x4f\x32\xd9\x8f\x81\x9d\x23\x4d\x66\x42\x1a\xb0\x0c\x8a\x67\x4d\x50\x81\xfb\xa1\xa0\x51\xd1\x9d\x90\xa1\xa6\x77\x0b\x1c\xe9\x2c\xb3\xed\xd9\x4e\x50\xed\x7b\x24\xce\x89\xe6\x24\x0e\xe4\x94\x77\xd2\x41\x4e\x73\xff\x10\x08\xd9\x73\xe7\xe5\x97\xb7\x5e\x85\xa6\xa0\xf9\x98\xa5\x9d\xad\x37\x25\x3d\x50\xab\x2c\x72\x34\x08\x65\xb6\x3d\x2b\x6d\x7b\x30\x92\xb6\xdb\xfa\x59\xe2\x94\xd4\x4f\xbd\x7b\x83\xd8\xbb\xf7\x4b\x31\xf3\xf8\x1c\x40\x6a\xdb\x47\x72\xba\xa3\xf7\xfe\x43\xd0\x34\x8e\xf8\x41\x3f\xa5\x5b\x7a\xe7\xb3\x00\x8d\x3d\x0a\x7a\x2b\x10\x1b\xa5\x8f\xb6\x7d\xeb\xaf\x03\xd8\x0f\x12\x5e\x04\x90\x0b\x36\xf6\xde\x30\x8c\xf1\x8b\xa0\x1b\xed\x7c\x5e\xd8\x76\x6e\xdb\x62\xd4\x4d\xe3\xec\x69\x41\x57\xa4\x69\xca\xe5\xa1\x3c\x38\x68\xe4\x31\x1c\xa8\x6d\xcf\xe7\x7b\xdb\xce\x51\x22\x3c\x89\x5e\x50\xff\x11\x0a\xd8\x07\x1b\x69\xa4\xdf\xf1\x24\x47\xf4\xcb\x72\x42\xd9\xf5\x50\x75\x9d\x08\xae\x5e\x74\x4c\x76\x91\x88\xde\xae\x83\x8d\xc1\xa0\xfc\x9e\x3e\xfd\x87\x8b\xa3\x3a\x8d\x5d\x72\x72\xd9\xa1\xdc\xe8\x90\x18\xc2\x3e\x20\x20\x47\x35\xf4\x1b\xd8\x2f\x28\x87\xbd\x54\x94\xec\xff\x2b\xa6\x94\xae\x6c\x7b\x7f\x1d\xdf\xd0\x55\xdb\x4e\x50\x3e\xc3\xd6\x5b\x70\xa3\xc8\x2d\x1d\x71\xb1\xe2\xe5\x91\xd7\x92\x21\x39\xfa\x6c\x24\x3e\x18\x74\xdc\x7a\x28\xd4\xd1\x24\x8f\xaf\x64\x05\x92\xd3\xee\x8c\xce\xfd\x87\xc0\x43\x09\x80\x6b\xf9\x68\xed\x39\x11\xf5\x19\x30\xb0\x2c\x08\x03\x30\xdb\x1a\x59\xee\x3a\x6c\x2c\x8f\x98\xc7\xb6\xcc\xb4\xb0\x47\x41\xe5\xc2\x61\x6d\x4c\xff\x22\x88\x84\x9f\x22\xcf\x11\x07\x74\xe6\x44\xe2\x07\x53\x5a\x32\x45\xd6\x44\x75\x2b\x88\xc4\x57\x2e\xd8\x33\x39\x37\xee\xa9\x28\x6b\x37\x9b\x52\xb5\xfa\x01\x28\x37\xe2\xdd\xb9\x45\x46\x7f\x40\x20\xa6\x63\x38\x06\x81\x59\x3a\xab\xaa\x94\xc6\x5a\xd0\xe6\xe0\x07\x02\x8d\x8d\x6c\x10\x76\x8b\x05\x71\x12\x9a\xfa\xbb\x40\x72\x0a\x3b\x31\x9c\x50\xfc\x24\x64\x38\x18\xe0\x90\xf4\xf4\x10\x59\x0a\x88\x85\xcc\x2a\xaa\x47\x67\x01\x4c\xc4\xd7\x59\x24\x21\xb6\x6d\x09\xec\xd8\x71\x3c\xc6\x89\xf3\x7b\x53\x33\x10\x1a\xc2\x6f\x4b\x40\xcb\xbe\x17\x6a\x61\x67\x9c\x08\x9c\x57\xec\x84\xa6\xa8\xd1\x34\xa1\x3c\x9f\x10\x52\x4f\xd3\xa0\xe4\xd8\xd1\x1c\x26\x68\x8e\x68\x37\x67\x45\x7a\xa1\xcd\x9f\x15\x07\x87\x94\xfa\x12\x00\x63\x79\x04\x5f\x38\xef\xe3\x08\x49\x9f\x99\x32\x6c\xe2\xf2\x0a\xad\x2e\x0e\x5e\xb8\xc4\x9a\xc6\xe6\x4a\x4f\xfb\xdc\x15\x1f\x44\x07\xc6\xdf\x64\x7a\x67\x45\x4e\xa3\x51\x73\x91\xc0\xd0\xd2\x64\xbf\x67\x21\x99\x20\x9f\x5a\x7a\x1c\xab\x24\xc7\x46\x26\xa4\x57\x49\xb6\x04\x6a\x56\x0d\x5c\xb1\x4d\x1b\xc1\x32\x62\x52\x41\xda\x3f\x8b\x7d\xb9\x1b\x9c\x05\x4a\x4a\xbb\x96\x8e\x5d\x59\xdc\x42\x55\x96\x93\xae\xdd\x8c\x52\x5a\xb6\x80\xe6\xee\x97\xbe\x17\x4b\x16\x09\x01\x4c\xe9\x81\x6d\xdb\x99\x61\x93\x5f\xa3\x8d\x7c\xd3\x3f\x3b\x82\xe3\x9b\xcd\x04\x5e\x40\xc5\x2f\x5b\xee\x2a\x9e\x34\xcd\xbf\xd9\xb2\x66\x21\xda\xc9\xa0\xfb\x30\x9e\x08\x4c\xb3\xab\xfa\xbc\x00\xfd\xae\x5a\xd0\xaf\xbf\x9d\x79\xd5\x82\x3a\xab\x99\xe4\xad\x7f\xa7\x9d\x4c\x28\xfa\xcf\x96\xda\x31\xa0\xb1\xe4\xd1\x98\xf1\x49\x9f\x57\xb5\xa0\x9f\xa6\xfb\x66\x9a\x3c\x99\x6f\x5d\x05\x38\x1d\xd0\x57\xa8\x06\xc1\xf7\x87\xfa\xfd\xa0\xca\xdf\x25\xc7\x67\x89\xd3\x2b\x14\x5e\xfe\x71\xca\x03\x53\xf6\x61\xca\x2f\xb5\xa3\x2e\x4b\x6c\x1d\x3d\x62\x77\x9c\xc5\xbc\x9a\x1a\xdb\xff\xa8\xcd\xda\xcd\x29\x69\x01\x27\x70\x2a\xf3\x3f\x27\x32\x4b\x3b\xa1\xff\xcb\x65\x32\xac\x8d\x34\xb8\x19\x49\x61\x0b\x68\xc9\x7d\xee\xa5\x3a\xae\xea\x52\x9b\xb6\x6d\x89\x1a\xfa\xfa\x6d\xdb\x91\xdc\xbf\x13\xd2\xb1\xa0\x81\x8c\x2c\x11\x82\x86\x2e\x33\x56\xd5\x69\xe7\xfe\xd2\xc0\x7f\x7a\x92\xfc\x55\x80\xe8\x71\xf4\xd9\xd0\x48\xfa\xe1\x62\x2d\xf2\xf0\xfb\x71\x8e\x5e\x82\xf1\x57\x37\x91\x17\xcd\x43\x37\xc2\x9c\xef\x78\x71\x5e\x9b\xe1\x31\xb3\x09\xd1\x4d\x86\xbe\x20\x6c\x7c\x4e\xce\x5a\x02\x65\x1c\x7f\xa8\xf8\xfa\x37\x8a\xe7\x67\x43\x19\x78\xf6\xd1\xae\xaf\x9b\xc5\x42\x30\x40\x1b\x5d\x4d\x3c\xa8\x26\xfd\xdd\xd5\xcc\xe7\xf1\xcb\x70\xba\x16\x34\x13\xd1\x00\x5e\xd4\x3b\x6a\x80\xfb\x7d\xe7\xb5\x7c\xaa\x58\x9c\x95\xee\x6c\x25\xd1\x48\x58\x3e\x89\xe7\x24\xcb\xb9\xf8\x3d\xb0\xe3\xf1\xb1\xac\x62\xf1\x9c\xed\x59\x2a\x12\x5b\xd2\x73\x65\x61\x40\xf7\xcc\x09\x49\x5f\xdd\xf1\x21\xdc\x67\xb5\xc8\x5f\xf1\x23\xaf\xcf\xf3\x17\x32\xbf\x36\x43\xbb\x67\x0e\x39\xb5\xf7\xcc\x08\xf1\xa1\xad\x4c\x8e\x7d\x8f\x07\xec\x18\x0a\xe1\xf7\x0c\x52\x21\xaa\xd6\xe5\x1d\x2f\xb2\x5f\x39\xbd\xe0\x2c\xd8\xbb\x81\xd1\x5f\xb5\x44\x9f\x25\x4e\x67\xa9\x1d\x7a\x2b\xf7\xae\xd3\x93\x6e\x76\x94\xa1\x0b\x24\xdc\x8a\xc6\xb5\xfa\x4b\x73\x39\xe4\xe4\xcc\x22\x0c\x39\xf0\x5a\x9a\x71\xef\x08\x6a\x50\x38\xda\x52\xef\x54\x35\xdc\x5f\x05\x5a\x54\x6d\x9a\x1d\x01\xe5\xf4\x98\x50\x3f\x20\x82\x68\xce\xd6\xe0\x70\xfa\xa6\xab\x02\xfd\x16\xb9\xb6\x61\x85\x44\x66\x3f\x49\xa5\x73\x24\x5d\xc8\xb1\x52\x83\x81\xbb\xc2\xf3\xf5\xbe\xd1\x4e\x38\x96\x6b\x91\x5e\x65\xc5\x95\x9e\x48\x32\x73\x38\xfd\xc5\x4f\x83\xae\xc5\xa6\xb9\xf5\xd3\xc0\xb6\xc5\x07\xf1\xe4\x70\x91\xf6\xdb\xbd\x48\x41\x1d\x80\xb8\xfc\x52\xeb\x59\xe2\xcc\x22\xe5\x6f\xdc\xcd\xf1\x4e\x7d\x77\x77\x5e\xaf\xfb\x22\xee\xaf\x0e\x83\x8c\x74\xb3\xdf\xf6\x60\x51\x31\x4d\x02\x24\x8a\x5c\xc1\xc0\x51\xc0\xb2\x36\xd1\x4d\xb8\x09\xe7\x73\x12\xcf\xd1\xe5\x53\xaa\xe8\x7b\x93\x97\xde\x8d\x91\x0d\xbd\x32\xc2\x65\x9c\x55\xc0\x69\x64\xdb\xa6\xba\x54\xc8\x27\x90\xd0\xa7\xfe\xb4\x2a\x94\x94\xc7\x1b\x48\xdb\x49\xaf\x3d\x0f\xfd\x38\xd0\xe2\x5d\x68\x1c\xfb\x76\xa7\x33\x4c\x95\x18\x09\xec\xa9\xec\x09\x42\xa5\x90\x9b\x12\x04\xc8\xf4\xbc\xe2\x89\x9a\x6d\x9b\xa9\x3a\xba\x33\xdd\xa1\x6a\xfa\x72\xa7\x84\xc4\x9e\xd1\x91\x30\x09\xce\x4e\x9e\xd2\xd9\xf6\xae\x93\x79\x77\xfe\x3a\x30\xf5\xe0\x42\x06\xa6\x3b\xff\x05\xf6\x13\xcf\xe9\x6e\x01\xd3\xce\xfb\x62\x98\xbc\xd6\x03\xfb\xd2\x5e\xcc\x1a\xcc\x45\xa7\x74\x9a\xb0\x69\xc6\xb0\x4c\x3e\x0f\x54\xc6\x09\xd2\xee\x32\x41\x42\xba\x16\x1f\xd8\x04\xa6\x04\x4e\xb5\xbb\xf6\x86\x2b\xff\x6c\x29\x1d\xf8\x71\x00\x91\xa1\xbd\xef\xea\x79\xc7\x4c\x25\x8f\xae\x4b\x88\x41\x7e\x00\x3b\xba\x82\xac\x07\xc5\x5b\x2a\x5d\x9b\xc3\x2e\xca\x89\x93\x50\xa6\xc4\x20\x81\x2b\x22\x27\xc1\x7a\xc4\x7b\xaa\xcf\x56\xe0\x16\xcd\x09\xa4\xf7\x84\x11\x46\xa4\xeb\xc2\xa3\xd1\x05\x43\x5c\x8a\x6d\x7b\x26\x84\x35\xdb\x76\x62\xfa\xc8\x9c\x98\x10\xe0\xb6\x3d\xe3\x32\x8d\x8b\x34\x91\x9f\x0c\x0c\x89\x15\x0e\x1c\xe8\x89\x28\x2a\x3e\xfc\x00\xed\x5b\xd5\x58\x0e\x34\x69\x9a\x07\xe6\x84\x4d\x63\x3d\xb7\x60\xd7\xdb\x44\xf8\xbb\xc0\xdd\xa1\xe4\x77\x4f\x67\xac\x69\x66\x89\x6d\x87\xde\xc1\x7d\xc7\x9c\x03\xec\x81\x61\xf5\x50\xd1\xc8\xe3\x4d\xe3\x24\x1e\x73\xcb\xa6\x89\x89\xe7\x07\x6e\xea\xde\xa3\x45\xb8\x6d\x47\xce\x3d\x54\x32\x67\x4c\x4e\xb7\xf4\x1d\x73\x2a\x28\x08\xc4\xce\x2d\x88\x89\x15\x1f\xee\xe8\xed\x10\x10\xee\x84\x60\x99\xd3\x5b\xff\x0e\x67\xb4\xf2\x0b\xff\x2e\x10\xb2\xe5\xbd\x7a\xca\x09\xba\x35\xc8\xe3\x22\xc1\x7b\xcb\x07\xd1\x00\x3a\xf2\x54\x93\xf5\x55\xb2\xbe\x5b\xb9\x06\xf7\xfe\x9d\xa8\x68\xc3\x91\xd3\x91\x16\x6c\xb7\x90\x91\xf6\x37\x8a\x3b\xb7\x94\x7b\x7f\x71\x12\xc8\x89\xbb\x17\x49\x37\x8b\xb5\x6d\x3b\x89\x7f\x2b\x7a\x98\x8a\x1f\xd1\x3d\xb9\x43\x2b\x1c\x30\x9e\xd2\x57\xfa\x38\xad\x04\x5d\x3f\x71\x2b\x02\xdc\x53\x3d\x48\xa1\x82\x8c\xb8\xda\x3d\x23\x85\x6a\x60\xba\xfd\x34\x44\x8e\x80\x84\xce\x8c\x4b\x11\x2f\xf5\xe1\x91\x8f\xfa\x7a\x81\xbb\x05\xe8\xa6\x4d\x63\x7c\x12\xb4\x10\x32\xb4\x1a\x58\xc1\x1d\x3d\x5e\x10\x8b\x91\xab\xdc\xc1\x6c\x45\x20\xbf\x90\xe9\x2f\x4e\x08\x52\xde\x55\x19\xf7\xd4\x37\x15\x22\xfd\x3e\x9f\xa5\x02\x76\x9b\x26\x9a\x51\x7a\x2b\x48\x8e\x13\xd2\x88\xf4\x90\x76\xa7\xb2\xbb\xb9\x7a\xe8\xa3\x62\x49\x95\x00\x6f\x83\x4d\x72\x93\x6d\x32\xe9\xe9\x1c\x0d\xc7\x9a\xa9\xb1\x92\x3d\xf5\x8f\xcc\xa9\x99\xb3\x27\x10\x11\xa9\x1e\x3b\xa9\xfc\x92\x28\x1a\xb9\xd5\x34\xcb\xb3\x4c\x91\xaa\x88\x1c\x81\xc8\x7f\x08\xe4\x4c\x73\x3a\x9f\x67\x83\x70\x1b\x66\xbb\x5c\xb7\x3b\xd0\x7c\x3d\x32\x27\xbb\x59\xdb\xb6\xec\x06\x3e\x0a\xba\xd6\xe9\x89\xb3\xc5\x9a\xe8\xa0\x02\x8a\xce\x5a\x57\xf2\xb0\x28\x5b\xbc\x90\x55\x7a\xd6\x73\xcb\xb5\xac\xd6\x08\x1b\xa4\x1d\x6a\x22\xe0\x37\x99\x6d\x3f\xf5\x55\x66\x02\xd1\x40\x72\xc3\x65\x6a\xa7\x7a\xee\x52\x91\xac\x92\x76\xaf\x79\x57\x4d\xa1\xb1\x87\x3d\x80\xbd\x1f\x3a\x8c\x74\x6a\x14\xc3\xf9\xe4\x66\x65\x06\x4d\xd0\x6c\xd6\x9d\x2c\x93\xc3\x1e\xd5\xd0\x2b\xb8\xa7\xd6\xca\x82\x8a\x26\xb6\xed\x07\x70\x14\x3b\xab\xa6\xb7\xf0\x20\x50\x0d\xda\xaa\x6a\x73\x5d\x47\xa0\x9c\x3b\x02\xef\xe8\xe3\x9c\x4a\x81\xa3\xf6\xd6\xee\x20\x72\x52\xd3\x2c\xd7\xf0\x44\x1f\xf4\x9e\x14\xeb\x72\x27\x83\x57\x49\x53\x83\x94\x6c\xee\x67\x94\x3e\xd9\xb6\x0a\x34\x95\xd3\x07\xff\x3e\x20\x9b\xfb\xf9\x5c\xe2\x05\xdb\xce\xc9\x69\xdf\x39\x1a\x96\x94\xf9\xfb\xf9\x1c\x49\x66\xe9\x88\x8d\xb7\x23\xe4\xa4\xf8\xb5\x9c\x28\x8d\xac\x68\xe3\x91\xbe\x23\x6d\x84\xea\x4f\x3a\x2b\x45\x35\xb6\x7d\x58\x2c\x20\xb1\xed\x4a\x67\x47\x4c\x74\x98\xd3\x7b\x88\x6c\x5b\x74\xe4\x30\x6c\x2b\x94\x6d\x95\x4e\x05\x47\x6c\xaa\x3f\x01\x3f\xdc\xac\x94\x0d\xd7\xfd\x62\x41\x2a\xff\x3e\x68\x9a\x23\xfe\x75\xc4\x0f\xfd\x5a\x9a\x45\x64\x84\x6c\x8e\x02\x91\x1c\x49\xab\xb1\x43\x06\x47\x02\x77\xb6\x2d\x90\xf2\xb1\x5b\x1d\xdb\x3e\x74\x71\x4a\x04\xe0\x0d\x4c\x0c\x9c\xac\x3f\xc2\x97\x63\x83\x5b\x5a\x13\xa8\xda\x8e\x1c\xa2\x3e\x90\xb8\x89\xce\xb7\xa3\xa9\xb4\xc9\xca\xf2\x69\x5e\x5b\xd9\x28\x60\xe4\x92\xcf\x0c\x4e\x7b\x96\x90\x93\x3c\x3b\x4b\xd1\xe1\xaf\x87\x27\x6d\x4e\xb4\x58\x90\x84\x3e\x31\x27\xf4\xa3\x80\x40\xe2\x3f\x04\x5e\x67\x85\xe0\x72\xfd\xb4\x49\xe8\x67\x0e\x83\xf7\x82\xc2\x09\xba\x97\x74\x07\xed\x94\x19\x06\xce\x59\x7f\x04\x3f\x74\xcb\x45\x3a\x2a\xba\x6a\xc4\x84\xa0\x53\x41\x96\x6c\x9b\x41\x49\xc5\x6c\xa6\x0e\xa3\x45\xd7\x8c\xa0\x2d\xd2\x86\x8a\xe3\xb9\x81\x60\xb1\xb4\x8f\x1e\xae\xe1\x2d\x2d\x05\x0f\x55\x1a\x27\xa4\x04\x34\x3d\xbb\x79\x61\xdb\xd6\xb7\x5f\x8a\xdd\xed\xdc\xe1\x01\x03\x51\xe2\x75\xe7\x54\x20\x7d\x52\x4c\x07\xac\x83\xd8\x21\x1d\x9a\xb9\xc5\x93\x6d\x44\x33\x68\xf4\x47\x7b\x27\x04\xe7\x4e\xe3\x2c\x53\x4c\x50\x6a\xcc\x90\x88\xfe\x12\x7f\x15\xc0\xac\x33\x42\xe3\x9b\x02\x8f\x7e\x07\xda\x39\xe8\x51\xc6\xad\x16\x04\x24\x63\xad\xc7\xd9\x66\xf4\x97\xa5\xe9\x34\xae\xdd\x0f\xbd\x95\x3b\x22\xdd\xd9\x62\x81\xfd\x14\xa3\xcd\x02\x30\x06\x92\xd3\xbb\x01\xba\x14\xbc\xee\x9e\xca\xc1\xf8\x39\x52\xd6\x84\xee\x3f\x38\x26\xed\xf7\x78\xab\xc9\xdb\xb4\xff\xa3\xf2\xf6\xbc\xd5\x04\x37\x83\xb5\x18\x64\xd2\x19\x99\x56\x0c\x7d\x6b\xd9\xd8\xbf\x54\x40\x0b\x70\x7d\x22\xa3\xe0\xcb\x29\x9a\x66\xe7\x30\x28\x09\x71\x12\x34\x40\x02\x0e\xbf\xe1\x81\x49\x80\xb7\x60\x9a\xe5\xd0\x07\xed\xcd\x67\x11\x6d\x94\xa3\xcc\x5b\xd1\xf5\xe2\x01\xce\x4d\x7b\xe8\x6c\x96\xc3\xde\x21\x30\xb4\x78\xbc\xe0\xf2\xb2\xfe\x80\x01\xe9\xb4\x57\xe3\x84\xa9\x76\xc7\xb8\x0f\x0d\xf0\x77\x15\x4f\xe8\x47\x7f\x90\xe6\xf7\x16\x58\x7f\x90\x8a\xa2\x5e\x47\x37\xd2\x10\x89\xfc\x42\x52\x6d\x9a\x3b\x26\xf5\x45\x0d\xea\x46\x77\x3c\x4b\x77\x75\xf3\x98\xc5\xf5\xce\x82\x0b\x67\xd3\x91\x27\x0d\xba\xdc\xb1\xe5\x16\x58\xdd\x11\xea\x50\xdf\xe4\xad\xdd\x17\xd2\x8b\xa9\xb7\xfd\x3a\xb3\x69\x9e\x1c\x1a\x2a\xc6\xae\xd1\x05\xc0\x18\xcc\xd0\xc0\x1c\x77\x82\x85\x01\xfb\xac\xdf\x18\xb7\xcc\xda\x0d\x5c\x95\xbc\x34\xce\xa6\x51\x8a\xb9\xd9\x65\xc5\x5c\x3f\x17\xda\xf5\x0c\x0d\x93\x2e\x2d\x9c\x0a\xc9\x35\xea\x56\x6f\x96\xae\x7a\xf6\xd7\xb3\x3e\xa1\xdc\xb4\x39\x5b\x01\x3f\x0c\x50\x53\xeb\x8d\x66\xdc\x75\xe2\x8b\x36\x74\xb1\x61\x43\x17\x9b\x36\x74\x04\x52\xd6\x3a\x8c\x6c\x0a\xdc\xf3\xb4\xc6\xf8\x89\x87\x8a\xd6\xbd\xf5\x94\x4a\xf2\x2d\xd7\x92\xf1\x18\x0f\x55\xa7\x0d\x2a\x14\x2d\xa3\xb5\x41\xd4\xa0\x90\xe1\xe8\x6a\x6d\x87\x86\xc1\x9f\x7e\xf9\xee\xd5\x97\x65\x44\x6b\xf9\x08\x45\x6f\x02\x59\x77\x8f\x68\x9d\xf8\xa0\x1b\x41\xa4\x33\xc0\x71\xf0\x8e\x5e\xbf\x7d\x89\xa1\x24\xb6\xc7\xe7\xdb\x6b\xef\xc6\xf1\xdc\x97\xdb\xeb\xed\xfa\xa6\x21\xcf\xae\xe1\x91\x5e\xbf\x5d\xfa\x6f\xdd\x3f\x6c\xfd\xed\x12\x82\xe7\xcf\xae\x7b\x45\xc6\x93\x9e\xd7\x2c\x71\x06\xc1\xa8\xc2\xee\x5c\xa5\x58\xa6\x15\x3f\x0c\x0c\x46\x04\xc3\xac\xcf\xfe\x75\x7c\x36\x88\x01\x4d\x2a\xa3\x16\xc9\x50\x78\x66\x0d\x3a\x51\xcf\x90\x8d\xef\x0b\x9f\xc7\xce\xc2\x0e\x3e\x76\x76\xab\x5d\x95\x92\x59\x56\x91\xd1\x36\x21\x35\x53\x3a\x26\xe2\x43\x2d\xf7\xa1\xd5\xc8\x0d\x5d\xc9\x2e\xb4\xba\x96\x0b\x91\x33\x42\x7f\x15\x18\xe7\x3a\x0e\xa3\x96\x5b\x94\xb5\x83\x86\x36\xc4\x22\x20\xd5\x1b\x1a\x89\xa3\xf9\x44\x2f\x43\x48\xa0\x1a\x9b\xea\xa2\x3d\x8b\xe7\xc7\x81\xeb\x07\xee\x30\x8b\xc3\x40\x8d\x20\x9c\x1a\xc1\xd0\x4d\x1a\x43\xde\x1a\xe1\x59\x9d\x13\x1a\xec\x4d\x59\x6e\x99\xa1\x67\x15\x7b\x24\x92\xcc\x05\xe8\x6d\x7a\xf4\x94\x8f\xc3\xf1\x3a\x8c\xe8\x29\x37\x34\xe8\xa8\x6f\xa5\xab\x4e\x0b\x86\xd0\xd5\x79\x18\x70\x3f\x0c\x00\xc3\x11\xf7\xaa\x19\xa5\x18\x34\x0b\xc9\x59\x70\x18\x60\xfe\x5e\x79\x1c\xd3\xb3\x90\xb8\x6b\x4f\xef\x39\x27\x26\x6e\x4c\x50\x21\xab\xd8\x2f\xcc\xac\xdf\xbc\xc1\xdb\x1c\xed\xf8\x5c\x06\x71\x67\x06\x36\x31\xc1\xa3\xd6\x9e\x54\x88\x60\xe4\xb2\x66\x6b\x9c\xef\xe9\x53\xbc\x0f\x16\x5c\x11\x0c\x70\x3a\x75\xf0\x33\x53\x39\xcf\xed\xb0\x6c\xfb\xa1\xe3\x68\x44\x09\xb7\xeb\x85\xf6\x02\x6d\xa5\x31\xf3\x7b\xf8\x55\xc6\x9a\xd9\x1e\x9f\x3b\x2f\xfd\xed\xe3\xf6\xe7\x60\x7e\x43\xfc\xb7\x37\xc1\xf3\x46\xc5\x9f\x79\x8e\xe1\x66\x3e\xa3\x5d\xf8\xec\x69\xc6\x19\xb9\xe4\xc1\xfa\x4f\x6e\x51\xa9\xd9\x88\xa8\xf5\x52\x8a\x88\xab\xc0\xb6\xad\x1b\xf9\xac\xa5\xb2\xc5\x3a\xe8\xe3\xb3\xdd\xd0\x8f\x3d\x5f\x0a\xb5\x78\xba\x1e\xb8\xbf\xea\xe0\x23\x30\x8b\x9a\x66\x16\xf9\x22\xbb\x66\x09\x67\x61\xd3\x84\x4b\x19\x5e\xdb\x73\xc2\xa6\x79\x4f\x14\x7c\x10\xf7\x2c\xa6\x71\xd8\x7d\x43\xed\x8e\x0e\x62\x12\xd2\xf0\x2a\x2b\x8e\x35\x2b\x22\xd1\xe5\xc2\x13\x3b\xd9\x0d\xc1\x8c\x7b\x0d\xc5\x12\x03\xc0\x0a\xc2\x8b\x25\x21\xd4\x66\x47\xb8\x7d\x27\x62\xb5\xe4\xb8\x9a\xf0\x4e\x59\x30\x8a\xd6\xce\x03\xf8\x86\x32\x8e\x70\x74\x95\x15\x57\x21\x19\xe0\x5a\x15\xc7\x99\x78\xea\x41\x8a\x1a\x72\x54\x68\xeb\x16\x01\xa6\x98\x11\xa1\xdb\x6e\x33\xe4\x63\x07\xdd\xc8\x7f\x11\x10\x88\xd1\xd5\xd2\x38\xee\x74\x8c\xfd\x4e\xd7\xb8\xff\x84\x3c\x10\x13\x30\xa3\x76\xd3\x1c\x06\x5b\x84\x32\x30\x9b\x33\x3c\x91\x9c\x41\x31\x5d\x9d\xcc\x3e\x6c\x86\xb8\xe3\x38\x87\x53\x66\x83\xef\x97\x15\x67\xf1\x7b\x4f\xfd\x22\x74\x3b\x05\x71\x9d\xce\x6c\xbe\x37\x5e\xd6\xa3\xe9\x7b\xd9\x3d\x0e\x47\xc3\xf4\x13\x11\x8b\xac\xc3\x7c\x3a\x4c\xa1\x9f\x76\xf3\x99\x71\xb2\x23\x36\x02\xbc\xa7\x85\x10\xad\x05\xf0\x7f\x2e\xb7\x90\x9c\xc4\x63\x73\xa8\xf8\x3b\xc7\x73\xff\x5e\xd4\x59\xde\xa0\x83\xe8\x35\x7c\x41\x4f\x68\x77\x55\xf1\x02\x0f\xa9\xa4\xe5\xc5\x51\x3c\x17\xfc\x09\x0f\x9a\x44\x31\x77\xb6\x6a\x37\x3d\x4a\x8e\xb3\x6a\x3a\xea\xa5\xc4\xc2\xdd\x80\x23\x6d\xa6\xc0\xf0\x10\x81\xc8\x70\x3e\xfd\x1a\x68\x55\xba\x91\xa2\xd4\x08\x88\x97\xb3\xa3\x13\x69\x6b\x27\x25\xb2\xf6\x44\x31\x6e\xe1\x28\x4f\xa9\x2f\x46\x12\xf5\x83\x89\x23\xed\x71\x54\x0e\x36\xc3\x83\xdf\x48\xd7\xdf\x6b\xac\x31\x66\xa4\x41\x88\x76\xec\x38\x15\x73\x5e\x2f\x86\x29\x7a\x9b\x08\x74\x9a\xba\xc8\xc8\x2c\x82\x58\xb0\x0d\x3b\xa3\x30\x32\x2c\xbd\xcf\x02\x93\xc2\xb4\x10\xe5\xe5\x91\x9b\x81\xda\x87\x03\x56\xde\x4e\x26\x5d\x4c\xc4\x8a\xa4\xb4\xc3\xba\x4d\x73\x4e\x1a\x3d\xac\xa7\x8f\xac\x8e\xe0\xe6\xae\x3a\x7d\x3e\x6e\x7b\xb9\x41\xe2\x60\x13\xd9\x76\x24\xa6\x6c\x33\xf6\x53\x4a\x9c\xde\x4d\xfa\xe5\x7a\x6d\xdb\x4e\xea\xa5\xd2\x6c\x45\x59\x88\x8e\x5d\xa9\x2f\x70\x12\x18\x60\x96\x9c\x92\xee\x04\x78\x70\xda\x35\x22\x4a\x49\x7f\xf4\xd1\x91\xd0\x84\xb8\x09\x5a\x0f\xc4\xfc\x69\xd2\x8c\xc2\x9b\x08\x72\xab\x18\xa9\x02\x7d\x71\x24\x32\x20\x3a\x70\xad\xa4\x7b\x1a\x79\x0b\xda\xe0\x2a\xac\x8d\x64\x42\x3d\x98\xa1\x04\xd4\xca\x57\x47\x21\xe2\x8b\x1d\xf4\x59\x9e\x3b\x9a\xc8\xb9\x8b\x75\x0b\x2c\x8e\xa7\x23\x2b\x9f\x5d\x18\xa0\x46\x35\xb8\xdc\x20\xe5\xb5\x43\x40\x16\xc4\x00\xa9\x2c\x8e\x3f\x1f\x5f\x8a\x60\x56\xc8\xe2\xd8\xd1\x71\x84\x47\x31\xf5\xdd\xd1\xbb\x86\x58\x46\x48\x6b\x46\x2c\xfd\x52\x76\x73\xbc\xa5\xd7\xc3\x2d\xdd\x1f\x91\xab\x80\xab\xa7\x09\x0b\x11\x6d\x98\x71\xee\xf2\x19\x2a\xb7\x2c\x93\x62\x29\xcf\x20\x85\xc7\x26\x23\x24\x2f\xe3\xac\x72\x18\x98\x47\x8e\xa4\x2b\x81\x18\xef\x62\x98\xe2\x89\xa2\x18\xa5\xb8\x18\x5b\x7a\xa8\x02\x62\x1a\x06\x06\xb3\xa4\x95\x38\xf2\x52\xde\xb1\x61\xb0\xaa\xfb\xb3\x3c\xff\xe0\x50\x26\x9a\xf8\xad\x22\x17\x5a\xfa\x7d\xe3\x37\xdb\xc3\x09\x10\xb5\xfd\xce\xa9\x1b\x9b\x3e\x8b\xe2\x0a\x3b\x5f\x58\x2f\xf5\xd5\x71\x4c\x20\x68\x9a\x53\x4b\x0c\xa9\x5f\xc8\x40\xd0\xd1\xa7\x0f\xd6\x63\x2a\x0b\x44\x21\x4d\xc8\x26\x35\x13\xea\x6b\xcf\x03\xe9\xbd\xe5\x07\xc0\xcc\x88\x7d\x6d\x3b\x0a\xf2\x2b\x08\x82\xcf\x82\x9e\xd3\x34\x0e\x5f\x8c\xab\x3d\xc2\xfe\xe8\xd3\xc2\x29\x1c\x58\xaa\x7f\x4a\xf0\x84\x31\x42\x26\xe7\x0c\x15\xc5\x78\xd4\xd8\x09\x82\x78\xba\x69\x32\x25\x37\x02\xb5\x7e\x81\x16\xbb\x1d\x6e\xe0\x04\x3e\xef\xf5\x64\x7c\x59\xf1\x77\xbc\x42\x0b\x21\x18\xa1\x13\x4e\x34\x8b\xfd\x15\xbd\xde\xbe\x9e\x5f\xa7\xf0\x35\x3d\x19\xa6\x01\x7f\xee\xf7\xe7\xd7\x62\xa4\xa7\x4e\x69\xad\xf6\xb3\x72\x01\x75\xbe\x42\xbd\x27\x0c\x2d\x73\x05\x9f\x47\x05\xb1\x82\xb0\x2d\x96\x5f\xb0\x3c\x0f\x59\x74\x77\x1c\xf8\xac\x31\x3a\x81\x7e\xbf\xc6\x01\x89\xc6\xdd\x9e\xe2\xb6\xa0\x7c\x1b\x07\x61\x87\x05\x49\xcb\xe8\x8c\x2d\xcb\x22\xe2\x78\xf0\x71\xdb\xd7\x9f\x6b\xe1\x8d\x2d\xf7\x7c\x5f\x56\xef\x6d\x3b\x87\x88\xce\x56\x90\x52\xde\x34\x2b\xe5\xe7\xb7\xeb\x05\xc7\xd9\x6a\xb3\xb3\xed\xe4\x26\xdd\xa4\x92\x0e\xef\xfc\x54\x9f\x59\xe5\xfe\x2a\x80\x5c\x30\xc4\x68\x39\x88\x3e\x7f\x75\x79\xf8\xa1\xf8\x9a\xe5\x47\x4e\x4e\x21\x9d\xad\x15\x79\x8a\xe9\x6c\x0d\x3b\xdb\x76\x32\x2f\xeb\x44\xe7\x5b\x27\xd3\x8a\x5e\xe2\x86\x9e\xe8\xba\x7b\xa7\x0d\x0c\xd1\x7e\xeb\x8e\x9e\x06\x94\x40\x86\x28\xd4\x67\x43\xba\x9b\x9b\xee\xea\xa6\xab\xd4\x41\x30\xc4\xa5\x08\x47\x77\xc8\x48\x1e\x4c\x45\x8d\x8e\xc8\x66\x10\x2f\x3a\xf6\xf4\x19\x85\x6d\xdf\x2d\x77\x4c\x30\x57\x4d\xb3\xd3\x54\xd6\x45\x0b\x4f\xdd\xf1\x9e\x4b\xa0\xb1\x6d\xa7\x4e\x44\x5a\xd2\x1a\x31\xb9\x21\xf6\xfa\x49\x74\x43\x04\xd9\x08\x6e\x31\x0c\xa5\xc9\xe5\x83\x0c\xc5\x36\x71\xb1\xcb\x4e\xd0\x7f\x09\x50\x5d\xa8\xf0\x09\xf9\x4d\x73\x90\x11\x15\x32\x9e\xe4\x7e\x43\xd8\x41\x44\x04\x4b\x41\x76\x5a\xf5\x1c\xc1\x1a\xb7\x93\x93\xdc\xd0\xc8\xb6\x93\xc5\x02\x52\x7c\x4a\x17\x0b\xd2\xca\x6d\xd0\xc2\x98\x85\xeb\x18\x82\xbe\x72\x06\x3b\x64\x56\x66\x8e\x0a\x09\xa9\x55\xf3\x63\x1b\xca\x7e\x24\x3a\x9e\xbc\x6c\x43\xad\xee\x64\xc6\x8c\x86\x8a\x3b\x1e\x66\x9e\xb8\xf9\x66\xb6\x6b\x21\x2f\x4d\x8a\xde\x47\x38\xd3\x75\x84\x4d\x63\x40\x93\xaa\x52\x14\x9a\xac\x30\x43\x6b\x41\xfe\x73\x56\x4f\xdf\x69\x24\xc6\x1b\xd9\xf6\x2c\xc3\xe3\x24\xbc\x35\x00\x42\xea\x33\x08\x25\xe2\xf2\xd4\xaf\x43\xdc\x30\x80\xd8\x53\xe7\x78\x21\x71\x71\xdd\x55\xf3\xa2\x89\x89\x3e\xdf\x2d\x75\xdb\xe3\x1b\x8a\x8c\x72\x53\xbd\x9e\x45\x6d\x87\x81\xee\xcc\x9b\x60\xbe\xe4\x09\xaf\xaa\x49\xc3\x5c\xdf\xb7\x2a\x7e\x2c\xf3\x77\xdc\x02\x2b\x2e\x0b\x6e\x81\x81\x8c\x1c\x4b\x20\x8e\x2b\x89\x1e\x2c\x02\x3a\x6f\x6c\x05\x20\x0a\x62\x74\x4a\xb0\x12\x96\xe5\xbf\x55\xee\x16\x6d\x6c\xb1\x5c\x51\xd6\x59\xf2\xde\x12\xc4\xb0\x4c\x2b\x7e\x3c\x8e\xca\xea\x62\x41\x00\x11\xb5\x0e\xbc\x88\x91\x52\xc6\xf4\x74\xac\x59\x3d\x35\x65\x51\x0b\x2c\x7f\x64\xef\x8f\x13\xdf\xf8\x52\x0c\xcb\xd8\x90\x4b\xd1\x5d\xe7\x6c\x56\xeb\x9d\x49\x38\x75\x40\xc8\x2e\x5b\x8f\xda\xf5\x6c\x1a\x01\xf2\xa6\xd1\x8c\x3a\xe6\x4b\xe9\x50\x26\x96\xbc\xa0\xf8\xd9\x70\x3f\xf1\xd7\x41\xe0\x9c\x35\x9b\xda\x76\x3a\x7d\x4b\xd5\x86\x49\x85\x43\x5f\x9f\x10\x6b\xf7\xd9\x91\x13\xaf\x7b\x74\x88\x1c\x74\xb4\x54\x0b\xa6\x06\x2d\xde\xc5\x42\x08\x46\x5b\x4e\x3d\x4a\x22\x62\x39\x88\x1b\xf9\x89\xbf\x0a\xe6\x96\x80\x3c\x2b\xc0\x76\x11\x17\x46\x7d\xad\xf2\x86\xb8\x54\x5e\x73\xd1\x75\xa9\x15\x58\x83\xc9\xc8\x91\xa4\xcf\x2c\xd8\x22\x7c\xfc\xd0\x8d\x66\x1d\x90\x32\x88\x89\x1b\xb7\x2d\x70\x83\x8e\xc6\xcb\x43\x86\x76\x98\x62\x71\xe0\x7c\x8e\x59\x3f\xc7\x89\xff\x22\x80\x1d\x46\x6f\xdd\xc4\x72\x5a\x69\x2a\x78\x79\x41\x69\xf0\xc1\x9c\xe5\x88\xee\x5a\x08\xfd\xf5\x5b\x16\xf8\x2f\x02\x8d\x18\x20\xf4\x5f\xe0\xbb\x40\x0c\x04\x38\x4e\x48\x30\x71\x23\x03\x9f\x9c\x2a\xee\xc5\xee\xf4\x8e\x1d\xe6\xa7\x69\xb7\xc3\x31\x50\x98\x9e\x31\x8e\xb7\xe0\xa8\x6b\xcd\x38\x70\x3c\xb1\x7b\xdc\xf1\x29\x4b\xed\x15\x44\x67\xf7\x47\x10\xbc\x9a\xaf\x13\x67\x85\x6c\xc0\x9b\xe6\x03\xf0\xc2\x5d\x41\xeb\xd1\xc9\xdd\x63\xae\x01\xd9\x44\xcc\xe4\x34\x27\xdb\x25\x0b\x9a\x2e\xb8\x1e\x1c\x71\x24\x9e\xc6\x57\x7d\xdd\xac\xbd\xb3\x2e\xba\x1c\x7d\x35\x32\x2f\x55\x70\x87\x78\x4e\x34\xe0\x2e\x16\x49\xd3\xa4\x1a\x62\xbb\xf4\xb6\x95\x56\xb3\x78\xe2\x7d\xb3\x46\x19\x3b\x43\xcb\x5b\x49\x85\x38\x81\xdb\xe1\xeb\xdd\xe0\x75\xc3\x95\x92\x39\xf2\xc3\x60\x34\x17\x22\xa9\x9f\x0e\xf3\x4d\xef\x20\xd1\x87\x3b\x41\x42\xe5\x06\x4a\xcf\x37\x90\xc8\x71\x0b\x19\xc1\x01\x74\x91\xe6\xc6\x23\x11\x75\x40\x6a\x6c\x0e\xc5\x5a\x7e\x83\x17\x0b\x4a\x3d\x18\x9d\x64\xdb\xf1\xd3\xb8\x5b\x4c\x43\x56\x8f\xe4\xbb\x9b\xbb\xd6\x80\x45\x7e\x66\x59\xed\xae\x61\x57\xe6\xb1\xfc\x30\x60\x2c\x3d\x55\xb1\xc8\x35\x9f\xbb\xea\xcd\x99\xad\x48\x2b\x8b\x0f\xb2\x63\xd8\x98\xd9\xca\x5b\x2c\x8c\x62\xa8\xea\xc3\xaa\x49\xd3\x38\xdd\x0b\x46\xb2\x9d\x89\xec\xb6\x3d\xc8\x7f\xb3\x6a\x1a\xe7\x9b\xc1\xac\xe4\xe0\x17\x81\xd2\x1d\xd5\x55\x96\xa6\x5c\x85\x1f\xa8\x6c\xdb\x11\x1c\xea\x28\xd5\xb1\xb0\x36\x4b\xc8\xf3\x39\x59\x96\x49\xd2\xa5\x90\x91\x08\xfe\xad\x43\x4e\xb9\x0a\x6f\x3b\x8a\x77\xf9\xe5\x0f\xdf\x29\xbf\xa9\x57\x25\x8b\x79\x6c\xc1\xb7\x30\x5b\x13\x60\xd3\xd9\x65\xb4\x4b\x99\x45\xcf\x13\x69\x47\x0b\x43\x27\x7c\xbf\xbe\x11\xe3\xa5\x83\x6d\x65\x45\xe5\xfe\x90\xf3\x1a\x8f\x8c\x73\x59\xc5\x6b\x41\xd4\xbc\x23\xaf\xdf\x64\x7b\x5e\x3e\xd4\x8e\xaa\x9a\xb8\x4e\x3e\x11\xad\xf3\x72\xef\xcf\xf3\x1a\x5d\x27\x04\xbe\xe9\xa0\x28\xc4\x93\xa3\x11\x64\x21\x3c\xfe\x05\x9d\x8d\x22\x7e\x3c\x8e\x10\x80\x16\x2a\x94\xcd\xf0\x94\xf1\x29\xa5\x11\x9e\x17\x74\x77\x88\xf5\xfc\x35\x39\x71\x21\x3d\x88\xbd\xbb\xbb\xca\x8a\xab\x88\xe8\x66\xb0\xf6\x1d\x44\xfe\x2e\x80\xd9\x0a\x5b\xe8\xfc\x4e\x07\x77\xdd\x89\x0a\x86\xb7\xe8\xc4\xf2\xb6\xbf\xd9\x0a\xcd\x58\x9d\xd4\x73\xfa\x13\x4a\x1d\xca\x98\xb8\xce\x2d\x0d\x21\xbc\x84\xce\x6e\x0d\x5d\x56\x84\x81\xcf\x94\xf6\xbe\x33\xa3\x0d\xd1\x89\x10\x22\x48\xbd\x58\x5f\xb0\x89\x29\x3b\xd0\x9f\x48\x6f\x1c\xc8\x3d\xe6\xde\x7a\xba\x1f\xc4\xcd\xbc\x10\xc3\x15\x08\x04\x97\xb4\x1b\x39\xea\x43\xfd\x25\xab\xd9\xd4\x76\x1f\xaa\x5c\x65\x20\x12\xf3\x7d\x36\x37\xce\xff\x7a\x60\xff\xab\x43\x4e\x4a\x23\x25\x95\xed\x9d\x87\xa8\xd4\x54\xb2\x68\x27\xc8\x2a\xac\xe0\x34\x70\x6b\xd3\xed\x9e\xda\x56\x31\xfe\x4b\x75\x6b\xa0\x3c\x83\x16\x4f\xf3\xbf\x2e\xf1\xe6\xa0\x16\x7f\xe9\x1a\xfe\xaa\xc6\x70\xa4\xe6\x68\xe0\xaf\xe6\xdd\xa8\x77\xfc\xfd\xd9\xcd\xb6\x5d\x39\x87\x75\xc7\xba\x32\xf8\x54\x28\xfa\x16\x51\xe6\x9b\x3d\x08\x94\x01\xff\x29\xa2\xaa\x07\x18\xf2\x3a\x1c\x66\xa2\xda\x2d\xa0\x85\xa9\x09\xc8\xf0\x4c\xb5\x0b\x8e\x1d\x93\xb3\xf2\x11\x18\x2c\x48\x48\xda\x81\xf2\x14\x27\xce\x8f\x82\xa6\x71\x06\xef\x68\xb1\x1e\xb5\x70\xe4\xf5\xc5\x1b\xda\xb0\xc0\x1d\x7f\x2f\x20\x2b\xa1\x46\x71\x1e\x5c\x38\xf8\x4e\xfc\x30\xa0\xd1\x46\x43\xbf\x80\x75\xe3\xc2\x3f\x27\x21\xa4\xeb\xea\xa0\x3a\x08\x8d\x5b\xaf\x62\x79\xea\x94\xf8\xf1\xf0\xde\xaf\x64\x7c\xb9\x6c\x6f\x56\x69\x54\x66\x74\x3a\x18\xc6\x32\x92\x41\x10\x5c\x41\x23\x5b\x90\x5b\x77\x7a\xe8\xe7\xc5\x9a\x26\x9c\x50\xde\x84\xb6\xdd\x65\x89\x3c\x47\x1d\xf5\xa6\x5c\x46\x77\x82\x7e\xef\x2b\xae\x4a\x7d\x2a\x96\xdd\x5d\x7d\x18\xd6\xca\xd5\xc7\x43\xb5\xea\x45\x5f\x32\xf2\x22\x37\x24\xe7\x82\xb5\x79\xe4\x89\x06\xcb\xe6\x52\xa5\xe6\x74\x48\x8f\x88\x7e\x24\x64\xf0\x4d\x30\xaa\x68\xce\xdb\x5f\x2b\x19\x12\x0f\xef\xb1\x93\xa6\xb4\x21\xaa\xb9\x8c\x1e\x8b\xee\x72\x3a\x1c\x02\xe0\x95\x8d\xa9\x17\x53\x3f\x04\x1e\xb8\x4e\x4c\x39\xc4\x34\x96\xa9\x7e\x1c\xb8\xf1\x40\x8d\x84\x96\x8b\xf1\xb9\xe5\xa2\x8a\x91\x9b\xfa\xb1\x1f\x05\x41\x8b\x12\xbc\xd8\x98\x97\xee\xc1\x34\x41\xcb\x18\xd6\x68\x13\xe2\xed\xab\x04\xa5\xef\x88\x55\x43\x09\x72\x94\xb5\x0b\x83\xff\x81\xda\xda\x16\x37\xfc\x2b\xe4\xd0\xfe\x0a\xdf\xa9\xdf\xef\xd5\x09\xf6\x49\x1e\x5f\x3f\xdf\xb6\xcd\xd6\xd7\xcf\x01\x79\x76\x0d\x3f\xd0\x6b\xc7\xff\x6c\xf1\x3f\x01\xb9\x4e\x7b\xbc\xf7\xe3\x10\xf2\xcc\xb5\x3a\x8b\x2a\x2f\xef\x18\xb4\x62\x56\xb3\x85\x35\xef\x23\xab\xfd\x00\xd6\xe2\xd9\xda\x1a\x3b\x30\x47\x63\x93\xa5\x98\x9c\x9f\xd2\x47\xe4\x24\x70\x52\x44\xad\xba\x7a\x40\x9a\x1e\xe1\x35\x62\x09\xcb\x8f\xfa\x75\xed\x5a\x82\x10\xc9\x37\x0c\x8e\x33\x8f\xe6\x96\x7c\x9d\x47\xee\xf7\x3a\x18\x8e\xa7\x4e\xa3\xff\xf2\xfa\x87\xef\x51\xc9\x64\x84\x54\xfb\xce\x80\x6f\x49\x1d\x23\x3a\x0c\x38\x16\xb5\x83\xd3\xb7\x0b\x0b\x7f\xf5\xdd\x52\x7d\xc4\x03\xae\x57\xc6\x5b\x0b\xf1\xb0\x8c\x9c\xd8\xff\xd3\x15\x34\xc8\x75\xd4\x6d\xaa\x2f\xc7\x65\xc8\xe9\x3b\xc5\x45\xa9\x20\x6d\xff\x9a\xac\x56\xd5\xfa\x6a\x5c\xeb\xbf\x2e\x56\xfb\x6a\x50\xed\xf8\xc0\xf1\xac\x91\xf3\x0d\x2e\x88\x70\x4a\x13\xdb\x4e\x0c\x93\xbc\x01\xc8\x48\x3a\x65\xe8\x8f\x91\xeb\xf8\x0e\x11\x4f\x22\x4d\x7d\x12\xe3\x4c\x6e\xf6\x4a\x7e\x01\x4b\xcd\xa2\x80\x95\xa3\xe0\x44\x4f\x51\xe7\xcb\x62\x6c\xd0\xd4\x8f\xa4\xbf\x8c\x78\x58\x16\x6c\xcf\x61\x85\xf6\x42\x5d\xc8\x23\x09\x9b\x52\xe5\x6d\x22\x89\x58\x69\x93\x3e\x25\x04\x7e\x94\x6e\x3c\x7e\x1c\x08\xae\xe3\x15\x02\xc6\xb8\x0b\x20\xd8\x78\xcd\x90\xa8\x87\xf3\x9b\x5d\xe5\xe1\x16\x8a\xd4\x06\x43\x20\x41\x4d\x8a\xb1\xa4\x25\xee\x5f\xc6\x37\x70\xf7\x66\xd6\x66\x17\xa5\xf9\x45\x62\xe0\xf4\x50\x59\x89\xa8\xf9\x03\x66\x62\xe6\xfe\x3e\xb8\x41\x9e\xf8\x03\x79\xe4\xc0\xe5\xe7\xc9\x6c\x72\x63\x4c\x0e\x4a\xd2\x39\xd9\x0a\x0e\x27\x26\x1b\x63\xa0\xb1\x20\x38\x0b\x79\x3a\xd7\x2d\x06\x2e\x44\xdf\x8c\x6d\x9b\x33\x83\x37\x8e\xb7\x2a\xda\x23\x9c\x0b\xbe\xf2\x8b\x92\xa6\x26\x20\x7a\x74\x6d\xf8\xd9\x1a\x28\x58\xef\x96\x41\x02\xbc\x86\xf6\xfb\x07\xfe\xc0\x3f\x4c\x7d\x99\xe7\x84\x14\x1d\xa8\x92\x27\x8b\xcc\x2d\x2c\x62\x41\x4c\x5f\xf5\x24\x36\xb2\x6d\x0c\x17\x3b\xb8\x98\x5a\xe4\x30\x36\xa5\x69\x4a\x11\x11\xe2\x76\x31\xbd\x09\xe0\x0d\x45\x7d\xb8\xed\x98\x9f\x77\x8b\x9c\x50\x3b\x2a\xfa\x20\xa3\x8c\xd2\x62\x89\xb9\x64\x07\xe2\x5e\x5d\xc1\x69\xd4\x3b\x7c\xd2\x62\xf9\x2f\xcc\xf6\x4d\x59\xde\x1d\xbb\xc8\x25\xfd\x04\x15\x4b\xd5\x9a\xc4\x06\x1b\x2b\x2b\x3a\x5d\x22\xa5\x94\x4b\x25\x7b\x57\x61\xbc\x58\xa0\x7b\x9a\x23\x3a\x42\x95\x11\x83\x8e\x15\x6a\x96\x25\xa0\x48\x58\x82\x87\x17\xc0\xb5\x3c\x91\xa2\x2f\xdb\x2c\xb6\x6d\x44\x20\xa8\xdf\x46\x25\x8e\x23\x90\x56\xdf\xd7\xe9\x5b\x65\xd5\xf4\x63\x0e\x6b\xd3\xe1\x3e\xb9\x10\x11\x22\xe2\x6e\xca\x23\x38\x49\xed\xf9\x65\x75\xea\x58\x99\x65\xa0\x46\x3f\xec\x96\x3a\x0a\xe4\x3d\x1b\x63\x54\x39\xb5\x4a\xb2\x9f\x2f\x46\xf7\x99\xce\x0c\x63\x34\x47\x5e\x64\x2a\x26\x10\x04\x32\x3b\x83\xf9\x97\x91\xa7\xd7\x56\x63\xdb\x2e\x16\x3b\xf2\x8e\x22\xd5\xfd\xc0\xee\x34\x4b\xe3\x06\xdb\x0c\xa1\x40\xed\x05\x50\x6b\xc8\x6c\xdb\x5c\x39\xb1\x45\xd1\xc2\xa0\x07\x8d\x7e\xf3\x4c\xc0\xe6\x87\x37\xe0\x64\x25\x51\xce\x59\xf5\xb7\x0f\xd6\xa3\x60\x52\x42\x3c\xe0\x5d\xfd\xe7\x3a\x50\xd3\x53\x65\x0d\x7c\xa8\x20\x90\xb4\x4a\x73\xa1\xdd\x8d\xb8\x46\xdf\x16\x8b\xb8\x69\xf8\x40\x8d\x92\x80\x9f\x04\x62\x1b\x5c\x5e\x38\x8d\x37\x19\x55\xbd\x33\x2f\x6b\x51\x48\x21\xf1\xd3\x00\xd8\x00\x58\x11\x49\x44\x12\xde\x05\x59\x9a\xcf\x41\xbd\x21\x10\x1a\x3e\xa3\x3b\x87\x00\x37\x15\x0c\x4a\xc1\xf5\x37\x7a\xed\xcf\x17\x81\x27\xd8\xbb\xf8\xf9\x76\xd9\x90\x6d\x3c\x77\x3c\xd7\xe7\x5f\x05\xf8\x61\x1b\xcf\x1b\x72\xad\xae\xf2\x81\x9f\xa8\x6f\xbd\x29\x0f\x16\x58\x3f\x65\xe9\xae\xb6\xc0\xfa\xbc\xac\xeb\x72\x6f\x81\xf5\x8a\x27\xb5\x15\xc0\xeb\x4b\x37\x9e\x86\x4d\xc3\xc0\x2a\xca\x82\x4b\xd5\x43\x84\xfb\xc9\x8a\xb3\xe3\x21\x67\xef\x2d\xd2\x34\x33\xc3\x6e\x68\x14\x25\x16\xcf\xcf\xdf\x48\x36\x54\xc7\x1f\x68\x30\x22\x01\x79\x76\x9d\xf5\x87\x8a\x9d\x86\x5e\x5f\x46\xae\x2b\xf8\xba\x62\x29\x3a\x32\x10\x08\xe9\x30\x3e\xfc\xd9\xbd\xe5\xd2\xd5\x01\xa2\xf3\x1b\xcd\x75\x00\xfa\x68\x3a\x00\x3d\x76\xc8\x42\xef\x8b\x61\x9c\x3d\x15\x24\x1f\xac\x3e\x5c\xfe\x38\x8f\x0a\x4a\x2f\xaf\x4b\x37\xbb\x17\x11\xb8\x93\x01\x57\xbe\xc8\xcb\x82\x0b\xf1\x45\xfc\xa2\xf5\xfc\x6c\x45\x46\x6f\x5d\x48\x33\x1d\xa3\x05\xc2\x81\xfb\x82\xbe\x32\xf1\xe6\xe9\xe5\x75\xf7\x6c\xc1\xdd\xb2\x28\xb1\xfa\x2f\x64\x29\x8a\xe6\xe4\x17\x6a\x1e\xf8\x15\x28\xc5\xd4\xdf\xcd\xbb\x3a\x36\x77\x4b\x0c\x98\x93\x15\x9f\x3f\x84\x61\xce\x8f\xd4\x2a\x0b\x95\x82\x77\x03\x63\x91\x7f\xd0\xeb\xb7\x77\xfc\xfd\x35\xfc\x2c\xd7\x75\x5f\x3e\x1c\x79\x73\x28\xb3\xa2\xe6\x55\xa3\xcc\xb7\xf6\xbc\x78\x20\x4d\x94\x67\xd1\xdd\x35\xfc\x22\x33\xaa\x9a\xe4\x15\xb4\xf8\xb7\x7c\xa8\xc3\xfc\xa1\x12\x92\x08\xde\x13\xe9\xbf\x5d\x06\xcf\xf1\xaa\xc9\xa5\xb3\x9c\x93\x86\x98\x96\xf6\xff\x63\x06\x85\xec\x52\x9f\x39\xe6\xcd\x5c\x3a\xf5\x5f\x8e\x14\x21\x14\x14\xe7\xc3\x48\x3f\x4a\x04\x60\xe4\xd4\x0a\xfe\xfe\x1d\x2f\x6a\x7a\x92\x37\xeb\xbb\xa7\x73\xc3\xa8\x41\x38\xc0\xd1\xb5\xc3\xea\xd2\x61\x4d\xff\x91\x5d\xab\xc8\x29\x5a\xee\x3a\x85\x6b\x42\x23\x88\x68\xa2\x53\x80\xd3\xde\xb5\x0d\xaf\x9c\xc1\x9b\xa4\x1d\xf9\x40\xf5\x8d\xd2\x04\x9c\x8c\x56\xb2\x73\x47\xd2\x34\xc6\x9b\x74\xec\x4f\x69\xa5\xaa\x94\xfa\x3a\xfd\x36\xa5\x32\x55\x78\xab\x98\x51\xfa\x77\x3c\xf5\x16\xf5\x68\x25\x30\x8f\xd1\xda\xa9\x96\xa6\xf5\xf2\x93\xd8\xdd\xe8\x26\xa1\x2f\x79\x34\x8e\x1a\x14\x67\x22\x36\x24\x72\x42\x16\x31\x05\x69\xcb\x0a\xe0\x76\xec\x02\x78\xbb\x58\x90\x1d\xfd\xa7\xb4\x4e\x0e\xfd\xdb\x40\x5a\x6e\x94\xf4\x9e\xee\xfc\x75\x00\x07\xea\xec\xfc\x17\x2a\x78\xac\xf2\x9e\x5a\x6a\xf7\x29\x02\x25\x5e\xb9\xac\xfb\x86\x3e\x27\x2c\xf7\x4b\x14\xa2\xa1\xa4\x0e\xf7\xf2\xa5\xe0\x30\x52\x56\xa3\x10\xe1\xe6\xcb\x30\x2b\x62\x14\x4f\x9b\xa6\x84\x8b\x65\xef\x68\x4f\xc0\x31\xfe\x45\x09\x65\x95\xa5\x58\xc7\xbd\x94\xdc\x62\x50\xeb\xe6\x46\xf2\xf2\x72\xb9\x4e\xa0\x57\xd0\xe5\xc3\x3b\x56\xd1\xaa\xf0\x82\x9f\x89\x94\x49\x39\x01\x81\x34\x8e\x07\x16\x71\xf7\xa0\x5c\xc3\x96\x16\x69\x21\x21\xe0\xec\x69\xe6\x97\x62\x7e\xd4\x13\xf5\x03\xd8\x77\xa3\xfb\xa2\x7c\x28\x6a\xba\x82\x5c\x60\xa1\x87\x83\x6d\xab\x87\xde\x85\xe4\x00\x29\x99\x51\x3a\x5b\x37\xcd\xb9\xea\xda\xb6\x27\xd4\xd9\x25\xa4\xa8\xc9\x06\x54\x8b\x8b\xa9\x16\xbf\xba\xc6\x3b\x81\xc6\xd4\x14\x68\x50\x1d\x26\x50\x39\x23\x84\x00\xf7\xf6\xda\x1a\x62\xd4\xe5\xf9\x1c\x56\x70\x47\x5c\xe5\x98\x7c\x87\x6c\x37\xae\x88\xdc\x76\x62\xa0\x82\xad\x9f\xd4\x2a\xfd\xbe\xfd\xd7\xcb\xdc\xb6\x3d\xd8\x8d\xb6\x6d\xee\x24\xc1\x3b\xff\x27\x60\x8b\xf7\x75\xfe\xef\x21\x97\x9c\x3e\x04\xb8\xf1\x6f\x00\xae\x04\x01\x6c\x71\x87\x11\x3a\x06\xb7\x66\x58\xce\xdb\x66\xbb\x5d\x12\x6b\xae\xa1\x68\xbb\x5d\x3a\x9e\xbb\x7c\xbe\x15\x0c\x81\x90\x4f\x1c\xf1\xf4\x8c\x58\xc8\xe8\xd3\xfd\x70\x78\xc9\x62\x41\xee\xe8\xde\x4f\x02\x98\x71\xe9\xd0\x7c\xb7\xd4\xf0\x8f\x96\x18\x72\x65\x31\x5d\x2e\xfd\xce\xb6\x67\x3b\x09\xc6\x77\xcb\x0e\x8a\x49\xd3\xc4\xb6\x2d\xf3\x19\x06\xe6\xd6\xf3\xe7\x96\xbc\x0e\x77\xd6\xa7\x23\x64\x6b\x28\x49\x60\x2d\xc0\xab\x2f\x33\x02\x9b\xc5\x02\xf4\x61\x93\x00\x75\xf9\xd4\x43\x26\xd9\xa4\xb6\x3d\xdb\xf7\x6a\x85\x7c\x59\x73\x56\xc5\xe5\x63\x21\xb2\xeb\x67\x5d\xe0\x00\x1d\xc6\x54\x3b\xa4\x30\x8f\xa6\x1c\x06\x65\x9f\x43\x8b\x2c\xb8\x1b\xdb\x4e\x0f\x5c\x5e\x65\xc5\x55\x46\xf4\x92\x76\x12\x42\x39\x17\xc0\x81\x90\x3a\x5b\x09\x1e\x7b\xa8\x09\xcc\x50\xfb\x20\x6b\xd4\x4d\x80\x21\x60\x58\x12\x3a\x2d\x8c\xa7\xac\xf0\xf2\x30\xaa\xcc\xd9\x0e\xb8\x53\x3e\xf8\x7e\xdc\x34\x79\x00\xf7\xf4\x56\x3b\x62\xa9\xb0\x5d\x9e\xc4\xe9\x6e\x08\x95\xf1\xad\x5b\x34\xcc\xd0\xbd\x19\xb0\xeb\xfa\x32\x60\x0d\xdd\x51\xbc\x2f\x37\x87\x8f\x07\x17\x9f\xd8\xf6\x7f\x8f\xde\x67\xbf\x48\x90\xb8\x9f\x9f\x91\x16\x31\xee\xfb\x5e\xfa\x5f\x5a\xe4\x86\xae\x6c\xdb\xa9\xe8\xbd\xd1\x24\xdc\xd3\xaa\x13\x2b\x2b\xb5\x79\x08\xdc\x51\xa3\xa8\x6b\x91\x97\x2b\xdb\xb6\xca\xc2\x9a\xdf\x43\x48\x43\xbf\x3b\x4b\x09\xbc\x10\xef\xb6\x2e\x96\x72\x21\xef\xe1\x4c\x2d\x13\xda\x76\x28\x38\xb4\xec\xf8\x46\x76\x8d\x72\xef\x85\xfb\x31\x18\x53\x40\xab\x1e\x17\x9b\xe9\xff\xaa\x04\xf3\xd6\xbd\x7a\x93\x3b\xb0\xfa\xcd\x1d\xe8\x4a\xad\x86\x90\x30\x1e\xf2\xba\x33\xa0\x5a\xca\x98\x88\x4d\xe3\xe8\x47\x1a\x0b\x1e\x56\x9d\xfc\x79\x7e\x18\xb8\x03\x6d\x01\xf8\x61\x40\xa0\x3c\xc3\x2a\xf7\x12\xab\xf0\xa6\x99\x95\x7a\xfe\x9b\xa6\x7b\xec\x6e\x82\x8d\x24\xf0\x4b\xc7\x69\xb1\xef\x67\xe5\xb2\x28\x25\xc3\x67\xdb\xa8\xc3\xfe\x39\x2b\xe2\xf2\xd1\x89\x89\x34\x65\xcc\x68\x39\xc0\x52\x4d\x73\x0f\x6a\xc5\xb3\xf9\xbd\xe4\x3e\x52\xd3\x12\x7f\x93\x6e\x46\x29\x07\x89\xf7\x53\x02\x3b\x9a\x6e\x76\x94\x52\x27\x1e\xbb\x01\x61\xc4\x05\x15\x34\xc7\xbc\x7e\x11\x4d\x04\xb1\x2a\xd9\xaf\xa6\x61\xa4\x4d\xba\xb0\x0b\x4e\x4a\x0f\xf2\x9e\x03\xdb\x9e\x89\x05\xfe\xb1\x2a\x0f\x2c\xc5\x00\x92\xaf\xeb\xf2\x70\x10\x02\x20\x51\xb7\x76\x26\x37\x6b\x2f\x73\xcb\x0e\xcb\x8a\xa1\xec\xa9\x23\xe9\x45\xda\x6f\x43\x54\xcf\xfb\xb2\x50\xa0\xe9\x49\x0a\x96\xdc\xb9\x16\x81\xbd\xc0\x55\x3a\x7a\x4b\x44\x60\x4f\xef\x6c\x3b\xf5\xef\x02\xe3\x8b\xe0\x04\xfa\x93\x3c\x27\xc5\x58\xec\x7a\xfd\x07\xa5\xbb\x54\x69\xe3\x19\xa2\x2d\x3c\x2f\xea\x2f\xe5\x2c\x38\x46\x94\x14\x39\x8e\x7b\xb1\xce\x62\xb0\x2a\xc7\x8f\x32\xbf\x18\xaa\x58\xf3\x7f\xa9\xe9\xb3\xed\xfe\x59\xb5\x77\x90\x11\x57\x35\x18\xa0\xf4\x66\x74\x32\x26\x4d\x73\x37\x32\xe7\x88\xfd\x7b\x9c\xdc\x01\x68\x60\x44\xb4\x58\x0c\x58\x20\x5e\xf1\x20\x0f\x86\xe1\x0c\x05\xd0\x7b\x10\x35\x38\x53\x9f\xd4\x2e\xe8\xaa\xd8\x91\x7e\x32\x5a\x3c\x1e\x41\x36\x74\x78\x3e\xd2\x81\x7e\x92\x3d\x39\x86\x7d\xee\xc0\x3a\xf7\xdc\x8a\xe7\x56\xaf\xb3\x74\x0d\x1c\x2e\xb5\x8c\x85\x18\xa8\xdb\xc1\xc7\x7b\xab\xfb\x7a\x6a\x65\x8c\x2c\xf4\xd3\x62\xfd\xae\x90\x1b\x17\x2b\x9e\xdd\x89\xd5\xfb\x52\xf5\xbc\x69\x06\xaf\xa6\x37\x87\xda\x87\xa7\x5d\xd7\x9c\xe2\xaa\x8e\x66\x2e\xb8\x15\x8c\x76\x07\xec\x09\xdd\xf9\xa1\x02\x76\x76\x09\xd8\x4f\x6c\x19\x3d\x54\x62\xc7\xa8\x8e\x25\x4b\x9e\xf3\x3d\x44\xe6\xa6\xe9\x04\x92\x23\x5e\xc6\xae\x2b\xfc\x76\xbf\xe7\x71\xc6\x6a\x3e\x59\xb3\x33\x63\x03\xc4\x28\x98\x4c\xf3\x5d\x5f\x05\xd8\xb3\x06\x18\x2e\x58\x35\xf5\x43\x78\x4b\x53\x31\x6d\xac\x66\x34\xc5\x1f\xe0\xd4\x71\xc6\xd3\x9d\x76\x5c\x88\x3c\x27\x53\xc5\x9b\x26\xd5\x7d\x26\x0a\x9a\xd5\xc0\x32\x43\x73\xcd\xb1\x41\xb5\x9f\xb8\x36\x9b\x46\xfb\xac\xe1\x9e\x02\x69\x4a\x6d\x8c\xd3\x21\xbd\xf1\xf0\xdd\xf2\x50\x1e\x6b\xbd\x6e\xb6\x3d\x7c\x1f\xac\x23\xb0\x1e\x62\xf5\x9c\x5e\x3e\x35\xd1\x61\xc6\xc2\x21\xab\x83\x76\x1f\x92\x00\xe0\x7d\xef\xb6\x9d\x99\x37\x35\xcf\xd8\x52\x46\x01\x6d\x1a\x0b\xa5\x6a\x69\xcf\x8f\x91\x31\x94\x61\xc5\x8c\x2a\xef\x63\x9a\x0d\x3c\x1a\xd0\x37\x4c\x40\x6d\x17\x57\x16\xcd\x88\x26\x2a\x42\x6c\x1f\xcb\xa0\xd2\xab\xcd\x0e\x23\x61\xce\x49\x42\x43\x3f\x0a\x06\x62\xeb\xdc\xba\xb2\xa0\x53\x42\xc6\x3e\xc7\x13\x18\x9f\x07\x34\x19\x08\x3c\x5e\xe1\x70\xe9\x9b\xa6\xdc\xb0\x32\x41\xfe\x95\x77\xb6\xfa\xa4\xae\x32\xca\xba\xab\x8c\x08\xc8\x0a\xbb\x18\x31\x9b\xb8\xe3\xf0\x54\x84\xb5\x93\x58\x75\x37\xeb\x67\x3b\x6e\xbb\x85\xdb\xbd\x0c\xa7\xb3\x63\x63\x5d\x09\x6d\x4a\xbc\x23\x2d\x81\x14\x15\x8a\x87\xa3\x6b\xb1\xbc\xfe\x2b\x7f\x7f\x15\x4a\xfd\xc7\x55\xc4\x8a\x88\xe7\x62\xd2\xae\xa2\xba\xca\xc5\xa7\xc1\xce\xba\x42\x90\xfa\x71\xc7\x8e\xfc\x6a\xcf\x6b\x26\x32\x60\x18\x14\x1e\xab\x0c\xc8\xd5\x88\x64\xb9\xb6\x57\x75\xb6\xe7\xaf\x6b\xb6\x3f\x5c\xbd\xcb\xf8\xe3\xd5\xe3\x2e\x8b\x76\x96\x66\x85\xae\x2c\x02\x49\xf6\x24\x75\xde\x42\x3e\xe5\xef\xd5\xb3\xea\x5e\xb4\x13\x80\xb4\x63\xd5\x17\x65\xcc\xaf\xee\xf8\x7b\xf1\x5f\x3c\x8f\xaa\x18\x79\x62\x1b\x0a\x3d\x1d\x37\x02\x1b\xc6\x7d\x81\x4f\x3a\xcc\xdd\x52\x57\xee\xf5\x8f\x6e\xb8\x54\xad\x10\x60\x6d\x0b\xa8\xf0\x19\xf6\x4b\xc2\xe6\x95\xfc\x39\x5e\x45\x79\xc6\x8b\xfa\x17\xf5\xfb\xcf\xab\x32\x49\x8e\xbc\xfe\x45\xfd\xfe\xf3\xea\xc0\x52\xfe\x0b\xfe\xfd\xe7\xd5\x31\xaa\x38\x2f\x7e\x51\xbf\xff\xbc\xaa\x4b\xa5\xa5\xf9\xed\x21\x99\x67\x91\xa1\xda\x1f\x9b\xd1\x38\xb1\x29\x1d\x2f\x2a\x5c\xaa\x9e\x61\x44\x4e\xbd\xdf\xce\x18\x11\x3c\x41\x39\xbf\x14\x3a\x5a\x86\x65\xfc\x1e\x54\x9d\x7d\x65\x73\x07\x5d\x85\x8f\x51\x55\xe6\xf9\x2b\x9e\xd4\x18\xfa\x8a\x0f\x12\x56\x64\x21\x73\xc9\x32\x46\x2e\x33\x01\x2f\x72\xc2\x69\xe9\x6a\xff\xe7\xa0\xf6\x37\xe5\x61\x50\x39\xbe\x8f\xea\xee\xf3\x18\xef\x2b\xbc\xb7\x05\x97\xba\x69\xba\x9d\x9b\x34\x4d\x07\x00\x6b\x3b\xf1\xd6\xee\x0b\x3b\xf1\x3e\x76\x3f\xb1\x13\xef\x85\xbb\x92\xcb\x9d\x64\x4f\x63\xa3\x23\x66\xf0\xde\x5d\x34\x4c\xd3\x4f\x46\x61\x14\x48\x28\xd3\x4a\x77\x0d\xd7\x3e\x0f\x36\xa9\xb6\xfc\x31\x12\x69\x4a\x7f\xd6\x0a\x12\x79\x86\x6a\xc0\xd9\x3f\x86\x5f\xfa\x7d\xd1\x12\x88\x29\x1a\x80\x1e\x8e\xda\xad\xb0\x3c\x1c\xb5\xa9\x88\xfa\x42\xdc\xfe\x13\x30\x6a\xca\x0a\x89\x20\xaf\x23\xbb\x8f\x10\xb5\xf7\xb1\x1f\x06\xc0\xfc\x28\xa0\x89\x1f\x75\x66\x3b\xac\x67\xd8\xf5\x23\xcd\x09\x7c\x2c\xe3\x29\x4b\x78\x32\xf0\x76\x97\xa7\xfb\x68\x86\x63\x4a\x95\x8f\x95\x97\x76\x2e\x8f\x90\x10\x97\xb5\xa0\x48\xa1\x7b\xca\x4b\x16\xbb\x27\xcd\xa0\xe3\x95\x4e\x32\xa8\xf9\xe9\x4c\x4c\x1c\x1c\x9a\xcc\x28\xfd\x97\x43\xa4\x6b\xa8\xd4\xea\x2a\x7f\xf3\x44\x46\x34\xc7\x3b\xc9\xfb\x43\x46\x43\x07\x61\x69\x8d\x6f\x0b\x61\xfe\x50\xfd\x56\x43\xd4\x6c\x48\x14\x50\xed\x88\xc7\xdf\x6e\xa6\x7c\xa8\xad\x16\x90\x10\x7d\xa0\x21\x4b\x9f\x1d\x58\x54\x12\x39\x15\x5a\x4b\x9a\xc4\x88\xc2\x82\x65\xd5\x71\x75\x14\x83\xa7\x94\xfe\xda\xcd\x5e\xe4\x1a\xf5\x47\xb3\xc6\xd3\x8e\x7d\x5d\x75\x7a\xe9\xc0\x62\x96\x90\xcf\x43\x9e\x94\x15\x97\xf7\xb5\xbb\x27\x93\x2d\x18\x5a\x94\xf7\x5e\xf7\x92\x3d\xb0\x6d\x86\x8c\x4d\x56\xb0\x5c\xdd\x02\xef\x8c\x52\x96\xb2\x75\x54\xd1\x77\xe5\x48\xdb\xb6\x70\xcc\xf6\x0f\xf9\xc0\x4d\x43\x69\xc6\x7a\xe7\x3f\xa5\xc9\x34\xa0\x1b\x22\x90\x7a\x4d\x06\xd9\xf1\xb5\xaa\x01\x83\x3d\x0f\x5a\x75\x4f\x6d\x4b\x36\xb1\x37\xe2\xcf\x1d\xae\xef\x5d\x74\xcf\xf4\xc2\x4a\x9d\xc0\x09\xf0\x49\x29\x04\xfd\xd9\x47\x0c\x57\x2b\xad\x63\x3b\x85\xcb\x99\xf1\xe8\xa4\xa5\xb0\x98\xb5\x29\x03\x62\x31\xf8\xd9\x1a\x2d\x6e\xcf\x6b\x1b\x40\xe8\x20\x62\x85\xcc\xec\x39\xe8\x12\x50\xf7\x61\x18\x06\x13\xa2\x83\x30\xa0\xac\xa5\x50\x19\x26\x9c\x0f\x95\x76\xf1\x9a\xba\x24\x03\xc1\x9e\x7f\x94\xc3\xe9\x17\x59\xb0\xa7\xde\xff\xb8\xcf\x14\x8a\x92\x2d\x42\x28\xb5\xc8\x9d\x51\x22\x84\xca\x8e\xb4\x63\x1f\xa8\x1c\x80\x7e\x6d\x1a\x01\xb0\x8f\x8e\x64\x84\xe5\x59\x71\x8f\xa3\xe9\x6c\x45\xc8\x40\x45\x22\xad\x88\xd4\x9b\x69\x62\x7a\x3e\x42\xf7\x19\x4c\xc9\x19\x98\xfc\x01\x69\xc1\x7d\x06\x43\x00\x38\xf7\x02\x3a\x9f\xf8\xcd\xa5\x59\xfe\x1f\xe9\xc3\x31\xac\xf1\x3c\xc5\x21\x2d\x8c\x98\xfa\xff\xa4\xd9\xf3\x51\xe8\x86\x47\x95\x4e\x24\xe9\xa6\xa7\xa6\xe4\x3f\xe9\xc3\x07\xa6\xd4\xec\xcc\x54\xb6\x0f\x7d\x53\xde\x79\x13\xbd\x6e\xb5\x07\xd0\x09\x09\xae\x98\xef\xca\xb5\xf0\xb9\x7c\xc7\x2b\x4b\xf2\x7b\x39\x67\xef\xb8\x4e\x7e\xa8\x2d\x50\x07\x7e\x2a\xbb\x7a\x93\x05\xd4\x8b\x2a\xa2\x3f\x21\xa6\x1f\x3b\x33\x8f\xe4\xec\x80\x9e\x06\x44\x22\x04\xad\xa9\x71\x43\xc5\xbb\x9f\x79\xed\x44\x20\x8d\x5c\x41\x62\x4c\x83\xf9\xc6\xa0\xb9\x9d\xe8\xa9\x28\x38\x5e\xb0\xcb\xa5\xf5\xbb\x79\x72\xad\x83\x38\x33\xa5\x29\xea\x64\x50\xf3\xf0\x6e\xda\x79\x0c\x54\x99\x90\x40\x84\x26\xdf\xe3\x73\x54\xb1\x3b\xe5\x14\x4b\xda\xdd\x91\x58\x49\x61\x4d\x52\x38\x65\x41\x62\x8e\xb8\x9b\x32\x85\xcd\x9d\x10\x3a\xfa\x34\xd4\x8b\xa0\x9d\xd4\x66\x3c\xc5\x61\x40\x4f\x78\x64\x34\x86\x49\x65\x29\x3c\xe2\x85\xd5\xc4\x76\x96\x34\x31\x5a\x45\x37\x4d\x7c\x7e\x8e\xc4\x00\x6f\x1c\x04\x33\x2f\x38\x5c\xf0\x9e\x73\x81\xa7\xb5\x3a\xfe\x7f\xdf\xf0\x62\xbd\xe1\xde\xa0\x7a\x4e\x5c\x0c\xd4\x7b\x4e\x1e\xfa\xde\x28\x25\xbb\xa8\x80\xb4\x67\x76\x3b\x83\x0b\x3b\xce\xce\x9a\x86\x8e\x17\x7d\xa0\xa6\x33\x93\x90\x10\x25\x8a\xa8\x69\x42\xd0\x0e\xb6\x46\xa0\x7e\x26\x2d\x9c\xcb\xc2\x49\xb1\x09\xe6\xa7\x01\xf0\x61\x38\xa2\x2c\x51\xe1\x31\x22\x29\xad\x50\x1a\x7b\x4e\x4c\x43\x88\x3a\x97\x5d\xa9\x43\x96\x7e\x1b\xe7\x86\xdf\x22\x77\x04\x51\x97\x57\xbd\x1a\x1d\x12\xbc\x32\xea\x9c\x62\xfa\xac\xb3\x87\x9f\xc5\x83\xc8\x54\x86\xc7\x04\xc7\xc3\xeb\x18\xe2\x49\x0f\x2a\x47\x3a\x0a\x31\x02\xc9\xf4\xae\x68\x21\x96\xe7\x83\x89\x3e\x37\x4c\x46\x47\xdc\xda\x37\xe2\xcc\x4c\x48\x82\x2c\x8b\x63\xad\x04\x8b\x21\x52\xb6\x81\x65\x31\xc5\x02\x99\xd6\x42\xc6\x42\x0a\xb0\x2b\x93\xe4\x92\x33\x81\x58\xdd\x0b\x64\xa5\xc3\x1a\xdd\x55\xcc\x26\x2a\x81\xc2\x19\x2b\xff\xe4\x6c\xc4\xc6\x39\x41\xdc\x61\x90\xb9\xb5\xb4\xe6\xc6\x27\xb7\xff\x64\xc4\x59\x83\xb8\xd3\x6e\x41\xad\x83\x84\x4d\xc0\x1e\x46\xab\x36\xa1\x2a\x49\x1c\x0e\x21\x30\x9f\x4f\x46\xb8\xc2\x3b\xe2\x67\xeb\xa6\x99\x08\x86\x1b\xca\xbb\x29\x0c\x18\x41\x3f\x42\xd4\x98\x45\xf4\xd9\x6f\x2c\xd0\xc0\x9c\xb2\x5b\xa1\x33\x2e\xfe\x2c\xb6\xcc\xa5\xfa\x34\xdf\x29\x56\x09\xb5\x46\x46\x75\xca\x55\xed\xa2\xa7\x85\x19\x51\xf0\x8c\x91\x95\xf0\x30\x5b\x75\xac\xbf\xb2\xa2\x62\x8c\x5e\xbf\x74\xbc\x19\xab\x38\x6b\xc2\xaa\x89\xca\xbc\xe1\xfb\x90\xc7\xcd\xae\x6a\xb2\x7d\xda\xa0\x0c\xd1\xe4\x59\x71\xd7\xec\x79\xcd\x9a\x03\xab\xd8\x9e\x38\x8e\xbf\x7d\x74\x83\xb9\x8c\x06\x47\xb6\xd7\x37\xd7\x69\x06\x21\x56\xa6\xbe\x5c\x43\x24\x5e\x1b\xfb\x0f\xde\xf6\x71\xbe\xb9\x86\x58\x36\xe5\x1e\xa3\x2a\x3b\xd4\xcd\xb1\x7e\x9f\x73\xac\x98\x5c\x67\xc0\x19\xbd\x56\x76\x3f\xdb\xe3\x73\xc7\x73\xfd\xb7\x34\x68\xe8\xf6\xf8\x5c\x9b\x03\x2d\x45\xb6\x84\xd1\xeb\xb7\xcf\x9a\xed\xb5\xe3\xb9\xb7\xec\x1d\x6b\x78\xb4\x67\x44\xd6\x78\x9d\x41\x2a\x3e\xd7\xd5\x03\xdf\x5e\x3b\xcb\xe7\xe4\x1a\x76\x22\x61\x7b\x7c\xfe\x72\xe6\x78\xee\xd6\xff\xe2\xcb\xcf\xde\x7c\xb6\xf5\x9b\xc5\x82\x34\x22\x21\xd8\x06\xe2\xf9\x66\x7b\x7c\xfe\xec\x3a\x85\x8c\xd1\x93\xbc\x16\xca\xf5\xd7\x60\xbd\x94\x70\x79\xb5\x7f\xc8\xeb\xec\x90\x73\xfa\x91\x7e\xfa\xe8\xc6\x02\xeb\xe5\xb5\xfc\x7e\x63\x05\x50\xef\x38\x8b\x65\x21\x0c\x81\x2b\xbf\xab\xc7\x00\xa2\x32\x77\xfd\x17\xdd\xc7\x97\x51\x99\xa7\x55\xf9\x70\x90\xd9\xba\x37\xa3\x44\x5d\x0d\x0a\xd4\x61\x19\xbf\x57\x95\xe2\xa3\x99\x35\x76\xfd\x8f\xc7\x59\x5f\xd6\x95\xca\x5e\xdd\x4c\x94\xe9\xe4\x3e\x7f\x05\x96\x05\x96\x15\xb4\x9b\x8c\x2d\xcb\x43\x8d\x3d\xa1\xf2\x39\x2b\x0b\xc8\xd8\x12\x4b\x8b\xa4\x3a\x29\xcb\x5a\x3c\xe8\x1e\xe3\x33\xc3\x8c\xf8\x5d\xcc\x02\x96\xd8\xe1\x6b\xdc\x9b\x2e\xdd\xb2\xa1\x0e\xce\x90\x2d\xc1\xc2\x6e\x59\x64\x20\xc1\x9e\x47\x20\x0a\xcd\xa8\x34\x56\x5d\x59\x44\xde\x77\xae\xd4\x53\xc7\xcf\xdf\xbf\x61\x29\x96\xb5\xb0\xc7\x16\xf1\x57\x01\xda\x80\x18\x36\x69\x23\xeb\xbc\xb1\x99\x9c\x2a\x48\x5c\xd6\x5b\x52\xdd\x0d\xaf\xf9\x40\x3e\xc7\x91\xda\xb4\x4b\xd7\x45\xcd\xad\x6b\x6b\xae\xa4\x26\xa3\xa6\x9c\xf5\x7e\xd6\x29\x53\x91\x0a\xa5\xe2\xb9\x3b\xdd\xf2\x34\x27\xe5\xaf\x03\x57\xcb\x7d\x67\x2d\x98\xb5\xee\xd9\xd9\x15\x50\x10\xf7\xd7\x8d\xc4\x4a\x89\x2d\x2d\xfa\x99\x1f\x05\x60\x49\x93\x93\xaf\xde\xb1\xdc\x82\x59\xd8\x34\xf2\x54\x28\x1c\x7f\x23\x46\xc0\xfc\x82\x4d\xe8\xf1\xa5\x21\xca\xe6\xec\x36\x16\x54\x91\x0d\x0d\x52\x9c\xc4\xb0\xff\x26\x90\x52\xd9\x9f\x10\x12\x02\xb7\x34\xe9\x8d\x53\xb4\xbb\x91\xb6\x11\x48\x7b\x9b\xaf\x4d\x87\xf8\x6f\x55\x44\x34\x31\xd2\x5b\x9f\x07\xe3\xc1\x9a\x04\x34\x04\x0e\x22\x8f\x1f\x05\xa4\xfd\x6e\xd8\xa9\x1d\xfd\xce\xe8\x54\x46\xcd\xb8\x37\x3b\x02\xdf\xa9\x3e\x66\x82\x6f\xea\xa6\xa2\x1c\xdc\x1d\x30\x0d\x83\x97\x40\x53\xde\x3c\x42\x5c\xb6\xc4\x40\x66\x3a\xe0\xda\x67\x79\xee\x9d\x27\x75\xb9\xfd\x09\x9f\x39\x74\x7e\x1b\xec\xa3\x90\x78\x5d\x10\x25\x86\x8e\xa1\xc6\x95\x2f\x87\xd1\x85\x07\x17\xee\x63\xeb\xaf\x4f\x8b\x6c\xfb\x8d\xbe\xe2\x0d\x41\x14\xf5\xe1\xd2\xc6\xb2\xbb\x47\xcf\x75\x8c\x02\xea\x92\x34\x41\x4a\xf0\x5d\x9e\xf6\x9a\x36\x97\x74\x18\xda\x99\x18\xbe\x45\x68\xb2\x79\x89\x4d\x51\xc7\x9a\x6c\x68\xd8\x89\xeb\xf5\x01\xbb\x5b\xf4\xf3\x74\xc6\x06\xa2\x4d\x33\x8c\x96\xa6\x82\x9d\x99\xce\xb0\x7d\x54\x65\x87\x11\x79\xb8\x94\xd2\x92\x39\x3b\x02\x89\xf8\x65\x44\x85\xf9\x4b\xc6\xf7\xee\x1c\x98\x93\xf8\x71\x00\xa9\x1f\x07\x32\x86\x31\x06\xe5\xc3\x2a\x12\x9a\x34\x8d\x2c\x9d\xd2\x14\x1f\x77\x17\x2b\x2a\x06\x15\x21\xa7\x8a\x3b\x70\xd7\xdf\xa5\x83\x3d\x02\x4b\x12\x3f\x8b\x40\x6a\xdc\x8c\xb0\x67\x4e\x0a\xb3\xcc\xb6\x11\x56\xbb\x3c\x04\x76\x2d\x84\x0f\x59\x1e\x6b\xab\xe2\x09\x4e\x52\xe3\x91\xe1\xd5\x62\xe1\x65\xb3\xe4\x1c\x2d\xf4\xe8\x0a\xca\x1e\xeb\x94\x37\xfb\xcd\x5e\xc6\x72\xe2\x94\xf9\xfb\x00\xb8\xbc\x45\x13\xdd\xe5\xce\x3d\xb9\x39\x21\x1a\x76\x73\xe0\xc6\xbd\x3c\x3c\x70\x39\xe9\x58\xf5\x88\x69\x35\x38\x39\xe1\x7c\xde\x0d\xb0\x7b\x78\xc1\x20\x3a\xa5\x4e\xa8\xf0\x2d\x97\xb6\x6e\x82\xe4\x91\xf3\x7b\xf4\x05\xdd\xf2\xd3\xa0\x69\x32\xd6\x99\x0d\x40\x62\xd8\x21\xef\xfc\x75\x60\x5c\xc5\xcd\x18\x58\x2f\x9f\xad\x6f\x5e\x5e\x3f\x7b\x71\x63\x91\xf9\xce\x7f\x11\xc0\x2d\xdd\x09\x5e\xac\xb7\xa0\x4b\xc4\xfa\x6a\x23\xe4\x4d\x3f\xce\xc4\x8c\x73\x06\x09\xbd\x33\x29\x5c\x62\xde\xc3\x4a\x2d\x4b\x5a\x60\xe5\x2a\xe0\x8f\x1a\xe8\x1b\xfe\x84\x8a\x74\x31\x21\x9b\xbb\x51\x09\xe8\x6f\xe6\xe0\x34\xef\x6e\x01\x41\xd7\x9c\xc5\x1a\xe7\x5e\x47\x5c\xc2\x0b\x27\xd0\x4c\xd0\x8c\xb1\x3c\xda\x51\x5c\x81\xff\x70\xce\x39\x31\x60\x30\x43\xd0\x4b\x08\x44\x84\x9c\x6e\x8d\xe6\x13\xff\x56\x34\x9f\xe8\xf5\xd3\x17\x3b\x5a\xa4\x8b\xfb\xc9\xfb\x93\x67\xe9\x13\x51\x9c\xf9\x36\x99\x17\x02\xc9\x43\xaf\x91\x70\x0f\x29\x5d\x6d\x3a\xb5\xb3\x13\x51\xb1\x9a\x04\xa3\x8a\xc9\xf0\xe4\x86\xa1\x07\xe2\x27\x4e\x23\xff\x55\xa7\x25\x44\x5f\x9e\x90\xbe\xea\x3c\xa0\xd5\xed\x0a\xa1\x26\x4f\xbd\x23\x74\x97\xe2\xc7\x81\x37\x12\x07\xf0\x7a\x9f\xa1\x65\x9d\xe8\x6f\xa8\x2d\xeb\x36\x7d\x03\x9d\x6f\x6b\x9f\xd4\xaa\x94\xef\xb4\x57\xb8\xff\x9d\xe9\xe7\x3a\x16\xdf\xcf\x6e\xc3\x54\x93\x38\xf6\xaf\xeb\xbf\xf4\xba\x59\x4f\x06\x94\xc7\x9c\x4a\xfd\x2a\xef\x09\x25\x67\x12\x0a\x52\x78\xcc\xd1\xe3\xc9\xf5\x44\xda\x9f\xc6\x49\x44\x07\xda\x35\x81\x93\xf5\x5e\x6e\xec\xcc\xe3\x87\xb4\x20\x01\xec\xc2\x79\xcb\x32\x2e\xf7\xdf\xb1\x22\x3b\x4c\x86\x2d\xc3\x05\xfb\x5f\x77\x56\x71\x67\xb7\x4c\x9b\x36\x6c\x86\x3e\x0d\x8c\xb4\xad\x8c\xcb\xf8\xff\xa1\x0e\x66\xc5\x91\x57\xf5\xe7\x78\x28\x23\xf0\xf8\x20\x0e\xa3\xe8\xae\x3c\xaf\xf9\x5f\xf6\x56\x1e\x1c\x1a\x51\xa0\x47\x09\xe3\xe6\x3b\xb9\x95\x25\xf5\xc5\x33\xb3\xff\x37\x1a\x1d\xc4\x18\x6e\x2f\xf9\xe7\x9b\xa1\x7a\x99\x57\xf4\xc7\x8e\xfd\x26\x00\x4e\x57\x1b\x75\xbf\x52\x84\xc6\x1d\x04\xef\xc4\x0a\x25\xef\x10\x0d\x58\x85\x0e\x53\x39\x25\x43\xf7\xc5\x68\x18\x32\x1b\xb9\xb4\x0e\xa7\x46\x23\x9c\x2a\x90\xd0\x5e\x16\x35\xc9\xb4\x59\x87\xc2\x23\xda\xa7\x66\xa8\xe0\x38\x8f\x88\xd7\x45\x36\x46\xa3\x29\x35\x0a\xa9\x6e\xf7\xc3\x80\x60\xc4\xa2\x71\x00\x66\x67\x34\x0c\x26\xcd\xe1\xd9\x88\xa0\x8c\x9a\x3e\x67\xd9\x0c\xa7\x29\x1d\xe8\x76\xb6\x76\x99\x0a\x99\x42\x69\xe8\x31\x57\x2a\x36\x30\x80\xc1\x39\x68\x14\x92\xc3\x1b\x3a\xc3\xee\xea\xfd\x64\xcc\xd5\x09\x0c\x27\x37\x87\xd2\x86\xa0\x35\xa8\x94\x11\x0c\xa7\xb7\xa1\x67\xf6\xd9\x6d\xdd\x9d\x95\x61\x47\xf3\xa7\x43\xd5\xdb\xf6\x2c\x36\xee\xc5\x99\x65\xcc\xef\x78\x0c\xf6\x21\x1e\x23\x20\x27\xf3\x92\xf3\x11\x07\x81\xa1\x48\xd0\x9a\x49\x8b\x32\x6a\x38\x91\x1c\xce\x7a\x74\x7f\xd2\x78\xe5\x42\xb9\x72\xa6\xeb\x94\x40\x11\x74\x65\x38\xfd\xb7\xa1\xda\x4e\x1a\xd7\x4b\x04\x87\xbe\xfa\x97\x51\xb2\xea\xf0\x30\x74\xe1\x59\x34\x3b\x43\x09\xf5\x9b\xdb\x3c\x14\x33\x31\xda\xd7\x30\x1a\x0f\x6e\x4a\x15\xbe\x4c\xf5\x40\xb1\x7a\x1a\xcf\x88\x6f\x8e\xe6\x3b\xd1\x1a\x4f\x2f\xa5\xe1\x19\xaa\x08\x33\x7a\x6c\xd6\x6c\x74\x4c\x6d\xf6\xb7\xb3\x47\x47\x17\x6b\xdd\xfb\x11\x90\x33\xca\x95\xc2\xd7\x0f\x74\x78\x54\x41\xe0\x3b\x7e\x99\xae\x20\x1f\x38\x5a\xee\xe5\xf9\x4c\x49\xf3\xc5\x1a\x0e\x78\xb5\x01\xdc\x0f\xc3\xf7\x1d\x50\x5e\xb8\x6f\x9a\xfc\x66\x3d\x11\xd5\xe4\x60\xdb\x33\xd3\x9b\xce\xb6\xb9\x02\xbf\x03\x21\x97\x55\x8b\x5d\x44\xd2\xfd\x92\xdf\x3b\x11\xd9\xdc\x8b\xd9\xf2\x57\x01\x3d\x18\x16\x7c\x11\xc4\x4b\xb1\xcb\x1c\x42\x08\xc4\xc6\xa2\xe1\x0e\x14\xfd\xca\x51\x1d\x5a\x2c\x07\xc2\x83\x42\x9a\xfe\x2a\x18\x61\xb5\x99\x0a\xda\x8f\x66\x44\x06\x4f\x2b\xa3\x8f\xf7\x4c\x6f\xef\xb7\x10\xd1\x98\x80\x36\xb7\x4e\x54\x1c\xdf\x21\x56\x84\x3b\x94\x9c\x3a\x51\x29\xbf\xb9\xdd\xdc\xce\xe7\x64\x47\x23\xb8\x9d\x51\x5a\xa2\x3c\xaf\x31\xc8\x0e\x66\x2b\x3c\xfe\x48\x05\xfe\x95\x1c\x77\x02\x43\x91\x09\x37\x4a\x37\x0b\xfe\x6d\x00\x3b\xb8\x25\xf2\xae\x5a\x69\xf6\x9d\xf8\x49\x7f\xef\xc4\x68\x90\xb2\x8f\x09\xe4\x8c\x88\x15\xdf\xa4\x5d\x7f\x12\x51\x95\x66\x75\x77\x26\xab\x3b\xeb\x74\x20\xbb\xa1\xa6\x65\x40\x24\x32\xd8\xa1\x72\x62\x79\xac\x22\xaf\x58\xfe\x8b\xbf\x63\xf9\xdf\xab\x5c\xe4\xd1\xcf\xf2\xa3\xe0\x32\xfb\x5a\x44\x53\x3d\xbe\xee\x30\xcc\x8e\x81\x65\x91\x51\x50\x58\xe9\xf6\x8f\x07\x72\x72\xf7\xbf\x29\x5d\x4b\x3e\x59\x9a\xbb\x11\x49\xea\xd1\x02\x93\xde\xba\x96\x64\x28\x74\xea\x67\x48\xe8\x2d\xa4\xf7\x96\x46\x14\x9f\xe5\xb9\x6b\x19\x48\x63\xe2\xe8\x73\x14\xc7\x99\x0d\x89\x33\xde\x63\x50\x48\x71\x99\x77\xab\x00\x3b\x9c\x6a\x2a\x63\x68\x45\x74\x87\xf7\x8d\xf6\x3b\x5d\xae\xbe\x58\xf8\xc2\xe1\xfe\x2e\x20\x7e\x18\x38\x51\x7f\x44\x13\x43\x24\x23\xb7\x0f\x88\x99\x11\x9d\x39\xee\x3c\x8c\xef\x19\x54\x6c\x10\x98\xf9\xc8\x9c\x41\x28\xa6\xc2\x89\x46\x12\x67\x48\x34\x3a\x7d\x53\x3a\xd2\x5c\x8e\xe0\x21\x6c\xca\xf5\xe1\xca\x17\xe5\xfe\xf0\x50\xf3\xf8\x75\xfd\x3e\xe7\x18\x92\xe3\xe2\x57\xbc\x68\x9b\x10\x2f\x5e\x2a\x67\x63\x57\x7a\x1f\x8b\x64\xc3\x01\x79\xd3\x47\x24\x45\xec\xe6\x10\x48\xc6\xd7\x14\x4b\xca\x98\x43\x44\x2b\xe6\xb3\xfe\xa4\x00\xef\xc4\x96\x37\x48\x13\xe5\xe4\x2c\xa3\x52\x88\x2f\xf7\x8c\x3a\xf7\xac\x69\x0a\xc7\x7a\x99\x25\x15\xdb\xf3\x2b\xfc\x1b\x96\x55\xcc\x2b\xfa\xd1\xea\xa3\x2b\xbc\xdf\x0c\x9f\xe4\x85\x67\xe2\xf1\xfa\xc6\x32\xa7\x21\x1c\x5b\x12\x12\x08\xe9\x3d\x5e\xdb\x3a\x8a\x02\x0e\xe1\xf2\xb1\xca\x6a\x21\x89\xa3\x13\xaf\x0a\x98\xa3\xbb\x77\xcf\xba\x01\x12\xc0\x61\xd0\x88\x40\xd4\xe2\xe5\x56\x8c\x5e\xbf\xdd\xb3\x2a\xcd\x8a\x6b\x78\x27\x2d\xdc\xb4\x8f\xca\x5b\xc7\x9a\xff\x6d\x6e\x11\xc7\x9b\x1d\x9e\x88\xcf\x16\xbf\xfe\x57\x30\x7f\x66\x81\x95\x59\x04\x1e\xd9\x94\xbf\xe8\xe8\x8a\x16\xd3\x1b\x63\x59\x1e\x78\xc1\xab\xf1\x2d\x2e\x83\x2c\x29\x1f\x2d\x64\x08\x32\x68\x1c\xbb\xf8\xc9\x00\xb3\x27\x76\x49\xff\x85\x87\x26\xdd\xda\xd1\xa8\x69\x1e\x51\xa1\x14\xd9\xb6\x93\x52\x84\x6c\x1d\xa1\x0d\x35\x6c\x4e\x48\x9a\x26\x42\x7f\x19\x91\xc5\x12\x6b\x9b\x22\xd7\x7a\x59\x6d\x86\xde\x2c\x85\x6c\x4a\x5e\x6e\x00\xef\x14\x2e\x4b\x89\x6d\x3f\x30\x7d\x85\x16\xc2\xee\x6e\x89\x10\x00\x9c\xee\x96\xfb\xac\xf8\x19\x5f\x12\xf1\xc2\x9e\xe4\x4b\x9f\x6e\xa4\xea\x72\x34\x05\xd1\xef\x47\x95\x53\xa6\xc5\x66\x19\x0e\x46\xa9\x84\x18\x76\xee\xa9\x97\xce\x2d\xcb\x4d\xcf\x6f\x75\x55\xc1\xe7\x26\x43\xd2\x5d\x31\x7d\xd3\x9c\x19\x55\x4a\x64\xed\xae\x75\xa0\x21\xb9\x70\xa0\xdb\xb6\x63\x87\x7d\x54\x45\xd0\x7c\xc2\x58\x76\xda\x3b\x1f\x92\x0b\x1f\x30\xcc\x8d\x9c\x75\x72\x52\x0f\xcb\x90\x45\x77\x69\x55\x3e\x14\xf1\x17\x79\x76\xa0\x96\xda\x2f\x8b\xb0\x7c\xb2\x20\x19\xf9\xb9\x4f\x17\xb1\xe0\x0e\x59\xaa\x0a\xd9\x06\x04\xb9\x61\x3d\x18\x7d\x68\xaa\x2c\x70\x95\x1c\x1d\x8f\x6f\xf8\x53\x4d\x2d\xb9\xef\xdd\xd5\x06\xd7\xc9\x5d\x6d\xe4\x9e\x77\x57\x9b\xba\x3c\xb8\xab\x4d\xce\x93\xda\x5d\xfc\xe9\x4f\x7f\xfa\xd3\xe1\x69\x23\x37\xe3\x42\x7c\x59\x1f\x9e\x36\x07\x75\x41\xa3\xcb\xc2\x63\x99\x3f\xd4\xdc\x02\x3e\x10\xad\x13\x23\xc8\x66\xea\xf4\x73\xd0\xb5\xbe\x78\xe4\xe1\x5d\x86\x9d\x5e\x1c\xb3\x5f\xb3\x22\x75\x65\x87\x44\xca\x66\xb1\x2f\x7f\xbd\xf0\x69\x3a\x55\xa3\xd4\x30\x2f\xa3\xbb\x41\x6f\xff\x6b\xa3\x7e\xd4\x78\xb1\xfb\x2c\x8e\x45\x05\xe2\x59\x8e\xfe\x93\xe9\x41\x99\xda\x42\xcb\x82\x78\xa4\x2c\xdb\xc8\xa8\xc2\x13\x78\x20\x91\x78\x60\x13\x52\x6b\xfd\x5f\xb8\x51\x97\x75\x79\x80\x88\x5a\x9f\x1c\x70\x95\x52\xb5\x4d\xe2\x81\x44\xc8\x49\x7b\x5e\x99\x61\x3c\x77\x07\xa7\x43\xf6\xc4\x73\x7d\x41\xe6\xc4\x8e\x48\x05\xbe\x6d\x21\x2c\x9f\x5e\xe3\x2c\xfd\xc4\xf3\xec\x42\xfc\xf4\xce\x40\x43\x94\x89\x84\x54\x20\xb3\x7e\x87\xd3\x87\xa1\x35\xc6\xd2\x41\x88\xe6\x43\xbf\x23\x6e\x45\x87\xd7\x46\x0b\xff\x7b\x00\xc1\x00\xe8\x33\x48\x30\xbf\x5d\x48\x9e\x82\x05\x77\xb5\xe9\xe0\x5d\xaf\xfe\xca\x02\xdd\xbb\x7d\x3f\x62\xaa\xd3\x24\xfa\xb2\x56\x02\x0a\x06\x29\xeb\xc3\xd3\x39\x28\x40\x48\x67\x18\x99\xed\xeb\xbc\x64\xb5\x33\x01\x12\x91\x04\x09\xb3\x2d\x72\xb6\xfc\x90\x8c\x34\x04\x10\xb6\x2d\x69\x5b\x74\x37\x3b\x3e\xb2\xc3\x59\xc0\x55\x65\x30\x8b\x9e\x38\xea\x54\x2d\x91\xd1\x1d\x53\x3f\x09\x34\x99\xf1\x93\x00\xfa\x47\x1a\xfa\x49\xb0\xe1\x34\xea\x02\x22\xc8\x30\x4d\x66\x69\x23\xb7\xa8\xa8\x63\x4b\x64\x6c\xbe\x5f\x05\x85\x76\x04\x87\xd1\xe0\x81\xaf\xe3\xcd\x16\x91\xcf\x59\x40\x96\x73\x72\x0d\x9f\x5d\xa0\xd9\xcb\xe7\x44\x93\xea\xcf\xc7\x59\xfc\xf9\x22\x20\x54\xe5\x54\x99\xbe\x60\xf4\xd4\x6d\x4b\xab\xdf\x97\xef\xb2\x63\x16\x66\x79\x56\xbf\x77\xad\x5d\x16\xc7\xbc\xb0\x40\x2f\xbb\x85\xeb\x6e\xb5\xf0\x25\xa3\xa7\x9c\xd7\x35\xaf\x5e\x1f\x58\x24\x56\x1c\x17\xb3\x2c\xea\x9f\x25\xa6\xb3\x3e\x59\xad\xac\x16\xbe\x62\xd4\xb7\x7e\x46\x28\xb4\xc0\xfa\xc1\x02\xeb\xbb\xf2\x57\x0b\xac\xfd\xd1\x0a\x7a\x2c\xf6\xb5\x22\x47\x59\xe2\x84\xd2\x5c\x45\x73\x17\x2a\x68\x55\x88\x77\xfb\x96\x7f\x3f\x1c\xb4\x76\x60\xae\xbd\x72\xd6\x42\x78\x0a\x81\xd3\xaf\xd8\xd0\x34\x9f\x4b\x97\xfc\x90\x7e\xc5\x7c\x1e\xcc\x23\x18\x57\xad\xcd\x75\x7a\xb2\xf8\xe7\x21\x3f\x41\x3f\x53\x7a\x8a\xb0\xbf\x0f\xd1\xc3\x6b\xc8\xf7\xec\xc9\x59\x41\xec\xaf\x83\x85\x13\xa1\xcb\xc4\xdc\x89\xa5\x73\xff\xe1\xc9\x22\x6e\xd8\xd7\xf9\x0d\x33\x8d\xc5\x34\xdf\x9e\xd0\x08\x3d\x5b\x3d\x45\x2a\x2c\x57\x93\x1a\x8b\x78\x9f\xb8\x96\xbc\x0d\x17\xc3\x36\xad\x31\x46\xf8\x6a\xf3\xc9\x4d\xb2\x49\xe6\xf4\x05\xb1\x24\x94\xab\xb3\x47\x27\x9d\x77\xa1\x76\xa2\xf9\x4f\xe8\xa2\xbf\xc2\x7b\x58\x62\xcf\xe9\x2a\xd5\x79\x17\x7d\x58\x1e\xb5\x55\xad\x41\x19\x5d\xf7\xec\x3c\xbf\xea\x28\x66\x9f\x5b\x3f\xcb\xeb\x7a\x65\x31\xe2\x9a\xbd\x98\xaa\xb9\x4f\x9c\x9d\xf5\xfa\x83\x35\x77\xa7\x78\xfd\x8c\x7e\x3b\x5a\x25\x91\x93\x9a\x33\xc6\x96\xd2\x7b\x08\x6b\x72\xf5\xdb\x37\x08\x98\x90\xd0\x47\x75\xb4\x68\xf5\x34\x6e\x10\xaf\xa8\x43\xef\x96\x90\xcf\x13\x64\x38\x56\x37\x94\x37\x8d\x44\xea\xea\xe2\x37\xaa\xb8\xcf\x84\x80\xb3\xba\x31\xbe\xe2\x69\x89\xde\xe2\x82\xa3\x7c\xd7\x1f\xc6\xe9\x9d\xbe\x89\x69\x6a\xdb\xce\xdd\xf2\x8c\x96\x38\xa4\x69\x38\xaa\x1d\xfb\x0a\x38\x35\xd0\x1f\x27\x4d\xb3\xea\x82\x0b\xce\x35\x7c\x09\x6e\x74\x0a\x9a\x20\x86\x84\xcc\x05\x58\xf6\x33\xf8\x97\xb1\x25\x84\x3a\x24\xc2\xfb\xd7\x56\xc8\x40\xab\xad\xb4\x53\x57\xcd\xc4\x78\x40\x04\xb1\xec\x94\x6d\x63\xa8\x2a\x15\xca\x26\x06\xab\xcc\xe3\x4e\xc8\xc2\xe0\xa8\x12\xa9\xab\x34\x08\x3d\xcc\xdf\x34\xbd\xdc\xd4\x34\xce\x28\x17\xed\x2e\x53\x1e\x7d\xb0\xed\xd7\xd2\x8b\x58\xb5\xd9\x19\x75\x9a\xcd\x42\xcd\x9c\xb8\x3b\xac\x27\x44\x06\x7a\x7d\x8d\x41\x43\x75\x44\xaa\xc8\xb6\x79\xd3\x48\x7b\x8a\x51\x69\xee\x45\x4a\x64\x8c\x0d\x79\x91\xa8\x9b\x52\x53\xf4\x71\xbc\x30\x13\xa1\x6d\x77\xc3\x3a\xeb\xb9\x35\x91\x3a\x31\xf4\xd0\x53\xf3\x63\xb9\xb2\x2e\x32\xbc\x9b\x4c\x9f\xfd\x1f\x8f\xca\x99\xa9\x14\x58\xb7\x7e\xef\x9e\xce\x43\x0a\xe3\x61\xba\x32\x5f\x40\x10\xb5\x54\xe6\x4e\xfe\x55\xb1\x4f\xad\xb5\xe5\x46\x6d\xdb\xb6\x10\x1d\x8f\xdf\x3f\xec\x43\x5e\xb9\xa7\xa8\xcc\x1f\xf6\x05\xfa\x99\xba\xb3\x15\x24\x59\x9e\xff\xa0\xda\x12\xaf\x39\x7f\xfa\x73\x55\x3e\xea\xe7\xd7\xbb\x2a\x2b\xee\xf0\xad\x47\xfd\xb3\x15\xe4\x59\xc1\xbf\xe9\xde\xca\xbe\x02\xc9\x27\xe0\xc3\x61\xc7\x0a\xbc\xbc\xf1\x31\x8b\xcb\x47\x7c\xfa\xf5\x5b\xbc\x06\x4f\x3c\x95\xe5\x1e\x3d\x98\xa2\x23\x9a\xda\x1f\xdd\x93\x95\x08\xf0\x17\xa0\x7d\x3c\xe2\x4e\xb0\x5a\xc0\x59\x9c\x38\x9a\x97\xd6\x9a\x1f\x8f\xec\x17\xfe\x7b\xf4\xce\xb4\x14\x61\x9c\xe2\x8f\x63\x03\x67\x63\x61\x32\x94\x88\x02\x3b\xe5\xef\x02\x0c\xbc\x6f\xbc\xd3\xaf\x19\xaa\xa5\x04\x82\xc1\x0f\xd2\x69\x2d\xc4\x1b\xb0\xba\xd7\x5d\x00\x46\xe8\xe5\xd4\xb6\xad\x94\xd7\x56\x56\x5c\xa5\x46\xc4\x4b\x87\xd3\x54\x85\x28\x9c\xad\x21\x26\xc4\xe3\x6e\xe6\x87\x81\xeb\x24\x5d\xf8\x5b\x23\x22\x2e\x4d\x10\xf1\x7c\xae\x68\x56\x44\xa4\xc1\xa6\xc3\xfd\x75\x30\x5f\x93\xe7\xdc\x7f\x11\xcc\x0d\x3c\xa2\xf1\x9d\x90\x5b\x13\x6a\x15\x08\x00\x16\x01\x79\x12\x12\xd9\x76\xa4\x88\x86\xfe\x34\x43\x2f\x40\x2c\x26\xa1\x45\x0e\x3f\x9a\x53\x24\x7a\xe7\xe2\x93\x80\x67\xb9\xd7\x57\x68\xa3\xd6\x05\xe8\xe8\xc5\x27\x0b\xe3\x55\xf9\x61\x40\xad\xac\xd8\xf1\x2a\x43\x03\x0d\xdb\xb6\x8e\xa3\xf9\xa0\x78\x4a\x9d\xaa\x30\xbc\x62\x91\xbb\x92\x51\x27\xeb\x12\x09\xcb\x97\x1c\x9f\x26\x57\xf8\x3f\x58\x57\x05\x09\xbf\x67\x75\x87\x4b\x6a\xae\xe4\x0a\xfa\xfe\x76\x91\x32\x15\x29\x89\x09\x62\xab\x6a\xcf\x72\x15\x45\x13\x79\x96\x2f\x19\x66\xfa\x12\x2f\xae\x91\x28\x32\x6a\x9a\xc8\x73\x92\x21\x5d\x90\x06\xb9\x2b\x69\x97\xf3\xfd\xc3\x9e\x57\x59\xe4\x24\xc4\x4b\x9a\x66\xe5\x72\xe2\x72\x43\x9b\xe9\x5b\x52\x24\xb5\x40\x51\xce\xe0\x4c\xeb\x68\x0c\x8f\x8e\xf1\x8c\x69\x4a\x1d\x79\xbf\x2a\x02\x77\x1e\xf2\x8f\xd8\xb6\x74\x6e\x32\x28\xb2\x27\xb9\x6d\x87\xc1\x17\xc6\x35\xe1\x5d\x75\xdf\xea\xb9\x68\x89\xdb\x3d\x77\x8e\x78\xc7\x89\x7e\x48\xaf\xb6\xd8\xb6\x91\xb2\xeb\x05\x45\x66\x2e\x82\xd8\x53\x14\x32\x86\xdf\x47\xf0\x39\x01\x4e\xdc\x95\x76\x00\xd0\xb3\x30\x90\x63\xde\x33\xe7\x6e\x39\x21\xd2\xc1\xe4\x21\x5f\xd8\x8f\xf8\xd4\x71\xd2\x59\x21\x90\xe4\x42\x33\xd4\x4f\x0c\x7c\xa6\xd9\x2f\x19\x79\x31\x30\x02\xa8\x75\x7e\x37\x52\xe2\xb2\x2c\xd0\x92\x96\x65\x81\x92\xbe\x14\xe7\x74\xae\x3e\xee\x16\x92\xcd\xc5\x52\x4a\x1b\x09\xd7\x3c\xfa\xd0\x8c\x80\x34\xb2\x3a\xb5\x02\x21\x9c\x85\xda\xf6\x22\xc3\xcd\xda\xf5\xa3\x60\xf3\x89\x32\xc2\xe2\x3e\x9b\xff\xe4\xc7\x81\xa8\x3e\xf1\xe3\xa0\x69\x12\x3f\x5e\xbc\xc0\xdf\x95\x21\xde\xb4\xf0\xc0\xfa\xdb\x5d\x9d\x51\xcf\xc4\xde\xa6\x7f\x66\x64\x6c\xb8\x31\xde\xd1\x97\xcf\x35\x47\xba\x40\x31\x10\x41\xba\x55\x28\x7f\x1d\x20\x5e\x07\x2f\x90\x7c\x20\xef\x43\x79\x71\x45\xe2\x13\x3f\xf4\xd3\x20\xe8\x00\x44\xbc\x49\x14\xdc\xc7\xf2\x1f\x98\x88\x60\xa8\x7b\x43\x13\x08\x78\xe0\xa0\xd1\x6b\x0b\x6c\x32\x44\x31\x69\xe1\xb8\x2b\x1f\x27\x94\x07\x7f\x51\x46\x0b\x78\xb6\xb6\xcb\xe2\x29\x05\x83\xca\x43\x5a\xa8\xcb\x34\xcd\xa7\x42\xa2\x5a\x61\x59\xe6\x9c\x15\x66\xc8\x69\x15\x74\x5a\x34\xac\x6e\x93\x5a\x8a\x06\xf4\xf3\xd8\x9a\xe5\xb5\x6c\xc4\x93\x17\x67\x13\x5d\x4e\xbf\xca\xa2\xed\xf0\xe2\x97\xbf\x0e\x24\x1e\xad\x0f\xe1\x8f\x57\x7f\x65\xbd\xfb\x20\x5e\x82\x6e\xe4\x6b\x8b\xe5\x9b\x47\xce\x0b\xfa\x57\x06\x66\x3e\x7a\x32\xee\x1a\x77\xff\xca\x40\x94\x9b\xf0\xc3\x81\x44\xd9\x42\xf0\x9c\xef\xb5\x53\xe6\xa1\x2a\x0f\x34\xd2\x9e\x09\xc7\xac\xc0\x7b\x15\xad\xe3\x23\xee\x75\xe9\x12\x81\x46\xd9\x47\x1a\x6a\x9f\x37\x56\xd5\xda\x92\xe4\x51\xdd\x44\x80\xde\xc9\xb2\x92\x22\xa6\xb1\x7c\x7c\xc0\x4b\xdc\x35\x14\x2b\x82\x18\x05\x9e\x60\xe1\x04\x39\x6c\x21\x7a\xa8\xce\x0f\x80\xe5\xd8\x0e\x12\xea\xbb\x4e\xf6\x3e\xe3\x82\x2b\x49\x79\x2d\xcd\x62\x95\xbd\x91\x59\xa6\x0f\xd2\xd3\x7d\x6f\xa1\x7a\x98\xb8\xa1\x0a\xa2\xdf\x6a\xcc\x9c\x80\x65\xfc\x50\xa1\x9b\x9f\x72\x8d\x2f\x8f\x54\x50\x44\x39\x6b\xbe\x31\x83\x81\x36\x22\x19\x17\x7c\xce\x60\x05\xeb\xe9\x6f\xda\xab\x1e\x6b\xd5\x46\x28\xe5\x23\x75\xf4\xac\x2e\xfa\xd9\x27\xcf\xc3\x79\xff\x36\xac\xef\x58\xf3\x83\x3a\x93\x37\x93\xfa\xb3\x49\x19\xe4\x45\xd7\xaf\x2f\xbb\xb6\x6d\x8c\xc5\xea\x45\x5d\x00\xf1\x4b\x93\xda\x7d\x97\xb7\x3b\xb5\x70\x06\xb3\x06\x68\x9a\xdf\xc0\xac\x8f\x9e\x3a\xbf\x81\x11\xe1\x54\x6b\x33\x0e\x3d\x21\x7a\xed\xcb\x0a\xd0\x12\x5f\xbc\x6b\x01\x43\x5d\xd4\x66\xa4\xe9\x9c\x9e\x13\x6a\x1c\x25\xc7\x2d\xd3\x41\x08\x52\x42\x2a\x61\x0f\x75\x29\x18\xb0\xd0\x0b\xdd\x15\x71\x87\xcd\x8c\x49\x29\x9e\x33\x3e\xe1\x74\x76\xf5\x9f\xa5\xe0\x45\xf1\x83\xde\x39\x13\xdd\x33\x18\x27\x55\x6e\xc8\x1f\xa9\x44\xd2\xa3\xcc\x41\xf7\x05\x8b\xfe\x38\xc7\x0b\x40\xeb\x71\xaf\x91\x7f\x7f\x6c\xbb\x85\x51\xeb\xd7\x85\xb8\xa0\x13\xc9\xaf\x78\x52\xa3\x27\xe3\x30\x36\x94\xec\xb1\x29\x0d\x60\xc2\xc0\x26\x69\xaa\x71\xed\x06\x8b\xe8\xe4\x24\x88\x38\xab\x26\x2f\xea\x6c\x01\x11\xcd\xc4\xb7\xe5\xa7\x0b\x54\x23\x45\xe5\xd1\x61\xcf\xf1\xf1\xc7\x6f\xc9\xf5\x0b\xac\x39\x79\xa2\x67\x40\x07\xdd\x4a\xd0\x93\xba\xc0\x83\xc1\x77\x0c\xbe\x67\x32\x5e\xae\x24\x01\x8d\xc0\xce\x8d\xc0\xc9\x78\x61\xc7\x58\x09\xe8\xb9\x4a\x0f\xd8\x10\xad\x33\x94\x47\x7c\xbd\xe2\xf0\x47\x46\xaf\xfb\xe0\xd3\xcf\xae\xe1\x6f\x8c\xfa\xff\x60\x01\xfc\xc4\xe8\xc9\x7a\x6e\xb9\xfe\x25\xa7\x2a\x6d\x67\x2b\x70\x78\x1f\x5b\x5e\xa2\x4e\x4e\x7f\xe8\x14\x69\x90\x08\xb6\x96\xfb\x1f\x07\x23\xd4\xc9\x7a\xd4\x09\x29\x1d\x7d\x92\x7a\xb5\x19\xca\x38\xf3\x98\xd8\xb6\xae\x50\x82\x7f\xa4\xe0\x87\x10\xd8\xd1\x35\x64\xf4\x05\x12\xfd\xd4\xb6\x53\xff\xe3\x40\x14\x53\x56\xd0\xe2\x15\xb8\x20\x02\xa8\xea\x98\xc7\x4d\xb3\xde\xc4\xe5\xd5\x8e\xee\x9a\xc6\x5a\x7e\x6a\x41\x7a\x4d\x77\xa0\xe1\x52\xd7\x0b\xe9\x3c\x21\x4a\xad\xb8\x13\x92\xd9\x4e\x8f\xed\x3a\x56\xb7\x8a\xef\x6c\x7b\xb1\xc8\xfa\x4b\x1f\xd4\x39\xa3\xa4\x27\xf3\xb4\x69\x44\x5b\x2b\x88\x14\xdd\x80\x08\x69\x89\x90\xcd\xbc\x74\x3e\x90\xd1\xdc\xb9\xf8\x4b\x20\x6a\x03\xe3\xa8\xf3\x35\xeb\x49\xbf\x71\x53\x99\x19\x84\x5e\xc7\x18\x6f\x09\xbc\x62\x54\x39\xf9\xf7\x4a\x9f\x37\x43\xc7\x14\xc9\xe9\xa9\x73\x29\x26\x95\xdb\xa1\x54\x37\x2a\xbe\x8e\xbe\x58\x84\x24\xa2\x82\xb1\x03\xee\x6b\xcd\xe0\x3c\x0a\x28\xf7\x7b\x1d\x5f\x14\x50\x66\x5c\x88\xee\xf0\xa5\x12\xf7\xa9\x56\xea\x0b\x26\xab\xef\xc6\xdf\x3b\xed\x5d\xc7\x74\x02\xa7\xce\x4f\x0c\xa5\x28\x3f\x20\x3a\x20\xcb\x4f\xcc\xb7\x9e\x5b\x01\xc1\xeb\x6a\x7b\xcb\x86\x4d\x8a\x7a\xd0\xb9\xbc\x4d\x86\xfb\x49\x20\xb1\x7f\x24\x78\xac\x4e\xc1\x66\x28\x75\xff\x31\x7d\x48\xac\x23\xc3\x4a\x83\xa3\x3d\xc5\x30\xab\x5a\xc2\x3b\x0c\xf4\x04\xaf\x05\x9f\x78\xdf\x5d\xdc\x60\x25\x4f\x62\xa3\x61\x90\x70\xdc\x2c\x4d\x83\xf6\x34\xc3\x1b\x13\xf0\xda\x07\x90\x08\x7e\xb7\x7c\x28\xf0\x63\x8c\xd6\x2a\xfa\x05\xaf\x70\xdb\x19\x77\x19\x80\xf9\x62\x86\x9c\xef\xcb\x34\x4d\x26\x18\x2e\xe8\x53\xe6\x73\xc8\x97\xf2\xf2\x55\x13\x1c\xa6\xd2\xfa\x42\x8b\x05\xf4\x17\x41\x60\x57\x3b\xc3\xb0\xdd\xf0\x72\x05\xbc\x92\xed\xcc\x0e\x52\x4b\x8f\x59\x71\x15\x36\x8d\x12\x21\xf1\x6c\xc3\xb6\x9d\x68\x59\xbe\xe3\x55\x92\x97\x8f\xd4\x2f\xbb\x67\xe8\x1f\x7f\x31\x9e\xff\x19\xc0\xed\x44\xac\x78\xb8\xa3\x9d\xde\xee\xd6\xeb\xa6\xde\x54\x34\x36\x4d\x2d\x64\xf2\x4e\xe7\xe7\xde\x82\x92\xaa\x44\xa1\x3b\xad\x96\x33\x25\x3d\xa9\x42\x12\x7d\x2c\x7b\xb5\xe3\x40\x12\x43\x9b\x52\xdd\x37\xcc\xd7\x8d\xa5\x3b\x0d\x99\x9a\x5a\x23\x5f\x5f\xde\x5f\x05\xe6\xa8\xcd\x2f\x6b\xf3\xcb\x3f\xcd\x2f\x2f\x82\x56\xa9\x1d\xd5\x4d\x62\xa8\x6c\x0e\xc5\x2e\xfc\xbe\xf3\xcd\x40\x15\x97\x3a\x97\xc7\x4f\x88\xde\x2c\x49\x07\x50\x77\x00\x9c\x52\xea\x1c\x3c\xd1\x6b\x6e\xb9\x96\x04\x59\x2c\x27\x9f\xe5\xe5\xa4\xb3\x7b\x23\x06\xc9\xbd\x1f\x07\x24\x2a\x8b\x3a\x2b\x1e\xf8\xe6\x40\x67\xab\x76\xef\xc7\x01\xbd\xb7\xed\x7b\x14\xeb\x7a\x19\x27\x56\x91\x6e\x6f\xf5\x35\x48\x13\xf7\xa5\xed\x09\x31\x16\xc4\x31\xd6\x73\xbc\x70\xc3\x15\xb9\x95\x7e\x2c\xa7\x7b\x4f\x4f\x79\x56\x5c\xdd\xdb\xb6\x73\xa0\xf7\x4b\x99\x42\xdc\x7b\xf3\x9a\x14\xbd\x25\xe1\xd4\x12\x48\x30\x90\xac\xcc\x47\xff\xff\xcc\x7d\xdb\x93\xdb\x36\xba\xe7\xfb\xf9\x2b\x24\x8c\x97\x45\x58\x68\x49\xed\x49\x6d\x9d\xa5\x06\xe6\x26\x8e\x73\x99\x63\x4f\x2e\x76\x76\x32\x23\x73\x52\x00\x09\x4a\x54\xab\x29\x59\x94\xba\xdb\x69\xea\x7f\xdf\xc2\xf7\xe1\x46\x8a\xed\x9c\x79\xd8\xaa\x7d\xe8\x16\x09\x82\x20\xee\xf8\xee\xbf\xf1\x9e\xb2\x7d\xaa\xcf\x5e\xcb\xbb\x6c\x11\xc0\x33\x74\x2a\xd6\x4f\x2d\x2b\xc3\x2e\x9f\x23\xc9\x16\xc6\xe0\x75\x3b\x00\xec\x9a\x7a\x98\x6e\x69\xc8\xff\xdd\x2e\x65\x46\xcf\xc1\x28\xde\xd2\x15\xff\x45\xc4\xfb\x54\xf7\x63\x32\x67\x05\xdb\x52\x06\x4f\x3e\xb6\x6d\xac\x13\xf9\xca\x10\xbc\x7b\x7d\x74\xc0\xe9\x60\x53\xcc\x6f\xa0\xe3\x28\xda\xd6\xae\x40\x40\x08\xbe\x4e\xe6\x1d\xcf\xbb\xbf\x0f\x39\x21\x42\x6d\x72\x54\x82\xc1\xe6\x19\x0a\xc2\x72\xe0\x84\x71\x26\x81\xef\xa3\xe7\x98\x4b\xd4\x68\x94\x7a\xce\xe2\x43\xae\xd9\x7a\xca\x72\x03\x0c\x29\x74\xf5\x4b\x1b\x06\x59\x67\xe8\xc9\xc7\x0a\x14\x88\xa1\xe0\x01\x64\x62\xfa\x3c\x5e\x19\x6f\x8d\xb8\xa4\xfe\xdd\x22\xf3\xd5\x2c\x29\xd6\xb6\x6d\x63\x17\x5c\x8b\x01\x6a\xbf\x32\xb3\x4f\x57\x98\x07\x87\xcb\xaf\x97\x7b\x3d\x1c\x1e\x3f\x09\x8f\xe4\x11\xa2\x7d\x0c\x2c\x64\x1b\xcc\x19\x8e\xfe\x33\x65\x55\xb8\x0f\xeb\xa5\x48\x2d\x86\xc0\xc2\x79\xd9\xf0\x37\xa2\x6d\xf5\x09\xcd\x72\x1e\xe8\x07\x37\x38\x6e\xfa\xac\x9e\x6c\x1c\x2f\x74\x85\xb4\xd1\xcc\xa7\x68\xc2\xa0\xe4\xd7\x57\x05\x68\x5f\x2a\xbe\x99\x1e\x35\x19\xe5\x0d\xb1\x8d\x5c\xc2\xa6\x2f\x57\xd9\xf4\x70\xaa\xe3\xd2\x63\x7f\x84\x58\xbe\x82\x2d\x37\xac\x64\x7a\x14\xae\x5f\x96\x51\x54\xa5\x79\x12\xaf\x3b\x78\x25\x3a\x4b\x46\x31\x28\xd2\x86\xaf\x1d\x6a\x08\x86\x3f\x14\x26\xc4\x61\xe8\xe4\x29\x29\xdb\xed\x8f\x41\xda\x78\xce\x1e\x8d\x33\xd1\x6b\xa0\x85\x93\xc7\xf3\x99\xe5\xd4\xc5\x8b\xf2\x00\x90\x89\x74\x89\x3f\x20\xd7\x96\xe4\xcc\x75\x4d\xe2\x3a\xcf\xf6\x47\x92\xbb\xae\x61\xd8\xe2\x64\x99\xb1\x80\xc0\xec\xc4\xbb\xb6\x6a\x40\x23\x40\x88\x05\xdb\x68\xe6\xb0\x01\xc9\x00\x5e\x4e\x3b\x15\x05\x42\xc3\x3c\x40\x32\xde\xf5\xa3\xeb\x79\x70\xb4\x2a\x28\x2b\x30\x52\x4f\x12\x5a\xbe\x79\xdf\x61\x99\xf6\x86\x2a\x81\x7d\x50\x75\xc2\x64\x80\x2f\x2e\x1f\xcf\x9d\xa1\xba\x1b\xc6\x1c\x87\xf1\x3a\x70\x6a\xbe\x1c\x26\x26\x33\x9a\xac\x0d\xea\x71\x27\x95\x59\x03\xd5\x1b\xbe\xc1\x80\x75\xf0\xad\xbf\x8b\xf8\x66\xb0\xdd\xb4\x4b\x3a\xfd\x24\x1c\xed\xb4\x61\x82\xd9\x77\x3c\x09\xe5\x01\xd7\x6f\xc5\x3e\xbe\x61\xbf\x40\x84\xd9\x8e\x2d\xb6\xfd\x0c\xf0\xed\x51\x14\xde\xda\x50\xea\xf0\x4a\xf9\x00\xf1\xa7\x0e\xb1\x9b\x3e\x15\xb3\x73\x4d\xd4\xd5\x6d\xb2\x61\x88\x0f\x64\x4a\x80\x1b\x4d\x78\x6c\x3c\xcc\xb3\x79\x64\xef\x0d\x0e\xb3\x49\xd5\xd7\xb6\xd1\x16\xe1\xd7\x20\x46\x9b\x54\x7d\xed\xd6\xbb\x49\xc3\x3b\x7a\xae\xa7\x5f\xd6\xd5\x2d\x4c\x38\xef\xd9\xfc\xab\x60\x8f\x30\x50\x17\xa1\x24\xba\x68\xde\x34\x35\x08\x3f\x48\xae\x26\x42\x53\x91\x4e\x4e\xba\x08\x2d\x75\xe7\x10\x78\xa8\xe7\xc1\x9a\x73\xbd\xeb\xb1\x9f\x61\x8b\x83\xff\xc0\x9d\xc0\x95\xc3\xc8\x92\xe8\x4b\x35\x18\xdb\x52\xa6\x3f\x09\x97\x51\xd0\xe4\x27\x81\xd3\x57\x18\xe8\xa9\x66\xaf\x54\x71\x11\x41\x0d\x17\x8d\x88\xa2\x01\x5c\xba\x70\xe1\x0b\x9a\x3c\xda\x1e\x4d\xf2\xb6\x1d\xe7\x51\x24\x51\xc5\x10\xf4\x41\x14\x09\xbf\x7c\x05\xc3\x65\x95\x60\x56\x69\x02\x42\x7f\xe3\xd7\x50\x14\xc9\x00\x62\xde\xbe\xc8\x61\xa2\xec\xca\x32\x9d\x27\x56\xe9\xe4\x6a\xe5\xb3\xa5\xfe\x32\xf1\x97\xfa\xa4\x40\x2e\x59\x37\xb7\x49\x83\xeb\xa5\xcf\x95\x25\x41\xba\xf7\x5c\x35\xf1\x74\x0a\x4b\xcf\x9b\x0b\x50\xa7\x80\xf9\xa6\xb9\x47\xa2\xbe\x98\xee\xb6\x05\x2f\xdc\x44\x63\xfe\xb2\x8b\x91\x16\x46\xc6\xd6\xef\xd0\x28\x82\x5f\x2f\xaf\xd2\x85\x41\xd1\x17\xb8\x59\x26\x9d\x9e\xf5\x1e\xd4\x91\x87\x97\xa2\x50\xef\x77\x7f\x10\xda\xc6\x78\x6b\xbd\xa3\x40\xfa\x3a\x15\x30\x9b\x5b\x3a\x48\x53\x18\xfa\x00\x84\x89\xaf\x62\xa7\x51\x96\x67\x86\x6a\x95\x33\x33\xcf\x3e\x13\x47\xb0\x4b\xef\x09\x44\x8e\x83\xce\x45\x24\x82\x1e\x6a\x1c\x1e\x96\xbf\x1a\xe9\x76\x77\x96\xb1\x92\x2e\x62\x65\x43\x2c\x40\x06\x52\x56\x75\xd5\xac\x41\x8b\x24\x21\x1c\x19\xc0\xa3\x3b\x93\x90\x29\x3e\xe7\x2b\xa6\xda\xb6\xf4\x43\x76\x1d\x00\x2b\xae\x8c\xe8\x11\x7b\xd6\x64\x62\x2b\xda\xdf\xd7\x3b\xab\xe2\xd2\x53\x0a\xa3\xa5\x2d\x2c\x99\x82\xe0\x74\x32\xce\x5d\x6d\x06\x91\xbf\x30\x5c\x4e\x88\xfe\x25\xa3\x08\xa0\xd9\xaf\x8d\x14\xf3\x02\xaf\x6c\x38\x8c\x0e\x56\x02\x0c\x5d\x8c\xbc\x2d\x8a\xba\x38\x61\xd0\xf3\xb0\xc7\x36\x10\x33\xc2\x49\x87\xf1\x40\x5a\x81\x0b\xad\xfe\x0f\x55\x8f\xa2\x22\x5e\xa1\xbb\x9e\x85\xab\x80\x70\x11\xab\xcb\x8c\x3f\x3a\xe3\x15\xff\x12\x1e\x69\xde\x17\xff\xea\x6a\x41\x4b\xfd\x8a\xde\xd2\x4d\x70\x69\xb4\x87\x81\x9a\xc2\x23\xa8\xeb\x98\x73\x4d\xcd\x41\x82\x9e\x5d\x38\xa8\x39\x58\xf8\x5d\xb3\xd2\x82\x7d\x28\x76\x4d\xe9\x22\x96\x7a\xb7\xa1\x4f\x20\xca\xe1\xd8\x0f\x0a\xde\xc6\x36\x90\xb7\x85\x5a\xfb\x5c\xaf\xb2\x3c\xec\x2d\x4d\x99\x2d\x6d\xcf\x92\x8c\xa9\xe0\x16\x3b\x3a\xeb\xf6\x74\x91\x16\xfe\xec\x07\xca\xd5\xce\x4a\x00\x4b\xef\x20\xea\xe9\xe1\xc5\x88\xbc\xd0\xb3\xf8\x1b\x78\x17\x8d\xf5\x04\xf1\xdd\x2a\xb1\x5b\x25\x76\xab\x71\x70\xd5\xbd\x29\x33\x37\xd7\x05\x98\xc5\xc8\xb0\x37\x75\x29\xae\x27\x25\xf4\x24\xca\x76\xe6\x8b\xd5\x4b\x09\x6e\x8d\xc5\x52\x66\x51\xa4\xff\x9b\xca\x76\x6e\x82\xdd\xc9\x4e\x78\xdb\x28\x87\x83\x89\x2a\x64\xc3\x6e\x32\x64\x28\x19\xb2\x9a\x7d\x45\xb2\x05\x17\x2c\xeb\xa5\xcc\x16\xe6\x37\x3c\x8e\x3a\x6a\x22\x14\x88\xb7\xed\x90\xee\x2a\x1f\x36\x36\xc7\x05\x6e\x37\xb2\xf7\xe0\xdb\x37\xa7\x0c\x0b\x0e\x1d\x78\x9a\x6d\x55\xa8\xaf\x77\xf7\x75\xf2\x5e\x18\x26\x98\x32\x48\xfc\x65\x0f\x49\x50\x7f\x93\xf4\x1e\xb5\x6a\x3a\xd9\x34\x93\x32\xbd\xf3\x7e\x5f\x7b\xeb\x1b\x2c\xe3\x0c\xe9\x3f\x9c\x8e\xc1\x03\x28\x09\x1f\x98\x82\xfc\x33\x53\xdc\xf9\x8f\xfd\x7c\x2e\xb7\x75\xdb\x4a\x69\x37\x69\x68\x1e\xce\x46\xbe\xcc\x2c\xa9\x95\xdf\xf4\xb7\x5d\xf0\x72\x65\xb9\x9b\xba\x30\x27\xbc\x98\x70\x21\xff\x92\xbb\x79\x37\x99\x50\xc1\x73\x88\x69\x1c\x1b\xb7\x08\x5c\xb8\xb9\x9b\x56\x57\x57\xec\x9a\x2e\x72\x27\x34\x32\xf2\x69\xc0\x8b\xf0\x82\xc8\x80\xf2\xeb\x45\x26\xc4\x4a\x58\x3a\x45\x7f\xc7\x2a\x1b\xc4\xe1\x18\xd3\xc4\xe7\xd0\x45\x9a\x82\x20\x38\xe4\x9d\xd8\xf2\xeb\x3f\x33\x9f\x3b\x6c\xe9\x5b\xbd\xbb\xbc\x15\xbc\x51\xc7\xef\x4d\xe6\xd8\x75\x49\xb7\x10\x6a\x4b\xd5\xb5\x0e\xcb\x00\x23\x16\xf7\xf6\x5b\x41\xd9\x5b\xf4\xd2\xb5\xf9\x81\x76\xe0\x8f\xcd\x76\x77\x9f\xfc\xcf\xf9\x9c\x95\xa2\x39\x26\x2f\xe6\x73\x1f\x2c\xea\x8b\xf9\xdc\x9c\xd9\x85\xda\x8a\x4f\x4f\xe1\x25\xea\xe2\x3a\x74\x8a\xc8\xda\x56\x80\x1b\xb0\xc1\x6c\x65\xc1\x21\x21\xd9\x10\xd7\x13\xc8\x82\x25\x13\x80\x5b\x38\xd4\x1e\x9b\xc7\xf8\xb9\x5f\xa8\x25\x9f\xc2\x41\x64\xf2\xf2\x11\x46\xf3\x02\x43\x3f\xf9\x79\x73\x75\xd4\xd1\x11\x4a\x17\x26\x58\x93\x8f\xce\x6c\x11\x0f\x7f\xa8\x39\x41\x5c\x81\x3b\xb1\x3d\x29\x76\xa3\x29\x73\x0c\xed\xa3\x0a\x9e\x9b\x90\x77\x00\x72\x68\x31\x09\xf4\xce\x0a\xd9\xbe\x76\x09\xb9\x7b\xc8\x3e\xd3\x16\xf3\x0d\x4e\x8e\xc4\xc6\xe1\x34\x80\x8e\xec\x66\x0a\x17\xff\xc7\x3e\xe7\xae\x46\x16\xfe\xf0\x1f\x82\xfd\x53\xb0\x67\x00\x29\xf2\xb0\x3f\x00\x84\x35\x46\x9a\x5b\x74\xa8\x33\x9d\xfe\x59\x73\x85\x1a\x5e\x7d\xda\x26\xc0\x47\xb2\xfa\x37\xd0\x52\xfd\x4b\x4f\x41\x16\x5f\xd4\xab\x2b\x25\xf1\xd2\xdd\x85\x37\x9e\x2b\xd1\x66\xae\x8c\xa2\x17\xa0\x44\xe9\x62\x04\x76\x63\x7a\x71\xce\x7f\x49\x6b\xe0\x43\xad\x09\x04\x04\x6f\x28\x11\x22\xc6\x85\x09\x6a\xdb\x58\x72\xd9\x0b\x27\xa3\xb9\x77\xe8\x50\x67\x4e\x15\x77\xa0\xf1\xf4\x61\x60\xbd\xa9\xd2\x7f\x8a\xe4\x1f\x82\x52\xf6\x1f\x81\x09\x5d\xe1\xed\xad\x0a\xab\x32\xe5\xb1\xe2\x85\x03\x5b\xa6\xa9\x42\xe8\xff\xb2\xaa\x0b\xf8\x18\xaa\xa9\x8c\xd5\x2e\x7a\x3a\x81\x99\x94\x79\x1b\x0b\x6d\x5c\xa1\xa1\x5d\x5e\xe1\xec\xd0\x4c\xc1\xa2\x8b\xf5\x29\x59\x3e\x21\x7a\x85\x18\x13\x9e\xce\x00\x41\x6d\x9e\x18\xe7\x8e\xd0\x8e\xcf\x59\xc9\xa5\xa6\x7d\x2d\xfc\x9c\x81\xf8\xee\xe1\xea\x1b\x84\x73\x5e\x2e\xd5\x64\x92\x51\xdd\x99\x7a\x18\xbe\xa9\x1e\x80\x99\xcc\xd9\x13\x7d\x09\x81\x5d\x40\x78\x37\xbe\x46\x68\x92\x6e\x0c\xb5\x5c\xf3\x00\x76\x54\x12\x0c\x0f\xde\xd3\xa3\x1a\x83\xd3\x71\xb8\x7e\xa2\xc8\xac\x2a\x04\x7a\xee\x86\xb0\x33\x6b\xd1\x07\x05\x83\x45\xe6\x43\xe6\x0f\xa1\xae\x1a\xa4\x6c\xbb\x7c\xd1\x71\x03\xcc\xb3\xfe\x29\xfa\x8a\xdd\x0e\xba\x3d\x86\xb3\x4c\x7b\xbd\x9f\xd3\xa4\xf7\x9d\x9c\x81\x7b\xa4\x0b\x6f\x7c\xd9\x5f\x08\x8e\x6b\xc6\x61\xf6\xe1\x7e\x32\x5b\xd1\x41\x3a\xe7\x99\x30\xd6\x80\x6e\x9a\x2d\x20\xa9\xcb\x7f\x7b\x8b\x44\xc7\x05\x6b\xb2\x18\xdf\x66\xf8\x82\x72\xc4\x7e\x6e\xde\x49\x7b\xcb\x06\x71\xc2\x4c\xf1\x94\x29\xeb\x8f\xfb\x9b\xd1\x0a\x63\x48\x4a\xdc\x41\x5b\x1b\x71\xac\x45\xf0\x0b\x00\xd5\xed\x6c\x5c\x7a\xca\xfc\xc1\xc6\x85\xea\xf9\xcf\x6f\x5c\x3f\x76\x8b\xf9\xfc\xc6\x15\x78\x16\x2e\xfd\xa4\x85\x63\x30\xeb\x6f\x60\xe6\x69\xf2\x48\xca\xdd\x81\x24\x64\x7d\xbc\xdd\x7e\xb3\x3b\x10\x46\xf2\xad\x68\x1a\x92\xe0\xaf\x9e\x68\x04\x41\x5a\x3e\x17\x25\x6d\x78\xc3\x5b\xe1\x86\xb7\xc2\x0d\x6f\x65\x37\xbc\x92\x5f\xa3\x3f\xe8\xb8\xb3\x95\x81\xa6\x41\x06\xab\x4d\x8f\xbc\x04\x40\x69\x6f\x76\x03\x0e\x00\xde\x4a\x4c\xf9\x3d\x45\x85\x7b\x4a\xc1\x55\x67\x4f\x29\x12\x18\xd6\x3c\x51\x7e\x67\x53\x7e\x67\xd3\xd9\xfd\xce\x86\x99\xb1\xd1\x76\xb1\x0a\x89\xc6\xd4\x17\x06\x28\x6e\xa9\xad\x45\x13\x2e\x35\x21\xc1\x3e\x97\xd0\xb6\xfd\xcd\x5a\xe9\x79\x1d\x4d\xdb\x8a\xe9\xfa\xa0\xca\x54\x4c\x5d\xd1\x57\xd7\x67\x13\xc3\x3a\x38\xb3\x61\xeb\x0e\x4c\x30\xec\x51\x3e\x6c\x08\x03\xb0\x2b\xd6\xe0\x22\x50\x23\xcb\x8e\x1d\x46\x78\xe7\x4a\x84\x3a\xc0\xf6\xdd\xe5\x49\x4c\xed\x08\x23\x07\x25\x8a\x1f\xea\xed\x27\xc2\xc8\xad\x78\x78\x03\x33\x55\x4f\x17\xb5\xdd\x1a\xaf\x25\x73\xf7\xa3\x51\x66\x33\x72\xd8\xdd\xbf\xdb\x8b\x5a\xa7\xef\xb6\xe6\xea\xd4\xa8\xb7\x62\x4f\x18\x01\x97\xee\xaf\xd0\xc3\x82\x59\x0f\x8b\xd7\x45\x85\x61\x39\x33\xd6\x39\x91\xed\x9c\xc0\x90\x4e\x9d\xc0\x26\xc0\xc8\xd9\xb8\xb2\x92\xcf\x96\x1f\x8e\x1f\x0e\x1f\xea\x0f\x65\x36\x5b\xf5\x88\x89\xa2\x78\xa5\x27\xf5\x90\x75\x97\x8f\x2d\x79\x69\xab\x29\xa2\x48\xb0\x8a\xcf\xd9\xa6\x1f\xd1\xa5\x27\xb7\xfb\x4c\x44\x0c\xcd\x91\x18\x33\x3f\x5b\x8d\x58\x04\xdc\xaa\xb1\x98\x73\x8b\x8e\x9a\x08\x18\x6b\x8a\xec\x26\x48\x35\xba\xd0\xa9\xd9\x62\xf3\xb2\x5a\x54\x28\x81\x36\xc1\x78\xab\x8c\x15\x1c\xe3\x5d\x04\xfa\xe5\xdc\x97\x9b\xc6\x64\x44\x26\x41\xc2\x84\x8c\x08\xf5\x71\x61\x24\x03\x7b\x54\xfd\x8f\x3e\x96\x41\x28\x35\x89\x58\x7f\x85\xb7\x3b\x1f\x91\x09\xbe\xfd\x97\x39\x60\xa9\x73\xbc\x5b\xac\x34\x5b\x74\xa8\x6e\xe3\x82\xb2\xe0\x43\xb8\x13\x84\x75\xe1\xab\x6e\x74\x08\xb3\xe7\xfd\x77\xc6\x08\xcc\xa0\x7b\xdb\x66\xdb\xfe\xbf\x1e\xb9\xa0\x7e\xff\x5f\x0f\xde\x13\x63\x87\xb7\x43\x23\xf8\x92\xcf\x69\xc1\x0b\x57\x92\x7b\xc2\xcc\x88\x42\xcc\x36\x1c\xd3\x84\x90\x7f\x73\x58\x91\x45\xef\x0f\x6b\x60\xf1\x64\x06\x6b\xf1\x94\xa1\xad\x0c\x23\xd3\xf0\x3c\x95\x28\x92\xf4\x0b\x89\x86\xf1\x76\xba\x69\x86\x04\xe9\xea\x18\x42\x6b\x6d\x3b\xb8\x41\x2d\x3b\x83\x9b\xf7\x06\x57\x13\x50\x92\x9e\x93\xae\x22\x33\xac\x9f\x9d\xb0\xa8\xa2\x30\xe5\x03\x57\xd0\x99\x00\x06\xf3\x88\x97\xcb\x42\x8f\x8e\xd2\x47\x08\x7e\x5e\xd2\x54\x75\x1a\x23\x69\xa2\x7c\x73\x25\xea\x6b\xe3\x5c\x73\x09\x1d\xe1\x0e\x46\x3f\xed\xd6\x37\x8a\xde\x38\x43\x4c\x46\x7e\xfb\xcd\x3d\xf8\xed\x37\xd2\x9f\xb7\xbd\x7b\xde\xbd\x6d\x5b\x81\x24\x20\x21\x49\x28\x58\xee\x96\x49\x61\xae\x43\x04\x2d\xd3\x9e\xe1\x60\x8a\x5c\x4f\x32\x01\x93\xec\x32\x5a\x96\xd5\xee\x05\x31\xeb\x96\x79\xd6\xb1\x99\x19\x91\x89\x4d\xfe\xfc\x7a\x70\xf3\x5d\xc2\x3c\xb7\x50\xf6\x0b\x87\x5e\x6f\x0e\x0f\x29\xf9\xec\xc3\xa1\x7f\x68\xdc\x89\xed\x53\x7b\x91\x8b\x7f\x0e\x1e\x52\xfd\xd8\x55\x2e\x7e\x7d\x6f\xf2\x0d\x49\x4f\xcd\x94\x51\x8b\x8b\x60\x7c\x60\x2c\x50\xa4\xdd\x09\x69\xa7\xec\x9d\xd8\xc6\x94\x26\xc2\xb1\x5d\x8a\x83\xcf\x5b\x4f\xd9\xa3\x52\x35\xd1\x0f\xbc\x11\x82\x71\xab\x44\x5d\xa4\x1a\x8a\xd6\x68\x03\xa9\x11\x92\x88\x09\x21\x67\x4a\x99\xa6\xcd\xee\xc4\x36\xb0\x7f\x36\xe0\x9c\xfd\xe4\xe1\x20\xbf\x19\x58\xd1\x1a\x6a\x4d\x06\xd4\x9a\xf4\xd3\x53\x31\x02\x5c\x09\x38\x32\x41\x59\xc8\xa4\xb8\x1d\xd5\x47\x4a\x0b\x2b\xa3\x06\x6a\xa2\x3e\x5b\x8d\xd5\x65\x35\xe2\x9c\x4b\x98\xd4\xbe\x12\x34\xcd\x93\x38\xe7\xca\x48\x53\x06\x9d\x38\xec\x64\x93\x92\x11\x62\x81\x22\x72\xdd\x6f\xb9\x75\x7a\x09\xa6\x92\x73\x38\x04\x7d\xdb\x13\x54\x5c\x97\xab\xb6\x95\x09\xad\x9c\xc7\x60\x85\x6c\xb6\x64\x13\x4d\x53\x00\x86\x35\xd2\x73\x97\x25\x77\x62\x98\x72\x1b\x67\x1d\xb1\x5b\xba\x34\x60\xc9\x8d\x4c\xea\xca\x18\x18\x09\x13\x4a\x6a\xfe\x52\xb1\x15\x2f\x53\x5d\x81\x04\xa0\x34\xcb\x54\x4d\xae\x13\x2b\xb2\xd7\x07\xed\x4b\x95\xae\x93\x32\x55\xc9\x7c\xb1\x0e\xcf\xb7\x42\x1f\x6e\xe3\x78\xec\x45\x50\x51\x54\xa1\xcd\x54\xdc\x91\x3e\xa5\x5e\xf8\xe4\x44\x07\xbd\x68\xe7\xf6\x39\xa1\xb4\x6d\x3b\x21\x0b\xed\x93\x0e\x9b\x1c\xe6\x60\xc4\xc6\x9a\x27\x36\xc6\x2a\xd7\xab\x0f\x57\x12\x2b\xbd\x3b\xbb\x41\xb0\x94\xee\x28\x5b\x5d\x78\x4b\x75\x84\x0b\xbe\x47\x31\x8c\x98\x85\x8d\x96\x61\x1c\x29\xb3\xe5\xaf\xae\xae\x68\xc1\xd5\x72\x95\xb1\xb8\xf0\x34\xbd\x8f\x8b\x5b\x98\x09\x57\xc2\x86\x05\xaa\xaf\xf1\x9c\x86\xc1\x93\x7a\x83\xc6\xaf\xae\x29\x2b\xcf\xe7\x0e\xed\x6e\x84\x71\x5e\x4a\xd8\xa3\xa9\x3b\x8b\x36\xbb\x64\xfd\x83\xf0\x88\xde\xdd\x27\x75\x41\xb8\x83\xfa\x82\xc9\x17\x76\x21\xec\xb1\x0e\xed\xc1\xcb\x25\x81\x91\xe9\x7e\x11\x62\xde\x3c\xb9\xf5\x5c\x04\xb9\x37\xcb\x20\x25\xbb\x9a\x24\x56\x9c\x48\x7d\x83\x89\xdc\x9e\x0e\x23\x40\xf4\x19\x19\x98\x9f\x91\xc5\xf7\x19\x6d\x77\xa2\x18\x1d\x54\x53\xfd\xae\x46\x68\xc7\x3e\x42\x1c\xb9\x11\xe0\xd3\x8d\x0a\xb9\xc5\x0b\xc0\x59\x2a\x76\xf7\x35\x5e\x9d\xf6\xf8\xab\x8f\xe2\x91\x83\x66\x1a\x59\x34\xa6\x91\x47\x6e\x1a\x79\xb4\xa6\x51\xbe\x16\xf5\x4a\x8d\x0c\x90\x43\x73\x92\xb7\xd5\x71\x74\xa3\x3e\x41\xb9\x37\xea\xd3\xfe\xa0\x9a\x46\x5f\x9c\xf6\x23\x75\x38\xec\x0e\xa3\x1c\x71\x5b\x6f\x55\x7d\xea\xc2\x6f\x5e\xea\x34\xba\xd2\x0f\x2f\x9e\xb9\x90\x22\xcc\x91\x4a\x02\x09\xb7\x09\xb0\x98\x5b\xb4\x33\x83\xcf\x21\xe9\x45\x60\xdf\xb5\x6e\xe0\x67\x30\x44\x7c\x8b\xf5\xa0\xfb\x46\xc7\x12\xf0\xc1\x01\x37\xea\x29\x09\xd2\xd1\xc1\xc4\x20\xbe\x1d\xcb\xe9\x99\x9d\xea\x8b\x57\x7a\x2f\x94\xa5\x7b\x83\x7a\x30\xc3\x3f\x46\xa3\x71\x6a\x1d\x76\xaa\x9f\x78\xcb\xbd\x73\x3d\xc0\x50\xa4\xc1\xe7\xc9\xf3\xe7\xc4\x74\x9e\x4e\x90\x4c\x93\xf4\xcf\x9f\x13\xdd\x04\x43\x3f\xe4\xd2\xea\x7f\x58\xa1\x49\x89\x74\xb6\xa8\xa7\xe0\x52\xfa\xd7\x77\x3f\xfc\x6d\x68\xa6\xeb\x74\xcc\x11\xeb\x43\x16\x74\x28\x70\xfb\xeb\xdb\x37\x97\x6a\x73\x96\x43\x68\x79\xe1\xf9\x1c\xaf\x1e\xa7\xc1\xda\x81\x60\x9e\x39\xb8\x2b\x7c\xfd\xc3\xdb\x1f\x75\x79\x07\x26\x79\x8e\x45\x7f\x73\xd8\xdd\xbe\x83\xd7\x01\x03\x43\x3d\x1c\x67\x0f\xb7\x5b\x42\x4d\xa4\xce\x82\x3e\x5a\x48\x1a\x0b\x63\x33\x96\x6d\x2b\x9f\x80\xbc\x80\x22\x0f\x30\x87\x9d\xd1\x33\xe8\x98\x21\x29\x26\xdf\xd7\x77\x62\x5b\x15\xa3\x5f\xdf\xbe\x49\x34\xb9\x47\x99\x44\x8f\x0b\x25\xf9\xec\x4f\xd3\xe7\xcf\x66\xac\x94\x7c\x16\x2f\xd3\x28\xa3\xbf\xf1\xe5\xbf\xa2\xec\xf9\x8c\xad\x24\x9f\xfd\x2b\x9e\x3e\x4f\x69\xb2\x1c\x7d\x38\x66\xcf\xe3\xe5\xbf\x34\x4f\x9f\x3d\xa7\xcf\x66\xab\x5b\xb6\x96\x28\x92\x13\x72\x77\x3a\xb6\x62\xbf\xd7\x7f\x57\xcd\x71\x77\x10\x2b\xd5\x4e\x27\x57\x30\x99\x9b\x6a\x57\xb7\x65\xb5\x55\xed\x41\x35\xed\x7d\x55\xac\xd4\x91\x26\xcf\x66\xac\x32\xaf\x7f\xfb\xfa\x7d\xfb\xdd\xeb\x2f\xbf\xa6\xcf\x66\x6c\xa3\xd3\x3e\xcc\x3e\xcc\x66\xec\x06\x1e\x2f\x3f\xdc\x4f\x27\x57\xd9\x24\xa1\x71\x9a\xe8\x07\x80\x0e\xf3\x61\x96\xfe\x29\x7b\xfe\xbf\x5b\x1a\xe3\x75\x92\x3d\xd7\xcf\x93\xf8\x43\x31\xa1\x2d\x6d\xe9\x8c\x6d\x25\x7f\x3c\xb3\x5b\xf8\x5f\x4b\x4e\x9e\xcf\x88\x35\xc2\x27\xcf\x09\x65\x3b\xc9\xc5\x74\xbb\xcb\xc1\x82\x06\xa4\x40\x6c\x2f\xf9\x8d\x44\x63\xe4\x5d\x4f\x2a\x89\xac\x82\x33\xc9\xfc\x28\x83\xe9\xd3\xd5\x60\x3d\x01\x8d\x25\x99\xae\x03\xc1\x29\xea\xc4\xe0\xdd\x8f\x74\xf9\x92\x3e\x77\x9c\x53\xcb\x39\x5a\x99\x38\x99\x80\xa1\xec\x72\x9e\xa5\xb1\x66\x1b\x6d\xec\x18\xc0\x8d\x60\x28\x04\x17\x60\xe2\xbc\xcc\xa8\x33\xa6\xca\x29\x4d\xfa\xcf\xe0\x90\xcd\x43\x63\xdb\x83\xec\x1b\xc6\x80\x03\xad\xe6\x3c\x6e\x65\x18\xaa\x6b\x8d\xcf\x2b\xe7\x10\xbb\x5c\x67\x68\x26\x00\xc7\x81\x00\xb7\xf3\x65\x47\x7f\x6e\x5e\xd9\xf0\xb5\x31\xa8\x79\xca\xdc\x64\xd3\xb6\x65\xdb\xaa\xe5\x26\x4b\xcb\x74\x1c\x57\x7c\x63\xbd\x87\x93\x58\x02\x7e\xba\xa6\xcd\x1b\xd7\xb4\x0d\x65\x2b\xfd\x6f\x7c\xad\x0f\xa4\xca\xd1\x0c\x61\xe6\xe5\x3c\xa3\x6d\x3b\x56\x60\xd8\x16\x45\x2b\x98\x0d\xbe\xdd\x8d\xec\x93\x14\xf5\x54\x6c\xc4\xc3\x3b\x75\x3c\x56\xf5\xaa\x99\x96\x5b\x71\x34\x06\x9f\x80\x87\xef\x0c\x7b\x25\xf5\xa4\xf4\x32\xcf\xa2\x28\x8e\xd5\x32\xcf\x52\x91\x14\x6d\x1b\x17\xfc\xf1\x4c\xe9\x32\xcf\xe0\xa1\x0f\xbd\x13\xc4\xea\x1a\xcf\x99\x60\x45\x07\xdd\xe5\x28\x9f\xc4\xc2\x40\x41\x5d\x03\xb1\x1c\x5c\xe3\x0c\x65\x43\x9e\xeb\x89\x51\xe9\xa6\x56\x53\xec\x9a\xc0\x3b\xbf\x30\x61\x27\x6f\xab\x5b\x13\xc7\x1a\xb6\x95\x9f\x55\xb3\xdf\xd5\x8d\xfa\x4e\x89\x42\x1d\x62\x62\x22\x89\x5e\xbd\x47\x54\x1b\x3d\x1f\x0b\xea\x8c\x6a\xd6\x9a\xa0\x5c\x83\x5d\x8d\xfe\x8f\xa2\xd5\x42\x13\x73\x6e\x34\x14\x5d\xc8\x83\x12\x37\xe7\xaa\x8c\x75\x5d\xaa\x7a\x94\xd3\x12\xaa\x85\xa6\xf0\xae\xb0\x1c\xf5\x2d\x95\x81\xec\xc9\x77\xf5\x9d\x3a\x1c\xd5\xa1\x59\x02\x2b\x39\xd1\x0f\x32\xfa\x58\x72\x65\x4a\x5c\x41\x98\x42\x45\xcf\xe8\x00\x65\x07\xba\x4c\xe3\x72\x8c\x0d\x8f\x22\x5f\x91\x92\xb2\x7c\x59\x7a\xcf\x73\xd7\xbd\xa7\xfe\x24\x0f\x82\xf8\x3e\x9e\xd9\x4d\xd8\xb5\x66\x75\x41\x3f\xdc\x2c\xaf\x33\xea\xd1\xed\x82\x0a\xd3\xcd\x72\xd5\x17\x8c\x76\x1a\xb4\xca\x16\x25\xbf\xb1\x83\x62\xc6\xab\xd4\x9d\x09\x70\xb7\x30\x02\xdf\x54\x6a\x5b\x34\xcb\x52\xcf\xa1\x7c\x39\x90\x9e\x71\x49\x01\xe0\x03\xe0\x54\x75\x15\xbf\x01\xcb\x38\x90\xdc\x87\x09\x80\x8e\x68\x9b\x40\xc1\xee\x9b\x05\x9f\x07\x34\x0e\x98\x2b\xa5\x1e\x18\x07\xb4\x41\x9e\x13\xdd\x8d\xc8\x1b\x94\x30\x38\x2b\xbe\x59\x56\x30\x18\x65\xd6\xb6\x9b\x25\x79\x0e\x97\x6c\xbc\xa2\x01\x2e\x8f\x9e\x13\x5c\x85\x94\xd3\x7a\x79\x9d\x99\x30\x1e\xbe\x88\xb5\x1e\x4f\x57\x0a\xdc\x51\xfa\xb8\x02\xcb\xc4\x74\x05\x98\x3e\x89\xfe\x07\x40\xfd\x80\x1e\xa4\xf3\xb0\x1b\x37\xa2\xba\x54\x1a\x4c\xaf\x15\xe4\xa4\xe8\x1e\x27\x96\xe4\xb8\x3e\xec\xee\x1b\x92\x51\xc9\x57\xb1\x34\x06\x61\xfa\x3c\xc6\x7b\x73\xc8\x6e\x5d\xac\xc8\xe6\xa8\x69\x92\xce\x31\xca\xe0\x27\x59\xa5\xdb\x84\xfc\x6d\x37\xc2\x21\xd4\x67\xd9\xa8\x3c\xec\x6e\xf5\xa4\x9c\x90\xd1\x71\xa7\x7b\xe1\x7c\x3e\x77\xcb\x69\x4e\xe0\xc3\x41\x98\xee\xfa\x44\x9e\x83\x68\x37\x22\x3f\x56\x77\x2a\x99\xb3\xad\x68\x8e\x6f\x77\x45\x55\x56\xaa\x48\x1e\xcf\x4c\x1d\xc5\x4a\xff\x86\x9b\x4d\xf2\x78\x3a\x6c\x93\x9d\x64\xa0\xa5\x24\xdf\xbe\x7e\x4f\x58\xd5\xbc\xd9\xe5\x62\x9b\xac\xa5\x09\x00\x2d\x75\x5f\x30\x0c\x04\x9c\x8c\xe7\x6c\x7f\xd8\xe9\x8f\x03\x7c\x86\xde\x52\x9a\x4f\x75\xae\x2f\xcc\x8e\x81\xe0\xd3\x62\xbf\xdf\x56\x78\xf6\xcd\x1e\xae\xee\xef\xef\xaf\xca\xdd\xe1\xf6\xea\x74\xd8\xaa\x3a\xdf\x15\xaa\x58\x00\xcc\x7e\xa3\x8e\xfc\x97\xf7\xdf\x5c\xfd\x27\x61\x88\x9d\xd1\x24\xe0\x31\x59\x4b\x06\xc8\x13\x48\xb8\xec\xb7\xa2\xaa\x09\x46\x6a\xc7\x14\x7d\x49\xd8\x83\xbe\xef\x7c\xe9\x76\xcb\x46\x8e\xd6\x61\x9b\x06\x82\xb4\x05\x19\x74\x8a\xc9\xb1\x11\x77\xc2\x84\x6a\x3e\xdb\xba\x37\xc9\xa3\x2e\x53\xbf\x3d\xc3\xcf\xc1\x97\x66\x58\x12\xbc\x3d\x3b\xb3\xee\x72\xc1\x57\x88\x4d\xfc\xf5\xed\x1b\x62\xea\x6e\x93\xde\xab\x87\xa3\xad\x8c\x4d\xd3\x24\x21\x7e\xd7\x2c\x5c\xdd\x6e\xa8\x18\x49\x90\x6c\x43\xa2\x6d\x04\x2d\xd5\xdd\x8b\xb7\xba\x14\x92\x04\xf4\xa6\x49\xd7\xed\x4d\x3c\x55\x79\x66\xc1\x31\x82\xa3\x6c\x47\xe8\xe1\x98\x8c\x35\xcb\x66\xe6\xc1\xe9\x09\xf5\xa5\x4c\x1b\x19\xc3\x61\xd5\x3d\x9f\x34\xeb\x97\x34\x32\xee\xa6\x32\xcd\x12\xe8\x84\x1f\x9d\xb9\xf5\x47\x19\x6f\x25\x85\xc4\xf7\x07\x51\x37\xfb\xdd\xe1\xa8\x13\x6f\x4d\x62\xef\xb3\x97\x06\xd5\xb8\xd9\x84\x66\xa0\x5c\xc2\x89\x38\x00\x12\xc6\x6e\xfc\x31\x7a\xda\x1b\xd7\x8b\x2d\xbf\x99\x9a\x26\xb7\xed\x0d\xbb\xf5\xb7\x51\x14\x6f\x03\x98\x85\xed\x74\x03\xe0\x58\x34\xad\xe3\xad\x03\xe3\x66\xbb\x8e\xd7\x0b\xdb\xf3\x7a\xfa\x4a\x6c\xb7\x52\xe4\x37\x4d\x4c\x76\x75\xae\x46\xb7\xea\x76\x77\xf8\x44\x28\xfb\xa8\x37\xbd\xa3\x38\x9e\x9a\x57\xbb\x42\x41\x30\xfd\x83\xde\xe2\x1b\xfd\xef\xc8\xe7\xec\xc4\x49\x2e\xea\x5c\x6d\x55\x41\xd8\x1d\x7f\x3c\x28\x51\x7c\x7a\x07\xcb\x79\xce\x2e\x4e\xc7\x01\xe7\xf7\xaa\x8c\x5f\x70\xce\x8f\x78\x94\x81\x6f\xee\xe3\xd9\x09\x97\x57\xd2\x39\xb9\x95\x4b\x79\x09\x0b\xc0\xe5\xf2\x45\x76\x96\xbc\x5c\x8a\xde\x93\x73\x87\x1d\x97\x28\xf6\x91\x67\x5d\xa7\x2f\xb7\xdb\x6e\xb5\x9a\x81\x90\x1a\x50\xa9\x54\x25\x68\xec\xd5\xe8\x96\x7c\x3c\xa9\xe6\x78\xd1\x90\x10\xd4\xac\x0b\x0b\x66\xf9\xb9\xb6\x8d\x05\x6f\x34\x0d\x83\x88\x04\x82\x1d\x96\x02\xce\x22\x54\x30\x68\x96\xf5\x50\x15\xea\xad\x21\x2c\x06\x35\xe6\x20\x69\xb2\xa4\x07\x17\xf6\x5d\x3f\x38\xc3\x7d\x0b\xde\x5d\x2f\x5e\x1e\xa9\x73\x4e\x13\xf4\xa3\x66\xc2\x97\x1f\xc1\xa6\x6f\x29\x33\xa4\x2a\x46\x77\xd6\x1f\x42\x2c\xef\xcc\x98\xf7\x70\x41\x99\x90\x7a\xb2\x0f\xe8\x6d\xdb\xf6\xe4\xc4\x3b\x51\x94\x4f\x21\x63\x2c\x29\x7b\x88\xe7\x16\x83\xfc\x7c\xd6\xf5\xd9\x39\xf7\xa2\x3b\xea\x0d\xe5\xf7\x53\x51\x14\xec\x6e\x6a\x0e\x00\x7e\x87\x3e\x1c\x77\xc8\x87\xf1\x3b\x70\xd8\xd0\xe7\xd8\x61\xcb\xe3\x58\xb4\x2d\x5c\xb6\xed\x4e\x52\xcd\x78\x3a\x29\xa6\x02\x29\xa6\xbb\xdd\x48\x06\xdb\xfc\x84\xcc\x66\x10\x93\x0a\x41\x02\xa7\xb7\xea\xb8\xde\x15\x9a\x7e\x43\xd1\xe0\x8d\x4b\xc1\x2c\xec\xc6\xd3\x2f\x56\x1b\xe8\x93\x10\x5e\xee\x69\x16\x84\x90\xcc\x48\xb4\x6f\xa6\xf9\x61\xd7\x34\x5f\xef\x6e\x45\x55\x43\xa0\x7d\xcb\x27\x41\xfd\x7b\xac\x12\xeb\x64\xe7\xe3\x78\xbc\x6e\x5b\x43\x07\x40\x33\x34\xc9\xf8\xc2\xdc\xbd\xd0\x44\xce\x1a\x3d\xe7\xc9\xfa\x78\xdc\x27\x9a\x1c\xd1\xb9\x53\xf2\x9f\x73\x92\x90\x2f\xbe\xf8\x33\xa1\x14\xdc\x3e\x65\x3f\x1b\x94\xd6\xc9\x07\x5f\xd7\x0d\x8c\xa2\x9b\x69\x70\x12\x7a\xcd\x95\x63\x2e\x6c\x3e\xd3\x23\x1c\x76\x67\x61\x3b\x48\x77\xf2\x41\x14\x10\x48\x54\x6c\x29\x65\x07\xbd\x5f\xb2\x1b\x26\xd9\x1d\x65\xb8\xd2\x6d\xb8\x9c\x45\x65\x91\xa8\xf4\x57\xf1\x24\x66\x15\x06\x89\xaa\xa7\x78\xe2\x4f\x26\x40\xe9\x77\x60\x59\x09\xec\x88\x47\x71\x38\xfa\x41\xc5\x9f\x6e\x58\x50\x76\x03\x3a\x29\x83\xc4\x32\xae\xcc\xc9\x8f\x59\x29\x2b\x38\x8c\x42\x27\x17\xac\x32\xd3\x3e\xf3\x7c\xc2\xe3\x42\x5a\x3a\x3d\x25\x11\x49\x48\x4a\xe8\xc4\x34\xd7\x18\xad\xe0\x1d\x0c\xa1\xc8\xd7\xca\x62\xe1\xe2\x8c\x2d\xfd\xeb\x5e\x47\x59\x4a\x46\x9e\x5d\xff\xc6\xc9\x24\x97\x93\x09\x4d\x8a\xc9\xe0\x67\x88\xcb\xa1\x0b\xaf\x4a\x4b\xfa\x00\x88\x49\x48\x0b\x2d\x8b\x2c\x8a\xee\xa6\xfd\x8d\x2a\x26\xdf\x97\x57\x36\xcf\xd5\xbb\xaa\xce\x15\x61\x17\x6f\x82\x14\xf2\x28\x56\x9f\x2b\xe4\x6f\xbb\x5a\x5d\xbd\xd5\xd3\x9c\xf8\xdc\x94\xb2\xd8\x4f\x1c\xdf\x8f\xfa\x2e\x20\x9c\xc6\x88\x24\x2c\xc3\x34\x3a\xfc\xa5\x0e\xfb\xc4\x3a\xa5\x50\x36\xf4\xc2\x97\x40\x60\x91\x70\xcd\x02\x1f\x73\x63\x60\xcb\x9a\x65\xf7\x49\x96\x3e\xf9\x64\x62\x28\xf8\x6e\x72\x4a\xd8\x88\x4c\x6a\x39\x21\x8b\xd1\x47\x3e\x9f\xce\xaf\x49\x42\x08\x4d\x7c\x31\xe0\xeb\x05\x1c\xed\x46\xef\xb0\x37\xd3\x35\x1e\x2b\x74\xa0\xbe\x1b\xe6\x1e\x2f\x37\x08\x77\x78\x33\x45\x64\x88\x77\xaa\x2e\x30\x0e\xa8\xbb\x45\xbd\xd9\x96\xdd\xb1\x1b\x6a\xe0\x98\x71\x0d\xb9\x45\x64\xf6\x5a\xba\x38\x71\x02\x97\xc4\x55\xe4\xd1\x6c\xa7\xc9\xb5\x21\xca\xaf\x99\x73\xde\xba\x3e\xd3\xbb\xe5\x26\x8b\x6f\x6c\x25\x72\x7e\xd0\x44\x8c\x59\xa9\xf4\xf1\x6e\xea\x8f\x72\x7e\x0d\x18\x75\xbd\x05\x08\x08\x17\xcb\x3b\x76\x93\xe9\xa9\x09\xf4\xb2\xee\xf5\x23\x5a\x17\xbf\x9c\x03\xeb\x32\x1c\x9e\xc2\xd6\x9a\x98\xcc\x84\x9e\x99\x7b\x93\x22\x9e\xcf\x91\x5f\xb3\x7c\xda\x68\xea\xff\xc0\x1e\x2c\xef\x71\x8f\x74\x02\x1c\x69\x14\xd8\x95\xd1\xfd\xe2\x21\xbe\xba\x66\xf7\xf4\x8c\x7e\xc0\x70\xa7\x79\x0f\x47\x9f\x91\x20\x20\xd5\x03\xc6\x69\x75\xc2\x14\x76\x60\x0d\x3b\xb1\x7b\xf6\xc0\xe5\xe2\xc5\x98\x73\x4d\x45\x1d\xf9\x0b\xb6\x8a\xa2\x8e\xb5\xf4\x8a\x3a\x90\x74\xa6\x20\x44\x08\x61\x9d\x4e\x12\x2f\xe7\xe9\x17\xc9\x9c\x6d\xb8\x78\xc9\x5f\xcc\xe7\x51\xf4\xe7\xf9\xfc\xa5\x68\xdb\x3f\xcf\xbf\xe0\x9c\x0b\xb0\x10\x3b\xf1\xa3\x8c\x6f\xd8\x1d\x2b\x29\x65\x27\x7e\xd2\x37\x27\x76\xc7\x36\x94\x6d\xd2\xb8\xb7\xc2\xef\xf9\xdd\x90\x84\xe1\x8d\x68\x8e\x6e\x4d\x13\xca\xee\x87\x36\x03\x7e\x4f\xd9\x13\xef\xeb\xb5\xeb\x5e\x33\x0b\x99\xdf\x53\xca\x5e\x60\x45\xdb\x96\x7c\xf7\xfa\xcb\xaf\x21\x70\x02\xec\x95\xe9\x03\x27\xf5\xce\x46\x91\x4d\x4c\x7b\x30\xf5\x78\x6b\x2b\x92\xc4\x0f\xfc\x04\x94\x83\x62\x07\x7e\xc2\xfd\xb1\xe1\x27\x3c\xc4\xd9\x86\x8f\x1b\x4a\x93\xb8\xe1\x0f\x4c\x1f\xe1\xe3\x07\x1a\x45\xf1\x03\x27\x86\x6f\x9c\xbf\x04\x4c\x22\x3e\xd7\x87\x91\xa5\x40\xb8\x70\x97\x10\xc5\x3c\x96\x6d\xfb\xa0\xcf\x7c\xb6\x49\x77\x1d\xf7\xd8\x2d\x5b\x1e\xd8\x03\xbb\xcb\x68\xb2\x0b\x1d\x64\xb7\x7a\x8a\x3e\xb0\x26\xf3\x85\x6a\x6a\x29\xfe\xa8\x89\x5b\x33\x9c\x9d\xc9\xbd\x49\x71\x7a\x1b\x5e\x34\x81\xbb\xd7\x58\x47\x3d\xdb\xd9\x26\x3d\x24\xba\xb8\x3d\x44\xc5\x08\x3e\x92\x01\x94\x63\xdc\x5b\x27\xaf\xcc\x92\x73\x6b\xe5\xea\xca\x1e\x6e\x6d\xfb\xc4\xd1\xb6\xdb\x87\xd8\x33\x77\x40\xb5\x6a\xae\xe8\x29\xf1\x7f\x6d\xed\xff\x58\xce\x08\xf0\x52\x14\xde\x79\x07\x8c\xe0\x53\x6a\x31\x7c\xc7\xf4\x81\xf4\x08\x3f\x1d\x35\xdc\x4a\x1d\x09\x23\xfb\x5d\x73\xbc\x8c\x0a\xd9\x57\xe6\x74\xbd\x77\xba\x42\x58\xd0\xd8\xab\xb6\x2d\x58\xc1\x73\xb7\x92\xa8\x61\xc3\x62\xe0\xe5\x04\x32\xec\x92\xd9\xed\x37\x51\x28\x0a\xc8\x99\xdd\xca\x0a\x6b\x09\x6a\x31\x7d\x06\x55\x70\x97\x65\xa2\x10\xc0\x95\x6b\xdb\x6a\xd9\xfc\x6b\x27\x08\xb8\x66\x56\x0a\xa2\xf9\x49\xda\x73\xb7\xbc\x3f\x88\xfd\x97\xdb\x01\x93\x8a\xc5\x50\xab\x05\x4d\x3f\x6f\x91\x65\x8a\xeb\x5a\x63\x51\x7a\xa6\x08\xab\x01\xe7\x18\xe8\x78\x9f\xc0\x8c\xa2\x53\xf5\x31\x9e\xd3\x00\xbf\xc7\x66\xeb\x5a\x4c\x76\x70\xff\x4c\x16\xca\x64\x1f\x4f\x0e\xdd\x3f\xc0\x51\x1d\x19\x30\x81\x38\x54\x46\x73\x82\xd8\x88\x82\x0f\xa4\xfa\x00\xc5\x0e\x18\xed\x88\x20\x64\x26\x2a\x9d\x6e\xe9\xf7\x75\xad\xfe\xc0\x8f\xe1\x49\x4b\xa7\x5e\xa7\x41\x51\x17\xdd\x76\x01\xa2\xe0\xac\x97\x72\xee\x68\x8f\x26\xf6\xbe\x4a\x69\xee\x87\x80\x26\x32\xc0\x74\x33\x55\x1e\x34\x6f\xe8\x54\x71\xf1\x59\x18\xb1\xfe\x40\xcb\xae\x29\x0c\x4d\xf0\x53\xa7\xba\xfb\xb1\x6e\xcf\xe0\x58\x0e\xc0\x8b\x06\x66\x02\x68\xca\x84\x40\xec\x6d\xeb\x2d\xfe\x1c\x92\x94\x31\xab\xf2\xd0\xb9\x67\xe3\xf5\x6b\x8d\x3c\xf6\x07\xe3\x27\xdc\xd8\x70\x29\x83\x86\xc2\x41\xec\xd6\xbf\xf0\x79\x14\x75\x23\xaa\xff\x85\x83\xb3\x53\xa7\x34\xc0\x10\xd8\xaa\x81\xe2\xc6\x83\xdf\xd5\xdd\x0f\xc2\x90\x3b\xc9\x67\xff\xe3\xc5\x7c\xb6\x62\xf7\x92\xcf\x3e\x2c\x3f\x64\xcf\x66\xec\x01\xcc\x9c\xd2\x0f\xf5\x6c\xc5\x3e\x19\x4d\x18\xaa\xa8\x8d\x31\x7b\x5b\xdd\x8a\x15\x28\xcd\xd4\x11\xf4\x67\xf4\xd9\xac\x62\xbf\xcb\xcf\x99\xc1\xdf\xa8\x4f\x2b\x55\xd3\x59\xe5\xe9\x84\x2f\xfb\x32\xee\x8b\xc8\xa1\x66\x8b\xec\xb8\x62\x29\xfa\x98\xb7\xed\xbd\xb4\x81\x4d\xd3\x22\x16\x4c\xd1\x44\x97\x36\x21\x4b\x32\x89\x2f\x04\x42\x2a\x95\x9a\x9c\x9c\x90\x8c\x30\x85\x0a\xdf\x00\xba\xb9\x6d\xed\x0b\x63\x07\xfb\x2c\x29\x2d\x60\x07\xee\x39\xec\x4a\xea\x3e\xa3\xa0\x38\xb9\x54\x19\x96\x68\x98\x34\x3e\x68\xff\x81\xa0\x61\xbd\x38\x02\xbc\xe7\xa5\x9f\xca\xd8\x9a\x07\xc9\x94\x10\xbd\x49\x2f\xad\xe9\x4c\xc6\x51\xfa\xf9\xcb\xcf\xdf\xeb\xd3\x6e\x57\x03\xcc\x1d\x9d\x10\x4e\x26\x03\x4f\x24\x3d\x77\xf0\x24\xa5\xb1\x9c\x0f\x25\x6f\x9a\xeb\xeb\xe8\x8f\x42\xae\x32\x88\x47\x23\xc0\x18\x1d\xe5\x5c\x26\xb4\xc0\x8f\x5b\x51\xd5\xce\x0b\xdd\x0e\x53\x27\xba\x30\xae\x97\x69\x2d\x6e\x15\xf3\x76\x5a\xae\xe3\x83\xd8\x38\x5f\xca\x38\x67\x10\x03\x47\x0f\xae\x0f\x53\xb0\xd9\x55\x75\x4c\xa2\x40\xd8\x70\x27\x19\x99\x90\xfe\x81\xd1\xa8\x43\x25\xb6\xd5\xef\x83\xb0\x30\x86\x73\xc6\x00\x97\x36\x23\xb6\x8b\xd2\x33\xeb\x26\x3d\xb5\x3b\x0c\xee\xe1\xc6\xf7\x0a\x77\x05\x65\x14\xdf\xde\x08\x4b\xa4\xa1\x91\x8f\xb1\x35\x3d\x53\x1b\x28\x60\xf0\x48\x80\xb9\xd7\xd9\xed\x6a\x30\xcf\x1c\xdb\xcd\xa6\x6a\x62\x92\x78\xeb\xa6\x28\xfa\xdd\x2c\x83\x8e\x55\x1d\x8d\xa2\xf1\x27\xe9\x31\x40\xed\xbe\x64\x60\xe6\xc7\x16\x3e\x5f\x9f\x82\xdd\xb6\x85\x0e\xc4\xa1\x05\x61\x37\x7e\x66\x8e\x92\x3e\x3f\x43\x72\x00\xf8\x17\xfb\x38\x1f\x30\x14\x7c\xd4\x6d\x48\x24\xce\x04\x98\x04\x89\x47\x19\x7d\x90\x8c\x7c\x38\x7c\xa8\x81\x22\x4a\x06\xb2\xe6\xc3\x59\x11\x2a\x0f\xf7\xd5\xce\x1c\x7e\x58\x1f\x42\x67\x4c\xcd\xe5\x04\x11\x71\x7f\x7d\xfb\xe6\xbb\xe3\x71\x6f\xd8\x45\xc3\xef\x08\xfa\x78\xc6\xdd\xf0\x2b\xc9\xe7\xec\x15\xe8\xe5\xbf\x96\xfc\x71\x0e\x5e\xa6\xd7\x2f\x5e\xfc\x39\x79\x31\xff\xe2\xcc\x5e\xf7\x57\x90\xfe\x5a\x4c\x17\x62\x2a\x8e\x47\x91\xaf\x5f\xa3\x9c\xa5\x73\x1b\x93\x5d\x8d\x76\x44\x24\x5c\x1d\x0e\x0c\x57\x2f\x81\x57\x92\xbe\x92\x4b\x91\x41\x38\x2c\xcd\x8e\x1f\x1a\x3e\x1e\xbf\x96\x51\x44\xee\xab\xe3\xfa\xd5\x41\x15\xaa\x3e\x56\x62\xdb\x90\xaa\x1e\xbd\x96\x9a\x15\xdc\x88\x07\xfe\x5a\x42\x36\xd3\x05\x8e\x15\x8b\x9f\xa4\x9c\xb0\xec\xb6\xd5\x45\x8f\x45\x28\x0a\x4b\x1f\x9b\x0e\x6c\x74\xa8\x77\xe4\x02\xdb\xc9\x56\x7c\x32\xf9\x4a\x22\x1e\xd8\x6e\xaf\x4f\x11\x14\xe5\x09\x90\xf1\x08\xe4\x4f\xf5\x5d\xa3\x0e\x30\x84\x62\xba\x17\x4d\x73\xbf\x3b\x14\x94\x41\x21\xa8\xf7\xf0\x6a\xb9\x4e\xe2\x52\x65\x3c\x48\x58\xaa\x6c\xe1\x35\xc1\x51\x54\x4e\xfb\x42\xdc\xa1\xb4\xd8\xbf\xa2\xbf\x19\x34\xb1\x6d\xf3\x25\xf9\xf5\xca\x8c\xbd\x2a\xae\x00\xfc\x11\x22\xea\x0f\xa5\x73\xd2\x9d\x2c\x26\xb4\x8c\x51\x0a\x97\x97\x52\x07\xc5\x72\x08\xd6\x20\x87\x0e\xf5\x60\xe8\xf5\x56\x6c\x44\x5a\xaf\x20\xd2\xb5\xe4\xe5\x74\x07\x53\x04\x2e\x50\x1e\x0b\xc6\x4c\x46\xda\x00\x9c\x60\x69\xa5\x10\x89\xe1\xe6\x20\xb5\x00\x68\x36\xcd\x71\xb1\x32\x60\xe2\x68\x52\xc4\x5f\xcb\xa5\x4d\xca\xda\x76\x30\xdb\xa5\xbd\x6a\x39\x0d\x55\x4f\xa9\x01\x71\xef\x24\x9e\x8d\xae\x9a\x95\xd3\x41\x41\x7f\x4c\xc1\xcc\xd4\xb5\x49\xc6\x94\xf9\x76\xc9\xd8\x54\x9f\x32\xc9\xa1\xfd\x3a\x09\xdb\x69\x40\x86\x51\x20\x21\x3a\xa2\x2e\x54\x15\x63\x8c\x0b\x2b\xa7\x58\x1b\xec\x0d\x14\x51\xac\xcf\x17\xc2\x73\xe8\x6b\xa9\xb7\x89\x30\xb0\x7b\xa0\xeb\x71\x8a\x43\x64\x55\x8c\x86\xd0\xab\xf7\xd8\xa8\xa3\x01\x7c\x22\x5d\xe5\xb7\x83\xe9\x0f\x57\xfe\x49\x47\x51\x68\xbe\x36\x8b\xd3\x44\x97\xd9\xea\x6c\x14\x13\x67\x3d\xc5\x1e\x68\xe8\x4c\x11\x43\x64\x7d\x07\x66\x55\x50\x26\xce\x7e\x4f\x74\x0a\xb5\xd8\xb1\x62\x9d\x9d\xc1\x61\x4d\xa3\x40\x15\x3c\x3e\x51\xb4\x8a\xee\xa9\x5d\xc1\xba\x75\xe0\xd6\x4c\x1e\x75\xdf\xf0\x9b\xce\xe0\x37\xc0\x76\x20\x28\xc7\xdb\xa9\x59\xad\x74\x67\xd7\x01\xde\x56\x73\x14\xe4\x2f\x58\xda\x4b\x42\xf1\x94\x7d\xf4\xba\x62\xd4\xfd\x26\x62\x8a\x59\x5e\xe1\x3d\x6b\x0e\x79\x02\x1b\xd1\x99\x4e\x77\x75\x4c\xc0\x74\xd3\xc8\x3d\xf2\xce\x92\x94\x0e\x75\x99\xe5\xb8\xce\x44\x14\xa9\x38\x58\x56\x28\x91\xf9\x62\xfe\x05\x1c\x00\x78\x8b\xa1\x0a\xd7\x4a\x74\xd1\xd2\xa4\x66\xf3\x06\x66\x5e\x1e\x45\xb9\x9e\x79\xd6\xf4\xef\x1b\xa9\x49\xc0\x6f\x25\x9f\xc5\x9c\x7e\x48\xe3\x94\x47\xed\x33\xda\x7e\x48\xd1\x08\x30\x98\x94\x9b\x66\x57\xef\x13\x92\x1b\x7d\x21\xaa\x7f\xf7\x56\x7d\x78\x19\xe1\xfc\x1b\x89\x41\x1b\x40\xd2\x01\x01\xfe\x76\x13\xf2\x1b\x4a\xb4\x43\x5a\x62\x29\xc0\xf8\x49\x0c\x4e\x10\xfd\x0d\xd0\x10\xef\x49\x27\xec\x41\x1f\xcb\x43\x4e\x21\x93\x8d\xf8\xf2\xad\xa1\x32\xa4\xee\x78\x9a\x92\xd3\x61\x4b\x92\x8b\x4d\x45\x1a\xe9\xf5\x38\xee\x48\xa7\xd1\xe3\xc9\xb9\x1a\xfd\xa1\xde\x5f\xd3\x3b\xfe\x83\xa0\x0c\x88\x22\xa2\x7f\x3d\xd5\xb5\x6e\x5b\x82\xcd\x00\x3c\xf2\x8e\x8c\x39\x56\xb6\xfa\xb6\x33\x7b\x04\x78\xf7\x21\x4d\x7b\x09\xb1\x66\x5f\x3b\x29\x6c\x9d\xca\xe5\x3a\xe3\xfa\x9f\xa3\x53\xbe\x05\xad\x03\x99\x28\x97\xdd\xf6\x96\xec\xe9\x3a\x6c\xaf\x59\x45\x84\xc9\x8e\x34\x3d\x20\xcd\x7a\xe3\x1c\xb3\xbc\x50\x8b\x9f\xf1\x4b\x42\x15\xd0\x53\xd1\xa6\x52\x4d\xc8\xe8\x5e\x34\xa3\x7a\x77\x1c\xe9\x69\x04\x12\xcc\xd5\x72\x9e\x9d\x59\xb7\x4b\x38\x0a\xb2\x20\xca\xa4\xca\x98\xfe\x17\x96\xbc\xf2\xf6\xae\x67\x56\x0c\xc4\x6e\xc4\x17\x80\x07\x82\xe6\x75\x3b\x37\xef\x75\x96\x9e\xa8\xa7\x66\x1d\x2b\x6a\xc0\xaf\x83\xbe\x2f\x69\x14\x95\xf1\x0a\x64\x26\x2b\x5e\xfa\xc8\xca\x4e\x62\x16\x6e\xe1\x60\xab\x00\x40\x96\x7d\x61\xdd\x7f\xcf\xfc\x75\xd0\x7f\xcc\x58\x42\xea\xbd\x0f\xcc\x05\xb6\x68\x0f\xc9\xef\x2c\x76\x3e\x53\x7c\x9c\x47\xd1\x32\xf3\xe0\x74\x4b\xd9\x8b\x7d\x51\x2c\xaf\x33\x9a\x25\x10\xec\xb3\x0b\x49\xbe\x14\xc8\xdf\x60\x44\x22\x8b\x2f\x5e\xc7\x8a\xfa\xed\xc8\xe2\x81\x2f\x33\x56\x84\x72\x04\xc3\xac\x7f\x07\x8e\x1f\xf5\x54\x6f\x6d\x0b\x77\x35\xd4\x07\x43\xd1\xb1\xbe\x93\xb6\x0f\xbe\x93\xc3\x81\x7d\x16\xa1\xbf\x36\x3c\x5b\x73\x11\xfa\x02\xfa\x65\xf6\x92\x83\x47\xa7\xd5\xdc\x0a\x63\x82\xb6\xa6\x94\x41\x3c\x3e\xb8\x9b\x03\x72\x4f\x9f\xc9\x35\xfd\x6c\x84\x93\x89\x1c\x88\x88\x07\x71\xad\x39\xf9\xf1\x87\x77\xef\xf5\xcc\x75\xe6\xea\x96\x63\xed\x88\x1d\x55\x20\x72\x44\xe3\x1e\x63\xda\x44\x7b\x81\x65\x05\x7d\x2c\xfd\x8c\x66\x2b\x44\x96\x2f\x52\x7d\xdc\x14\xd5\x9d\x3e\x6b\x8c\x70\x2a\x98\x61\x9a\x4b\x02\x67\x9b\xb8\x40\x49\x92\xd3\xa8\xc7\x79\x14\x75\x19\xa7\x15\xb2\xc1\x39\x2b\xdb\x36\xb0\x8d\x03\x4a\x4b\x32\x91\xe9\x23\x04\xb5\xfc\x4e\xf4\xeb\xd5\xac\xcc\xcb\xa5\x59\x4f\xa8\x1d\x8a\xc7\x3b\x82\x73\xe6\xb5\x44\x97\x70\x42\x7d\x47\x80\x21\xe3\xf7\x21\xc9\x94\x09\x79\x54\x0c\x4b\x7d\x57\x07\xb5\x8f\x5d\x3c\xae\x50\x76\xe8\xc2\xec\xe8\x8d\x17\x83\xb9\x9a\x81\xc3\xd9\xfb\x3d\xd8\xff\x39\x50\xea\x2e\x2c\xb1\x17\x0a\xfd\x55\x76\xbe\x57\x35\x7f\xaf\xea\x62\x77\x1f\x0b\x9a\x8a\xe4\x7f\xf1\x3e\xa2\x58\x00\x6e\x7d\xae\x8d\x9c\x0c\x1c\x55\x7e\x80\xcb\xcf\x85\x24\x08\xec\x7f\x2c\x90\xa2\x81\xe7\x24\x94\x6d\x11\xe1\xfd\x96\x3f\x9e\x17\x44\x53\xcc\x55\x6e\xa2\x5c\x5b\x58\xaa\xa9\xcd\xcd\xc9\x41\x6d\xc5\xb1\xba\x53\x84\xb2\x35\xdf\x9a\x5a\xc4\x18\x9d\xcf\x14\x0d\xfa\x06\x56\xf9\x84\xad\x2a\x8f\x84\xb2\x0d\x8f\x3d\x16\xa8\xfe\x40\xdb\x92\xb2\x7a\x50\x05\xdc\x00\x0a\xdf\xa4\x0a\x4f\xc9\xd3\x71\x47\xe8\xcb\xab\x6b\xb6\x49\xe3\x82\x6f\x5d\x2d\x80\x3f\x2b\x00\x99\x57\xf1\x62\xaa\x8b\xa7\x49\xbc\x0a\x11\xab\x4a\xda\xb6\xf3\x2e\xb8\x61\xa5\x93\x2e\xd6\x28\x08\x8b\xa4\x8d\x28\x9a\xe3\x32\x46\xa7\xb2\x29\x84\x52\x8b\x6f\xf5\x2f\xde\x5d\xad\xf5\xff\xc9\xca\x67\xd1\xdf\x86\x3c\xfa\xc2\xdc\x5f\xad\xe1\x47\x9f\x6b\xe4\xd4\xe8\xbd\xa9\xaa\x47\x32\x95\x53\xb8\xb1\x9f\xba\xa5\xc9\x16\x3a\xe8\x16\x51\x1f\x02\x29\xcf\xae\x3f\x9e\xf4\x73\x3e\x95\x9e\xb8\x0d\x20\xf8\x2f\x75\x04\x66\xa8\xa6\x6e\xbe\xd8\xd0\x71\x92\x5a\x97\x4f\xf0\x86\x33\xf2\x7c\xa6\xf8\x23\x00\x4a\x33\x00\x94\x9e\x9f\x59\xc9\x0b\x88\x31\x19\x6a\x0c\x80\x41\xf6\x5e\x88\xe5\x05\x04\x77\x80\x72\x0e\x61\x46\x62\x17\x72\x73\xa5\x8e\x5f\xed\x4e\x75\x51\xd5\xab\x57\xdb\x4a\xd5\xc7\x9f\x55\x7e\x1c\x73\xfe\x0b\x3a\x79\x0e\x3f\x8f\xa9\x26\x64\xff\x2a\xe3\x92\x32\xa8\x9e\x82\x01\xc9\xa7\x7b\xb1\x52\xff\xc0\x76\x5d\xc9\x69\x0e\x2f\xbc\xdf\xed\xb1\xf2\x0a\xc7\x03\x73\xfd\xda\xcb\xf5\x46\x95\xc7\x33\x4d\xd4\x99\xed\x07\xd0\x99\xab\xd2\x29\x38\x6c\xac\x33\x96\xbb\x3e\x2a\x7a\x7d\x64\x2d\xe8\xdd\xac\x36\x18\x12\xe1\x72\x4b\x25\xfa\xf0\x0d\x35\x2e\x89\x8d\x70\x0c\xc7\xea\x47\x23\xa9\x67\x32\x4c\x85\xc3\xd3\xc7\xbd\xd1\xf5\xc0\xc3\x80\x82\x81\xbb\x70\xd9\x28\x83\x35\xe2\xd0\x50\x21\x27\x02\x7a\xbd\xdf\xed\x1d\x16\xaa\xce\x06\xfd\x33\x90\x4f\x77\x8e\xcf\x68\xfa\x1c\x97\x02\x94\x7d\xe5\x1a\x88\x10\x0e\xef\xf5\x96\xae\x8b\x84\x0e\x31\xcb\x01\x8b\xef\x67\xd5\x45\x43\xde\xf3\xf9\xcc\xc2\xf6\xfe\x5b\x92\xc9\x8b\xde\x6a\xdb\xef\xa5\x55\x37\x81\x04\x37\x8c\x10\x84\xdd\x04\x56\x48\x76\x97\x1b\xd8\x10\x41\x27\x15\x96\xe9\xe4\x9c\xba\xf0\x73\x37\xee\x9f\x83\x81\x49\x48\x30\xbb\x08\x73\xb0\x31\x98\x6e\xe6\x66\x88\xa0\x16\x44\x5a\xeb\x64\xe1\x9c\xe7\x97\xb1\x0c\xd5\x93\xd0\x64\x12\x11\xaa\x10\xd3\xfc\xaf\x32\xc0\x1d\x74\x3b\x43\x99\xae\xd2\xd5\x32\xcf\x12\x4d\xbe\x02\x75\x19\xaf\xd2\x95\x83\xb6\x89\x8b\x54\x84\x6b\x23\x29\x59\x91\x96\x89\x08\x57\x15\x85\x77\x79\x49\xcf\x9a\xb4\xbb\x88\xd2\x83\x20\xd9\xbd\x08\x8e\xfa\x78\x87\xbd\xff\xf3\x00\x80\x80\x78\xd7\xc1\x47\x67\x83\x3e\x7d\xb9\xa6\xa7\x10\xce\xd0\x03\xdf\xe6\x14\x23\xf0\xfb\xb3\x61\x29\x33\xc0\xa4\x4d\x72\x4f\x48\x07\x23\x66\xb0\x43\x1d\x46\x21\x22\xf9\x9a\xf8\xf7\x97\x71\x13\xf1\x25\x87\x88\x07\xb8\xf2\x64\x22\xac\x88\x23\x91\x8c\x90\x84\xec\x4e\x47\x48\x0e\xde\x07\x7e\x12\x86\xb1\x08\x86\x11\xd8\x7e\x44\x69\xee\x77\xa1\x26\xcb\x83\xf8\x05\x8e\x9e\x85\x48\xb7\x00\x6a\x6b\x20\x18\x31\x76\x70\x6a\x51\x53\x12\x8b\xcc\xeb\xc6\xfd\x72\x86\x04\x7a\xa7\x4b\x72\x43\x6a\xf6\xef\x29\x6a\x65\x49\x70\x9b\x24\x13\x91\x01\x4d\x22\x1d\x4d\x82\x5c\x66\x7f\xc7\x77\x41\xea\xe5\x54\xee\x8a\x4f\xc0\xcd\xed\xb6\x5b\xfd\x3e\x53\x9d\x3b\x9b\x01\x97\x9a\xcd\xd0\xbd\xf3\x1f\xa7\x76\x34\x01\x95\x00\x97\xad\x6e\xd8\x8a\x26\x16\x1e\x01\x23\x11\xac\x60\x8a\x96\x69\xe1\x84\x77\x6e\x72\x5a\xf7\xce\xa6\xfa\x5d\x0d\xf0\x95\x41\xcc\x05\x73\x22\x8b\xba\x78\xa7\xb6\x25\xf2\x22\xa2\x28\xbe\xd2\xcc\x1d\xb1\x6f\x06\x11\xa4\x55\x59\xd5\x2a\x8a\xf0\x77\x2a\x6e\x0b\x7b\x1d\x13\xd4\x26\x11\xb6\xcc\x06\x10\x29\x6b\x73\xf6\xfe\x97\xa6\x18\x37\x3f\xe9\x9c\xec\x8d\xbe\x7e\xe6\x07\xaa\xde\xbd\xda\xd5\xe5\xb6\xca\x03\x07\xe1\x80\x08\x9d\x3e\xd3\xdb\x18\x10\x6b\xcf\xf8\x1b\x89\x81\x80\x4d\x59\xee\x89\xb9\xfd\x2f\x49\x59\x7d\x66\x96\xf7\xe0\x78\xdc\xba\xc7\xba\x84\x5a\xe7\xa0\x8b\xff\x98\xcd\xfe\x34\xc2\xd0\x64\x6f\xc5\x7e\x5f\xd5\xab\x5f\x7e\x7e\xc3\xb1\x2d\xd3\xdb\x0a\x74\x20\xff\x37\x00\x00\xff\xff\x5f\xef\x55\xb8\x9c\x49\x01\x00") + +func uiLibJqueryMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibJqueryMinJs, + "ui/lib/jquery.min.js", + ) +} + +func uiLibJqueryMinJs() (*asset, error) { + bytes, err := uiLibJqueryMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/jquery.min.js", size: 84380, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibJsYamlMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\xed\x7a\xdb\xb6\xb2\x28\xfc\xf3\x7d\xde\x7d\x0b\xe7\x0f\x85\xd3\xd2\x44\x08\xc9\xa4\xfc\x11\x9b\x0a\xac\x93\x26\x71\x57\xd6\x4a\x9c\xae\x26\x69\x57\x2b\xb1\x79\x60\x0a\xb2\x98\x50\xa4\x4a\x42\xb1\x5d\x53\xfb\xdf\xbe\x8f\x73\x2d\xfb\xca\xce\x83\x2f\x12\x94\x28\xcb\x6e\xd7\x6e\x9f\x58\x24\x88\x8f\xc1\x60\x30\x98\x19\x0c\x06\xfb\x4f\xac\xcf\x45\xf7\x96\xcc\x13\xeb\xa0\x77\xd4\x3b\xb2\x66\x8c\x2d\x8a\x60\x7f\xff\x2a\x66\xb3\xe5\x65\x2f\xca\xe6\xfb\x69\x36\xa1\x11\xd9\xd7\xf9\x9e\xec\xff\x47\x67\xba\x4c\x23\x16\x67\xa9\x43\xe1\x5d\x3c\x75\x40\x76\xf9\x99\x46\x0c\x60\xcc\x6e\x17\x34\x9b\x5a\xf4\x66\x91\xe5\xac\xb0\x6d\xb0\x4c\x27\x74\x1a\xa7\x74\x02\x3a\xfa\xe3\x3c\x9b\x2c\x13\x0a\xe5\x4f\x4f\x65\xc5\xd4\x81\x03\x9a\x14\xd4\xe2\xf5\xe9\xfa\xeb\x1a\x65\x2d\xb6\x2d\x7f\x7b\x64\x3e\x81\xf2\xd1\x19\x85\x88\xca\xa2\x77\x5f\x49\x6e\xb1\x01\xc3\x6d\xad\x5e\xc7\xe9\x24\xbb\x1e\xca\x9f\xa0\x2d\xc7\x55\x92\x5d\x92\x64\x28\x7f\x5a\x73\x14\x34\x99\x0e\xf9\x9f\x80\xcd\xe2\x02\xb1\xde\xe7\x82\xa3\x84\xc3\xbe\x5a\x39\x15\x52\xe0\x5d\x4e\xd9\x32\x4f\x2d\x9d\x62\x51\x87\xa1\x14\xc5\xf0\xae\x4a\xc9\x1d\x82\x0a\x81\xbc\x4e\x3a\x22\xa1\x7c\x62\xe2\x89\xf7\x22\xc2\x2d\x38\xc8\xe9\xef\xcb\x38\xa7\xb6\xad\x1e\x06\xbc\x4c\x61\xdb\x11\x54\xed\x45\x0e\x41\x1d\x0f\xf2\xf4\x4c\xa7\x65\x2a\x8d\xd7\xba\xc4\x29\xbd\xb6\x5e\xe5\x79\x96\x3b\xe0\x05\x49\xd3\x8c\x59\xd3\x38\x9d\xa8\x21\xb1\xf6\x80\x4b\x5c\xb0\x07\xe0\x80\xcd\xf2\xec\xda\x5a\xf6\xa2\x6c\x42\x31\x78\xfb\xee\xe5\xc7\x37\xaf\x3e\x5d\xbc\xfb\xf0\xe9\xfc\xdd\xc7\x8b\x97\x00\x2d\x57\xbc\xbe\x04\x73\xd8\xf1\x9d\x1a\xc3\xe0\x6e\xb5\x1a\xf0\x3e\x8c\xbc\xb0\x17\x91\x24\x71\x12\x3d\xbc\xc8\xa4\x18\x5e\x34\xc5\x22\xa3\x1f\x8e\x68\x38\x50\xa0\xe6\x4e\x3a\x4c\x03\x0a\x57\x28\x41\x75\x49\x8a\x24\xee\x56\x2a\x17\x6f\x52\x7f\x5c\x4d\xb3\xdc\xe1\xd5\x65\x0f\xc1\x17\x22\xd8\x1b\x90\x67\x71\x2f\xa1\xe9\x15\x9b\x0d\x88\xeb\xc2\xdc\x89\x39\xd2\x2b\x10\x56\xce\x9d\x1f\x8c\x6a\x68\x79\xe3\xf0\x0e\x2c\x0b\x6a\x15\x2c\x8f\x23\x06\x06\xd5\x18\xc6\xbc\x33\x6b\x43\xed\xc0\x3b\x89\x3b\x03\xd3\xe7\xba\x00\x70\xa9\x0b\xac\xb8\xb0\x26\x74\x91\xd3\x88\x30\x3a\xb1\x48\x3a\xb1\x22\x39\x14\x97\xd4\x5a\x16\x74\xd2\x03\x70\x25\xd0\x9b\x63\xea\x80\x9e\x9e\x78\xfb\x49\x46\x26\x34\x07\x10\x65\xcd\xf4\xc9\x72\xbe\xe0\xe9\x03\xa6\xd1\xd2\xfb\x70\xbb\xa0\xcd\x4c\x1c\x25\x00\xa2\x3a\xcb\xfb\x68\x46\xe7\xa4\x99\xa9\x10\x69\x8d\x6c\xe7\xcf\x5f\xbf\x79\xff\xfc\xfc\xd5\xa7\xf7\x2f\xfe\xf6\xea\xed\xf3\xb6\xfc\xfb\x53\x12\x27\x05\x99\x36\xeb\xff\xfb\xfb\x77\x17\xf7\x15\xfa\x5c\x64\x69\xa3\xc0\x8b\x77\x3f\xde\xdb\x4a\x94\xe5\xcd\x16\x5e\xbe\x3a\x7f\xfe\xf1\xcd\x87\x4f\xbb\xc0\x9b\xd0\x29\x59\x26\xec\xd3\x06\x88\xba\x82\xf3\x8f\x6f\xde\x3c\xa4\x82\xe9\x32\x49\x1a\x15\xf0\x11\xc1\xb9\xf8\x59\x4b\x7d\x9e\x24\xea\xc3\xf3\x24\x31\xbe\x71\x18\xde\xc8\x52\xfa\xb1\xe5\xab\x2c\x6d\xbc\x19\x79\xf8\x68\xe3\x4c\xfc\xac\x95\x7c\x29\xbf\xe8\x47\xe3\xeb\x2f\xcf\xdf\xbe\x79\x75\x13\xd1\x05\xa7\xc2\x66\x17\xa9\x4e\x6e\x74\xec\xed\xeb\x8b\xd7\x6f\x9f\xdf\x8b\x94\xd6\x41\xff\xcb\x43\xf1\x67\x46\xa1\x88\x48\x8a\x63\x07\xf0\xdf\xc6\x87\x05\xc9\x0b\xca\xbf\x88\x87\xc6\xa7\x28\x9b\x2f\x32\xf9\x51\x3d\x36\x3e\x93\xc9\xe4\x45\x96\x16\x2c\x5f\x46\x2c\xcb\x79\xae\x66\x0a\x80\x2b\x74\xb7\x39\x05\x83\x03\xd4\x8a\xda\xe0\x10\x6d\xce\xe3\xe0\x08\x6d\x4e\xbd\xe0\xe9\x66\xa2\xa4\xfc\xe0\xa4\xe5\x4b\x03\x27\xc1\xe9\x3d\x39\x04\xc6\x03\xdf\x6b\xc9\x52\x8d\x64\xe0\xfb\x2d\x9f\xc5\x44\x0d\xfc\x3e\x5a\xe7\x26\x81\x7f\xb0\x0a\x51\xff\x4f\x70\x4b\x63\x6d\xad\x45\x86\xb2\x4c\x97\x49\x82\x31\xa6\x2b\x63\x95\xac\xcb\x6c\xc8\x18\xb6\xcd\x0b\x74\x1a\x05\x32\x83\x25\x3f\xcf\x73\x72\xdb\x8b\x0b\xf1\xeb\x50\x38\xa4\x01\x87\x61\x38\x0a\x83\x11\x0d\xeb\x32\x84\xc3\xad\x56\x25\x14\xa3\x1c\x65\x7c\x01\x65\x90\xaf\x2d\x19\x7e\x27\x9a\xed\x7d\xa1\xb7\x85\xc3\x20\x4a\xb1\x87\x62\x9c\xe9\x25\x24\x3e\x4b\x07\xa9\x8b\x7d\x98\xe3\x6c\x94\x86\x88\x8e\xf2\x10\xb3\x51\x5e\xad\x69\x06\x6c\x45\xa3\x1d\x0c\xc0\x80\xb7\x90\x62\x6f\xc0\x74\x2d\xb1\x8b\xa9\x2e\x19\xd7\x25\x23\xa3\x57\x1e\xc7\x90\x6d\x5f\x2c\xe7\x97\x34\xef\x5d\xbc\xfa\xfe\xf9\x87\xd7\x3f\xbd\xfa\xf4\xfa\xe2\xfc\xf5\xc5\xeb\x0f\xbf\x60\x8c\xfd\x7d\xba\xaa\x49\x39\x2e\x2e\x32\x36\x8b\xd3\x2b\x1c\x23\x33\x55\xf6\x0b\xe7\x46\x22\xcb\x04\xaa\x70\x66\xa4\xe5\x74\x41\x09\xc3\x45\xa3\xec\x05\xbd\x22\x2c\xfe\x4a\x7f\xa5\x79\x86\x23\xe3\x13\xbd\x61\x34\x9d\x60\xb2\x42\x77\xab\x10\x1d\x3c\x82\x34\xd6\x46\x00\x11\x54\xa0\x88\x8f\x83\x22\x0a\xa6\xe4\x99\xbb\x95\xc2\xda\xdd\x0a\xc5\xeb\x83\x93\x63\x0f\x65\xb8\x5a\xdf\xb3\xb3\x7c\x90\x73\xb4\x12\x1c\x8f\xf2\x10\x15\xf8\x3d\xcb\xe3\xf4\xca\x11\x72\x16\x02\x9d\x0e\xc0\x18\x93\x5e\x91\xc4\x11\x75\x3c\xd4\x87\xb6\xed\x10\x0c\x18\xb9\x0a\x38\x99\xf7\xb2\xfc\x0a\xf5\x3d\xaf\x1f\x00\x57\xe7\xea\x43\x88\x22\x4c\x05\x03\x89\x13\x3a\xe1\x2b\xed\x5b\xb2\x18\x91\x10\x45\xb6\x7d\x2e\xc5\x9e\xa8\x57\xb0\xdb\x84\x3e\x4f\x62\x52\xd0\x02\x15\xbc\xde\x02\x37\x53\x47\x45\x08\x91\x10\x9f\x0a\x3d\xe2\xe9\x1a\xe1\x0b\x71\x96\xcb\x3e\x82\x1e\x31\xed\xb1\x4c\x75\xc0\x3f\x86\x3d\x96\x7d\x5c\x2c\x68\xfe\x82\x14\xd4\x81\xa8\x7f\x74\x74\x86\x29\x4c\x31\xb8\x01\x28\xc6\xfd\x4a\x96\x3e\x3e\x3a\x3a\xd0\x9f\x96\xfc\xd3\xa1\x94\x95\xb9\xec\xe8\x1c\xf6\x4f\x0f\x4f\x8f\x9f\xf6\x4f\x45\x0e\x58\x4b\x2e\xaf\x39\x5f\x9c\x50\x6b\x91\xc5\x29\xb3\xae\x63\x4e\x41\x16\x11\x23\x97\x5e\x59\x73\x72\x6b\x29\x81\xe5\x2a\xa7\x84\xd1\xdc\x62\x33\x92\x5a\xde\xcd\xb9\xfa\x0f\xc0\x41\x8a\xc1\x47\xde\xde\x89\x12\xdc\xc0\x78\x0c\xdc\xd4\xfd\xac\x48\xca\x01\x1e\x40\x71\x97\xa9\xc1\x82\x2e\x5b\x9b\xc5\x5c\xc4\xee\x15\x4a\x4a\x51\x0f\x65\xf9\x1e\x89\xf4\x38\x9d\xd0\x94\xe1\xb7\x84\xcd\x7a\x73\x72\xe3\xf8\x88\xaa\xb4\xb2\xec\x43\x99\xa7\xf8\x12\x2f\x5e\xa7\x5f\x49\x12\x4f\x78\x05\xf5\x5b\x59\x76\x7c\x99\x65\x9a\x64\xd7\x6f\xe8\x57\x9a\xe0\xcf\xf5\x44\x71\x68\x9d\x0e\x87\x5d\x3f\x30\xde\x55\xcd\x7c\x1c\xdf\x92\x05\x8e\x1d\x03\x4a\x44\xe5\x87\x42\x72\x32\x0d\x45\x96\xb3\x7f\xd0\xdb\x82\x83\xa0\x1e\xeb\xf6\x93\x38\xa5\x3f\xc7\x13\x36\xc3\xb4\x7e\x2e\xcb\x13\x4f\x7e\x4e\xb3\x1f\xe9\x94\x97\x94\x0f\x75\xb9\x34\x7b\x91\xcd\x17\x84\xbd\xe5\xe2\x39\x6d\xbc\xd6\x99\xe2\xf9\x22\x89\xa3\x98\x71\x12\x2d\xb0\x01\x68\x45\xbc\xaf\x55\x0e\x99\x9f\xde\xec\xca\xff\xea\xc6\xcc\xcf\xc8\x15\xe6\x1d\x95\x6f\x39\x2d\x96\x09\xc3\x00\xc8\xd7\xc9\x92\x67\x25\x8c\x16\x78\x14\xca\x24\x2e\xdb\xbe\xac\x93\x79\xd1\x0d\x26\xac\xe5\x79\xce\x20\x6b\x4a\xb1\x00\xaa\x66\x77\xd7\x47\x84\xb7\xc2\xd1\xa2\xe6\x79\x71\x96\x0f\x60\x86\x25\x05\xdc\xbc\x9b\x3a\x60\x9c\x02\x94\x43\xd4\xf5\x31\xc6\xd9\xd0\x49\x39\xf2\xc5\xf4\xcd\x79\x35\x05\x0c\xcc\x24\x94\xb9\x3e\x4f\x16\x3f\xa9\xaa\xd4\xb6\x79\x25\x1d\x8c\x53\xce\x13\x5c\x1c\x43\x44\x5c\x9c\xea\xa9\x4a\x36\xd8\xba\x26\xf2\x14\xb8\x0d\xc0\x35\x5d\x3e\x61\xb0\xc1\xd0\x1b\x0c\x4f\xaf\x04\x28\xe6\xbd\x30\xc7\x6d\x63\xa1\x89\xa7\x4e\xbe\x9e\x89\xaf\x3c\x39\x1f\x81\x2c\xf9\x4a\x1d\x06\x15\xaf\xec\x78\x0a\xdc\x8e\x5f\x37\xbd\xac\xe7\x56\xb6\xcc\x23\x8a\x69\xeb\xf8\x45\x33\x1a\x7d\x11\xb3\x1f\x7b\x75\xe1\xc4\xd1\xda\x98\x80\x9d\x33\xea\x02\x25\x68\x8a\xe6\xe8\x0a\xdd\xa2\x1b\xf4\x15\x3d\x47\x97\xe8\x1a\xbd\x40\x5f\xd0\x67\xf4\x1a\xbd\x47\xaf\xd0\x3b\x74\xce\x19\x18\x5f\xb8\xaa\xd9\xae\xd0\xf8\x35\x8b\x27\x0e\x95\x32\x2d\xd8\xe3\x8a\x27\x67\x4b\x4d\x82\xb6\xed\xae\xdf\xc1\x98\xd5\xc3\x5b\x75\x70\xad\x3c\x70\x99\xd4\x5e\x39\x36\x73\xdc\xe1\xe4\xa2\x5b\x1c\xb2\x5e\x34\x23\xf9\x8b\x6c\x42\x9f\x33\xc7\x83\x81\x87\x0a\xfc\x96\x93\x47\x59\xbe\x15\x90\x19\x9f\x75\xa1\xae\x0f\xd1\x0f\x1d\x8c\x33\xdb\xfe\x59\xfe\x7c\x2f\x7f\xfe\xe8\x88\x82\xbc\x11\x1f\xa2\xa2\x2c\x0d\x16\x71\xd6\xf5\x6d\xdb\x78\x7f\x86\xd3\xa1\x53\xd8\xb6\xca\x9c\xe0\x8e\x8f\xa6\xfc\x31\x70\x12\xdc\x89\xf9\x73\x0c\xd1\x9c\x83\x7b\x25\xf4\xf3\x25\x5f\xca\x6e\x79\xb6\x1b\xec\xa1\xaf\xd8\x43\xcf\x71\x45\x45\x29\xba\x34\x79\x85\x24\xf1\x4b\xdb\x76\x2e\xf1\xa9\xe7\x3d\xf5\x4f\x4f\xfb\x47\x87\x4f\x0f\xbd\xd3\x53\x1f\xa2\x43\xef\xec\xf9\xf0\xb2\x8b\x9f\x07\x97\xf8\xd0\x43\x2f\xb0\x37\x78\xf1\x4c\x77\x6e\xf0\xc2\x75\x85\xd9\xe1\xba\xd9\xf9\x17\x10\xe5\x22\x7d\xe6\x5c\x43\x18\x65\x29\x8b\xd3\x25\x1d\x70\xe8\x57\x73\xdb\xbe\xc6\x18\xff\x68\xdb\xce\x5c\xf4\xe6\x0b\xa6\x74\x74\x1d\xa2\xcf\x78\xe2\x5c\x43\xe4\x7c\x29\xcb\xcf\x7c\xb5\xbb\xee\x60\xfc\xc1\xb6\xf9\xcf\x4b\xf9\xf3\xe3\xd0\x31\xba\xce\x6b\xf9\x60\xdb\xce\x2d\xef\x36\xaf\x0a\xbd\x38\xf3\x6c\xdb\x79\xbd\x06\x0b\x1f\x81\xd7\x18\xe3\xb7\xb6\xed\xf0\x92\x02\x7d\x10\xa2\xc4\xb6\x9d\xf7\xf8\x45\xf7\x06\xdd\xe0\x17\xe8\xfd\xd9\x57\xdb\x76\xbe\xe2\xf7\x10\x42\xa4\xda\x54\x00\x5e\xf5\x18\xf9\x42\x3f\x2e\x3e\x64\xbc\x63\x57\x3d\x5a\x44\x64\x41\x5f\xcc\x48\xee\x40\xb8\xe2\x93\xc9\xb6\xe5\x6c\xac\x46\xe8\x15\x9f\x04\x4e\x52\x96\x53\x9e\xf6\x0e\x7b\x68\x1b\x71\xa8\x4e\xbc\x73\xb1\xbf\x25\x4f\xdf\xcc\x03\x21\xe2\x93\xe0\xdd\xf0\x15\x06\x5d\x10\xf4\xf9\xb3\x6d\x3b\xaf\x30\x70\x01\x84\xc8\x99\xda\xf6\xe5\xd9\x57\xb9\x7a\x70\xb1\x96\x73\x58\x0e\x82\xe8\x33\xba\x2d\x4b\x81\x02\x3e\x3c\x8a\xe4\x59\xb5\xca\xcf\xe1\xfa\x2c\xa8\x3e\x25\xf0\x1c\x2f\x1c\x86\x2e\x21\xd2\x79\xce\x80\xfb\xca\x15\xac\x8a\x38\xe7\xe8\x79\x6d\x78\x9b\xc2\x57\x65\xe9\x30\xcc\x38\x07\x4b\x48\x44\x9d\xfd\x71\xfa\xcd\x3e\x02\x1c\x3e\x5d\xba\x34\x4a\x33\x5d\x5a\xc8\x13\x57\x70\xd3\xf6\x41\xf8\xc2\x61\xb1\xcc\xe2\x85\xad\x22\x22\x09\xc9\xad\xaf\x24\x59\x52\x00\x07\x57\xbd\x69\x9c\xc6\xc5\xcc\xa9\x6a\xdf\x03\x7b\xee\x95\x62\x46\xee\x1e\xd8\x5b\xd5\xcc\x67\xb1\x2e\x3f\xab\x15\x41\xaf\x03\x88\xe0\xfd\x71\xea\x7e\xb3\xdf\xa3\x37\x94\x8b\xcc\x82\x0f\x10\xdb\x76\x32\x4c\x24\xf3\x70\x7d\x28\xa4\x42\x98\xb6\xac\x16\xe9\x59\x56\x96\x62\x3e\xa5\x43\x27\xb6\x6d\x27\x76\x31\x18\xa7\x63\xae\x54\xc6\x2e\x9e\x3a\xc6\x8a\x01\xe5\x82\x94\xc1\x60\x47\xce\x54\xe5\x4c\x79\xd3\x7a\xf1\xa8\x16\x17\x32\xf2\x42\x59\x9c\x3f\x41\x64\xc8\xfc\x53\xd9\xdb\x78\xea\x00\x2e\xa5\x52\xcd\xf2\xe8\xc0\x58\x23\xb9\xa8\x8c\xf7\x47\xbf\x8d\x8b\xd0\x12\x7f\xf7\xaf\xf4\xea\xe8\xa1\x08\x7b\x68\x89\xb3\x0a\x1b\x4b\xde\xed\xa5\xec\x36\x4a\xbb\xd1\x19\xe3\x4d\xe3\xa2\x83\x71\x34\x2c\x82\x14\x11\xb9\xd4\x01\xd1\x8f\xbc\x5a\x20\x23\x24\x17\xbf\x1c\x45\x38\xe6\x6b\x64\xc1\x7b\xd3\xa8\xba\xee\x58\x5d\x01\x71\x71\xd4\xc1\xb8\xe0\xcc\x50\xcd\x86\xe8\x8c\x0d\xeb\x5a\x0b\x28\xa9\x48\xa7\x14\xae\x0f\x83\xea\xb3\xb1\x5a\xce\x0c\xf5\xe7\xa2\x23\xd4\x9f\x0f\xf2\xe7\x93\xfc\xf9\x4e\xfe\xfc\x24\x7f\x7e\x95\x3f\x7f\x97\x3f\xff\x92\x3f\x1f\xe5\xcf\x2f\xf2\xe7\x1b\xf9\xf3\x46\xfe\xfc\x53\xfe\xfc\x4d\xfe\xfc\x28\x7f\x5e\xca\x9f\xdf\xe5\xcf\x3f\xe4\x4f\x87\xd2\x11\x0d\x6d\xbb\x33\x71\xa8\x01\xe0\xa4\x06\xb0\xe3\xd0\x33\x7c\xd0\xb7\x6d\xbf\x7f\x7c\x86\x69\x59\xfa\x07\x07\x7c\xf8\xca\x92\x9e\x61\xff\xd8\xb3\xed\xa3\x23\x29\x6e\x8b\x94\xa3\xa7\x07\x87\x87\xb6\xcd\x85\xf4\x03\x9d\xc6\x5f\x8e\x6d\xdb\xf7\xfd\x43\xdf\xf7\xb9\x60\x5e\xb7\x34\xd7\x8a\x14\x27\x00\x39\xfc\x00\x20\x22\x79\x85\xa0\x8c\x18\x7b\x9c\xdc\x34\x93\xcf\xcf\xe2\x41\xcc\x79\xcf\x73\x59\x72\x14\x87\xa8\xe3\xa3\x8e\xcf\x19\x8b\xd7\xc1\x98\x93\x6f\xe6\x62\x80\x2c\x00\x51\xe6\x62\x39\x0f\xe1\x40\xd4\x88\x49\x35\xeb\x47\xc0\xcd\x5c\x10\x82\x1a\x96\xab\x4d\x61\x40\xd0\x5e\x64\x40\x23\x67\x68\xba\xa1\x91\x09\x68\x5c\x1f\xa5\x5c\x2f\xeb\x78\xa8\xe3\x71\x78\x62\xdb\xe6\x0c\x32\x2f\x4b\x4e\x46\x52\xb0\x12\x84\x04\xba\x16\xa7\x13\x13\xb2\x48\x43\x46\xca\x12\x8c\x4c\xb8\x6e\x37\x70\x24\xb5\x49\x0e\xdb\x52\xc2\x86\x92\x86\xea\x98\x42\x03\x75\xc9\x06\xea\x0a\x5e\x52\xe3\xaa\xa8\x70\x85\x13\x8e\x4c\x82\xd3\x51\x16\x22\x89\xde\xac\xc6\xad\x84\x4e\xd5\x75\xe6\x7b\xfd\x43\x55\x78\xc8\x0b\x17\x1a\xd1\x2e\x08\x2c\xa0\x4a\x93\xba\x74\xf5\x1d\x45\x2e\x2e\xa0\xee\xf4\xb2\x1a\x8e\x3b\xe0\x46\x2e\x58\x19\xdd\xbe\x69\x19\x0e\x14\xa1\x25\x4a\xd0\x82\x77\x60\xaa\xba\x3e\x5b\xef\x7a\x2c\xf8\x95\x56\x53\x30\xee\x78\x70\x26\xde\xef\xdf\x91\xa9\xcb\xe8\xec\x46\x4a\x55\xd0\x48\x6b\x68\x97\x3a\xd5\x9a\x2f\x0b\xa1\x48\x12\xeb\x32\xcb\x12\x4a\x52\x2b\xcb\x2d\x52\xd9\xd3\x2b\x69\x8e\xd3\xd1\x6c\x83\x8e\x12\xde\x33\x83\x6c\x12\x83\x6c\xf0\x8c\x13\x57\x24\xf6\x28\x90\x26\x38\x22\xa9\x4d\x11\xdc\x12\x9b\x6b\xad\x6d\x83\x21\xd0\x2f\x5c\xa6\xe3\xa8\xe6\xec\x6b\x7d\x24\xd1\x92\xaf\xca\x7a\x88\x6c\xfb\x03\x9f\xe1\x32\x57\x43\xc8\x1c\x82\x21\x08\xe4\x80\x57\xb9\x75\x59\x0d\xa6\x06\x2c\xe2\x50\x2d\xe1\x43\x2b\x0e\xf8\xff\x16\x30\xea\x5d\xb8\x38\xa9\x08\x65\xaa\x09\x65\x51\x96\xe0\xce\x24\x93\xaf\x5b\x66\x87\x42\x73\x3a\xa4\x4d\x45\x30\x58\xd3\x35\x50\x86\x3d\x44\x70\x5e\x6d\xa2\x9c\x65\x83\x4c\x29\x26\x05\xce\xf9\x5c\x70\xb8\x7e\x5e\x30\x92\x46\xf4\xdd\xb4\x2c\x8b\xde\x22\xa7\x13\xa1\xf5\xf1\xee\x75\x9a\x5f\x37\xec\x7a\xcc\xb6\x99\xa5\x73\x64\x53\xcb\xcc\xae\xca\x57\xf5\x35\x2a\xe7\x7a\x81\x58\x30\x25\x0a\xd2\xa1\x50\x51\x03\x30\x04\x48\xd8\xb1\x72\x5a\xd0\x54\x2e\xa9\x9c\x45\x69\x25\x7e\x24\xb2\x85\xbc\x2a\x65\x2c\x7d\xcf\xbf\x20\x30\x92\x90\x59\x7a\xfb\x26\xe4\xeb\xf0\x3b\x69\xe1\x31\x2b\x84\x31\x36\x5e\x1d\x86\x22\x43\x24\x3a\xdf\xc8\x8f\xa2\x35\x43\x4b\xe7\x19\x70\x05\x0c\xee\xde\x99\xc5\xc8\x95\xa5\x14\xb9\xdc\x22\x51\x44\x17\xac\x10\xb6\x16\xb0\xe7\x46\xee\x1e\xb0\x04\xd8\x7b\x70\xd0\x68\x74\x14\x85\xa2\xdd\x95\x1a\xf5\x78\xa5\x35\xc0\xd5\xa6\x06\xf8\x5c\x33\x0a\x3e\xf8\xf0\x8e\xd6\x8a\xbc\x2a\x9d\x22\x4e\x24\x29\x67\x45\x65\xa9\x1e\xd5\x0e\x22\xd1\x08\xd0\xcc\x58\x48\x3f\xd8\x54\x77\xbc\xa6\x36\xc4\x64\xc1\x82\xb3\x22\x5c\xe1\x54\xb2\x20\x81\x51\xc1\xbf\x55\xb2\xb0\x3f\xca\x54\xce\x96\x96\xc2\x6e\x46\x0d\x63\x42\x25\xb4\xa5\x10\x45\x58\x28\x86\x05\x44\xce\x3d\xb3\x38\x2a\xcb\xbe\x78\x93\x0a\x94\x6d\xb3\x33\xaf\x96\xf5\x23\x3e\xbd\x9b\x86\x89\x51\x11\x56\xc2\xf4\x93\x9c\x4e\x3f\x01\xb7\xa8\xc6\x73\x69\xdb\x11\x17\x03\x36\xcb\x08\x96\xbf\x91\xca\x99\x29\x6a\xed\x35\xe4\x5c\xab\x83\x1b\xcc\x58\x21\x55\xab\xac\x8e\x64\xe9\x6a\x7e\xe7\x02\xda\x4a\xdb\xb5\x15\x68\x7a\x59\x84\x81\x73\x6b\x64\xdf\x92\x19\xd4\xeb\xa8\xc1\xdc\x5b\xd0\xaf\xc1\x6b\x30\xbf\xa1\x73\xf5\x38\x88\xe6\x7f\x02\xa2\x3b\x13\x22\x69\xef\x0c\x85\xac\xac\xe6\xb6\x61\xc8\xd3\x76\x0e\x7f\xd0\x98\x50\xcb\x54\x4e\x1c\x72\x99\x50\xeb\x4b\x9c\x4e\xac\x6c\x6a\xf1\x85\x45\xd6\xa9\x75\x11\xe0\x12\xb8\x32\x68\xc5\xb6\x13\x87\xea\xbe\x31\x94\xc1\xd5\x56\xb2\x32\x3a\xc2\x67\xaf\x48\x73\xc1\x59\xdd\x95\x7a\xfe\x55\xd3\xee\x72\xcd\xe6\x83\x47\x21\xca\xf0\x28\x14\x8c\xf7\xda\xa1\x62\x36\x6e\xdd\x5f\x60\xe6\x24\x58\x2c\x8b\x99\x93\x8f\xb2\x51\x1a\x86\x70\xc0\x36\x2c\x6b\xf4\x5a\x0e\xa5\x13\x1b\xa2\xe3\xf5\x06\xe3\xd7\xe6\x75\x29\xdb\x6e\x6e\xb0\x48\x5b\x13\xab\xe6\x1c\x85\x48\xcc\xb8\x1c\x4a\x2d\xa9\xfa\x90\x43\xdb\x4e\x15\x54\x35\x59\x31\x99\x42\x21\x5a\xdf\x89\x81\xf5\x92\x4e\x37\x96\xf4\x6b\x87\xf2\x75\x9b\x83\x2a\xab\x92\xa2\x59\x63\x9e\x6c\x37\xf5\xf3\xd2\xf1\x28\x0f\x65\x05\x75\xef\x5f\x48\xec\x33\xcc\xca\xf2\x6e\x35\x90\x2e\x08\x1c\x51\x99\xc3\x2a\xfd\x25\xad\x0c\xad\x7c\xb0\x52\xbe\x38\xa7\xc8\x43\x54\x09\x0c\xc3\x54\x89\x6c\xe3\x14\x04\xc0\x58\x53\xbf\x98\x26\x40\xd1\xd4\x67\xb5\x15\xe2\xdc\x49\x13\x6a\xf0\x6a\xc5\x57\x7b\xb1\xad\xff\x59\x6e\x6f\x46\xd9\x7c\x2e\xb6\x5d\x5f\xcb\x77\x73\x27\xf6\xbd\x4c\x6a\xdf\xf9\x7c\xd5\xfa\x51\x6d\xa9\xbe\xd3\x88\x5a\xe4\x19\xcb\xf8\x48\x56\xbb\x06\xe8\x7c\xf3\xdb\x8c\x14\xef\xae\xd3\x1f\xf2\x6c\x41\x73\x76\x8b\x2e\xf0\x29\xfa\x80\x7d\x0f\x7d\xc2\xfe\x01\x7a\x8b\x0f\xfa\xe8\x0d\x3e\x38\x40\x2f\xf1\xc1\x21\xfa\x88\x0f\x8e\xd0\xef\xf8\xe0\x29\xfa\x05\x1f\x9c\xa0\x1f\xf1\xc1\x29\xfa\x06\x1f\xf6\xd1\x77\xf8\xf0\x10\xfd\x80\x0f\x8f\xd0\x3f\xf0\xd1\x09\xfa\x1b\x3e\xee\xa3\x9f\xf1\xf1\x01\xfa\x1e\x1f\x1f\xa2\x9f\xf0\xa9\x8f\x7e\xc5\xa7\x07\xe8\x0f\x7c\x7a\x8c\xfe\x8e\xfd\xfe\x01\xfa\x27\xf6\xfb\x87\xe8\x5f\xd8\xef\x1f\x21\x4a\xf1\xdd\x6a\x40\xe9\xc8\x0b\x31\x18\x8f\x3d\x80\x28\x1d\x3d\x15\xcf\x44\x3c\x9f\x88\xe7\x4b\xf1\x7c\x2a\x9e\x99\x78\xf6\x65\x81\x54\xbe\xf8\xe2\xe5\xab\x7c\xe9\x8b\x97\xa9\x7c\x39\x10\x2f\xb9\x78\xe9\xcb\x8a\xa9\x78\x39\x38\x0c\xf1\xde\x78\x0c\xf6\x44\xcd\xb2\xcc\x78\xac\x0a\xc9\x52\x17\xf2\xed\x58\x36\xf5\x49\xc2\xd3\x3f\x90\x79\xdf\xe8\x57\x99\xf7\x07\x20\xe8\x8a\x51\x3c\x02\xb7\x00\x81\x5f\x00\x02\xb7\xb4\xe0\x4f\xf2\xef\xab\xf7\x00\x81\x2c\x05\x08\xbc\x13\x7f\x2e\x00\x02\xfc\x41\xfc\x66\xfc\x41\xfc\x79\xc7\x73\x4d\xa7\x3c\x87\xfc\x7b\x7e\x0e\xc2\xc1\xd2\x1c\x52\x65\xd3\xc2\xeb\x6e\x35\x4c\x48\xf3\xcf\xd6\x4c\xb8\x4a\xde\x60\xa6\xfb\xcf\x22\x2b\x62\x69\xbf\x9e\x65\xcb\x64\xc2\x45\xf0\x33\xab\x2e\x22\xb6\xc3\x75\x1e\x4c\x85\x79\xab\xb2\x08\xaf\x55\x8f\x98\x9e\x40\x86\x25\xd9\xc5\x86\x91\x59\x29\xf5\xeb\xe5\x28\xdc\x30\x36\x4b\x6b\xf4\x0a\x99\xbd\xad\x6d\x76\xd8\x70\xb3\xe1\xdd\xa5\x75\xd3\xb4\xd1\x9e\x69\x8b\x5b\xc3\x05\x62\x58\x68\xf1\x65\x99\x3b\x1a\x80\x0a\xe4\x75\x78\x84\x65\x6f\x03\x20\x69\xb4\xc2\x0d\x9f\x9f\xba\x6d\xa5\x28\xac\xd5\x64\xdb\x6a\xd3\x44\x59\x23\x37\x4b\xc0\xd5\xba\x9b\xc7\x8b\x36\x0f\x8f\x2f\xd2\xf5\x40\xb1\x8f\x40\xec\xcb\xaf\xbb\x1a\x6c\x77\x0f\xd8\xe2\x16\xb0\x0a\xd1\xe1\x23\x77\x6b\x05\x1d\x49\x61\x90\xf7\x05\x22\x9d\xb0\x60\xcb\x9c\xbe\x67\x24\xfa\xf2\x21\x27\x11\x1d\x6e\x49\x77\xa4\x0f\x9d\xc0\x52\xed\x59\x01\x03\xb5\xc3\x46\xa2\x2f\xd8\xa9\xe8\x15\xca\x94\xb2\xd4\xfb\x13\x29\x99\x53\x0c\x1a\x8e\x2d\x40\x8f\x25\x29\x24\xc9\xf2\xb7\x39\xc9\xbf\xe8\x61\x9d\xd3\xa2\x20\x57\x14\x3b\x46\xbe\xb2\x04\xce\x32\xfd\x92\x66\xd7\xa9\x25\x53\x20\x80\xae\x53\x95\x1d\x72\xf9\xa4\x7a\xab\x77\x60\x61\x00\x00\x5c\xc5\x35\x51\x68\xde\x1a\x89\x0d\x51\x47\x76\xba\xfa\x0a\x91\x91\xd5\xec\x2f\x8e\x1b\x5f\x74\xfd\x9b\x13\x1b\x57\xdd\x16\x26\x83\x6a\xc6\xa9\x79\xb6\xbd\x37\xa8\x43\x15\xed\xf1\x1e\xd8\xb6\xc3\x5c\xbc\xad\x53\x10\x31\x83\x08\x71\x2c\xf7\xf1\x8f\xfe\x8c\x43\x9c\xef\x49\xb3\x97\x7f\xb0\xd5\xa5\xc3\x3a\x95\x59\x0e\xfa\x78\xab\x13\x47\x23\x4b\x59\x6e\xab\x95\x18\x45\x0e\x0f\x65\x9e\x53\x5f\xfd\x2a\x03\x9c\xdf\xaf\x1e\x8e\x9a\xa5\x8b\x9a\x7d\x6a\x6e\x72\x86\x0f\x4f\x6c\xfb\xe8\xe9\x19\xa6\x43\xda\x3d\x3c\x09\x1c\x86\x0f\xfa\x25\x45\xec\x0c\x9f\x3e\xb5\x6d\xdf\xeb\x9f\x61\x36\x64\xdd\xd3\xa7\xae\xef\x05\x5d\x1f\xb6\xbb\x6b\xf8\x7d\x01\xf1\xb0\x1f\xf8\xfe\x53\xf1\x74\x18\x9c\x88\xe6\x87\x27\x81\xb7\xb6\x2d\xb7\xb5\xf1\xae\xdf\xd8\x83\xab\xbb\x7a\x22\x6a\x02\xe3\x1b\xcf\x03\xc1\xa9\x6c\x00\xfc\x7f\x20\x38\xd5\x1f\x2e\x41\xe0\xfb\xc7\xf2\xe5\xff\x07\xc1\x69\xf5\xe4\x4b\x54\x0e\x85\x30\xe3\xfb\x75\x45\xdf\x71\x7e\xd0\x57\xaf\x53\xfe\xed\x50\xbd\xe4\xfc\x8b\x2f\x5f\xfe\x17\x08\x0e\x54\x26\x0b\x04\x07\x32\xcb\x1e\xd8\x0b\x0e\x15\x10\xfb\x20\x38\xd5\xb5\x8c\x41\xf0\x54\x35\xf0\xdf\xff\x05\x82\xd3\x23\xf5\xfc\x7f\x41\xf0\x54\xc1\x36\x5e\xf6\xbd\xfe\x09\x08\x4e\x3c\xe3\xfd\xb4\x29\x66\x2d\x8c\x9e\x6b\xb7\x86\xa1\x24\xdd\xde\x34\xcf\xe6\x2f\x14\xd3\x77\x28\x0c\xda\x92\x1d\xda\x15\xb6\xd5\xb3\x33\xdf\x83\xee\xd1\x51\xff\xf4\x18\xe9\x34\x3e\xa0\x07\xd0\x3d\x3a\x3e\xe8\x7b\x70\xc3\x0a\xaf\x7c\x0e\x16\x4b\xbd\x40\xf5\xa6\x71\x42\x05\x0f\x62\xd5\xa3\xdc\xb8\x41\xa6\xdf\x02\xab\xfc\x16\xfe\x21\xd3\xb3\xf4\x67\x92\xa7\x7c\x82\xb3\xfa\xd9\x2c\x98\xd0\x2b\x12\xdd\x8a\x6d\x4b\xfe\x50\xef\xe6\x7f\xe6\x4c\x8d\x89\x1f\xd3\x7f\xa0\x60\x34\xa5\x5c\x48\xd7\x8f\x66\x65\x8f\xf5\x00\x60\xd2\x99\xa5\x35\xa7\x72\x74\xd1\x50\xf2\x05\xab\xde\x79\x11\x89\x95\xb4\xe0\xd5\xce\x0d\xe6\xf3\x7b\x46\x72\x66\x26\xbc\x96\x4e\x1c\x2a\x65\x92\x45\xcb\x39\x4d\x59\x81\x47\x61\xc3\xf6\x6f\x88\xd6\x7c\x3d\xf8\xc6\x61\x88\xff\x7e\xe7\xd0\x0a\xf5\x62\x97\x7d\xb1\xe4\xaa\xa6\x86\x02\xc9\x5d\x52\x23\xa5\x4b\x6b\x30\x60\xd3\x7a\x2f\xc7\x98\xcb\x48\xb2\xbd\x35\x83\x3b\xbc\xa3\xf5\x68\xd9\xb6\xf1\x22\xd7\x3f\x81\x71\x59\x12\xde\x6f\x1f\x47\x85\x50\xba\xce\xa4\x19\xaa\xc0\x0a\x6e\x2d\x1f\x71\x9d\x23\x36\xb4\xa3\xa2\xc5\x95\xa9\x30\x85\x9b\x1c\xa2\x53\x69\x43\x21\x6a\xdb\x41\xef\x1a\x90\xb2\xe4\x1d\x03\xf4\x66\x41\x23\x46\x27\x96\xd0\x98\xad\xbf\xbf\x7f\x77\x61\xf1\x0a\x48\xc4\x84\xd3\xb0\x50\xb1\xfe\xd5\x63\xb4\x60\x4e\x01\x6d\x5b\x14\x62\x33\xc1\xdd\x29\x99\x5b\x51\x96\x32\x12\xa7\x85\x95\x66\x69\x77\x91\xc7\xa9\x54\xab\xab\x2a\x0a\x5e\x47\x25\x40\x15\xab\x0d\x3b\xfc\x7a\xff\x79\xef\x7e\xac\x1c\xd0\x9c\x14\x2a\x40\x95\x13\xf4\x9c\xe6\x57\xd4\x9a\x93\xc5\x22\x4e\xaf\x8a\x81\xc5\x41\x59\xe4\xd9\xd7\x78\x42\x27\x96\x94\x97\xb4\x22\x1f\x17\x96\xa9\xea\x8b\x4d\xab\xa6\x6d\x1b\x11\xec\xa1\xa2\x36\x56\x16\x67\x64\x40\x38\x1a\x33\x9c\x8f\x48\x88\xfe\xa6\xe4\x17\x94\xc1\xb2\x74\xd8\x28\x0b\xa5\x35\x3f\xe6\x4f\x1d\x93\x11\xdc\x34\x8d\x66\xc2\x16\x26\x07\x33\xd7\x5e\x65\x39\x44\xda\x59\x8d\xaf\xb2\xf8\x6e\x05\x51\x8b\x2f\x99\xe8\x20\xc0\x18\xc7\x5c\xbf\x6e\xaa\xc6\x99\x54\x8d\x25\xd4\xd9\x06\xd4\x12\xa3\x19\x87\x5c\x2b\xc7\x2a\xa9\x7a\xa7\x8a\x43\xa8\x9e\xa5\x28\x87\x65\xd9\xa9\xfa\x99\x6b\x6c\x57\xd6\x84\x89\xc6\xb5\xf5\x85\xde\x72\xa9\x7f\x94\x87\x38\x43\x13\x9a\x50\x46\xad\xd4\x70\x65\x64\x0d\x23\x32\xac\x4e\x5b\x68\x1a\x36\xc8\xb2\x9e\x74\x10\x89\x75\x86\x0d\xeb\x24\xd7\x0d\xc4\xf2\xcd\x86\x8e\x99\x28\x33\xde\x5f\x19\x9f\x7b\x75\x09\x18\x88\xae\x10\x8b\x4f\x6b\xeb\x32\xa7\xe4\x0b\xa7\x09\x4d\xf1\x00\x2a\x1e\xc0\x85\x78\x63\xee\xe3\xba\x8e\x0d\xa3\x68\xed\x81\x24\xcd\xdc\xf7\x83\x33\xf0\x3a\x18\x93\x81\x2c\x34\xc8\x1d\x02\x07\xb0\xb5\x8c\xeb\x9a\xa5\xe2\xa9\xc3\x6c\xfb\xe0\x48\xd8\xd9\x26\x99\xf5\x80\x22\xd7\xb3\x38\xa1\x8e\x2f\xda\xb3\x6d\xff\x40\xfe\x8a\x57\xe9\x33\x13\x3b\x04\x42\x81\x02\xb9\x3f\xcc\x55\x9b\x5d\xe0\xa3\xcc\x75\x15\x62\x34\x2b\x1e\x88\x45\x9d\x0c\xa0\x99\xec\xba\xed\x55\x35\x40\x54\x16\x2f\x61\x20\x4a\x25\x68\x99\xd8\xfa\xad\xaa\x79\x96\xda\xf6\x5c\xd0\x1e\x9d\xc6\x51\x4c\x53\x66\x49\x9b\x2c\x51\x56\x8f\xac\x61\x2c\xab\xfc\x1f\x8d\xf1\xaa\x48\xb1\x0d\x9c\x14\x22\xe7\x90\x23\x95\x95\xe5\xe1\xb1\xf0\x19\xb5\x6d\xd6\x4e\x53\xa9\xeb\xdf\xf7\x51\x78\x82\xa6\x2e\x3e\x40\xdb\x5a\xf2\x64\x3b\x99\xd3\x60\xf9\xd7\x72\xb5\xf0\x15\xc5\x6b\xae\xc8\x45\x24\x76\xe6\x0b\xab\xa1\x4e\xfb\xb1\x72\x12\x1b\x73\xcd\xa5\xeb\xc3\x75\x6b\x95\xb6\xd5\x15\x7a\x17\x0f\x4d\xd1\x0c\x4d\xd0\x1c\xdd\x62\xda\xfb\x12\xa7\x13\x74\x83\x75\x85\x9c\x08\xe6\x3b\xc7\xdb\x99\xc3\xb2\x24\xe2\xaf\x20\xbf\x79\x59\x1e\x9c\xc8\xdf\xc3\xbe\x7a\x3f\x90\xbf\x7e\xff\x50\x3e\x1c\xeb\x0f\xa7\xea\x57\xa5\x1f\x3c\x55\xdf\xd5\xfb\x29\x47\xf9\xbc\x36\xc9\xc6\x53\xc7\x39\x56\x95\x89\x61\x99\x73\xa4\x46\xf7\xc3\xe8\xfa\x1c\xca\x08\x96\x65\x6a\xdb\xc4\x89\x20\xac\x2b\xe4\x74\x2d\xfb\x8d\x81\xf4\x23\x01\x88\x1a\x7e\x6b\x4b\x9c\x18\xa4\x82\x16\xb8\xe3\x8b\x09\x3a\x1f\x88\xc5\xf6\x48\x74\xb4\xda\xfe\x79\x14\x10\x62\x62\xad\xb4\x61\x53\xa2\x6e\x6d\x05\x6f\xad\xa9\x2b\x6a\x2a\xcc\x0a\xa4\x11\xbb\x92\x95\x30\x36\x38\x93\x6d\x73\xba\x57\xcd\xce\xf5\x7c\x8e\xa7\x4e\xcc\xdf\x78\xc9\xa9\xca\x8e\x66\x66\x39\x34\xc1\xe6\x44\x13\x7b\x8a\x1d\x1f\xf1\xd6\xcd\xf4\x33\xcc\xe0\xdd\x42\x7a\x5c\xed\x60\x6c\xda\xed\x6b\x65\x80\x9a\xa8\xca\xc4\xe6\x62\xcd\x4d\x67\x4d\x16\x32\x19\xc8\xbe\xae\x16\xb6\x2d\xb6\x0b\x38\xe9\x76\x7c\x88\xae\x85\x71\x9d\xe7\xec\x4e\x61\xdb\x60\x41\x94\x0b\xca\x74\xcc\x2f\x7c\x2c\x5a\xa1\x6d\x63\x3e\x96\xd9\x9e\x26\x8d\x61\xc7\x0b\x34\xdd\xdc\xd6\x04\x73\xc3\x33\x6d\x98\x70\xa5\x75\x5e\xdb\xc6\x77\xcd\xa7\x83\x53\xce\xec\x1e\x4e\xa1\x8d\xe5\x2e\xc7\x99\xc9\xd9\x38\xa5\xee\x6c\x11\x0e\xb8\xcc\x20\x66\x62\x2a\xe8\xe1\x4a\xec\x1b\x18\x88\xec\x78\x10\xb5\xd6\xd2\xc0\xd7\x1a\xe4\xde\xa0\x09\x4c\x03\x50\x45\xf6\x4e\x0a\x87\xaa\xb9\x4c\xb4\xc2\xc7\x53\x11\x1a\x83\x70\xad\x3b\x30\xb8\x9f\xc6\x87\x62\xe5\x5e\xa6\x95\x74\x4a\xe5\x2e\x0d\x97\xf6\xb4\x22\x60\xb8\x9d\xc7\xe9\x55\x42\xad\xdf\x97\x19\xcf\xaa\x30\x0b\x83\xa6\xf8\xd0\x68\x7e\x70\x4f\xfd\x4a\xb0\xdd\x51\x7b\x4d\x1a\x9f\xd7\x48\x03\x11\x4e\x63\x9c\x40\x92\x9d\x04\x72\xd8\xc1\x38\xf9\x93\x04\x92\xe2\x7c\x83\x40\x76\xb5\x08\x25\xaf\x13\x3c\x5a\xb7\x2b\x66\x45\xba\x4e\x24\x8d\xa6\x3a\x1e\xef\x8e\xd0\xd7\x93\x8a\xae\x36\x8a\xb4\x36\xde\xa4\xab\xd8\x49\x20\xac\xa8\xa2\xda\x0a\xea\x1f\x1d\x9f\x25\xb6\x9d\xd3\x51\x12\xc2\x7a\x0d\xcc\xf8\x7b\x03\x92\xaa\x84\xb3\xc4\x11\xaf\xeb\xcc\x93\xd2\x55\x86\x97\xe2\xf8\x66\x76\xe6\x0d\xb2\x6e\x17\x3e\x00\x16\x67\x89\x0b\x51\x05\xf6\x86\x04\x3b\xe4\xd9\xb3\x43\xe8\x2e\x83\xa6\x56\x34\xa3\x37\x64\x42\xa3\x78\x4e\x92\xa6\x5a\x54\x01\xb9\x70\x08\x6c\x99\x10\x8a\xc0\xa4\xad\x4d\x5a\xa8\xad\x82\xfe\xbe\xa4\x69\x44\xc5\xe9\x07\x73\xf0\xf4\x1c\x4a\xd4\x1c\xe2\x74\xd4\x32\x87\x9a\x85\xfe\xbd\x73\x68\x92\x2d\x2f\x77\xce\xa1\x46\xf3\xab\x47\xcc\xa1\xf6\xda\xeb\x39\xf4\x7a\xfd\x84\x8f\xf0\x39\x31\xc4\x1a\xe5\xff\x2c\x5d\x94\xb8\x7c\x43\xd2\x68\x96\xe5\xe8\x2b\xbe\x5b\x71\xda\x9c\xed\x9a\x6a\xc2\xda\x37\x83\x04\x9f\x1e\xa0\x25\xee\xf8\x28\xc6\xa3\xb0\xda\x50\xf6\xfb\x5c\x64\x9e\xd5\x33\x91\x88\xad\xa7\x25\x6f\x35\xc6\x77\x2b\x71\x90\xb8\xda\xee\x95\x6d\x0b\x71\x4d\x3e\xbe\x25\x8b\x91\x7e\x0e\x71\x0c\x51\x2b\x38\x4d\x91\x9d\xcf\xd7\x99\x9c\x8e\x62\x88\x3d\xc4\xb6\x94\x33\xbb\x31\x13\x4a\x81\x36\x04\x9a\x63\x23\xfd\x34\xae\x90\x86\x43\x2c\x66\x82\x95\x2c\x87\x40\xe9\x70\x20\x00\x15\x0d\xd6\x8c\x25\xe6\xf3\x7b\xae\x14\xbf\x79\x5c\x14\x74\x62\x45\xd9\x7c\x4e\xac\x4b\xca\xae\x29\x4d\xad\x69\x92\x5d\x5b\x51\x96\x24\x54\x9d\x57\x4f\x59\x1e\xd3\x02\x40\xb4\xc0\x09\x9e\x4a\xef\x90\x02\x47\x1c\xaf\x42\xa6\x9b\x09\x0f\x8a\x07\x48\x51\xb9\x3a\xfb\xc4\x11\xdd\xe8\x4e\x85\x13\x28\x17\x2c\x21\xd5\x7c\x12\x72\xef\xcf\xc2\x0f\xce\xe3\x8d\x6b\x6f\x3d\xdd\x17\xf4\x08\x54\x76\x22\xad\x7f\xf0\xb5\xae\x2c\x8f\x4e\xf8\x88\x94\xa5\x53\x70\x60\x76\x8f\xa0\xd1\xd6\x1a\x5c\xd3\x0a\x1e\x88\x96\xc3\x1b\x87\xa2\x18\x7d\x45\x0b\x94\xa0\x29\x0c\x8a\x61\x2c\x37\xbe\x79\xba\x40\x9c\xfe\x04\x03\xf5\x25\x81\x8f\xe9\x87\xb0\x67\xcf\x86\xce\xfc\x61\x60\xc3\x60\x8e\x3b\xfe\x63\x26\xef\xda\xe8\x9b\xf3\xf6\xbd\x39\x6f\xb5\x1f\xe5\x1f\xf2\x10\xc3\x02\x33\x34\xc5\x1c\x24\x29\xed\xef\x90\x85\x21\x92\x2a\x45\x01\x33\x5e\x40\xcf\xcc\xe3\xbe\xf0\xe1\xa9\x26\x66\x86\x3b\xde\x6a\xc7\x3a\x29\xe6\x56\x31\x80\xdb\x1a\x6d\x0e\xe3\x21\x27\xd8\x42\x29\x21\x05\xfc\x03\x63\x1c\x0d\x23\x2c\x93\x87\xff\x0c\xfe\x2e\x97\x04\xa9\x8e\x09\x57\x11\x2b\x9a\x65\x73\x61\x13\x99\x67\x13\x6a\xc5\x5c\xb0\x8d\xa7\x71\x65\x2f\x93\x87\xe7\x1c\x82\x97\x5c\xb6\x3f\xc3\x9e\x16\xd5\xb9\x56\x48\x24\x5f\xbe\x24\x13\x4b\x3b\xd2\x99\x7a\xae\x75\x1d\x4f\xd8\x4c\x36\x73\x99\x64\xd1\x17\xc5\x2d\x07\x56\xcc\x8c\x40\x00\x09\x2d\x0a\x79\xa8\x2e\x4b\x29\x80\x41\x32\x5c\x07\x32\x6d\xa9\xd5\x84\x34\x70\x16\x98\xb9\xa4\x2b\xce\x4c\x78\xf2\xac\x03\x07\xf7\x6e\x92\x59\xbb\xb1\xa6\x2c\x0e\xa2\xc4\x40\xeb\x3c\x05\x7c\x4c\xd9\x4e\x2c\x0c\x8a\x62\xac\xa0\x18\x52\x3d\x6e\x77\x95\x89\xa2\x69\x7d\x40\xbb\x48\x68\xe0\x74\x92\xb2\x6c\x18\x15\x16\xd0\xb6\x85\xd1\xa2\xd8\x30\x5a\x3c\x00\x52\x3e\x90\x49\xd3\x4c\x71\xc6\x15\x97\x45\x43\xa1\xe2\x72\x4d\x01\xe1\x54\xc9\x27\x52\x85\x6b\xc0\x70\x17\x61\x8c\xff\x39\xdc\xa6\xde\x4f\x61\xc0\x33\xfc\x61\xdb\x49\xc3\x08\x20\x3c\xe5\x95\xc2\x24\xa4\x9c\x21\x47\xf8\xd0\x99\x49\x76\xb9\xa5\x32\xd7\x87\x30\x98\x89\x5c\xfe\x8e\x5c\x9c\x20\xa7\xc3\xb5\x46\x2d\xc0\x45\x8b\xad\x90\x26\xdb\xbb\x21\x3d\xf4\xb7\x95\x14\x84\x26\x58\x42\xc3\x66\x63\xd2\xc1\x00\x3e\x60\x50\x36\x85\x4f\x1f\xae\x5a\x3c\xaa\x5e\x6d\x08\x15\x6a\xbd\x28\x6a\xf9\x21\xc2\xa3\x50\xc8\x03\x83\xc7\xac\xf0\x91\x3c\xff\xb0\xd3\xf6\x97\xdb\xb6\xe0\x2a\xb9\xf2\x82\xdc\xb9\x1c\xc6\x4a\x85\x5b\x6e\x5b\x0f\xbb\x3e\x5c\xb3\x9a\x61\x06\x23\xb9\x6c\xc8\x53\xa5\x3b\x01\xd3\x22\xf4\xda\xaa\xfa\x93\x5e\xbd\x54\x6d\xf5\x12\x56\x37\xbd\xb3\x72\xa4\x08\x1f\x8b\x15\xb5\x31\x6d\x98\x1a\xe3\x1c\x56\xfc\xcf\x64\x50\x82\xe1\x69\xe1\x44\x08\x18\xb7\xc0\x74\x13\x37\x7a\xcc\x14\x37\x55\x52\xd0\x72\xe8\xd4\x87\x11\x94\xec\x53\xa0\x6a\x79\xd8\x94\x77\x22\xde\xcd\xc0\x74\x79\x7d\xd7\xf4\x7d\x53\xc2\xa7\x21\x5d\x28\x6a\x59\xe0\xbb\x15\x9a\xf2\x3f\x33\x29\xf3\xcc\xe5\x8f\xf2\x8f\x15\x87\xf2\xbe\x3e\x96\x98\x16\xf2\xc4\xf8\x4e\x62\x8a\xa4\xb0\xf8\x00\x3a\x2a\xf4\xc8\x1e\x73\xa9\x36\xb2\x6d\x21\xda\x44\x65\xd9\x11\x14\x26\x96\xa7\x4f\x62\x12\x7d\xaf\x06\xbd\x36\x25\x55\xe3\x57\x48\x36\xbc\x13\xb4\xdc\x89\xe0\x00\xb6\x66\xdb\xe0\xa5\xc2\xc6\x16\x3d\x20\xb3\xb2\xaf\x29\xfb\xfd\xf5\x2c\x66\xb4\x58\x90\xc8\xd8\x57\x32\x2d\xf9\x16\x99\xca\x33\xe6\xd4\xfa\x42\x6f\xbb\xe2\xf4\x98\x55\xd0\x05\xc9\x09\xcb\xf2\x5a\x90\x91\xeb\xa9\x96\x85\x21\xba\xb5\x6d\x21\x85\x29\x15\x03\xc9\x09\x34\xc3\x73\x2c\x07\x14\xf2\xc1\xf4\xe4\xb0\x12\xfe\x67\xa6\x48\x62\x5e\xdb\x55\xab\xf5\xfe\x6b\x2d\x95\xeb\xa3\x18\x8a\x18\x13\x2e\x5f\xeb\x3d\x2c\xe1\xac\x9d\x53\x32\x11\x2b\xb4\xda\x5e\xad\xf6\x58\x16\x24\xce\x07\x5c\xc0\xc8\x92\x2c\xe5\x5d\x94\xe2\x38\x80\xab\xd5\x5f\x68\xa8\xd9\x71\x39\xb9\x78\x2b\xf3\x65\xc2\x62\xb1\x39\xf2\x85\xde\x9a\xa7\xf6\x4d\xd0\xc4\xb6\x8f\x6c\xde\x12\xb2\x7d\x34\x74\x1e\x8e\x38\x8f\x23\xce\x83\xc1\xed\xd0\xd1\x68\xf4\xd4\xbe\x4c\x9c\x46\xd9\x7c\x21\xb6\x91\x2a\x41\x68\x1d\x0f\x1c\xae\x54\xc8\x58\x35\x2a\x4c\xbe\x88\x7d\x14\x61\x11\xff\xc0\x20\xdc\x16\xc6\xe3\x48\x1e\xf7\x2b\xe7\x63\x84\xbf\xdf\x0e\xeb\x31\x0c\xae\x0c\x79\xfd\xb6\x2c\x1b\x5d\xbb\x6a\xf6\xcb\xe0\x85\xbb\x66\xc6\x9a\x71\x95\x49\xf6\x17\xdd\xc3\xfe\x1a\x03\xb4\x83\xfb\x69\x93\xe6\xad\x6d\x6f\x8e\xc4\x57\xc1\x6c\x36\xa8\x43\xf3\x44\x3d\x03\x6a\x96\xb8\x80\xe8\x6b\xcd\x0e\xcf\x1b\xd1\x25\xc4\xc2\xd9\xf1\x51\xa1\xe4\xf8\x9d\x6b\xc0\xc1\x81\x60\xf3\xa6\xa5\xbf\xe9\x29\xdd\xd8\x61\xac\x7a\xcf\xc8\x95\xb5\x50\x9e\xa6\x60\xcb\x52\xd3\x64\x12\xc7\xe2\x58\xcf\xd0\xe1\x44\xf5\x80\xfc\x30\x10\x9b\x17\xf9\x50\x6a\x78\x29\x06\x9d\x0e\x78\x50\x39\x9e\x15\x20\x73\x67\x10\x11\x21\x28\xef\x2e\xac\x84\x5d\x25\x0d\x08\x6d\x26\x87\x83\x3a\xc3\x33\x5a\x39\xcf\xc7\x1b\xdb\xfd\x66\x67\x1f\x02\xe7\x23\x94\xba\xaf\x34\xbf\x24\x2c\x9e\x73\xb4\x03\x28\xb9\x4b\x25\x83\xe7\xb6\xdd\xe1\xba\xf9\x00\x4a\x8c\x71\x1d\x5d\x2a\x18\x7c\x90\x8a\xe5\x74\x1a\xdf\x68\x65\x44\x39\x00\x58\xf4\x26\x4a\xc8\x5c\x8e\xe7\x9c\xe4\x5f\x0a\xa0\xc2\x28\x34\xba\xd4\xf5\x51\x73\xad\x4a\xa9\xf4\x2d\xa8\xf6\xf9\x53\x32\xa7\x13\x41\x0c\x33\x92\x4e\x12\xba\xde\x4e\xb1\x8c\x66\x0d\xf7\x02\x24\x46\x93\x35\x37\x05\x1e\x82\xaf\xc1\xfd\x08\x67\x0a\xb2\xb8\xf2\x7a\xd8\xda\x77\xa1\x21\xc7\xa9\x38\x67\x94\xe5\x0d\xe8\xf4\x3c\x8d\x6d\xbb\x13\xb7\xd5\xc8\xfb\xbb\xa3\x8f\x81\x05\xdc\x18\x22\x32\x94\x73\x3a\x0e\xfe\xa6\x0f\xd9\x30\x72\xf5\x96\x2c\x50\x0a\xd5\x27\x9d\x32\x4a\x43\x37\x0e\x80\x08\x60\x93\xaa\x6f\xa0\x03\x44\x5a\x33\xb1\x2d\x98\x4d\x2c\x08\x69\x6f\x99\x4e\x68\x94\x90\xbc\x39\x1c\x60\xcf\x4d\xdd\x3d\xb0\x07\x91\x29\x6b\x5f\x18\x2c\xe3\x61\x7b\x23\x27\x9b\x7b\x23\x1b\x12\x53\x2b\xa3\x48\x2d\xf9\xd9\x64\x16\x0f\xd8\xd2\x60\xeb\xc6\xf2\x54\x10\x79\x0a\x6d\xbb\x43\x9c\x14\xea\x43\xdf\xf7\x52\xcc\x86\xe1\x4d\x7a\x73\x54\x84\xdb\x04\x50\xac\x5c\xe2\x00\xa3\x1e\x58\xc2\xac\x84\x92\x82\x71\xad\xdd\xb4\x27\xd7\x5c\xfa\x3e\x8a\x34\x11\xfe\x61\x23\x02\xd0\x0e\xc1\x10\xa2\x43\xce\x7c\xe2\x26\xca\x5b\x0b\xed\x40\x5c\x2c\x10\x17\x4b\xc4\xc5\x5c\x61\xf9\xf7\x21\x2e\x89\x49\xf1\x18\xbc\x6d\x30\x98\x06\xc2\x0c\x81\x7b\xed\x28\x43\xc5\x6f\xf6\x96\x69\x65\x15\x99\xa8\xf6\x6b\x12\xaf\x16\x48\x53\x74\x4f\x43\x53\x0c\x30\x07\xe5\x53\xed\x05\x24\x07\x27\x5b\x37\x64\x63\x5f\x86\xb3\xb8\xc2\x6b\x0b\xa3\xf6\xcf\x93\xda\x9d\x7c\x76\x40\xb6\xa0\x29\x40\xc2\x10\x62\x9c\xc2\x53\xa4\xa2\xde\xc4\x9a\xae\x9e\x15\xb4\xe2\x2d\xc3\x04\x17\xf8\x57\xa9\x8a\xfd\xc4\x7f\x50\x6c\xdb\xa6\x1e\x29\x4d\x86\x4d\x29\x65\x38\xc3\x7e\xd0\x30\xbb\x60\xcc\x13\xbd\xa0\x29\x85\xd8\xb6\x33\xc3\x5d\xce\x68\xa5\x61\x5d\xac\x1d\xe7\x62\x7b\x9a\xf3\x82\x01\xac\x1b\x52\xa6\xc9\x02\x67\x7f\xb5\xad\x40\xcb\x20\x85\xb0\x1a\xcf\xcb\x32\x87\xc8\xef\x08\x7b\xf3\xaf\xd2\x8a\xeb\x2c\xf0\xcf\xb2\xcb\xdf\x0b\x36\xc7\x02\xe6\xfa\xc2\x22\xdb\xe6\xe7\x27\x81\x1f\xf2\xea\x5e\x39\x14\x4d\x61\x59\x72\x5d\x70\x8a\x16\x10\x96\xe5\x6b\x2e\x58\xc1\xe1\x15\xee\x78\x81\x43\x6c\xfb\xbd\x78\x2f\xcb\x2f\xea\xf7\xb3\xf1\x9d\xcf\xc7\xa1\x73\x25\x04\x0b\x15\xa7\x4e\x0a\x3b\xd5\x9b\x1c\x35\xad\xd4\xd4\x84\xae\x0e\x58\x70\xfe\x3f\x23\x5f\xb9\xf0\x7d\xab\x59\x9b\xb0\xb1\xc3\xe0\x85\x10\xf0\x44\xb7\xf8\xa8\xb5\x34\xa2\xa4\x3d\x30\x04\x50\x7a\x99\x3d\x44\xf1\xac\x84\x5e\x69\x07\x9a\x89\xaa\x0b\xdb\x96\x98\x30\x2b\x92\xe7\xdb\x3a\xd5\xf9\x36\x18\x4f\x1d\x30\x04\xba\x7d\xad\x29\x7a\x42\x67\x6e\x8d\x4f\xb4\x3c\x8b\x06\x91\x3a\x06\x9c\x6c\xc4\x27\x8a\x42\x94\x54\xf1\x89\x6a\xb0\xee\x2a\x82\x4e\x6a\x9f\x78\xc3\x30\x21\x3b\x9d\x08\x95\xec\xd1\x9d\xd6\x7e\x08\x42\xc8\xae\x17\x54\xe5\xc6\x2a\xfb\x35\x14\xb0\xaa\xb4\x91\x48\x0b\xeb\x96\x64\x45\xb6\x9d\x88\x29\x28\x92\xf8\x83\xe2\x6a\x8d\x53\x86\x62\xa0\xc5\x51\xc3\x69\x96\x5b\xf5\x99\x40\x79\xa2\x57\xd8\x76\xeb\x73\x36\x60\xcf\x95\x55\xba\x7b\x00\xe9\xc3\xbd\x54\xa7\xec\xc1\x36\x5c\x0d\x9d\x1d\xb8\xfa\x13\x44\x61\xba\x5d\xaa\x06\x2d\x22\xbb\xc2\xc5\x48\xab\x71\xb4\xb1\x52\xe1\x84\x3c\x59\x89\xa2\x72\xff\x93\x8b\x0f\x66\x6e\x50\x1f\xa9\xbb\x9f\xff\x45\x49\x56\x50\xc1\x00\x4d\x5a\x34\x42\xe0\xe8\x49\x75\x55\x33\xe1\xb7\xe6\xca\x28\x77\x24\x0c\xb9\xbd\xb2\xf5\xd1\xde\x57\x9a\x17\x7c\x25\x52\xbc\x53\x9c\xc5\x79\x13\xa7\xf4\x3b\x4e\x18\x32\x7e\xd8\x15\x89\x6e\x91\x16\xaa\xf0\xdd\xca\x5c\x51\xf0\xdd\x4a\x6e\xba\xef\xb2\x4a\xf3\x39\x6b\x2c\x18\x3b\xf7\x41\x3a\x0d\x85\xef\xcc\x2b\xcb\x83\xa7\xc2\x48\x0e\x95\x69\x7c\x29\xd9\xe9\xe3\x57\xee\x42\xac\xdc\x05\x7c\x90\x99\x55\xc6\x1c\xbb\x6f\x79\x25\x78\x14\x56\x11\xd1\x9e\xf9\x5a\x5e\x8b\x73\x1a\xb1\xf8\x2b\x95\xa2\xad\x58\xc7\xdb\x76\x2d\x4c\x5b\x4e\x6a\xc9\x4a\x00\x6c\xec\x01\x0c\xf2\x87\x02\x5b\x6f\x41\x3c\x6a\xff\x42\x23\x45\xd8\xef\x15\x47\x10\xfe\x54\x85\xe9\x2d\xf9\xd7\xf0\x48\xb4\x3d\x75\x2b\x22\xe1\x4a\x55\x2a\xf6\x3c\x14\x2f\x2a\x28\x17\xeb\x0b\x3a\x4a\x43\x61\xaa\x23\x30\x98\x4b\x79\x45\xce\xa9\x6a\x0b\xbf\xc6\x77\x25\xb7\x68\xa5\xc3\xa0\x3a\xaf\x72\x11\x78\xad\x0e\xba\x0b\xcb\xf4\x2e\x7f\xda\xdd\x99\x84\xa7\xe4\x03\xb2\xf5\x61\xc3\x9f\x17\x1f\x18\x42\x14\x0c\x96\xeb\xc4\x53\x08\xe5\x95\x2b\x92\x6b\x3e\xbb\x9f\x2a\x3f\x31\xd9\x91\xae\x8f\x7e\xd5\xa6\x6b\xa3\xbf\x1b\xf3\xd9\xb6\xa9\x52\xbf\x9a\x23\x11\xa1\xe6\x54\x15\x2e\xa8\x69\x96\x76\x9f\xbf\x7f\xf1\xfa\xb5\xe1\x3b\x5c\x58\x24\xa7\x56\x9c\x32\x9a\x2f\x72\x2a\xcc\x8e\x85\x10\x50\xa9\x38\x0e\x49\xeb\x13\x0a\xeb\x06\xf4\x1d\x7e\x1a\x22\x4a\x9d\xf0\x48\xdd\x35\x1a\xdb\x11\x08\x03\x15\xeb\x6e\xc3\xae\xd0\xd5\xf3\x72\xd3\x18\x20\x22\xa9\x54\x74\x54\x1b\x4c\x1b\x08\x37\x76\x7b\xdf\xa8\xc3\x0e\xda\xa3\x9d\x72\x16\x23\x0e\x4c\x23\x19\x0b\x40\xc7\x46\x94\x9e\xc8\xb4\xd9\x8f\x2a\x2c\x9a\x72\x50\xde\xfe\xd9\xa1\x3a\x48\xd4\xf1\x51\xff\xa9\x38\x93\xd4\x8c\x6f\xc2\xb3\x54\xf1\xa7\x78\xef\x8d\x03\xdb\xf2\x48\x8e\xe4\x5e\x12\x9d\xbc\xb2\x1b\xcf\x03\xd2\x79\x39\x6d\xf1\xd7\x35\x66\x2b\x4c\xcd\x4d\x42\xec\xa3\xd4\xb4\x36\x8a\x6a\x07\x75\xd2\xb3\xb4\x82\x7b\x00\xdf\x3a\xa9\x71\x54\xbc\xa2\x86\x1a\x7f\x2f\x37\xa3\x33\xbd\x11\x07\xc9\x8d\xf0\x42\xd9\x46\x78\x21\xe6\x64\xa3\x38\x34\x86\xe1\xa3\xb1\xaf\x85\xe5\x98\x88\x00\x8a\x5c\x00\xd6\x67\x45\x85\x53\x0b\x36\x12\xaa\xe8\xf8\x5e\x68\x44\x43\xf8\xc6\xa9\x5d\x9d\x2a\x4f\xb7\x8a\x22\xe2\xd4\xa0\x16\x64\x5d\x2e\x99\x35\xcd\x96\xe2\x3e\x80\x9c\x02\x68\x9c\xe5\xf8\x5d\xf7\x4c\x76\xf1\xc7\xf5\xe3\xed\x3f\xac\x50\x6a\x52\xd2\x2f\x8d\x63\x3b\xbc\x43\x6d\x45\x84\xef\xb4\xf2\xb7\xff\x71\xed\x54\xfc\x37\x9b\xa7\xe2\xbf\x93\x49\x9c\x67\x00\x88\x7e\xb8\xef\x18\xfc\x3f\xee\x3b\x40\xff\xb7\x9d\xe7\xe0\x7f\xc6\x3e\xfa\x1e\xf7\xd1\x4f\xf8\x00\xfd\x8a\x0f\xd1\x1f\xd8\x47\x7f\xc7\x7d\xf4\x4f\x7c\x80\xfe\x85\xf7\x47\x9c\xdc\xba\xe3\x1b\xef\x64\x7c\xe3\x7d\x37\xbe\xf1\x5e\x8c\x6f\xbc\x57\xdd\xf1\x8d\x7f\x3e\xbe\x79\x7a\xde\x1d\xdf\x9c\x1c\x8e\x6f\x4e\x8e\xbb\xe3\x9b\xd3\xf3\xf1\xf2\xfc\xfc\xfc\x95\xf8\x7b\x1e\x96\xa3\xf1\xf2\xe5\x09\x2f\xbc\x7c\xf9\xdd\xf9\x79\xe8\x0c\x3b\x3c\xe5\x85\x4c\xe1\x39\x60\xe9\x0c\x83\xd1\x6f\xcd\x6c\xe5\x6f\x70\x2d\xdb\x3e\xa2\x54\x00\x72\x72\x24\x8f\xce\xc9\x03\x73\xe1\x3e\x62\x3c\x1d\x8d\x47\xe3\x70\x7c\x37\x5e\x85\xfb\x28\xa5\x78\xff\x37\x67\x18\x74\xca\x4e\xa7\xec\x8c\x48\xf7\x8f\x71\x37\x74\x3b\xf0\x9b\xfd\x18\xc5\xd5\xb7\xd1\x6f\x75\x19\xe8\x0c\x83\x6f\x47\x5e\xf7\x94\x74\xa7\xe1\x5d\x7f\x55\xca\xe7\x3f\xc6\xdd\xff\x3d\x18\xef\x8f\x87\xc1\xff\xb1\xf1\xd8\x1d\x7f\x83\x3e\x8d\x7b\x9d\xff\x1c\x3f\xd9\x1b\x3b\x63\xc8\x4b\x87\xf0\x09\xaf\x35\xa7\x46\x0c\x8a\xfe\xd1\x31\x44\xd9\x46\x0a\xa1\xd8\x1b\xf4\x8f\x8e\xcf\x08\x1d\x10\xea\xba\x30\xa7\x23\x42\x43\x9c\x38\x84\xc2\xa1\x1f\x78\x28\x33\x12\x64\x0c\x19\x8a\xef\x7e\x79\xfe\xf6\x4d\xb0\x7e\x1a\xb5\x8e\x68\x51\xc9\x8d\x4a\xf6\x6b\x37\x31\x7d\xcb\x6b\xa9\xd7\x55\x20\x75\xcc\x3a\xf4\xab\x28\xd3\xcc\x53\xc5\xe2\xa1\x37\x24\x62\xc9\xad\x10\x70\x48\x7e\x25\x26\x12\x80\x28\xe6\x78\xe4\x68\x0a\x5d\x38\xee\xe9\x27\x1d\x8b\x30\x15\xd1\xfd\x94\x4a\x17\xab\x06\xe2\x24\xe9\x4e\xb3\x7c\xce\xa7\xa6\xaa\x48\xf3\xef\x0d\xf8\x72\x2c\x62\xd8\xbf\x4e\x99\x13\x8f\xfc\x10\xf9\x1e\x44\x99\x99\xd6\x97\x69\xbe\x34\xee\x6e\x2a\x28\xa2\x46\x85\x94\x75\x27\x41\xb1\xb8\x55\xc2\xf2\xc8\x0b\x5b\x84\xe5\xfe\x59\x26\x2a\xcf\x6c\xbb\x2f\x7f\xe6\xb2\x8d\x62\xb9\x58\x64\x39\xe7\x2f\xf7\x37\xb1\x42\x1f\x9e\x7f\xbf\x6d\xe4\x06\xfd\x4d\xfc\x7f\x78\xfe\xfd\x3d\xe8\x67\xd7\x59\x85\xb5\x42\xe0\x5f\x00\x9e\xe3\x94\xa3\x27\xad\x0c\xb1\x4a\x1d\x37\x70\x6d\x98\x3a\x9d\x69\x9c\x17\xac\xaa\x07\x6a\xa8\x1b\x4d\x83\x4a\x62\xab\xcc\xb1\xda\xbe\xbb\xc7\x66\x34\x17\x7b\x57\xc4\x5a\xe4\xf4\x6b\x9c\x2d\x8b\xe4\xd6\xaa\xac\xaa\xca\x98\xcc\x55\x42\xb0\xe7\xc6\xee\x1e\x30\x5a\xdf\x83\x48\xdb\x8b\xf3\x2d\x60\x2e\x72\xca\xcb\x3b\x05\x8d\xb2\x74\xb2\x1b\xce\xca\x3a\x1c\x87\x38\x5f\xad\x06\x9b\x77\x52\xbc\x5c\xbf\xbd\xe2\xe3\x96\xeb\x27\x7e\x6f\xbb\xb4\xe2\x97\x07\x84\x1e\x10\xdc\x39\x38\xfe\xb3\x51\x08\x8e\x1f\x15\x85\x40\x9b\xe2\xea\x90\x00\xea\x78\xee\xe5\x72\x3a\xa5\xb9\x3e\xf8\x5f\x49\x67\xa9\x71\x32\x35\xd6\xb1\x07\x92\xe5\x3c\xc5\xb9\x79\xe3\x8a\x5e\x84\x06\xe6\xd1\xfc\x2b\xca\xde\xa7\xf1\x62\x41\x19\x36\x21\xac\xfd\x4f\xaa\xe3\x9d\x1d\x03\x04\x68\xe8\xc1\x52\x2d\xc5\xb4\x2c\x0f\xa5\x5c\xf5\xf4\x08\xa5\x22\x80\x1d\x6e\x80\x39\x88\xcf\x3c\xdb\x16\x31\x76\x84\x60\x33\xce\xc7\xe9\x7f\xff\x97\xc9\xe6\x41\x1d\x0b\xb9\x6e\x4a\x48\x3c\xcf\x99\x13\x73\x79\x51\x78\x99\xc4\x5d\x15\xbe\xa2\xb6\x8d\xc5\x67\x6c\xbf\xdf\xf5\xe1\x5d\x8a\x81\xd5\xeb\xf5\x2c\x80\x62\x17\x1f\x99\x3e\x48\x32\xa2\x64\x13\x22\xf2\xcc\x6c\x48\xcf\xd3\x3f\x0d\x22\x51\x00\x12\x2e\x80\x91\x6e\xa3\x2d\x0d\x60\x56\x01\x48\xba\x15\x80\x0a\x9b\xea\x30\xb3\xaa\x54\x8a\x89\x31\x22\x50\x44\xc1\xae\x43\x6f\x43\x37\x75\x0b\x37\x93\x61\x46\x9b\x9f\xdc\x35\xb4\xb8\x95\x20\xe5\x82\xdf\xc0\xea\x81\x41\x19\xc4\xf0\x35\x82\x9f\x70\x22\x94\x67\xc7\xf6\xe2\x94\xcf\xfa\x3a\x6c\xc3\x1e\xb0\xf6\x20\x4a\x5d\x0c\x08\x93\x6a\x07\x50\x81\x26\xc4\x21\x45\x1f\xba\x00\x59\x92\x1c\xab\x2f\xf2\xd5\xe5\xfa\x8e\x0c\xcc\xcb\x13\x6b\x4a\x74\x20\x62\xb2\x35\x10\xf0\x3e\x0a\x27\xf2\xf5\x08\x0e\xe6\x8c\x5d\x85\xe8\xe9\x23\x67\x98\x3a\xbd\x8b\x47\xf5\x9d\x16\xbd\x38\x8d\x92\xe5\x84\xf6\xa6\x59\xfe\x8a\x44\x33\xc7\x44\x4c\x8a\x75\xc1\x15\x44\x74\xc4\xc2\xf6\x5c\x9b\xa9\xa2\x2d\x26\x4c\x7e\x95\x4d\x32\x57\x9e\x4f\xbc\xae\x54\xc7\x93\x12\xcf\xd3\x38\x61\x34\x77\x9a\x53\x51\x9f\x41\xc4\x18\xe7\x46\xb8\xf0\x15\x34\xe3\x4f\x18\xb7\x70\x51\x71\x81\x99\x32\xfc\x61\xba\xaa\xf6\x5b\xb0\xba\x67\x82\x09\x67\xb6\x6a\xa1\xd1\xb2\x7b\x7a\xc6\x06\x4c\x1c\xc7\xd6\x5f\xcc\x7e\xd6\x01\x71\xe3\xb6\x3b\x0d\x14\xf2\x70\x85\xc6\xb2\xd4\x21\xf2\xb5\xd5\xd4\x30\xa0\xd6\x1f\xb5\x05\x0e\xd7\x11\x1a\x37\x4b\xb6\x22\x5b\xba\x18\x64\x64\xf2\x0f\x61\xbe\xd4\x2e\xb5\x52\xa5\x53\xc9\x46\x4c\xc2\xc2\x01\x1f\xea\x85\x8d\xab\xca\x2a\x6c\x33\x9f\x0d\x5a\x69\xa8\xfc\x47\x92\xb8\x50\x5e\xb3\x2a\x62\x80\xa5\x83\x0a\x28\xa3\x62\x9c\x5e\xf1\xef\x62\xcf\x93\xd7\x50\xf0\x7a\xd3\x8c\x59\x95\xe8\xd0\x03\x7c\x4c\x15\xc1\x37\x03\x13\xa8\x2b\x16\x10\xd0\xed\x01\x34\x0a\xd7\xf2\xea\x6b\x09\xaa\xbc\x1a\x3d\x2d\x79\x55\x18\x03\x9c\x3b\xad\xcd\xb5\x57\x2c\xe3\x76\x91\x35\x0d\xa5\xd8\xd4\x50\x22\x99\x24\x2f\xdb\x1a\x64\xfa\x5a\x23\xb5\x5f\xa3\x62\xc3\xb4\x05\x31\x2a\xae\x63\x16\xcd\x9c\x75\x42\x83\x77\x11\x29\xa8\xe5\x07\x14\x57\x95\x21\x56\xd3\x23\x57\xf6\xa4\x19\x4b\xe4\xeb\x07\xb4\xf1\xad\x91\xd5\xd7\x59\xd5\xaa\x1b\x34\x06\xfc\xe7\x3c\x4b\xaf\xac\x54\xdc\x2a\x23\x46\x53\x97\x13\xd2\xcb\x7b\x15\x0b\x42\xc0\x6f\xc4\x66\x5d\x71\xca\xc2\x44\xdf\x1c\x23\x0d\x06\xf5\x2b\x83\xa8\x43\x7b\xf4\x2b\xcd\x6f\x1b\xf4\xa8\xf9\x88\x19\xe6\x33\x5b\xc1\x26\x09\xbe\x5f\xd0\x48\x6e\xda\x69\x0a\x2b\x96\x0b\x9a\x2b\x2a\x2b\x2c\x47\x58\x37\x94\x4a\x2b\x01\x54\x81\x01\x60\x1d\xb4\x40\x92\x6f\xe3\x6b\x4f\xdd\x32\xc0\x1e\x08\x58\xb4\x1b\x30\x21\xf9\x4a\xd2\x6e\x40\xc5\x89\x6d\x1b\x4c\xc6\xb7\x9e\x61\x2e\x17\x11\xe9\xee\x14\x63\x08\x28\xd2\xa4\x1c\xb0\x95\x19\x1f\x0a\x67\x0f\x10\xc5\x8c\x5b\x9a\x4e\x76\x30\x7d\x21\x87\x0b\xe2\xed\x55\xb7\xc0\xd5\xe2\xa3\xd0\xdd\xe2\x1a\xac\x91\xba\x9f\x8b\x93\x40\xb8\x92\x77\x61\xf5\xd6\xaf\xb0\x92\xb7\x46\xad\x42\x74\xfa\xd7\xda\x8e\xeb\x59\xd4\x06\x45\x53\xf1\x0f\x6b\x84\x8d\x64\x8d\x1c\x09\xfb\x9f\x8b\xfd\xfa\xca\x29\x88\x9a\x5f\x72\x7a\x45\x6f\x16\x1b\xc9\x35\x95\xb7\x77\xb1\x25\x67\xe0\x9f\xa0\x96\x9a\x03\xff\x14\xb5\x83\x12\xf4\xc5\x85\x5c\x2d\x72\xb0\xef\xfd\x0f\x8c\x98\xbc\x42\x2f\x44\x9a\x97\x36\x70\xc4\xe2\x39\x2d\x18\x99\xaf\x61\x42\x86\xab\xd8\x86\xd8\xcb\x38\x25\xf9\x6d\xb3\x44\x36\x27\x6b\x75\x2c\x48\x2c\x1c\x79\x8c\xa4\x82\xb2\x1d\x88\x55\x55\x07\xfe\x21\x5a\x03\x26\xe8\xf7\x51\xb3\xb5\xa0\x6f\x64\x92\xad\x05\xfd\x23\xd4\x68\x2d\xe8\x1b\x95\xd7\x9d\x0d\xfa\x42\x23\x51\x77\xac\x71\xcc\xef\xba\xff\xf1\x61\x98\x6f\x45\x57\xc1\xf2\x75\x34\xfc\xbe\x86\x6e\x8e\xbb\x7b\xf1\x22\xfb\xeb\xa3\x46\x1d\x41\xff\x18\x35\x5a\x09\xfa\xa2\x2f\xbb\x6e\x67\xfb\x33\x54\x54\xdf\xfc\xb7\x85\x92\x52\x69\x66\x33\xc9\x24\xcb\xd6\x52\x64\x88\x41\x23\x61\x9a\x64\x64\x27\x49\xf0\x6a\x02\xdf\x18\x58\x59\x2a\xf0\x8d\xde\xf3\x9a\x03\xdf\x28\x25\xc0\x09\xfa\xe2\x6e\x3e\xf3\xae\x3b\x8e\x9f\xc7\x5c\x51\xa6\x03\xb1\xdd\xad\xd6\x37\x37\x6d\xbb\x19\x9d\x74\x53\x08\x4b\xe1\x1d\x1d\xa5\xed\xa2\x30\x1b\x55\xe6\xf6\x10\xa7\x2b\x21\x0a\x35\xe2\xa5\xa9\x7b\x20\xb4\x29\xbe\x79\xe9\x59\x8b\x1c\x2d\x72\x0b\x21\x98\x98\x77\xe6\xd4\x8b\x58\xe6\xec\x7d\x54\xbb\x4c\x99\x58\x30\x84\xa2\xc2\x15\x94\xb8\xb0\xe6\x54\x18\x86\x05\x8b\x8a\xb5\xc5\x0c\xec\xb9\x42\x81\xa9\x56\xba\xde\x5e\x25\xb2\x09\xbf\x34\xf9\x28\x5c\x55\x98\xf8\x31\xe3\x50\xa9\xcd\x65\x71\xad\x88\x78\x2a\xcb\x8d\xcb\x72\x3b\xde\x6a\x2d\x18\x20\x66\xf5\xb3\x51\xc0\x58\xa6\x57\xfa\x32\x30\x1d\x1f\x5c\x04\xab\xad\x63\x8b\xd7\x10\x54\x41\xc2\x31\x33\xa3\x87\x9b\x20\xaa\x50\xda\xf2\xee\x13\xf9\x6c\x66\x30\x63\x83\x63\xd6\x78\x6d\x04\xfe\x32\xae\x78\xe3\xf2\x68\x23\x41\x5f\x0c\x26\xc6\xa6\x68\x2a\xc8\x1c\x67\x5b\xc6\x48\xf8\x15\x68\x55\x52\x79\x09\xf0\x91\x2a\x2a\x41\x44\x59\x98\x36\x87\x48\x46\xb2\xd9\x90\x53\x09\x1e\x01\x5e\x11\x40\x40\x8d\x08\x40\xa0\x42\x36\x40\xa0\xc6\x22\x40\xa0\x42\x98\xc8\xae\x70\x03\x44\x1c\x97\x0a\x07\x00\x01\xb3\xa7\x20\x44\x05\x1e\x55\x67\xf7\x8c\x53\x1a\x95\x73\x72\x68\xf0\x99\x5c\x4a\x33\xa6\x00\xc3\x67\xe7\x63\x42\x52\x0a\xa2\xd7\x4e\x33\xb5\x0f\x5c\xad\xd1\x49\x0f\x62\x15\xb0\x2c\xc3\xcb\xea\xf6\xc5\x5c\xc4\x58\x76\xa1\x98\x62\x59\x1d\xed\x58\x1b\x2b\x52\x08\x51\xc7\x61\x67\xc7\x87\xf2\x68\x85\x77\xc6\x0c\xdf\x67\x17\x1f\x57\x2e\xa0\xdf\x9e\x60\x6c\x5e\x97\xd5\xbc\xc5\x4f\xb8\x5e\xa8\x5b\x75\x46\xe3\x7c\x9c\xe2\x70\xff\x0a\x01\x61\xdd\x8d\x0d\xc0\x44\xd0\xaa\x48\x47\x86\x66\x02\x42\xae\x6e\xba\x90\x7d\x7b\xc8\x1b\xb0\x6d\xae\xf4\xab\x63\x3c\xe4\xec\xcc\x3f\xb6\xfb\x47\x47\xd5\xc1\x1e\x72\x76\x76\xd2\x48\xe8\x1f\x1d\xd9\x44\xdc\x88\x40\x9e\x3d\x3b\x2e\xeb\x2e\xc6\xba\x8b\x0c\xd6\x12\x28\xce\xbf\x3d\x7c\x72\x2c\xf6\x93\xd3\xe1\xe3\x5b\x09\x44\x28\xc1\x66\x49\x6f\xbd\x64\x5f\x24\xc0\xc0\x17\x1b\x76\xb6\x5d\x7f\x39\x94\x59\x8b\xa1\x14\xb6\x23\x18\x44\x6b\x3a\x74\x8d\xcf\xb6\x1b\x80\x96\x15\xd2\xb2\x0a\x69\x07\x35\xd2\xc4\x4d\x3b\xf9\xd9\x99\x7f\x62\x1f\x1f\x84\xa8\x7a\xed\x37\x5e\x8f\xeb\xb7\xe3\x03\x3b\x0f\xf9\x08\x39\xf9\xb3\x67\x27\xd0\xa5\x23\x16\xd6\xa8\xca\xbe\x3d\x40\xff\xa1\x30\xf5\x27\xab\x16\xd7\x40\x99\xc5\xbd\x46\xfe\x43\xe3\xed\xd9\x33\xa3\xae\xe3\xc3\x10\x06\xbe\x44\x5f\x55\xb8\xdf\xc8\x7d\xd8\xc8\x5d\x17\x33\xaf\x19\x32\x03\x67\x16\xb6\x5d\xf4\xe2\xe2\x3b\x61\x55\x73\xa8\xe4\x1e\x42\xcb\x95\x86\x36\x00\x7b\xf2\x9b\xd2\x73\xb5\xa2\x8b\x96\x18\x3c\xff\xee\xc5\xcb\x57\xe7\xdf\xff\xed\xf5\xdf\xff\xf1\xe6\xed\xc5\xbb\x1f\xfe\xf9\xe3\xfb\x0f\x1f\x7f\xfa\xf9\x5f\xbf\xfc\x4a\x2e\xa3\x09\x9d\x5e\xcd\xe2\xcf\x5f\x92\x79\x9a\x2d\x7e\xcf\x0b\xb6\xfc\x7a\x7d\x73\xfb\x87\xe7\xf7\x0f\x0e\x8f\x8e\x9f\x9e\x9c\xba\xfb\x78\x9c\x8e\x73\xb0\x26\x7a\x44\x4e\x8b\xfb\xb2\x92\x0b\xd1\x1d\x67\x60\x41\xc5\x62\x14\x1f\x0b\x62\x54\xf1\xb1\x20\x47\x15\xeb\x0a\x08\xaa\x58\x57\x90\x55\x42\x86\x56\x91\x90\xec\x61\x70\x20\x64\xef\xc7\x05\x3c\xdd\xce\x77\xea\xe8\xe6\x3a\x5e\xa7\x0a\x0e\x07\x58\xbe\x14\x31\xe0\x68\x59\x82\x0f\xe6\xf3\x8f\x1f\x5f\xc9\xeb\x9e\xca\xf2\x48\x67\x9e\x92\xa4\xa8\x72\x9c\x37\x5e\x9e\xbf\x79\xaf\xf2\xb7\x5f\x9a\xbb\xb3\x9d\xd6\xa8\xab\x55\xf8\xfd\xef\xe4\x95\x2c\xf2\xe6\x8b\x6d\x71\xc5\xd5\xe6\x88\x69\x24\xa9\x4c\x20\xcd\xf1\x24\xad\xe3\xc9\x85\xba\xc7\x8e\x66\x66\x8c\xe6\x5d\x92\x5d\xd3\x3c\x22\x05\x0d\xda\x84\x84\xa1\x44\x42\xa0\xd0\xb8\x42\xcb\xc5\xe2\xde\xec\x02\x37\x81\xc2\xed\x0a\x45\x64\x4e\x93\xfb\xb2\xcb\xda\xe5\xb8\xac\x56\xc8\x5c\x15\x03\x50\xc1\x06\x36\x68\x8e\x53\xda\x63\xb6\x3b\xea\x28\x98\x8a\xda\x86\x1d\x3f\xe8\x74\x96\xca\xe9\x65\x9d\x02\x8c\xf3\x3d\x66\xd8\xb4\x6a\x09\xfa\x24\x17\x9f\x1e\xcb\xde\x70\x18\xd5\x3d\xb2\x29\x06\x5d\x3e\xda\x6c\xe4\x85\xc3\xae\x1f\xf8\xf2\xa2\x02\xe0\x76\x0d\x83\xfe\xc8\x0b\xe1\x19\x67\xa9\xe2\xaa\xb8\xca\x4b\x03\xf1\x2c\x53\x51\x7a\x28\xaf\x51\x53\xb7\x14\xff\xf0\xee\xfd\xeb\xc6\x2d\xc5\xc1\xb6\xeb\x8b\x03\xd0\x4b\x49\x2a\xab\xb8\x20\x17\x41\x7d\xf9\x00\x08\x80\x88\xe4\xc2\x45\xaa\x45\x12\x33\x91\xd0\x2a\x4f\xe7\xbd\x65\x5a\xcc\xe2\x29\x73\xc4\xfe\xe8\x39\x57\x11\x1c\x8a\x7c\x0f\x0a\x91\x55\x5c\xb0\xe0\xa3\xbc\x5d\x16\x77\x31\x7d\x12\xa3\xf8\x09\x3e\xf6\x56\x10\xa5\x4f\x18\x0c\xd2\x27\x46\x3d\x8c\xd7\xd3\x98\x34\xd5\x16\x90\xf0\xd1\x2f\x2e\xc8\x85\x43\x21\x54\x06\x3d\x26\x2d\x78\x06\x19\x04\x6a\x8a\x89\x7e\x0a\xb3\x1d\xa8\x08\xb2\xfe\x78\xf1\xfc\x42\x7d\xac\xc8\xcf\xf8\x48\x2e\x40\x15\x8c\x6c\x1b\x8a\x05\x53\xd8\x0d\x05\x1f\xb0\xad\x50\xbc\xbe\x38\xdf\x0e\xc5\xeb\x74\xba\x01\x45\xdb\x75\xd4\x0f\x80\xa2\x7b\x2f\x18\xdd\x7b\xe1\xe8\x36\x01\x59\xbf\x9e\x9a\x8f\x85\xce\xe9\xf5\x3c\x50\xaf\xdd\xe6\x75\xca\x1e\x44\x89\x3e\xa6\x34\x4c\xab\x39\x02\xb8\xbc\xda\xa3\x00\x06\x69\xeb\x8a\x59\xf1\x49\xd9\xfd\x87\xb1\x49\xdb\x76\xe8\xb7\x7e\x07\x63\xaf\x2c\xdb\xa0\xad\x57\xdd\x9e\x61\x6c\xde\x58\x71\x39\x3f\xfd\x91\x5e\xbd\xba\x59\x38\xe0\x37\x67\x18\x8c\xba\x6e\x38\xe4\xbf\x5e\xf7\x34\xe4\x7f\x3e\x85\x4f\xe0\x78\xdc\x53\x8f\xfc\x0b\x7d\x15\xf2\x5c\xca\x37\x61\x58\x56\x5f\xdd\xb6\xaf\xa2\x42\xb3\x36\x67\x18\xf0\xda\x8f\x54\x2a\x74\xeb\xda\x65\xe6\xf1\xb8\xe7\x0c\x83\x38\x9d\x96\xaf\xf9\xbf\x8b\x73\x58\xca\xa4\x94\xa4\xe5\x05\xb9\x28\x2f\x9e\x5f\x40\xf8\x0d\x80\x28\xc1\xfb\xbf\xd5\xf5\xbb\x74\xff\x21\x0b\xbf\xd4\xf5\xff\xd2\xba\xbf\x9b\x39\x9b\x06\xd5\x26\xab\x7e\xcc\xbe\x59\x6b\x28\x6f\x75\xb9\x9f\x6d\x3f\xf5\xf4\x5b\x15\x49\x7c\x4b\x80\x74\x5d\xfc\xe8\x6c\x5b\x7c\x74\xb3\x81\x35\x1a\xbd\x4f\x1f\x32\x45\x66\xaf\x3a\xf9\xd9\x49\x1b\x87\x3a\x19\xa6\x23\x12\x22\xd0\x05\x1d\x21\x89\x00\x57\x3c\x88\x8d\x48\x3a\x72\x5d\x71\x89\xba\x27\x98\xb5\x68\x8d\xb8\x82\xeb\xd7\x51\xe5\x54\x1d\x3c\x27\x02\x97\x2a\xa3\x08\x70\xeb\xba\x83\x54\x44\xb5\x55\x6a\x97\x6c\xe8\x93\xa8\x5f\x5e\x7a\xe9\xe9\x46\x7d\x99\x58\x01\x56\xe0\xea\x56\x2b\xab\x58\xf1\xac\x37\x8f\xaa\xb9\x13\x3b\x0d\x6f\x43\x62\xc6\x98\x6c\x56\x2e\x9d\x01\xef\xaf\x2d\xff\x77\xd6\x06\x02\xd9\x95\xea\xb4\x7e\x27\x7b\x68\xf5\x43\x10\x88\x7a\x86\x1d\x2f\xd8\xff\xcd\x69\xce\xd4\x6f\xf6\xb5\x67\xac\x5c\xac\xb9\x9e\x66\xc6\x47\x28\xd6\x14\x55\x94\x63\x5f\x5e\x4e\x64\x44\x75\x8d\xeb\xb5\xf8\x13\x10\xd7\x35\xe2\x78\x43\x9c\xe0\x0b\x6c\x3c\xf2\x5a\xa9\x46\x49\x16\x22\x74\x54\xd7\x87\x88\x97\xd7\xc2\x83\x2a\xa6\x09\x2a\x1e\x7a\x81\x22\xad\xa1\xa4\x9c\x78\xe4\x87\xc3\xfc\x49\xed\xf2\x54\x5d\xc8\x8f\xfa\x30\x90\x34\xb0\x91\x07\xf9\xc7\x30\x68\x24\x9c\xc0\x60\xbd\x33\x01\x80\x43\x5e\xdd\xfd\x52\x45\xd6\x94\x2a\x78\x6d\x95\x4c\x11\x8b\x5d\x62\x1f\x65\xed\xbb\xaf\x5c\xa6\x48\x51\xaa\x64\x8a\xfc\x49\xbc\x06\x53\x43\xa2\x88\xfe\xf2\xf2\x42\xbf\xf5\xa5\xc2\xdb\x59\x6e\x2e\x2f\x62\x75\x59\xae\xaf\x2e\xc9\x7d\x52\x7b\xd2\xc6\x8c\xe3\x74\x3b\x2b\x26\x06\x2b\x2e\x0c\x56\x1c\x99\x42\xbb\x54\xe3\x5a\x64\x6a\xe0\x5d\x8a\x83\x24\x7a\x71\xee\xc3\x15\xca\x22\x46\x92\xd6\xbc\x8d\xac\x27\x90\x8b\xdf\x22\x98\x5f\xab\xb0\xde\x58\xf1\x57\xc8\x88\xfd\xd7\x5a\xf7\x4d\xa3\x72\xff\x98\xcb\xca\x1f\xb9\x78\x22\x65\xe5\x0d\x59\x5f\xd5\x05\x90\x69\x09\xab\x7a\x3a\xea\x23\x70\x19\xa7\x20\x54\xbd\x19\x9d\x20\x90\x45\x0c\x84\x15\xc8\x23\xdf\x43\xbc\x12\x10\x36\x40\x1b\xf9\xc7\x08\xcc\xe8\x0d\x08\x57\x0f\x58\xa6\x76\xed\xf4\x3d\x40\x77\x65\xf9\xad\x32\x75\x03\x07\xb8\xd4\x05\x10\xa0\x14\x17\x3d\x41\xb2\x0e\x43\x77\x39\x49\xaf\x68\xd0\xf1\x56\xda\x6a\x04\x7e\xc8\xb3\xab\x9c\xcc\xc5\xc9\x63\x71\x9e\xca\xb6\xa5\x77\xf2\x65\x36\xb9\xad\xaf\xd4\x7f\x75\xc3\xc7\xbf\x88\xb3\xf4\x3d\x23\x8c\x0a\xcf\xc0\x2a\xdb\xc8\x0b\x55\x51\xa0\xaf\x5c\xac\xf3\x37\xb3\xd1\x2a\x5d\x94\x58\x45\x84\x0b\x98\x71\x65\x4b\xf6\x57\xed\xca\x90\xd1\xa1\xb8\xea\x50\x6a\x76\x48\xa8\x3b\x9c\xf3\x56\x5d\x12\xcc\x82\xb7\x52\x96\x92\x71\x18\x5d\x2a\xcb\xd6\x2e\x55\xd9\x74\x97\xb8\xaa\xbe\xd9\xa5\x46\xb6\xb5\x2e\xdd\x77\x93\xb6\x3e\xab\x65\xdc\x91\xaa\x2d\x90\x6d\xd5\x2d\x48\x4e\xe6\xc5\x16\x55\x49\x9d\x64\x48\xc9\x9c\x4a\xed\xa8\xb5\x0a\xd1\x65\x81\x24\x71\xf5\x82\xee\x8b\x93\xa3\x54\x9f\x77\x19\x79\xa1\xeb\x23\x36\xf2\xc3\x66\x28\xeb\xac\x7d\x02\xc2\xfb\x05\xea\xe6\x9d\x9b\x0f\xb2\x3c\x14\x15\xdd\x46\x98\x0e\x0a\x1c\x39\x80\x16\x8b\x3c\x9e\x13\x00\x15\x81\x2c\xf9\x5c\xa8\x36\x5f\x3b\xfa\xa2\xbb\xeb\x38\x9d\x64\xd7\xe2\xc4\xa9\x7c\xec\xa9\x82\xb2\x62\xcd\x1c\x1f\xc5\x1f\xcd\x6d\xe1\x7f\x8f\xa9\x6a\x6d\x9e\xef\xda\x55\x7f\xc0\x3c\x8f\xa7\x8e\x3a\x35\x64\x1e\x21\xa8\x8d\x57\x28\xc5\xfb\xe3\x7d\x67\x74\x15\xcf\xc3\x27\xb0\xbe\x57\x5d\x98\x5e\xc5\x1c\xd9\xd7\xa6\x02\xd9\x82\x90\x09\xd2\x91\x1f\x42\xa4\x0d\xda\x67\x07\x8d\xf6\xc0\xbe\x10\x06\x46\xd5\x05\xf9\x71\x75\xbe\x22\xac\x32\xb6\x84\xfa\xaa\x27\xf1\x2e\xb0\x14\x21\x55\x90\xd9\x76\x03\x2e\xc3\x60\x81\x5a\x80\x80\x10\x19\x8a\x15\x43\xf1\x3a\x25\x2b\xbe\xb8\x2f\xae\x2d\x17\xb7\x51\xb8\x60\x1f\xd4\x9e\x71\x57\x49\x76\x49\x12\x75\xcb\xd2\x95\xf0\xc9\xad\xa2\xf0\xa8\xd4\xb9\x48\x8d\xaf\xd2\x2c\xa7\x7c\x25\x51\xc9\x31\x68\xec\xfb\xb5\xcd\x0a\x09\xd6\x63\xe6\xc4\x0e\xd2\x2d\xb6\x90\xae\x72\x5c\xf8\x9f\x20\xdc\xfe\x2e\xc7\x06\x83\x70\x8d\xbd\xc1\x86\xff\x9e\x39\x26\x15\x92\x40\x3b\xee\xea\xf9\x5e\x5f\x6c\xf9\x97\x70\x53\x57\xf8\x3f\x82\x9e\xc7\x78\x1f\xb4\xc2\x1d\xb7\xc1\x3d\x27\xf5\x68\x56\xd1\x81\x6a\x28\x5b\x84\x25\xbd\xb7\x3d\xa4\xc1\xdd\x6a\xd5\x66\xbc\xec\xef\x72\x2e\x68\xd3\x88\xc1\xb3\x67\xca\x06\xad\xf9\x91\xe1\x78\xbd\xa5\x47\x79\x6b\x8f\x84\x2b\xc8\xd6\x21\x68\x05\xf8\x71\xbb\xfd\x2d\x3c\xd3\xdb\x62\xd7\xf7\xa5\x5e\x03\xfe\x53\xf5\xad\xb2\xf3\x0b\xdf\x03\x65\x73\xbf\x30\x9f\x3f\xbe\x79\xb3\x69\xb7\x6f\x20\xbf\x7d\x09\x6d\x60\xed\xf1\xc6\x76\x01\xcf\x5f\x32\xb6\x47\x24\xcd\xd2\x38\x32\x45\xe6\x6a\x6c\xff\x13\xac\x50\x8b\x31\xbe\xfa\x2e\x5a\x6f\x35\xc0\x57\x59\x04\x62\x5a\x8d\xee\x75\x16\x51\xcb\xe3\x0c\xed\xfd\xbf\xbc\x95\xec\x0d\xcc\x80\x59\x99\x0e\x2c\x49\x0d\x37\xe1\xe5\x86\x7b\xb0\x8c\xe7\xb7\x1c\xb1\x10\x65\xb8\xe3\x6f\xde\x04\xdd\xc1\xb8\x90\x1c\x3b\x5e\xbb\xe9\x42\x1c\x9a\x16\x57\x04\x11\x95\x01\xe5\x72\xff\x39\x5b\x0b\x96\x2b\xcc\x04\x8d\x55\x56\x68\xb8\x91\x71\x3d\x6f\xfd\x35\xd2\xd7\xf4\x6e\x5b\x64\x37\xa7\xff\x28\x34\xdc\x08\x2a\x0b\x24\xd9\x79\x88\xae\xd8\xbe\x48\xad\x91\x6a\xd6\x46\xaa\x99\xc9\xb3\x6a\xff\x81\x56\x62\x6d\x1d\xf2\xbf\xbc\x8b\xb7\x3e\xe4\x85\x1a\xed\xcc\x38\xcb\x56\x79\xea\x22\x49\x03\x9b\x2e\xe2\x92\x06\x0a\x4e\x03\x6d\xc3\x4f\x36\x87\x5f\xc4\x60\x33\xbd\x7c\x62\x75\xb0\x6b\x43\x50\xcb\x46\x2c\xc4\xa3\x7c\xe4\x85\x28\x16\x3f\x61\xb8\x6d\x5c\x37\xfb\x37\x0a\xd7\xfa\x47\x5a\xfa\x47\xd6\xfa\x47\x36\xfa\x17\x63\xc2\xfb\xb6\x01\x71\x0b\x6c\x9a\x5d\x66\x0f\x24\xa8\xc7\x90\x8b\xf4\xfa\xfb\x2b\xf4\xb2\x6b\x2f\xee\xcf\xad\xbc\x05\xfd\xbd\x05\xaa\x87\x2e\xbd\xa3\xb0\x7d\xe9\x7d\x9c\x31\xfa\x3e\xda\xd6\x1c\x8c\xb3\x9b\xd4\x60\x37\x29\x62\x50\x06\xb7\xe9\x60\x9c\x8e\x58\x2d\x9e\x0f\x1e\xcc\x39\xee\x56\x7f\x8a\x73\x3c\x64\xb8\x0b\xca\x36\x05\x9a\x87\x8f\xf5\x63\xfc\xa1\x1f\x31\xd6\x2c\xdf\x58\x5c\x1f\x3a\xd2\x00\xb4\x8f\xf4\xe3\xf4\xbc\x96\x1d\x62\xd5\x46\xa1\xd5\xa4\x61\xc7\xd3\x69\x91\x4e\xdb\xbe\x75\xac\xaf\x3b\x51\xd1\xad\x3c\x24\x43\x51\x49\xd3\x7e\x55\x67\xf3\xe2\xbb\xaa\xda\x3a\x7d\xd3\x9c\xf1\x92\x30\x5a\x59\x32\x28\x4f\x93\x7e\xf9\x29\x76\xd9\xc8\x0f\x51\xcc\x7f\xfb\x61\xd7\x47\x39\x7f\x3a\x08\x51\x87\x8d\x0e\x43\x68\x38\xca\xf3\x2a\x1c\xfe\xa7\xf7\xf1\xc3\x0b\x47\x1e\x05\x14\x75\x64\xbc\xc4\x61\x88\x08\xff\x3d\xe2\xcb\xb4\xcb\x46\xc7\x21\x62\xa3\xa7\xa1\xdc\x26\x98\x61\xfe\xac\x34\x41\x0f\x1d\xc0\xc1\x4c\x87\x39\x39\x18\xc0\x99\x8b\x81\x07\x06\x33\xec\xce\xb4\x7d\x9d\x8d\x4e\xb9\x2a\x99\x08\xe8\xbc\x10\x2d\xb0\xeb\xb0\x91\xef\x87\x65\xe9\x41\x34\xc1\xc7\xf4\xf0\x89\x73\xec\x3d\x49\xdc\x05\x44\x7a\x0b\x5d\x14\x99\xe0\xee\x04\x42\x34\xc5\x5b\x40\x56\x18\x9e\x41\x88\x26\xb6\x3d\xed\x15\x94\x7d\x88\xe7\xd4\x99\xf6\xae\xd4\x13\xec\x4e\x20\x9a\x6e\x37\xa9\xbc\x7e\xff\xae\xb2\xaa\x6c\x8a\x85\xa8\x58\xdb\x2b\xac\xf6\xf4\x8c\x3f\xb0\xeb\x6c\x7b\xf9\x46\xec\x3e\x3e\xb2\x8a\xe1\xda\x9b\x33\x0c\x46\x1f\x58\x58\x8e\xac\xf1\x98\x85\x2e\x6c\x7c\x0c\xcc\xe6\x1a\x2f\xce\x30\x18\xeb\xd3\xd4\x4f\x20\x14\xfb\x9b\xa2\x86\x27\xce\xaf\xa5\x33\xea\xba\x21\x5c\x6f\xa6\x51\x1e\x0e\x21\x1c\x7e\xf3\x30\xd1\xb8\x76\x09\x7f\x98\x7c\x5c\xbb\x48\x06\x7c\x40\xef\x75\x2f\x5a\x85\xe8\xa0\x45\xef\x95\xd7\x2b\x83\x7d\xf0\x60\x6e\xb4\x9f\xc4\x97\xfb\x9f\x8b\xae\x00\xfd\x73\xd1\x3c\x28\x21\x9d\x28\xd7\x72\x04\xfe\x2a\xe4\xed\xa0\x51\x08\x1d\xb0\x0f\xe0\x0a\x0e\xfe\xe3\xff\x05\x00\x00\xff\xff\x1f\xf4\x53\xd8\xf7\xa3\x00\x00") + +func uiLibJsYamlMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibJsYamlMinJs, + "ui/lib/js-yaml.min.js", + ) +} + +func uiLibJsYamlMinJs() (*asset, error) { + bytes, err := uiLibJsYamlMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/js-yaml.min.js", size: 41975, mode: os.FileMode(420), modTime: time.Unix(1477568197, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibKubeMinCss = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xcc\x7d\xe9\x92\xe3\x38\x72\xf0\xab\xf0\xab\x89\x8e\x99\x9a\x8f\xa2\xc5\x4b\x67\xec\x86\x1d\xfe\xe3\x1f\x5e\xbf\x40\x47\xff\x80\x44\xa8\xc8\x6d\x8a\xe4\x80\x50\x57\xf5\x30\xf4\xee\x0e\x9c\xc4\x91\x60\x69\xca\x3d\x63\x4f\xed\xb6\xa0\xcc\x44\x66\x02\x48\x5c\x89\x04\x54\xd3\x6b\x3b\x9d\xfa\xb7\xd5\xd8\xfc\xde\x74\x2f\x87\xe8\xd4\x93\x0a\x93\xd5\xa9\x7f\x3b\xde\x7f\x8d\x7f\x3d\x9c\xf0\xa5\x27\x38\xfe\xf5\x80\x2e\x14\x13\x8b\xb4\xe9\x6a\x4c\x1a\x7a\xbc\x37\xd7\x17\x0b\x71\xee\x3b\x8a\x3b\x2a\x99\x4c\x57\x44\x5e\x9a\xee\x10\xad\x8f\x03\xaa\x2a\x4e\xb1\x3e\x0a\x39\x2c\xd5\xdf\x68\xdb\x74\x98\x25\x2f\x7d\x47\x19\x17\x7c\x88\xd2\xf5\xfa\xd3\xf1\x1b\x26\xb4\x39\xa3\x76\x85\xda\xe6\xa5\x3b\x44\x27\x34\x62\x46\x7b\x3c\xa1\xf3\xd7\x17\xd2\xdf\xba\xea\x10\x51\x82\xba\x71\x40\x04\x77\xf4\x78\x47\x07\x74\xa6\xcd\x37\x1c\xa3\x43\xdd\x7f\xc3\x64\x32\xb8\xdf\xd1\xad\x6a\xfa\x43\xd7\xd3\x5f\x3e\x33\x15\x49\xdf\x8e\x5f\x9e\xa7\xaa\x19\x87\x16\x7d\x3f\x44\x5d\xdf\xe1\x63\x8d\x9b\x97\x9a\x72\xf2\x53\xdb\x9f\xbf\xfe\x76\xeb\x29\x8e\x7f\x9b\xf8\xe7\x28\x89\x0c\x54\x34\xa8\x2a\xb2\x60\xbc\xb6\xe2\xdf\x14\xee\x37\x59\x7d\xb2\x66\x0e\xd1\xcf\x3f\x1f\x75\x5a\xb0\xa4\xe8\xd4\xe2\x49\x56\xff\xb9\x6f\x5b\x34\x8c\x98\xd5\xa5\x48\xc9\x0a\x5b\x8d\x03\x3a\xcb\x2a\xbc\x9f\xd1\x40\x9b\xbe\x8b\x69\x1d\xd3\x6a\xa2\xf8\x8d\xaa\x8a\x6a\xf1\x85\x7a\xb5\x47\xfb\xe1\x78\xa7\x35\x46\x55\xc4\x72\x88\x44\x35\xf1\x4a\x7f\x95\xc5\x3e\xf5\x6d\xe5\x57\x7b\x4f\x69\x7f\x3d\xde\x51\xd4\x5c\x5f\x62\x5a\x8b\x8f\x8a\x7d\x4c\xa0\x90\xd3\x8d\xd2\xbe\x8b\x9b\x6e\xb8\xd1\x78\xc4\x2d\x3e\xd3\x98\xa9\x87\x08\x46\x86\x39\xdc\x35\x8c\x35\xd5\xa5\xed\x5f\x0f\x11\xba\xd1\x1e\xd4\x9c\x60\x61\x18\x0a\xa7\xa4\x4c\xaf\x4d\x45\x6b\x99\x71\xe6\xf3\xad\x19\x9b\x53\x8b\x8f\x77\xae\xc4\x67\xfa\x7d\xc0\x7f\x7b\x22\x78\xc4\xf4\xe9\x4b\x6c\xc2\xc6\xdb\xe9\xda\xb8\xc0\x4b\xd3\x62\x07\x44\x50\xd5\xf4\x0e\xec\x5c\xe3\xf3\xd7\x53\xff\xf6\xf4\x45\x95\x52\xea\x74\xbe\x91\xb1\x27\x87\x68\xe8\x9b\x8e\x62\xa2\x74\x55\xc6\x29\xbf\x5d\xfa\xf3\x6d\x9c\x2d\x54\xd8\x01\xe7\x7f\x38\xac\xae\xfd\xef\x2b\x4e\xb0\x6a\xba\x0e\x13\x95\xc7\x43\x4c\x73\x4f\x32\xba\xd7\xfd\x71\xd5\x27\xb3\xd7\xa5\xeb\x4f\xc7\xa1\x1f\x1b\x66\x57\x87\x88\xe0\x16\x31\x85\x8f\xa2\xcd\x56\x44\x18\x49\x3e\xbc\x05\x65\x8d\x18\x91\x73\xfd\xf4\x65\x5a\xbd\xe2\xd3\xd7\x86\xae\xd0\x30\x60\x44\x50\x77\xc6\x87\x88\xb5\xf7\xa5\xc1\x6d\x05\xe7\x39\x1c\x54\x26\x01\x59\x55\xf8\xdc\x13\xc4\x6d\xfc\x21\xfa\x33\x13\xd3\xae\x64\x23\x40\x1a\x88\x3a\xae\xc9\xdc\xeb\x79\xb7\x3d\x86\x86\x2f\x35\x1c\xa4\xc3\x9b\x31\x64\xc9\xbe\x48\xfb\x81\x63\xa2\xb1\x6f\x9b\x2a\x22\x2f\x27\xf4\xcb\x3a\x8e\xe4\xff\x92\xf4\x99\x0f\x8d\xf1\xb7\xa6\xc2\x7d\xcc\x07\x9f\x18\x5f\x4f\xb8\x8a\xfb\xd3\x3f\xf1\x99\x4e\x57\xf4\xb6\x92\xd6\xcb\x87\x3b\x83\xda\xa2\x53\x4a\x70\x13\xbf\x83\x28\x9d\xdf\xeb\x90\xd7\xa6\xaa\x5a\x7c\x5c\x5d\x99\xbd\x50\x4c\x86\xbe\xe5\x35\xba\xba\xf6\x15\x3e\x44\xa7\xe6\x7c\x3b\x35\xe7\xe3\x9d\xcf\x04\x86\x29\x6c\xb2\xa4\xfc\x74\xbc\x9f\xfa\xea\xbb\x00\x5f\xd0\xb5\x69\xbf\x1f\xa2\x9f\xff\x03\xb7\xdf\x30\x93\x11\xfd\x17\xbe\xe1\x9f\xe3\x48\x03\xe2\xe8\xdf\x48\x83\xda\x38\x1a\x51\x37\xae\x46\x4c\x9a\x8b\x35\xa6\x27\x25\xbe\x1e\x99\xb1\xaf\x94\xde\x59\xc1\x2a\xd6\x18\xcd\x7f\xba\xf0\xff\x8e\xe7\xbe\x65\x1d\xe8\xa7\x6c\xcd\xfe\x8e\x77\x34\x69\x48\xb9\x39\x9d\xf7\x6c\xa8\x17\x23\x3c\xef\x10\x7c\x12\x90\x56\x8b\xda\x36\x62\x42\x10\x89\xd6\x49\x36\x1e\x97\x70\x8a\x29\xce\x52\x9c\x9f\x8e\xf7\x84\x36\xb4\xc5\x71\x9d\xc6\x75\x16\xd7\x79\x5c\x17\x71\x5d\xc6\xf5\x06\x18\x25\x55\xd6\x35\xff\xef\xc8\x87\x5f\x82\xbb\x0a\x13\x6e\x45\xfd\x40\x9b\x6b\xf3\x3b\xfe\x4f\xfc\xd2\x9c\x9a\xb6\xa1\xdf\x0d\xee\x72\x10\x5c\x89\x91\xf5\x10\xa5\x9b\xe1\xed\x78\x77\x44\x3a\x34\x3b\x46\xe2\xeb\xa7\xc8\xd8\x90\x7f\x88\x56\xe9\x4c\x65\xb6\x66\x91\xec\x88\x5b\xf7\xa5\x10\x9a\x9a\x74\xb9\x47\x95\x67\x42\x35\x93\x2a\x4b\x8a\x10\x5d\x6e\xd1\x79\x54\xbc\xbd\xef\x75\x61\x0d\x3a\x80\x6e\x92\xae\xb4\xe9\x36\x21\xba\x8d\x4d\x57\xc2\x74\xbc\x89\xb8\x35\x5c\x7a\x72\x3d\x44\xb7\x61\xc0\xe4\x8c\x46\x7c\xbc\x0f\xd1\xff\x8f\xea\x34\xbe\xb5\xe2\xb3\x97\x9f\x95\xfc\x34\xe6\x76\xfe\xbd\x26\xe2\x73\x20\x12\xc0\x67\x6f\x91\x64\xbc\x65\xaa\x79\xb9\x29\x02\x54\x55\x04\x8f\xa3\xcc\xc6\x3e\x32\x29\x2d\x93\xd2\x32\x29\x2d\x73\xa4\x65\x52\x5a\xa6\xa4\x65\xb3\xb4\x4c\x4b\xcb\x0c\x69\x99\x29\x2d\x13\xd2\x72\x29\x2d\x97\xd2\x72\x29\x2d\x77\xa4\xe5\x52\x5a\xae\xa4\xe5\xb3\xb4\x5c\x4b\xcb\x0d\x69\xb9\x29\x2d\x17\xd2\x0a\x29\xad\x90\xd2\x0a\x29\xad\x70\xa4\x15\x52\x5a\xa1\xa4\x15\xb3\xb4\x42\x4b\x2b\x0c\x69\x85\x29\xad\x10\xd2\x4a\x29\xad\x94\xd2\x4a\x29\xad\x74\xa4\x95\x52\x5a\xa9\xa4\x95\xb3\xb4\x52\x4b\x2b\x0d\x69\xa5\x29\xad\x14\xd2\x36\x52\xda\x46\x4a\xdb\x48\x69\x1b\x47\xda\x46\x4a\xdb\x28\x69\x9b\x59\xda\x46\x4b\xdb\x18\xd2\x36\xa6\x34\xdd\xff\xf9\x2c\x23\xec\xfc\xd6\xc6\x7d\xcb\xc4\xf3\x44\x24\xd2\x3d\x4f\xdf\xda\x79\x61\xc5\xff\x44\x0e\x4e\x15\xb5\xcd\xd4\x36\x23\x5d\x8d\xf4\x7b\x8b\x57\x6c\x12\x3d\x44\x6d\xff\x8a\xc9\x0a\xb5\x43\x8d\x14\xd9\x22\x25\xe9\xaf\xa8\x3b\xde\x87\x58\x28\x51\xb5\x46\x71\xe3\x9a\xb0\x42\x8a\xf2\xc5\x7c\x86\x1f\x31\x95\x25\x53\x85\x8a\xfb\x1b\x1d\x6e\x14\x1e\xfa\x92\x16\xa3\xca\xea\xc4\xd9\xfa\x93\xd3\x85\xf9\x00\x38\x0b\x95\xd4\x4c\xd1\x43\xd4\x50\xd4\x36\xe7\xe3\xfb\x0c\xe4\xba\x45\x0e\x97\x62\xfa\x11\xb3\xb9\x80\x84\xa7\xf3\xec\xd9\x5a\xf7\x9f\x1b\x6a\x8d\xb0\xbb\xcd\xa7\xa3\x35\x49\x74\x3d\xb9\xa2\xd6\x51\x61\xcd\xca\x20\x2b\xc4\x2a\x80\xa4\xbe\x57\x6d\x54\x51\x60\xb6\xb9\x57\x95\x3d\xd2\x8b\xf6\xe5\x5a\xc8\x99\xc8\x55\xb8\x7c\x3e\x02\x55\x74\x1f\xaf\xa8\x6d\x5d\xcd\x01\x2d\xc7\xb8\xc2\xad\xd8\x55\xcc\xeb\xb0\x03\x9f\x3d\x57\xb4\x26\xfd\xed\xa5\x3e\xde\xd1\xe9\x44\x3e\xf3\xd9\xe6\x4b\x5c\x5d\x3a\x99\x9c\xf4\x2e\x52\xb6\xf1\xf0\x16\x55\x3d\xa5\xb8\xd2\x13\xba\x5a\x21\xd7\xb8\x1d\x8e\xf7\x91\x92\xbe\x7b\x89\x4f\x50\xc1\xf1\x35\x6e\xa0\xb6\xbe\x8f\xb7\x53\x3c\xde\x06\xb3\x28\xdb\xc2\x29\xca\x7a\x61\x35\x2b\xea\x31\xe1\x93\xd4\x9d\x31\xe2\x3d\x6d\xb5\x16\x93\x1b\x63\x3f\xa9\x02\xac\xd6\x92\xec\xd2\xbc\xc8\x5d\x97\xee\x6e\x09\x9b\x33\xed\xcd\xab\xb6\x05\x47\xe3\xa6\x1b\xe3\x9b\x5f\xa5\x37\xb6\x68\xe0\xfb\xda\xfb\x15\x91\xaf\xd3\xbc\x1e\x5a\xa9\x45\xc6\xe5\x52\x6d\x52\xec\xae\x8a\x3c\x4e\x72\x2b\xd9\x5c\xb1\x5b\x2b\x77\xd6\x3f\xcf\x7d\x85\xe3\xaf\xa7\x2a\x1e\xd1\x75\x88\xbf\x21\xa2\xfa\xa4\x41\xbc\x5f\xdb\xba\x4b\xc3\xb4\x96\x80\xff\xc0\x5d\xdb\xc7\xd1\x3f\xfa\x0e\x9d\xfb\x38\xfa\xf7\xbe\x1b\xfb\x16\x8d\x2c\x75\x23\x0d\x26\x71\x74\xed\xbb\x9e\x6d\x55\x31\x17\xec\xf2\xf7\xa7\xe6\x80\x09\xef\x9f\x8f\xce\xd6\xd0\x5c\x2b\xba\xd4\xeb\xfc\x79\xde\x97\x70\xb6\xaf\x3d\xa9\x56\xaf\x04\x0d\x73\x07\xa3\x55\xc4\x34\x7a\xad\x1b\x8a\xf9\x6e\x1a\x1f\x18\x80\x53\x1d\x2d\x28\x5f\x58\x06\x50\x01\x70\x6f\x20\x66\xd1\x27\x82\xd1\xd7\x15\x03\x88\x06\x16\xed\xc0\xdb\xe0\xeb\xa9\x9a\xb4\xca\xdc\xc6\x22\x61\x7e\x7a\x7f\xd2\x74\xbc\xb6\xc4\x36\xc5\xaa\xb8\x54\x8d\x5c\x6c\x7f\x77\x1b\x0f\x11\x5f\x81\x31\xde\xd3\x62\x2d\x6d\x9f\x79\xa3\x44\x9c\xd2\x75\xb9\xa8\x4d\x0e\xb7\x24\xd3\x5f\x63\x70\xe4\x38\x60\x19\xf6\x0d\x91\x85\xb1\xe8\xce\x0a\x6c\x69\xf6\x53\xb1\x41\xfb\xcb\xd9\x6a\xfc\xac\x2c\xe3\x68\xfe\x67\x9d\xec\x59\x56\x56\x4d\x56\x4e\x35\x8a\x2c\xe5\xdc\x95\xcf\x76\xf3\x74\x3d\x6f\x99\x3b\xe9\x5f\xe7\xfd\x9f\xda\x25\xb2\xdd\xde\x0c\x64\x4d\xef\x40\xc6\xd5\xa5\xc5\x6f\x36\x50\xe6\x65\x88\x19\xca\xbf\x99\x28\x6d\x81\x5c\xbc\xe2\x64\x43\x01\x3a\x93\xc3\x09\x8d\xcd\x28\x9b\x48\x33\x30\x81\x1e\xc0\x99\x66\x45\x0b\xfd\xeb\x15\x57\x0d\x8a\x7e\x31\x76\x9e\xdb\xcd\x6e\x78\x7b\x8e\x26\xd2\xbf\x46\x93\x55\xa2\x55\xd5\x10\x7c\x16\x03\xcb\xb9\x6f\x6f\xd7\x6e\x16\xed\xa3\x02\xe0\x3b\xab\x6d\xf9\x05\xf6\x04\xda\xbe\x05\xa1\xe7\x9c\xe7\xd0\xa2\x91\xae\xce\x75\xd3\xea\xf9\x8f\x68\x0f\x1d\xe9\x5f\x3f\xe3\xae\xfa\xe2\xae\x29\x24\x6a\x1c\xda\x86\x7e\xb1\x85\x3b\xb9\xcf\x98\xed\x89\x71\x35\xfb\x2b\xfe\x79\x1b\x69\x73\xf9\xbe\xd2\xee\x39\x41\x32\x17\x7d\x40\xe7\xaf\x1a\x1a\xa2\xe6\xcc\x11\xb7\xd6\x05\xd6\xdc\x2e\x57\x82\xcc\x15\x50\x35\x23\x25\xcd\xe9\x46\xb1\x2f\xc4\xca\xc7\x45\x9d\x30\x7d\xc5\xb8\x7b\x57\x96\xa4\x73\x85\x49\xea\x90\x24\x95\xeb\x2e\xaa\xf2\xf3\xb9\x6f\xc7\xbf\x3d\xa5\x4f\x5f\x94\xf3\x6d\x97\xe4\xf2\xbf\x4f\x0e\x51\x36\x13\xa5\x9b\x64\x23\xfe\xdb\xba\x54\xf9\x4c\x95\x95\x2e\xb2\x98\x91\x79\x1e\x14\x54\xce\x54\x45\x1a\x14\xb4\x99\xa9\xca\xb5\x8b\xdc\x1a\xc8\x70\x89\x76\x33\xd5\x26\x5c\xa2\xfd\x4c\xb5\xf5\x4a\x94\xae\x8d\xaa\x0b\x17\x29\x35\x6a\x78\x1f\x2e\x53\x6a\xd6\xf1\xda\x28\x55\x7f\xb9\x8c\x98\x8a\x86\xb2\xd6\x3c\x67\xd4\x9e\x7f\xd9\x27\xa5\x92\xfb\xec\x65\xc9\xc0\x2c\xe9\x36\xd9\x29\x25\xfc\x3c\x39\x98\x27\xdb\x24\x19\x40\x5c\x80\xc4\x79\xb1\xa4\x54\x09\xe6\x29\xb2\x25\xa5\x36\x60\x9e\x32\x05\x95\xda\xc2\xc4\x8b\x35\xb5\x03\xf3\x6c\x16\x6b\x6a\x0f\xe6\xd9\xc2\x35\xc5\x8d\xc5\xa7\xde\x2d\x56\x55\x1a\x68\x73\xbb\xae\x12\x6e\x35\xab\x14\xec\xc6\x12\x99\xc1\xdd\x57\x62\x73\xab\xdb\x4a\x60\x01\x77\x57\x89\x2d\xe1\x6e\x2a\xb1\x1b\xab\x7b\x4a\xe0\x16\xee\x96\x12\xbb\x83\xbb\xa3\xc4\xee\xad\x6e\xa8\x4a\xbc\x86\xbb\x9f\x42\xa7\x70\xb7\x53\xe8\xcc\xee\x6e\xef\xce\xaa\xfe\xf4\x14\x45\x0c\x23\x9b\xcb\x69\x29\x8d\x36\x7a\xf9\x17\x6f\xfa\x32\x35\x00\xe7\x7a\xc1\x63\x71\x26\xb5\x14\x52\x85\x8b\x75\x32\x9b\x93\xf9\x9c\x2c\xe6\x64\x39\x27\x37\x73\x72\x3b\x27\x77\x73\x72\x3f\x27\xd3\xb5\x91\x36\xe4\xb9\xf5\x2a\xb6\xdb\xe3\xff\xc6\x5a\x0d\x5a\xa9\xb9\xeb\x34\xfe\xdd\xf6\xbe\x66\x49\x9a\x6d\x37\xe5\xbe\x64\xd6\x22\xb4\x8f\xfe\x1e\x55\xcd\x37\x67\xef\x6e\x90\x81\x6d\x27\xb2\xce\x53\xa8\x64\xa2\x3a\xce\x36\xd9\x6d\xb3\xbc\x58\x17\xf9\x27\x87\x36\x77\x69\xf3\x34\x49\x03\xb4\x85\x4b\x9b\x65\x41\xbe\xa5\x4b\x9b\x86\x75\xd8\x78\xb4\x45\x52\xcc\xb4\x0b\xbd\x45\xd6\xd8\x14\x39\xa7\x33\x7e\xf7\x80\x2b\x28\x76\x10\x79\x08\x51\x84\x10\x65\x08\xe1\x17\xca\xe8\x78\x5a\x31\x79\x8a\xeb\x1e\xec\x98\x69\x7c\x1d\xe8\xf7\xd5\x19\xb7\xed\x78\x88\xc6\xba\x7f\x95\x47\xbf\x91\xf2\x2b\x84\xbd\xd4\xc6\xa2\xd9\x38\x7c\xb0\x9c\x5e\xe9\xf0\x76\x04\x7c\x28\x42\x02\xad\xa5\x07\x92\x5a\xae\xb6\x7d\xa1\xb6\x7d\x96\xc3\x06\xf6\x82\xad\x0b\x63\x8f\xcd\x7d\x77\xca\xa3\xa6\xf3\x96\xcc\x82\x95\xc4\xc3\xa5\x21\x6a\xd8\xd1\xd2\x4d\xe0\x64\x7b\xe4\xd6\x46\xd6\x79\xc0\x9a\x73\x1a\x83\x98\xca\x38\xaf\xe8\x25\xd5\xa5\xef\xa9\x51\x58\xf1\xb5\x5a\xda\x9a\x72\xca\x84\xff\xbb\x12\x55\x81\x2b\xcb\xff\x2a\xce\x55\x20\xb2\x88\x4a\xed\x3c\x78\xad\x8f\x66\x17\xaa\x33\x0f\x48\xd7\xe6\x60\x57\x8f\xf0\x96\x06\xf4\xf0\xeb\x5a\xd2\xb0\x9d\xc4\x30\x2c\xd3\x18\x7a\x3f\xc0\xa7\x5e\x68\xc2\x65\x1d\xdd\x46\x05\x54\x0c\x90\x98\x1a\xbe\xcb\xa5\x5e\xb0\x14\x5f\xc1\xb1\xb9\x0e\xdc\xbe\x62\x08\x5a\x43\x50\xd5\x3e\x90\xc3\xc4\xb1\xe5\xc7\x84\x4c\x5e\x47\xf2\xd4\xbc\xb4\x88\xba\xf9\x05\xac\xf6\x61\x4b\x0a\xfa\xba\x51\xd2\x7f\xf5\x8d\x59\x83\x6b\xc8\xa5\xfb\xa0\x49\xcf\x8d\x72\xea\xab\xef\x11\x25\x87\x8e\xd6\xa2\x65\x7e\xe9\xab\xea\x99\xf5\x4d\xfb\x08\x78\xc7\xfe\x16\x67\x0a\x93\x3f\xc1\xe3\xd0\x77\x63\xf3\x0d\x47\x53\x34\x1f\xd2\xdf\xa3\x28\x40\xc5\x43\x5f\x9c\xb8\x9f\x05\x6a\x20\x58\xc0\xaa\x8a\x6c\x31\x02\x20\xcc\xb7\x8a\x17\x70\xa6\x85\x2f\x91\x99\xdd\xd0\x51\xd3\x0c\x08\xe2\x96\x6f\x0c\xdc\x6b\xb1\x42\x84\xf9\xda\xd6\x36\x99\x36\xf3\x4e\x96\x40\x47\x7f\xac\x9c\xae\x89\x2d\x36\x61\x25\x43\xab\xe6\x90\x2a\x44\x29\xf9\xa5\x42\x14\xad\x5a\x74\xc2\xed\xf3\xf1\xd2\xf6\x88\xca\x58\xa8\xf0\xa4\xba\x74\x84\xc3\x27\x4f\xdb\xd1\x79\xbc\xdf\x19\x07\x77\x05\x2d\x96\x6d\x22\x08\xe8\xf3\xf5\xd6\xd2\x66\x68\xf1\xdf\x9e\x54\xea\xe9\xcb\x1c\xff\x64\x47\x7c\x18\x61\x2d\xf8\x8a\x9a\xd6\x09\xd3\xe9\x6e\xd7\x13\x26\x6e\xc8\x92\x8c\x7f\xb1\x80\x8c\xbf\x07\x72\xd9\xdd\x88\x0b\x19\xd0\x38\xbe\xf6\xa4\x32\x34\x94\xb1\x4c\x3f\x2e\xea\x83\x3b\xb4\x67\x2b\x4a\xf6\x04\x5f\xa3\xd4\x3b\xa3\x4f\x75\xb4\x4d\xc1\xcc\xd3\x8e\x8b\x82\x62\x44\xfc\xe9\xf5\xa7\xea\xc2\xfe\x20\xc7\xb8\xb7\xe5\x09\x2c\x07\x76\x6c\x3d\x00\x34\xcb\xe7\xaa\x19\x99\x15\x56\x70\x03\x05\xd0\xaa\xa9\x02\x68\xd1\x68\x41\x64\x58\x2c\x6f\xc8\x00\x6e\x6e\x52\x83\x40\x35\xae\x01\x92\xd6\xaa\x01\x93\x0a\xb1\xe3\x15\xde\x0f\xe8\xdc\xd0\xef\xac\xbd\xca\x52\x1f\xd7\x55\xf8\x82\x6e\x2d\xfd\x3f\x65\xb8\x0b\x81\x5e\x4e\x87\x34\x7a\xa1\x15\x53\x65\x9b\x61\x52\x1a\x91\x89\xa6\x21\x8b\x85\xad\xc4\x88\xe8\x3d\x59\x89\xf2\x8b\x88\xdd\x83\xc2\xfa\x1e\x34\xdf\x8c\xff\x77\xbc\xab\x23\xf4\x79\xec\xcd\x19\x55\x0e\x18\xb2\x71\x84\xfd\x4e\x30\x1a\x74\x5a\xa4\x04\x45\xbf\x2e\xb9\x07\xa2\xff\xd7\x5c\x87\x9e\x50\xd4\xd1\xe3\xbd\xc5\x2f\xb8\x73\xc2\x46\xcb\xb5\x77\xfe\xf9\xc8\x36\x26\x4a\xf1\xd5\xd9\x41\x33\x88\x88\x78\x60\x5b\x0b\xff\xec\xd6\x39\xdd\xbd\x27\x8c\xfb\x18\x8d\xe2\xd8\xc1\x9d\x02\x1d\x74\x2c\xbf\x0e\xf0\xf0\x2d\xb1\x7a\x1c\xd4\x99\x79\x68\xa7\xfc\x06\x19\x3e\x80\xd2\xf6\x0f\xe0\x74\x37\x00\x70\xb2\x37\x80\x98\x80\x28\xd1\x37\x00\x84\xd1\x45\xcc\x49\x27\x50\x47\x7c\xd6\x74\xf7\x85\x4b\xb4\x89\x8a\x21\xf5\xb6\xac\xdc\xe4\xa1\x60\x08\x37\x2e\x56\x8e\xc1\x2a\x92\xdc\x10\xae\x83\xcb\xa5\xc4\x84\x8b\x64\x9b\x31\xbd\x4e\x36\x02\x63\x14\x91\xd2\x68\xd5\x36\x23\x0d\x19\x83\x4d\xe5\x97\x5b\x89\x76\x94\x83\x4f\x64\xbd\x69\xc5\xf6\xd3\xf1\x35\xfc\xc3\xd5\x03\x6b\xb8\x52\x21\x9d\x33\x1c\x8e\x0d\x7c\x30\xf3\xb2\x23\xd0\xb4\x23\xed\x12\x74\x7a\x86\x0b\x17\x3d\x64\xd9\x9b\xec\xb3\xcd\x02\x6c\x33\x90\x6d\xc8\x0f\xed\xf3\xcd\x03\x7c\x73\x90\xaf\xe3\xc1\xf6\xd9\x15\x01\x76\x05\xc8\x2e\xe4\xfb\xf6\xf9\x96\x01\xbe\x25\xc8\x37\xe4\x35\xf7\xf9\x6e\x02\x7c\x37\x20\x5f\xc7\xdf\xee\xb3\xdb\x06\xd8\x6d\x41\x76\x21\x4f\xbd\xcf\x77\x17\xe0\xbb\x03\xf9\x86\x7c\xfc\x3e\xdf\x7d\x80\xef\x1e\xe4\xeb\x9c\x0e\x00\xb6\xbf\x0e\x19\xff\x1a\xb6\xfe\xd0\xc9\x02\xc0\x3a\xd8\xaf\x02\x1d\x2b\x74\x2a\x01\xb0\x0e\xf5\xad\x14\xee\x5c\xae\xe7\x5d\xd0\xf0\x7f\x57\x62\xb8\xf3\x66\xc5\x25\xa4\x85\xb3\xa7\xcf\x30\xca\xc2\x2c\xcc\xb2\x0f\xd2\x05\xc9\xdc\x99\xf9\x51\xc2\x20\x9d\x3b\x9d\x3f\x4a\x18\xa4\xb3\xd7\x00\x8f\x91\x2d\x50\x3d\x52\x77\x26\x55\x90\xc8\x5a\x68\x3c\x44\x15\x24\x32\xb6\x9d\xef\xf1\xf3\x48\x2d\xca\x84\xf6\x7d\xcb\x76\x9d\x41\x23\xb3\x28\xac\xdb\x42\xf0\x8c\xbe\xe4\x76\xf2\x16\x23\xd1\x14\x59\xcb\x11\x71\x92\x06\x4d\xa1\x1a\xec\x4d\xa2\x1a\x63\x77\xc9\x18\x64\x94\x05\x19\x65\x01\x46\x19\xcc\x28\x0f\x32\xca\x03\x8c\x72\x98\x51\x11\x64\x54\x04\x18\x15\x30\xa3\x32\xc8\xa8\x0c\x30\x2a\x61\x46\x9b\x20\xa3\x4d\x80\xd1\x06\x66\xb4\x0d\x32\xda\x06\x18\x6d\x61\x46\xbb\x20\xa3\x5d\x80\xd1\x0e\x66\xb4\x0f\x32\xda\x07\x18\xed\x61\x46\xe2\x0c\x36\x34\xb3\x05\x4c\x72\x1d\xe0\xb5\x60\xdd\x41\xf3\x0e\xd8\x77\x1a\x36\xf0\x34\x64\xe1\xde\xb9\x71\x52\xe1\xf1\x0c\xef\x4a\xcc\x43\x9d\x85\xc0\x53\x1d\x3b\x2d\x63\xc9\x87\x37\x20\x44\x1a\x5c\xc2\xdf\x5a\x21\x1d\x5a\xa1\x8f\x03\xea\x2c\xac\xd8\xf4\x16\x20\xf7\x7b\x82\x09\xe9\x49\x9c\x8c\xb7\xf3\x19\x8f\xe3\xe3\xbb\x2c\x57\xf3\xc0\x38\xc7\xb5\x11\x32\x78\x52\xc9\xb1\xc3\xa3\x45\x30\xb4\x68\x22\xfe\xef\x4a\x64\xd1\x8d\x63\x02\x65\xb3\x98\x20\xf3\x8b\x7f\xa4\xe6\x85\x95\xfa\xb1\xcf\x22\xb8\x73\xbd\x8f\xa3\x74\x1b\x47\xdb\xdc\xf2\x66\xd8\xce\xbf\x34\x4d\x8b\xbd\xad\xac\x2c\x94\xab\xae\x02\x5b\x0a\x2b\xa0\xfd\xf5\xe3\x4a\xb3\xfe\x92\xe6\x65\x1c\xed\x8a\xb0\xd2\x6b\xb4\xdb\x96\x85\xad\xf4\xa9\x79\x01\x2e\x48\xcd\xde\x7b\x7e\xc1\x29\x4a\x45\x4c\xba\x7d\x9d\x4b\x16\x48\x7c\x04\x18\x59\x39\x34\xd7\xcd\xf0\x26\xcf\x05\xac\xfa\x73\x6f\x0b\x48\xa9\x86\x3b\x77\xab\xdd\xb9\xf6\x5d\x30\x5b\x95\x10\x23\x2b\x0f\xa0\x8c\xd4\x03\x0d\x03\xee\x2a\xd5\x34\x03\xc1\xec\xeb\x9f\x1e\x19\x02\xbb\x89\x4c\x8d\xc4\xe0\xe5\xe8\x25\x80\x13\x63\x71\x88\x52\xcf\x47\x60\xb9\xd3\x6c\x6e\xac\x23\xba\xcc\x18\x6c\xb2\x62\x54\xc6\x9a\x34\xdd\x57\xb6\xda\x70\x5c\x1c\xd0\x68\x00\xdc\x26\xc0\x17\xf6\x77\x84\xc2\x71\x45\x43\x06\x46\xc5\xcd\xb3\xeb\xe5\xb3\x86\x2d\xee\xb6\x07\x23\xae\xfd\x42\x4e\x80\x6f\xef\xf7\x55\xd3\x55\xa2\xca\xac\x3b\x39\xa2\x8f\xd9\xde\xcb\x35\x3f\x76\x63\xff\x5f\x83\x2d\x32\xf9\xde\x4e\x71\x2d\xca\x68\x41\xab\x82\x15\xbd\xaa\x3b\x5f\xe4\x12\x0b\x50\xa6\xad\xe3\x89\x76\x52\xc3\x3f\xdd\x6c\x4d\x61\x91\xbc\x8c\x6f\x82\x58\x5a\x5b\x27\x27\x56\x17\xd7\xe1\xa9\x02\xba\x8f\xff\x63\x4f\x87\x20\xc3\x85\x2c\xc9\x30\x54\x3e\x60\x58\xa6\xe7\x1b\xa3\x79\x04\x2a\x23\xb3\xe1\x3b\x33\xc1\x23\x04\xdb\x8d\x3f\xf7\x18\xeb\x54\x1d\xf0\xac\xf3\x0b\xe5\x35\xaa\xfa\x57\x49\x13\x70\x7d\xaa\xeb\xc3\xd6\x01\x01\x2e\xd9\x9f\x68\x19\x71\xcb\x59\x5d\xff\x17\x57\x9e\xa1\x2e\x5d\xb1\xbf\x85\x8e\x1b\xb8\x2b\xc4\x45\xfc\x8f\x5f\x1b\x60\x5c\x8c\x93\x25\x91\xdb\x38\x59\x72\x8f\x8f\xbc\xda\x31\x4e\x9b\x0a\x97\x9d\x55\x03\x2e\x78\x82\x2a\x0e\xba\x9a\x0d\x17\xfd\xb3\x6c\x5f\xad\xb3\xfa\x3e\x99\x96\x06\x4f\xfa\xef\x9e\xb9\x64\xe5\xf3\x42\x83\xd8\xf2\xed\x42\xda\x50\xe3\x55\x10\xb3\x58\x1f\x28\xa5\xdf\x46\x3e\xe6\x43\x8d\xe5\xb3\x81\x0b\xe4\x37\xdf\x43\xb5\xe8\x55\x7e\xa0\x5a\xb7\x8b\x76\xfe\x59\xdc\xc7\x50\x3a\xc9\xdb\x19\x4e\xe7\x2d\xc5\xaa\x83\x91\xf3\x25\x8b\x26\x17\xdf\x16\x97\x42\x62\xe1\x6e\xad\x68\x80\x3b\xf2\x06\x6f\xcf\xfc\x1c\xb0\x69\x85\xe9\x5e\x67\x3e\x35\x2f\x3a\x07\x4b\x2f\x2d\x16\xd7\x51\xb1\x33\x94\xe2\x6b\x3e\xe0\x19\x00\xcd\xd7\x53\xc9\x02\x9a\x0a\x15\x5b\x9d\x91\x1f\xee\xe9\x1c\xe2\xdb\x42\x20\xa3\xa5\x6e\xea\xa8\x2b\xaa\x0d\x53\x6a\xbe\x76\x93\xa4\x6c\x17\x62\xc8\xf2\xd4\x74\xc0\x5e\xff\xb5\x32\xdb\x2d\x6b\x01\xad\xba\x84\x9a\x17\x60\x14\x52\xe6\xb1\xd6\x94\xc4\x66\xa3\x1a\xa0\x69\x29\x94\x42\xb4\xad\xc7\x26\xa4\xcf\x23\x4d\x29\x9c\x6e\xa7\x16\x9d\xbf\x3e\xe9\xfc\x16\x70\x5a\xbe\xaf\x67\xf7\x56\x35\x3a\x01\xcc\xed\x11\x02\x40\x2d\x0b\xda\x3e\x43\x4b\x5b\xe1\x70\x87\xc4\x85\x86\xa6\x45\xa2\x1f\x55\x56\xaf\x45\x60\xec\x14\x1a\xe8\xf4\x32\x01\x9c\x09\x96\x04\x2e\x15\xd6\x9d\x66\x80\xb2\x2c\x4e\x3d\xc1\x5a\x59\x52\xe8\xb1\x76\x08\x4f\x18\xf0\x3c\xfc\xce\xe4\x68\x2a\x34\x90\xe6\x8a\xc8\x77\xd7\xba\x35\xf8\x8f\xb5\x79\x76\xd9\x6e\xab\x14\x16\x00\x15\xd0\x41\x7e\xc4\xc6\xcb\xfd\x3e\xab\x10\x2c\x72\xb9\x76\x83\x64\x3f\xae\xcc\x01\x4b\xf7\xf1\x61\x5b\x97\xec\x9d\x86\x7d\x48\xe8\x72\xa1\x97\xec\x7d\x51\xe8\x1f\xb1\x77\x5f\xdc\xa3\x6d\xf2\x61\x9b\xb7\xb5\x84\x6a\x8a\xef\xa5\x5c\x8b\x97\xc0\xc9\x0d\x4e\x82\x72\x42\x9a\x5b\xa8\xc9\x58\x15\xee\x4a\x88\x45\xc0\x32\x5c\x6c\xd8\x2e\xe6\xa0\xa9\xd5\x1f\x69\x10\x57\xc0\x42\x51\x5c\x0b\xd1\x65\x4a\xad\x1b\x17\x4e\xf5\xab\x78\x2e\xb0\x1a\x57\x0c\x34\x3c\xb8\xb1\x56\x2f\xed\xcd\x19\xdd\x87\x03\x9f\x9e\x5c\x9f\xcf\xb9\xc5\x88\xf0\xac\xb5\x99\x91\x6f\xf2\x63\xe3\xbb\xdc\xe1\x9b\x51\xb1\xd0\xd3\x51\x36\x03\xeb\x2a\x80\xc7\xcc\x8a\x3e\x5e\xf4\x96\x38\x5c\x8d\xd8\x60\x9f\xa9\x1f\x11\x0c\x3b\x54\xf8\x21\x5c\x9c\x9c\x50\xf5\x62\xbf\x63\xe0\x5d\x82\x91\x0e\x05\xa7\x0d\xdc\xe8\x53\xb3\x85\x43\x8e\x03\x70\x39\x0b\x6f\x39\x00\xa7\x80\xe1\x34\xe5\x4f\x3d\x08\xdf\x29\x14\xe6\x26\x4b\x17\x21\x59\xbe\x68\x7e\xff\x6c\x69\xaf\x27\x33\x49\x0b\x57\x59\x7f\xe0\x43\x69\xe0\x3e\x96\x4b\x3d\xf0\x8b\x4d\x52\xa6\xf8\xe2\x86\xd8\x0b\xc2\xcf\xa7\xbe\xad\xbe\x48\x42\xf1\x05\x7a\xf6\x45\x12\xeb\x31\x43\xd2\xbf\x3b\x4a\x00\x5b\xc2\xf7\xf7\x98\xe5\xb3\xd9\x36\xa9\x68\x1b\xfe\xda\x98\xab\x87\xad\xbd\x0d\x55\xe6\xaa\x02\x8a\xac\x16\x17\x3c\x4b\x83\xa7\x3c\x45\x96\xdb\x6c\xc9\xd2\x05\x0a\x4a\x8e\x72\x29\x2d\xa0\xe3\x07\x29\xd8\x9f\xbf\x08\x02\xe4\xba\x35\x1c\xc4\x02\x9a\x78\x79\x61\x6c\x78\x44\x97\x7a\x3a\xe3\xa9\x84\x82\xea\xea\x1e\xe1\x83\x01\x05\x67\x6a\x07\x3c\x3d\xe8\x3c\x01\x35\xb0\xba\x57\x08\x09\x6a\x63\xe7\x04\x91\x7f\x72\x37\x95\xea\xca\x45\x87\x5d\x06\x0d\x34\x75\x77\x28\x2d\x20\xb8\x82\x72\x66\x45\x50\x6e\xc0\xe8\x7c\x2c\xa0\x49\xc0\xe8\x5c\xec\x87\x97\x97\x80\xba\xae\xd1\x19\x60\x40\x41\xd7\xe8\x34\x78\x72\xaa\xe6\x11\xa3\xd3\x99\x21\xa3\xf3\x90\xa0\x36\x90\xd1\x39\xc8\x1f\x67\x74\xde\x62\xcc\x33\x3d\x79\x2c\x6c\x96\x43\x82\x4c\xed\x2d\x2a\x03\x64\x9b\x9c\x3c\xf1\x5d\x34\x39\x9e\x2d\x60\x70\x2e\xce\xd3\x20\x60\x6c\x36\x2e\x6c\x6a\x52\x3f\xc7\xd4\xd4\x39\xb5\xaf\xa6\x6b\x68\x1a\xe8\x29\xe6\x1a\x99\x04\x7e\xc4\xc4\x64\x56\xc8\xc0\x1c\x14\xa0\x05\x64\x5c\x16\xea\xaf\x34\x2d\x7d\x80\x6f\x96\x41\x03\x4d\xed\x1d\x4a\x0b\xe8\xf8\x41\xc4\xf9\xfc\xa2\x89\xc9\x8c\x01\x23\xf3\xb1\x80\x26\x01\x43\x73\xb1\x0b\x0e\x22\xa1\xa7\xeb\x0d\x91\xd1\x05\x90\xba\xae\xb1\x19\x60\x40\x41\xd7\xe0\x34\xf8\x23\x26\xa7\x33\x43\x46\xe7\x21\x41\x6d\x20\xc3\x73\x90\x7f\xa5\xe9\xbd\x22\xd2\x35\xdd\x8b\x5d\x12\x0d\x34\x4b\xe0\x50\x5a\x40\x67\x2b\x5e\x54\x79\xea\xb9\x00\x41\xb9\x01\xd3\xf3\xb1\x80\x26\x01\xd3\x73\xb1\x0b\xfb\x72\xa1\xa7\xbb\x2b\x16\x50\x50\x5d\xd7\xf4\x0c\x30\xa0\xa0\x6b\x7a\x1a\xfc\x91\x55\x9c\xce\x0c\x99\x9e\x87\x04\xb5\x81\x4c\xcf\x41\xfe\x35\xab\x38\xee\x2c\xb5\x4b\x20\x41\xa6\xde\x16\x95\x01\x02\xfd\xbd\x8b\xe3\x1c\xcf\x16\x30\x35\x17\xe7\x69\x10\x30\x33\x1b\xf7\x61\x07\xb8\xa7\xa6\x6b\x62\x1a\xe8\x29\xe6\x9a\x97\x04\x7e\x64\x5c\x93\x59\x21\xd3\x72\x50\x80\x16\x90\x59\x59\xa8\xbf\x74\x3c\xab\x1b\x8a\x9d\xce\x21\x40\x56\x97\x30\xa9\x0c\x90\xe7\x52\x34\x9f\x74\x87\xc7\x31\x96\x2d\x34\x8a\x39\x38\x4f\x83\xd0\x08\x66\xe1\x16\xfd\x8a\xbe\x6b\x11\xee\x01\x9c\xa5\x37\x7a\x29\xa0\xa7\x98\x37\x72\x09\xe0\x87\xc6\x2d\x91\x15\x1c\xb5\x6c\x14\xa0\x05\x38\x62\x99\xa8\x3f\x6f\xbc\x12\xee\x39\xc7\x19\x96\xaf\x87\xb7\xe3\xb5\xe9\xf4\x2b\x39\xdb\xf9\xd9\xfa\x48\x39\xf6\x5a\x44\x5e\xf4\xb7\x3a\xd5\xa9\x4c\xa7\x72\x9d\x2a\x74\xaa\xd4\xa9\x8d\xe6\x24\xf9\x72\x55\x34\x5f\xf1\x8d\xf1\x95\xa9\x4c\xa7\x72\x9d\x2a\x74\xaa\xd4\xa9\x8d\x4c\x85\x7e\x6a\xe1\xfe\x8e\x5e\x4b\xdc\x27\xe3\xb5\x99\xb9\x00\xb3\x48\x81\x16\x3e\xd5\x2b\x1e\x47\xe4\xd7\xad\x15\xf1\x2b\x1e\xfd\xd0\xfe\xc5\x4b\xf3\x86\xab\x39\xce\x2e\xe3\xc6\xc7\x7f\xc5\x62\x33\xbc\x1d\xcd\x3b\x8b\xc6\xe5\x87\x7c\xe3\x05\x57\xa5\x49\x51\x1e\x9d\xab\xa2\xd6\xcb\xbb\x51\xbe\x59\x7c\xd5\x57\x6b\xaf\x3e\x57\x8c\xff\x24\xef\x50\xe8\x17\x7d\xd4\x3b\x2a\x66\x78\xb7\xf3\x98\x4b\xb6\x5e\xdb\xea\x82\xd1\x82\x01\x81\xd1\xa5\xef\x29\x26\x46\x30\x22\x3a\x8d\x7d\x7b\xa3\xf8\x68\xab\x22\x5e\x7f\x56\x79\xa3\x5b\x1b\xeb\x74\xdf\x5a\x11\xc2\x3b\xe8\xad\x81\x39\xa7\x14\xe8\xe6\x98\x09\x10\xe8\x0c\x75\x95\xd7\x5e\x19\x17\x21\xf7\xcd\x2e\x58\x6d\x6d\xde\x3f\x37\x09\x48\x62\x23\x19\x28\x0b\x42\x78\x7b\x83\x8f\xc8\x53\x63\x56\x40\x6a\x08\xed\xee\x01\xde\x3b\x5f\x0d\x6a\x00\x3a\xb7\x7c\xea\xb0\x57\xc2\xa7\x5d\x5a\xe5\xfb\xd4\x4b\xdb\xd1\x7b\x82\x5a\x4c\x28\x14\x45\x3b\x87\x89\xf3\xc3\x92\xc2\x78\xa2\x8b\x84\x02\x93\x38\x95\xd3\x9f\x9d\x39\xea\x91\x48\xe3\x77\x5f\xdd\x90\x01\xd4\x5c\x77\xf1\xaf\xae\x6d\xd7\x3b\x07\x87\xd4\x17\xdb\x38\x4a\xd3\x7d\x1c\xf1\x0b\x01\xeb\x24\x2d\x9f\x61\x7e\xcc\x2c\x21\x70\x5d\xba\x92\xec\xec\xa2\x39\x5d\xff\xcd\x63\x97\x12\x3c\x5d\x74\x07\xf1\x81\x86\x1e\xda\x5c\x4c\x2a\x65\x2a\x8a\xe8\x74\x46\xe9\x3a\xac\x49\x51\xc4\x51\x96\xa6\x71\x94\x8b\x98\xb9\xdc\x55\xc5\xd8\x4a\x41\x60\x43\x1d\x29\xc9\xce\xee\x8c\x1f\xda\xdb\xf0\xd8\xc5\x07\x4f\x1b\xc3\xa7\x00\x81\x0d\x6d\x6c\x7b\x0f\x8c\x8e\x12\x67\xf7\xf8\x9f\xc4\x22\x53\xe0\xf8\x05\x97\x73\xdb\x8f\xf8\xfd\xb1\xde\x08\x6d\x95\x17\x2d\xd8\xe0\xaf\x8f\x82\x93\x8d\x17\xcb\xeb\x4b\xf1\xcf\x8f\xef\xc9\x89\x60\x54\x9d\xc9\xed\x7a\x32\x1e\xc2\x9e\x7f\x6d\xc3\xbe\xa0\x64\xf5\x18\x27\xe8\x7e\xe1\x21\x3b\x43\xc8\x1f\x3e\x39\xd6\x39\xa3\xb6\xb1\x8e\x89\x2d\x1c\x82\xc6\x1c\xfb\xd1\x83\x9d\x3f\xe4\xa4\xf9\xbc\x1c\x58\x3c\xc1\x34\x25\xfd\xb9\x4b\xd3\xa5\x9f\x61\xb0\xd5\x90\x2f\x4d\x85\x0c\x67\x55\xce\x6b\xa7\xf5\xfc\xb3\x7e\x4f\xd1\xdf\xa3\xa7\x90\xfc\xc2\xbf\x5f\x66\x0a\x35\x92\xab\x01\xd1\x7a\x56\xc2\x60\xff\x2f\xd1\x93\x54\xa0\x70\xb2\xcb\x6b\x24\x66\x21\x12\xf1\xd3\x73\xb2\x4a\xe1\xda\x57\x66\xcd\xb0\x0b\x8a\xdf\x93\x01\xbd\x34\x1d\xcf\x39\x05\xec\xd7\x78\x09\x43\x3e\x79\x1a\x98\x0c\x9c\x49\xc7\xe4\xfd\x47\x0d\x78\xce\xe9\x1b\xb0\x81\x43\xb1\xf9\x4d\xdc\x45\x51\xfd\x9d\xad\x5c\x77\xe0\xe4\xe8\xbc\x52\x3f\xff\x6c\x8c\x39\xdb\x3d\x62\xe0\x8e\x6c\x4b\x19\xd5\x4a\x20\x10\x58\xcf\xd8\x06\x1d\x18\x8c\xed\x47\x80\xac\x36\xb6\xeb\x45\x3e\x62\x64\xc3\x7e\x40\x17\x0c\x84\x47\x3c\xa4\xed\xc2\xc6\x72\x56\x33\x51\xaf\xf8\x4f\x40\xd8\x06\x48\x68\x18\x08\x57\x26\x70\x43\x32\xf9\x50\x08\x4e\xdd\x54\xd8\x0b\x7d\x90\xbf\x47\x39\xf1\x4f\xfe\x73\x70\xc6\x6f\x54\xb2\x2c\x15\xee\x2c\xa4\x00\x1d\xef\x73\xe1\x54\xcf\x12\x3f\x03\x98\xd4\xcd\x4b\xdd\x32\x73\x04\x7f\x2f\xa6\x60\x7f\x6c\x50\x70\x6e\x00\x66\xfc\x79\x07\xf0\x37\x80\x24\x18\x13\xff\xb7\x63\x04\x26\xbe\xb5\x32\xd1\xab\x44\xa5\x12\xf3\x2f\x23\x49\x40\x4d\x64\x62\x20\x0a\x24\xde\xf2\x13\xe9\x4b\x4f\xae\x2a\x29\xdf\xa0\xd2\x5f\x5f\x6e\x3a\x8b\xfc\xa9\x24\xa9\x30\x70\x49\x76\x50\x4a\x6b\xe5\x30\xd1\xea\x61\xa2\x15\xc4\xc4\x53\x11\x13\xad\x24\x26\xb3\x9a\x98\x98\x8a\x62\x62\xa8\xca\xbe\x58\xca\x72\xc0\xac\x2e\x26\xb6\xc2\x98\xd8\x2a\x8b\x17\x3d\x07\xd6\x28\x4c\x5d\xf6\xd1\x8b\x8f\x4a\x7c\x18\x2a\xb2\xaf\x35\xe1\x1f\x4c\x35\xf6\x29\xd4\x62\x29\xae\x12\x4f\x28\x75\xc4\x17\xae\x0a\x4b\x2a\x35\x58\xf3\xb7\xfe\xaf\x68\x25\xe2\x3a\x55\x2c\x3f\x23\x5a\x4d\xf0\xbd\x3d\x82\x7f\x5b\xf8\xe9\x43\xb9\x72\xb5\xc3\xf9\xf1\x15\x7e\xf0\x48\xde\x67\xf6\x97\xbd\x81\xb5\xe5\x3d\xe1\x6c\x96\xfb\xb6\xf8\xd5\x45\xde\x0b\xfc\xe7\x2e\x25\x9a\x4d\x01\xde\xaf\xe3\xda\x77\x30\x47\x8a\x08\xb5\x36\xe5\xce\x25\xcd\x16\x8d\xd4\x7d\x82\xdd\xa6\xc0\xdd\x3b\xef\xa6\x25\x62\x97\x34\x01\x3b\x27\x47\x16\x2f\x8e\x45\x96\xaf\x1d\x5e\xb4\x6e\x3a\x9b\x24\x75\x49\x58\x4b\xf9\x6d\xe7\xdc\x3d\xe5\x3f\x4c\x05\xfc\xba\x96\x4d\xc6\x43\xdd\x16\xee\x73\x30\x9d\x47\xca\x1f\x0c\x75\x9f\xb2\xf7\xd6\x07\xf7\xe4\x7a\xa3\x78\xf1\x35\xe6\x64\xec\x2f\x74\xb5\x48\xc6\x37\xee\x1c\x27\xcf\x32\x5c\xe7\x32\x32\xb1\xef\x4e\x9d\x8a\x97\x70\x5e\xbb\x1e\x60\x64\x62\x1f\x71\x2b\x30\x8e\x4b\xaf\x88\xb0\x19\x62\x75\xe9\x89\xb8\x14\x6d\xbe\x77\x2e\xaa\x68\xce\x3c\xbb\x48\x75\xe6\xb1\xee\x5f\x97\x32\x47\x51\xc2\x2d\xde\x9c\xdf\xac\xc5\x50\x14\x25\xa2\xc7\x00\x14\xb2\xe3\x28\x05\x06\xd2\x74\xd4\x54\x58\x02\x6c\x99\x96\xb1\x44\xd1\xac\x21\xa7\x76\x9e\x61\xb3\x88\xef\xff\x1d\x00\x00\xff\xff\x55\x9a\xc9\x27\x80\x7c\x00\x00") + +func uiLibKubeMinCssBytes() ([]byte, error) { + return bindataRead( + _uiLibKubeMinCss, + "ui/lib/kube.min.css", + ) +} + +func uiLibKubeMinCss() (*asset, error) { + bytes, err := uiLibKubeMinCssBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/kube.min.css", size: 31872, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibMomentMinJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x79\x73\xdb\x38\x12\x28\xfe\xff\x7e\x0a\x19\x95\xe8\x07\x98\xd0\xe5\x24\xce\x84\x0a\xcc\xca\xc4\xb9\x66\xa2\x1c\x63\x67\x3c\x89\xac\x75\x81\x04\x28\xd1\x96\x44\x47\x94\xe2\x38\xa6\xf7\xb3\xff\xaa\x1b\x20\x09\x4a\x72\x66\x67\xeb\xbd\x57\xa9\xb2\xd0\x40\xa3\x89\xb3\x2f\x34\x90\x4e\x67\xa7\x31\x4b\x67\x7a\xbe\x6c\x9f\x67\xff\x02\xe8\x9b\x5e\x64\x49\x3a\x6f\xf8\x8d\xbd\x76\xaf\xdb\xde\xc7\x4c\xb9\x5a\x4e\xd2\x45\xd6\xf0\x1b\xc7\xc9\xac\x71\x92\xa6\x8a\x37\xde\x64\x17\x0b\x3d\x6f\x3c\x9f\xe8\xc5\x5c\x7f\xe3\x8d\x41\x41\xa6\x11\xa5\xf3\xe5\x22\x09\x57\xcb\x74\x61\x68\x4e\x93\x48\xcf\x33\xdd\xf0\x1b\x83\x37\xc7\xff\xaa\xbe\x79\x9e\xb5\xa3\x74\xf6\xaf\x9d\x78\x35\x8f\x96\x49\x3a\xa7\x92\x87\xec\x86\xa4\xe1\xb9\x8e\x96\x44\x88\xe5\xf5\xa5\x4e\xe3\x86\xfe\x7e\x99\x2e\x96\x59\xb3\x49\x56\x73\xa5\xe3\x64\xae\x15\xd9\x29\x0a\x67\xa9\x5a\x4d\x75\x60\x7e\xda\x16\x55\x84\x94\xf9\xa4\x20\x5b\x51\x32\xb5\x9b\x4d\xf3\xdb\x96\x33\x15\x98\x24\x0d\x99\x2f\xdb\xa6\x55\x50\xf9\x96\x2e\x27\x49\xc6\xcb\x86\xb1\x1b\xb2\xca\x74\x23\x5b\x2e\x92\x68\x49\xfa\x45\x7e\x43\x52\x76\xb3\xd0\xcb\xd5\x62\xde\x78\x1d\xb5\xe5\xe5\xe5\xf4\x9a\xce\x57\xd3\x29\x97\x8b\xf1\x0a\x88\x65\xec\xb6\x44\x0e\xa9\x64\x37\xaf\x23\x21\xab\xac\x08\xb2\x0c\x01\x32\x34\xfd\x6e\x3c\x5b\x2c\xe4\xf5\x88\x08\x21\xde\x63\x46\xfb\x72\x91\x2e\x53\xe8\x41\x7b\x99\x1e\x2d\x17\xc9\x7c\xdc\x8e\xe4\x74\x4a\xa5\x43\x5b\x55\x84\x1a\xb2\x91\xcc\xb3\xa5\x9c\x47\xd0\xe5\x43\xb9\xd4\x79\x5e\x12\x07\xf0\x9f\xd2\xd6\x66\x5e\xbe\xc9\x45\x23\xe2\x4a\x0c\x47\xfd\x38\x5d\xd0\x48\x74\xfb\xd1\x53\xd9\x9e\xea\xf9\x78\x39\xe9\x7b\x5e\xc4\x54\xfb\x72\x95\x4d\x68\x48\xe5\x30\x1a\xf1\x88\xb1\xbe\x6d\x91\xaa\x88\xc5\x86\x98\x2d\xd8\x68\xc5\x44\x66\xef\xaf\xe6\x1f\x16\xe9\xa5\x5e\x2c\xaf\x6d\x5b\x78\xe8\xb4\x66\x6c\x08\x40\x13\xb0\x45\x8d\x64\xde\x08\x59\x4c\x43\x1e\xb1\x66\x13\x3f\x2d\xc2\x61\x34\x2a\x3f\x0e\x45\xa4\xe8\x1d\x41\x9c\xb2\xb3\x22\x2c\x93\x8c\x23\xe2\x37\x39\x5d\xe9\xf7\xb1\xc5\xb3\x90\x08\x8b\x14\xe3\xce\xec\x4d\xa0\x29\x3c\xe2\xaa\xec\xcf\x73\x59\x64\xf1\x9d\x2e\x6b\xaf\x96\x11\x75\x9a\x9e\x94\xab\xe5\x46\xcf\x2e\x97\xd7\xfe\x4e\x8f\xaf\xe6\xab\x4c\xab\xe3\xf4\x42\xcf\x33\x7f\x38\xb2\xf0\x9b\xf9\xe5\x6a\x09\x60\xfa\x4d\x2f\xe2\x69\x7a\xe5\xb7\xf6\x78\x34\x91\x8b\xec\xad\x8e\x97\xef\xbf\xe9\x85\xdf\xe5\xb0\xd0\x0c\xe2\x4e\x8f\x27\xf3\x6f\x72\x9a\xa8\x41\x3a\x5f\x4e\x7c\x5c\x82\x36\xe7\x65\xba\x98\x49\x44\x59\x65\x7a\xf1\xc6\x64\xca\xa5\x56\x58\x2b\x4b\xfd\x9d\xde\x6d\xd5\xc4\x73\x67\x1d\x01\x15\x21\x64\xfb\xec\x32\xc6\xc1\x38\xbb\x8c\x45\x42\x19\xe3\x98\xac\xea\x5c\x40\x9d\x24\xa6\x25\x7e\x92\xfd\x09\x1f\x31\x4b\x26\x14\x40\xb3\x5f\x65\x8b\x1d\x9a\x64\xef\xe4\x3b\xa0\xa8\xda\x63\xbd\x3c\x4e\x66\x9a\x32\x96\xe7\x3b\x34\x6c\x17\x1d\x7e\xda\x65\x79\x1e\xb6\x71\x9c\x20\xe1\xf6\xcf\x81\x4f\xb4\xbe\x50\x12\x31\xca\xe1\x70\x8a\x4d\xe7\x21\x63\xad\xf3\xd8\x09\xb3\x9d\x4d\xdf\x8a\xc6\x55\xc9\x66\xb3\x2b\x84\x08\xdb\xb5\x61\x2f\x32\xdd\x69\xb3\x5b\xa0\xd9\xfc\x96\x26\xaa\x61\xca\xc3\x64\xfc\x3a\x5d\x2d\xd8\x6d\xb1\x27\x4b\xb2\xd5\xb8\xc1\x2e\xb3\x43\x34\xa1\xef\xe4\xbb\x72\xc5\x42\x4f\x76\x84\x0c\xc6\xf4\x9c\x86\x8c\x4b\xe6\xc3\xef\x7a\x17\xc4\x4e\x97\x87\x15\xb5\x59\x6d\x97\x72\xdd\x4f\x62\xba\x8d\x61\x86\xd0\x92\x67\x86\x5b\x9b\xed\x57\x0c\x40\x2d\x53\x6c\xe2\x31\x7e\x17\x3d\x4b\x01\xeb\xdc\x89\x65\x17\x11\x6c\xa6\xb3\xf8\x4e\xac\xa9\xc1\x9a\x02\xd6\xf4\x4e\x2c\x77\xe6\x4c\x5a\x94\xb9\x77\x56\x5a\xfe\x98\x99\x1a\xcb\x1f\x33\x61\xe0\xbb\xbb\x94\x7d\x3a\x7e\x5e\x0c\xcc\xa7\xe3\xe7\xa2\xc8\xbb\xb3\x46\x1a\xc7\x99\xb6\x4d\x32\x69\x51\xe6\xde\x59\xc9\xd9\x59\x30\xc5\x77\x8f\x4a\x1a\xc9\xa9\xb6\x43\x83\x69\x51\xe6\x32\xfe\x5b\x64\x97\xe0\x41\x97\x21\x6b\x06\x9e\xf8\x5b\xc4\x94\xf8\x2d\x02\x4e\xac\x45\x38\x54\xa3\xad\xb4\x91\xe6\x50\x8d\x84\x2e\x57\x9f\xc3\xe0\xe6\x34\x64\x37\x33\x23\x0b\x43\xc6\xe1\xb7\x7d\xa6\xc4\x5c\x5f\xa1\x20\xa1\x66\xa1\x86\xed\x33\x15\x84\xb5\xcd\xec\xc3\x72\xe6\xbf\x47\x42\x88\x9d\x5e\xb3\x49\x7f\x8f\x60\xb5\xca\xf6\xea\x12\x96\xee\x7b\x1c\x14\x24\x8b\x48\x3b\x3d\x87\x49\xa6\x77\x49\xb2\x79\x9e\xdb\x8d\xd1\x6c\xda\xc4\xc6\x12\xad\xc8\x5c\x3a\x64\xba\x07\x32\x18\xc8\xe5\xa4\x1d\xe9\x04\x36\x9d\x8f\x40\x3c\x4d\xd3\x45\x4d\xd0\x7d\xad\x36\xa4\x27\x39\x08\xb8\x82\xc0\x8e\x10\x61\xb3\x99\x64\x2f\x93\x79\xb2\x04\x6d\xa1\xd9\xa4\x91\xb8\xc4\x29\x8b\x2a\x02\x0b\xc3\xfd\x0d\x11\xc5\xb5\xc0\x0f\xcd\x92\x39\x2d\xe4\x24\x0f\x6d\x82\xf1\xd8\x94\xca\x30\x2b\x4b\x5b\x55\xe9\x58\x74\x51\xcc\x2a\xd1\xed\xeb\x03\xd5\x57\x9e\xc7\x68\xd4\x6c\xc2\x64\x41\x6b\x86\x6a\x94\xe7\x3b\x51\xb3\xf9\x15\xe7\x8f\xed\x08\xf1\x95\x42\x2e\x63\xcd\xe6\xd8\xf3\x8a\xa6\x8f\x3d\x87\x53\x67\x94\xdd\x54\xd0\xd2\x1d\xe9\x00\x84\xe2\xdb\xf4\x4a\x2f\x9e\xcb\x4c\x53\xd6\x5e\xe8\xcb\xa9\x8c\x34\x25\x67\x84\x93\x16\x61\xbe\xb3\x2e\x56\x50\xb3\x90\xc0\x46\xdc\x69\x1e\x43\x8b\x2b\x85\xc0\x20\x68\xb1\xa4\x72\x18\x8f\x58\x3b\xbb\x9c\x26\x4b\x0a\x94\x78\x28\x74\x31\x1c\x91\x29\xf7\x7a\x23\xc6\x23\x11\x05\x91\x83\x87\x62\xac\x1f\x1e\x74\xfb\x28\x5e\x94\xf8\x46\x75\x3b\x03\x65\x92\x76\x79\xc8\xda\xe7\x69\x32\x47\x44\xc6\x0a\x3d\x03\x98\x5e\xd4\x6c\x96\xfb\x01\x66\x6d\x41\x35\x8f\x40\x1c\x1f\x88\xb0\xd5\x63\xe1\x42\xcb\x8b\x7e\xd8\x6a\xdd\xc6\x9e\x77\xeb\x70\xdc\xaa\x7b\xdf\xaa\x75\x80\x4d\x48\x62\xba\xf3\x36\x1a\xca\xd1\xcf\x54\xd0\x66\xb3\xfe\x5b\xe8\xa2\x6c\xb9\xb8\xbe\x09\xc5\x9b\xa8\x7d\x26\xc3\x70\xc1\x17\xfa\xeb\x2a\x59\x68\x4a\xda\x1d\xb3\x7f\x3b\xc4\x93\x8c\x5f\xd1\x90\xdd\x46\x72\x19\x4d\x68\xc4\x6e\x8a\x76\xe1\x57\xab\x86\x5d\x39\x3c\xbe\xdc\xae\xb8\x14\x9d\x76\x95\xda\x6e\x18\x5c\xc3\x62\xff\x8e\x95\x78\xd4\x6c\xd2\x37\x91\x88\x18\xe3\x45\x5b\x2a\xc2\xdf\x6b\x5a\x99\xd9\x5d\x22\x0c\x68\xd8\x06\x3c\x21\x39\x36\x44\xe0\xdf\x3c\x87\xfd\x9f\x99\xac\x36\x6c\xe4\x10\x9a\x2f\x99\xc9\x61\x3e\x55\x7a\xaa\x97\xda\x34\x1e\xb5\x14\x67\x8f\x5d\x97\x63\x0b\xc3\x2a\x9b\x4d\x59\x71\xb7\x32\x69\x9a\x07\xac\x49\xac\xe5\x31\xbe\x23\x8b\xd9\x7e\x13\xe1\xcc\x80\x0e\x8d\x0b\x24\x14\x30\x71\x45\x69\xd8\x97\x02\x06\xcf\x82\xab\xda\x4e\xff\xe1\x0c\xa4\x58\x5b\xf9\xfd\x01\x30\x4d\x01\x7f\x3d\x92\x11\x4c\x85\x23\x57\x6b\x7f\xe6\x68\xed\x99\x51\x2b\xcb\x41\x97\xc1\xc0\x0c\x12\xfc\xd4\x09\x8f\x7c\xa3\x20\x54\x84\x7e\x2d\x07\x03\xf6\x90\xb8\xb9\xed\x97\xec\x5b\x32\xd0\x94\x51\xa5\x0d\xc5\x33\x1a\x31\x1e\x36\x9b\x54\x61\x4b\x40\xbb\xdd\xa6\x5b\x3f\x47\x25\xb8\x98\xc5\xd2\x78\x51\x6b\x13\xab\x02\xfa\xc2\xf2\x74\x8e\x8a\xd0\x06\x57\xe6\x91\x61\xf6\xcc\x3f\x2c\x98\xbf\xa3\x23\x1e\xd6\x16\x0b\x68\x71\x43\x32\xd6\x4b\xe2\x95\xd2\x32\x20\x9f\x8e\x9f\x13\x9f\x10\xe6\x85\x23\x57\x03\x7e\x51\x30\xc8\x5a\xe5\xec\x27\x95\x23\xa7\xf6\x4b\x77\xf9\x83\x7a\xb3\x6e\x29\x4a\xe6\x8c\x1f\x4a\x2b\xe8\x51\xc4\x71\xc4\xfa\x7a\x9a\xe9\x06\x2c\x3a\x01\x13\xc8\xb7\xd8\x87\x50\x05\x96\xb0\x6d\x9d\x05\x69\x58\x0e\x36\xe4\x54\xed\x79\x55\x63\xf7\x82\x10\xaf\xe2\xe8\x0c\xa4\x6e\x4b\x15\x7c\x2e\x16\xf2\xa0\x94\x27\x34\x0e\xa2\x80\x78\xd0\x47\x1f\xf8\x97\xa9\x76\x99\x5e\xd1\x5e\x97\x1b\x91\x21\xbf\xd3\x2e\xd7\x8c\x95\xe6\x09\x65\xed\x6c\x15\x66\xcb\x05\xed\x31\xcf\x99\xf3\xd7\x95\x0d\x02\xad\xd0\x42\xf5\x37\xd6\xa4\x6a\x36\xa9\x16\x8e\x31\xeb\xf6\x4f\xc1\x04\x31\x0e\x6c\xe4\x23\x6e\x72\x6d\x96\xda\xc7\x68\x18\x0e\xbb\xa3\xd1\x96\x7a\xaf\xa8\xb6\xb6\x2e\x2e\x8e\xca\xd6\xe5\xe1\xb0\x37\xe2\xe1\x70\x6f\x04\x24\x23\x43\x25\xda\x46\x02\x27\xc7\x6c\xec\x43\xb9\x94\x94\xb5\xd3\x85\x4a\xe6\x72\x7a\x27\x69\xc9\x6e\x9d\xa5\xf0\xc6\x95\x5d\xed\x19\xf2\xcd\xce\xe9\x70\x78\x9a\x9d\x1e\x8d\x3a\x2c\x90\xa5\xfc\xea\xfc\xfb\x74\x98\x9f\x8e\xee\x75\xc6\x9c\x80\x14\xab\x0a\x4e\x4f\x4d\x5e\x45\xf5\xb7\xfa\x7e\x2c\x08\xbf\x8b\x18\x6e\xcc\x50\x74\x79\x24\x8a\x39\xed\x47\x07\x61\x3f\xf4\x3c\xf6\x31\x1a\xc2\xbe\x1c\x05\xb8\x3b\x0b\xc8\x47\xe8\x0d\x6e\xd9\xca\x16\x2d\x06\x42\x9b\xef\xc4\x82\x90\x82\x74\x49\x2f\xf6\x04\x54\x72\x54\x9f\x97\xb6\x1a\x7e\xc1\x18\xc5\x1a\xcc\x02\x00\x4b\xd2\xce\x0e\xfd\x7d\x6d\x87\x5a\xd3\x83\xb2\x80\x86\xe2\x2d\x0d\xb9\xac\x8d\x3d\xe3\x1f\x90\xc5\xe1\xdf\x3c\xff\x0d\x18\x3a\xa6\x81\x9d\xfa\x75\xdc\xc2\xb2\x42\xfd\xcf\x19\xba\xb7\xd6\x2c\xdf\xe2\xd9\x68\x84\xed\x69\x3a\x1f\x43\x0d\x63\x8f\x51\xc9\xf2\x5c\xde\x9a\x5d\xf3\x08\xfb\xff\x3e\x6a\x4f\x65\xb6\x7c\x33\x57\xfa\xbb\xe8\xf6\xd5\x81\xe8\x36\x9b\xef\xa3\xf6\x52\x67\x80\xde\x67\x20\x09\x8a\x99\x7b\x1f\x01\x83\xaa\x57\xe1\xaa\x25\x7a\x5b\x54\xd8\x81\xc3\xab\x37\x37\xbc\x6c\x36\x4b\xd7\x48\x31\xc8\xff\xd4\x3d\xf2\xae\xe0\x02\x4a\xc1\xf6\x19\xd0\x90\x05\xa1\x5f\xf9\xb4\xaa\x79\x68\x36\xa3\x20\xf2\x43\x67\xa2\xde\xd7\x26\x2a\xa6\x4a\x71\xc9\x02\x24\x44\x4b\x83\x86\x57\xaa\xbe\x0f\xa2\xf7\x0f\x3d\x7e\xf1\xfd\x92\x7e\x80\xd9\xa9\x48\x7d\xa8\xed\x88\x52\x7b\x3b\x3d\x25\xb0\xc6\xdd\x55\x4f\x4f\x87\x2c\x87\x9f\x11\xcb\x4f\x87\x74\xf8\xef\xd3\xd1\xe9\x70\xb4\xcb\x4e\x47\x90\xdb\x66\x9d\x31\x77\x3d\x72\x46\xbd\xab\x26\x33\xcf\xa3\x3c\x57\x79\xae\x6f\x1d\xaa\xc3\xd6\x69\xe7\xf4\xf4\xdf\xf7\x76\xbd\xa0\x4d\x59\x3e\x3c\x1d\xdd\xdc\x8e\x60\x7b\x9d\x9e\xde\x6b\xba\x5b\xec\x63\xdd\x99\x14\xe2\xec\x6f\x4a\x51\x94\xfd\xc0\x8a\x39\x99\xaf\x66\xa1\x5e\x38\x6a\x0d\xc8\x41\xe1\xb4\x30\x62\x37\xb8\x7c\x41\x7d\x07\xb6\x53\x77\x4c\x45\x9e\xc7\xb4\x1a\x82\x08\x18\x09\x87\x71\xfe\x61\x1a\x02\xed\x71\x69\x99\xbe\xaa\xf6\xd9\x95\x80\x3f\x79\x7e\x73\xcb\x43\x2a\x39\x00\x58\xe6\x72\xa1\xa3\x62\xea\xad\x21\xd4\x6c\xc6\x54\xc3\x14\x36\x9b\xda\xcc\x21\x07\x55\x8b\x47\xdc\x5d\x30\xc7\x75\x65\xab\x30\xa6\xe0\x4f\xfb\xd3\xf1\x73\x28\xf5\x7a\xbc\xcb\x18\xd8\x53\x9f\x8e\x9f\xaf\x6f\xb5\x4f\xce\x4c\x1b\x93\x6c\x96\xce\x97\x93\x6c\x28\xdb\x98\xa0\xcc\x51\x19\xff\xbc\x03\xf9\x68\x92\x2e\x96\x5b\x6b\x9c\xac\x19\x31\x3c\xc6\x39\x72\x2b\x7f\x90\x8b\x4c\xe7\xf9\x66\x9e\x18\x8e\xac\x95\x08\x3b\x7e\xb0\xad\x20\x83\x0f\xd7\x4b\x18\x07\x2b\xa7\xb7\x67\xcd\x1c\xd0\xe5\xb4\x98\xd0\xe1\x9e\x7e\xc0\xd5\x08\x05\xc9\xce\x56\xaa\x43\x35\x6a\x36\xe9\x5d\x45\xc2\xd9\x2c\xe4\xdf\xc4\x43\x3c\xd3\x58\xaa\x6b\x9b\x82\xb4\x71\x93\x78\xe4\x1e\xe1\x24\x21\xec\x8e\xa6\xfe\x9c\x26\x8e\xe8\xdf\x10\x66\x3c\xca\xf3\x8d\x51\x43\x5b\x8e\xc6\x62\x6b\x23\x3d\x92\xdf\xf9\x1d\xbe\x8d\x94\xdb\xc4\x78\xbd\x25\x45\x2b\x9a\x4d\x32\x18\x0c\x06\xc0\xea\xc2\x66\xf3\xae\x11\x2c\xd8\xef\xba\x7d\x45\xd6\xab\x6e\x19\xa9\xad\x75\xc1\x60\xdd\xd6\xe6\x0d\x64\x87\x47\xfe\xb5\x69\xf4\x6c\xf0\x8b\x10\xd5\xe4\x35\x49\xe5\x7c\x02\x24\x5a\xc1\x48\x2a\xbf\x0a\x0b\xa4\x4f\x23\xd7\x48\x57\xb8\xd5\xf8\x31\x95\xed\x6b\x2d\x17\x94\xf1\xd0\xf8\x3b\x7f\xa6\xa5\x12\xec\x38\xc1\xdd\xce\x6a\x3b\xfd\x33\x5d\x37\xaa\xc2\x80\xfe\x55\xfa\x53\xb6\x69\xde\x3b\xdd\x35\xd5\xdb\x52\x77\xa8\x7e\xa9\xd4\xa8\x63\xb3\xf8\x6d\x5b\xab\x45\x42\x5d\xc9\x70\xcf\xd1\x6a\xc0\x9e\x92\x85\x98\x8c\x9a\xcd\xd6\x9e\x10\xe8\xa0\x2d\x1d\xaf\x38\x92\xd1\x70\xac\x46\x4f\xbb\x79\x8e\x89\x83\x5e\x2f\x18\x2b\x3f\x1a\x4e\xd4\xe8\x69\x0f\x32\x27\x6a\x74\x70\x4c\xa3\x61\xac\x46\x1c\x51\x58\x30\x01\x84\xa4\xa8\x95\xa8\xd1\xc1\xde\xc3\x3c\xdf\x7b\x28\x84\x40\xb0\xd9\xa4\xdd\x1d\x48\x9f\xc3\x6a\x37\xc9\x8b\x2a\x39\x05\x1a\x09\xd0\x38\x2f\x68\x9c\xab\xd1\xc1\xa3\x27\xc1\x39\x64\x5e\x14\x99\x17\x26\xf3\x02\x32\xa7\x45\xe6\x54\x8d\x0e\x9e\x3c\x79\x12\x4c\x95\xdf\xea\x71\xec\xce\x59\xd1\x9f\x43\x79\xfd\x3e\xfe\xac\x25\x98\x93\xb1\x3a\x08\xf3\x3c\x3c\x98\x28\x63\x57\x4d\x14\xe3\xb5\xce\x8b\xb0\xe6\xe0\x3f\x83\xf9\x93\xed\x6c\x75\x79\xb9\xd0\x59\x76\xa8\x2f\x17\x3a\x92\x50\x74\x22\x17\xf3\x64\x3e\xce\xac\x83\x6b\x9b\x5b\x20\x4a\xe7\x59\x0a\x66\xad\x4d\xb4\xaf\xe4\x62\x5e\x87\x28\x71\x48\x36\xae\x0c\x4d\xbf\x41\x3c\xf7\xc0\x43\x4a\xd7\x58\xdd\x29\x9d\x52\x63\xba\xa9\x56\x83\xca\x7d\x46\xa5\x47\x4e\xe7\xc4\xa3\xc0\x08\x5e\x2c\x16\xe9\x82\xb5\xb3\xa5\x8c\x2e\x40\x36\xee\xf4\x18\x0f\xb7\xab\xd8\xb7\xb5\x73\x96\xd0\x7e\x36\x55\x68\xce\x52\x18\x0b\x8e\x80\xd8\xe9\x3a\x78\x91\x5c\x57\x9a\xcf\x12\xae\xc5\xa5\x6a\xeb\xef\x3a\xa2\x8a\xc1\xbe\xd7\xc6\x1b\x84\x63\x9d\x64\x29\xba\xae\x51\x99\xfe\xba\xa1\x4d\x27\x31\xfd\x0a\x7a\xed\xb0\x37\x2a\x28\xc0\x1c\x9c\xc5\xc2\x64\x77\x47\x7d\x74\xe1\xdc\x56\x1a\xf9\x62\x1b\x91\xc5\x56\x22\x9e\xa0\x7a\xb8\x3f\xca\x73\xd2\x20\xcc\x5b\xd4\x29\x2a\xab\xef\x4b\xc5\xac\xaf\xda\x13\xe4\x0b\x61\xfc\x1b\xf4\xf1\x16\xed\x47\xf7\x1c\xa3\xe7\x9c\xbf\x49\x5a\x4e\x51\x66\xbb\x8e\xde\xf0\xba\x4f\x5f\x44\xc1\xb7\x34\x51\x50\xe4\xb8\x51\xbd\x68\xd8\x1b\x31\xe6\xd3\x08\xa8\xf0\x02\xa3\xf8\x8e\xf5\xa1\x5a\xaf\x4a\x55\xc0\x65\x3b\x5a\x68\xd0\xaa\x17\xe9\x0c\x4f\x3e\x5e\xca\xe9\x34\x94\xd1\x05\x0d\x19\x73\x39\x80\xae\x8e\xa5\x34\x8f\xf9\xd8\xb4\x74\x52\xb5\xa0\x5e\x5a\xb4\xb9\xf7\xe4\x71\xf7\x40\x36\x9b\x13\x30\xa3\x5f\xae\xa6\x53\xd8\x46\x60\xda\x4e\x9c\xf3\x3c\xe9\x38\xcb\xd6\x55\x99\xed\x27\xa2\x1b\xf4\x43\xa0\xff\xe9\xf8\xb9\xfb\x09\xe7\x64\x63\x2c\x1d\x1d\x66\x02\x40\xf0\x60\x7f\xdf\x7f\xb0\xff\xc8\x39\x8a\x73\x71\xe4\x7d\xe0\x3a\xdd\x66\x53\xde\xef\x75\x81\xbd\x74\xf3\x5c\xde\x7f\xd8\xed\x42\xae\x73\x1c\xe7\x9c\xde\x4e\xa4\xcb\x49\x9d\xa1\x3b\x97\xeb\x3e\xdd\xa8\x15\xf2\x58\x44\x2d\x90\x16\xd7\xb4\x32\xed\x0e\x34\x70\x98\x96\x78\xcc\xb8\x6e\x3d\x3e\x88\x01\xf2\x00\x52\xe2\x10\x5a\xd7\x96\x4a\xd1\x98\x13\x45\x18\xbf\xb9\xd2\xfa\xc2\xaf\x7c\xd2\x0a\x68\x19\x36\x45\x59\xe7\x31\xe3\xd0\x0e\x5f\xd9\xe6\x38\xc2\xf0\xc2\xed\x27\xb6\xcd\x88\x53\xa0\xd7\x56\xe9\x55\x1d\xbc\x66\x6d\x48\x39\x47\x4e\x72\xcd\x04\x2f\x2b\x3a\x07\x49\x77\xe1\x5c\x3b\x07\x03\xce\xac\x6f\x9a\xf2\x80\x6f\xbc\xfb\xfd\xfa\x51\x62\x10\xfa\x88\x0d\x23\xf1\x78\x97\xca\x16\x88\x65\xe5\xca\xb6\xd4\x21\x7c\x6e\xe6\x84\xf7\xf8\x43\x43\xf3\x1f\x53\xbb\x94\xae\x01\x83\x06\x37\x1f\x8b\x7d\x4f\xb7\x14\x9f\x08\x58\xba\xbc\xcb\x7b\xde\x98\xf1\x44\x4c\x4a\x6d\xdb\x99\x54\x7d\x90\x34\x9b\x34\xc1\x69\x8c\x84\xd9\xc3\x51\xd0\xdb\x8d\x7c\xcd\x63\xd1\xf3\xc6\xde\xe3\x5d\x1a\xb6\x7a\xac\x95\x78\x11\xbf\xc1\x59\x8b\x0f\xba\x81\xf4\x65\xab\xc7\xcb\x39\xc5\xbc\xd8\x87\x85\xdc\xea\x31\xcf\x35\xd5\xbf\x3a\x1d\xc6\xf5\xb0\x48\x57\x73\x45\xcd\x6a\x8c\xa6\xe9\x5c\x53\xe4\xde\x8b\xe5\xfb\x98\x12\x25\xaf\x09\x6b\x6d\x2f\x83\x8f\x13\xc6\x3a\xbf\xec\x3f\xd4\x8f\x98\xd7\xfb\xc9\x68\xc9\x56\xb8\x36\x52\x0b\xb9\xe6\x99\x2b\xce\x20\xa5\x5f\x28\x2e\xa1\xef\x9c\x74\x64\x5b\xb6\x7d\xbf\x72\xea\xad\x32\x0d\x3a\xd2\x30\xb4\x83\x5a\xee\x6c\x10\x3e\x26\x6b\x60\xf4\x94\x12\x36\x56\xce\xc8\x37\x75\xd6\x2b\xd4\xb0\x2d\xaa\x73\x92\x51\x97\x41\x78\x18\x31\x1c\xa1\xc2\x09\xba\x9b\x11\x3e\x4a\x60\xa3\x41\x9b\xbb\x32\x27\x48\x78\x58\x2d\x41\x99\xa9\xc1\x63\x80\x57\x05\xae\x72\xf4\x07\x2d\x60\x9c\x00\x07\x14\x1f\x05\x7f\xeb\x38\x07\x63\x49\x35\x08\x8f\x3b\x74\x10\x10\x9d\x3c\x82\x95\xa7\x79\xb7\x56\x13\xe9\xe0\xb7\x45\xb4\x36\x42\x45\x23\xcb\x02\xd3\x7f\x06\x22\xb4\xff\xe0\x20\xac\x35\x3e\x1c\xf5\x3d\x2f\x64\x36\x2d\x62\xf8\x83\x6e\x22\x18\x82\xfe\x63\x2b\x1f\x6b\xc5\xb5\xda\x01\x28\x84\x61\xd0\xf3\xbb\x7e\x41\x0f\x75\x38\x04\x50\x8d\xeb\x16\xd0\x79\x0d\xba\xa8\x41\x53\x54\xf8\x64\xfb\x6c\xae\xbf\x2f\x0f\xe5\xb5\x39\xfe\x33\x24\x44\xd7\x0c\x9a\xa0\xd5\x4a\x89\xa5\xaf\x81\x45\x56\xf2\x22\x66\xbc\x3c\xe5\xc3\x93\x5b\x0c\x17\x30\x82\x62\x90\xcc\x57\x4b\x9d\x95\x11\x04\x4e\x16\x6b\x49\x7b\xb2\x5b\x7d\xdc\xb4\xc4\x7c\x7b\xef\xa1\xcb\x4e\x57\x9b\x0b\x87\x8f\xf9\xa4\x0f\xb6\xc4\xd9\x15\x2f\xce\x37\x5f\xbd\x2a\xce\x1e\xc3\xf6\x49\x95\x7c\x11\xd0\x58\xf4\xf8\x58\x3c\x04\x25\x44\x52\x40\xe4\xe5\xf2\x38\x97\xf4\x50\x52\x66\xd8\xd7\x35\x4e\xb1\x32\x58\x27\xbc\xc7\xb8\x36\xe9\x17\xbc\x07\x92\x3f\x76\x0f\x3a\x4a\x66\x3e\xde\x92\x7b\x5d\x7c\x6b\x3c\xde\xfc\x16\x48\xef\xfa\xb7\xae\xe0\x5b\x45\x83\x55\x40\x35\xfc\x70\x14\x56\x9e\xa7\x98\xaf\x45\x51\xa8\x83\xb0\xad\xbd\xd8\x8f\x19\x9f\x88\x4b\x49\xcd\x78\x8c\x61\x22\x8a\xef\x88\x09\x12\xaf\x2d\x5c\x31\xa9\x64\x97\x73\x84\x86\xfa\x50\x12\x83\x1e\x13\xe3\xa2\x78\x73\xf4\xfe\xec\x97\xfd\x6e\xaf\x30\xf1\xf0\x2c\x04\x15\x9e\x7e\xd8\x3e\x93\x62\x38\xe2\x18\xe5\x80\x11\x1f\xa0\xe6\x96\x91\x0c\x66\x4e\x04\x21\x1e\xe8\x3e\xc8\xaa\xad\x57\xfd\xc2\x1e\x92\x6a\xf1\x16\x3f\xe4\x78\xca\x2a\xd7\x6d\x9e\x0f\x47\xd6\x29\xa4\x5d\xa7\x50\x2c\xf4\x30\x1a\x71\x25\xe8\xc4\x22\xbf\xa7\x31\xd8\x7b\x50\x81\x0d\xbb\x23\xae\x9a\x4d\x3a\x16\x93\xc2\xf1\xde\xe5\x93\x76\x32\x57\xfa\xfb\xfb\x18\xf4\x49\x3e\x2e\x4f\xdd\x9b\x4d\x13\xa0\x51\xc5\xee\x98\x48\xa8\x31\x0c\xe5\xc4\x9e\x59\xba\x95\x3d\x55\x1e\xf4\x5e\x78\xa2\x02\x3e\x46\xc3\x78\x14\x50\x15\xb8\x43\xd1\xf3\x1d\xea\x36\xe4\x04\xc9\xc7\x8c\x1f\xd1\x98\x2b\x68\xb4\xef\x44\x45\xec\xa8\x5a\x83\xea\x55\xfa\x58\x52\x0b\x6a\x11\x49\xeb\x82\x4f\xfe\xb6\x37\x13\x66\x66\xc8\xc6\xb6\x80\x5e\xda\x05\xe5\xcd\xec\xac\xa7\xa2\xb7\x57\x41\x40\x85\xd6\xb0\xcd\xd9\x17\x70\x70\xbb\x13\xaf\x60\x79\xda\xe9\x2a\x73\x21\x31\xd3\x8b\x44\x25\x7a\xc6\xf8\x12\xf5\xe1\x7b\xd4\xb5\x4b\xae\xea\x0a\x59\x5d\xca\x45\x41\xe8\x17\x5c\xa3\x20\x03\x5f\x0f\xea\x20\x5a\xea\x25\x62\x92\x7d\x18\x04\x54\xd9\x14\x8d\x18\x4c\x7c\x6f\xef\x00\x9d\x0a\x9e\xe8\xed\x31\xae\xf2\xbc\xb7\xb7\x23\x44\x98\xe7\x60\x73\x30\x1e\x32\xdf\xd1\x50\xbf\x6f\xb2\x11\x10\x3e\x96\x1b\xc6\xc5\xf4\x16\x6a\x1b\x5a\x41\x6e\x80\x12\x70\x47\xd4\xfa\x65\xcd\x2e\x78\x27\xdf\x31\x66\x17\x78\xb7\xaf\x9f\x3a\xb4\xfa\x1a\x57\x30\x98\x51\x33\x7a\x73\xcb\xa5\xc3\x2d\x0d\x4b\x85\xc6\x17\xe9\x2a\x17\xc7\x1f\x99\x4d\x3c\xd4\x23\x8e\xdb\x94\x5f\x98\x80\x86\xd8\x13\x9b\x6b\x83\xc7\x9e\xe8\x75\x77\x37\x97\x93\xdd\x82\x58\x90\x45\xe9\x42\x8b\x98\xdb\x10\x30\x95\xe7\xea\x20\x66\xc6\x4f\xcb\x23\x11\x32\xd6\x1f\x53\xc9\xa3\x3c\x77\x67\xf2\x5a\xda\xc0\x31\x2b\xa4\x8d\x36\xf1\x2b\xba\x58\x30\x60\x4c\x8a\x61\x68\x18\x4e\x68\xdc\x1a\x3c\x6c\xdb\x60\x2f\x25\x97\xb0\x68\x26\xe9\x0a\x0b\x91\xf9\x73\xb0\x23\xa2\x74\xae\x30\x67\x3a\x4d\x0c\x34\xe2\xa8\x1e\x38\x5c\xff\xc7\x9a\xf2\x32\xa7\xf7\xe8\x33\xc8\xab\x4c\x93\xd0\x15\x1e\x21\x2a\x4d\x3d\xa3\xba\x57\x25\xd5\x92\x76\x8e\x86\x1d\xd2\xd6\x12\x86\xb1\x76\x54\x23\x1b\xbe\x53\xa6\xf2\xfc\x1a\xa3\x7a\xcc\x04\x0a\x5c\x63\x65\x20\x99\x6e\x36\x09\x3a\xda\x82\x29\xbd\x71\xe2\xfd\xba\xb7\xcc\xdf\xf4\x9a\x87\x65\x1c\x96\x23\x37\x2e\x17\xfa\xd2\xba\xc0\x18\x4f\x69\xc8\x82\xa2\xcb\x21\x9a\x9c\x54\xb3\x00\xd7\xaf\xaf\x03\xb4\x73\x7d\x05\x48\xb8\x12\x43\xff\x57\xa3\x06\xb9\x16\xd1\xaf\xa5\xa9\x8b\xa1\x5c\x49\xbf\x6c\x6d\x1c\xd4\xec\x5a\x5f\xd1\x98\x05\x6b\xa6\x6e\xcc\xfc\x8d\x76\xc7\x01\x9a\xcf\x7e\x04\xf8\x14\xa5\x81\xa6\x71\x11\xea\xc1\xf8\x96\xb3\x14\xec\xd2\x9b\xf9\x92\x4a\xde\xeb\xb2\x5b\xcb\x2a\x98\xbf\x71\x24\x1c\x07\xd7\x48\x7b\xe3\x18\x61\xad\xb1\x34\x66\xfe\xcf\xec\x69\xe7\x94\x7d\xd3\xa8\x10\x37\xb7\x85\x67\x32\x4c\xd3\xa9\x96\xce\x11\x53\x84\xdb\x20\xe2\x51\xb9\x5c\xe2\xcd\x60\xbb\x9d\x2e\xe4\xda\xcd\x1a\x17\x31\x67\x1a\x32\xa7\x22\xc2\x1a\x42\xc2\x4f\x2c\x42\xf8\xb1\x31\x6f\x8a\xff\x90\x34\x76\xda\x76\x28\x7f\x1a\x92\xea\xc6\x59\xbd\x70\xdc\x4a\x36\x5c\xb0\x87\xa1\x8b\x45\x34\x63\x44\xc3\x61\x77\x64\x1c\x65\x98\xe2\x3b\xe1\x1a\x27\x03\x9d\xc3\x46\x29\x01\x06\xd7\xa2\xd7\xd7\x4f\xc3\x2a\x26\x58\x33\xba\x13\x0e\xf5\xa8\x3a\x81\xcc\x73\x80\x87\x72\x04\x22\x14\x87\x06\xe0\x6d\xd1\x0c\x2f\xc1\x0e\x85\xd6\x81\x6e\x60\x16\x83\x3d\x7c\x2b\x3c\x09\xbc\x5b\xd6\x7b\x21\x29\x49\xb2\x5f\x75\x9c\x2e\x34\xa9\xf9\x60\x5f\xfd\x73\x32\xcf\xe2\xa5\x5e\xd4\xa9\xbc\x76\xf6\xf5\xaf\xb0\x25\x22\x61\x58\x53\x9e\x77\xb9\x12\x61\xfb\xeb\x4a\x2e\x96\x1a\x41\x50\xb1\x66\x26\x4e\xb5\xcb\x61\x8f\x80\xe6\x06\xe9\xb1\xb0\xfc\xab\xcb\x27\xc2\x30\x2f\x48\x27\xa2\xe0\x60\x00\x9d\x8b\x82\x8d\x01\x74\x21\x6a\xbc\x2c\xcf\xbb\x7d\xeb\x3f\xaf\x32\x33\xe1\x5d\x78\x3d\xfd\x60\xf7\xdc\xdb\xd7\x0f\x77\x13\xef\xc1\xbe\x7e\xb4\x3b\x29\xc2\xf5\xe4\x75\x26\xd0\x50\x8d\x6b\xc7\x05\xc2\xd3\xde\x83\x5d\xe5\xf5\xf6\x76\xa3\x12\x75\x29\xc5\xcd\x6d\x79\x82\x83\x8c\xea\xba\x70\x2c\x9f\x85\xab\x30\x9c\xd6\x4e\xa2\xde\xc8\xbb\x82\xf5\x5e\x3b\x5e\xd4\xdf\xec\x4a\x7b\x8d\xe6\x76\xd7\x8d\xaa\x37\xf3\x82\xe4\x57\xcb\xc8\xfa\xc1\x61\x70\x89\x47\xfa\x55\xf4\x1e\x9e\x06\xb6\x24\xe4\xb7\x08\xe3\x91\xf7\x8a\xfe\xe7\x3f\x54\x76\xf6\xbb\x8c\xef\x31\x2f\x44\x58\xde\xdf\xef\xf2\xbd\xda\xf9\xdc\xef\xce\xac\x51\x99\xe7\x84\xb0\xca\xc5\x67\xf5\xc2\x70\x58\xac\xd7\x56\x6f\x84\x79\x4a\xd0\xc8\xab\x50\xbf\x23\x2a\x69\x11\x68\x3c\xac\x71\x8f\xee\x77\x77\xd5\xb0\x37\x62\xde\x57\xaa\x86\x7b\xe5\xea\x25\x1e\xf0\x6a\x35\xec\x8e\x02\xed\xb7\xb4\x73\x38\x2e\x69\xa9\xb1\x80\x6e\x50\x78\x6b\x8b\xb3\x04\xaa\x45\x54\x18\xf4\x3c\x16\x14\xd8\x74\x9e\x23\x1f\xf6\x42\xdf\x3b\x44\xde\xd6\xf2\x34\xd7\xd6\x06\xc2\x28\x4b\x0f\x20\x2f\xde\x38\x47\xd0\xb0\xd1\xb9\x66\x3e\xd6\x33\xae\x19\x77\xd6\x06\xee\xac\xf5\x1e\xed\xb6\x1c\xbf\x83\x1b\x93\xfd\x23\x9d\x17\x24\x59\xa7\xf7\xc8\x3d\xf2\x76\xfa\xa3\xb8\x36\x13\x68\x63\x5d\x61\x89\xae\x1f\x79\xdc\x71\x5e\xf3\x3b\xf6\x8b\x97\x41\x33\x21\x7b\xda\xdb\xc7\x92\xfd\xee\x6e\xc8\xb8\x3d\xf4\xb3\xb1\xb8\x86\x91\x0e\x8c\x53\x88\x15\x8b\xb2\x08\xb5\xe5\x0e\x2e\xb0\x53\x1b\xea\x64\x8f\x9b\x40\x7e\x2b\x4e\x66\x84\x71\x6d\x62\x39\xe9\x4e\x79\x12\x17\x4d\xe4\x7c\xac\xdf\xcc\x3f\x2c\xd2\xf1\x42\x67\x59\x10\x86\xc6\xf1\xf4\x59\xd2\xb0\xa5\x4d\xb5\x1e\x0c\xaa\xbf\xbd\x42\x79\x12\xba\x5e\x70\x47\xd0\x6b\x79\xc8\xb3\xa5\x06\x86\xcb\x15\x47\x40\x4e\x9f\x02\xed\x17\x5d\x77\xc2\x07\xe4\x96\xb8\x3d\x59\x8d\xf7\x4e\xfd\x3c\xbd\x25\xed\x67\xab\xbd\x26\x8b\xb8\x5e\xe6\xb7\xd6\xb7\xa1\x13\x5b\x20\xd7\x4f\x91\x2b\xb4\x6e\x8d\x4f\x7e\xdc\xc0\x2c\x43\xa9\xb7\xd4\xab\x4f\x5a\x8f\x4b\x3b\x5d\xd9\x2a\x5c\x2e\x64\xb4\xa4\x45\x97\x71\x0e\x0c\xba\x73\x82\xbf\xe1\xa8\x5c\xfe\x98\x05\x6b\x9f\x29\x0b\xb6\xe8\x1d\xf6\xeb\xf6\xa3\x55\x9d\xdf\xad\x33\xf8\x2c\xd9\xf8\xe6\x51\x8d\xe3\x09\x19\x18\xd7\xae\x33\x6a\x7e\x97\xaf\x77\x95\xb5\x24\xbb\xbf\xbf\xe6\x7d\x3e\x5e\x6f\xbd\x83\x7f\x50\xf3\xf0\x99\x13\xbd\x6e\xed\x2b\x76\xed\xfe\x4d\x9d\x47\x6c\xfb\x7c\x7e\x82\x6f\xdf\x71\x3f\xa0\x98\x92\xc3\xa3\xe3\xa3\x49\x12\x2f\xb5\x62\x6b\xd3\x59\x95\xf4\x0d\xff\xbe\xb9\x05\xed\x61\x66\x9d\xd1\x8c\x4b\xf1\xac\xf0\x9e\xd5\x94\x61\x5c\xc7\x13\xf4\xc5\x20\x73\xc2\x44\x7f\x93\xac\xe1\x27\xa5\xca\xd0\x6c\x2e\x10\x95\x87\xed\x65\x8a\xb7\xa3\x28\x63\x07\x5d\x73\x1e\xb3\xa5\xf6\x4e\xaf\x7f\x67\x8b\x9d\xc0\x88\x6a\xfc\x5d\x3e\xe3\xc4\x41\x6c\x2c\xaf\x35\x84\xbf\xb6\x23\x18\x2f\x98\xcb\x9d\x9c\x03\x61\xb9\x76\x4b\x83\x8f\x85\xe4\x13\x13\x66\x5c\x84\xb5\xe2\x09\xc7\x58\xdc\xcc\x32\x5f\xd6\x05\x3d\x57\xbe\x71\xbd\x64\x7c\x80\x65\x28\xc9\x6f\x37\x95\x5b\x19\xd0\x31\x48\xf2\x30\x18\x63\xc4\xa8\x3f\x6e\xd7\x14\x06\xc9\x7c\x3a\x11\xd7\xf6\xa0\x4a\x32\x16\x50\x94\xad\x42\x88\xc9\xb0\x37\x0a\x5a\x3d\xbf\xc7\xc7\xe2\xe6\xda\xef\x72\xe5\x7f\xa5\x93\xe1\x44\x8d\xd8\x6e\xc4\x27\x08\x24\x06\x98\x21\x70\x6e\x80\x0c\x81\x0b\x5b\x62\xa0\x29\x42\xb7\xf8\xb1\x1f\xff\xc5\xc7\xbe\x48\x3a\x19\xee\x8d\x78\xc4\xf8\xc0\x00\x0f\x10\x50\x06\x78\x88\xc0\xc4\x00\x8f\x10\x98\x19\x60\x1f\x81\xcc\x00\x8f\x11\xb8\x32\xc0\x2f\x00\xdc\x1a\x63\x5f\x88\x31\x8c\xeb\xed\xa6\x95\x30\x6e\x36\x29\x89\x17\xe9\x8c\x24\xf3\xc6\x38\xcf\xc9\x32\xc5\x14\x43\xa7\xef\x19\x7a\xd7\xc6\x6d\x40\x60\x1c\x93\xcb\x94\x31\x8e\x43\x3c\x6e\xcf\x32\xa1\x6b\xc3\xcb\xc7\xed\x01\x64\xe1\xec\x30\x6e\x8c\x8c\xd7\x92\x8e\x19\xc7\xc9\x6d\x36\x63\x2a\x39\xb1\x1a\x16\x5e\x35\x53\x9b\x86\x21\xe3\xce\x6a\xfd\x52\x3b\x04\x96\xcd\x26\x1a\x40\x2f\xa7\xa9\x5c\x52\x27\xda\x8b\x13\x4e\xda\xa4\x34\x63\xed\x45\xab\x88\x05\x5d\x3f\x62\xbb\x8e\x9d\x7a\xaf\x46\xef\xc6\x6d\xbd\xdf\xe5\xa6\xe5\x7e\xf7\xb6\xd2\x54\xac\xd2\x18\x16\xf1\x05\xad\x32\x74\x08\x34\x48\x1a\xda\xa3\xaa\x56\x11\x38\x01\xbb\xbf\x60\x46\x20\x7d\x0b\x0a\x9c\x0c\x08\x6b\x5b\x1d\x1b\xfd\x0e\xad\x56\x59\x16\xd5\x57\xa9\x17\xb6\xbc\x9f\x50\x71\x6f\x5e\x9c\xc9\x2d\xa1\xf1\xa1\x40\xc5\x0b\x39\x51\x61\x1c\x80\x4e\x15\x09\xdb\x7d\x9f\x62\x12\x51\xd6\xbe\xdd\xaa\xc3\xbc\x1c\x81\xb2\xb5\xb5\xef\xcb\xb0\x1e\xc9\x57\xa8\xb8\x55\x60\x6e\xa5\xf6\x59\x3b\x5f\xe5\xb9\x99\x1e\x0f\x14\x4c\x1a\x42\x3b\x88\xb9\x82\x4a\x59\x9b\x78\xa1\x47\xe8\xa5\x5e\x24\xa9\xe2\x0d\xb3\xbf\x59\x23\xc9\x1a\xca\x46\x0c\x68\xd5\x6e\x7c\x98\x6a\x99\xe9\xc6\x2a\xd3\x8d\xb5\x8a\xa6\x02\x6f\x18\x02\xac\x4d\x40\xaf\x04\x23\x54\x71\x25\x62\xd4\xb0\xd7\xa5\x61\x14\x78\x91\x1f\x71\x2d\x3e\xa3\xef\x97\xf1\x42\x0d\xd2\x85\xa4\x76\x5c\x28\x61\x48\xd7\x4c\xe0\x68\x8d\x55\x8d\x21\x07\x59\xd5\x04\xcb\x70\xcc\xfa\xda\x9e\x36\xe8\x60\xa7\xeb\x6b\x1e\xa3\xc7\xd0\x51\x69\x43\x54\x69\x77\x15\xe3\xe3\x66\xf3\x05\x8c\x08\x18\xe7\x84\x1f\x96\x49\xe6\x8d\xa1\x78\xd2\x6c\xfe\x45\x43\x93\x6f\x23\x64\xbc\x09\x14\xe0\x3d\x82\x9a\xca\x15\xf2\x71\x9e\x4f\xdc\x90\x85\xb0\xb6\x99\xf2\x1c\x7d\xe7\x0a\x56\x8b\x31\x85\xd6\x4f\xdc\x0a\x15\x57\x25\x71\x0c\x7a\x24\x74\x8b\xa0\x16\x17\x8b\xd6\xfe\x81\x0e\x48\x26\x67\xfa\xc5\x34\xd3\xc4\x6f\xf5\x00\x9e\xca\x6c\x79\xa2\xf5\x05\xf1\xbb\x05\x78\x28\xaf\x89\xdf\x2b\x90\x11\xda\x03\xc8\x7a\x93\x88\xff\xb8\x80\x4c\xc5\x8a\x66\x4d\x9c\xc5\x26\x84\x36\x6c\x36\xc3\x61\x3c\xb2\x7a\x40\xed\xf8\x15\x92\x73\x25\x17\xd4\x18\x7c\xc0\xb0\xa2\x5a\x38\x80\x0a\x69\x2d\xfc\x70\xbe\xae\x57\xea\x70\xeb\x6e\x7a\xb6\xfd\x42\x61\x10\xfa\xc4\x99\x7a\x02\xda\x9a\x03\xa2\xfb\x8a\x4a\x91\x82\x58\x93\x28\xf7\x19\xc7\x80\xb6\x03\x4f\xe2\x16\xc4\x12\x4f\xa2\xa1\x03\x3b\xf1\xa9\xb7\xf5\x84\x33\x74\xfb\x10\xff\xdf\x6f\xa2\x3c\xf0\x8c\x66\xbc\xd9\xc4\x7a\x03\xf5\x5c\x61\xf3\x9e\xba\x97\x15\xc6\xe1\xda\x89\xaa\x55\x6a\x0c\xe3\x33\x57\x3b\x6c\x56\xc1\x99\xb8\x5b\x7f\x72\x57\x07\xc3\x3c\xff\xdf\x86\x5b\x08\x61\x07\x7c\x6b\x2f\xaa\x61\x7e\x2a\xa2\x66\x33\x7a\x2a\xb6\xf7\xd2\xbd\xd0\x1c\x6e\xc4\x8a\xc2\x26\x2a\xf4\xc0\xb1\xd8\xd7\x0f\x77\x69\x5c\x53\x85\xd7\xf5\x56\x56\xeb\x1b\xe3\xe6\x1c\xdb\xf8\x41\x09\x72\x8d\x02\xb0\x2e\x16\xdb\x43\x2d\xce\x2d\x7f\x8a\x19\xaf\x97\xe9\x8e\x78\xe0\x57\x74\x40\x86\x77\x44\x6f\x8f\x31\x9f\x1a\xdd\xb2\x15\x73\x2d\x88\x3b\x60\xaa\xd3\xd3\x0f\x60\x8d\xcc\x57\x4b\x5d\x64\xed\xeb\x87\x3e\x99\xa4\xab\x45\x91\xf1\x60\x5f\x3f\xf2\x91\x25\x98\x36\xa8\xd6\xd8\x9e\xb7\xfb\xe4\x0a\x36\xad\x93\xbd\xdf\x7d\xf8\x8b\x7e\xe4\x2b\xc6\xa3\x40\xfb\x97\x54\xbb\x41\x25\xe1\x9a\x1a\x28\xb6\xcb\x50\x8f\x6e\x91\xb7\xc0\x74\xea\x52\x11\x4c\x54\x64\xaf\x84\x55\x4e\x93\xb0\x15\x83\x9e\xb5\x86\xd9\xea\x55\xb8\x5c\x09\x1a\xb6\x62\xd6\xa1\x71\x2b\x42\x5f\xf0\x3a\xb6\xb7\x15\x3b\x6a\xc5\x8c\xf1\x16\xd5\x9e\x72\xfa\x74\x11\xae\x69\xc3\x05\x25\xc3\x9b\x28\xd1\x73\xc2\x0a\xee\x45\x94\x52\x8d\xc1\x60\xd0\x38\x3c\x6c\x7c\xfe\xfc\xf9\x73\xe3\xf5\x6b\x7f\x36\xf3\xb3\xac\x31\x7c\x35\x38\x1e\x7d\xf9\xe2\xc6\x26\x4c\xc3\xba\xa7\xa8\x20\x8c\xb7\xeb\xcb\x0e\x3f\x2d\x46\x0d\xf8\xbf\x49\x3d\x15\x4f\x9e\x3c\x79\x12\x6c\x89\xfb\xc7\x00\x25\x37\xb8\xff\xcd\xd1\x7b\x13\xdf\x6f\xec\xc7\x65\x6a\xce\xd8\xdd\x12\xca\xfc\xdf\x41\x6d\x83\xf6\xb6\x06\x83\xd6\xe1\xe1\xf0\x78\x54\xb4\xbb\x7d\x74\x74\x34\xfc\x32\x22\x0e\xce\xcf\xb0\x9c\x68\x9b\xb0\x0a\x1c\xfb\xdd\x46\x86\xe6\xb9\x6c\x2b\x1d\xcb\xd5\x74\x69\xce\x87\x6a\xf7\x8f\xea\xcc\xfe\x32\xcd\x96\x76\x50\x5d\xee\x31\xaf\xeb\x23\x75\x83\x2a\xf8\x2c\xe9\xcd\x32\xf5\xcd\xee\x59\xa4\x33\x5f\xde\x96\xf3\xe4\x7c\x82\x32\xd6\x9e\xac\x66\x72\x9e\xfc\xd0\x74\x27\xb4\xfe\x88\xff\xe6\x36\x48\x1a\xae\xbb\x01\xe0\x33\xe6\x8c\xda\x75\x17\x5c\xfe\x6d\x33\xb1\x79\xd8\xd0\x65\xfa\x7f\xbc\x99\x5f\x37\x9a\xb9\x4c\x37\x1b\xb9\x08\xab\x3b\x8b\xee\xe1\x35\x1e\xef\x05\xae\xb3\xd4\xdc\x51\xf4\x69\x28\xae\x69\x79\x22\x17\x3a\x21\xea\xe6\xe6\xb6\xf5\xb8\x38\xd1\x34\xeb\x7b\xc7\xa2\x3a\x11\x2e\xd8\x86\xec\x2a\x41\xe7\x25\x5e\x60\x63\x37\x91\xcc\xb4\x61\x73\xbe\x13\xfa\xdb\x65\x7d\x2c\x28\x58\xa2\x8f\x90\xe1\xa4\x06\x0f\xa3\x9c\x7b\x16\x0d\xf9\x96\xc1\x49\xb2\xf4\xa4\x82\x80\xcd\x19\x7c\x60\x81\x59\x49\x17\x19\xa2\xfd\xa0\x0d\xba\x28\x8a\x2c\xfb\x34\x85\x56\x11\x2c\x0b\x2d\xbb\x2d\x6a\x56\xaa\x22\xed\x16\xcf\x24\x94\x4c\xb4\x70\x04\x5d\x99\xe7\x1d\x68\x97\xf1\xb2\x75\x4e\xb1\xcd\x02\x8c\x5e\x5d\x08\x14\x18\x66\x48\x1e\xec\x3a\x37\xbe\xdd\x28\xe9\xce\x83\x0d\x0f\xcf\x2a\xac\x79\x78\xf0\xaa\x60\x35\xdd\x6b\xb2\xb7\x5c\x01\xb6\xcb\x56\x84\xda\x60\xbf\x5e\xbd\xd1\x81\x1d\x6b\xc9\x2a\x07\x17\x30\xd8\xcc\xe5\x07\xdf\xaa\xa5\xe0\x59\xaf\x7c\x0b\xa5\xe8\x9a\x8f\xd5\x3d\x11\x77\x56\x8f\xd3\x4f\xac\x0e\x62\xcd\x41\xfd\xbe\xb1\xd0\x0c\xc1\xa0\x3a\xa0\x73\x3d\x8f\x8e\x01\x7a\x5d\x67\xc2\x76\x23\x0c\xcb\x38\xf9\x52\x3c\xf1\x32\x8a\x5e\xe2\xc2\x31\x65\xb8\x30\x30\x69\x46\xce\xe6\x96\x23\x59\x0b\xe7\xfa\xb1\xf5\x5b\x18\x5d\x97\xf9\xe5\x17\xad\x91\x5a\x7d\x18\x3e\xeb\x97\x5f\xc7\x45\xeb\x4b\xbb\x78\x19\xb7\x6b\xd5\x97\xe5\xaa\x65\xbc\xb0\x78\x65\xb9\x58\x01\xcf\x31\x85\x65\x7d\xa1\xba\x87\xc8\xcf\x9c\xa1\xbc\x58\x57\xa0\x7f\x75\x0a\xc7\xf4\xe6\x96\x9f\x5b\xaf\xb5\x73\x8c\xe8\xa0\xd8\xd2\x32\x0c\xdd\x39\xd0\x0b\x8b\xb3\x93\x2e\x1f\x4a\x5e\xdc\x6a\x1a\xf1\x6e\x2d\x58\xfb\xc5\xba\xb2\x69\x02\x82\x86\x92\xf7\x7a\xfc\x41\xcf\x0b\x5b\xd1\x88\x21\xc2\x5a\x40\xe8\xcb\x70\x33\xde\x72\x93\x7d\xae\x85\x97\x6e\x2d\xbb\x36\x81\x47\x7f\x17\x75\x78\xed\x2e\xf6\x57\x5b\xbe\x5e\x86\x4b\xfd\x23\x4a\xaf\x9d\xd1\x7c\x11\xd6\x6e\x45\x00\x41\xe7\xc8\x6a\x4d\x99\xd8\xec\x4b\x7f\x3b\x19\x89\xfd\x97\xd8\x53\xe7\x6c\x2b\xdc\x7c\x30\xc7\x79\x6b\xa2\xc6\x6c\xbc\x1e\xf0\x1b\xbf\xc6\x97\x4c\x40\xa8\x8b\x75\xdf\xdd\xaf\xbf\xd7\xe4\xe3\xa6\x5b\x3f\x90\xbe\x7d\x4b\x87\x81\xce\x1f\x16\x0c\xd3\xde\x7a\x91\x5b\xae\xcf\x15\x21\x9d\xcc\x5f\x3b\x43\xaf\x4e\xab\x36\xa4\xe2\x59\x41\x76\x68\x83\x9e\x9d\xcd\x3a\xb8\x1b\xbb\xb8\x63\xb6\x5e\xe5\xdd\xdd\x55\x06\xc9\x7c\x4b\x85\xf7\x61\x2d\xbe\xc6\xb9\x8f\x56\xeb\xaf\xd8\x92\x87\x27\x7a\xa1\xe8\x96\xa1\x8f\x49\xbc\xad\x2a\x5e\x7c\xa5\x91\x80\x4d\xb3\xa7\x1f\xf0\xde\x88\x61\x2b\x42\xd0\x7b\xcb\x7b\x59\x45\x15\x1a\xad\xdd\xcc\xaa\xf5\xf8\xce\xd2\x41\x32\x37\x65\x7c\x7b\x0b\xdc\x9b\x5b\xea\x8e\x9b\x5b\xdb\x6b\xae\xdf\x9f\x72\x3c\x7d\x1f\xc2\xb5\x50\x6d\xeb\x87\xb7\x1c\xde\x8d\x7a\xf6\x9d\xbc\x5a\x18\x74\x79\xb0\x24\x05\xae\xc8\x8d\x9d\x63\xdb\xe5\xc6\x16\xd7\x02\xa4\x3e\x3a\x8d\xa0\x56\x07\xb9\xa6\xcc\x7b\xdc\xfa\x09\xb3\x61\xf7\x1f\xff\xa3\x18\xe6\x3f\xb6\xed\xc5\xea\x63\x79\xfe\xd8\x2f\xa1\x2a\xfb\xfe\x63\x8c\xd6\x7e\xec\x5e\xeb\x0c\xef\x3c\xb0\xbe\x53\x0f\x2f\xc2\xcb\xa8\xa3\x31\x15\x37\xb2\x4a\x79\x13\xd6\x4e\xa7\x8f\xeb\xca\xaf\x13\xf9\x86\xd3\xea\x1c\xd7\x38\x1d\x23\x97\xa0\x4b\x50\x89\x07\xd4\xf5\x17\x5b\xa2\x89\x5c\x3c\x5b\x52\x77\x2b\xff\xb9\x2e\x17\xe4\x41\xaf\x17\x44\x01\xb9\x9c\x11\x9f\x7c\x18\x10\x3f\x0a\x88\x84\xf4\xb3\x01\x71\x8e\x3e\x6c\xcb\xc2\xe1\x54\x8d\xc4\x57\xda\xd3\x0f\x76\x29\xe9\xb6\x89\x57\x8b\x04\xfa\x6b\x43\x9b\xa8\x5f\x8d\x73\xce\x3d\xee\xc2\x7c\x9e\x9a\x7b\xff\x4b\xad\x1a\x9f\xe6\xc9\x37\xbd\xc8\xe4\xb4\x71\x9c\xcc\x74\x9d\xc0\x17\x77\x6e\x0f\x25\xb6\xc8\xd5\xd1\xef\x39\x1f\x38\x94\xdb\xef\x9d\xb4\x91\xe1\x7d\x41\xe3\xd1\xf1\x1c\xd7\x7d\x18\x76\x8f\x14\x3e\xb4\xa1\x2c\x2e\xd8\x6f\x7b\x4e\x30\x50\x26\x94\x04\xc3\x09\x1d\x65\x49\x46\xeb\x7b\xae\x7e\x01\x7e\x28\x47\x3c\xba\xa3\xa4\xbd\x4c\x3f\x5d\x5e\x96\x6f\x86\xf4\xab\x6b\xd7\x3b\x51\x10\xfa\xf4\x0e\x7a\x22\xaa\x2e\x63\x0f\x06\x83\x41\x3e\x18\xe4\x87\x87\xb9\x52\x4a\xd5\xee\x73\x3b\x77\xc4\x4d\x7c\x55\x0f\xa3\xa7\xb6\x13\x75\xaf\x83\x45\x1b\x33\x58\xd9\x54\x8e\x6b\x35\xda\x60\xed\xf6\x61\x87\x8a\x9f\xdd\x57\xf5\xd8\x1a\xe5\xd6\x71\xe2\x46\x74\xb4\xfe\xb6\x85\x21\xb8\xd0\x53\xb9\x4c\xbe\x69\x58\x25\xc3\xe8\x27\xf3\xa3\x83\xf2\x66\x13\xf3\x75\x35\x3e\xf7\x55\x27\xa9\xb5\x20\x8e\x5c\x87\xf0\x96\xaf\xc8\x83\x6e\x40\xe2\xd5\x72\xb5\x80\x75\x79\x29\xb3\x25\xf9\xc9\x77\xa3\x20\xc2\x70\x36\xe7\x8b\x59\x27\xa9\xbf\x62\x18\x39\x12\xcd\x7d\xf5\x25\xc4\xe7\x5d\xb6\x3d\x4e\x12\x22\x2f\xc3\xe7\x0d\x91\x8f\x0d\xc9\x19\xf1\x00\xea\xd7\xc6\x19\x79\xc7\x5b\x3d\x4f\xf4\x7c\xe9\x0a\x94\x4d\xa4\x76\x96\xae\x16\x91\xf6\x48\x4e\xbc\xce\xa9\xba\xe9\xf1\xbd\xdb\x8e\xcd\x74\x1d\x91\x1b\xd3\x70\x8d\x51\x2a\x13\xca\xf0\x79\x15\xc5\xab\xf7\x51\x60\x3e\x68\x5c\x1b\xdb\x24\x72\xc3\xe5\x92\x98\x6e\x6a\x24\xe6\xf2\x2e\x97\x65\x84\x9c\x44\x43\x8b\x14\x06\x74\x21\xd5\xca\x96\x68\xd6\x2f\x2e\xf3\xd8\xd7\x28\x63\x7c\x34\x22\xee\xc7\x9e\xc7\xc6\xc3\x78\x24\x10\x37\x36\xb8\x85\x22\xee\x38\xe0\xa2\x1a\xeb\xb5\x6d\x2c\x7c\x5d\xbc\xb7\x67\xd3\xae\x78\xb9\xf8\x59\x1d\x14\xfc\x77\x54\x9c\x6e\xaf\x58\xc8\x70\xc2\x1f\x73\x73\xcc\xe0\x78\x85\x7e\x5e\xc5\x7e\x6d\xb3\xde\xfc\xe7\xf5\x06\xc9\x7c\x5b\xad\x34\xaa\xeb\xc4\x18\x08\x56\x3f\x43\xaf\x9d\x8d\x9d\x28\xba\x99\xcb\xdc\x78\xb3\x12\x03\xa0\xfa\x35\x75\xa7\xb6\x3d\x46\xab\x1b\x59\x50\x5e\xcf\xa9\xac\x46\x5b\xe8\xe4\x5b\xd9\x5a\x54\x42\xa0\xb0\x3c\x6d\x2e\x26\x4b\x03\xb5\x40\x2d\xbf\x8d\x56\xa5\xc9\xc4\xe4\xba\x3f\xe0\x72\x63\xf9\x7f\x36\xd1\x4f\x4e\x4c\xaf\xdb\x5a\x4f\xa8\x5d\xbd\x76\x16\x66\x0f\xed\x6d\x11\x1e\x8a\x95\xa7\xf7\x05\xbe\x39\xd7\x94\xdb\xc2\xec\xbe\xd6\x67\xf5\x32\xb2\x37\x77\x79\xc8\xdd\x88\xce\xc5\xdd\x68\x2d\x17\x2f\x8b\xb6\xbd\x8d\x57\x3c\x87\xe7\xbb\x2f\xe5\x39\x0e\xa8\x72\x8d\x54\x57\x45\xc5\xe6\x2a\xe0\x63\x51\x4d\x3c\x9f\x08\x77\xa6\x79\xb2\x65\x79\xc5\xf8\xd2\xcb\x18\xff\x4e\x0e\x44\x37\xcf\xbb\x07\x22\x6e\x36\xbb\x07\x62\x8c\x7f\x27\x79\x4e\x63\x4f\xa0\x97\x7d\x37\x8b\xe8\xb7\x88\x4e\x98\x37\xc6\x17\xf2\xf8\x44\x74\x19\x4f\xea\xeb\x27\xbe\xdf\xd3\x0f\xb8\x14\x97\x34\x46\xef\x07\x4f\xca\xd5\x83\x21\x82\xa1\xb8\xb4\xa1\x83\x49\xb9\x7c\x42\x28\xc0\x07\xfd\x6c\x81\x59\x3f\xd1\xfd\xbd\x87\x7c\xec\x89\x4b\x1a\x75\xf6\x1e\x32\xae\xc5\x25\x5d\x45\x74\xcc\x18\x9f\x78\x42\xf3\x71\x4b\x98\x16\x69\x06\x76\xc2\x25\x9d\x74\x7a\x7b\x8c\x4f\xee\x8b\xde\x1e\x4f\xda\xb8\x15\xc6\xf0\x19\xb3\xf2\x26\x3c\xb1\xcb\x4d\xad\x3b\x9d\xdc\x29\x79\xf8\x4b\xb7\xbb\x2b\x3b\xbd\x87\xfb\xdd\x27\x8f\x1d\xcf\x90\x8b\x63\x0a\x77\x65\x07\x90\x1d\x57\x50\x54\xbf\x8c\xbd\x39\x41\x7d\xe7\x01\xac\xf2\x74\x05\xb8\x6d\x71\x5c\x52\x3e\xaf\x16\x3a\x33\xe9\x29\x73\xcc\x51\x6a\x2d\x76\xed\xae\x22\x3c\xb2\xa9\x08\x05\x91\x1f\x75\x7a\x7b\x7d\xeb\xa9\xac\xd1\x70\xc2\x0c\xbf\x45\x75\x1e\xc0\xb8\xb4\xee\x4c\xe3\x22\x2b\x9a\xd0\x79\xec\x29\x7b\x92\xd2\xaf\x9c\x92\x45\x69\xd1\x2a\xd7\x2f\x69\xcb\xf6\x1e\xee\x42\xf1\x83\xfd\xa2\xb4\x70\x4d\x96\xe3\xf7\xb0\x8b\x18\xfb\xfa\x61\xdd\x3d\x69\x11\x7e\xd9\x7f\xd8\x35\x18\x3d\xfd\xa0\x20\x51\x39\xfe\xfc\x4d\x7f\x9b\x59\xa1\x21\xf3\x54\xdf\x3a\xef\xfd\xe5\x64\x91\x5e\x35\xca\x6b\xf8\x94\x7c\x9a\x5f\xcc\xd3\xab\x79\x63\x35\x4f\x96\x0d\xd0\xa6\x1d\x87\xd2\xf7\x0d\x0d\xab\xc6\x56\x0c\x79\x67\x38\xdd\x01\xbc\xdf\xdb\xdb\xdd\x7b\xf4\x64\x4f\xef\x7b\x0f\x7a\x8f\x1e\xec\xeb\xfd\xdd\xaf\xb5\x11\x86\x75\xe9\x38\xf3\xdc\xa5\x74\x87\x75\x23\xb3\xb5\x4b\x13\xd1\xa6\x5f\x14\xd5\x10\x89\xaf\xe4\xb9\xfc\xea\xd9\x7f\x41\x1e\x99\xc0\x50\x8e\x9c\x2f\xfc\xea\x0c\xc0\x65\x69\xa1\x65\x78\x21\xda\xf1\x9b\x45\x5b\x1e\x25\x02\xe5\xae\x52\xd7\x68\x98\xe7\x3d\xbe\xb3\x13\x71\xc9\xdd\x23\xaa\xc3\xa8\xae\xea\x7f\x36\xd7\xb2\x43\x30\xcd\xb4\xb8\xd0\x54\x41\xaf\x49\x46\xf0\x8c\xad\x84\x31\xf4\x70\x5c\xc1\x13\x80\x27\x15\x0c\xc6\x2e\x4f\x2a\x78\x00\xf0\x79\x05\x5f\x03\x7c\x21\xf4\xd3\xa9\x6e\x67\xcd\xe6\x90\x64\x84\xeb\x51\x9e\xf7\x84\x00\x4e\x37\x24\x33\x32\xca\xf3\x18\x8a\x67\x08\xce\x08\x8f\x6d\xf9\x18\x32\x26\x50\x3e\x86\xf2\x09\x82\x13\xc2\xc7\xb6\x1c\x33\x14\x94\x4f\xa0\x5c\x21\xa8\x08\x9f\xd8\xf2\x04\x32\x06\x50\x9e\x40\xf9\x00\xc1\x01\xe1\x89\x2d\x3f\x87\x8c\x6b\x28\x1f\x92\xeb\x6b\xc2\xcf\x4b\x83\xe3\x62\xb8\x37\x12\x21\xbf\x18\x3e\x18\x09\x4f\x1e\x74\xf9\xc5\xf0\xe1\x48\x44\xfc\x79\xed\x9d\xf3\x0b\xd7\x09\x59\x97\x3f\xa5\xd3\x7c\xaa\x87\x72\x14\xec\xf4\xfc\xea\x7d\xe4\x00\xf3\x7c\x8a\x3f\x22\xe4\xb5\x17\x25\x5e\xae\x5b\x4f\xae\xa1\xcd\x23\x71\x68\x05\xdb\x8e\x74\x34\x4f\xf3\x0c\x66\xd8\x06\xdd\xfc\x25\x2a\xea\xc6\x95\xcd\x23\xc6\x78\x78\xd7\x31\xd9\xab\x35\xa9\x26\x66\x7a\x9b\x6a\x03\x3c\x80\xeb\xaa\xd0\x68\x35\xb1\x83\x6d\xd8\x58\x1f\xa4\x8e\x42\x11\x52\x49\x19\x75\x5f\xec\x77\xb9\xc4\xbf\x91\x91\x4a\x7b\x8c\xc7\x20\x23\x50\x8b\x1d\x8b\x88\x4f\x44\xcc\x13\xa1\xf9\x39\x8c\xb8\x90\x7c\x2a\x14\x9f\x09\xbb\x0f\x8f\x0a\xef\x73\xd1\xd7\x59\x40\xbb\x07\xb3\x80\xb4\xec\xfb\x33\x1f\x88\x47\xc7\xc1\xd8\x23\x9f\x4d\x06\x9d\x04\x13\x8f\x0c\x2c\x90\x04\x89\x47\x0e\x2d\x70\x9e\xe7\x17\x79\x3e\x0d\xc8\x71\x91\x11\x9c\x7b\xe4\xb5\x05\x2e\x82\x8b\xaa\xde\x34\x98\x7a\xe4\x08\x01\x9f\x7c\xe8\x1e\x12\x7c\xb0\xed\x75\xc4\xdf\x44\xfc\xb7\x48\x14\xcf\xe5\xdb\xb7\xda\x13\x9d\x89\xe1\xc8\xbc\xe6\xcb\xdf\x46\xe2\xe6\x96\x0f\xf0\xef\xbb\x48\x74\xe8\xe9\x70\xf8\xef\xd3\xe1\x68\xf7\x74\xc4\x72\x7a\x7a\xca\x02\x3a\x48\xf3\xc1\x20\x80\x7f\xf9\x61\x9a\x1f\x1e\xe2\x9f\x00\xfe\x81\xcd\x1a\xa8\x20\x57\x69\x90\x5f\x0d\xd3\xfc\x6a\x14\xe4\x27\xc3\x34\x3f\x19\x05\xf9\xc7\xdc\x9c\xac\xe6\xd5\xdf\xfc\xf3\xe7\x7c\x3c\xa6\xe3\xf1\x38\x60\x41\xfe\xea\x15\x7d\xf5\xea\x15\xa4\x74\xfe\x22\x97\xf9\xb3\x7c\x32\x09\xf2\xd7\xaf\x83\x7c\x36\x0b\xf2\x2c\x0b\xf2\xa3\x9b\x1e\x7f\x72\x9b\x7f\xcf\xff\xca\x7f\xfc\x08\xf2\x2f\x5f\x82\x1c\x9f\x3c\x7b\xbf\xbd\x9d\x6f\x8f\x8f\xf2\xb7\xc7\xf9\xdb\xb7\x01\xfc\xcb\xa7\x37\x3d\xfe\xf0\x16\xf0\x3f\x60\xef\x3e\xe2\xdf\x3f\x22\xd1\x39\x55\x1d\x7e\x84\xbf\x90\x3a\xc6\xd4\xcd\x83\xdb\x0e\xff\x64\x92\x0f\x6f\x3b\xfc\xcf\x48\x74\x86\x5e\x6b\x14\x9c\xaa\x9b\xfd\xdb\x0e\x3f\xb1\xf8\x41\x87\xff\x65\xb0\x7a\x1c\xaa\x7c\x2e\x00\xa8\xf4\xc5\xa9\xd4\xe3\x50\xed\x1e\x16\x7b\x1d\x7e\x56\x15\x79\x1d\x2e\x95\xe8\x7c\xc9\x01\x06\x9a\x7e\x80\x2d\x19\x27\x3c\x54\x15\x16\x3d\x6d\xdb\xaf\xb0\xa0\xc3\x23\x28\xe9\xb6\x9e\x8c\x76\x87\xff\x9f\x6c\xfd\x38\x5d\x75\xbb\xcf\xba\xad\xd3\x55\xf7\xd1\xcb\x97\xa7\xab\xee\xe3\x2e\x00\x87\x8f\x01\x78\xf9\x04\x81\x97\x87\xcf\x01\x38\x7c\x89\xc0\xcb\x17\x2f\x47\x5e\x3e\x3c\x5d\x75\xf7\xb1\xb4\xbb\xff\xf2\xe5\x69\x67\xe4\xd1\xd3\x6c\x37\xa8\x67\x8f\x3c\x66\x0c\xcc\x84\x2b\x05\x63\xa6\xf1\x6f\xac\x44\x97\x8f\x95\xe8\xf1\x89\x12\x7b\x3c\x51\xe2\x01\x3f\x57\xe2\x21\xbf\x50\xe2\x11\x9f\x2a\xb1\xdf\x7f\x0d\x1c\x95\x1b\xb6\xb5\x37\xe2\x64\x90\x92\xbb\x3c\x72\xa5\xa3\xfd\x96\x71\xa8\x06\x55\x6a\x0e\x3c\xf9\x33\x0f\x9e\xf3\xba\x96\x51\x9c\x59\x49\xe6\x9f\xd3\x71\x48\xfc\xa0\x56\x41\x32\x51\x8b\xef\xb0\x3f\x27\x91\x49\x61\x92\x1f\x15\xd0\x80\xf0\x48\x15\x69\x0b\x7c\xa4\xc0\xc2\x39\xe0\x8e\x6a\x2f\xf3\xb1\x9b\x10\x1f\x0c\xf8\x4a\x25\x6b\x41\x9f\x11\x73\x60\x70\x37\xb0\x5d\x13\x26\x2a\x4f\xac\xdd\x47\xb2\x24\x57\x3c\x2a\x9f\x51\xef\x1b\xeb\x5b\x07\xe6\x23\xda\x3f\xa7\x11\xab\xbd\xc3\x2f\xe4\xad\x31\xc4\x67\x4a\x90\xdf\xe4\x7c\x25\x17\xd7\x67\x2f\x75\xb8\xc0\xc4\x40\x2e\xa2\xc9\xd9\xb3\xcb\x45\x32\x3d\x1b\xc8\xeb\xb3\xdf\x56\x73\x7d\xf6\xdb\x6a\x7a\x7d\xf6\x6c\x35\x5e\x65\xcb\xb3\x23\x7d\xb9\xd4\xb3\x50\x2f\xce\xde\x47\xcb\x14\x7e\xdf\xa5\xdf\x4c\xc6\xa1\x8e\x30\x41\x8a\xe7\xa0\xcf\x08\xe3\x73\xf3\x15\xf8\x02\x10\x07\xd2\x05\x61\xa0\x0b\x64\x81\x26\x50\x03\x4a\x40\xa4\x56\x3f\xc5\x17\x76\x7f\xfe\x9c\xd3\x4e\x0f\x3b\x74\xa9\x44\xe7\xdf\xa7\xd9\x2e\x0d\x7c\xb3\x9f\x6e\xf6\x6f\x73\xdc\xc4\xac\x45\x03\x9f\xc2\xd6\x6a\xc1\x1f\x96\xd3\x13\xf8\xbd\x57\x24\x5a\x98\x07\xa9\x53\xc5\x18\xa5\xc7\x79\x83\x21\x48\x7d\xe7\x2f\xec\x42\x8f\x05\xe6\x1f\x1d\x9e\x7a\xa7\x66\xd3\xd2\xc0\x37\xfb\x96\x05\xf9\x69\xb6\xfb\x05\x8a\xef\x75\xf8\x57\x25\x86\xc3\x5a\x50\x09\xe1\x9d\xb2\x61\xad\x53\x75\xb3\x67\xff\x76\x46\x7c\x48\x6a\x68\xd8\xea\x0d\x94\x57\xaf\x5e\xbd\x6a\x0d\x4f\x46\x27\x27\xad\x17\x25\xd2\x49\x81\xb5\x86\xb2\x86\x50\x7d\xe3\xb0\xfe\x85\x07\xb7\x9d\xd1\x88\x2f\xb0\xb1\x6e\xc8\xcb\x11\xe1\x1d\x1c\x08\xe4\x4b\xe5\x1f\x1c\x04\x24\x56\x20\x6f\xc7\xab\x50\x36\xca\x6d\x91\x9b\x0f\x4d\xc8\x70\xfa\x3a\xc1\xa1\x5c\xea\x53\x4a\x4f\x5b\xc0\xfa\x58\x27\xe9\xdf\x79\xc3\x53\x48\x49\x6d\xf0\x2d\x3e\xdc\xb5\x5c\xac\xac\x6b\x50\x4e\xa7\x59\x03\x50\x1a\xcb\xb4\x71\x9e\x99\xd0\xa1\xc6\xf1\x24\xc9\x30\x1a\x37\xc9\xa2\x74\xb5\x90\x63\xad\x1a\x72\xae\x1a\x57\xc9\x74\xda\x08\x75\x63\xa1\x67\xe9\x37\xad\x1a\xc9\xbc\xb1\xba\x8c\xd2\x59\x32\x1f\x37\x66\xf2\x3c\x5d\x34\x16\x1a\x83\x76\xcb\xe0\xdd\x85\x8e\xf5\x02\x68\x4f\x96\xcb\xcb\xcc\xef\x74\xc6\xc9\x72\xb2\x0a\xdb\x51\x3a\xeb\x98\x06\x15\x3f\x49\x96\xad\x74\xd6\xe9\x3d\xec\x3e\x6e\xc4\xe9\xa2\x31\x4b\x17\xba\x91\xcc\xe3\xb4\x4d\x6a\x9c\xa9\x7e\x89\x5c\xb6\xcf\x12\xcf\x79\x69\x83\x34\x8a\x87\xeb\x0c\x7b\xeb\xe2\x64\x22\x6b\xbd\xf3\xa4\xc3\x1c\x81\xde\xef\x75\xbb\x4e\x15\xa8\xf4\x10\x2a\xd9\x97\x67\x9c\x82\xcf\x84\x3f\xba\xa3\xe4\x33\xe1\xfb\x7c\xa7\xeb\x96\xfe\xb0\x6f\xd7\xe0\x91\x2e\xb0\xbe\xcf\x84\x9f\x19\x86\x08\xe8\x15\x7b\x34\xd5\x3f\x47\xfc\x53\x05\x7f\x26\xfc\x4b\xc4\xff\x74\x32\xaa\x1c\x60\x87\x36\xa7\x28\x1a\xf1\x18\x39\xaa\xa5\x55\xf6\x37\x34\xaf\x88\xc6\x6a\x24\xf6\x9c\x5b\xb0\x81\x34\x87\x06\xc7\x57\xe9\x61\x32\x4e\x96\xf8\x24\x4d\xc8\xfc\xaf\x34\x64\xb7\x96\xce\x76\x2a\xdb\x2b\xde\x32\xbe\xa5\x40\x6c\x91\x2b\xc0\xd3\x3d\x0a\x7f\x0f\xf6\x7f\x09\x7a\x4f\xba\x5d\x7f\x4f\x3f\x60\xb7\xc8\x9e\x96\x4a\x3c\xa7\xa4\x78\x23\x87\xf0\x9d\x1e\x03\x31\x79\x05\x62\xf2\xea\xca\x88\xc9\xab\x94\x18\xc7\x1f\x8e\x3f\x39\x81\x32\xd8\xca\x50\x76\x02\x65\x45\x68\x0a\x4e\x00\x22\x72\x72\x65\xa0\xa2\x88\x93\x13\x33\x23\x57\xa5\xc0\xba\xba\x72\x67\xe4\xa4\xcc\x3f\x39\x29\xf3\xff\xa0\x43\xa8\x80\xa8\x80\x01\x65\xdb\x44\x51\x38\x54\xd5\xd3\x1a\x3d\x56\x3c\xe0\x8a\x3d\x5c\x29\x71\xa3\xd2\x2b\xbf\xcb\x55\x7a\xed\xef\xdf\x42\xf7\x90\xdb\x0c\xe1\xe7\x90\xf0\x07\x23\x0e\x29\xe8\x48\xf9\xfc\x88\x69\x7c\x05\x22\x86\xe9\x00\xd6\xf9\x2b\x2a\xd2\x87\x84\x1f\xdb\x05\x82\x80\xc9\x5b\x6f\x24\xbb\x89\xdc\x87\x4e\xec\xfb\xb2\xd5\x53\x26\xee\xbb\xd6\x66\x62\xbe\x29\x87\x91\x80\x2e\x90\xcc\xeb\x31\xfb\xdc\x09\xd6\x37\xa5\xf3\x6c\xa9\xa5\x6a\xff\xf7\xdb\xff\xd1\xc3\x5f\xc8\xe6\x1d\xda\xbb\x0e\xbd\x5c\x37\xee\x81\x8d\x55\x92\xb7\x8c\x5f\xad\xb7\x54\x7e\xff\x59\x4b\xa1\xf4\xff\x51\x4b\x25\xde\x64\x2b\x5b\xda\xff\x4d\x52\xf2\x85\x70\xe2\x13\xc6\x31\xfd\xc5\x9c\x87\xbf\xc3\x6c\x69\xb4\xa5\x2f\x36\x09\x33\x0a\xe5\x5f\xbe\x6c\x9f\x4d\x7b\xc5\x7e\xa7\x0b\x8a\xce\xf2\xc7\x4c\xe0\x15\x61\xbb\xe8\xbe\x2b\xd1\xb1\xc2\x38\x47\x21\xdc\x19\x83\xc8\x70\x2f\x13\x6c\x4e\xf9\x35\x54\x3a\x6d\xb1\xc0\xe8\x05\xbb\xec\xb4\xcd\x02\x0a\xf2\xe6\xd4\xc7\x1f\x1a\xf8\x36\x75\xda\x86\x82\x1b\xd0\xbd\x41\xfb\xfe\x01\x52\x8a\xb6\x58\xf0\x01\xaa\x06\x3e\x05\x55\x9c\xb7\x47\xbb\xec\xb3\xa1\x56\xc2\x83\x35\xf8\x10\xe1\xe3\x5a\xde\xeb\xbf\xa9\x73\x04\x1f\xcd\x2b\xf8\x84\xdd\xeb\xf4\x3f\xcb\x76\x3c\x17\xaf\x65\x15\x0b\x8b\x7d\x7a\xa6\x84\x0c\x69\x8f\x13\xa9\x14\x61\xfc\x57\x04\x5b\x3d\x4e\x8a\xb8\x35\xc2\xfa\x6b\x21\xaa\xc2\xd1\x3a\x8e\x0b\x79\xfe\x85\x20\xb9\xe7\x6b\x6b\x6d\x2a\xe7\x63\xba\x71\x99\xe5\x8d\x59\x5f\xbc\x7e\x9d\xc5\x55\xad\x41\x4a\x8e\xf5\xb2\xb1\x9c\xe8\x06\xd0\x58\xc9\xb1\x06\x69\x1d\x27\xe3\xd5\x02\xf5\xb8\x76\xe3\xd3\x66\x65\x53\xd1\xdc\xb4\x2d\xeb\x65\x6b\x42\xf3\x8e\xc0\x4e\xf7\xf3\x6e\x5c\xa9\x59\x34\x46\xae\x8d\xc7\x3f\x97\x9e\xc0\x5b\x3f\x6f\x4a\xd0\x57\xaf\x7e\x5e\xcd\x32\xe1\x5a\xcd\xc3\x90\x92\xf1\x18\x3e\x48\x0a\xaa\xa4\xca\xdd\x92\x0d\x4a\x5c\xc5\xeb\xd7\x0a\x36\x4b\xac\x24\xb0\xdc\x73\x3c\xae\x89\x03\x9b\xfb\xea\x95\xd9\x7c\xaf\x4a\x29\x3d\x2e\x53\x40\xb2\x92\x0e\xd0\xa0\x0a\x32\x1f\xac\xa4\xb7\x69\x70\x05\xdb\x16\x55\xd2\xdc\x76\xc9\x66\x80\x54\xb1\x7d\x2c\xfa\x6a\xbb\x60\x2a\xfe\xad\x84\xd9\x2b\x25\x8c\xa5\x65\xfa\x32\xaa\x89\x6f\xe3\x55\x8c\x86\xfa\x27\x12\xfc\x35\x25\x1f\x8d\x3d\x58\x46\x9c\xe2\x30\x15\x00\x27\x1f\xcd\x08\x7d\x24\xfc\x0f\x94\x32\x90\xda\x66\xb8\x3d\xd8\xa5\xc6\x76\xb3\x64\xad\x7c\x33\x42\xda\xca\xb6\xa5\x2e\xc4\xda\x52\x83\xa0\xb2\xf2\xac\x14\xbc\x87\x87\xee\x20\x1f\xa6\xeb\x5f\x2a\xb8\x6a\x10\xd6\x4f\x7f\xfd\x70\xeb\x91\xb1\xb5\x22\x8d\x4c\x24\x23\x3e\x31\xea\xd2\x26\xdd\x10\x9f\xa4\xfb\x4a\x8b\xff\x24\xe1\x24\xc2\x37\xb3\xf0\x35\x16\xdc\xf5\x87\xa8\xa4\x98\xeb\x5b\x3b\x5d\x54\x50\x14\x0c\x1b\x51\x56\x68\x1b\xc5\x44\xa9\x7f\x60\x5b\xbb\x91\x54\x35\x1b\x5d\xfd\x4f\x64\xb6\x18\xfb\xea\x7f\xa3\x54\x27\xa2\xed\xf2\xb0\xa5\xa6\xa3\x2f\x6c\x66\x15\xb4\x5c\xea\x2b\xc4\x3c\x2d\x64\x77\x9f\xc9\xd0\xb5\xbd\x67\xf2\x5e\x98\xc9\x57\xe5\xe4\xeb\x32\xf5\xa2\x4c\x41\xfb\xad\x0f\x41\xd5\xd3\x16\x80\xd5\x0f\x69\x53\x6c\x0a\x36\x85\xa5\x71\x91\x57\x8e\x82\xf5\xc8\xc2\x7e\xf1\x9f\xc9\x84\x6d\x25\x54\xcd\x39\x60\x1b\x2c\xa4\xdd\x6a\x0a\xbb\x03\xcd\xbf\x63\x93\xd6\x54\xbf\x17\x4a\x90\xa3\xd5\x5c\xc9\xeb\xb3\x41\x8a\x3f\xc7\x2b\x9d\xc1\xef\x89\x56\x73\x93\x3a\x9e\xac\x16\x98\x78\xb9\x48\xe0\xe7\x48\x2e\x57\x0b\x18\x23\xd7\xde\x7f\x69\x08\x01\x15\x20\x01\xd5\xa1\x22\xd4\x81\x0a\x35\xdc\x57\x88\x7b\x36\x48\xcf\x8e\x57\x67\x27\xfa\xec\x78\x72\xf6\x72\x71\x76\x24\x5d\x24\x58\xc1\xaf\x89\x35\x38\x91\x73\x9b\x33\x27\x9c\xdd\x09\x14\x4c\x26\x3f\x67\xe9\x36\x2c\xec\x7e\x6f\x2f\xcf\x7b\x7b\xb7\x8c\x1f\x85\x94\x48\x73\x93\x10\x92\xcf\x50\x95\x87\x69\x47\xc2\x9c\x4c\xcc\x84\x4b\xc2\x8f\x43\x4c\x3d\x2b\x53\xaf\xcb\x09\x9f\x94\xa9\xd7\xaf\x5d\x5e\x30\x99\x94\x10\x6c\xe9\xd7\x84\x03\xc2\x88\x27\x56\x4f\x92\x84\x93\x67\xdb\xd5\xa4\x24\xfb\x30\x73\xe6\x1e\xdf\x45\xc3\x3b\xb2\x65\x88\x1a\x4e\x2e\x50\x99\x40\x33\x27\x5b\xc8\x84\xf8\xca\x1b\x4c\x2c\xc7\xc5\x51\x3c\x04\xb7\xd3\xb5\x13\xfd\x5a\x89\xce\x50\x5e\x8e\x4e\xdb\xc1\x2c\x38\x6d\x07\x9d\x84\xbf\x41\x9e\x01\x68\x59\xc9\x34\x66\x30\xb2\x60\xfb\x9b\x21\xb7\x07\x79\xc6\xad\x66\xd2\xe6\x85\x8e\x77\x88\x6a\x47\x62\x36\xab\xf5\x7d\x06\x38\x33\x32\xe2\xe7\xca\x7c\xfb\x37\xfc\x90\x7d\x34\xb2\x34\xa0\x32\xf8\x54\x96\x15\x9f\x2a\x2f\xd8\xfd\xa0\x45\x9a\x93\xcc\x7c\x2a\x2b\x3f\x95\x65\xb5\x4f\x65\x80\x93\x91\x11\xbf\xb0\x9f\xfa\x1d\x3f\x65\x9d\xf8\xe5\xa7\x8e\xc8\xf6\xd0\xc2\xff\xfc\x87\xae\x5f\x90\xa0\xac\xd3\xeb\x76\x2b\x6b\xfd\xe8\xe8\xae\x55\x76\x57\x65\xb7\xee\x11\xda\x4e\x5d\xbe\x76\x87\xb0\x2c\x3e\xb2\x56\xfd\xe6\x12\xee\x75\x77\x37\xa9\xbb\x94\xa1\xee\xa3\xbb\xea\xfe\x7d\xe5\x23\xc2\xf7\xef\xa8\xad\x1f\xfc\x7d\xed\x23\xc2\x1f\xdf\x55\xfd\xe1\x7f\x51\xfd\x88\xf0\x5f\xee\xaa\xff\xe8\xbf\xa9\x7f\x44\xf8\x93\xbb\x08\xec\x6f\x27\x80\x6b\xb8\x9a\x06\x73\x19\x04\x16\xd5\x11\x58\xab\xa8\x3d\x00\x60\xa0\xa3\x02\x32\xe0\x71\x64\xd6\xd7\x5b\x13\x0f\xfd\x16\x38\x18\x94\xf5\xdf\x16\xef\x49\x3e\x15\x4f\xfa\x6f\x95\x27\xc8\x11\x61\xef\xe8\x5b\xc5\xef\xd9\xff\xc8\x08\x71\xef\x40\xfc\x08\x88\x27\xa1\xa1\x3d\xb0\xdb\xa4\x3a\x0b\x2b\x17\xf0\x0f\x2b\xce\x7e\xa4\x73\xfd\x2c\x0c\x2d\x1b\xfc\xe1\x66\xbf\x93\x33\x4d\x0c\xa1\x77\x4a\xcc\x1d\x23\xe3\x9d\x6a\x4b\xa5\xc4\x33\xc5\xdf\xa9\xf2\xbe\xb2\x88\x42\x04\xa7\xe9\x5c\x0b\x85\x69\x95\xc4\xb1\x48\x30\x89\xd7\x4f\xc5\x0a\xd3\xe6\x24\x4f\xcc\x0c\xb0\x48\x67\x62\x5e\x26\xdf\xa5\x57\x22\x45\x68\x99\x8a\x4b\x9b\x80\xcc\xaf\x98\x1e\xeb\xa5\x78\x09\x09\x2b\xab\x9e\x2d\xc5\x73\x2c\xb0\x37\x73\x85\xb6\x90\xb9\x94\x2b\xe2\x12\x5c\x5e\x69\x3d\x17\x63\x0b\x1f\xc9\x99\x16\x13\x0b\x98\x77\xda\x9f\x21\x04\x06\x86\x78\x8e\x1d\xb3\xf7\xbd\x16\x61\x05\x80\xda\x20\x32\xcc\x98\xc9\xef\xe2\x0a\xf1\x66\xc9\x5c\x7c\xc3\x14\x68\x9c\xc9\x7c\xfc\x72\x2a\xc7\x99\xf8\x15\xd1\xb2\xa2\xc1\xf6\x72\x91\x58\x9a\x6c\x6b\x89\x89\x5f\x95\xe9\x22\x3e\x8c\x22\xae\x6d\x87\xed\xbb\x72\x3f\x2c\x08\x5a\x98\xf8\x6e\x81\xf2\x46\xa3\x98\xda\x9c\xdf\x8e\xde\xbf\x2b\x01\x5b\x76\x81\xe0\x6a\x9e\x7c\x17\x57\x98\x2c\xfe\x2f\xe4\x6f\x08\x5d\x6b\xb9\x10\x4b\x65\xfa\xff\x56\xcb\x4b\x74\x91\x24\x12\x32\x0a\x13\x42\xbc\xb4\xe3\x53\x9a\x0f\xe2\x15\xe6\x58\x4d\x59\x54\xc9\x4c\xfc\x66\x06\x05\xcf\x15\x3e\xe3\xdc\xcb\xeb\xec\xcd\xdc\x1c\x34\x7c\x29\xc8\x0a\xfb\x9b\x89\xb9\x74\x68\x8b\x2a\x99\x89\xb4\x6c\x44\xf6\x66\x8e\x5f\x7d\xe3\xb6\xa3\xc8\x7c\x6d\x56\x18\x8c\xcc\xa1\xb2\x1f\x14\xf6\xbb\xe2\x43\x58\xd0\x80\xdc\x8f\x6e\x7d\xc8\xf8\xc3\xd6\x2d\x5d\x43\xf8\x49\x10\xda\xc2\xfe\x66\xe2\x4d\x31\xb7\xab\xa5\x16\x65\x2a\x13\xbf\x29\x33\xad\xb0\x9d\x44\x99\xca\xc4\xef\x8a\xff\x0b\xd1\xca\xcd\x26\xea\x60\x26\x06\x58\xb5\xbc\x3c\x2d\xde\x49\x0b\x8b\x0f\xb2\x5c\x63\xe2\xa3\x2c\x96\x12\x06\x3b\x8b\x3f\x4c\xe3\x64\xf6\x6c\x9a\x8c\xe7\x5a\x81\x78\xb5\x04\x8e\xec\x20\x1e\x1e\x1d\x8b\xe3\x2a\x5d\xbc\xa4\xf3\xc9\x66\xbd\x45\xba\x7f\x5a\xe8\x53\xf9\xfd\x93\x2a\x47\xfc\x55\xa4\x8f\x9f\xdb\x74\xc1\x19\xc4\x5f\x61\x01\x02\x47\x10\x9f\xcb\x81\xcf\xd0\x2f\x80\xa9\x86\x8c\x22\x9d\x65\xe9\x62\xdd\x2d\x00\x06\x3d\x60\x94\xfe\x27\xc2\x0f\x41\xa3\x55\x45\x54\x95\x71\x2d\x40\xf2\xa7\x34\x10\xa5\x20\x42\xf8\x67\x56\xac\x62\x43\x01\x53\x3f\x25\x00\x18\x55\xfd\xa5\x69\x03\x74\xaa\xee\xdc\x80\x9c\xbb\x3d\x69\xd4\x79\x91\xe9\x7f\xf0\xa8\x3d\x7e\xfc\x84\xf0\xf7\xd2\xf0\xd4\xf7\xb0\x40\xf8\x07\x25\x6e\xec\x83\x12\x3e\x19\x1e\xa7\x4a\x5e\x37\xe4\x72\xd4\x78\x7b\x4c\xb8\x7d\x5a\x02\xf3\x67\xe9\x62\x91\x5e\xd5\x8a\x60\x35\xfb\xa8\xff\x37\x86\x45\xbe\x7d\xa9\xc2\x27\xc3\xcf\x3a\x5b\xea\x85\x4b\xae\x78\xd4\xc2\x27\xc3\xb7\x32\x5b\x8e\x1a\xf5\xaa\xc5\x7b\x15\x3e\x79\x4b\x6e\xf9\x47\x25\x6e\xde\x1e\x1f\xf9\x64\x62\x6f\x76\x3f\x23\xfc\xed\xb1\x01\x31\xed\x93\xc1\xa0\x73\x78\xd8\x31\x9e\xf8\xb7\x08\x0f\x06\x8d\x43\xde\x28\x72\xd6\xb2\x1a\x65\x55\x2c\x82\x8f\xf3\xc6\x36\x84\x5b\xfe\x87\x12\xc4\xfe\x57\xd9\x0d\x63\x38\x1f\x29\x81\x81\xe7\xc7\x4a\x94\xb1\xce\xfc\x93\x12\x37\x26\xaa\xdb\x27\xc9\xbc\x71\x3f\x23\xfc\x52\x66\x4b\x9f\xdc\xcf\x1a\x72\x9c\x12\x9e\xf9\x44\x36\x62\x7d\xd5\x28\xa5\xdf\x0c\x72\x0a\xbd\x73\x36\xf3\xc9\x7d\x65\xc1\x8c\xf0\x89\x4f\xe4\xbc\x61\x74\xf7\xc9\x04\xcb\x26\x46\x97\x55\x50\x0d\x8d\x38\xa5\x30\xdf\x44\xfe\x0e\x90\x9a\x39\x1c\x1e\x0c\x0c\x31\x1b\x83\x7c\x0d\x45\xe6\x5c\xe4\xfa\x1a\x4b\x70\x89\x92\x5b\xfe\xa7\x12\x99\x23\x4b\xff\x54\xd5\x75\x05\xf1\x41\xf1\x3f\x1d\x89\x7a\x16\x02\xb8\x16\xd8\x2f\x3e\x22\xd2\x5a\xa6\x8c\x10\xd5\x89\xea\x17\x7f\x20\x9e\x9b\x13\x1a\x24\xeb\x37\x10\x47\x88\x50\x40\x51\xad\xd0\xdc\xc8\x3a\x46\x8c\xe2\x0d\x5a\xa1\x10\xa5\x0a\xc6\xb1\x19\xb5\x60\x7b\xf1\x09\xeb\xd4\xb2\xb4\xa9\x57\xc6\xf6\x88\x18\x33\x80\x07\x8d\x31\x65\x79\xc1\x27\xa4\x66\x81\x99\xaa\x4a\xd0\xd2\x17\x7f\x3a\xc5\x26\x67\xee\xe0\x98\x16\x9f\x40\x06\x8a\x9a\x0b\x89\xe8\x98\x5e\x21\x5e\x9c\x2c\x70\x77\x58\xae\x3f\x93\xf5\x4c\x94\x44\x53\x59\x10\x40\x41\xf2\x36\x2c\x89\x20\xfc\x42\xb9\xc5\x83\x64\x2e\xde\xd5\x31\x20\xeb\x55\x0d\xc9\xb4\x74\x50\x47\x33\x99\x2f\x6b\x88\xa6\x03\xef\x11\x11\x4c\x36\xf1\xc9\xd4\xa9\x5d\x2b\x12\xaf\x4d\x97\x0b\x3b\xee\xcf\x90\x5f\xe1\xe3\x0c\xfc\xa6\xe6\x1e\x2a\x76\x09\x5d\x4e\xf2\x6c\x99\xcf\x55\xbe\x50\xac\xc3\x2d\x4e\xed\xff\x37\xb4\x2f\xbc\xdd\xef\x75\x79\x24\x7a\x42\x80\xd1\x77\xbf\xd7\xed\x82\xe5\x11\x90\xe5\x84\xf8\xf8\xb2\x6c\x40\xb2\x25\xf1\xcd\xff\x2f\x40\xe6\x8a\xf8\x0f\x4c\x72\xa1\x88\x0f\x58\xe5\x01\x80\x17\xdd\xe2\x39\x0b\xaa\x52\x15\x73\x45\x78\x3b\x6b\x37\xc5\xa8\x61\x39\x72\xe2\xaa\x20\x82\x5a\xd7\x1a\x21\xc8\xfb\x5b\x62\x06\xa9\x24\x78\x6d\x18\xef\x89\x2a\xff\xeb\x6e\xfe\x97\x12\xd7\x11\x35\x7a\xfb\x67\x93\x86\xe4\x17\x9b\x4d\x18\xbf\x67\x92\x60\xca\x9f\x99\x24\xd8\x5b\x52\x63\xf2\x8a\x30\x1e\x9a\x24\xbe\x68\x65\x92\xd7\x84\x71\xa5\xc5\xb3\xa8\x66\x1e\x00\x5d\x6d\x72\xab\x8c\xb8\x40\x33\x2c\x88\xf1\xb1\xc9\x30\x7c\x87\xf1\x89\x01\x91\xdd\x30\x9e\x58\xec\xe2\x4d\x8f\x73\x03\x1b\xce\xc2\xf8\x85\x76\xfe\x0f\x12\x3e\xd5\xe2\x26\xf3\x1f\x3e\xe2\x33\xf8\x33\xf1\xf7\xf6\xb8\xf2\xf7\xf6\xf9\xc0\xef\xf5\x6e\xf9\x4c\x57\x83\x30\xd7\xf5\x33\x84\xb9\x86\x6c\x91\x46\x1c\x52\x4a\x89\xaf\x98\x2a\x75\xd6\x85\x29\xc8\xc4\x95\x4d\xb8\x16\x86\xf8\x4b\x99\x4c\x6b\x32\x8b\xcf\xaa\x40\x32\x0a\xd4\x17\x0b\xa3\x9b\x40\xdc\xb3\xd0\x21\xec\xae\x33\x0b\x18\x45\x50\x6a\x5b\xd1\xbe\x5d\x66\xc1\xcf\x28\xf4\x23\x84\x0a\xa5\xf6\x3b\x36\xc4\xc6\xde\x8b\x25\x42\x60\x2a\xfc\xc0\x54\x4d\x09\x53\x58\xb1\x80\xb4\x36\x08\xa6\x69\x31\x42\x46\xff\x1b\x63\x1a\x37\xfd\x04\x93\x46\x6f\xfd\xd5\x50\x34\x4d\x4a\xb0\xc0\x68\x21\xe7\xa6\xae\x7d\xc8\x42\xbc\x44\x3c\x57\x5b\x7f\x65\x73\xd6\x40\x54\xde\x0d\x50\x19\x1c\x25\x50\x18\x1c\x86\x56\x56\x54\x86\xcd\xe0\xc0\x9b\xa7\x31\xce\xd3\x62\xb5\x37\x50\x8a\xdd\xd0\xa0\xf3\x74\x99\x44\x1a\x0f\x63\x22\x79\x99\x2c\xe5\x34\x63\x84\xbf\x8a\x18\x7e\xdc\x5a\x41\xaf\x29\xf9\xcb\x5a\x84\x60\x4a\x18\x23\xf1\xbb\xcd\xb1\x83\x6f\x2c\xde\xef\xe5\x21\xc2\x5f\x84\x87\xc6\xeb\xfc\x17\xd9\x7a\x22\x5b\x05\x37\xf4\xf4\x83\x5d\xf7\x25\x3c\xde\xeb\x32\x7b\x30\xff\xfd\xef\xea\x7e\xc5\xff\x3f\x15\x58\xc4\x37\xbd\xc8\x92\x74\x2e\xc8\x5e\xbb\xd7\x6d\xef\x13\x1e\xd2\x43\x7c\x34\x2e\x9e\x8b\xf7\xca\xdc\x32\x11\x2f\x25\x24\xe4\x77\xf1\x0a\x12\xa0\x73\x4f\xe0\x17\xec\xa3\x2f\x61\x75\xbb\xe4\x3c\xc2\xc7\xe6\x50\x5a\xaa\xf2\xff\xd9\x15\x57\x90\x6b\x04\xa9\x98\x72\xd9\x56\xf6\xc0\x4a\x7c\x96\x88\x6f\x5e\x03\x17\x29\x97\x95\xe8\x98\x46\x45\xb0\x00\xaa\xf1\xf7\xea\xff\x6d\xaf\xb8\x36\x1f\x2a\x08\xbd\x91\x65\x23\x8c\x6c\xb8\x88\x1c\x62\x20\x55\xe6\x90\x61\xde\xc6\x7a\x6b\x5a\xf5\xdd\xc1\x30\x95\x66\x80\x33\x07\xd9\x3c\x4d\x7e\xe8\x4f\xf3\x64\x99\x89\x67\x5c\xd6\xa4\xf1\xf1\x64\xa1\xb3\x49\x3a\x55\xe2\x45\x84\xfc\x30\xd5\xa2\xbc\xcf\x91\xea\x5b\xd6\xff\xff\x03\x00\x00\xff\xff\xfa\xac\x23\x37\x57\x8a\x00\x00") + +func uiLibMomentMinJsBytes() ([]byte, error) { + return bindataRead( + _uiLibMomentMinJs, + "ui/lib/moment.min.js", + ) +} + +func uiLibMomentMinJs() (*asset, error) { + bytes, err := uiLibMomentMinJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/moment.min.js", size: 35415, mode: os.FileMode(420), modTime: time.Unix(1460115944, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiLibRoutingTreeJs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x38\x6d\x6f\x23\xb7\xd1\xdf\xf5\x2b\x26\x1b\x20\x58\x3d\x96\x56\xf2\x5d\xf2\xe0\x12\x47\x0d\x82\xe0\x90\x1e\x90\x6b\x8b\x38\x0d\x5a\x38\x46\x41\x2f\x47\x2b\xda\x14\xb9\x25\x29\x59\xca\x9d\xfe\x7b\x31\xb3\xe4\xbe\x49\xc6\x05\xed\x7d\x38\x6b\x39\xc3\x79\x7f\xe5\x62\x01\xb7\x18\x76\xf5\x64\xb2\x58\xc0\x7b\x2b\xd5\xfa\x08\x61\x83\x20\x95\xd8\x62\x40\x07\xc1\x02\x1e\x6a\x61\xe4\xa2\xb4\x26\x38\x51\x06\xf0\xb5\x28\x11\x1e\x30\x3c\x23\x1a\x30\x56\xa2\x2f\x26\x7b\xe1\xba\x4b\x2b\xb8\x7e\xf5\xe5\xf2\x66\xc2\xa7\xc1\x21\xc2\x0a\xe4\xeb\x42\x8b\xa3\xdd\x85\x82\x0e\xf2\xe9\x04\x00\xa0\xf0\xea\x77\xcc\xef\x5e\xff\xff\x72\xd6\xdd\x5e\xc0\x2b\x98\xc3\xf5\xab\xe5\x7d\x42\xc2\x5a\x38\x11\x94\x35\xf9\x7a\x67\x4a\xfe\x21\x66\xf0\x30\x85\x0f\xe0\x30\xec\x9c\x81\x5c\x14\xb5\x70\x68\x02\xac\x56\xf0\x90\x7e\x7f\x07\xd7\xf0\x0d\xbc\x9a\xc2\x02\x44\x21\xb1\x0e\x9b\x1b\x38\x4d\xa3\x5c\x52\x89\xca\x1a\xa1\x1b\xd9\xfc\xbe\x2a\xd2\x49\xe1\x84\x54\x42\x27\x19\x6b\x67\x1f\xb1\x1c\xb2\x97\x3d\xde\x77\xb2\x38\xce\x40\x16\x07\x58\xc0\xf5\x9b\x25\xfc\x1f\xbc\x17\x61\x53\xfc\xed\xdd\x7d\x8f\x9b\xdf\x57\xc9\x1e\xd6\xea\xa0\xea\xc8\x16\x35\x96\x21\xcf\x1e\xac\x3c\x66\x91\x9f\xa8\x6b\x34\x32\xcf\xa4\xda\xa7\x23\x1f\x8e\x1a\xf3\xac\xb6\x5e\x11\xfb\x6c\x06\x99\x78\xf0\x56\xef\x02\x8e\x50\x1e\x44\xf9\x54\x39\xbb\x33\x72\x5e\x5a\x6d\x1d\xa1\x3e\x6f\xd4\x39\x9e\x75\x12\x19\x7a\x5d\x1f\xc0\x5b\xad\x24\x7c\x2e\xa5\x1c\xa1\xad\xad\x09\x84\xf4\x75\x7d\x80\xad\x35\x96\x7d\x3f\x96\x4a\x48\xa9\x4c\x45\x68\x5f\xd6\x07\x78\x55\x1f\x46\x08\xbf\xcf\x95\x91\x78\x60\x66\xcb\x11\x6c\xaf\xbc\x7a\x50\x5a\x85\x23\x81\x37\x4a\x4a\x34\x19\x19\x2d\x99\x1a\x6a\xe1\x3c\xde\xa2\x70\xe5\x26\xf7\xfc\xe7\x36\x38\x65\xaa\x29\x7c\x98\x00\x90\x45\xb5\x78\x40\xed\x61\x05\x7d\x70\xe1\xb0\xd6\xa2\xc4\x7c\xf1\xe1\xe3\xe9\xe3\x6f\xd9\xc7\xdf\xfc\xa2\x9a\x41\x96\x4d\x0b\x5f\x6b\x15\xf2\x6c\x46\x7c\x1a\x0a\x16\x56\xf0\xe1\x44\x5f\x0d\xad\x62\x6d\xdd\x5b\x51\x6e\x3a\x87\xf3\x79\xc3\x32\x32\x85\x55\x83\x9c\xc8\xad\x1a\x72\x00\xf6\x4e\xdf\x2d\xef\xef\x09\x7e\x77\x7d\x4f\x67\x27\x86\xc4\x70\xb1\x37\x93\x53\x4f\x3d\x87\x1e\xc3\xed\xaf\x3f\xe6\x0d\xf1\x5e\x4c\x14\x8f\x7e\xee\xf7\x15\x85\x4e\x36\x2d\x1c\x6e\xed\xbe\xc9\x1b\x3a\x5c\x5d\xc0\xcc\xa6\x6d\xec\xf0\x57\x0c\xa7\x10\x5c\x9e\x3d\x2b\x19\x36\x59\x97\x65\x03\xe0\x06\x55\xb5\x09\x3d\x28\xe5\xdf\x57\xcb\x51\x3c\x8e\x28\x06\x27\x8c\x5f\x5b\xb7\x25\xc7\xf1\x87\x16\x01\xf3\x0c\xae\x86\xa9\x7c\x05\xd9\x8c\x0e\xf3\x51\x82\xbf\x5a\x2e\xa7\x04\x9c\x92\xdd\x4e\x5c\x80\xfe\x2c\x8c\xd4\xe8\x60\x6d\x1d\x38\x14\x14\x55\x50\x5a\xb3\x56\x55\x71\xdc\xea\x89\x7c\x5d\x3c\x7a\x6b\xf2\x4c\xd4\x6a\xb1\xbf\x5e\xf8\x20\xc2\xce\x67\x33\x68\xbd\x84\xce\x59\x37\x03\x29\x82\xe8\xc2\x83\x03\x48\xfe\xc0\x74\x60\x05\x8f\xfe\x28\xb6\xba\xd0\x56\xc8\x9c\x10\x0b\xfe\xaf\x61\x43\x81\x07\xb0\x58\xc0\x0f\x0e\x45\x40\x10\x60\xf0\x19\x6e\x7f\xfd\x91\x45\x42\x51\x6e\x20\xa8\x2d\x9d\x37\xf8\xa0\x3c\x10\x21\x94\x05\x3b\x38\xb9\x92\x23\xc9\x8a\xc8\x34\xef\x4b\x40\xca\x12\x1b\x62\xa2\x55\xf9\x04\x9b\x9e\xd2\xca\xd4\xbb\xd0\x84\xd5\x2d\x86\xc9\xc8\xc5\x6b\x65\xe4\x7c\x2b\x42\xb9\xc9\xa6\x05\xd9\xa1\x24\x02\x7d\xfd\x3b\xa5\x9b\x54\xf8\x55\xe8\x1d\x17\x5f\x5b\xee\xb6\x68\x42\xf1\xef\x1d\xba\xe3\x2d\xd3\xb4\x2e\xcf\x98\x5f\x36\x2d\xf6\x84\xd7\xcf\xa6\x5b\x0c\xb0\xba\x90\x7a\x4c\xb0\x4d\x1b\x96\x05\x29\xf3\xf8\x57\xee\xac\x0d\xb3\x96\xc0\x34\x62\x71\x87\x80\x15\x37\x82\x82\x3f\x18\x71\x44\x45\xbe\x93\x2d\x21\xf4\xc5\x56\xd4\x5d\xf2\x99\x5e\xb5\x35\x85\x92\x37\x31\xa3\x9a\xde\x73\x96\xab\x26\xe5\xa9\x5a\x43\xde\x51\x2f\xb8\x0a\xfd\x75\x9d\x13\x89\x29\xfc\x09\xe6\xd7\x09\x11\xc0\x14\x11\x91\x05\xdd\x61\x93\xca\x27\x40\xed\xf1\x22\xd2\x5a\x68\x9f\xb0\xda\x14\xdf\xd5\x92\x72\x20\xaa\x97\xfc\xfc\x9e\x2e\x81\xb4\xe8\x41\x00\xb7\xa1\xf9\x5a\x39\x1f\x40\xe3\x3a\xcc\x83\x9d\x3b\x4a\xbf\xe8\x32\x08\x1b\x67\x77\xd5\x86\xdb\xb0\xb3\xbb\x80\x6c\x38\xa2\x23\x8c\x8c\x56\xf0\x0c\x65\x61\x28\x47\x08\x8d\xfe\xc6\x5e\xdc\xd6\x96\x8b\x5e\x61\x6d\xb8\xef\x23\x19\x88\x08\xd1\x3d\x0a\x65\xd1\xdc\x28\xe0\xdd\x1a\x54\x00\xe5\x67\xe0\xb0\xdc\x39\x8f\x03\xa9\xca\x8d\xd2\xd2\xa1\xa1\x98\x27\x13\x7f\xc6\xb7\x7e\xe2\xca\xc9\xdc\xa2\x99\x9c\xef\xb1\x4d\xa6\x4e\x4d\xb3\x29\x8c\x93\x18\x03\x42\x53\x3d\xbd\xbb\x9f\x44\x92\x4c\x25\xf1\x49\x57\x29\x43\x72\xc2\x7e\x84\x15\x2c\x6f\xe0\x11\xbe\x85\x01\x62\xa1\xd1\x54\xd4\xe4\x1f\xaf\xae\x3a\xd7\xd2\x0d\xc6\x80\xd5\x10\xfd\xee\xf1\xfe\xa6\x87\x33\x8e\x66\x46\xeb\x69\xc0\xb5\x81\xfe\x35\xc2\x0a\xad\xa9\x6a\x94\x22\xc4\x18\xf3\x1d\x46\x17\x78\x3e\xca\x04\x5f\x7c\x01\x9f\x31\x45\xba\x14\x94\xd9\x61\x27\x21\xc0\x83\x43\xf1\x94\x84\x39\x75\x51\x15\xcb\xd1\xbb\x35\x18\x1b\x95\x68\xd2\xe9\x19\x1d\x26\x89\x67\x8d\x57\x76\x8e\x87\x9e\xc6\x99\xc1\xa3\x5e\xf7\x7d\x1a\x0d\x4b\x52\x47\x89\x56\xab\x15\x2c\x93\x10\x74\x5e\xef\xfc\xa6\x4b\x4d\xe6\x1d\xbd\x25\xb4\x8e\x25\xfa\x07\xbb\xa5\xe1\x0a\x3c\x06\xb0\x6b\x48\x8e\xa6\x39\xb1\x2d\x5b\xc3\xf8\x8b\x71\x71\x21\x24\x98\xf5\x25\xa7\x26\xdc\x4b\xfe\x1c\x05\x5c\x4b\xf7\xee\xf1\xfe\x42\xb4\xb5\x1a\x8c\xd3\xb5\xd3\xad\xc9\xf6\x91\x76\xca\x54\x3a\xd9\xd7\x7d\x4a\xb9\x24\xc3\x58\x35\xd2\x6a\x9f\xc6\x84\x5b\x0c\x77\x11\xaf\x30\x62\x8b\xf7\x37\x29\xd6\xd3\xa9\xf2\x3f\x63\x85\x87\x51\xa2\x24\x28\x97\xe8\x22\xa0\x0f\xf9\x7e\x3a\x72\xcf\x00\x87\xfd\xba\x4f\x1a\xfd\x64\x85\xe4\xf0\x68\x7a\x50\xea\x5b\x54\x4a\xca\xa6\xc7\x11\x90\x2b\x4c\xab\x59\xaf\x73\xc5\xb6\xc8\x22\x51\x64\xc0\x2a\x35\x64\x2e\x4d\xac\x03\xe7\x54\x9a\xbe\xc1\xec\xb4\x26\x3b\x6f\x85\xf7\xa2\x8a\xb5\x70\x72\x5e\x1b\x59\xba\x5f\xd2\xd8\x00\xdf\x6b\x74\xe1\xbd\x30\xa2\x42\x07\x64\x1f\x1f\x57\x0f\x2c\x03\x4a\x90\xaf\x9b\x3d\x82\x21\x33\x92\x61\x8f\x2e\x0c\x6e\x75\x95\x96\x94\xe3\x5f\x3f\xbf\x05\xfb\x40\xb3\x3b\x13\x7b\xf4\xe9\x6b\x50\x22\x7b\x62\xb2\x9a\x1c\x60\xcd\x67\x63\xde\x4e\xc9\x54\x38\x52\x21\x61\x1b\xf8\xc9\xa0\x8f\x39\xdf\x14\xb2\x5e\x1d\x63\xc0\x59\x11\x7b\xc2\x23\x28\x03\xe7\x18\xe3\x91\x94\x67\xca\x14\x1d\xc3\xce\x43\x80\xe8\xf4\x1e\xa1\xbb\x27\x3c\xde\x77\x08\x64\x33\x58\x11\xbf\x74\xd6\xe6\x17\x67\xbc\x9d\xde\x0c\x0b\xce\x50\xf0\x7f\x39\xfc\xb4\xec\x3d\xa4\x4f\x89\xdf\x75\xd7\xbe\xf4\x34\x67\xfd\x8c\xd5\xdb\x43\x3d\x64\xcd\xba\x4c\xff\x07\x65\x06\xfd\xa8\x1d\x30\x9c\x6f\xd3\xef\xb3\x51\xaf\x79\xc9\xe9\xe7\x73\x06\x43\x92\xda\x4d\x6d\x6f\xd3\x80\xae\x36\x92\xa4\x08\x6b\xb0\xe3\xa8\xd0\x84\xff\xdf\x39\x25\xda\x0c\x84\x07\x41\x29\x6a\xa3\x61\xbb\x20\xed\xa7\x4e\x5b\x59\x14\xd7\xcb\x3f\x38\x63\x69\x65\x9e\x5a\x38\x7f\xe4\x8c\xd5\xb4\xac\xde\x14\xf6\x97\x48\x28\x8e\x56\x4a\x07\x74\x2f\x0d\x62\x69\x18\x3a\xa5\x49\x6f\xa3\xaa\x8d\xe6\x59\x66\x15\x1b\x7c\x6f\x02\x63\xca\xb1\xa2\x27\xa3\xf5\x2f\xf4\xd1\x26\x9d\x63\xe3\xbd\x97\x87\xbc\x28\x3e\x25\xa5\x89\x07\xcf\x1b\xa5\x11\xf2\xad\x89\xfe\xe8\x77\xda\x96\x65\x13\x2f\x1d\xce\x4d\x8b\xc2\xb4\x5a\xc0\xa8\x2b\x4f\x07\x73\x0b\x99\x92\x16\xcf\x7d\x15\x27\xf5\xef\xb5\xce\x33\xb6\x70\x36\xe5\xcd\x22\x67\x6b\x37\x76\xa6\x9f\x05\x1a\x32\x69\xb7\xaa\xd5\x22\x6c\x86\x9b\x55\xa9\x85\xa7\xb5\x26\x6b\xc8\xf4\x41\xb2\x59\xd2\xf8\x99\x62\xda\x86\x70\xa7\xd3\xd0\xbc\xcc\x2f\x2e\xda\x3e\x38\xfb\x84\xfd\x65\x41\x76\x66\x19\x12\x49\x73\xb2\x2c\xbc\xdd\xb9\x12\x9b\x59\x99\x26\x98\x4b\x38\x41\xb8\x8a\x3a\xde\x70\x9e\x6e\x7b\x53\xe6\x03\xa2\x7e\xd0\x3b\xcc\x06\x86\xec\x10\x3e\x2f\xcb\x32\xbb\x64\x5c\x9e\x64\xce\x8d\x4b\xc7\xc9\x2a\x6c\x61\x8e\xd5\x91\x62\x89\xba\x2c\x94\x84\x8f\x1f\x21\xe7\x1f\x2b\xb8\xba\x52\xd3\xf8\x2c\xd3\x31\x79\x6b\x9a\x57\x2b\xfa\x7d\xe6\x9f\xea\x05\xe7\xf4\xc5\x38\xdf\x88\x2f\x59\x39\x29\xec\x6c\x48\x9b\x72\x2e\x8b\x03\xcc\xe1\xeb\xb8\x0a\x8f\xd6\xe8\xe2\xd8\x2c\xc8\xb1\xa4\x71\x1b\x6d\xe5\x6d\x05\x2c\x95\x2b\x75\x12\xa5\x15\xc6\x65\x33\xf8\xb2\xf8\xaa\x51\xf4\xfc\x52\xc0\x43\x18\x5f\x91\xfc\x06\x53\xbc\xbe\xc6\xed\x18\x44\xe8\x73\x61\xca\x0d\xbf\x28\xbd\x60\xe9\x03\x7c\xcb\x0f\x60\xdf\x91\xd3\x85\x0b\x19\x7c\x03\x19\x1a\x99\xdd\x34\x25\xe2\x8f\x98\xea\x22\xb5\xce\x2c\x6f\xa6\x4c\x34\x5a\xf0\xfa\xcd\xb2\x67\xb2\xf9\x9b\xe9\x80\x13\xc9\x7c\xf9\xc5\x4e\x16\x0e\x4b\x54\x7b\x74\x6d\x28\xb0\xeb\xdb\x65\x9b\x23\x2f\xd9\xb5\x7d\x0b\x53\x5a\x5f\xf4\x6c\x4b\x35\x15\xc4\xef\xfa\x51\x4f\xf2\x7e\xbe\x5e\xaf\xb3\xe6\x25\x68\x02\xc0\xbb\xfb\xd6\xee\x3c\xda\x3d\x9e\xd9\x93\x49\x76\x9b\x7f\xd8\x28\x3f\x16\xa1\x47\x3d\xed\x1c\xb4\xd0\x6d\xec\x33\xef\x26\x6d\xb7\xa3\x7e\xcd\xaa\xd0\x44\x24\x4c\x89\x3e\x58\xd7\x2f\xae\xdc\x11\x45\x55\x39\xac\x44\xc0\xf7\xf1\x2c\x97\xb1\x18\x92\x05\x69\xe0\xb0\x6e\x2b\x42\x84\xfe\x42\x56\x4d\xb7\x7b\x78\xe7\x15\xba\x57\x76\xe3\x9b\xe7\xf0\x69\xb3\x71\x50\x2a\xbc\xa7\xf8\x97\x4a\x11\xd3\x1b\x96\xb2\x6e\x5c\x8f\xa4\x2e\xbe\x1f\xf2\x97\xc6\xac\x3f\x04\x0c\x2d\xbe\xb5\x7b\x3c\x7f\x31\x79\x89\x7a\xb0\x75\x36\x83\x5c\xbe\x2e\x70\x8f\x86\xa6\xdc\x0a\xff\x39\xbf\x5e\x4e\xaf\xb2\xfa\xd0\x45\x06\xed\xf1\xd9\x6c\x88\xf6\x8f\xab\x16\xed\x92\xe3\x77\xe1\xbf\xf0\xfb\xa7\x22\x2c\xb9\x23\x2a\xc1\xf6\xcd\xd2\xe9\x1f\xb1\x5f\xf7\xfe\xda\x8e\x29\xed\x10\xf2\x72\x14\x7c\xef\x9c\x38\xc6\x1d\x61\xb0\x90\x34\x90\xe1\x5b\xce\x76\xbc\xdf\x34\x23\xdd\x15\x64\xdf\x00\x15\xbd\x6d\x33\x12\x5e\x92\xe0\x3c\x50\x29\xb8\xbb\x89\xc8\xc4\x12\x3e\x81\xe1\x2c\x4e\xb4\xe2\x48\x30\x9e\x08\x2e\x0c\x86\x69\xa9\x37\xc5\x28\xca\x99\x7c\x6f\x28\x38\x9d\xeb\x3b\x39\x4d\xfe\x13\x00\x00\xff\xff\x8f\x3a\xe1\x5f\x52\x19\x00\x00") + +func uiLibRoutingTreeJsBytes() ([]byte, error) { + return bindataRead( + _uiLibRoutingTreeJs, + "ui/lib/routing-tree.js", + ) +} + +func uiLibRoutingTreeJs() (*asset, error) { + bytes, err := uiLibRoutingTreeJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/lib/routing-tree.js", size: 6482, mode: os.FileMode(420), modTime: time.Unix(1477568212, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _uiWebGo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xcc\x55\xc1\x6e\xdc\x36\x10\x3d\x8b\x5f\x31\xe5\x49\x32\x14\x29\x0d\xd0\x4b\xda\x1c\xb6\x8e\x5d\x6f\x9b\xac\x8d\xdd\x4d\x8d\xa0\x28\x02\xae\x34\x92\x06\x95\x48\x86\x1c\x65\x6d\x04\xfb\xef\x05\x29\xd9\x5e\x23\x0d\x1a\xf7\xd4\x8b\x40\x89\xc3\xc7\xf7\xde\xbc\x81\xca\x12\x4e\x8d\xbd\x75\xd4\x76\x0c\x2f\x9e\x7f\xff\x03\x5c\x39\x33\x20\x77\x38\x7a\xd8\xa2\x1a\x44\x59\xc2\x1b\xaa\x50\x7b\xac\x61\xd4\x35\x3a\xe0\x0e\x61\x61\x55\xd5\xe1\xdd\x4e\x0e\xbf\xa3\xf3\x64\x34\xbc\x28\x9e\x43\x1a\x0a\xe4\xbc\x25\xb3\x1f\x03\xc4\xad\x19\x61\x50\xb7\xa0\x0d\xc3\xe8\x11\xb8\x23\x0f\x0d\xf5\x08\x78\x53\xa1\x65\x20\x0d\x95\x19\x6c\x4f\x4a\x57\x08\x7b\xe2\x2e\xde\x33\xa3\x14\x01\xe3\xfd\x8c\x61\x76\xac\x48\x83\x82\xca\xd8\x5b\x30\xcd\x71\x21\x28\x16\x65\x19\xaa\x3b\x66\xfb\xb2\x2c\xf7\xfb\x7d\xa1\x22\xd9\xc2\xb8\xb6\xec\xa7\x32\x5f\xbe\x59\x9e\x9e\xad\x36\x67\xcf\x5e\x14\xcf\xe7\x03\xef\x74\x8f\xde\x83\xc3\x8f\x23\x39\xac\x61\x77\x0b\xca\xda\x9e\x2a\xb5\xeb\x11\x7a\xb5\x07\xe3\x40\xb5\x0e\xb1\x06\x36\x81\xf0\xde\x11\x93\x6e\x73\xf0\xa6\xe1\xbd\x72\x18\x60\x6a\xf2\xec\x68\x37\xf2\x23\xbf\xee\xe8\x91\x7f\x54\x60\x34\x28\x0d\x72\xb1\x81\xe5\x46\xc2\xcf\x8b\xcd\x72\x93\x07\x90\xeb\xe5\xf6\xe2\xf2\xdd\x16\xae\x17\xeb\xf5\x62\xb5\x5d\x9e\x6d\xe0\x72\x0d\xa7\x97\xab\xd7\xcb\xed\xf2\x72\xb5\x81\xcb\x73\x58\xac\xde\xc3\x6f\xcb\xd5\xeb\x1c\x90\xb8\x43\x07\x78\x63\x5d\x50\x60\x1c\x50\x70\x12\xeb\x68\xdb\x06\xf1\x11\x85\xc6\x4c\x94\xbc\xc5\x8a\x1a\xaa\xa0\x57\xba\x1d\x55\x8b\xd0\x9a\x4f\xe8\x34\xe9\x16\x2c\xba\x81\x7c\xe8\xa8\x07\xa5\xeb\x00\xd3\xd3\x40\xac\x38\x7e\xfa\x42\x57\x21\x84\x55\xd5\x5f\x01\x64\x24\x21\x68\xb0\xc6\x31\xa4\x22\x91\xbb\x5b\x46\x2f\x45\x22\xc9\x84\xa7\x46\x2e\x43\x67\xa4\x48\x3e\xc0\xfd\x5b\x69\xad\x33\x8d\x84\x98\xc6\x61\x40\xcd\x53\x40\x7a\xd2\x18\xbc\xae\xc9\xc7\x26\xc4\x32\x40\x5d\x5b\x43\x9a\x0b\x91\x48\xab\xb8\x2b\x43\x8e\xc2\x42\x0a\x91\xc8\x96\xb8\x1b\x77\x45\x65\x86\xd2\xde\x47\xb9\xac\x7a\x42\xcd\x1f\x5a\x13\xc4\x1e\x6d\xc8\xaf\x9f\x30\xc3\x60\x74\xd9\x9b\xf6\x5f\x6b\x9c\x19\x19\xa5\xc8\x84\x68\x46\x5d\x81\x47\xf7\x09\x17\xde\x23\xa7\xfb\x18\xc3\x62\x8d\xde\x1a\xed\xf1\xda\x11\xa3\xcb\x43\xc6\xe0\x64\xde\xf9\x38\xa2\xe7\x1c\x1a\x0b\x21\x16\xba\xcd\xe0\xb3\x48\x48\x37\x26\x07\x74\x0e\x5e\xbe\x82\x08\xb5\xd4\x8d\x49\x1b\x9b\x89\x84\x9a\xb8\xf1\xdd\x2b\xd0\xd4\x87\xe2\xa4\x37\x6d\x71\xad\x9c\x4e\xe5\xa9\x19\xfb\x3a\x0e\x59\x8b\x1c\xe7\xeb\x25\xc8\x08\x94\x89\x24\xd9\x17\x91\xc0\x05\xaa\x1a\x5d\x1a\xef\xdf\xb0\xe2\xd1\xaf\x0c\x9f\x9b\x51\xd7\xa1\xc8\x21\x8f\x4e\x8b\xe4\x20\x92\x70\xfe\x31\x8b\xaf\x31\x78\xf8\x42\xa6\x38\xbb\x3c\x8f\x1f\x27\x5e\xc4\x5d\x2a\x03\x92\x0c\x22\xb3\x6f\x22\x7a\x78\x3a\x59\x91\x4c\x25\xc1\xfb\x53\xa3\x19\x35\xa7\xfb\xe8\x74\x0e\xc1\xcd\x62\xa5\x06\x4c\xb3\xf9\xe5\xad\xa9\xb7\x34\xbd\xc7\x80\x16\x2b\xdc\xaf\xa7\x9b\x02\x97\x2c\x13\x07\x11\x42\xbf\xc6\x96\x3c\xa3\x03\x37\x2f\x3c\x74\x4a\xd7\x7d\x58\xb0\x99\x3a\x1d\xd9\xfb\xfb\xb1\xda\xe3\x0e\x48\x33\xba\x46\x55\x58\x4c\x89\xb8\x83\x49\x1d\x9c\xc4\xb0\x14\xeb\xf0\x8c\x49\xe8\x8d\xaa\x4f\x3b\xa8\x3a\xa5\x7f\x7a\x16\x32\x30\x56\xfc\xf9\x30\xa5\xa0\x6b\x82\xf3\x0f\x81\x2b\x96\x3a\x14\x84\x01\xb9\x98\x68\x9c\x8f\xba\x12\x22\x71\xc5\x2f\xc8\xa9\x2c\x95\xb5\xe5\xc9\xfd\x38\xe4\x40\x5d\x93\x4a\x65\xed\x87\xc8\x51\xe6\x22\x49\x02\xa1\x6f\xce\x65\x36\x35\xb2\xb1\x81\xc7\xc4\xfc\x4a\x39\x35\xa4\xd3\x3a\x1a\x7d\xc3\xa9\xc3\x8f\x59\x0e\xf2\xfe\xe2\xd0\x9a\xe4\x78\x0c\xe6\x46\xdc\x15\x14\xbf\x1a\xd2\xa9\x1c\x29\x10\x9e\x72\x11\xdb\x9e\x8b\x24\x2c\xee\xd4\xf4\xb4\xfb\x52\x4d\x4f\xbb\xff\xad\x9a\x9e\x76\x5f\xa8\x79\x90\x33\x20\x3b\xaa\xbc\xcc\x8f\x3b\x3a\xf7\x31\xcd\xa6\xe8\x5e\x6c\xb7\x57\xc7\x67\xee\x54\x93\xae\xf1\x26\x60\x3f\x5d\xef\x3f\x30\x9f\x9d\x2f\x23\x6a\xd1\xf1\xd0\x07\x91\x87\x99\xed\x95\xf1\xe1\xea\x67\xe5\x14\xce\xff\x76\xeb\x3c\xbe\xe9\x1f\x7f\x86\x01\x4b\xe5\x3a\x62\x85\x7f\x4b\x65\x74\x43\xed\xe8\xe2\xbf\x24\x9a\x58\x14\x85\xcc\xa6\x71\x9e\xa7\xe1\x68\x12\x3e\x1f\x02\xb3\x23\x4b\x6a\xdc\x8d\x6d\x79\xe2\xc7\xdd\x1c\x8b\x78\xf9\x6b\x6c\xd4\xd8\x73\x34\xf1\xed\x78\x73\xec\xe6\x83\xa4\x27\x1f\x3d\x88\xbf\x03\x00\x00\xff\xff\xf4\x18\x8e\xcd\x21\x09\x00\x00") + +func uiWebGoBytes() ([]byte, error) { + return bindataRead( + _uiWebGo, + "ui/web.go", + ) +} + +func uiWebGo() (*asset, error) { + bytes, err := uiWebGoBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "ui/web.go", size: 2337, mode: os.FileMode(420), modTime: time.Unix(1477568197, 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){ + "ui/app/css/main.css": uiAppCssMainCss, + "ui/app/index.html": uiAppIndexHtml, + "ui/app/js/app.js": uiAppJsAppJs, + "ui/app/partials/alert.html": uiAppPartialsAlertHtml, + "ui/app/partials/alerts.html": uiAppPartialsAlertsHtml, + "ui/app/partials/route.html": uiAppPartialsRouteHtml, + "ui/app/partials/silence-form.html": uiAppPartialsSilenceFormHtml, + "ui/app/partials/silence.html": uiAppPartialsSilenceHtml, + "ui/app/partials/silences.html": uiAppPartialsSilencesHtml, + "ui/app/partials/status.html": uiAppPartialsStatusHtml, + "ui/bindata.go": uiBindataGo, + "ui/lib/angular-moment.min.js": uiLibAngularMomentMinJs, + "ui/lib/angular-resource.min.js": uiLibAngularResourceMinJs, + "ui/lib/angular-route.min.js": uiLibAngularRouteMinJs, + "ui/lib/angular-sanitize.min.js": uiLibAngularSanitizeMinJs, + "ui/lib/angular.min.js": uiLibAngularMinJs, + "ui/lib/d3.v3.min.js": uiLibD3V3MinJs, + "ui/lib/jquery.min.js": uiLibJqueryMinJs, + "ui/lib/js-yaml.min.js": uiLibJsYamlMinJs, + "ui/lib/kube.min.css": uiLibKubeMinCss, + "ui/lib/moment.min.js": uiLibMomentMinJs, + "ui/lib/routing-tree.js": uiLibRoutingTreeJs, + "ui/web.go": uiWebGo, +} + +// 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{ + "ui": &bintree{nil, map[string]*bintree{ + "app": &bintree{nil, map[string]*bintree{ + "css": &bintree{nil, map[string]*bintree{ + "main.css": &bintree{uiAppCssMainCss, map[string]*bintree{}}, + }}, + "index.html": &bintree{uiAppIndexHtml, map[string]*bintree{}}, + "js": &bintree{nil, map[string]*bintree{ + "app.js": &bintree{uiAppJsAppJs, map[string]*bintree{}}, + }}, + "partials": &bintree{nil, map[string]*bintree{ + "alert.html": &bintree{uiAppPartialsAlertHtml, map[string]*bintree{}}, + "alerts.html": &bintree{uiAppPartialsAlertsHtml, map[string]*bintree{}}, + "route.html": &bintree{uiAppPartialsRouteHtml, map[string]*bintree{}}, + "silence-form.html": &bintree{uiAppPartialsSilenceFormHtml, map[string]*bintree{}}, + "silence.html": &bintree{uiAppPartialsSilenceHtml, map[string]*bintree{}}, + "silences.html": &bintree{uiAppPartialsSilencesHtml, map[string]*bintree{}}, + "status.html": &bintree{uiAppPartialsStatusHtml, map[string]*bintree{}}, + }}, + }}, + "bindata.go": &bintree{uiBindataGo, map[string]*bintree{}}, + "lib": &bintree{nil, map[string]*bintree{ + "angular-moment.min.js": &bintree{uiLibAngularMomentMinJs, map[string]*bintree{}}, + "angular-resource.min.js": &bintree{uiLibAngularResourceMinJs, map[string]*bintree{}}, + "angular-route.min.js": &bintree{uiLibAngularRouteMinJs, map[string]*bintree{}}, + "angular-sanitize.min.js": &bintree{uiLibAngularSanitizeMinJs, map[string]*bintree{}}, + "angular.min.js": &bintree{uiLibAngularMinJs, map[string]*bintree{}}, + "d3.v3.min.js": &bintree{uiLibD3V3MinJs, map[string]*bintree{}}, + "jquery.min.js": &bintree{uiLibJqueryMinJs, map[string]*bintree{}}, + "js-yaml.min.js": &bintree{uiLibJsYamlMinJs, map[string]*bintree{}}, + "kube.min.css": &bintree{uiLibKubeMinCss, map[string]*bintree{}}, + "moment.min.js": &bintree{uiLibMomentMinJs, map[string]*bintree{}}, + "routing-tree.js": &bintree{uiLibRoutingTreeJs, map[string]*bintree{}}, + }}, + "web.go": &bintree{uiWebGo, 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, "/")...)...) +} + diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-moment.min.js b/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-moment.min.js new file mode 100644 index 0000000..6d3e7fa --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-moment.min.js @@ -0,0 +1,2 @@ +"format amd";!function(){"use strict";function a(a){return angular.isUndefined(a)||null===a}function b(b,c){return b.module("angularMoment",[]).constant("angularMomentConfig",{preprocess:null,timezone:null,format:null,statefulFilters:!0}).constant("moment",c).constant("amTimeAgoConfig",{withoutSuffix:!1,serverTime:null,titleFormat:null,fullDateThreshold:null,fullDateFormat:null}).directive("amTimeAgo",["$window","moment","amMoment","amTimeAgoConfig",function(c,d,e,f){return function(g,h,i){function j(){var a;if(p)a=p;else if(f.serverTime){var b=(new Date).getTime(),c=b-v+f.serverTime;a=d(c)}else a=d();return a}function k(){q&&(c.clearTimeout(q),q=null)}function l(a){var b=j().diff(a,"day"),d=t&&b>=t;if(h.text(d?a.format(u):a.from(j(),r)),s&&!h.attr("title")&&h.attr("title",a.local().format(s)),!d){var e=Math.abs(j().diff(a,"minute")),f=3600;1>e?f=1:60>e?f=30:180>e&&(f=300),q=c.setTimeout(function(){l(a)},1e3*f)}}function m(a){x&&h.attr("datetime",a)}function n(){if(k(),o){var a=e.preprocessDate(o);l(a),m(a.toISOString())}}var o,p,q=null,r=f.withoutSuffix,s=f.titleFormat,t=f.fullDateThreshold,u=f.fullDateFormat,v=(new Date).getTime(),w=i.amTimeAgo,x="TIME"===h[0].nodeName.toUpperCase();g.$watch(w,function(b){return a(b)||""===b?(k(),void(o&&(h.text(""),m(""),o=null))):(o=b,void n())}),b.isDefined(i.amFrom)&&g.$watch(i.amFrom,function(b){p=a(b)||""===b?null:d(b),n()}),b.isDefined(i.amWithoutSuffix)&&g.$watch(i.amWithoutSuffix,function(a){"boolean"==typeof a?(r=a,n()):r=f.withoutSuffix}),i.$observe("amFullDateThreshold",function(a){t=a,n()}),i.$observe("amFullDateFormat",function(a){u=a,n()}),g.$on("$destroy",function(){k()}),g.$on("amMoment:localeChanged",function(){n()})}}]).service("amMoment",["moment","$rootScope","$log","angularMomentConfig",function(a,c,d,e){var f=null;this.changeLocale=function(d,e){var f=a.locale(d,e);return b.isDefined(d)&&c.$broadcast("amMoment:localeChanged"),f},this.changeTimezone=function(b){a.tz&&a.tz.setDefault?(a.tz.setDefault(b),c.$broadcast("amMoment:timezoneChanged")):d.warn("angular-moment: changeTimezone() works only with moment-timezone.js v0.3.0 or greater."),e.timezone=b,f=b},this.preprocessDate=function(b){return f!==e.timezone&&this.changeTimezone(e.timezone),e.preprocess?e.preprocess(b):a(!isNaN(parseFloat(b))&&isFinite(b)?parseInt(b,10):b)}}]).filter("amParse",["moment",function(a){return function(b,c){return a(b,c)}}]).filter("amFromUnix",["moment",function(a){return function(b){return a.unix(b)}}]).filter("amUtc",["moment",function(a){return function(b){return a.utc(b)}}]).filter("amUtcOffset",["amMoment",function(a){function b(b,c){return a.preprocessDate(b).utcOffset(c)}return b}]).filter("amLocal",["moment",function(a){return function(b){return a.isMoment(b)?b.local():null}}]).filter("amTimezone",["amMoment","angularMomentConfig","$log",function(a,b,c){function d(b,d){var e=a.preprocessDate(b);return d?e.tz?e.tz(d):(c.warn("angular-moment: named timezone specified but moment.tz() is undefined. Did you forget to include moment-timezone.js ?"),e):e}return d}]).filter("amCalendar",["moment","amMoment","angularMomentConfig",function(b,c,d){function e(b){if(a(b))return"";var d=c.preprocessDate(b);return d.isValid()?d.calendar():""}return e.$stateful=d.statefulFilters,e}]).filter("amDifference",["moment","amMoment","angularMomentConfig",function(b,c,d){function e(d,e,f,g){if(a(d))return"";var h=c.preprocessDate(d),i=a(e)?b():c.preprocessDate(e);return h.isValid()&&i.isValid()?h.diff(i,f,g):""}return e.$stateful=d.statefulFilters,e}]).filter("amDateFormat",["moment","amMoment","angularMomentConfig",function(b,c,d){function e(b,d){if(a(b))return"";var e=c.preprocessDate(b);return e.isValid()?e.format(d):""}return e.$stateful=d.statefulFilters,e}]).filter("amDurationFormat",["moment","angularMomentConfig",function(b,c){function d(c,d,e){return a(c)?"":b.duration(c,d).humanize(e)}return d.$stateful=c.statefulFilters,d}]).filter("amTimeAgo",["moment","amMoment","angularMomentConfig",function(b,c,d){function e(d,e,f){var g,h;return a(d)?"":(d=c.preprocessDate(d),g=b(d),g.isValid()?(h=b(f),!a(f)&&h.isValid()?g.from(h,e):g.fromNow(e)):"")}return e.$stateful=d.statefulFilters,e}]).filter("amSubtract",["moment","angularMomentConfig",function(b,c){function d(c,d,e){return a(c)?"":b(c).subtract(parseInt(d,10),e)}return d.$stateful=c.statefulFilters,d}]).filter("amAdd",["moment","angularMomentConfig",function(b,c){function d(c,d,e){return a(c)?"":b(c).add(parseInt(d,10),e)}return d.$stateful=c.statefulFilters,d}])}"function"==typeof define&&define.amd?define(["angular","moment"],b):"undefined"!=typeof module&&module&&module.exports?(b(require("angular"),require("moment")),module.exports="angularMoment"):b(angular,("undefined"!=typeof global?global:window).moment)}(); +//# sourceMappingURL=angular-moment.min.js.map \ No newline at end of file diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-resource.min.js b/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-resource.min.js new file mode 100644 index 0000000..0d22c37 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular-resource.min.js @@ -0,0 +1,13 @@ +/* + AngularJS v1.4.7 + (c) 2010-2015 Google, Inc. http://angularjs.org + License: MIT +*/ +(function(I,f,C){'use strict';function D(t,e){e=e||{};f.forEach(e,function(f,k){delete e[k]});for(var k in t)!t.hasOwnProperty(k)||"$"===k.charAt(0)&&"$"===k.charAt(1)||(e[k]=t[k]);return e}var y=f.$$minErr("$resource"),B=/^(\.[a-zA-Z_$@][0-9a-zA-Z_$@]*)+$/;f.module("ngResource",["ng"]).provider("$resource",function(){var t=/^https?:\/\/[^\/]*/,e=this;this.defaults={stripTrailingSlashes:!0,actions:{get:{method:"GET"},save:{method:"POST"},query:{method:"GET",isArray:!0},remove:{method:"DELETE"},"delete":{method:"DELETE"}}}; +this.$get=["$http","$q",function(k,F){function w(f,g){this.template=f;this.defaults=r({},e.defaults,g);this.urlParams={}}function z(l,g,s,h){function c(b,q){var c={};q=r({},g,q);u(q,function(a,q){x(a)&&(a=a());var m;if(a&&a.charAt&&"@"==a.charAt(0)){m=b;var d=a.substr(1);if(null==d||""===d||"hasOwnProperty"===d||!B.test("."+d))throw y("badmember",d);for(var d=d.split("."),n=0,g=d.length;n=c;d--)f.end&&f.end(e[d]);e.length=c}}"string"!==typeof a&&(a=null===a||"undefined"===typeof a?"":""+a);var b,k,e=[],m=a,l;for(e.last=function(){return e[e.length-1]};a;){l="";k=!0;if(e.last()&&w[e.last()])a=a.replace(new RegExp("([\\W\\w]*)<\\s*\\/\\s*"+e.last()+"[^>]*>","i"),function(a,b){b=b.replace(H,"$1").replace(I,"$1");f.chars&&f.chars(q(b));return""}),c("",e.last());else{if(0===a.indexOf("\x3c!--"))b=a.indexOf("--",4),0<=b&&a.lastIndexOf("--\x3e", +b)===b&&(f.comment&&f.comment(a.substring(4,b)),a=a.substring(b+3),k=!1);else if(x.test(a)){if(b=a.match(x))a=a.replace(b[0],""),k=!1}else if(J.test(a)){if(b=a.match(y))a=a.substring(b[0].length),b[0].replace(y,c),k=!1}else K.test(a)&&((b=a.match(z))?(b[4]&&(a=a.substring(b[0].length),b[0].replace(z,d)),k=!1):(l+="<",a=a.substring(1)));k&&(b=a.indexOf("<"),l+=0>b?a:a.substring(0,b),a=0>b?"":a.substring(b),f.chars&&f.chars(q(l)))}if(a==m)throw L("badparse",a);m=a}c()}function q(a){if(!a)return"";A.innerHTML= +a.replace(//g,">")}function r(a,f){var d=!1,c=h.bind(a,a.push);return{start:function(a,k,e){a=h.lowercase(a);!d&&w[a]&&(d=a);d||!0!==C[a]||(c("<"),c(a),h.forEach(k,function(d,e){var k=h.lowercase(e),g="img"===a&&"src"===k|| +"background"===k;!0!==O[k]||!0===D[k]&&!f(d,g)||(c(" "),c(e),c('="'),c(B(d)),c('"'))}),c(e?"/>":">"))},end:function(a){a=h.lowercase(a);d||!0!==C[a]||(c(""));a==d&&(d=!1)},chars:function(a){d||c(B(a))}}}var L=h.$$minErr("$sanitize"),z=/^<((?:[a-zA-Z])[\w:-]*)((?:\s+[\w:-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)\s*(>?)/,y=/^<\/\s*([\w:-]+)[^>]*>/,G=/([\w:-]+)(?:\s*=\s*(?:(?:"((?:[^"])*)")|(?:'((?:[^'])*)')|([^>\s]+)))?/g,K=/^]*?)>/i, +I=/"\u201d\u2019]/i,d=/^mailto:/i;return function(c,b){function k(a){a&&g.push(E(a))}function e(a, +c){g.push("');k(c);g.push("")}if(!c)return c;for(var m,l=c,g=[],n,p;m=l.match(f);)n=m[0],m[2]||m[4]||(n=(m[3]?"http://":"mailto:")+n),p=m.index,k(l.substr(0,p)),e(n,m[0].replace(d,"")),l=l.substring(p+m[0].length);k(l);return a(g.join(""))}}])})(window,window.angular); +//# sourceMappingURL=angular-sanitize.min.js.map \ No newline at end of file diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular.min.js b/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular.min.js new file mode 100644 index 0000000..272101e --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/lib/angular.min.js @@ -0,0 +1,294 @@ +/* + AngularJS v1.4.7 + (c) 2010-2015 Google, Inc. http://angularjs.org + License: MIT +*/ +(function(Q,X,w){'use strict';function I(b){return function(){var a=arguments[0],c;c="["+(b?b+":":"")+a+"] http://errors.angularjs.org/1.4.7/"+(b?b+"/":"")+a;for(a=1;a").append(b).html();try{return b[0].nodeType===Pa?F(c):c.match(/^(<[^>]+>)/)[1].replace(/^<([\w\-]+)/,function(a,b){return"<"+F(b)})}catch(d){return F(c)}}function xc(b){try{return decodeURIComponent(b)}catch(a){}} +function yc(b){var a={};m((b||"").split("&"),function(b){var d,e,f;b&&(e=b=b.replace(/\+/g,"%20"),d=b.indexOf("="),-1!==d&&(e=b.substring(0,d),f=b.substring(d+1)),e=xc(e),A(e)&&(f=A(f)?xc(f):!0,ta.call(a,e)?J(a[e])?a[e].push(f):a[e]=[a[e],f]:a[e]=f))});return a}function Pb(b){var a=[];m(b,function(b,d){J(b)?m(b,function(b){a.push(la(d,!0)+(!0===b?"":"="+la(b,!0)))}):a.push(la(d,!0)+(!0===b?"":"="+la(b,!0)))});return a.length?a.join("&"):""}function ob(b){return la(b,!0).replace(/%26/gi,"&").replace(/%3D/gi, +"=").replace(/%2B/gi,"+")}function la(b,a){return encodeURIComponent(b).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%3B/gi,";").replace(/%20/g,a?"%20":"+")}function Yd(b,a){var c,d,e=Qa.length;for(d=0;d/,">"));}a=a||[];a.unshift(["$provide",function(a){a.value("$rootElement",b)}]);c.debugInfoEnabled&&a.push(["$compileProvider",function(a){a.debugInfoEnabled(!0)}]);a.unshift("ng");d=fb(a,c.strictDi);d.invoke(["$rootScope", +"$rootElement","$compile","$injector",function(a,b,c,d){a.$apply(function(){b.data("$injector",d);c(b)(a)})}]);return d},e=/^NG_ENABLE_DEBUG_INFO!/,f=/^NG_DEFER_BOOTSTRAP!/;Q&&e.test(Q.name)&&(c.debugInfoEnabled=!0,Q.name=Q.name.replace(e,""));if(Q&&!f.test(Q.name))return d();Q.name=Q.name.replace(f,"");da.resumeBootstrap=function(b){m(b,function(b){a.push(b)});return d()};x(da.resumeDeferredBootstrap)&&da.resumeDeferredBootstrap()}function $d(){Q.name="NG_ENABLE_DEBUG_INFO!"+Q.name;Q.location.reload()} +function ae(b){b=da.element(b).injector();if(!b)throw Ea("test");return b.get("$$testability")}function Ac(b,a){a=a||"_";return b.replace(be,function(b,d){return(d?a:"")+b.toLowerCase()})}function ce(){var b;if(!Bc){var a=pb();(ra=v(a)?Q.jQuery:a?Q[a]:w)&&ra.fn.on?(B=ra,P(ra.fn,{scope:Ra.scope,isolateScope:Ra.isolateScope,controller:Ra.controller,injector:Ra.injector,inheritedData:Ra.inheritedData}),b=ra.cleanData,ra.cleanData=function(a){var d;if(Qb)Qb=!1;else for(var e=0,f;null!=(f=a[e]);e++)(d= +ra._data(f,"events"))&&d.$destroy&&ra(f).triggerHandler("$destroy");b(a)}):B=R;da.element=B;Bc=!0}}function qb(b,a,c){if(!b)throw Ea("areq",a||"?",c||"required");return b}function Sa(b,a,c){c&&J(b)&&(b=b[b.length-1]);qb(x(b),a,"not a function, got "+(b&&"object"===typeof b?b.constructor.name||"Object":typeof b));return b}function Ta(b,a){if("hasOwnProperty"===b)throw Ea("badname",a);}function Cc(b,a,c){if(!a)return b;a=a.split(".");for(var d,e=b,f=a.length,h=0;h")+d[2];for(d=d[0];d--;)c=c.lastChild;f=db(f,c.childNodes);c=e.firstChild;c.textContent=""}else f.push(a.createTextNode(b));e.textContent="";e.innerHTML="";m(f,function(a){e.appendChild(a)});return e}function R(b){if(b instanceof R)return b;var a;G(b)&&(b=T(b), +a=!0);if(!(this instanceof R)){if(a&&"<"!=b.charAt(0))throw Tb("nosel");return new R(b)}if(a){a=X;var c;b=(c=Ef.exec(b))?[a.createElement(c[1])]:(c=Mc(b,a))?c.childNodes:[]}Nc(this,b)}function Ub(b){return b.cloneNode(!0)}function ub(b,a){a||vb(b);if(b.querySelectorAll)for(var c=b.querySelectorAll("*"),d=0,e=c.length;dk&&this.remove(r.key);return b}},get:function(a){if(k").parent()[0])});var f= +S(a,b,a,c,d,e);W.$$addScopeClass(a);var g=null;return function(b,c,d){qb(b,"scope");d=d||{};var e=d.parentBoundTranscludeFn,h=d.transcludeControllers;d=d.futureParentElement;e&&e.$$boundTransclude&&(e=e.$$boundTransclude);g||(g=(d=d&&d[0])?"foreignobject"!==wa(d)&&d.toString().match(/SVG/)?"svg":"html":"html");d="html"!==g?B(Xb(g,B("
").append(a).html())):c?Ra.clone.call(a):a;if(h)for(var k in h)d.data("$"+k+"Controller",h[k].instance);W.$$addScopeInfo(d,b);c&&c(d,b);f&&f(b,d,d,e);return d}}function S(a, +b,c,d,e,f){function g(a,c,d,e){var f,k,l,r,n,t,O;if(q)for(O=Array(c.length),r=0;rD.priority)break;if(M=D.scope)D.templateUrl||(C(M)?(Q("new/isolated scope", +u||S,D,v),u=D):Q("new/isolated scope",u,D,v)),S=S||D;y=D.name;!D.templateUrl&&D.controller&&(M=D.controller,ba=ba||fa(),Q("'"+y+"' controller",ba[y],D,v),ba[y]=D);if(M=D.transclude)N=!0,D.$$tlb||(Q("transclusion",z,D,v),z=D),"element"==M?(ia=!0,H=D.priority,M=v,v=d.$$element=B(X.createComment(" "+y+": "+d[y]+" ")),b=v[0],U(f,ua.call(M,0),b),Ka=W(M,e,H,g&&g.name,{nonTlbTranscludeDirective:z})):(M=B(Ub(b)).contents(),v.empty(),Ka=W(M,e));if(D.template)if(m=!0,Q("template",L,D,v),L=D,M=x(D.template)? +D.template(v,d):D.template,M=ha(M),D.replace){g=D;M=Sb.test(M)?Xc(Xb(D.templateNamespace,T(M))):[];b=M[0];if(1!=M.length||b.nodeType!==pa)throw ga("tplrt",y,"");U(f,v,b);F={$attr:{}};M=ca(b,[],F);var Lf=a.splice(I+1,a.length-(I+1));u&&A(M);a=a.concat(M).concat(Lf);Yc(d,F);F=a.length}else v.html(M);if(D.templateUrl)m=!0,Q("template",L,D,v),L=D,D.replace&&(g=D),K=Mf(a.splice(I,a.length-I),v,d,f,N&&Ka,h,k,{controllerDirectives:ba,newScopeDirective:S!==D&&S,newIsolateScopeDirective:u,templateDirective:L, +nonTlbTranscludeDirective:z}),F=a.length;else if(D.compile)try{na=D.compile(v,d,Ka),x(na)?n(null,na,P,R):na&&n(na.pre,na.post,P,R)}catch(V){c(V,xa(v))}D.terminal&&(K.terminal=!0,H=Math.max(H,D.priority))}K.scope=S&&!0===S.scope;K.transcludeOnThisElement=N;K.templateOnThisElement=m;K.transclude=Ka;r.hasElementTranscludeDirective=ia;return K}function A(a){for(var b=0,c=a.length;bn.priority)&&-1!=n.restrict.indexOf(f)&&(k&&(n=Nb(n,{$$start:k,$$end:l})),b.push(n),h=n)}catch(H){c(H)}}return h}function I(b){if(e.hasOwnProperty(b))for(var c=a.get(b+"Directive"),d=0,f=c.length;d"+b+"";return c.childNodes[0].childNodes;default:return b}}function R(a,b){if("srcdoc"==b)return ia.HTML;var c=wa(a);if("xlinkHref"==b||"form"==c&&"action"==b||"img"!=c&&("src"==b|| +"ngSrc"==b))return ia.RESOURCE_URL}function V(a,c,d,e,f){var h=R(a,e);f=g[e]||f;var l=b(d,!0,h,f);if(l){if("multiple"===e&&"select"===wa(a))throw ga("selmulti",xa(a));c.push({priority:100,compile:function(){return{pre:function(a,c,g){c=g.$$observers||(g.$$observers=fa());if(k.test(e))throw ga("nodomevents");var r=g[e];r!==d&&(l=r&&b(r,!0,h,f),d=r);l&&(g[e]=l(a),(c[e]||(c[e]=[])).$$inter=!0,(g.$$observers&&g.$$observers[e].$$scope||a).$watch(l,function(a,b){"class"===e&&a!=b?g.$updateClass(a,b):g.$set(e, +a)}))}}}})}}function U(a,b,c){var d=b[0],e=b.length,f=d.parentNode,g,h;if(a)for(g=0,h=a.length;g=a)return b;for(;a--;)8===b[a].nodeType&&Nf.call(b,a,1);return b}function Xe(){var b={},a=!1;this.register=function(a,d){Ta(a,"controller");C(a)?P(b,a):b[a]=d};this.allowGlobals=function(){a=!0};this.$get=["$injector","$window",function(c,d){function e(a,b,c,d){if(!a||!C(a.$scope))throw I("$controller")("noscp",d,b);a.$scope[b]=c}return function(f,h,g,l){var k,n,p;g=!0===g;l&&G(l)&&(p=l);if(G(f)){l=f.match(Vc);if(!l)throw Of("ctrlfmt",f); +n=l[1];p=p||l[3];f=b.hasOwnProperty(n)?b[n]:Cc(h.$scope,n,!0)||(a?Cc(d,n,!0):w);Sa(f,n,!0)}if(g)return g=(J(f)?f[f.length-1]:f).prototype,k=Object.create(g||null),p&&e(h,p,k,n||f.name),P(function(){var a=c.invoke(f,k,h,n);a!==k&&(C(a)||x(a))&&(k=a,p&&e(h,p,k,n||f.name));return k},{instance:k,identifier:p});k=c.instantiate(f,h,n);p&&e(h,p,k,n||f.name);return k}}]}function Ye(){this.$get=["$window",function(b){return B(b.document)}]}function Ze(){this.$get=["$log",function(b){return function(a,c){b.error.apply(b, +arguments)}}]}function Yb(b){return C(b)?ea(b)?b.toISOString():eb(b):b}function df(){this.$get=function(){return function(b){if(!b)return"";var a=[];nc(b,function(b,d){null===b||v(b)||(J(b)?m(b,function(b,c){a.push(la(d)+"="+la(Yb(b)))}):a.push(la(d)+"="+la(Yb(b))))});return a.join("&")}}}function ef(){this.$get=function(){return function(b){function a(b,e,f){null===b||v(b)||(J(b)?m(b,function(b,c){a(b,e+"["+(C(b)?c:"")+"]")}):C(b)&&!ea(b)?nc(b,function(b,c){a(b,e+(f?"":"[")+c+(f?"":"]"))}):c.push(la(e)+ +"="+la(Yb(b))))}if(!b)return"";var c=[];a(b,"",!0);return c.join("&")}}}function Zb(b,a){if(G(b)){var c=b.replace(Pf,"").trim();if(c){var d=a("Content-Type");(d=d&&0===d.indexOf(ad))||(d=(d=c.match(Qf))&&Rf[d[0]].test(c));d&&(b=vc(c))}}return b}function bd(b){var a=fa(),c;G(b)?m(b.split("\n"),function(b){c=b.indexOf(":");var e=F(T(b.substr(0,c)));b=T(b.substr(c+1));e&&(a[e]=a[e]?a[e]+", "+b:b)}):C(b)&&m(b,function(b,c){var f=F(c),h=T(b);f&&(a[f]=a[f]?a[f]+", "+h:h)});return a}function cd(b){var a; +return function(c){a||(a=bd(b));return c?(c=a[F(c)],void 0===c&&(c=null),c):a}}function dd(b,a,c,d){if(x(d))return d(b,a,c);m(d,function(d){b=d(b,a,c)});return b}function cf(){var b=this.defaults={transformResponse:[Zb],transformRequest:[function(a){return C(a)&&"[object File]"!==va.call(a)&&"[object Blob]"!==va.call(a)&&"[object FormData]"!==va.call(a)?eb(a):a}],headers:{common:{Accept:"application/json, text/plain, */*"},post:ja($b),put:ja($b),patch:ja($b)},xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN", +paramSerializer:"$httpParamSerializer"},a=!1;this.useApplyAsync=function(b){return A(b)?(a=!!b,this):a};var c=!0;this.useLegacyPromiseExtensions=function(a){return A(a)?(c=!!a,this):c};var d=this.interceptors=[];this.$get=["$httpBackend","$$cookieReader","$cacheFactory","$rootScope","$q","$injector",function(e,f,h,g,l,k){function n(a){function d(a){var b=P({},a);b.data=a.data?dd(a.data,a.headers,a.status,f.transformResponse):a.data;a=a.status;return 200<=a&&300>a?b:l.reject(b)}function e(a,b){var c, +d={};m(a,function(a,e){x(a)?(c=a(b),null!=c&&(d[e]=c)):d[e]=a});return d}if(!da.isObject(a))throw I("$http")("badreq",a);var f=P({method:"get",transformRequest:b.transformRequest,transformResponse:b.transformResponse,paramSerializer:b.paramSerializer},a);f.headers=function(a){var c=b.headers,d=P({},a.headers),f,g,h,c=P({},c.common,c[F(a.method)]);a:for(f in c){g=F(f);for(h in d)if(F(h)===g)continue a;d[f]=c[f]}return e(d,ja(a))}(a);f.method=sb(f.method);f.paramSerializer=G(f.paramSerializer)?k.get(f.paramSerializer): +f.paramSerializer;var g=[function(a){var c=a.headers,e=dd(a.data,cd(c),w,a.transformRequest);v(e)&&m(c,function(a,b){"content-type"===F(b)&&delete c[b]});v(a.withCredentials)&&!v(b.withCredentials)&&(a.withCredentials=b.withCredentials);return p(a,e).then(d,d)},w],h=l.when(f);for(m(E,function(a){(a.request||a.requestError)&&g.unshift(a.request,a.requestError);(a.response||a.responseError)&&g.push(a.response,a.responseError)});g.length;){a=g.shift();var r=g.shift(),h=h.then(a,r)}c?(h.success=function(a){Sa(a, +"fn");h.then(function(b){a(b.data,b.status,b.headers,f)});return h},h.error=function(a){Sa(a,"fn");h.then(null,function(b){a(b.data,b.status,b.headers,f)});return h}):(h.success=ed("success"),h.error=ed("error"));return h}function p(c,d){function h(b,c,d,e){function f(){k(c,b,d,e)}L&&(200<=b&&300>b?L.put(ba,[b,c,bd(d),e]):L.remove(ba));a?g.$applyAsync(f):(f(),g.$$phase||g.$apply())}function k(a,b,d,e){b=-1<=b?b:0;(200<=b&&300>b?O.resolve:O.reject)({data:a,status:b,headers:cd(d),config:c,statusText:e})} +function p(a){k(a.data,a.status,ja(a.headers()),a.statusText)}function E(){var a=n.pendingRequests.indexOf(c);-1!==a&&n.pendingRequests.splice(a,1)}var O=l.defer(),H=O.promise,L,m,S=c.headers,ba=r(c.url,c.paramSerializer(c.params));n.pendingRequests.push(c);H.then(E,E);!c.cache&&!b.cache||!1===c.cache||"GET"!==c.method&&"JSONP"!==c.method||(L=C(c.cache)?c.cache:C(b.cache)?b.cache:t);L&&(m=L.get(ba),A(m)?m&&x(m.then)?m.then(p,p):J(m)?k(m[1],m[0],ja(m[2]),m[3]):k(m,200,{},"OK"):L.put(ba,H));v(m)&&((m= +fd(c.url)?f()[c.xsrfCookieName||b.xsrfCookieName]:w)&&(S[c.xsrfHeaderName||b.xsrfHeaderName]=m),e(c.method,ba,d,h,S,c.timeout,c.withCredentials,c.responseType));return H}function r(a,b){0=l&&(u.resolve(E), +t(q.$$intervalId),delete f[q.$$intervalId]);K||b.$apply()},g);f[q.$$intervalId]=u;return q}var f={};e.cancel=function(b){return b&&b.$$intervalId in f?(f[b.$$intervalId].reject("canceled"),a.clearInterval(b.$$intervalId),delete f[b.$$intervalId],!0):!1};return e}]}function ac(b){b=b.split("/");for(var a=b.length;a--;)b[a]=ob(b[a]);return b.join("/")}function gd(b,a){var c=Aa(b);a.$$protocol=c.protocol;a.$$host=c.hostname;a.$$port=Y(c.port)||Tf[c.protocol]||null}function hd(b,a){var c="/"!==b.charAt(0); +c&&(b="/"+b);var d=Aa(b);a.$$path=decodeURIComponent(c&&"/"===d.pathname.charAt(0)?d.pathname.substring(1):d.pathname);a.$$search=yc(d.search);a.$$hash=decodeURIComponent(d.hash);a.$$path&&"/"!=a.$$path.charAt(0)&&(a.$$path="/"+a.$$path)}function sa(b,a){if(0===a.indexOf(b))return a.substr(b.length)}function Ja(b){var a=b.indexOf("#");return-1==a?b:b.substr(0,a)}function Cb(b){return b.replace(/(#.+)|#$/,"$1")}function bc(b,a,c){this.$$html5=!0;c=c||"";gd(b,this);this.$$parse=function(b){var c=sa(a, +b);if(!G(c))throw Db("ipthprfx",b,a);hd(c,this);this.$$path||(this.$$path="/");this.$$compose()};this.$$compose=function(){var b=Pb(this.$$search),c=this.$$hash?"#"+ob(this.$$hash):"";this.$$url=ac(this.$$path)+(b?"?"+b:"")+c;this.$$absUrl=a+this.$$url.substr(1)};this.$$parseLinkUrl=function(d,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,h;A(f=sa(b,d))?(h=f,h=A(f=sa(c,f))?a+(sa("/",f)||f):b+h):A(f=sa(a,d))?h=a+f:a==d+"/"&&(h=a);h&&this.$$parse(h);return!!h}}function cc(b,a,c){gd(b,this); +this.$$parse=function(d){var e=sa(b,d)||sa(a,d),f;v(e)||"#"!==e.charAt(0)?this.$$html5?f=e:(f="",v(e)&&(b=d,this.replace())):(f=sa(c,e),v(f)&&(f=e));hd(f,this);d=this.$$path;var e=b,h=/^\/[A-Z]:(\/.*)/;0===f.indexOf(e)&&(f=f.replace(e,""));h.exec(f)||(d=(f=h.exec(d))?f[1]:d);this.$$path=d;this.$$compose()};this.$$compose=function(){var a=Pb(this.$$search),e=this.$$hash?"#"+ob(this.$$hash):"";this.$$url=ac(this.$$path)+(a?"?"+a:"")+e;this.$$absUrl=b+(this.$$url?c+this.$$url:"")};this.$$parseLinkUrl= +function(a,c){return Ja(b)==Ja(a)?(this.$$parse(a),!0):!1}}function id(b,a,c){this.$$html5=!0;cc.apply(this,arguments);this.$$parseLinkUrl=function(d,e){if(e&&"#"===e[0])return this.hash(e.slice(1)),!0;var f,h;b==Ja(d)?f=d:(h=sa(a,d))?f=b+c+h:a===d+"/"&&(f=a);f&&this.$$parse(f);return!!f};this.$$compose=function(){var a=Pb(this.$$search),e=this.$$hash?"#"+ob(this.$$hash):"";this.$$url=ac(this.$$path)+(a?"?"+a:"")+e;this.$$absUrl=b+c+this.$$url}}function Eb(b){return function(){return this[b]}}function jd(b, +a){return function(c){if(v(c))return this[b];this[b]=a(c);this.$$compose();return this}}function hf(){var b="",a={enabled:!1,requireBase:!0,rewriteLinks:!0};this.hashPrefix=function(a){return A(a)?(b=a,this):b};this.html5Mode=function(b){return bb(b)?(a.enabled=b,this):C(b)?(bb(b.enabled)&&(a.enabled=b.enabled),bb(b.requireBase)&&(a.requireBase=b.requireBase),bb(b.rewriteLinks)&&(a.rewriteLinks=b.rewriteLinks),this):a};this.$get=["$rootScope","$browser","$sniffer","$rootElement","$window",function(c, +d,e,f,h){function g(a,b,c){var e=k.url(),f=k.$$state;try{d.url(a,b,c),k.$$state=d.state()}catch(g){throw k.url(e),k.$$state=f,g;}}function l(a,b){c.$broadcast("$locationChangeSuccess",k.absUrl(),a,k.$$state,b)}var k,n;n=d.baseHref();var p=d.url(),r;if(a.enabled){if(!n&&a.requireBase)throw Db("nobase");r=p.substring(0,p.indexOf("/",p.indexOf("//")+2))+(n||"/");n=e.history?bc:id}else r=Ja(p),n=cc;var t=r.substr(0,Ja(r).lastIndexOf("/")+1);k=new n(r,t,"#"+b);k.$$parseLinkUrl(p,p);k.$$state=d.state(); +var E=/^\s*(javascript|mailto):/i;f.on("click",function(b){if(a.rewriteLinks&&!b.ctrlKey&&!b.metaKey&&!b.shiftKey&&2!=b.which&&2!=b.button){for(var e=B(b.target);"a"!==wa(e[0]);)if(e[0]===f[0]||!(e=e.parent())[0])return;var g=e.prop("href"),l=e.attr("href")||e.attr("xlink:href");C(g)&&"[object SVGAnimatedString]"===g.toString()&&(g=Aa(g.animVal).href);E.test(g)||!g||e.attr("target")||b.isDefaultPrevented()||!k.$$parseLinkUrl(g,l)||(b.preventDefault(),k.absUrl()!=d.url()&&(c.$apply(),h.angular["ff-684208-preventDefault"]= +!0))}});Cb(k.absUrl())!=Cb(p)&&d.url(k.absUrl(),!0);var K=!0;d.onUrlChange(function(a,b){v(sa(t,a))?h.location.href=a:(c.$evalAsync(function(){var d=k.absUrl(),e=k.$$state,f;k.$$parse(a);k.$$state=b;f=c.$broadcast("$locationChangeStart",a,d,b,e).defaultPrevented;k.absUrl()===a&&(f?(k.$$parse(d),k.$$state=e,g(d,!1,e)):(K=!1,l(d,e)))}),c.$$phase||c.$digest())});c.$watch(function(){var a=Cb(d.url()),b=Cb(k.absUrl()),f=d.state(),h=k.$$replace,r=a!==b||k.$$html5&&e.history&&f!==k.$$state;if(K||r)K=!1, +c.$evalAsync(function(){var b=k.absUrl(),d=c.$broadcast("$locationChangeStart",b,a,k.$$state,f).defaultPrevented;k.absUrl()===b&&(d?(k.$$parse(a),k.$$state=f):(r&&g(b,h,f===k.$$state?null:k.$$state),l(a,f)))});k.$$replace=!1});return k}]}function jf(){var b=!0,a=this;this.debugEnabled=function(a){return A(a)?(b=a,this):b};this.$get=["$window",function(c){function d(a){a instanceof Error&&(a.stack?a=a.message&&-1===a.stack.indexOf(a.message)?"Error: "+a.message+"\n"+a.stack:a.stack:a.sourceURL&&(a= +a.message+"\n"+a.sourceURL+":"+a.line));return a}function e(a){var b=c.console||{},e=b[a]||b.log||y;a=!1;try{a=!!e.apply}catch(l){}return a?function(){var a=[];m(arguments,function(b){a.push(d(b))});return e.apply(b,a)}:function(a,b){e(a,null==b?"":b)}}return{log:e("log"),info:e("info"),warn:e("warn"),error:e("error"),debug:function(){var c=e("debug");return function(){b&&c.apply(a,arguments)}}()}}]}function Xa(b,a){if("__defineGetter__"===b||"__defineSetter__"===b||"__lookupGetter__"===b||"__lookupSetter__"=== +b||"__proto__"===b)throw Z("isecfld",a);return b}function kd(b,a){b+="";if(!G(b))throw Z("iseccst",a);return b}function Ba(b,a){if(b){if(b.constructor===b)throw Z("isecfn",a);if(b.window===b)throw Z("isecwindow",a);if(b.children&&(b.nodeName||b.prop&&b.attr&&b.find))throw Z("isecdom",a);if(b===Object)throw Z("isecobj",a);}return b}function ld(b,a){if(b){if(b.constructor===b)throw Z("isecfn",a);if(b===Uf||b===Vf||b===Wf)throw Z("isecff",a);}}function md(b,a){if(b&&(b===(0).constructor||b===(!1).constructor|| +b==="".constructor||b==={}.constructor||b===[].constructor||b===Function.constructor))throw Z("isecaf",a);}function Xf(b,a){return"undefined"!==typeof b?b:a}function nd(b,a){return"undefined"===typeof b?a:"undefined"===typeof a?b:b+a}function U(b,a){var c,d;switch(b.type){case s.Program:c=!0;m(b.body,function(b){U(b.expression,a);c=c&&b.expression.constant});b.constant=c;break;case s.Literal:b.constant=!0;b.toWatch=[];break;case s.UnaryExpression:U(b.argument,a);b.constant=b.argument.constant;b.toWatch= +b.argument.toWatch;break;case s.BinaryExpression:U(b.left,a);U(b.right,a);b.constant=b.left.constant&&b.right.constant;b.toWatch=b.left.toWatch.concat(b.right.toWatch);break;case s.LogicalExpression:U(b.left,a);U(b.right,a);b.constant=b.left.constant&&b.right.constant;b.toWatch=b.constant?[]:[b];break;case s.ConditionalExpression:U(b.test,a);U(b.alternate,a);U(b.consequent,a);b.constant=b.test.constant&&b.alternate.constant&&b.consequent.constant;b.toWatch=b.constant?[]:[b];break;case s.Identifier:b.constant= +!1;b.toWatch=[b];break;case s.MemberExpression:U(b.object,a);b.computed&&U(b.property,a);b.constant=b.object.constant&&(!b.computed||b.property.constant);b.toWatch=[b];break;case s.CallExpression:c=b.filter?!a(b.callee.name).$stateful:!1;d=[];m(b.arguments,function(b){U(b,a);c=c&&b.constant;b.constant||d.push.apply(d,b.toWatch)});b.constant=c;b.toWatch=b.filter&&!a(b.callee.name).$stateful?d:[b];break;case s.AssignmentExpression:U(b.left,a);U(b.right,a);b.constant=b.left.constant&&b.right.constant; +b.toWatch=[b];break;case s.ArrayExpression:c=!0;d=[];m(b.elements,function(b){U(b,a);c=c&&b.constant;b.constant||d.push.apply(d,b.toWatch)});b.constant=c;b.toWatch=d;break;case s.ObjectExpression:c=!0;d=[];m(b.properties,function(b){U(b.value,a);c=c&&b.value.constant;b.value.constant||d.push.apply(d,b.value.toWatch)});b.constant=c;b.toWatch=d;break;case s.ThisExpression:b.constant=!1,b.toWatch=[]}}function od(b){if(1==b.length){b=b[0].expression;var a=b.toWatch;return 1!==a.length?a:a[0]!==b?a:w}} +function pd(b){return b.type===s.Identifier||b.type===s.MemberExpression}function qd(b){if(1===b.body.length&&pd(b.body[0].expression))return{type:s.AssignmentExpression,left:b.body[0].expression,right:{type:s.NGValueParameter},operator:"="}}function rd(b){return 0===b.body.length||1===b.body.length&&(b.body[0].expression.type===s.Literal||b.body[0].expression.type===s.ArrayExpression||b.body[0].expression.type===s.ObjectExpression)}function sd(b,a){this.astBuilder=b;this.$filter=a}function td(b, +a){this.astBuilder=b;this.$filter=a}function Fb(b){return"constructor"==b}function dc(b){return x(b.valueOf)?b.valueOf():Yf.call(b)}function kf(){var b=fa(),a=fa();this.$get=["$filter",function(c){function d(a,b){return null==a||null==b?a===b:"object"===typeof a&&(a=dc(a),"object"===typeof a)?!1:a===b||a!==a&&b!==b}function e(a,b,c,e,f){var g=e.inputs,h;if(1===g.length){var k=d,g=g[0];return a.$watch(function(a){var b=g(a);d(b,k)||(h=e(a,w,w,[b]),k=b&&dc(b));return h},b,c,f)}for(var l=[],n=[],p=0, +m=g.length;p=this.promise.$$state.status&&d&&d.length&&b(function(){for(var b,e,f=0,g=d.length;fa)for(b in l++,f)ta.call(e,b)||(t--,delete f[b])}else f!==e&&(f=e,l++);return l}}c.$stateful=!0;var d=this,e,f,h,k=1 +t&&(D=4-t,u[D]||(u[D]=[]),u[D].push({msg:x(b.exp)?"fn: "+(b.exp.name||b.exp.toString()):b.exp,newVal:f,oldVal:g}));else if(b===d){r=!1;break a}}catch(y){h(y)}if(!(k=m.$$watchersCount&&m.$$childHead||m!==this&&m.$$nextSibling))for(;m!==this&&!(k=m.$$nextSibling);)m=m.$parent}while(m=k);if((r||z.length)&&!t--)throw q.$$phase=null,c("infdig",a,u);}while(r||z.length);for(q.$$phase=null;N.length;)try{N.shift()()}catch(A){h(A)}},$destroy:function(){if(!this.$$destroyed){var a=this.$parent;this.$broadcast("$destroy"); +this.$$destroyed=!0;this===q&&l.$$applicationDestroyed();r(this,-this.$$watchersCount);for(var b in this.$$listenerCount)t(this,this.$$listenerCount[b],b);a&&a.$$childHead==this&&(a.$$childHead=this.$$nextSibling);a&&a.$$childTail==this&&(a.$$childTail=this.$$prevSibling);this.$$prevSibling&&(this.$$prevSibling.$$nextSibling=this.$$nextSibling);this.$$nextSibling&&(this.$$nextSibling.$$prevSibling=this.$$prevSibling);this.$destroy=this.$digest=this.$apply=this.$evalAsync=this.$applyAsync=y;this.$on= +this.$watch=this.$watchGroup=function(){return y};this.$$listeners={};this.$parent=this.$$nextSibling=this.$$prevSibling=this.$$childHead=this.$$childTail=this.$root=this.$$watchers=null}},$eval:function(a,b){return g(a)(this,b)},$evalAsync:function(a,b){q.$$phase||z.length||l.defer(function(){z.length&&q.$digest()});z.push({scope:this,expression:a,locals:b})},$$postDigest:function(a){N.push(a)},$apply:function(a){try{p("$apply");try{return this.$eval(a)}finally{q.$$phase=null}}catch(b){h(b)}finally{try{q.$digest()}catch(c){throw h(c), +c;}}},$applyAsync:function(a){function b(){c.$eval(a)}var c=this;a&&w.push(b);u()},$on:function(a,b){var c=this.$$listeners[a];c||(this.$$listeners[a]=c=[]);c.push(b);var d=this;do d.$$listenerCount[a]||(d.$$listenerCount[a]=0),d.$$listenerCount[a]++;while(d=d.$parent);var e=this;return function(){var d=c.indexOf(b);-1!==d&&(c[d]=null,t(e,1,a))}},$emit:function(a,b){var c=[],d,e=this,f=!1,g={name:a,targetScope:e,stopPropagation:function(){f=!0},preventDefault:function(){g.defaultPrevented=!0},defaultPrevented:!1}, +k=db([g],arguments,1),l,n;do{d=e.$$listeners[a]||c;g.currentScope=e;l=0;for(n=d.length;lWa)throw Ca("iequirks");var d=ja(oa);d.isEnabled=function(){return b};d.trustAs=c.trustAs;d.getTrusted=c.getTrusted;d.valueOf=c.valueOf;b||(d.trustAs=d.getTrusted=function(a,b){return b},d.valueOf=$a);d.parseAs=function(b,c){var e=a(c);return e.literal&&e.constant?e:a(c,function(a){return d.getTrusted(b,a)})};var e=d.parseAs,f=d.getTrusted,h=d.trustAs;m(oa,function(a,b){var c=F(b);d[gb("parse_as_"+c)]=function(b){return e(a,b)};d[gb("get_trusted_"+c)]=function(b){return f(a,b)};d[gb("trust_as_"+ +c)]=function(b){return h(a,b)}});return d}]}function qf(){this.$get=["$window","$document",function(b,a){var c={},d=Y((/android (\d+)/.exec(F((b.navigator||{}).userAgent))||[])[1]),e=/Boxee/i.test((b.navigator||{}).userAgent),f=a[0]||{},h,g=/^(Moz|webkit|ms)(?=[A-Z])/,l=f.body&&f.body.style,k=!1,n=!1;if(l){for(var p in l)if(k=g.exec(p)){h=k[0];h=h.substr(0,1).toUpperCase()+h.substr(1);break}h||(h="WebkitOpacity"in l&&"webkit");k=!!("transition"in l||h+"Transition"in l);n=!!("animation"in l||h+"Animation"in +l);!d||k&&n||(k=G(l.webkitTransition),n=G(l.webkitAnimation))}return{history:!(!b.history||!b.history.pushState||4>d||e),hasEvent:function(a){if("input"===a&&11>=Wa)return!1;if(v(c[a])){var b=f.createElement("div");c[a]="on"+a in b}return c[a]},csp:Fa(),vendorPrefix:h,transitions:k,animations:n,android:d}}]}function sf(){this.$get=["$templateCache","$http","$q","$sce",function(b,a,c,d){function e(f,h){e.totalPendingRequests++;G(f)&&b.get(f)||(f=d.getTrustedResourceUrl(f));var g=a.defaults&&a.defaults.transformResponse; +J(g)?g=g.filter(function(a){return a!==Zb}):g===Zb&&(g=null);return a.get(f,{cache:b,transformResponse:g})["finally"](function(){e.totalPendingRequests--}).then(function(a){b.put(f,a.data);return a.data},function(a){if(!h)throw ga("tpload",f,a.status,a.statusText);return c.reject(a)})}e.totalPendingRequests=0;return e}]}function tf(){this.$get=["$rootScope","$browser","$location",function(b,a,c){return{findBindings:function(a,b,c){a=a.getElementsByClassName("ng-binding");var h=[];m(a,function(a){var d= +da.element(a).data("$binding");d&&m(d,function(d){c?(new RegExp("(^|\\s)"+vd(b)+"(\\s|\\||$)")).test(d)&&h.push(a):-1!=d.indexOf(b)&&h.push(a)})});return h},findModels:function(a,b,c){for(var h=["ng-","data-ng-","ng\\:"],g=0;gb;b=Math.abs(b);var h=Infinity===b;if(!h&&!isFinite(b))return"";var g=b+"",l="",k=!1,n=[];h&&(l="\u221e");if(!h&&-1!==g.indexOf("e")){var p=g.match(/([\d\.]+)e(-?)(\d+)/);p&&"-"==p[2]&&p[3]>e+1?b=0:(l=g,k=!0)}if(h||k)0b&&(l=b.toFixed(e),b=parseFloat(l),l=l.replace(hc,d));else{h=(g.split(hc)[1]||"").length;v(e)&&(e=Math.min(Math.max(a.minFrac,h),a.maxFrac));b=+(Math.round(+(b.toString()+"e"+e)).toString()+"e"+-e);var h=(""+b).split(hc),g=h[0],h=h[1]||"",p=0, +r=a.lgSize,t=a.gSize;if(g.length>=r+t)for(p=g.length-r,k=0;kb&&(d="-",b=-b);for(b=""+b;b.length-c)e+=c;0===e&&-12==c&&(e=12);return Gb(e,a,d)}}function Hb(b,a){return function(c,d){var e=c["get"+b](),f=sb(a?"SHORT"+b:b);return d[f][e]}}function Ed(b){var a=(new Date(b,0,1)).getDay();return new Date(b,0,(4>=a?5:12)-a)}function Fd(b){return function(a){var c=Ed(a.getFullYear());a=+new Date(a.getFullYear(),a.getMonth(),a.getDate()+(4-a.getDay()))-+c;a=1+Math.round(a/6048E5);return Gb(a,b)}}function ic(b,a){return 0>=b.getFullYear()?a.ERAS[0]:a.ERAS[1]}function Ad(b){function a(a){var b;if(b= +a.match(c)){a=new Date(0);var f=0,h=0,g=b[8]?a.setUTCFullYear:a.setFullYear,l=b[8]?a.setUTCHours:a.setHours;b[9]&&(f=Y(b[9]+b[10]),h=Y(b[9]+b[11]));g.call(a,Y(b[1]),Y(b[2])-1,Y(b[3]));f=Y(b[4]||0)-f;h=Y(b[5]||0)-h;g=Y(b[6]||0);b=Math.round(1E3*parseFloat("0."+(b[7]||0)));l.call(a,f,h,g,b)}return a}var c=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/;return function(c,e,f){var h="",g=[],l,k;e=e||"mediumDate";e=b.DATETIME_FORMATS[e]||e;G(c)&&(c= +fg.test(c)?Y(c):a(c));V(c)&&(c=new Date(c));if(!ea(c)||!isFinite(c.getTime()))return c;for(;e;)(k=gg.exec(e))?(g=db(g,k,1),e=g.pop()):(g.push(e),e=null);var n=c.getTimezoneOffset();f&&(n=wc(f,c.getTimezoneOffset()),c=Ob(c,f,!0));m(g,function(a){l=hg[a];h+=l?l(c,b.DATETIME_FORMATS,n):a.replace(/(^'|'$)/g,"").replace(/''/g,"'")});return h}}function ag(){return function(b,a){v(a)&&(a=2);return eb(b,a)}}function bg(){return function(b,a,c){a=Infinity===Math.abs(Number(a))?Number(a):Y(a);if(isNaN(a))return b; +V(b)&&(b=b.toString());if(!J(b)&&!G(b))return b;c=!c||isNaN(c)?0:Y(c);c=0>c&&c>=-b.length?b.length+c:c;return 0<=a?b.slice(c,c+a):0===c?b.slice(a,b.length):b.slice(Math.max(0,c+a),c)}}function Cd(b){function a(a,c){c=c?-1:1;return a.map(function(a){var d=1,g=$a;if(x(a))g=a;else if(G(a)){if("+"==a.charAt(0)||"-"==a.charAt(0))d="-"==a.charAt(0)?-1:1,a=a.substring(1);if(""!==a&&(g=b(a),g.constant))var l=g(),g=function(a){return a[l]}}return{get:g,descending:d*c}})}function c(a){switch(typeof a){case "number":case "boolean":case "string":return!0; +default:return!1}}return function(b,e,f){if(!Da(b))return b;J(e)||(e=[e]);0===e.length&&(e=["+"]);var h=a(e,f);h.push({get:function(){return{}},descending:f?-1:1});b=Array.prototype.map.call(b,function(a,b){return{value:a,predicateValues:h.map(function(d){var e=d.get(a);d=typeof e;if(null===e)d="string",e="null";else if("string"===d)e=e.toLowerCase();else if("object"===d)a:{if("function"===typeof e.valueOf&&(e=e.valueOf(),c(e)))break a;if(qc(e)&&(e=e.toString(),c(e)))break a;e=b}return{value:e,type:d}})}}); +b.sort(function(a,b){for(var c=0,d=0,e=h.length;db||37<=b&&40>=b||n(a,this,this.value)});if(e.hasEvent("paste"))a.on("paste cut",n)}a.on("change",l);d.$render=function(){var b=d.$isEmpty(d.$viewValue)? +"":d.$viewValue;a.val()!==b&&a.val(b)}}function Kb(b,a){return function(c,d){var e,f;if(ea(c))return c;if(G(c)){'"'==c.charAt(0)&&'"'==c.charAt(c.length-1)&&(c=c.substring(1,c.length-1));if(ig.test(c))return new Date(c);b.lastIndex=0;if(e=b.exec(c))return e.shift(),f=d?{yyyy:d.getFullYear(),MM:d.getMonth()+1,dd:d.getDate(),HH:d.getHours(),mm:d.getMinutes(),ss:d.getSeconds(),sss:d.getMilliseconds()/1E3}:{yyyy:1970,MM:1,dd:1,HH:0,mm:0,ss:0,sss:0},m(e,function(b,c){c=s};h.$observe("min",function(a){s=r(a);g.$validate()})}if(A(h.max)||h.ngMax){var u;g.$validators.max=function(a){return!p(a)||v(u)||c(a)<=u};h.$observe("max",function(a){u=r(a);g.$validate()})}}}function Id(b,a,c,d){(d.$$hasNativeValidators=C(a[0].validity))&&d.$parsers.push(function(b){var c=a.prop("validity")||{};return c.badInput&&!c.typeMismatch?w:b})}function Jd(b,a,c,d,e){if(A(d)){b= +b(d);if(!b.constant)throw lb("constexpr",c,d);return b(a)}return e}function kc(b,a){b="ngClass"+b;return["$animate",function(c){function d(a,b){var c=[],d=0;a:for(;d(?:<\/\1>|)$/,Sb=/<|&#?\w+;/,Cf=/<([\w:-]+)/,Df=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, +ma={option:[1,'"],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ma.optgroup=ma.option;ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead;ma.th=ma.td;var Ra=R.prototype={ready:function(b){function a(){c||(c=!0,b())}var c=!1;"complete"===X.readyState?setTimeout(a):(this.on("DOMContentLoaded",a),R(Q).on("load",a))}, +toString:function(){var b=[];m(this,function(a){b.push(""+a)});return"["+b.join(", ")+"]"},eq:function(b){return 0<=b?B(this[b]):B(this[this.length+b])},length:0,push:kg,sort:[].sort,splice:[].splice},Bb={};m("multiple selected checked disabled readOnly required open".split(" "),function(b){Bb[F(b)]=b});var Sc={};m("input select option textarea button form details".split(" "),function(b){Sc[b]=!0});var $c={ngMinlength:"minlength",ngMaxlength:"maxlength",ngMin:"min",ngMax:"max",ngPattern:"pattern"}; +m({data:Vb,removeData:vb,hasData:function(b){for(var a in hb[b.ng339])return!0;return!1}},function(b,a){R[a]=b});m({data:Vb,inheritedData:Ab,scope:function(b){return B.data(b,"$scope")||Ab(b.parentNode||b,["$isolateScope","$scope"])},isolateScope:function(b){return B.data(b,"$isolateScope")||B.data(b,"$isolateScopeNoTemplate")},controller:Pc,injector:function(b){return Ab(b,"$injector")},removeAttr:function(b,a){b.removeAttribute(a)},hasClass:xb,css:function(b,a,c){a=gb(a);if(A(c))b.style[a]=c;else return b.style[a]}, +attr:function(b,a,c){var d=b.nodeType;if(d!==Pa&&2!==d&&8!==d)if(d=F(a),Bb[d])if(A(c))c?(b[a]=!0,b.setAttribute(a,d)):(b[a]=!1,b.removeAttribute(d));else return b[a]||(b.attributes.getNamedItem(a)||y).specified?d:w;else if(A(c))b.setAttribute(a,c);else if(b.getAttribute)return b=b.getAttribute(a,2),null===b?w:b},prop:function(b,a,c){if(A(c))b[a]=c;else return b[a]},text:function(){function b(a,b){if(v(b)){var d=a.nodeType;return d===pa||d===Pa?a.textContent:""}a.textContent=b}b.$dv="";return b}(), +val:function(b,a){if(v(a)){if(b.multiple&&"select"===wa(b)){var c=[];m(b.options,function(a){a.selected&&c.push(a.value||a.text)});return 0===c.length?null:c}return b.value}b.value=a},html:function(b,a){if(v(a))return b.innerHTML;ub(b,!0);b.innerHTML=a},empty:Qc},function(b,a){R.prototype[a]=function(a,d){var e,f,h=this.length;if(b!==Qc&&v(2==b.length&&b!==xb&&b!==Pc?a:d)){if(C(a)){for(e=0;e <= >= && || ! = |".split(" "),function(a){Lb[a]=!0});var rg={n:"\n",f:"\f",r:"\r",t:"\t",v:"\v","'":"'",'"':'"'},ec=function(a){this.options=a};ec.prototype={constructor:ec,lex:function(a){this.text=a;this.index=0;for(this.tokens= +[];this.index=a&&"string"===typeof a},isWhitespace:function(a){return" "===a||"\r"===a||"\t"===a||"\n"===a||"\v"===a||"\u00a0"===a},isIdent:function(a){return"a"<=a&&"z">=a||"A"<=a&&"Z">=a||"_"===a||"$"===a},isExpOperator:function(a){return"-"=== +a||"+"===a||this.isNumber(a)},throwError:function(a,c,d){d=d||this.index;c=A(c)?"s "+c+"-"+this.index+" ["+this.text.substring(c,d)+"]":" "+d;throw Z("lexerr",a,c,this.text);},readNumber:function(){for(var a="",c=this.index;this.index","<=",">=");)a={type:s.BinaryExpression,operator:c.text, +left:a,right:this.additive()};return a},additive:function(){for(var a=this.multiplicative(),c;c=this.expect("+","-");)a={type:s.BinaryExpression,operator:c.text,left:a,right:this.multiplicative()};return a},multiplicative:function(){for(var a=this.unary(),c;c=this.expect("*","/","%");)a={type:s.BinaryExpression,operator:c.text,left:a,right:this.unary()};return a},unary:function(){var a;return(a=this.expect("+","-","!"))?{type:s.UnaryExpression,operator:a.text,prefix:!0,argument:this.unary()}:this.primary()}, +primary:function(){var a;this.expect("(")?(a=this.filterChain(),this.consume(")")):this.expect("[")?a=this.arrayDeclaration():this.expect("{")?a=this.object():this.constants.hasOwnProperty(this.peek().text)?a=ha(this.constants[this.consume().text]):this.peek().identifier?a=this.identifier():this.peek().constant?a=this.constant():this.throwError("not a primary expression",this.peek());for(var c;c=this.expect("(","[",".");)"("===c.text?(a={type:s.CallExpression,callee:a,arguments:this.parseArguments()}, +this.consume(")")):"["===c.text?(a={type:s.MemberExpression,object:a,property:this.expression(),computed:!0},this.consume("]")):"."===c.text?a={type:s.MemberExpression,object:a,property:this.identifier(),computed:!1}:this.throwError("IMPOSSIBLE");return a},filter:function(a){a=[a];for(var c={type:s.CallExpression,callee:this.identifier(),arguments:a,filter:!0};this.expect(":");)a.push(this.expression());return c},parseArguments:function(){var a=[];if(")"!==this.peekToken().text){do a.push(this.expression()); +while(this.expect(","))}return a},identifier:function(){var a=this.consume();a.identifier||this.throwError("is not a valid identifier",a);return{type:s.Identifier,name:a.text}},constant:function(){return{type:s.Literal,value:this.consume().value}},arrayDeclaration:function(){var a=[];if("]"!==this.peekToken().text){do{if(this.peek("]"))break;a.push(this.expression())}while(this.expect(","))}this.consume("]");return{type:s.ArrayExpression,elements:a}},object:function(){var a=[],c;if("}"!==this.peekToken().text){do{if(this.peek("}"))break; +c={type:s.Property,kind:"init"};this.peek().constant?c.key=this.constant():this.peek().identifier?c.key=this.identifier():this.throwError("invalid key",this.peek());this.consume(":");c.value=this.expression();a.push(c)}while(this.expect(","))}this.consume("}");return{type:s.ObjectExpression,properties:a}},throwError:function(a,c){throw Z("syntax",c.text,a,c.index+1,this.text,this.text.substring(c.index));},consume:function(a){if(0===this.tokens.length)throw Z("ueoe",this.text);var c=this.expect(a); +c||this.throwError("is unexpected, expecting ["+a+"]",this.peek());return c},peekToken:function(){if(0===this.tokens.length)throw Z("ueoe",this.text);return this.tokens[0]},peek:function(a,c,d,e){return this.peekAhead(0,a,c,d,e)},peekAhead:function(a,c,d,e,f){if(this.tokens.length>a){a=this.tokens[a];var h=a.text;if(h===c||h===d||h===e||h===f||!(c||d||e||f))return a}return!1},expect:function(a,c,d,e){return(a=this.peek(a,c,d,e))?(this.tokens.shift(),a):!1},constants:{"true":{type:s.Literal,value:!0}, +"false":{type:s.Literal,value:!1},"null":{type:s.Literal,value:null},undefined:{type:s.Literal,value:w},"this":{type:s.ThisExpression}}};sd.prototype={compile:function(a,c){var d=this,e=this.astBuilder.ast(a);this.state={nextId:0,filters:{},expensiveChecks:c,fn:{vars:[],body:[],own:{}},assign:{vars:[],body:[],own:{}},inputs:[]};U(e,d.$filter);var f="",h;this.stage="assign";if(h=qd(e))this.state.computing="assign",f=this.nextId(),this.recurse(h,f),this.return_(f),f="fn.assign="+this.generateFunction("assign", +"s,v,l");h=od(e.body);d.stage="inputs";m(h,function(a,c){var e="fn"+c;d.state[e]={vars:[],body:[],own:{}};d.state.computing=e;var f=d.nextId();d.recurse(a,f);d.return_(f);d.state.inputs.push(e);a.watchId=c});this.state.computing="fn";this.stage="main";this.recurse(e);f='"'+this.USE+" "+this.STRICT+'";\n'+this.filterPrefix()+"var fn="+this.generateFunction("fn","s,l,a,i")+f+this.watchFns()+"return fn;";f=(new Function("$filter","ensureSafeMemberName","ensureSafeObject","ensureSafeFunction","getStringValue", +"ensureSafeAssignContext","ifDefined","plus","text",f))(this.$filter,Xa,Ba,ld,kd,md,Xf,nd,a);this.state=this.stage=w;f.literal=rd(e);f.constant=e.constant;return f},USE:"use",STRICT:"strict",watchFns:function(){var a=[],c=this.state.inputs,d=this;m(c,function(c){a.push("var "+c+"="+d.generateFunction(c,"s"))});c.length&&a.push("fn.inputs=["+c.join(",")+"];");return a.join("")},generateFunction:function(a,c){return"function("+c+"){"+this.varsPrefix(a)+this.body(a)+"};"},filterPrefix:function(){var a= +[],c=this;m(this.state.filters,function(d,e){a.push(d+"=$filter("+c.escape(e)+")")});return a.length?"var "+a.join(",")+";":""},varsPrefix:function(a){return this.state[a].vars.length?"var "+this.state[a].vars.join(",")+";":""},body:function(a){return this.state[a].body.join("")},recurse:function(a,c,d,e,f,h){var g,l,k=this,n,p;e=e||y;if(!h&&A(a.watchId))c=c||this.nextId(),this.if_("i",this.lazyAssign(c,this.computedMember("i",a.watchId)),this.lazyRecurse(a,c,d,e,f,!0));else switch(a.type){case s.Program:m(a.body, +function(c,d){k.recurse(c.expression,w,w,function(a){l=a});d!==a.body.length-1?k.current().body.push(l,";"):k.return_(l)});break;case s.Literal:p=this.escape(a.value);this.assign(c,p);e(p);break;case s.UnaryExpression:this.recurse(a.argument,w,w,function(a){l=a});p=a.operator+"("+this.ifDefined(l,0)+")";this.assign(c,p);e(p);break;case s.BinaryExpression:this.recurse(a.left,w,w,function(a){g=a});this.recurse(a.right,w,w,function(a){l=a});p="+"===a.operator?this.plus(g,l):"-"===a.operator?this.ifDefined(g, +0)+a.operator+this.ifDefined(l,0):"("+g+")"+a.operator+"("+l+")";this.assign(c,p);e(p);break;case s.LogicalExpression:c=c||this.nextId();k.recurse(a.left,c);k.if_("&&"===a.operator?c:k.not(c),k.lazyRecurse(a.right,c));e(c);break;case s.ConditionalExpression:c=c||this.nextId();k.recurse(a.test,c);k.if_(c,k.lazyRecurse(a.alternate,c),k.lazyRecurse(a.consequent,c));e(c);break;case s.Identifier:c=c||this.nextId();d&&(d.context="inputs"===k.stage?"s":this.assign(this.nextId(),this.getHasOwnProperty("l", +a.name)+"?l:s"),d.computed=!1,d.name=a.name);Xa(a.name);k.if_("inputs"===k.stage||k.not(k.getHasOwnProperty("l",a.name)),function(){k.if_("inputs"===k.stage||"s",function(){f&&1!==f&&k.if_(k.not(k.nonComputedMember("s",a.name)),k.lazyAssign(k.nonComputedMember("s",a.name),"{}"));k.assign(c,k.nonComputedMember("s",a.name))})},c&&k.lazyAssign(c,k.nonComputedMember("l",a.name)));(k.state.expensiveChecks||Fb(a.name))&&k.addEnsureSafeObject(c);e(c);break;case s.MemberExpression:g=d&&(d.context=this.nextId())|| +this.nextId();c=c||this.nextId();k.recurse(a.object,g,w,function(){k.if_(k.notNull(g),function(){if(a.computed)l=k.nextId(),k.recurse(a.property,l),k.getStringValue(l),k.addEnsureSafeMemberName(l),f&&1!==f&&k.if_(k.not(k.computedMember(g,l)),k.lazyAssign(k.computedMember(g,l),"{}")),p=k.ensureSafeObject(k.computedMember(g,l)),k.assign(c,p),d&&(d.computed=!0,d.name=l);else{Xa(a.property.name);f&&1!==f&&k.if_(k.not(k.nonComputedMember(g,a.property.name)),k.lazyAssign(k.nonComputedMember(g,a.property.name), +"{}"));p=k.nonComputedMember(g,a.property.name);if(k.state.expensiveChecks||Fb(a.property.name))p=k.ensureSafeObject(p);k.assign(c,p);d&&(d.computed=!1,d.name=a.property.name)}},function(){k.assign(c,"undefined")});e(c)},!!f);break;case s.CallExpression:c=c||this.nextId();a.filter?(l=k.filter(a.callee.name),n=[],m(a.arguments,function(a){var c=k.nextId();k.recurse(a,c);n.push(c)}),p=l+"("+n.join(",")+")",k.assign(c,p),e(c)):(l=k.nextId(),g={},n=[],k.recurse(a.callee,l,g,function(){k.if_(k.notNull(l), +function(){k.addEnsureSafeFunction(l);m(a.arguments,function(a){k.recurse(a,k.nextId(),w,function(a){n.push(k.ensureSafeObject(a))})});g.name?(k.state.expensiveChecks||k.addEnsureSafeObject(g.context),p=k.member(g.context,g.name,g.computed)+"("+n.join(",")+")"):p=l+"("+n.join(",")+")";p=k.ensureSafeObject(p);k.assign(c,p)},function(){k.assign(c,"undefined")});e(c)}));break;case s.AssignmentExpression:l=this.nextId();g={};if(!pd(a.left))throw Z("lval");this.recurse(a.left,w,g,function(){k.if_(k.notNull(g.context), +function(){k.recurse(a.right,l);k.addEnsureSafeObject(k.member(g.context,g.name,g.computed));k.addEnsureSafeAssignContext(g.context);p=k.member(g.context,g.name,g.computed)+a.operator+l;k.assign(c,p);e(c||p)})},1);break;case s.ArrayExpression:n=[];m(a.elements,function(a){k.recurse(a,k.nextId(),w,function(a){n.push(a)})});p="["+n.join(",")+"]";this.assign(c,p);e(p);break;case s.ObjectExpression:n=[];m(a.properties,function(a){k.recurse(a.value,k.nextId(),w,function(c){n.push(k.escape(a.key.type=== +s.Identifier?a.key.name:""+a.key.value)+":"+c)})});p="{"+n.join(",")+"}";this.assign(c,p);e(p);break;case s.ThisExpression:this.assign(c,"s");e("s");break;case s.NGValueParameter:this.assign(c,"v"),e("v")}},getHasOwnProperty:function(a,c){var d=a+"."+c,e=this.current().own;e.hasOwnProperty(d)||(e[d]=this.nextId(!1,a+"&&("+this.escape(c)+" in "+a+")"));return e[d]},assign:function(a,c){if(a)return this.current().body.push(a,"=",c,";"),a},filter:function(a){this.state.filters.hasOwnProperty(a)||(this.state.filters[a]= +this.nextId(!0));return this.state.filters[a]},ifDefined:function(a,c){return"ifDefined("+a+","+this.escape(c)+")"},plus:function(a,c){return"plus("+a+","+c+")"},return_:function(a){this.current().body.push("return ",a,";")},if_:function(a,c,d){if(!0===a)c();else{var e=this.current().body;e.push("if(",a,"){");c();e.push("}");d&&(e.push("else{"),d(),e.push("}"))}},not:function(a){return"!("+a+")"},notNull:function(a){return a+"!=null"},nonComputedMember:function(a,c){return a+"."+c},computedMember:function(a, +c){return a+"["+c+"]"},member:function(a,c,d){return d?this.computedMember(a,c):this.nonComputedMember(a,c)},addEnsureSafeObject:function(a){this.current().body.push(this.ensureSafeObject(a),";")},addEnsureSafeMemberName:function(a){this.current().body.push(this.ensureSafeMemberName(a),";")},addEnsureSafeFunction:function(a){this.current().body.push(this.ensureSafeFunction(a),";")},addEnsureSafeAssignContext:function(a){this.current().body.push(this.ensureSafeAssignContext(a),";")},ensureSafeObject:function(a){return"ensureSafeObject("+ +a+",text)"},ensureSafeMemberName:function(a){return"ensureSafeMemberName("+a+",text)"},ensureSafeFunction:function(a){return"ensureSafeFunction("+a+",text)"},getStringValue:function(a){this.assign(a,"getStringValue("+a+",text)")},ensureSafeAssignContext:function(a){return"ensureSafeAssignContext("+a+",text)"},lazyRecurse:function(a,c,d,e,f,h){var g=this;return function(){g.recurse(a,c,d,e,f,h)}},lazyAssign:function(a,c){var d=this;return function(){d.assign(a,c)}},stringEscapeRegex:/[^ a-zA-Z0-9]/g, +stringEscapeFn:function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)},escape:function(a){if(G(a))return"'"+a.replace(this.stringEscapeRegex,this.stringEscapeFn)+"'";if(V(a))return a.toString();if(!0===a)return"true";if(!1===a)return"false";if(null===a)return"null";if("undefined"===typeof a)return"undefined";throw Z("esc");},nextId:function(a,c){var d="v"+this.state.nextId++;a||this.current().vars.push(d+(c?"="+c:""));return d},current:function(){return this.state[this.state.computing]}}; +td.prototype={compile:function(a,c){var d=this,e=this.astBuilder.ast(a);this.expression=a;this.expensiveChecks=c;U(e,d.$filter);var f,h;if(f=qd(e))h=this.recurse(f);f=od(e.body);var g;f&&(g=[],m(f,function(a,c){var e=d.recurse(a);a.input=e;g.push(e);a.watchId=c}));var l=[];m(e.body,function(a){l.push(d.recurse(a.expression))});f=0===e.body.length?function(){}:1===e.body.length?l[0]:function(a,c){var d;m(l,function(e){d=e(a,c)});return d};h&&(f.assign=function(a,c,d){return h(a,d,c)});g&&(f.inputs= +g);f.literal=rd(e);f.constant=e.constant;return f},recurse:function(a,c,d){var e,f,h=this,g;if(a.input)return this.inputs(a.input,a.watchId);switch(a.type){case s.Literal:return this.value(a.value,c);case s.UnaryExpression:return f=this.recurse(a.argument),this["unary"+a.operator](f,c);case s.BinaryExpression:return e=this.recurse(a.left),f=this.recurse(a.right),this["binary"+a.operator](e,f,c);case s.LogicalExpression:return e=this.recurse(a.left),f=this.recurse(a.right),this["binary"+a.operator](e, +f,c);case s.ConditionalExpression:return this["ternary?:"](this.recurse(a.test),this.recurse(a.alternate),this.recurse(a.consequent),c);case s.Identifier:return Xa(a.name,h.expression),h.identifier(a.name,h.expensiveChecks||Fb(a.name),c,d,h.expression);case s.MemberExpression:return e=this.recurse(a.object,!1,!!d),a.computed||(Xa(a.property.name,h.expression),f=a.property.name),a.computed&&(f=this.recurse(a.property)),a.computed?this.computedMember(e,f,c,d,h.expression):this.nonComputedMember(e,f, +h.expensiveChecks,c,d,h.expression);case s.CallExpression:return g=[],m(a.arguments,function(a){g.push(h.recurse(a))}),a.filter&&(f=this.$filter(a.callee.name)),a.filter||(f=this.recurse(a.callee,!0)),a.filter?function(a,d,e,h){for(var r=[],m=0;m":function(a,c,d){return function(e,f,h,g){e=a(e,f,h,g)>c(e,f,h,g);return d?{value:e}:e}},"binary<=":function(a,c,d){return function(e,f,h,g){e=a(e,f,h,g)<=c(e,f,h,g);return d?{value:e}:e}},"binary>=":function(a,c,d){return function(e,f,h,g){e=a(e,f,h,g)>=c(e,f,h,g);return d?{value:e}:e}},"binary&&":function(a,c,d){return function(e, +f,h,g){e=a(e,f,h,g)&&c(e,f,h,g);return d?{value:e}:e}},"binary||":function(a,c,d){return function(e,f,h,g){e=a(e,f,h,g)||c(e,f,h,g);return d?{value:e}:e}},"ternary?:":function(a,c,d,e){return function(f,h,g,l){f=a(f,h,g,l)?c(f,h,g,l):d(f,h,g,l);return e?{value:f}:f}},value:function(a,c){return function(){return c?{context:w,name:w,value:a}:a}},identifier:function(a,c,d,e,f){return function(h,g,l,k){h=g&&a in g?g:h;e&&1!==e&&h&&!h[a]&&(h[a]={});g=h?h[a]:w;c&&Ba(g,f);return d?{context:h,name:a,value:g}: +g}},computedMember:function(a,c,d,e,f){return function(h,g,l,k){var n=a(h,g,l,k),p,m;null!=n&&(p=c(h,g,l,k),p=kd(p),Xa(p,f),e&&1!==e&&n&&!n[p]&&(n[p]={}),m=n[p],Ba(m,f));return d?{context:n,name:p,value:m}:m}},nonComputedMember:function(a,c,d,e,f,h){return function(g,l,k,n){g=a(g,l,k,n);f&&1!==f&&g&&!g[c]&&(g[c]={});l=null!=g?g[c]:w;(d||Fb(c))&&Ba(l,h);return e?{context:g,name:c,value:l}:l}},inputs:function(a,c){return function(d,e,f,h){return h?h[c]:a(d,e,f)}}};var fc=function(a,c,d){this.lexer= +a;this.$filter=c;this.options=d;this.ast=new s(this.lexer);this.astCompiler=d.csp?new td(this.ast,c):new sd(this.ast,c)};fc.prototype={constructor:fc,parse:function(a){return this.astCompiler.compile(a,this.options.expensiveChecks)}};fa();fa();var Yf=Object.prototype.valueOf,Ca=I("$sce"),oa={HTML:"html",CSS:"css",URL:"url",RESOURCE_URL:"resourceUrl",JS:"js"},ga=I("$compile"),$=X.createElement("a"),xd=Aa(Q.location.href);yd.$inject=["$document"];Kc.$inject=["$provide"];zd.$inject=["$locale"];Bd.$inject= +["$locale"];var hc=".",hg={yyyy:aa("FullYear",4),yy:aa("FullYear",2,0,!0),y:aa("FullYear",1),MMMM:Hb("Month"),MMM:Hb("Month",!0),MM:aa("Month",2,1),M:aa("Month",1,1),dd:aa("Date",2),d:aa("Date",1),HH:aa("Hours",2),H:aa("Hours",1),hh:aa("Hours",2,-12),h:aa("Hours",1,-12),mm:aa("Minutes",2),m:aa("Minutes",1),ss:aa("Seconds",2),s:aa("Seconds",1),sss:aa("Milliseconds",3),EEEE:Hb("Day"),EEE:Hb("Day",!0),a:function(a,c){return 12>a.getHours()?c.AMPMS[0]:c.AMPMS[1]},Z:function(a,c,d){a=-1*d;return a=(0<= +a?"+":"")+(Gb(Math[0=a.getFullYear()?c.ERANAMES[0]:c.ERANAMES[1]}},gg=/((?:[^yMdHhmsaZEwG']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|d+|H+|h+|m+|s+|a|Z|G+|w+))(.*)/,fg=/^\-?\d+$/;Ad.$inject=["$locale"];var cg=qa(F),dg=qa(sb);Cd.$inject=["$parse"];var he=qa({restrict:"E",compile:function(a,c){if(!c.href&&!c.xlinkHref)return function(a,c){if("a"===c[0].nodeName.toLowerCase()){var f="[object SVGAnimatedString]"=== +va.call(c.prop("href"))?"xlink:href":"href";c.on("click",function(a){c.attr(f)||a.preventDefault()})}}}}),tb={};m(Bb,function(a,c){function d(a,d,f){a.$watch(f[e],function(a){f.$set(c,!!a)})}if("multiple"!=a){var e=ya("ng-"+c),f=d;"checked"===a&&(f=function(a,c,f){f.ngModel!==f[e]&&d(a,c,f)});tb[e]=function(){return{restrict:"A",priority:100,link:f}}}});m($c,function(a,c){tb[c]=function(){return{priority:100,link:function(a,e,f){if("ngPattern"===c&&"/"==f.ngPattern.charAt(0)&&(e=f.ngPattern.match(jg))){f.$set("ngPattern", +new RegExp(e[1],e[2]));return}a.$watch(f[c],function(a){f.$set(c,a)})}}}});m(["src","srcset","href"],function(a){var c=ya("ng-"+a);tb[c]=function(){return{priority:99,link:function(d,e,f){var h=a,g=a;"href"===a&&"[object SVGAnimatedString]"===va.call(e.prop("href"))&&(g="xlinkHref",f.$attr[g]="xlink:href",h=null);f.$observe(c,function(c){c?(f.$set(g,c),Wa&&h&&e.prop(h,f[g])):"href"===a&&f.$set(g,null)})}}}});var Ib={$addControl:y,$$renameControl:function(a,c){a.$name=c},$removeControl:y,$setValidity:y, +$setDirty:y,$setPristine:y,$setSubmitted:y};Gd.$inject=["$element","$attrs","$scope","$animate","$interpolate"];var Od=function(a){return["$timeout","$parse",function(c,d){function e(a){return""===a?d('this[""]').assign:d(a).assign||y}return{name:"form",restrict:a?"EAC":"E",require:["form","^^?form"],controller:Gd,compile:function(d,h){d.addClass(Ya).addClass(mb);var g=h.name?"name":a&&h.ngForm?"ngForm":!1;return{pre:function(a,d,f,h){var m=h[0];if(!("action"in f)){var t=function(c){a.$apply(function(){m.$commitViewValue(); +m.$setSubmitted()});c.preventDefault()};d[0].addEventListener("submit",t,!1);d.on("$destroy",function(){c(function(){d[0].removeEventListener("submit",t,!1)},0,!1)})}(h[1]||m.$$parentForm).$addControl(m);var s=g?e(m.$name):y;g&&(s(a,m),f.$observe(g,function(c){m.$name!==c&&(s(a,w),m.$$parentForm.$$renameControl(m,c),s=e(m.$name),s(a,m))}));d.on("$destroy",function(){m.$$parentForm.$removeControl(m);s(a,w);P(m,Ib)})}}}}}]},ie=Od(),ve=Od(!0),ig=/\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z)/, +sg=/^(ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?$/,tg=/^[a-z0-9!#$%&'*+\/=?^_`{|}~.-]+@[a-z0-9]([a-z0-9-]*[a-z0-9])?(\.[a-z0-9]([a-z0-9-]*[a-z0-9])?)*$/i,ug=/^\s*(\-|\+)?(\d+|(\d*(\.\d*)))([eE][+-]?\d+)?\s*$/,Pd=/^(\d{4})-(\d{2})-(\d{2})$/,Qd=/^(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,lc=/^(\d{4})-W(\d\d)$/,Rd=/^(\d{4})-(\d\d)$/,Sd=/^(\d\d):(\d\d)(?::(\d\d)(\.\d{1,3})?)?$/,Td={text:function(a,c,d,e,f,h){jb(a,c,d,e,f,h);jc(e)},date:kb("date", +Pd,Kb(Pd,["yyyy","MM","dd"]),"yyyy-MM-dd"),"datetime-local":kb("datetimelocal",Qd,Kb(Qd,"yyyy MM dd HH mm ss sss".split(" ")),"yyyy-MM-ddTHH:mm:ss.sss"),time:kb("time",Sd,Kb(Sd,["HH","mm","ss","sss"]),"HH:mm:ss.sss"),week:kb("week",lc,function(a,c){if(ea(a))return a;if(G(a)){lc.lastIndex=0;var d=lc.exec(a);if(d){var e=+d[1],f=+d[2],h=d=0,g=0,l=0,k=Ed(e),f=7*(f-1);c&&(d=c.getHours(),h=c.getMinutes(),g=c.getSeconds(),l=c.getMilliseconds());return new Date(e,0,k.getDate()+f,d,h,g,l)}}return NaN},"yyyy-Www"), +month:kb("month",Rd,Kb(Rd,["yyyy","MM"]),"yyyy-MM"),number:function(a,c,d,e,f,h){Id(a,c,d,e);jb(a,c,d,e,f,h);e.$$parserName="number";e.$parsers.push(function(a){return e.$isEmpty(a)?null:ug.test(a)?parseFloat(a):w});e.$formatters.push(function(a){if(!e.$isEmpty(a)){if(!V(a))throw lb("numfmt",a);a=a.toString()}return a});if(A(d.min)||d.ngMin){var g;e.$validators.min=function(a){return e.$isEmpty(a)||v(g)||a>=g};d.$observe("min",function(a){A(a)&&!V(a)&&(a=parseFloat(a,10));g=V(a)&&!isNaN(a)?a:w;e.$validate()})}if(A(d.max)|| +d.ngMax){var l;e.$validators.max=function(a){return e.$isEmpty(a)||v(l)||a<=l};d.$observe("max",function(a){A(a)&&!V(a)&&(a=parseFloat(a,10));l=V(a)&&!isNaN(a)?a:w;e.$validate()})}},url:function(a,c,d,e,f,h){jb(a,c,d,e,f,h);jc(e);e.$$parserName="url";e.$validators.url=function(a,c){var d=a||c;return e.$isEmpty(d)||sg.test(d)}},email:function(a,c,d,e,f,h){jb(a,c,d,e,f,h);jc(e);e.$$parserName="email";e.$validators.email=function(a,c){var d=a||c;return e.$isEmpty(d)||tg.test(d)}},radio:function(a,c, +d,e){v(d.name)&&c.attr("name",++nb);c.on("click",function(a){c[0].checked&&e.$setViewValue(d.value,a&&a.type)});e.$render=function(){c[0].checked=d.value==e.$viewValue};d.$observe("value",e.$render)},checkbox:function(a,c,d,e,f,h,g,l){var k=Jd(l,a,"ngTrueValue",d.ngTrueValue,!0),n=Jd(l,a,"ngFalseValue",d.ngFalseValue,!1);c.on("click",function(a){e.$setViewValue(c[0].checked,a&&a.type)});e.$render=function(){c[0].checked=e.$viewValue};e.$isEmpty=function(a){return!1===a};e.$formatters.push(function(a){return ka(a, +k)});e.$parsers.push(function(a){return a?k:n})},hidden:y,button:y,submit:y,reset:y,file:y},Ec=["$browser","$sniffer","$filter","$parse",function(a,c,d,e){return{restrict:"E",require:["?ngModel"],link:{pre:function(f,h,g,l){l[0]&&(Td[F(g.type)]||Td.text)(f,h,g,l[0],c,a,d,e)}}}}],vg=/^(true|false|\d+)$/,Ne=function(){return{restrict:"A",priority:100,compile:function(a,c){return vg.test(c.ngValue)?function(a,c,f){f.$set("value",a.$eval(f.ngValue))}:function(a,c,f){a.$watch(f.ngValue,function(a){f.$set("value", +a)})}}}},ne=["$compile",function(a){return{restrict:"AC",compile:function(c){a.$$addBindingClass(c);return function(c,e,f){a.$$addBindingInfo(e,f.ngBind);e=e[0];c.$watch(f.ngBind,function(a){e.textContent=v(a)?"":a})}}}}],pe=["$interpolate","$compile",function(a,c){return{compile:function(d){c.$$addBindingClass(d);return function(d,f,h){d=a(f.attr(h.$attr.ngBindTemplate));c.$$addBindingInfo(f,d.expressions);f=f[0];h.$observe("ngBindTemplate",function(a){f.textContent=v(a)?"":a})}}}}],oe=["$sce","$parse", +"$compile",function(a,c,d){return{restrict:"A",compile:function(e,f){var h=c(f.ngBindHtml),g=c(f.ngBindHtml,function(a){return(a||"").toString()});d.$$addBindingClass(e);return function(c,e,f){d.$$addBindingInfo(e,f.ngBindHtml);c.$watch(g,function(){e.html(a.getTrustedHtml(h(c))||"")})}}}}],Me=qa({restrict:"A",require:"ngModel",link:function(a,c,d,e){e.$viewChangeListeners.push(function(){a.$eval(d.ngChange)})}}),qe=kc("",!0),se=kc("Odd",0),re=kc("Even",1),te=Na({compile:function(a,c){c.$set("ngCloak", +w);a.removeClass("ng-cloak")}}),ue=[function(){return{restrict:"A",scope:!0,controller:"@",priority:500}}],Jc={},wg={blur:!0,focus:!0};m("click dblclick mousedown mouseup mouseover mouseout mousemove mouseenter mouseleave keydown keyup keypress submit focus blur copy cut paste".split(" "),function(a){var c=ya("ng-"+a);Jc[c]=["$parse","$rootScope",function(d,e){return{restrict:"A",compile:function(f,h){var g=d(h[c],null,!0);return function(c,d){d.on(a,function(d){var f=function(){g(c,{$event:d})}; +wg[a]&&e.$$phase?c.$evalAsync(f):c.$apply(f)})}}}}]});var xe=["$animate",function(a){return{multiElement:!0,transclude:"element",priority:600,terminal:!0,restrict:"A",$$tlb:!0,link:function(c,d,e,f,h){var g,l,k;c.$watch(e.ngIf,function(c){c?l||h(function(c,f){l=f;c[c.length++]=X.createComment(" end ngIf: "+e.ngIf+" ");g={clone:c};a.enter(c,d.parent(),d)}):(k&&(k.remove(),k=null),l&&(l.$destroy(),l=null),g&&(k=rb(g.clone),a.leave(k).then(function(){k=null}),g=null))})}}}],ye=["$templateRequest","$anchorScroll", +"$animate",function(a,c,d){return{restrict:"ECA",priority:400,terminal:!0,transclude:"element",controller:da.noop,compile:function(e,f){var h=f.ngInclude||f.src,g=f.onload||"",l=f.autoscroll;return function(e,f,m,r,t){var s=0,v,u,q,z=function(){u&&(u.remove(),u=null);v&&(v.$destroy(),v=null);q&&(d.leave(q).then(function(){u=null}),u=q,q=null)};e.$watch(h,function(h){var m=function(){!A(l)||l&&!e.$eval(l)||c()},p=++s;h?(a(h,!0).then(function(a){if(p===s){var c=e.$new();r.template=a;a=t(c,function(a){z(); +d.enter(a,null,f).then(m)});v=c;q=a;v.$emit("$includeContentLoaded",h);e.$eval(g)}},function(){p===s&&(z(),e.$emit("$includeContentError",h))}),e.$emit("$includeContentRequested",h)):(z(),r.template=null)})}}}}],Pe=["$compile",function(a){return{restrict:"ECA",priority:-400,require:"ngInclude",link:function(c,d,e,f){/SVG/.test(d[0].toString())?(d.empty(),a(Mc(f.template,X).childNodes)(c,function(a){d.append(a)},{futureParentElement:d})):(d.html(f.template),a(d.contents())(c))}}}],ze=Na({priority:450, +compile:function(){return{pre:function(a,c,d){a.$eval(d.ngInit)}}}}),Le=function(){return{restrict:"A",priority:100,require:"ngModel",link:function(a,c,d,e){var f=c.attr(d.$attr.ngList)||", ",h="false"!==d.ngTrim,g=h?T(f):f;e.$parsers.push(function(a){if(!v(a)){var c=[];a&&m(a.split(g),function(a){a&&c.push(h?T(a):a)});return c}});e.$formatters.push(function(a){return J(a)?a.join(f):w});e.$isEmpty=function(a){return!a||!a.length}}}},mb="ng-valid",Kd="ng-invalid",Ya="ng-pristine",Jb="ng-dirty",Md= +"ng-pending",lb=I("ngModel"),xg=["$scope","$exceptionHandler","$attrs","$element","$parse","$animate","$timeout","$rootScope","$q","$interpolate",function(a,c,d,e,f,h,g,l,k,n){this.$modelValue=this.$viewValue=Number.NaN;this.$$rawModelValue=w;this.$validators={};this.$asyncValidators={};this.$parsers=[];this.$formatters=[];this.$viewChangeListeners=[];this.$untouched=!0;this.$touched=!1;this.$pristine=!0;this.$dirty=!1;this.$valid=!0;this.$invalid=!1;this.$error={};this.$$success={};this.$pending= +w;this.$name=n(d.name||"",!1)(a);this.$$parentForm=Ib;var p=f(d.ngModel),r=p.assign,t=p,s=r,K=null,u,q=this;this.$$setOptions=function(a){if((q.$options=a)&&a.getterSetter){var c=f(d.ngModel+"()"),g=f(d.ngModel+"($$$p)");t=function(a){var d=p(a);x(d)&&(d=c(a));return d};s=function(a,c){x(p(a))?g(a,{$$$p:q.$modelValue}):r(a,q.$modelValue)}}else if(!p.assign)throw lb("nonassign",d.ngModel,xa(e));};this.$render=y;this.$isEmpty=function(a){return v(a)||""===a||null===a||a!==a};var z=0;Hd({ctrl:this,$element:e, +set:function(a,c){a[c]=!0},unset:function(a,c){delete a[c]},$animate:h});this.$setPristine=function(){q.$dirty=!1;q.$pristine=!0;h.removeClass(e,Jb);h.addClass(e,Ya)};this.$setDirty=function(){q.$dirty=!0;q.$pristine=!1;h.removeClass(e,Ya);h.addClass(e,Jb);q.$$parentForm.$setDirty()};this.$setUntouched=function(){q.$touched=!1;q.$untouched=!0;h.setClass(e,"ng-untouched","ng-touched")};this.$setTouched=function(){q.$touched=!0;q.$untouched=!1;h.setClass(e,"ng-touched","ng-untouched")};this.$rollbackViewValue= +function(){g.cancel(K);q.$viewValue=q.$$lastCommittedViewValue;q.$render()};this.$validate=function(){if(!V(q.$modelValue)||!isNaN(q.$modelValue)){var a=q.$$rawModelValue,c=q.$valid,d=q.$modelValue,e=q.$options&&q.$options.allowInvalid;q.$$runValidators(a,q.$$lastCommittedViewValue,function(f){e||c===f||(q.$modelValue=f?a:w,q.$modelValue!==d&&q.$$writeModelToScope())})}};this.$$runValidators=function(a,c,d){function e(){var d=!0;m(q.$validators,function(e,f){var h=e(a,c);d=d&&h;g(f,h)});return d? +!0:(m(q.$asyncValidators,function(a,c){g(c,null)}),!1)}function f(){var d=[],e=!0;m(q.$asyncValidators,function(f,h){var k=f(a,c);if(!k||!x(k.then))throw lb("$asyncValidators",k);g(h,w);d.push(k.then(function(){g(h,!0)},function(a){e=!1;g(h,!1)}))});d.length?k.all(d).then(function(){h(e)},y):h(!0)}function g(a,c){l===z&&q.$setValidity(a,c)}function h(a){l===z&&d(a)}z++;var l=z;(function(){var a=q.$$parserName||"parse";if(v(u))g(a,null);else return u||(m(q.$validators,function(a,c){g(c,null)}),m(q.$asyncValidators, +function(a,c){g(c,null)})),g(a,u),u;return!0})()?e()?f():h(!1):h(!1)};this.$commitViewValue=function(){var a=q.$viewValue;g.cancel(K);if(q.$$lastCommittedViewValue!==a||""===a&&q.$$hasNativeValidators)q.$$lastCommittedViewValue=a,q.$pristine&&this.$setDirty(),this.$$parseAndValidate()};this.$$parseAndValidate=function(){var c=q.$$lastCommittedViewValue;if(u=v(c)?w:!0)for(var d=0;df||e.$isEmpty(c)||c.length<=f}}}}},Hc=function(){return{restrict:"A",require:"?ngModel",link:function(a,c,d,e){if(e){var f=0;d.$observe("minlength",function(a){f=Y(a)||0;e.$validate()}); +e.$validators.minlength=function(a,c){return e.$isEmpty(c)||c.length>=f}}}}};Q.angular.bootstrap?console.log("WARNING: Tried to load angular more than once."):(ce(),ee(da),da.module("ngLocale",[],["$provide",function(a){function c(a){a+="";var c=a.indexOf(".");return-1==c?0:a.length-c-1}a.value("$locale",{DATETIME_FORMATS:{AMPMS:["AM","PM"],DAY:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),ERANAMES:["Before Christ","Anno Domini"],ERAS:["BC","AD"],FIRSTDAYOFWEEK:6,MONTH:"January February March April May June July August September October November December".split(" "), +SHORTDAY:"Sun Mon Tue Wed Thu Fri Sat".split(" "),SHORTMONTH:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),WEEKENDRANGE:[5,6],fullDate:"EEEE, MMMM d, y",longDate:"MMMM d, y",medium:"MMM d, y h:mm:ss a",mediumDate:"MMM d, y",mediumTime:"h:mm:ss a","short":"M/d/yy h:mm a",shortDate:"M/d/yy",shortTime:"h:mm a"},NUMBER_FORMATS:{CURRENCY_SYM:"$",DECIMAL_SEP:".",GROUP_SEP:",",PATTERNS:[{gSize:3,lgSize:3,maxFrac:3,minFrac:0,minInt:1,negPre:"-",negSuf:"",posPre:"",posSuf:""},{gSize:3,lgSize:3, +maxFrac:2,minFrac:2,minInt:1,negPre:"-\u00a4",negSuf:"",posPre:"\u00a4",posSuf:""}]},id:"en-us",pluralCat:function(a,e){var f=a|0,h=e;w===h&&(h=Math.min(c(a),3));Math.pow(10,h);return 1==f&&0==h?"one":"other"}})}]),B(X).ready(function(){Zd(X,zc)}))})(window,document);!window.angular.$$csp().noInlineStyle&&window.angular.element(document.head).prepend(''); +//# sourceMappingURL=angular.min.js.map diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/lib/d3.v3.min.js b/vendor/src/github.com/prometheus/alertmanager/ui/lib/d3.v3.min.js new file mode 100644 index 0000000..2856dd2 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/lib/d3.v3.min.js @@ -0,0 +1,5 @@ +!function(){function n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDocument&&n.ownerDocument.defaultView||n.document&&n||n.defaultView)}function e(n,t){return t>n?-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function u(n){return!isNaN(n)}function i(n){return{left:function(t,e,r,u){for(arguments.length<3&&(r=0),arguments.length<4&&(u=t.length);u>r;){var i=r+u>>>1;n(t[i],e)<0?r=i+1:u=i}return r},right:function(t,e,r,u){for(arguments.length<3&&(r=0),arguments.length<4&&(u=t.length);u>r;){var i=r+u>>>1;n(t[i],e)>0?u=i:r=i+1}return r}}}function a(n){return n.length}function o(n){for(var t=1;n*t%1;)t*=10;return t}function l(n,t){for(var e in t)Object.defineProperty(n.prototype,e,{value:t[e],enumerable:!1})}function c(){this._=Object.create(null)}function s(n){return(n+="")===xa||n[0]===ba?ba+n:n}function f(n){return(n+="")[0]===ba?n.slice(1):n}function h(n){return s(n)in this._}function g(n){return(n=s(n))in this._&&delete this._[n]}function p(){var n=[];for(var t in this._)n.push(f(t));return n}function v(){var n=0;for(var t in this._)++n;return n}function d(){for(var n in this._)return!1;return!0}function m(){this._=Object.create(null)}function y(n){return n}function M(n,t,e){return function(){var r=e.apply(t,arguments);return r===t?n:r}}function x(n,t){if(t in n)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var e=0,r=_a.length;r>e;++e){var u=_a[e]+t;if(u in n)return u}}function b(){}function _(){}function w(n){function t(){for(var t,r=e,u=-1,i=r.length;++ue;e++)for(var u,i=n[e],a=0,o=i.length;o>a;a++)(u=i[a])&&t(u,a,e);return n}function Z(n){return Sa(n,La),n}function V(n){var t,e;return function(r,u,i){var a,o=n[i].update,l=o.length;for(i!=e&&(e=i,t=0),u>=t&&(t=u+1);!(a=o[t])&&++t0&&(n=n.slice(0,o));var c=qa.get(n);return c&&(n=c,l=B),o?t?u:r:t?b:i}function $(n,t){return function(e){var r=oa.event;oa.event=e,t[0]=this.__data__;try{n.apply(this,t)}finally{oa.event=r}}}function B(n,t){var e=$(n,t);return function(n){var t=this,r=n.relatedTarget;r&&(r===t||8&r.compareDocumentPosition(t))||e.call(t,n)}}function W(e){var r=".dragsuppress-"+ ++Ra,u="click"+r,i=oa.select(t(e)).on("touchmove"+r,S).on("dragstart"+r,S).on("selectstart"+r,S);if(null==Ta&&(Ta="onselectstart"in e?!1:x(e.style,"userSelect")),Ta){var a=n(e).style,o=a[Ta];a[Ta]="none"}return function(n){if(i.on(r,null),Ta&&(a[Ta]=o),n){var t=function(){i.on(u,null)};i.on(u,function(){S(),t()},!0),setTimeout(t,0)}}}function J(n,e){e.changedTouches&&(e=e.changedTouches[0]);var r=n.ownerSVGElement||n;if(r.createSVGPoint){var u=r.createSVGPoint();if(0>Da){var i=t(n);if(i.scrollX||i.scrollY){r=oa.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var a=r[0][0].getScreenCTM();Da=!(a.f||a.e),r.remove()}}return Da?(u.x=e.pageX,u.y=e.pageY):(u.x=e.clientX,u.y=e.clientY),u=u.matrixTransform(n.getScreenCTM().inverse()),[u.x,u.y]}var o=n.getBoundingClientRect();return[e.clientX-o.left-n.clientLeft,e.clientY-o.top-n.clientTop]}function G(){return oa.event.changedTouches[0].identifier}function K(n){return n>0?1:0>n?-1:0}function Q(n,t,e){return(t[0]-n[0])*(e[1]-n[1])-(t[1]-n[1])*(e[0]-n[0])}function nn(n){return n>1?0:-1>n?ja:Math.acos(n)}function tn(n){return n>1?Oa:-1>n?-Oa:Math.asin(n)}function en(n){return((n=Math.exp(n))-1/n)/2}function rn(n){return((n=Math.exp(n))+1/n)/2}function un(n){return((n=Math.exp(2*n))-1)/(n+1)}function an(n){return(n=Math.sin(n/2))*n}function on(){}function ln(n,t,e){return this instanceof ln?(this.h=+n,this.s=+t,void(this.l=+e)):arguments.length<2?n instanceof ln?new ln(n.h,n.s,n.l):_n(""+n,wn,ln):new ln(n,t,e)}function cn(n,t,e){function r(n){return n>360?n-=360:0>n&&(n+=360),60>n?i+(a-i)*n/60:180>n?a:240>n?i+(a-i)*(240-n)/60:i}function u(n){return Math.round(255*r(n))}var i,a;return n=isNaN(n)?0:(n%=360)<0?n+360:n,t=isNaN(t)?0:0>t?0:t>1?1:t,e=0>e?0:e>1?1:e,a=.5>=e?e*(1+t):e+t-e*t,i=2*e-a,new yn(u(n+120),u(n),u(n-120))}function sn(n,t,e){return this instanceof sn?(this.h=+n,this.c=+t,void(this.l=+e)):arguments.length<2?n instanceof sn?new sn(n.h,n.c,n.l):n instanceof hn?pn(n.l,n.a,n.b):pn((n=Sn((n=oa.rgb(n)).r,n.g,n.b)).l,n.a,n.b):new sn(n,t,e)}function fn(n,t,e){return isNaN(n)&&(n=0),isNaN(t)&&(t=0),new hn(e,Math.cos(n*=Ia)*t,Math.sin(n)*t)}function hn(n,t,e){return this instanceof hn?(this.l=+n,this.a=+t,void(this.b=+e)):arguments.length<2?n instanceof hn?new hn(n.l,n.a,n.b):n instanceof sn?fn(n.h,n.c,n.l):Sn((n=yn(n)).r,n.g,n.b):new hn(n,t,e)}function gn(n,t,e){var r=(n+16)/116,u=r+t/500,i=r-e/200;return u=vn(u)*Qa,r=vn(r)*no,i=vn(i)*to,new yn(mn(3.2404542*u-1.5371385*r-.4985314*i),mn(-.969266*u+1.8760108*r+.041556*i),mn(.0556434*u-.2040259*r+1.0572252*i))}function pn(n,t,e){return n>0?new sn(Math.atan2(e,t)*Ya,Math.sqrt(t*t+e*e),n):new sn(NaN,NaN,n)}function vn(n){return n>.206893034?n*n*n:(n-4/29)/7.787037}function dn(n){return n>.008856?Math.pow(n,1/3):7.787037*n+4/29}function mn(n){return Math.round(255*(.00304>=n?12.92*n:1.055*Math.pow(n,1/2.4)-.055))}function yn(n,t,e){return this instanceof yn?(this.r=~~n,this.g=~~t,void(this.b=~~e)):arguments.length<2?n instanceof yn?new yn(n.r,n.g,n.b):_n(""+n,yn,cn):new yn(n,t,e)}function Mn(n){return new yn(n>>16,n>>8&255,255&n)}function xn(n){return Mn(n)+""}function bn(n){return 16>n?"0"+Math.max(0,n).toString(16):Math.min(255,n).toString(16)}function _n(n,t,e){var r,u,i,a=0,o=0,l=0;if(r=/([a-z]+)\((.*)\)/.exec(n=n.toLowerCase()))switch(u=r[2].split(","),r[1]){case"hsl":return e(parseFloat(u[0]),parseFloat(u[1])/100,parseFloat(u[2])/100);case"rgb":return t(Nn(u[0]),Nn(u[1]),Nn(u[2]))}return(i=uo.get(n))?t(i.r,i.g,i.b):(null==n||"#"!==n.charAt(0)||isNaN(i=parseInt(n.slice(1),16))||(4===n.length?(a=(3840&i)>>4,a=a>>4|a,o=240&i,o=o>>4|o,l=15&i,l=l<<4|l):7===n.length&&(a=(16711680&i)>>16,o=(65280&i)>>8,l=255&i)),t(a,o,l))}function wn(n,t,e){var r,u,i=Math.min(n/=255,t/=255,e/=255),a=Math.max(n,t,e),o=a-i,l=(a+i)/2;return o?(u=.5>l?o/(a+i):o/(2-a-i),r=n==a?(t-e)/o+(e>t?6:0):t==a?(e-n)/o+2:(n-t)/o+4,r*=60):(r=NaN,u=l>0&&1>l?0:r),new ln(r,u,l)}function Sn(n,t,e){n=kn(n),t=kn(t),e=kn(e);var r=dn((.4124564*n+.3575761*t+.1804375*e)/Qa),u=dn((.2126729*n+.7151522*t+.072175*e)/no),i=dn((.0193339*n+.119192*t+.9503041*e)/to);return hn(116*u-16,500*(r-u),200*(u-i))}function kn(n){return(n/=255)<=.04045?n/12.92:Math.pow((n+.055)/1.055,2.4)}function Nn(n){var t=parseFloat(n);return"%"===n.charAt(n.length-1)?Math.round(2.55*t):t}function En(n){return"function"==typeof n?n:function(){return n}}function An(n){return function(t,e,r){return 2===arguments.length&&"function"==typeof e&&(r=e,e=null),Cn(t,e,n,r)}}function Cn(n,t,e,r){function u(){var n,t=l.status;if(!t&&Ln(l)||t>=200&&300>t||304===t){try{n=e.call(i,l)}catch(r){return void a.error.call(i,r)}a.load.call(i,n)}else a.error.call(i,l)}var i={},a=oa.dispatch("beforesend","progress","load","error"),o={},l=new XMLHttpRequest,c=null;return!this.XDomainRequest||"withCredentials"in l||!/^(http(s)?:)?\/\//.test(n)||(l=new XDomainRequest),"onload"in l?l.onload=l.onerror=u:l.onreadystatechange=function(){l.readyState>3&&u()},l.onprogress=function(n){var t=oa.event;oa.event=n;try{a.progress.call(i,l)}finally{oa.event=t}},i.header=function(n,t){return n=(n+"").toLowerCase(),arguments.length<2?o[n]:(null==t?delete o[n]:o[n]=t+"",i)},i.mimeType=function(n){return arguments.length?(t=null==n?null:n+"",i):t},i.responseType=function(n){return arguments.length?(c=n,i):c},i.response=function(n){return e=n,i},["get","post"].forEach(function(n){i[n]=function(){return i.send.apply(i,[n].concat(ca(arguments)))}}),i.send=function(e,r,u){if(2===arguments.length&&"function"==typeof r&&(u=r,r=null),l.open(e,n,!0),null==t||"accept"in o||(o.accept=t+",*/*"),l.setRequestHeader)for(var s in o)l.setRequestHeader(s,o[s]);return null!=t&&l.overrideMimeType&&l.overrideMimeType(t),null!=c&&(l.responseType=c),null!=u&&i.on("error",u).on("load",function(n){u(null,n)}),a.beforesend.call(i,l),l.send(null==r?null:r),i},i.abort=function(){return l.abort(),i},oa.rebind(i,a,"on"),null==r?i:i.get(zn(r))}function zn(n){return 1===n.length?function(t,e){n(null==t?e:null)}:n}function Ln(n){var t=n.responseType;return t&&"text"!==t?n.response:n.responseText}function qn(n,t,e){var r=arguments.length;2>r&&(t=0),3>r&&(e=Date.now());var u=e+t,i={c:n,t:u,n:null};return ao?ao.n=i:io=i,ao=i,oo||(lo=clearTimeout(lo),oo=1,co(Tn)),i}function Tn(){var n=Rn(),t=Dn()-n;t>24?(isFinite(t)&&(clearTimeout(lo),lo=setTimeout(Tn,t)),oo=0):(oo=1,co(Tn))}function Rn(){for(var n=Date.now(),t=io;t;)n>=t.t&&t.c(n-t.t)&&(t.c=null),t=t.n;return n}function Dn(){for(var n,t=io,e=1/0;t;)t.c?(t.t8?function(n){return n/e}:function(n){return n*e},symbol:n}}function jn(n){var t=n.decimal,e=n.thousands,r=n.grouping,u=n.currency,i=r&&e?function(n,t){for(var u=n.length,i=[],a=0,o=r[0],l=0;u>0&&o>0&&(l+o+1>t&&(o=Math.max(1,t-l)),i.push(n.substring(u-=o,u+o)),!((l+=o+1)>t));)o=r[a=(a+1)%r.length];return i.reverse().join(e)}:y;return function(n){var e=fo.exec(n),r=e[1]||" ",a=e[2]||">",o=e[3]||"-",l=e[4]||"",c=e[5],s=+e[6],f=e[7],h=e[8],g=e[9],p=1,v="",d="",m=!1,y=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===a)&&(c=r="0",a="="),g){case"n":f=!0,g="g";break;case"%":p=100,d="%",g="f";break;case"p":p=100,d="%",g="r";break;case"b":case"o":case"x":case"X":"#"===l&&(v="0"+g.toLowerCase());case"c":y=!1;case"d":m=!0,h=0;break;case"s":p=-1,g="r"}"$"===l&&(v=u[0],d=u[1]),"r"!=g||h||(g="g"),null!=h&&("g"==g?h=Math.max(1,Math.min(21,h)):("e"==g||"f"==g)&&(h=Math.max(0,Math.min(20,h)))),g=ho.get(g)||Fn;var M=c&&f;return function(n){var e=d;if(m&&n%1)return"";var u=0>n||0===n&&0>1/n?(n=-n,"-"):"-"===o?"":o;if(0>p){var l=oa.formatPrefix(n,h);n=l.scale(n),e=l.symbol+d}else n*=p;n=g(n,h);var x,b,_=n.lastIndexOf(".");if(0>_){var w=y?n.lastIndexOf("e"):-1;0>w?(x=n,b=""):(x=n.substring(0,w),b=n.substring(w))}else x=n.substring(0,_),b=t+n.substring(_+1);!c&&f&&(x=i(x,1/0));var S=v.length+x.length+b.length+(M?0:u.length),k=s>S?new Array(S=s-S+1).join(r):"";return M&&(x=i(k+x,k.length?s-b.length:1/0)),u+=v,n=x+b,("<"===a?u+n+k:">"===a?k+u+n:"^"===a?k.substring(0,S>>=1)+u+n+k.substring(S):u+(M?n:k+n))+e}}}function Fn(n){return n+""}function Hn(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function On(n,t,e){function r(t){var e=n(t),r=i(e,1);return r-t>t-e?e:r}function u(e){return t(e=n(new po(e-1)),1),e}function i(n,e){return t(n=new po(+n),e),n}function a(n,r,i){var a=u(n),o=[];if(i>1)for(;r>a;)e(a)%i||o.push(new Date(+a)),t(a,1);else for(;r>a;)o.push(new Date(+a)),t(a,1);return o}function o(n,t,e){try{po=Hn;var r=new Hn;return r._=n,a(r,t,e)}finally{po=Date}}n.floor=n,n.round=r,n.ceil=u,n.offset=i,n.range=a;var l=n.utc=In(n);return l.floor=l,l.round=In(r),l.ceil=In(u),l.offset=In(i),l.range=o,n}function In(n){return function(t,e){try{po=Hn;var r=new Hn;return r._=t,n(r,e)._}finally{po=Date}}}function Yn(n){function t(n){function t(t){for(var e,u,i,a=[],o=-1,l=0;++oo;){if(r>=c)return-1;if(u=t.charCodeAt(o++),37===u){if(a=t.charAt(o++),i=C[a in mo?t.charAt(o++):a],!i||(r=i(n,e,r))<0)return-1}else if(u!=e.charCodeAt(r++))return-1}return r}function r(n,t,e){_.lastIndex=0;var r=_.exec(t.slice(e));return r?(n.w=w.get(r[0].toLowerCase()),e+r[0].length):-1}function u(n,t,e){x.lastIndex=0;var r=x.exec(t.slice(e));return r?(n.w=b.get(r[0].toLowerCase()),e+r[0].length):-1}function i(n,t,e){N.lastIndex=0;var r=N.exec(t.slice(e));return r?(n.m=E.get(r[0].toLowerCase()),e+r[0].length):-1}function a(n,t,e){S.lastIndex=0;var r=S.exec(t.slice(e));return r?(n.m=k.get(r[0].toLowerCase()),e+r[0].length):-1}function o(n,t,r){return e(n,A.c.toString(),t,r)}function l(n,t,r){return e(n,A.x.toString(),t,r)}function c(n,t,r){return e(n,A.X.toString(),t,r)}function s(n,t,e){var r=M.get(t.slice(e,e+=2).toLowerCase());return null==r?-1:(n.p=r,e)}var f=n.dateTime,h=n.date,g=n.time,p=n.periods,v=n.days,d=n.shortDays,m=n.months,y=n.shortMonths;t.utc=function(n){function e(n){try{po=Hn;var t=new po;return t._=n,r(t)}finally{po=Date}}var r=t(n);return e.parse=function(n){try{po=Hn;var t=r.parse(n);return t&&t._}finally{po=Date}},e.toString=r.toString,e},t.multi=t.utc.multi=ct;var M=oa.map(),x=Vn(v),b=Xn(v),_=Vn(d),w=Xn(d),S=Vn(m),k=Xn(m),N=Vn(y),E=Xn(y);p.forEach(function(n,t){M.set(n.toLowerCase(),t)});var A={a:function(n){return d[n.getDay()]},A:function(n){return v[n.getDay()]},b:function(n){return y[n.getMonth()]},B:function(n){return m[n.getMonth()]},c:t(f),d:function(n,t){return Zn(n.getDate(),t,2)},e:function(n,t){return Zn(n.getDate(),t,2)},H:function(n,t){return Zn(n.getHours(),t,2)},I:function(n,t){return Zn(n.getHours()%12||12,t,2)},j:function(n,t){return Zn(1+go.dayOfYear(n),t,3)},L:function(n,t){return Zn(n.getMilliseconds(),t,3)},m:function(n,t){return Zn(n.getMonth()+1,t,2)},M:function(n,t){return Zn(n.getMinutes(),t,2)},p:function(n){return p[+(n.getHours()>=12)]},S:function(n,t){return Zn(n.getSeconds(),t,2)},U:function(n,t){return Zn(go.sundayOfYear(n),t,2)},w:function(n){return n.getDay()},W:function(n,t){return Zn(go.mondayOfYear(n),t,2)},x:t(h),X:t(g),y:function(n,t){return Zn(n.getFullYear()%100,t,2)},Y:function(n,t){return Zn(n.getFullYear()%1e4,t,4)},Z:ot,"%":function(){return"%"}},C={a:r,A:u,b:i,B:a,c:o,d:tt,e:tt,H:rt,I:rt,j:et,L:at,m:nt,M:ut,p:s,S:it,U:Bn,w:$n,W:Wn,x:l,X:c,y:Gn,Y:Jn,Z:Kn,"%":lt};return t}function Zn(n,t,e){var r=0>n?"-":"",u=(r?-n:n)+"",i=u.length;return r+(e>i?new Array(e-i+1).join(t)+u:u)}function Vn(n){return new RegExp("^(?:"+n.map(oa.requote).join("|")+")","i")}function Xn(n){for(var t=new c,e=-1,r=n.length;++e68?1900:2e3)}function nt(n,t,e){yo.lastIndex=0;var r=yo.exec(t.slice(e,e+2));return r?(n.m=r[0]-1,e+r[0].length):-1}function tt(n,t,e){yo.lastIndex=0;var r=yo.exec(t.slice(e,e+2));return r?(n.d=+r[0],e+r[0].length):-1}function et(n,t,e){yo.lastIndex=0;var r=yo.exec(t.slice(e,e+3));return r?(n.j=+r[0],e+r[0].length):-1}function rt(n,t,e){yo.lastIndex=0;var r=yo.exec(t.slice(e,e+2));return r?(n.H=+r[0],e+r[0].length):-1}function ut(n,t,e){yo.lastIndex=0;var r=yo.exec(t.slice(e,e+2));return r?(n.M=+r[0],e+r[0].length):-1}function it(n,t,e){yo.lastIndex=0;var r=yo.exec(t.slice(e,e+2));return r?(n.S=+r[0],e+r[0].length):-1}function at(n,t,e){yo.lastIndex=0;var r=yo.exec(t.slice(e,e+3));return r?(n.L=+r[0],e+r[0].length):-1}function ot(n){var t=n.getTimezoneOffset(),e=t>0?"-":"+",r=Ma(t)/60|0,u=Ma(t)%60;return e+Zn(r,"0",2)+Zn(u,"0",2)}function lt(n,t,e){Mo.lastIndex=0;var r=Mo.exec(t.slice(e,e+1));return r?e+r[0].length:-1}function ct(n){for(var t=n.length,e=-1;++e=0?1:-1,o=a*e,l=Math.cos(t),c=Math.sin(t),s=i*c,f=u*l+s*Math.cos(o),h=s*a*Math.sin(o);ko.add(Math.atan2(h,f)),r=n,u=l,i=c}var t,e,r,u,i;No.point=function(a,o){No.point=n,r=(t=a)*Ia,u=Math.cos(o=(e=o)*Ia/2+ja/4),i=Math.sin(o)},No.lineEnd=function(){n(t,e)}}function dt(n){var t=n[0],e=n[1],r=Math.cos(e);return[r*Math.cos(t),r*Math.sin(t),Math.sin(e)]}function mt(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]}function yt(n,t){return[n[1]*t[2]-n[2]*t[1],n[2]*t[0]-n[0]*t[2],n[0]*t[1]-n[1]*t[0]]}function Mt(n,t){n[0]+=t[0],n[1]+=t[1],n[2]+=t[2]}function xt(n,t){return[n[0]*t,n[1]*t,n[2]*t]}function bt(n){var t=Math.sqrt(n[0]*n[0]+n[1]*n[1]+n[2]*n[2]);n[0]/=t,n[1]/=t,n[2]/=t}function _t(n){return[Math.atan2(n[1],n[0]),tn(n[2])]}function wt(n,t){return Ma(n[0]-t[0])o;++o)u.point((e=n[o])[0],e[1]);return void u.lineEnd()}var l=new Tt(e,n,null,!0),c=new Tt(e,null,l,!1);l.o=c,i.push(l),a.push(c),l=new Tt(r,n,null,!1),c=new Tt(r,null,l,!0),l.o=c,i.push(l),a.push(c)}}),a.sort(t),qt(i),qt(a),i.length){for(var o=0,l=e,c=a.length;c>o;++o)a[o].e=l=!l;for(var s,f,h=i[0];;){for(var g=h,p=!0;g.v;)if((g=g.n)===h)return;s=g.z,u.lineStart();do{if(g.v=g.o.v=!0,g.e){if(p)for(var o=0,c=s.length;c>o;++o)u.point((f=s[o])[0],f[1]);else r(g.x,g.n.x,1,u);g=g.n}else{if(p){s=g.p.z;for(var o=s.length-1;o>=0;--o)u.point((f=s[o])[0],f[1])}else r(g.x,g.p.x,-1,u);g=g.p}g=g.o,s=g.z,p=!p}while(!g.v);u.lineEnd()}}}function qt(n){if(t=n.length){for(var t,e,r=0,u=n[0];++r0){for(b||(i.polygonStart(),b=!0),i.lineStart();++a1&&2&t&&e.push(e.pop().concat(e.shift())),g.push(e.filter(Dt))}var g,p,v,d=t(i),m=u.invert(r[0],r[1]),y={point:a,lineStart:l,lineEnd:c,polygonStart:function(){y.point=s,y.lineStart=f,y.lineEnd=h,g=[],p=[]},polygonEnd:function(){y.point=a,y.lineStart=l,y.lineEnd=c,g=oa.merge(g);var n=Ot(m,p);g.length?(b||(i.polygonStart(),b=!0),Lt(g,Ut,n,e,i)):n&&(b||(i.polygonStart(),b=!0),i.lineStart(),e(null,null,1,i),i.lineEnd()),b&&(i.polygonEnd(),b=!1),g=p=null},sphere:function(){i.polygonStart(),i.lineStart(),e(null,null,1,i),i.lineEnd(),i.polygonEnd()}},M=Pt(),x=t(M),b=!1;return y}}function Dt(n){return n.length>1}function Pt(){var n,t=[];return{lineStart:function(){t.push(n=[])},point:function(t,e){n.push([t,e])},lineEnd:b,buffer:function(){var e=t;return t=[],n=null,e},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function Ut(n,t){return((n=n.x)[0]<0?n[1]-Oa-Pa:Oa-n[1])-((t=t.x)[0]<0?t[1]-Oa-Pa:Oa-t[1])}function jt(n){var t,e=NaN,r=NaN,u=NaN;return{lineStart:function(){n.lineStart(),t=1},point:function(i,a){var o=i>0?ja:-ja,l=Ma(i-e);Ma(l-ja)0?Oa:-Oa),n.point(u,r),n.lineEnd(),n.lineStart(),n.point(o,r),n.point(i,r),t=0):u!==o&&l>=ja&&(Ma(e-u)Pa?Math.atan((Math.sin(t)*(i=Math.cos(r))*Math.sin(e)-Math.sin(r)*(u=Math.cos(t))*Math.sin(n))/(u*i*a)):(t+r)/2}function Ht(n,t,e,r){var u;if(null==n)u=e*Oa,r.point(-ja,u),r.point(0,u),r.point(ja,u),r.point(ja,0),r.point(ja,-u),r.point(0,-u),r.point(-ja,-u),r.point(-ja,0),r.point(-ja,u);else if(Ma(n[0]-t[0])>Pa){var i=n[0]o;++o){var c=t[o],s=c.length;if(s)for(var f=c[0],h=f[0],g=f[1]/2+ja/4,p=Math.sin(g),v=Math.cos(g),d=1;;){d===s&&(d=0),n=c[d];var m=n[0],y=n[1]/2+ja/4,M=Math.sin(y),x=Math.cos(y),b=m-h,_=b>=0?1:-1,w=_*b,S=w>ja,k=p*M;if(ko.add(Math.atan2(k*_*Math.sin(w),v*x+k*Math.cos(w))),i+=S?b+_*Fa:b,S^h>=e^m>=e){var N=yt(dt(f),dt(n));bt(N);var E=yt(u,N);bt(E);var A=(S^b>=0?-1:1)*tn(E[2]);(r>A||r===A&&(N[0]||N[1]))&&(a+=S^b>=0?1:-1)}if(!d++)break;h=m,p=M,v=x,f=n}}return(-Pa>i||Pa>i&&0>ko)^1&a}function It(n){function t(n,t){return Math.cos(n)*Math.cos(t)>i}function e(n){var e,i,l,c,s;return{lineStart:function(){c=l=!1,s=1},point:function(f,h){var g,p=[f,h],v=t(f,h),d=a?v?0:u(f,h):v?u(f+(0>f?ja:-ja),h):0;if(!e&&(c=l=v)&&n.lineStart(),v!==l&&(g=r(e,p),(wt(e,g)||wt(p,g))&&(p[0]+=Pa,p[1]+=Pa,v=t(p[0],p[1]))),v!==l)s=0,v?(n.lineStart(),g=r(p,e),n.point(g[0],g[1])):(g=r(e,p),n.point(g[0],g[1]),n.lineEnd()),e=g;else if(o&&e&&a^v){var m;d&i||!(m=r(p,e,!0))||(s=0,a?(n.lineStart(),n.point(m[0][0],m[0][1]),n.point(m[1][0],m[1][1]),n.lineEnd()):(n.point(m[1][0],m[1][1]),n.lineEnd(),n.lineStart(),n.point(m[0][0],m[0][1])))}!v||e&&wt(e,p)||n.point(p[0],p[1]),e=p,l=v,i=d},lineEnd:function(){l&&n.lineEnd(),e=null},clean:function(){return s|(c&&l)<<1}}}function r(n,t,e){var r=dt(n),u=dt(t),a=[1,0,0],o=yt(r,u),l=mt(o,o),c=o[0],s=l-c*c;if(!s)return!e&&n;var f=i*l/s,h=-i*c/s,g=yt(a,o),p=xt(a,f),v=xt(o,h);Mt(p,v);var d=g,m=mt(p,d),y=mt(d,d),M=m*m-y*(mt(p,p)-1);if(!(0>M)){var x=Math.sqrt(M),b=xt(d,(-m-x)/y);if(Mt(b,p),b=_t(b),!e)return b;var _,w=n[0],S=t[0],k=n[1],N=t[1];w>S&&(_=w,w=S,S=_);var E=S-w,A=Ma(E-ja)E;if(!A&&k>N&&(_=k,k=N,N=_),C?A?k+N>0^b[1]<(Ma(b[0]-w)ja^(w<=b[0]&&b[0]<=S)){var z=xt(d,(-m+x)/y);return Mt(z,p),[b,_t(z)]}}}function u(t,e){var r=a?n:ja-n,u=0;return-r>t?u|=1:t>r&&(u|=2),-r>e?u|=4:e>r&&(u|=8),u}var i=Math.cos(n),a=i>0,o=Ma(i)>Pa,l=ve(n,6*Ia);return Rt(t,e,l,a?[0,-n]:[-ja,n-ja])}function Yt(n,t,e,r){return function(u){var i,a=u.a,o=u.b,l=a.x,c=a.y,s=o.x,f=o.y,h=0,g=1,p=s-l,v=f-c;if(i=n-l,p||!(i>0)){if(i/=p,0>p){if(h>i)return;g>i&&(g=i)}else if(p>0){if(i>g)return;i>h&&(h=i)}if(i=e-l,p||!(0>i)){if(i/=p,0>p){if(i>g)return;i>h&&(h=i)}else if(p>0){if(h>i)return;g>i&&(g=i)}if(i=t-c,v||!(i>0)){if(i/=v,0>v){if(h>i)return;g>i&&(g=i)}else if(v>0){if(i>g)return;i>h&&(h=i)}if(i=r-c,v||!(0>i)){if(i/=v,0>v){if(i>g)return;i>h&&(h=i)}else if(v>0){if(h>i)return;g>i&&(g=i)}return h>0&&(u.a={x:l+h*p,y:c+h*v}),1>g&&(u.b={x:l+g*p,y:c+g*v}),u}}}}}}function Zt(n,t,e,r){function u(r,u){return Ma(r[0]-n)0?0:3:Ma(r[0]-e)0?2:1:Ma(r[1]-t)0?1:0:u>0?3:2}function i(n,t){return a(n.x,t.x)}function a(n,t){var e=u(n,1),r=u(t,1);return e!==r?e-r:0===e?t[1]-n[1]:1===e?n[0]-t[0]:2===e?n[1]-t[1]:t[0]-n[0]}return function(o){function l(n){for(var t=0,e=d.length,r=n[1],u=0;e>u;++u)for(var i,a=1,o=d[u],l=o.length,c=o[0];l>a;++a)i=o[a],c[1]<=r?i[1]>r&&Q(c,i,n)>0&&++t:i[1]<=r&&Q(c,i,n)<0&&--t,c=i;return 0!==t}function c(i,o,l,c){var s=0,f=0;if(null==i||(s=u(i,l))!==(f=u(o,l))||a(i,o)<0^l>0){do c.point(0===s||3===s?n:e,s>1?r:t);while((s=(s+l+4)%4)!==f)}else c.point(o[0],o[1])}function s(u,i){return u>=n&&e>=u&&i>=t&&r>=i}function f(n,t){s(n,t)&&o.point(n,t)}function h(){C.point=p,d&&d.push(m=[]),S=!0,w=!1,b=_=NaN}function g(){v&&(p(y,M),x&&w&&E.rejoin(),v.push(E.buffer())),C.point=f,w&&o.lineEnd()}function p(n,t){n=Math.max(-Ho,Math.min(Ho,n)),t=Math.max(-Ho,Math.min(Ho,t));var e=s(n,t);if(d&&m.push([n,t]),S)y=n,M=t,x=e,S=!1,e&&(o.lineStart(),o.point(n,t));else if(e&&w)o.point(n,t);else{var r={a:{x:b,y:_},b:{x:n,y:t}};A(r)?(w||(o.lineStart(),o.point(r.a.x,r.a.y)),o.point(r.b.x,r.b.y),e||o.lineEnd(),k=!1):e&&(o.lineStart(),o.point(n,t),k=!1)}b=n,_=t,w=e}var v,d,m,y,M,x,b,_,w,S,k,N=o,E=Pt(),A=Yt(n,t,e,r),C={point:f,lineStart:h,lineEnd:g,polygonStart:function(){o=E,v=[],d=[],k=!0},polygonEnd:function(){o=N,v=oa.merge(v);var t=l([n,r]),e=k&&t,u=v.length;(e||u)&&(o.polygonStart(),e&&(o.lineStart(),c(null,null,1,o),o.lineEnd()),u&&Lt(v,i,t,c,o),o.polygonEnd()),v=d=m=null}};return C}}function Vt(n){var t=0,e=ja/3,r=oe(n),u=r(t,e);return u.parallels=function(n){return arguments.length?r(t=n[0]*ja/180,e=n[1]*ja/180):[t/ja*180,e/ja*180]},u}function Xt(n,t){function e(n,t){var e=Math.sqrt(i-2*u*Math.sin(t))/u;return[e*Math.sin(n*=u),a-e*Math.cos(n)]}var r=Math.sin(n),u=(r+Math.sin(t))/2,i=1+r*(2*u-r),a=Math.sqrt(i)/u;return e.invert=function(n,t){var e=a-t;return[Math.atan2(n,e)/u,tn((i-(n*n+e*e)*u*u)/(2*u))]},e}function $t(){function n(n,t){Io+=u*n-r*t,r=n,u=t}var t,e,r,u;$o.point=function(i,a){$o.point=n,t=r=i,e=u=a},$o.lineEnd=function(){n(t,e)}}function Bt(n,t){Yo>n&&(Yo=n),n>Vo&&(Vo=n),Zo>t&&(Zo=t),t>Xo&&(Xo=t)}function Wt(){function n(n,t){a.push("M",n,",",t,i)}function t(n,t){a.push("M",n,",",t),o.point=e}function e(n,t){a.push("L",n,",",t)}function r(){o.point=n}function u(){a.push("Z")}var i=Jt(4.5),a=[],o={point:n,lineStart:function(){o.point=t},lineEnd:r,polygonStart:function(){o.lineEnd=u},polygonEnd:function(){o.lineEnd=r,o.point=n},pointRadius:function(n){return i=Jt(n),o},result:function(){if(a.length){var n=a.join("");return a=[],n}}};return o}function Jt(n){return"m0,"+n+"a"+n+","+n+" 0 1,1 0,"+-2*n+"a"+n+","+n+" 0 1,1 0,"+2*n+"z"}function Gt(n,t){Co+=n,zo+=t,++Lo}function Kt(){function n(n,r){var u=n-t,i=r-e,a=Math.sqrt(u*u+i*i);qo+=a*(t+n)/2,To+=a*(e+r)/2,Ro+=a,Gt(t=n,e=r)}var t,e;Wo.point=function(r,u){Wo.point=n,Gt(t=r,e=u)}}function Qt(){Wo.point=Gt}function ne(){function n(n,t){var e=n-r,i=t-u,a=Math.sqrt(e*e+i*i);qo+=a*(r+n)/2,To+=a*(u+t)/2,Ro+=a,a=u*n-r*t,Do+=a*(r+n),Po+=a*(u+t),Uo+=3*a,Gt(r=n,u=t)}var t,e,r,u;Wo.point=function(i,a){Wo.point=n,Gt(t=r=i,e=u=a)},Wo.lineEnd=function(){n(t,e)}}function te(n){function t(t,e){n.moveTo(t+a,e),n.arc(t,e,a,0,Fa)}function e(t,e){n.moveTo(t,e),o.point=r}function r(t,e){n.lineTo(t,e)}function u(){o.point=t}function i(){n.closePath()}var a=4.5,o={point:t,lineStart:function(){o.point=e},lineEnd:u,polygonStart:function(){o.lineEnd=i},polygonEnd:function(){o.lineEnd=u,o.point=t},pointRadius:function(n){return a=n,o},result:b};return o}function ee(n){function t(n){return(o?r:e)(n)}function e(t){return ie(t,function(e,r){e=n(e,r),t.point(e[0],e[1])})}function r(t){function e(e,r){e=n(e,r),t.point(e[0],e[1])}function r(){M=NaN,S.point=i,t.lineStart()}function i(e,r){var i=dt([e,r]),a=n(e,r);u(M,x,y,b,_,w,M=a[0],x=a[1],y=e,b=i[0],_=i[1],w=i[2],o,t),t.point(M,x)}function a(){S.point=e,t.lineEnd()}function l(){ +r(),S.point=c,S.lineEnd=s}function c(n,t){i(f=n,h=t),g=M,p=x,v=b,d=_,m=w,S.point=i}function s(){u(M,x,y,b,_,w,g,p,f,v,d,m,o,t),S.lineEnd=a,a()}var f,h,g,p,v,d,m,y,M,x,b,_,w,S={point:e,lineStart:r,lineEnd:a,polygonStart:function(){t.polygonStart(),S.lineStart=l},polygonEnd:function(){t.polygonEnd(),S.lineStart=r}};return S}function u(t,e,r,o,l,c,s,f,h,g,p,v,d,m){var y=s-t,M=f-e,x=y*y+M*M;if(x>4*i&&d--){var b=o+g,_=l+p,w=c+v,S=Math.sqrt(b*b+_*_+w*w),k=Math.asin(w/=S),N=Ma(Ma(w)-1)i||Ma((y*z+M*L)/x-.5)>.3||a>o*g+l*p+c*v)&&(u(t,e,r,o,l,c,A,C,N,b/=S,_/=S,w,d,m),m.point(A,C),u(A,C,N,b,_,w,s,f,h,g,p,v,d,m))}}var i=.5,a=Math.cos(30*Ia),o=16;return t.precision=function(n){return arguments.length?(o=(i=n*n)>0&&16,t):Math.sqrt(i)},t}function re(n){var t=ee(function(t,e){return n([t*Ya,e*Ya])});return function(n){return le(t(n))}}function ue(n){this.stream=n}function ie(n,t){return{point:t,sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}function ae(n){return oe(function(){return n})()}function oe(n){function t(n){return n=o(n[0]*Ia,n[1]*Ia),[n[0]*h+l,c-n[1]*h]}function e(n){return n=o.invert((n[0]-l)/h,(c-n[1])/h),n&&[n[0]*Ya,n[1]*Ya]}function r(){o=Ct(a=fe(m,M,x),i);var n=i(v,d);return l=g-n[0]*h,c=p+n[1]*h,u()}function u(){return s&&(s.valid=!1,s=null),t}var i,a,o,l,c,s,f=ee(function(n,t){return n=i(n,t),[n[0]*h+l,c-n[1]*h]}),h=150,g=480,p=250,v=0,d=0,m=0,M=0,x=0,b=Fo,_=y,w=null,S=null;return t.stream=function(n){return s&&(s.valid=!1),s=le(b(a,f(_(n)))),s.valid=!0,s},t.clipAngle=function(n){return arguments.length?(b=null==n?(w=n,Fo):It((w=+n)*Ia),u()):w},t.clipExtent=function(n){return arguments.length?(S=n,_=n?Zt(n[0][0],n[0][1],n[1][0],n[1][1]):y,u()):S},t.scale=function(n){return arguments.length?(h=+n,r()):h},t.translate=function(n){return arguments.length?(g=+n[0],p=+n[1],r()):[g,p]},t.center=function(n){return arguments.length?(v=n[0]%360*Ia,d=n[1]%360*Ia,r()):[v*Ya,d*Ya]},t.rotate=function(n){return arguments.length?(m=n[0]%360*Ia,M=n[1]%360*Ia,x=n.length>2?n[2]%360*Ia:0,r()):[m*Ya,M*Ya,x*Ya]},oa.rebind(t,f,"precision"),function(){return i=n.apply(this,arguments),t.invert=i.invert&&e,r()}}function le(n){return ie(n,function(t,e){n.point(t*Ia,e*Ia)})}function ce(n,t){return[n,t]}function se(n,t){return[n>ja?n-Fa:-ja>n?n+Fa:n,t]}function fe(n,t,e){return n?t||e?Ct(ge(n),pe(t,e)):ge(n):t||e?pe(t,e):se}function he(n){return function(t,e){return t+=n,[t>ja?t-Fa:-ja>t?t+Fa:t,e]}}function ge(n){var t=he(n);return t.invert=he(-n),t}function pe(n,t){function e(n,t){var e=Math.cos(t),o=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),s=c*r+o*u;return[Math.atan2(l*i-s*a,o*r-c*u),tn(s*i+l*a)]}var r=Math.cos(n),u=Math.sin(n),i=Math.cos(t),a=Math.sin(t);return e.invert=function(n,t){var e=Math.cos(t),o=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),s=c*i-l*a;return[Math.atan2(l*i+c*a,o*r+s*u),tn(s*r-o*u)]},e}function ve(n,t){var e=Math.cos(n),r=Math.sin(n);return function(u,i,a,o){var l=a*t;null!=u?(u=de(e,u),i=de(e,i),(a>0?i>u:u>i)&&(u+=a*Fa)):(u=n+a*Fa,i=n-.5*l);for(var c,s=u;a>0?s>i:i>s;s-=l)o.point((c=_t([e,-r*Math.cos(s),-r*Math.sin(s)]))[0],c[1])}}function de(n,t){var e=dt(t);e[0]-=n,bt(e);var r=nn(-e[1]);return((-e[2]<0?-r:r)+2*Math.PI-Pa)%(2*Math.PI)}function me(n,t,e){var r=oa.range(n,t-Pa,e).concat(t);return function(n){return r.map(function(t){return[n,t]})}}function ye(n,t,e){var r=oa.range(n,t-Pa,e).concat(t);return function(n){return r.map(function(t){return[t,n]})}}function Me(n){return n.source}function xe(n){return n.target}function be(n,t,e,r){var u=Math.cos(t),i=Math.sin(t),a=Math.cos(r),o=Math.sin(r),l=u*Math.cos(n),c=u*Math.sin(n),s=a*Math.cos(e),f=a*Math.sin(e),h=2*Math.asin(Math.sqrt(an(r-t)+u*a*an(e-n))),g=1/Math.sin(h),p=h?function(n){var t=Math.sin(n*=h)*g,e=Math.sin(h-n)*g,r=e*l+t*s,u=e*c+t*f,a=e*i+t*o;return[Math.atan2(u,r)*Ya,Math.atan2(a,Math.sqrt(r*r+u*u))*Ya]}:function(){return[n*Ya,t*Ya]};return p.distance=h,p}function _e(){function n(n,u){var i=Math.sin(u*=Ia),a=Math.cos(u),o=Ma((n*=Ia)-t),l=Math.cos(o);Jo+=Math.atan2(Math.sqrt((o=a*Math.sin(o))*o+(o=r*i-e*a*l)*o),e*i+r*a*l),t=n,e=i,r=a}var t,e,r;Go.point=function(u,i){t=u*Ia,e=Math.sin(i*=Ia),r=Math.cos(i),Go.point=n},Go.lineEnd=function(){Go.point=Go.lineEnd=b}}function we(n,t){function e(t,e){var r=Math.cos(t),u=Math.cos(e),i=n(r*u);return[i*u*Math.sin(t),i*Math.sin(e)]}return e.invert=function(n,e){var r=Math.sqrt(n*n+e*e),u=t(r),i=Math.sin(u),a=Math.cos(u);return[Math.atan2(n*i,r*a),Math.asin(r&&e*i/r)]},e}function Se(n,t){function e(n,t){a>0?-Oa+Pa>t&&(t=-Oa+Pa):t>Oa-Pa&&(t=Oa-Pa);var e=a/Math.pow(u(t),i);return[e*Math.sin(i*n),a-e*Math.cos(i*n)]}var r=Math.cos(n),u=function(n){return Math.tan(ja/4+n/2)},i=n===t?Math.sin(n):Math.log(r/Math.cos(t))/Math.log(u(t)/u(n)),a=r*Math.pow(u(n),i)/i;return i?(e.invert=function(n,t){var e=a-t,r=K(i)*Math.sqrt(n*n+e*e);return[Math.atan2(n,e)/i,2*Math.atan(Math.pow(a/r,1/i))-Oa]},e):Ne}function ke(n,t){function e(n,t){var e=i-t;return[e*Math.sin(u*n),i-e*Math.cos(u*n)]}var r=Math.cos(n),u=n===t?Math.sin(n):(r-Math.cos(t))/(t-n),i=r/u+n;return Ma(u)u;u++){for(;r>1&&Q(n[e[r-2]],n[e[r-1]],n[u])<=0;)--r;e[r++]=u}return e.slice(0,r)}function qe(n,t){return n[0]-t[0]||n[1]-t[1]}function Te(n,t,e){return(e[0]-t[0])*(n[1]-t[1])<(e[1]-t[1])*(n[0]-t[0])}function Re(n,t,e,r){var u=n[0],i=e[0],a=t[0]-u,o=r[0]-i,l=n[1],c=e[1],s=t[1]-l,f=r[1]-c,h=(o*(l-c)-f*(u-i))/(f*a-o*s);return[u+h*a,l+h*s]}function De(n){var t=n[0],e=n[n.length-1];return!(t[0]-e[0]||t[1]-e[1])}function Pe(){rr(this),this.edge=this.site=this.circle=null}function Ue(n){var t=cl.pop()||new Pe;return t.site=n,t}function je(n){Be(n),al.remove(n),cl.push(n),rr(n)}function Fe(n){var t=n.circle,e=t.x,r=t.cy,u={x:e,y:r},i=n.P,a=n.N,o=[n];je(n);for(var l=i;l.circle&&Ma(e-l.circle.x)s;++s)c=o[s],l=o[s-1],nr(c.edge,l.site,c.site,u);l=o[0],c=o[f-1],c.edge=Ke(l.site,c.site,null,u),$e(l),$e(c)}function He(n){for(var t,e,r,u,i=n.x,a=n.y,o=al._;o;)if(r=Oe(o,a)-i,r>Pa)o=o.L;else{if(u=i-Ie(o,a),!(u>Pa)){r>-Pa?(t=o.P,e=o):u>-Pa?(t=o,e=o.N):t=e=o;break}if(!o.R){t=o;break}o=o.R}var l=Ue(n);if(al.insert(t,l),t||e){if(t===e)return Be(t),e=Ue(t.site),al.insert(l,e),l.edge=e.edge=Ke(t.site,l.site),$e(t),void $e(e);if(!e)return void(l.edge=Ke(t.site,l.site));Be(t),Be(e);var c=t.site,s=c.x,f=c.y,h=n.x-s,g=n.y-f,p=e.site,v=p.x-s,d=p.y-f,m=2*(h*d-g*v),y=h*h+g*g,M=v*v+d*d,x={x:(d*y-g*M)/m+s,y:(h*M-v*y)/m+f};nr(e.edge,c,p,x),l.edge=Ke(c,n,null,x),e.edge=Ke(n,p,null,x),$e(t),$e(e)}}function Oe(n,t){var e=n.site,r=e.x,u=e.y,i=u-t;if(!i)return r;var a=n.P;if(!a)return-(1/0);e=a.site;var o=e.x,l=e.y,c=l-t;if(!c)return o;var s=o-r,f=1/i-1/c,h=s/c;return f?(-h+Math.sqrt(h*h-2*f*(s*s/(-2*c)-l+c/2+u-i/2)))/f+r:(r+o)/2}function Ie(n,t){var e=n.N;if(e)return Oe(e,t);var r=n.site;return r.y===t?r.x:1/0}function Ye(n){this.site=n,this.edges=[]}function Ze(n){for(var t,e,r,u,i,a,o,l,c,s,f=n[0][0],h=n[1][0],g=n[0][1],p=n[1][1],v=il,d=v.length;d--;)if(i=v[d],i&&i.prepare())for(o=i.edges,l=o.length,a=0;l>a;)s=o[a].end(),r=s.x,u=s.y,c=o[++a%l].start(),t=c.x,e=c.y,(Ma(r-t)>Pa||Ma(u-e)>Pa)&&(o.splice(a,0,new tr(Qe(i.site,s,Ma(r-f)Pa?{x:f,y:Ma(t-f)Pa?{x:Ma(e-p)Pa?{x:h,y:Ma(t-h)Pa?{x:Ma(e-g)=-Ua)){var g=l*l+c*c,p=s*s+f*f,v=(f*g-c*p)/h,d=(l*p-s*g)/h,f=d+o,m=sl.pop()||new Xe;m.arc=n,m.site=u,m.x=v+a,m.y=f+Math.sqrt(v*v+d*d),m.cy=f,n.circle=m;for(var y=null,M=ll._;M;)if(m.yd||d>=o)return;if(h>p){if(i){if(i.y>=c)return}else i={x:d,y:l};e={x:d,y:c}}else{if(i){if(i.yr||r>1)if(h>p){if(i){if(i.y>=c)return}else i={x:(l-u)/r,y:l};e={x:(c-u)/r,y:c}}else{if(i){if(i.yg){if(i){if(i.x>=o)return}else i={x:a,y:r*a+u};e={x:o,y:r*o+u}}else{if(i){if(i.xi||f>a||r>h||u>g)){if(p=n.point){var p,v=t-n.x,d=e-n.y,m=v*v+d*d;if(l>m){var y=Math.sqrt(l=m);r=t-y,u=e-y,i=t+y,a=e+y,o=p}}for(var M=n.nodes,x=.5*(s+h),b=.5*(f+g),_=t>=x,w=e>=b,S=w<<1|_,k=S+4;k>S;++S)if(n=M[3&S])switch(3&S){case 0:c(n,s,f,x,b);break;case 1:c(n,x,f,h,b);break;case 2:c(n,s,b,x,g);break;case 3:c(n,x,b,h,g)}}}(n,r,u,i,a),o}function vr(n,t){n=oa.rgb(n),t=oa.rgb(t);var e=n.r,r=n.g,u=n.b,i=t.r-e,a=t.g-r,o=t.b-u;return function(n){return"#"+bn(Math.round(e+i*n))+bn(Math.round(r+a*n))+bn(Math.round(u+o*n))}}function dr(n,t){var e,r={},u={};for(e in n)e in t?r[e]=Mr(n[e],t[e]):u[e]=n[e];for(e in t)e in n||(u[e]=t[e]);return function(n){for(e in r)u[e]=r[e](n);return u}}function mr(n,t){return n=+n,t=+t,function(e){return n*(1-e)+t*e}}function yr(n,t){var e,r,u,i=hl.lastIndex=gl.lastIndex=0,a=-1,o=[],l=[];for(n+="",t+="";(e=hl.exec(n))&&(r=gl.exec(t));)(u=r.index)>i&&(u=t.slice(i,u),o[a]?o[a]+=u:o[++a]=u),(e=e[0])===(r=r[0])?o[a]?o[a]+=r:o[++a]=r:(o[++a]=null,l.push({i:a,x:mr(e,r)})),i=gl.lastIndex;return ir;++r)o[(e=l[r]).i]=e.x(n);return o.join("")})}function Mr(n,t){for(var e,r=oa.interpolators.length;--r>=0&&!(e=oa.interpolators[r](n,t)););return e}function xr(n,t){var e,r=[],u=[],i=n.length,a=t.length,o=Math.min(n.length,t.length);for(e=0;o>e;++e)r.push(Mr(n[e],t[e]));for(;i>e;++e)u[e]=n[e];for(;a>e;++e)u[e]=t[e];return function(n){for(e=0;o>e;++e)u[e]=r[e](n);return u}}function br(n){return function(t){return 0>=t?0:t>=1?1:n(t)}}function _r(n){return function(t){return 1-n(1-t)}}function wr(n){return function(t){return.5*(.5>t?n(2*t):2-n(2-2*t))}}function Sr(n){return n*n}function kr(n){return n*n*n}function Nr(n){if(0>=n)return 0;if(n>=1)return 1;var t=n*n,e=t*n;return 4*(.5>n?e:3*(n-t)+e-.75)}function Er(n){return function(t){return Math.pow(t,n)}}function Ar(n){return 1-Math.cos(n*Oa)}function Cr(n){return Math.pow(2,10*(n-1))}function zr(n){return 1-Math.sqrt(1-n*n)}function Lr(n,t){var e;return arguments.length<2&&(t=.45),arguments.length?e=t/Fa*Math.asin(1/n):(n=1,e=t/4),function(r){return 1+n*Math.pow(2,-10*r)*Math.sin((r-e)*Fa/t)}}function qr(n){return n||(n=1.70158),function(t){return t*t*((n+1)*t-n)}}function Tr(n){return 1/2.75>n?7.5625*n*n:2/2.75>n?7.5625*(n-=1.5/2.75)*n+.75:2.5/2.75>n?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375}function Rr(n,t){n=oa.hcl(n),t=oa.hcl(t);var e=n.h,r=n.c,u=n.l,i=t.h-e,a=t.c-r,o=t.l-u;return isNaN(a)&&(a=0,r=isNaN(r)?t.c:r),isNaN(i)?(i=0,e=isNaN(e)?t.h:e):i>180?i-=360:-180>i&&(i+=360),function(n){return fn(e+i*n,r+a*n,u+o*n)+""}}function Dr(n,t){n=oa.hsl(n),t=oa.hsl(t);var e=n.h,r=n.s,u=n.l,i=t.h-e,a=t.s-r,o=t.l-u;return isNaN(a)&&(a=0,r=isNaN(r)?t.s:r),isNaN(i)?(i=0,e=isNaN(e)?t.h:e):i>180?i-=360:-180>i&&(i+=360),function(n){return cn(e+i*n,r+a*n,u+o*n)+""}}function Pr(n,t){n=oa.lab(n),t=oa.lab(t);var e=n.l,r=n.a,u=n.b,i=t.l-e,a=t.a-r,o=t.b-u;return function(n){return gn(e+i*n,r+a*n,u+o*n)+""}}function Ur(n,t){return t-=n,function(e){return Math.round(n+t*e)}}function jr(n){var t=[n.a,n.b],e=[n.c,n.d],r=Hr(t),u=Fr(t,e),i=Hr(Or(e,t,-u))||0;t[0]*e[1]180?t+=360:t-n>180&&(n+=360),r.push({i:e.push(Ir(e)+"rotate(",null,")")-2,x:mr(n,t)})):t&&e.push(Ir(e)+"rotate("+t+")")}function Vr(n,t,e,r){n!==t?r.push({i:e.push(Ir(e)+"skewX(",null,")")-2,x:mr(n,t)}):t&&e.push(Ir(e)+"skewX("+t+")")}function Xr(n,t,e,r){if(n[0]!==t[0]||n[1]!==t[1]){var u=e.push(Ir(e)+"scale(",null,",",null,")");r.push({i:u-4,x:mr(n[0],t[0])},{i:u-2,x:mr(n[1],t[1])})}else(1!==t[0]||1!==t[1])&&e.push(Ir(e)+"scale("+t+")")}function $r(n,t){var e=[],r=[];return n=oa.transform(n),t=oa.transform(t),Yr(n.translate,t.translate,e,r),Zr(n.rotate,t.rotate,e,r),Vr(n.skew,t.skew,e,r),Xr(n.scale,t.scale,e,r),n=t=null,function(n){for(var t,u=-1,i=r.length;++u=0;)e.push(u[r])}function au(n,t){for(var e=[n],r=[];null!=(n=e.pop());)if(r.push(n),(i=n.children)&&(u=i.length))for(var u,i,a=-1;++ae;++e)(t=n[e][1])>u&&(r=e,u=t);return r}function mu(n){return n.reduce(yu,0)}function yu(n,t){return n+t[1]}function Mu(n,t){return xu(n,Math.ceil(Math.log(t.length)/Math.LN2+1))}function xu(n,t){for(var e=-1,r=+n[0],u=(n[1]-r)/t,i=[];++e<=t;)i[e]=u*e+r;return i}function bu(n){return[oa.min(n),oa.max(n)]}function _u(n,t){return n.value-t.value}function wu(n,t){var e=n._pack_next;n._pack_next=t,t._pack_prev=n,t._pack_next=e,e._pack_prev=t}function Su(n,t){n._pack_next=t,t._pack_prev=n}function ku(n,t){var e=t.x-n.x,r=t.y-n.y,u=n.r+t.r;return.999*u*u>e*e+r*r}function Nu(n){function t(n){s=Math.min(n.x-n.r,s),f=Math.max(n.x+n.r,f),h=Math.min(n.y-n.r,h),g=Math.max(n.y+n.r,g)}if((e=n.children)&&(c=e.length)){var e,r,u,i,a,o,l,c,s=1/0,f=-(1/0),h=1/0,g=-(1/0);if(e.forEach(Eu),r=e[0],r.x=-r.r,r.y=0,t(r),c>1&&(u=e[1],u.x=u.r,u.y=0,t(u),c>2))for(i=e[2],zu(r,u,i),t(i),wu(r,i),r._pack_prev=i,wu(i,u),u=r._pack_next,a=3;c>a;a++){zu(r,u,i=e[a]);var p=0,v=1,d=1;for(o=u._pack_next;o!==u;o=o._pack_next,v++)if(ku(o,i)){p=1;break}if(1==p)for(l=r._pack_prev;l!==o._pack_prev&&!ku(l,i);l=l._pack_prev,d++);p?(d>v||v==d&&u.ra;a++)i=e[a],i.x-=m,i.y-=y,M=Math.max(M,i.r+Math.sqrt(i.x*i.x+i.y*i.y));n.r=M,e.forEach(Au)}}function Eu(n){n._pack_next=n._pack_prev=n}function Au(n){delete n._pack_next,delete n._pack_prev}function Cu(n,t,e,r){var u=n.children;if(n.x=t+=r*n.x,n.y=e+=r*n.y,n.r*=r,u)for(var i=-1,a=u.length;++i=0;)t=u[i],t.z+=e,t.m+=e,e+=t.s+(r+=t.c)}function Pu(n,t,e){return n.a.parent===t.parent?n.a:e}function Uu(n){return 1+oa.max(n,function(n){return n.y})}function ju(n){return n.reduce(function(n,t){return n+t.x},0)/n.length}function Fu(n){var t=n.children;return t&&t.length?Fu(t[0]):n}function Hu(n){var t,e=n.children;return e&&(t=e.length)?Hu(e[t-1]):n}function Ou(n){return{x:n.x,y:n.y,dx:n.dx,dy:n.dy}}function Iu(n,t){var e=n.x+t[3],r=n.y+t[0],u=n.dx-t[1]-t[3],i=n.dy-t[0]-t[2];return 0>u&&(e+=u/2,u=0),0>i&&(r+=i/2,i=0),{x:e,y:r,dx:u,dy:i}}function Yu(n){var t=n[0],e=n[n.length-1];return e>t?[t,e]:[e,t]}function Zu(n){return n.rangeExtent?n.rangeExtent():Yu(n.range())}function Vu(n,t,e,r){var u=e(n[0],n[1]),i=r(t[0],t[1]);return function(n){return i(u(n))}}function Xu(n,t){var e,r=0,u=n.length-1,i=n[r],a=n[u];return i>a&&(e=r,r=u,u=e,e=i,i=a,a=e),n[r]=t.floor(i),n[u]=t.ceil(a),n}function $u(n){return n?{floor:function(t){return Math.floor(t/n)*n},ceil:function(t){return Math.ceil(t/n)*n}}:Sl}function Bu(n,t,e,r){var u=[],i=[],a=0,o=Math.min(n.length,t.length)-1;for(n[o]2?Bu:Vu,l=r?Wr:Br;return a=u(n,t,l,e),o=u(t,n,l,Mr),i}function i(n){return a(n)}var a,o;return i.invert=function(n){return o(n)},i.domain=function(t){return arguments.length?(n=t.map(Number),u()):n},i.range=function(n){return arguments.length?(t=n,u()):t},i.rangeRound=function(n){return i.range(n).interpolate(Ur)},i.clamp=function(n){return arguments.length?(r=n,u()):r},i.interpolate=function(n){return arguments.length?(e=n,u()):e},i.ticks=function(t){return Qu(n,t)},i.tickFormat=function(t,e){return ni(n,t,e)},i.nice=function(t){return Gu(n,t),u()},i.copy=function(){return Wu(n,t,e,r)},u()}function Ju(n,t){return oa.rebind(n,t,"range","rangeRound","interpolate","clamp")}function Gu(n,t){return Xu(n,$u(Ku(n,t)[2])),Xu(n,$u(Ku(n,t)[2])),n}function Ku(n,t){null==t&&(t=10);var e=Yu(n),r=e[1]-e[0],u=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),i=t/r*u;return.15>=i?u*=10:.35>=i?u*=5:.75>=i&&(u*=2),e[0]=Math.ceil(e[0]/u)*u,e[1]=Math.floor(e[1]/u)*u+.5*u,e[2]=u,e}function Qu(n,t){return oa.range.apply(oa,Ku(n,t))}function ni(n,t,e){var r=Ku(n,t);if(e){var u=fo.exec(e);if(u.shift(),"s"===u[8]){var i=oa.formatPrefix(Math.max(Ma(r[0]),Ma(r[1])));return u[7]||(u[7]="."+ti(i.scale(r[2]))),u[8]="f",e=oa.format(u.join("")),function(n){return e(i.scale(n))+i.symbol}}u[7]||(u[7]="."+ei(u[8],r)),e=u.join("")}else e=",."+ti(r[2])+"f";return oa.format(e)}function ti(n){return-Math.floor(Math.log(n)/Math.LN10+.01)}function ei(n,t){var e=ti(t[2]);return n in kl?Math.abs(e-ti(Math.max(Ma(t[0]),Ma(t[1]))))+ +("e"!==n):e-2*("%"===n)}function ri(n,t,e,r){function u(n){return(e?Math.log(0>n?0:n):-Math.log(n>0?0:-n))/Math.log(t)}function i(n){return e?Math.pow(t,n):-Math.pow(t,-n)}function a(t){return n(u(t))}return a.invert=function(t){return i(n.invert(t))},a.domain=function(t){return arguments.length?(e=t[0]>=0,n.domain((r=t.map(Number)).map(u)),a):r},a.base=function(e){return arguments.length?(t=+e,n.domain(r.map(u)),a):t},a.nice=function(){var t=Xu(r.map(u),e?Math:El);return n.domain(t),r=t.map(i),a},a.ticks=function(){var n=Yu(r),a=[],o=n[0],l=n[1],c=Math.floor(u(o)),s=Math.ceil(u(l)),f=t%1?2:t;if(isFinite(s-c)){if(e){for(;s>c;c++)for(var h=1;f>h;h++)a.push(i(c)*h);a.push(i(c))}else for(a.push(i(c));c++0;h--)a.push(i(c)*h);for(c=0;a[c]l;s--);a=a.slice(c,s)}return a},a.tickFormat=function(n,e){if(!arguments.length)return Nl;arguments.length<2?e=Nl:"function"!=typeof e&&(e=oa.format(e));var r=Math.max(1,t*n/a.ticks().length);return function(n){var a=n/i(Math.round(u(n)));return t-.5>a*t&&(a*=t),r>=a?e(n):""}},a.copy=function(){return ri(n.copy(),t,e,r)},Ju(a,n)}function ui(n,t,e){function r(t){return n(u(t))}var u=ii(t),i=ii(1/t);return r.invert=function(t){return i(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain((e=t.map(Number)).map(u)),r):e},r.ticks=function(n){return Qu(e,n)},r.tickFormat=function(n,t){return ni(e,n,t)},r.nice=function(n){return r.domain(Gu(e,n))},r.exponent=function(a){return arguments.length?(u=ii(t=a),i=ii(1/t),n.domain(e.map(u)),r):t},r.copy=function(){return ui(n.copy(),t,e)},Ju(r,n)}function ii(n){return function(t){return 0>t?-Math.pow(-t,n):Math.pow(t,n)}}function ai(n,t){function e(e){return i[((u.get(e)||("range"===t.t?u.set(e,n.push(e)):NaN))-1)%i.length]}function r(t,e){return oa.range(n.length).map(function(n){return t+e*n})}var u,i,a;return e.domain=function(r){if(!arguments.length)return n;n=[],u=new c;for(var i,a=-1,o=r.length;++ae?[NaN,NaN]:[e>0?o[e-1]:n[0],et?NaN:t/i+n,[t,t+1/i]},r.copy=function(){return li(n,t,e)},u()}function ci(n,t){function e(e){return e>=e?t[oa.bisect(n,e)]:void 0}return e.domain=function(t){return arguments.length?(n=t,e):n},e.range=function(n){return arguments.length?(t=n,e):t},e.invertExtent=function(e){return e=t.indexOf(e),[n[e-1],n[e]]},e.copy=function(){return ci(n,t)},e}function si(n){function t(n){return+n}return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=e.map(t),t):n},t.ticks=function(t){return Qu(n,t)},t.tickFormat=function(t,e){return ni(n,t,e)},t.copy=function(){return si(n)},t}function fi(){return 0}function hi(n){return n.innerRadius}function gi(n){return n.outerRadius}function pi(n){return n.startAngle}function vi(n){return n.endAngle}function di(n){return n&&n.padAngle}function mi(n,t,e,r){return(n-e)*t-(t-r)*n>0?0:1}function yi(n,t,e,r,u){var i=n[0]-t[0],a=n[1]-t[1],o=(u?r:-r)/Math.sqrt(i*i+a*a),l=o*a,c=-o*i,s=n[0]+l,f=n[1]+c,h=t[0]+l,g=t[1]+c,p=(s+h)/2,v=(f+g)/2,d=h-s,m=g-f,y=d*d+m*m,M=e-r,x=s*g-h*f,b=(0>m?-1:1)*Math.sqrt(Math.max(0,M*M*y-x*x)),_=(x*m-d*b)/y,w=(-x*d-m*b)/y,S=(x*m+d*b)/y,k=(-x*d+m*b)/y,N=_-p,E=w-v,A=S-p,C=k-v;return N*N+E*E>A*A+C*C&&(_=S,w=k),[[_-l,w-c],[_*e/M,w*e/M]]}function Mi(n){function t(t){function a(){c.push("M",i(n(s),o))}for(var l,c=[],s=[],f=-1,h=t.length,g=En(e),p=En(r);++f1?n.join("L"):n+"Z"}function bi(n){return n.join("L")+"Z"}function _i(n){for(var t=0,e=n.length,r=n[0],u=[r[0],",",r[1]];++t1&&u.push("H",r[0]),u.join("")}function wi(n){for(var t=0,e=n.length,r=n[0],u=[r[0],",",r[1]];++t1){o=t[1],i=n[l],l++,r+="C"+(u[0]+a[0])+","+(u[1]+a[1])+","+(i[0]-o[0])+","+(i[1]-o[1])+","+i[0]+","+i[1];for(var c=2;c9&&(u=3*t/Math.sqrt(u),a[o]=u*e,a[o+1]=u*r));for(o=-1;++o<=l;)u=(n[Math.min(l,o+1)][0]-n[Math.max(0,o-1)][0])/(6*(1+a[o]*a[o])),i.push([u||0,a[o]*u||0]);return i}function Fi(n){return n.length<3?xi(n):n[0]+Ai(n,ji(n))}function Hi(n){for(var t,e,r,u=-1,i=n.length;++u=t?a(n-t):void(s.c=a)}function a(e){var u=p.active,i=p[u];i&&(i.timer.c=null,i.timer.t=NaN,--p.count,delete p[u],i.event&&i.event.interrupt.call(n,n.__data__,i.index));for(var a in p)if(r>+a){var c=p[a];c.timer.c=null,c.timer.t=NaN,--p.count,delete p[a]}s.c=o,qn(function(){return s.c&&o(e||1)&&(s.c=null,s.t=NaN),1},0,l),p.active=r,v.event&&v.event.start.call(n,n.__data__,t),g=[],v.tween.forEach(function(e,r){(r=r.call(n,n.__data__,t))&&g.push(r)}),h=v.ease,f=v.duration}function o(u){for(var i=u/f,a=h(i),o=g.length;o>0;)g[--o].call(n,a);return i>=1?(v.event&&v.event.end.call(n,n.__data__,t),--p.count?delete p[r]:delete n[e],1):void 0}var l,s,f,h,g,p=n[e]||(n[e]={active:0,count:0}),v=p[r];v||(l=u.time,s=qn(i,0,l),v=p[r]={tween:new c,time:l,timer:s,delay:u.delay,duration:u.duration,ease:u.ease,index:t},u=null,++p.count)}function na(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate("+(isFinite(r)?r:e(n))+",0)"})}function ta(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate(0,"+(isFinite(r)?r:e(n))+")"})}function ea(n){return n.toISOString()}function ra(n,t,e){function r(t){return n(t)}function u(n,e){var r=n[1]-n[0],u=r/e,i=oa.bisect(Kl,u);return i==Kl.length?[t.year,Ku(n.map(function(n){return n/31536e6}),e)[2]]:i?t[u/Kl[i-1]1?{floor:function(t){for(;e(t=n.floor(t));)t=ua(t-1);return t},ceil:function(t){for(;e(t=n.ceil(t));)t=ua(+t+1);return t}}:n))},r.ticks=function(n,t){var e=Yu(r.domain()),i=null==n?u(e,10):"number"==typeof n?u(e,n):!n.range&&[{range:n},t];return i&&(n=i[0],t=i[1]),n.range(e[0],ua(+e[1]+1),1>t?1:t)},r.tickFormat=function(){return e},r.copy=function(){return ra(n.copy(),t,e)},Ju(r,n)}function ua(n){return new Date(n)}function ia(n){return JSON.parse(n.responseText)}function aa(n){var t=sa.createRange();return t.selectNode(sa.body),t.createContextualFragment(n.responseText)}var oa={version:"3.5.16"},la=[].slice,ca=function(n){return la.call(n)},sa=this.document;if(sa)try{ca(sa.documentElement.childNodes)[0].nodeType}catch(fa){ca=function(n){for(var t=n.length,e=new Array(t);t--;)e[t]=n[t];return e}}if(Date.now||(Date.now=function(){return+new Date}),sa)try{sa.createElement("DIV").style.setProperty("opacity",0,"")}catch(ha){var ga=this.Element.prototype,pa=ga.setAttribute,va=ga.setAttributeNS,da=this.CSSStyleDeclaration.prototype,ma=da.setProperty;ga.setAttribute=function(n,t){pa.call(this,n,t+"")},ga.setAttributeNS=function(n,t,e){va.call(this,n,t,e+"")},da.setProperty=function(n,t,e){ma.call(this,n,t+"",e)}}oa.ascending=e,oa.descending=function(n,t){return n>t?-1:t>n?1:t>=n?0:NaN},oa.min=function(n,t){var e,r,u=-1,i=n.length;if(1===arguments.length){for(;++u=r){e=r;break}for(;++ur&&(e=r)}else{for(;++u=r){e=r;break}for(;++ur&&(e=r)}return e},oa.max=function(n,t){var e,r,u=-1,i=n.length;if(1===arguments.length){for(;++u=r){e=r;break}for(;++ue&&(e=r)}else{for(;++u=r){e=r;break}for(;++ue&&(e=r)}return e},oa.extent=function(n,t){var e,r,u,i=-1,a=n.length;if(1===arguments.length){for(;++i=r){e=u=r;break}for(;++ir&&(e=r),r>u&&(u=r))}else{for(;++i=r){e=u=r;break}for(;++ir&&(e=r),r>u&&(u=r))}return[e,u]},oa.sum=function(n,t){var e,r=0,i=n.length,a=-1;if(1===arguments.length)for(;++a1?l/(s-1):void 0},oa.deviation=function(){var n=oa.variance.apply(this,arguments);return n?Math.sqrt(n):n};var ya=i(e);oa.bisectLeft=ya.left,oa.bisect=oa.bisectRight=ya.right,oa.bisector=function(n){return i(1===n.length?function(t,r){return e(n(t),r)}:n)},oa.shuffle=function(n,t,e){(i=arguments.length)<3&&(e=n.length,2>i&&(t=0));for(var r,u,i=e-t;i;)u=Math.random()*i--|0,r=n[i+t],n[i+t]=n[u+t],n[u+t]=r;return n},oa.permute=function(n,t){for(var e=t.length,r=new Array(e);e--;)r[e]=n[t[e]];return r},oa.pairs=function(n){for(var t,e=0,r=n.length-1,u=n[0],i=new Array(0>r?0:r);r>e;)i[e]=[t=u,u=n[++e]];return i},oa.transpose=function(n){if(!(u=n.length))return[];for(var t=-1,e=oa.min(n,a),r=new Array(e);++t=0;)for(r=n[u],t=r.length;--t>=0;)e[--a]=r[t];return e};var Ma=Math.abs;oa.range=function(n,t,e){if(arguments.length<3&&(e=1,arguments.length<2&&(t=n,n=0)),(t-n)/e===1/0)throw new Error("infinite range");var r,u=[],i=o(Ma(e)),a=-1;if(n*=i,t*=i,e*=i,0>e)for(;(r=n+e*++a)>t;)u.push(r/i);else for(;(r=n+e*++a)=i.length)return r?r.call(u,a):e?a.sort(e):a;for(var l,s,f,h,g=-1,p=a.length,v=i[o++],d=new c;++g=i.length)return n;var r=[],u=a[e++];return n.forEach(function(n,u){r.push({key:n,values:t(u,e)})}),u?r.sort(function(n,t){return u(n.key,t.key)}):r}var e,r,u={},i=[],a=[];return u.map=function(t,e){return n(e,t,0)},u.entries=function(e){return t(n(oa.map,e,0),0)},u.key=function(n){return i.push(n),u},u.sortKeys=function(n){return a[i.length-1]=n,u},u.sortValues=function(n){return e=n,u},u.rollup=function(n){return r=n,u},u},oa.set=function(n){var t=new m;if(n)for(var e=0,r=n.length;r>e;++e)t.add(n[e]);return t},l(m,{has:h,add:function(n){return this._[s(n+="")]=!0,n},remove:g,values:p,size:v,empty:d,forEach:function(n){for(var t in this._)n.call(this,f(t))}}),oa.behavior={},oa.rebind=function(n,t){for(var e,r=1,u=arguments.length;++r=0&&(r=n.slice(e+1),n=n.slice(0,e)),n)return arguments.length<2?this[n].on(r):this[n].on(r,t);if(2===arguments.length){if(null==t)for(n in this)this.hasOwnProperty(n)&&this[n].on(r,null);return this}},oa.event=null,oa.requote=function(n){return n.replace(wa,"\\$&")};var wa=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,Sa={}.__proto__?function(n,t){n.__proto__=t}:function(n,t){for(var e in t)n[e]=t[e]},ka=function(n,t){return t.querySelector(n)},Na=function(n,t){return t.querySelectorAll(n)},Ea=function(n,t){var e=n.matches||n[x(n,"matchesSelector")];return(Ea=function(n,t){return e.call(n,t)})(n,t)};"function"==typeof Sizzle&&(ka=function(n,t){return Sizzle(n,t)[0]||null},Na=Sizzle,Ea=Sizzle.matchesSelector),oa.selection=function(){return oa.select(sa.documentElement)};var Aa=oa.selection.prototype=[];Aa.select=function(n){var t,e,r,u,i=[];n=A(n);for(var a=-1,o=this.length;++a=0&&"xmlns"!==(e=n.slice(0,t))&&(n=n.slice(t+1)),za.hasOwnProperty(e)?{space:za[e],local:n}:n}},Aa.attr=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node();return n=oa.ns.qualify(n),n.local?e.getAttributeNS(n.space,n.local):e.getAttribute(n)}for(t in n)this.each(z(t,n[t]));return this}return this.each(z(n,t))},Aa.classed=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node(),r=(n=T(n)).length,u=-1;if(t=e.classList){for(;++uu){if("string"!=typeof n){2>u&&(e="");for(r in n)this.each(P(r,n[r],e));return this}if(2>u){var i=this.node();return t(i).getComputedStyle(i,null).getPropertyValue(n)}r=""}return this.each(P(n,e,r))},Aa.property=function(n,t){if(arguments.length<2){if("string"==typeof n)return this.node()[n];for(t in n)this.each(U(t,n[t]));return this}return this.each(U(n,t))},Aa.text=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.textContent=null==t?"":t}:null==n?function(){this.textContent=""}:function(){this.textContent=n}):this.node().textContent},Aa.html=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.innerHTML=null==t?"":t}:null==n?function(){this.innerHTML=""}:function(){this.innerHTML=n}):this.node().innerHTML},Aa.append=function(n){return n=j(n),this.select(function(){return this.appendChild(n.apply(this,arguments))})},Aa.insert=function(n,t){return n=j(n),t=A(t),this.select(function(){return this.insertBefore(n.apply(this,arguments),t.apply(this,arguments)||null)})},Aa.remove=function(){return this.each(F)},Aa.data=function(n,t){function e(n,e){var r,u,i,a=n.length,f=e.length,h=Math.min(a,f),g=new Array(f),p=new Array(f),v=new Array(a);if(t){var d,m=new c,y=new Array(a);for(r=-1;++rr;++r)p[r]=H(e[r]);for(;a>r;++r)v[r]=n[r]}p.update=g,p.parentNode=g.parentNode=v.parentNode=n.parentNode,o.push(p),l.push(g),s.push(v)}var r,u,i=-1,a=this.length;if(!arguments.length){for(n=new Array(a=(r=this[0]).length);++ii;i++){u.push(t=[]),t.parentNode=(e=this[i]).parentNode;for(var o=0,l=e.length;l>o;o++)(r=e[o])&&n.call(r,r.__data__,o,i)&&t.push(r)}return E(u)},Aa.order=function(){for(var n=-1,t=this.length;++n=0;)(e=r[u])&&(i&&i!==e.nextSibling&&i.parentNode.insertBefore(e,i),i=e);return this},Aa.sort=function(n){n=I.apply(this,arguments);for(var t=-1,e=this.length;++tn;n++)for(var e=this[n],r=0,u=e.length;u>r;r++){var i=e[r];if(i)return i}return null},Aa.size=function(){var n=0;return Y(this,function(){++n}),n};var La=[];oa.selection.enter=Z,oa.selection.enter.prototype=La,La.append=Aa.append,La.empty=Aa.empty,La.node=Aa.node,La.call=Aa.call,La.size=Aa.size,La.select=function(n){for(var t,e,r,u,i,a=[],o=-1,l=this.length;++or){if("string"!=typeof n){2>r&&(t=!1);for(e in n)this.each(X(e,n[e],t));return this}if(2>r)return(r=this.node()["__on"+n])&&r._;e=!1}return this.each(X(n,t,e))};var qa=oa.map({mouseenter:"mouseover",mouseleave:"mouseout"});sa&&qa.forEach(function(n){"on"+n in sa&&qa.remove(n)});var Ta,Ra=0;oa.mouse=function(n){return J(n,k())};var Da=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;oa.touch=function(n,t,e){if(arguments.length<3&&(e=t,t=k().changedTouches),t)for(var r,u=0,i=t.length;i>u;++u)if((r=t[u]).identifier===e)return J(n,r)},oa.behavior.drag=function(){function n(){this.on("mousedown.drag",i).on("touchstart.drag",a)}function e(n,t,e,i,a){return function(){function o(){var n,e,r=t(h,v);r&&(n=r[0]-M[0],e=r[1]-M[1],p|=n|e,M=r,g({type:"drag",x:r[0]+c[0],y:r[1]+c[1],dx:n,dy:e}))}function l(){t(h,v)&&(m.on(i+d,null).on(a+d,null),y(p),g({type:"dragend"}))}var c,s=this,f=oa.event.target.correspondingElement||oa.event.target,h=s.parentNode,g=r.of(s,arguments),p=0,v=n(),d=".drag"+(null==v?"":"-"+v),m=oa.select(e(f)).on(i+d,o).on(a+d,l),y=W(f),M=t(h,v);u?(c=u.apply(s,arguments),c=[c.x-M[0],c.y-M[1]]):c=[0,0],g({type:"dragstart"})}}var r=N(n,"drag","dragstart","dragend"),u=null,i=e(b,oa.mouse,t,"mousemove","mouseup"),a=e(G,oa.touch,y,"touchmove","touchend");return n.origin=function(t){return arguments.length?(u=t,n):u},oa.rebind(n,r,"on")},oa.touches=function(n,t){return arguments.length<2&&(t=k().touches),t?ca(t).map(function(t){var e=J(n,t);return e.identifier=t.identifier,e}):[]};var Pa=1e-6,Ua=Pa*Pa,ja=Math.PI,Fa=2*ja,Ha=Fa-Pa,Oa=ja/2,Ia=ja/180,Ya=180/ja,Za=Math.SQRT2,Va=2,Xa=4;oa.interpolateZoom=function(n,t){var e,r,u=n[0],i=n[1],a=n[2],o=t[0],l=t[1],c=t[2],s=o-u,f=l-i,h=s*s+f*f;if(Ua>h)r=Math.log(c/a)/Za,e=function(n){return[u+n*s,i+n*f,a*Math.exp(Za*n*r)]};else{var g=Math.sqrt(h),p=(c*c-a*a+Xa*h)/(2*a*Va*g),v=(c*c-a*a-Xa*h)/(2*c*Va*g),d=Math.log(Math.sqrt(p*p+1)-p),m=Math.log(Math.sqrt(v*v+1)-v);r=(m-d)/Za,e=function(n){var t=n*r,e=rn(d),o=a/(Va*g)*(e*un(Za*t+d)-en(d));return[u+o*s,i+o*f,a*e/rn(Za*t+d)]}}return e.duration=1e3*r,e},oa.behavior.zoom=function(){function n(n){n.on(L,f).on(Ba+".zoom",g).on("dblclick.zoom",p).on(R,h)}function e(n){return[(n[0]-k.x)/k.k,(n[1]-k.y)/k.k]}function r(n){return[n[0]*k.k+k.x,n[1]*k.k+k.y]}function u(n){k.k=Math.max(A[0],Math.min(A[1],n))}function i(n,t){t=r(t),k.x+=n[0]-t[0],k.y+=n[1]-t[1]}function a(t,e,r,a){t.__chart__={x:k.x,y:k.y,k:k.k},u(Math.pow(2,a)),i(d=e,r),t=oa.select(t),C>0&&(t=t.transition().duration(C)),t.call(n.event)}function o(){b&&b.domain(x.range().map(function(n){return(n-k.x)/k.k}).map(x.invert)),w&&w.domain(_.range().map(function(n){return(n-k.y)/k.k}).map(_.invert))}function l(n){z++||n({type:"zoomstart"})}function c(n){o(),n({type:"zoom",scale:k.k,translate:[k.x,k.y]})}function s(n){--z||(n({type:"zoomend"}),d=null)}function f(){function n(){o=1,i(oa.mouse(u),h),c(a)}function r(){f.on(q,null).on(T,null),g(o),s(a)}var u=this,a=D.of(u,arguments),o=0,f=oa.select(t(u)).on(q,n).on(T,r),h=e(oa.mouse(u)),g=W(u);Il.call(u),l(a)}function h(){function n(){var n=oa.touches(p);return g=k.k,n.forEach(function(n){n.identifier in d&&(d[n.identifier]=e(n))}),n}function t(){var t=oa.event.target;oa.select(t).on(x,r).on(b,o),_.push(t);for(var e=oa.event.changedTouches,u=0,i=e.length;i>u;++u)d[e[u].identifier]=null;var l=n(),c=Date.now();if(1===l.length){if(500>c-M){var s=l[0];a(p,s,d[s.identifier],Math.floor(Math.log(k.k)/Math.LN2)+1),S()}M=c}else if(l.length>1){var s=l[0],f=l[1],h=s[0]-f[0],g=s[1]-f[1];m=h*h+g*g}}function r(){var n,t,e,r,a=oa.touches(p);Il.call(p);for(var o=0,l=a.length;l>o;++o,r=null)if(e=a[o],r=d[e.identifier]){if(t)break;n=e,t=r}if(r){var s=(s=e[0]-n[0])*s+(s=e[1]-n[1])*s,f=m&&Math.sqrt(s/m);n=[(n[0]+e[0])/2,(n[1]+e[1])/2],t=[(t[0]+r[0])/2,(t[1]+r[1])/2],u(f*g)}M=null,i(n,t),c(v)}function o(){if(oa.event.touches.length){for(var t=oa.event.changedTouches,e=0,r=t.length;r>e;++e)delete d[t[e].identifier];for(var u in d)return void n()}oa.selectAll(_).on(y,null),w.on(L,f).on(R,h),N(),s(v)}var g,p=this,v=D.of(p,arguments),d={},m=0,y=".zoom-"+oa.event.changedTouches[0].identifier,x="touchmove"+y,b="touchend"+y,_=[],w=oa.select(p),N=W(p);t(),l(v),w.on(L,null).on(R,t)}function g(){var n=D.of(this,arguments);y?clearTimeout(y):(Il.call(this),v=e(d=m||oa.mouse(this)),l(n)),y=setTimeout(function(){y=null,s(n)},50),S(),u(Math.pow(2,.002*$a())*k.k),i(d,v),c(n)}function p(){var n=oa.mouse(this),t=Math.log(k.k)/Math.LN2;a(this,n,e(n),oa.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}var v,d,m,y,M,x,b,_,w,k={x:0,y:0,k:1},E=[960,500],A=Wa,C=250,z=0,L="mousedown.zoom",q="mousemove.zoom",T="mouseup.zoom",R="touchstart.zoom",D=N(n,"zoomstart","zoom","zoomend");return Ba||(Ba="onwheel"in sa?($a=function(){return-oa.event.deltaY*(oa.event.deltaMode?120:1)},"wheel"):"onmousewheel"in sa?($a=function(){return oa.event.wheelDelta},"mousewheel"):($a=function(){return-oa.event.detail},"MozMousePixelScroll")),n.event=function(n){n.each(function(){var n=D.of(this,arguments),t=k;Hl?oa.select(this).transition().each("start.zoom",function(){k=this.__chart__||{x:0,y:0,k:1},l(n)}).tween("zoom:zoom",function(){var e=E[0],r=E[1],u=d?d[0]:e/2,i=d?d[1]:r/2,a=oa.interpolateZoom([(u-k.x)/k.k,(i-k.y)/k.k,e/k.k],[(u-t.x)/t.k,(i-t.y)/t.k,e/t.k]);return function(t){var r=a(t),o=e/r[2];this.__chart__=k={x:u-r[0]*o,y:i-r[1]*o,k:o},c(n)}}).each("interrupt.zoom",function(){s(n)}).each("end.zoom",function(){s(n)}):(this.__chart__=k,l(n),c(n),s(n))})},n.translate=function(t){return arguments.length?(k={x:+t[0],y:+t[1],k:k.k},o(),n):[k.x,k.y]},n.scale=function(t){return arguments.length?(k={x:k.x,y:k.y,k:null},u(+t),o(),n):k.k},n.scaleExtent=function(t){return arguments.length?(A=null==t?Wa:[+t[0],+t[1]],n):A},n.center=function(t){return arguments.length?(m=t&&[+t[0],+t[1]],n):m},n.size=function(t){return arguments.length?(E=t&&[+t[0],+t[1]],n):E},n.duration=function(t){return arguments.length?(C=+t,n):C},n.x=function(t){return arguments.length?(b=t,x=t.copy(),k={x:0,y:0,k:1},n):b},n.y=function(t){return arguments.length?(w=t,_=t.copy(),k={x:0,y:0,k:1},n):w},oa.rebind(n,D,"on")};var $a,Ba,Wa=[0,1/0];oa.color=on,on.prototype.toString=function(){return this.rgb()+""},oa.hsl=ln;var Ja=ln.prototype=new on;Ja.brighter=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,this.l/n)},Ja.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,n*this.l)},Ja.rgb=function(){return cn(this.h,this.s,this.l)},oa.hcl=sn;var Ga=sn.prototype=new on;Ga.brighter=function(n){return new sn(this.h,this.c,Math.min(100,this.l+Ka*(arguments.length?n:1)))},Ga.darker=function(n){return new sn(this.h,this.c,Math.max(0,this.l-Ka*(arguments.length?n:1)))},Ga.rgb=function(){return fn(this.h,this.c,this.l).rgb()},oa.lab=hn;var Ka=18,Qa=.95047,no=1,to=1.08883,eo=hn.prototype=new on;eo.brighter=function(n){return new hn(Math.min(100,this.l+Ka*(arguments.length?n:1)),this.a,this.b)},eo.darker=function(n){return new hn(Math.max(0,this.l-Ka*(arguments.length?n:1)),this.a,this.b)},eo.rgb=function(){return gn(this.l,this.a,this.b)},oa.rgb=yn;var ro=yn.prototype=new on;ro.brighter=function(n){n=Math.pow(.7,arguments.length?n:1);var t=this.r,e=this.g,r=this.b,u=30;return t||e||r?(t&&u>t&&(t=u),e&&u>e&&(e=u),r&&u>r&&(r=u),new yn(Math.min(255,t/n),Math.min(255,e/n),Math.min(255,r/n))):new yn(u,u,u)},ro.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new yn(n*this.r,n*this.g,n*this.b)},ro.hsl=function(){return wn(this.r,this.g,this.b)},ro.toString=function(){return"#"+bn(this.r)+bn(this.g)+bn(this.b)};var uo=oa.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});uo.forEach(function(n,t){uo.set(n,Mn(t))}),oa.functor=En,oa.xhr=An(y),oa.dsv=function(n,t){function e(n,e,i){arguments.length<3&&(i=e,e=null);var a=Cn(n,t,null==e?r:u(e),i);return a.row=function(n){return arguments.length?a.response(null==(e=n)?r:u(n)):e},a}function r(n){return e.parse(n.responseText)}function u(n){return function(t){return e.parse(t.responseText,n)}}function i(t){return t.map(a).join(n)}function a(n){return o.test(n)?'"'+n.replace(/\"/g,'""')+'"':n}var o=new RegExp('["'+n+"\n]"),l=n.charCodeAt(0);return e.parse=function(n,t){var r;return e.parseRows(n,function(n,e){if(r)return r(n,e-1);var u=new Function("d","return {"+n.map(function(n,t){return JSON.stringify(n)+": d["+t+"]"}).join(",")+"}");r=t?function(n,e){return t(u(n),e)}:u})},e.parseRows=function(n,t){function e(){if(s>=c)return a;if(u)return u=!1,i;var t=s;if(34===n.charCodeAt(t)){for(var e=t;e++s;){var r=n.charCodeAt(s++),o=1;if(10===r)u=!0;else if(13===r)u=!0,10===n.charCodeAt(s)&&(++s,++o);else if(r!==l)continue;return n.slice(t,s-o)}return n.slice(t)}for(var r,u,i={},a={},o=[],c=n.length,s=0,f=0;(r=e())!==a;){for(var h=[];r!==i&&r!==a;)h.push(r),r=e();t&&null==(h=t(h,f++))||o.push(h)}return o},e.format=function(t){if(Array.isArray(t[0]))return e.formatRows(t);var r=new m,u=[];return t.forEach(function(n){for(var t in n)r.has(t)||u.push(r.add(t))}),[u.map(a).join(n)].concat(t.map(function(t){return u.map(function(n){return a(t[n])}).join(n)})).join("\n")},e.formatRows=function(n){return n.map(i).join("\n")},e},oa.csv=oa.dsv(",","text/csv"),oa.tsv=oa.dsv(" ","text/tab-separated-values");var io,ao,oo,lo,co=this[x(this,"requestAnimationFrame")]||function(n){setTimeout(n,17)};oa.timer=function(){qn.apply(this,arguments)},oa.timer.flush=function(){Rn(),Dn()},oa.round=function(n,t){return t?Math.round(n*(t=Math.pow(10,t)))/t:Math.round(n)};var so=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"].map(Un);oa.formatPrefix=function(n,t){var e=0;return(n=+n)&&(0>n&&(n*=-1),t&&(n=oa.round(n,Pn(n,t))),e=1+Math.floor(1e-12+Math.log(n)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((e-1)/3)))),so[8+e/3]};var fo=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,ho=oa.map({b:function(n){return n.toString(2)},c:function(n){return String.fromCharCode(n)},o:function(n){return n.toString(8)},x:function(n){return n.toString(16)},X:function(n){return n.toString(16).toUpperCase()},g:function(n,t){return n.toPrecision(t)},e:function(n,t){return n.toExponential(t)},f:function(n,t){return n.toFixed(t)},r:function(n,t){return(n=oa.round(n,Pn(n,t))).toFixed(Math.max(0,Math.min(20,Pn(n*(1+1e-15),t))))}}),go=oa.time={},po=Date;Hn.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){vo.setUTCDate.apply(this._,arguments)},setDay:function(){vo.setUTCDay.apply(this._,arguments)},setFullYear:function(){vo.setUTCFullYear.apply(this._,arguments)},setHours:function(){vo.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){vo.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){vo.setUTCMinutes.apply(this._,arguments)},setMonth:function(){vo.setUTCMonth.apply(this._,arguments)},setSeconds:function(){vo.setUTCSeconds.apply(this._,arguments)},setTime:function(){vo.setTime.apply(this._,arguments)}};var vo=Date.prototype;go.year=On(function(n){return n=go.day(n),n.setMonth(0,1),n},function(n,t){n.setFullYear(n.getFullYear()+t)},function(n){return n.getFullYear()}),go.years=go.year.range,go.years.utc=go.year.utc.range,go.day=On(function(n){var t=new po(2e3,0);return t.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),t},function(n,t){n.setDate(n.getDate()+t)},function(n){return n.getDate()-1}),go.days=go.day.range,go.days.utc=go.day.utc.range,go.dayOfYear=function(n){var t=go.year(n);return Math.floor((n-t-6e4*(n.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(n,t){t=7-t;var e=go[n]=On(function(n){return(n=go.day(n)).setDate(n.getDate()-(n.getDay()+t)%7),n},function(n,t){n.setDate(n.getDate()+7*Math.floor(t))},function(n){var e=go.year(n).getDay();return Math.floor((go.dayOfYear(n)+(e+t)%7)/7)-(e!==t)});go[n+"s"]=e.range,go[n+"s"].utc=e.utc.range,go[n+"OfYear"]=function(n){var e=go.year(n).getDay();return Math.floor((go.dayOfYear(n)+(e+t)%7)/7)}}),go.week=go.sunday,go.weeks=go.sunday.range,go.weeks.utc=go.sunday.utc.range,go.weekOfYear=go.sundayOfYear;var mo={"-":"",_:" ",0:"0"},yo=/^\s*\d+/,Mo=/^%/;oa.locale=function(n){return{numberFormat:jn(n),timeFormat:Yn(n)}};var xo=oa.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"], +shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});oa.format=xo.numberFormat,oa.geo={},st.prototype={s:0,t:0,add:function(n){ft(n,this.t,bo),ft(bo.s,this.s,this),this.s?this.t+=bo.t:this.s=bo.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var bo=new st;oa.geo.stream=function(n,t){n&&_o.hasOwnProperty(n.type)?_o[n.type](n,t):ht(n,t)};var _o={Feature:function(n,t){ht(n.geometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,u=e.length;++rn?4*ja+n:n,No.lineStart=No.lineEnd=No.point=b}};oa.geo.bounds=function(){function n(n,t){M.push(x=[s=n,h=n]),f>t&&(f=t),t>g&&(g=t)}function t(t,e){var r=dt([t*Ia,e*Ia]);if(m){var u=yt(m,r),i=[u[1],-u[0],0],a=yt(i,u);bt(a),a=_t(a);var l=t-p,c=l>0?1:-1,v=a[0]*Ya*c,d=Ma(l)>180;if(d^(v>c*p&&c*t>v)){var y=a[1]*Ya;y>g&&(g=y)}else if(v=(v+360)%360-180,d^(v>c*p&&c*t>v)){var y=-a[1]*Ya;f>y&&(f=y)}else f>e&&(f=e),e>g&&(g=e);d?p>t?o(s,t)>o(s,h)&&(h=t):o(t,h)>o(s,h)&&(s=t):h>=s?(s>t&&(s=t),t>h&&(h=t)):t>p?o(s,t)>o(s,h)&&(h=t):o(t,h)>o(s,h)&&(s=t)}else n(t,e);m=r,p=t}function e(){b.point=t}function r(){x[0]=s,x[1]=h,b.point=n,m=null}function u(n,e){if(m){var r=n-p;y+=Ma(r)>180?r+(r>0?360:-360):r}else v=n,d=e;No.point(n,e),t(n,e)}function i(){No.lineStart()}function a(){u(v,d),No.lineEnd(),Ma(y)>Pa&&(s=-(h=180)),x[0]=s,x[1]=h,m=null}function o(n,t){return(t-=n)<0?t+360:t}function l(n,t){return n[0]-t[0]}function c(n,t){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:nko?(s=-(h=180),f=-(g=90)):y>Pa?g=90:-Pa>y&&(f=-90),x[0]=s,x[1]=h}};return function(n){g=h=-(s=f=1/0),M=[],oa.geo.stream(n,b);var t=M.length;if(t){M.sort(l);for(var e,r=1,u=M[0],i=[u];t>r;++r)e=M[r],c(e[0],u)||c(e[1],u)?(o(u[0],e[1])>o(u[0],u[1])&&(u[1]=e[1]),o(e[0],u[1])>o(u[0],u[1])&&(u[0]=e[0])):i.push(u=e);for(var a,e,p=-(1/0),t=i.length-1,r=0,u=i[t];t>=r;u=e,++r)e=i[r],(a=o(u[1],e[0]))>p&&(p=a,s=e[0],h=u[1])}return M=x=null,s===1/0||f===1/0?[[NaN,NaN],[NaN,NaN]]:[[s,f],[h,g]]}}(),oa.geo.centroid=function(n){Eo=Ao=Co=zo=Lo=qo=To=Ro=Do=Po=Uo=0,oa.geo.stream(n,jo);var t=Do,e=Po,r=Uo,u=t*t+e*e+r*r;return Ua>u&&(t=qo,e=To,r=Ro,Pa>Ao&&(t=Co,e=zo,r=Lo),u=t*t+e*e+r*r,Ua>u)?[NaN,NaN]:[Math.atan2(e,t)*Ya,tn(r/Math.sqrt(u))*Ya]};var Eo,Ao,Co,zo,Lo,qo,To,Ro,Do,Po,Uo,jo={sphere:b,point:St,lineStart:Nt,lineEnd:Et,polygonStart:function(){jo.lineStart=At},polygonEnd:function(){jo.lineStart=Nt}},Fo=Rt(zt,jt,Ht,[-ja,-ja/2]),Ho=1e9;oa.geo.clipExtent=function(){var n,t,e,r,u,i,a={stream:function(n){return u&&(u.valid=!1),u=i(n),u.valid=!0,u},extent:function(o){return arguments.length?(i=Zt(n=+o[0][0],t=+o[0][1],e=+o[1][0],r=+o[1][1]),u&&(u.valid=!1,u=null),a):[[n,t],[e,r]]}};return a.extent([[0,0],[960,500]])},(oa.geo.conicEqualArea=function(){return Vt(Xt)}).raw=Xt,oa.geo.albers=function(){return oa.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},oa.geo.albersUsa=function(){function n(n){var i=n[0],a=n[1];return t=null,e(i,a),t||(r(i,a),t)||u(i,a),t}var t,e,r,u,i=oa.geo.albers(),a=oa.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o=oa.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),l={point:function(n,e){t=[n,e]}};return n.invert=function(n){var t=i.scale(),e=i.translate(),r=(n[0]-e[0])/t,u=(n[1]-e[1])/t;return(u>=.12&&.234>u&&r>=-.425&&-.214>r?a:u>=.166&&.234>u&&r>=-.214&&-.115>r?o:i).invert(n)},n.stream=function(n){var t=i.stream(n),e=a.stream(n),r=o.stream(n);return{point:function(n,u){t.point(n,u),e.point(n,u),r.point(n,u)},sphere:function(){t.sphere(),e.sphere(),r.sphere()},lineStart:function(){t.lineStart(),e.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),e.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),e.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),e.polygonEnd(),r.polygonEnd()}}},n.precision=function(t){return arguments.length?(i.precision(t),a.precision(t),o.precision(t),n):i.precision()},n.scale=function(t){return arguments.length?(i.scale(t),a.scale(.35*t),o.scale(t),n.translate(i.translate())):i.scale()},n.translate=function(t){if(!arguments.length)return i.translate();var c=i.scale(),s=+t[0],f=+t[1];return e=i.translate(t).clipExtent([[s-.455*c,f-.238*c],[s+.455*c,f+.238*c]]).stream(l).point,r=a.translate([s-.307*c,f+.201*c]).clipExtent([[s-.425*c+Pa,f+.12*c+Pa],[s-.214*c-Pa,f+.234*c-Pa]]).stream(l).point,u=o.translate([s-.205*c,f+.212*c]).clipExtent([[s-.214*c+Pa,f+.166*c+Pa],[s-.115*c-Pa,f+.234*c-Pa]]).stream(l).point,n},n.scale(1070)};var Oo,Io,Yo,Zo,Vo,Xo,$o={point:b,lineStart:b,lineEnd:b,polygonStart:function(){Io=0,$o.lineStart=$t},polygonEnd:function(){$o.lineStart=$o.lineEnd=$o.point=b,Oo+=Ma(Io/2)}},Bo={point:Bt,lineStart:b,lineEnd:b,polygonStart:b,polygonEnd:b},Wo={point:Gt,lineStart:Kt,lineEnd:Qt,polygonStart:function(){Wo.lineStart=ne},polygonEnd:function(){Wo.point=Gt,Wo.lineStart=Kt,Wo.lineEnd=Qt}};oa.geo.path=function(){function n(n){return n&&("function"==typeof o&&i.pointRadius(+o.apply(this,arguments)),a&&a.valid||(a=u(i)),oa.geo.stream(n,a)),i.result()}function t(){return a=null,n}var e,r,u,i,a,o=4.5;return n.area=function(n){return Oo=0,oa.geo.stream(n,u($o)),Oo},n.centroid=function(n){return Co=zo=Lo=qo=To=Ro=Do=Po=Uo=0,oa.geo.stream(n,u(Wo)),Uo?[Do/Uo,Po/Uo]:Ro?[qo/Ro,To/Ro]:Lo?[Co/Lo,zo/Lo]:[NaN,NaN]},n.bounds=function(n){return Vo=Xo=-(Yo=Zo=1/0),oa.geo.stream(n,u(Bo)),[[Yo,Zo],[Vo,Xo]]},n.projection=function(n){return arguments.length?(u=(e=n)?n.stream||re(n):y,t()):e},n.context=function(n){return arguments.length?(i=null==(r=n)?new Wt:new te(n),"function"!=typeof o&&i.pointRadius(o),t()):r},n.pointRadius=function(t){return arguments.length?(o="function"==typeof t?t:(i.pointRadius(+t),+t),n):o},n.projection(oa.geo.albersUsa()).context(null)},oa.geo.transform=function(n){return{stream:function(t){var e=new ue(t);for(var r in n)e[r]=n[r];return e}}},ue.prototype={point:function(n,t){this.stream.point(n,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},oa.geo.projection=ae,oa.geo.projectionMutator=oe,(oa.geo.equirectangular=function(){return ae(ce)}).raw=ce.invert=ce,oa.geo.rotation=function(n){function t(t){return t=n(t[0]*Ia,t[1]*Ia),t[0]*=Ya,t[1]*=Ya,t}return n=fe(n[0]%360*Ia,n[1]*Ia,n.length>2?n[2]*Ia:0),t.invert=function(t){return t=n.invert(t[0]*Ia,t[1]*Ia),t[0]*=Ya,t[1]*=Ya,t},t},se.invert=ce,oa.geo.circle=function(){function n(){var n="function"==typeof r?r.apply(this,arguments):r,t=fe(-n[0]*Ia,-n[1]*Ia,0).invert,u=[];return e(null,null,1,{point:function(n,e){u.push(n=t(n,e)),n[0]*=Ya,n[1]*=Ya}}),{type:"Polygon",coordinates:[u]}}var t,e,r=[0,0],u=6;return n.origin=function(t){return arguments.length?(r=t,n):r},n.angle=function(r){return arguments.length?(e=ve((t=+r)*Ia,u*Ia),n):t},n.precision=function(r){return arguments.length?(e=ve(t*Ia,(u=+r)*Ia),n):u},n.angle(90)},oa.geo.distance=function(n,t){var e,r=(t[0]-n[0])*Ia,u=n[1]*Ia,i=t[1]*Ia,a=Math.sin(r),o=Math.cos(r),l=Math.sin(u),c=Math.cos(u),s=Math.sin(i),f=Math.cos(i);return Math.atan2(Math.sqrt((e=f*a)*e+(e=c*s-l*f*o)*e),l*s+c*f*o)},oa.geo.graticule=function(){function n(){return{type:"MultiLineString",coordinates:t()}}function t(){return oa.range(Math.ceil(i/d)*d,u,d).map(h).concat(oa.range(Math.ceil(c/m)*m,l,m).map(g)).concat(oa.range(Math.ceil(r/p)*p,e,p).filter(function(n){return Ma(n%d)>Pa}).map(s)).concat(oa.range(Math.ceil(o/v)*v,a,v).filter(function(n){return Ma(n%m)>Pa}).map(f))}var e,r,u,i,a,o,l,c,s,f,h,g,p=10,v=p,d=90,m=360,y=2.5;return n.lines=function(){return t().map(function(n){return{type:"LineString",coordinates:n}})},n.outline=function(){return{type:"Polygon",coordinates:[h(i).concat(g(l).slice(1),h(u).reverse().slice(1),g(c).reverse().slice(1))]}},n.extent=function(t){return arguments.length?n.majorExtent(t).minorExtent(t):n.minorExtent()},n.majorExtent=function(t){return arguments.length?(i=+t[0][0],u=+t[1][0],c=+t[0][1],l=+t[1][1],i>u&&(t=i,i=u,u=t),c>l&&(t=c,c=l,l=t),n.precision(y)):[[i,c],[u,l]]},n.minorExtent=function(t){return arguments.length?(r=+t[0][0],e=+t[1][0],o=+t[0][1],a=+t[1][1],r>e&&(t=r,r=e,e=t),o>a&&(t=o,o=a,a=t),n.precision(y)):[[r,o],[e,a]]},n.step=function(t){return arguments.length?n.majorStep(t).minorStep(t):n.minorStep()},n.majorStep=function(t){return arguments.length?(d=+t[0],m=+t[1],n):[d,m]},n.minorStep=function(t){return arguments.length?(p=+t[0],v=+t[1],n):[p,v]},n.precision=function(t){return arguments.length?(y=+t,s=me(o,a,90),f=ye(r,e,y),h=me(c,l,90),g=ye(i,u,y),n):y},n.majorExtent([[-180,-90+Pa],[180,90-Pa]]).minorExtent([[-180,-80-Pa],[180,80+Pa]])},oa.geo.greatArc=function(){function n(){return{type:"LineString",coordinates:[t||r.apply(this,arguments),e||u.apply(this,arguments)]}}var t,e,r=Me,u=xe;return n.distance=function(){return oa.geo.distance(t||r.apply(this,arguments),e||u.apply(this,arguments))},n.source=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,n):r},n.target=function(t){return arguments.length?(u=t,e="function"==typeof t?null:t,n):u},n.precision=function(){return arguments.length?n:0},n},oa.geo.interpolate=function(n,t){return be(n[0]*Ia,n[1]*Ia,t[0]*Ia,t[1]*Ia)},oa.geo.length=function(n){return Jo=0,oa.geo.stream(n,Go),Jo};var Jo,Go={sphere:b,point:b,lineStart:_e,lineEnd:b,polygonStart:b,polygonEnd:b},Ko=we(function(n){return Math.sqrt(2/(1+n))},function(n){return 2*Math.asin(n/2)});(oa.geo.azimuthalEqualArea=function(){return ae(Ko)}).raw=Ko;var Qo=we(function(n){var t=Math.acos(n);return t&&t/Math.sin(t)},y);(oa.geo.azimuthalEquidistant=function(){return ae(Qo)}).raw=Qo,(oa.geo.conicConformal=function(){return Vt(Se)}).raw=Se,(oa.geo.conicEquidistant=function(){return Vt(ke)}).raw=ke;var nl=we(function(n){return 1/n},Math.atan);(oa.geo.gnomonic=function(){return ae(nl)}).raw=nl,Ne.invert=function(n,t){return[n,2*Math.atan(Math.exp(t))-Oa]},(oa.geo.mercator=function(){return Ee(Ne)}).raw=Ne;var tl=we(function(){return 1},Math.asin);(oa.geo.orthographic=function(){return ae(tl)}).raw=tl;var el=we(function(n){return 1/(1+n)},function(n){return 2*Math.atan(n)});(oa.geo.stereographic=function(){return ae(el)}).raw=el,Ae.invert=function(n,t){return[-t,2*Math.atan(Math.exp(n))-Oa]},(oa.geo.transverseMercator=function(){var n=Ee(Ae),t=n.center,e=n.rotate;return n.center=function(n){return n?t([-n[1],n[0]]):(n=t(),[n[1],-n[0]])},n.rotate=function(n){return n?e([n[0],n[1],n.length>2?n[2]+90:90]):(n=e(),[n[0],n[1],n[2]-90])},e([0,0,90])}).raw=Ae,oa.geom={},oa.geom.hull=function(n){function t(n){if(n.length<3)return[];var t,u=En(e),i=En(r),a=n.length,o=[],l=[];for(t=0;a>t;t++)o.push([+u.call(this,n[t],t),+i.call(this,n[t],t),t]);for(o.sort(qe),t=0;a>t;t++)l.push([o[t][0],-o[t][1]]);var c=Le(o),s=Le(l),f=s[0]===c[0],h=s[s.length-1]===c[c.length-1],g=[];for(t=c.length-1;t>=0;--t)g.push(n[o[c[t]][2]]);for(t=+f;t=r&&c.x<=i&&c.y>=u&&c.y<=a?[[r,a],[i,a],[i,u],[r,u]]:[];s.point=n[o]}),t}function e(n){return n.map(function(n,t){return{x:Math.round(i(n,t)/Pa)*Pa,y:Math.round(a(n,t)/Pa)*Pa,i:t}})}var r=Ce,u=ze,i=r,a=u,o=fl;return n?t(n):(t.links=function(n){return or(e(n)).edges.filter(function(n){return n.l&&n.r}).map(function(t){return{source:n[t.l.i],target:n[t.r.i]}})},t.triangles=function(n){var t=[];return or(e(n)).cells.forEach(function(e,r){for(var u,i,a=e.site,o=e.edges.sort(Ve),l=-1,c=o.length,s=o[c-1].edge,f=s.l===a?s.r:s.l;++l=c,h=r>=s,g=h<<1|f;n.leaf=!1,n=n.nodes[g]||(n.nodes[g]=hr()),f?u=c:o=c,h?a=s:l=s,i(n,t,e,r,u,a,o,l)}var s,f,h,g,p,v,d,m,y,M=En(o),x=En(l);if(null!=t)v=t,d=e,m=r,y=u;else if(m=y=-(v=d=1/0),f=[],h=[],p=n.length,a)for(g=0;p>g;++g)s=n[g],s.xm&&(m=s.x),s.y>y&&(y=s.y),f.push(s.x),h.push(s.y);else for(g=0;p>g;++g){var b=+M(s=n[g],g),_=+x(s,g);v>b&&(v=b),d>_&&(d=_),b>m&&(m=b),_>y&&(y=_),f.push(b),h.push(_)}var w=m-v,S=y-d;w>S?y=d+w:m=v+S;var k=hr();if(k.add=function(n){i(k,n,+M(n,++g),+x(n,g),v,d,m,y)},k.visit=function(n){gr(n,k,v,d,m,y)},k.find=function(n){return pr(k,n[0],n[1],v,d,m,y)},g=-1,null==t){for(;++g=0?n.slice(0,t):n,r=t>=0?n.slice(t+1):"in";return e=vl.get(e)||pl,r=dl.get(r)||y,br(r(e.apply(null,la.call(arguments,1))))},oa.interpolateHcl=Rr,oa.interpolateHsl=Dr,oa.interpolateLab=Pr,oa.interpolateRound=Ur,oa.transform=function(n){var t=sa.createElementNS(oa.ns.prefix.svg,"g");return(oa.transform=function(n){if(null!=n){t.setAttribute("transform",n);var e=t.transform.baseVal.consolidate()}return new jr(e?e.matrix:ml)})(n)},jr.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var ml={a:1,b:0,c:0,d:1,e:0,f:0};oa.interpolateTransform=$r,oa.layout={},oa.layout.bundle=function(){return function(n){for(var t=[],e=-1,r=n.length;++eo*o/m){if(v>l){var c=t.charge/l;n.px-=i*c,n.py-=a*c}return!0}if(t.point&&l&&v>l){var c=t.pointCharge/l;n.px-=i*c,n.py-=a*c}}return!t.charge}}function t(n){n.px=oa.event.x,n.py=oa.event.y,l.resume()}var e,r,u,i,a,o,l={},c=oa.dispatch("start","tick","end"),s=[1,1],f=.9,h=yl,g=Ml,p=-30,v=xl,d=.1,m=.64,M=[],x=[];return l.tick=function(){if((u*=.99)<.005)return e=null,c.end({type:"end",alpha:u=0}),!0;var t,r,l,h,g,v,m,y,b,_=M.length,w=x.length;for(r=0;w>r;++r)l=x[r],h=l.source,g=l.target,y=g.x-h.x,b=g.y-h.y,(v=y*y+b*b)&&(v=u*a[r]*((v=Math.sqrt(v))-i[r])/v,y*=v,b*=v,g.x-=y*(m=h.weight+g.weight?h.weight/(h.weight+g.weight):.5),g.y-=b*m,h.x+=y*(m=1-m),h.y+=b*m);if((m=u*d)&&(y=s[0]/2,b=s[1]/2,r=-1,m))for(;++r<_;)l=M[r],l.x+=(y-l.x)*m,l.y+=(b-l.y)*m;if(p)for(ru(t=oa.geom.quadtree(M),u,o),r=-1;++r<_;)(l=M[r]).fixed||t.visit(n(l));for(r=-1;++r<_;)l=M[r],l.fixed?(l.x=l.px,l.y=l.py):(l.x-=(l.px-(l.px=l.x))*f,l.y-=(l.py-(l.py=l.y))*f);c.tick({type:"tick",alpha:u})},l.nodes=function(n){return arguments.length?(M=n,l):M},l.links=function(n){return arguments.length?(x=n,l):x},l.size=function(n){return arguments.length?(s=n,l):s},l.linkDistance=function(n){return arguments.length?(h="function"==typeof n?n:+n,l):h},l.distance=l.linkDistance,l.linkStrength=function(n){return arguments.length?(g="function"==typeof n?n:+n,l):g},l.friction=function(n){return arguments.length?(f=+n,l):f},l.charge=function(n){return arguments.length?(p="function"==typeof n?n:+n,l):p},l.chargeDistance=function(n){return arguments.length?(v=n*n,l):Math.sqrt(v)},l.gravity=function(n){return arguments.length?(d=+n,l):d},l.theta=function(n){return arguments.length?(m=n*n,l):Math.sqrt(m)},l.alpha=function(n){return arguments.length?(n=+n,u?n>0?u=n:(e.c=null,e.t=NaN,e=null,c.end({type:"end",alpha:u=0})):n>0&&(c.start({type:"start",alpha:u=n}),e=qn(l.tick)),l):u},l.start=function(){function n(n,r){if(!e){for(e=new Array(u),l=0;u>l;++l)e[l]=[];for(l=0;c>l;++l){var i=x[l];e[i.source.index].push(i.target),e[i.target.index].push(i.source)}}for(var a,o=e[t],l=-1,s=o.length;++lt;++t)(r=M[t]).index=t,r.weight=0;for(t=0;c>t;++t)r=x[t],"number"==typeof r.source&&(r.source=M[r.source]),"number"==typeof r.target&&(r.target=M[r.target]),++r.source.weight,++r.target.weight;for(t=0;u>t;++t)r=M[t],isNaN(r.x)&&(r.x=n("x",f)),isNaN(r.y)&&(r.y=n("y",v)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);if(i=[],"function"==typeof h)for(t=0;c>t;++t)i[t]=+h.call(this,x[t],t);else for(t=0;c>t;++t)i[t]=h;if(a=[],"function"==typeof g)for(t=0;c>t;++t)a[t]=+g.call(this,x[t],t);else for(t=0;c>t;++t)a[t]=g;if(o=[],"function"==typeof p)for(t=0;u>t;++t)o[t]=+p.call(this,M[t],t);else for(t=0;u>t;++t)o[t]=p;return l.resume()},l.resume=function(){return l.alpha(.1)},l.stop=function(){return l.alpha(0)},l.drag=function(){return r||(r=oa.behavior.drag().origin(y).on("dragstart.force",Qr).on("drag.force",t).on("dragend.force",nu)),arguments.length?void this.on("mouseover.force",tu).on("mouseout.force",eu).call(r):r},oa.rebind(l,c,"on")};var yl=20,Ml=1,xl=1/0;oa.layout.hierarchy=function(){function n(u){var i,a=[u],o=[];for(u.depth=0;null!=(i=a.pop());)if(o.push(i),(c=e.call(n,i,i.depth))&&(l=c.length)){for(var l,c,s;--l>=0;)a.push(s=c[l]),s.parent=i,s.depth=i.depth+1;r&&(i.value=0),i.children=c}else r&&(i.value=+r.call(n,i,i.depth)||0),delete i.children;return au(u,function(n){var e,u;t&&(e=n.children)&&e.sort(t),r&&(u=n.parent)&&(u.value+=n.value)}),o}var t=cu,e=ou,r=lu;return n.sort=function(e){return arguments.length?(t=e,n):t},n.children=function(t){return arguments.length?(e=t,n):e},n.value=function(t){return arguments.length?(r=t,n):r},n.revalue=function(t){return r&&(iu(t,function(n){n.children&&(n.value=0)}),au(t,function(t){var e;t.children||(t.value=+r.call(n,t,t.depth)||0),(e=t.parent)&&(e.value+=t.value)})),t},n},oa.layout.partition=function(){function n(t,e,r,u){var i=t.children;if(t.x=e,t.y=t.depth*u,t.dx=r,t.dy=u,i&&(a=i.length)){var a,o,l,c=-1;for(r=t.value?r/t.value:0;++cf?-1:1),p=oa.sum(c),v=p?(f-l*g)/p:0,d=oa.range(l),m=[];return null!=e&&d.sort(e===bl?function(n,t){return c[t]-c[n]}:function(n,t){return e(a[n],a[t])}),d.forEach(function(n){m[n]={data:a[n],value:o=c[n],startAngle:s,endAngle:s+=o*v+g,padAngle:h}}),m}var t=Number,e=bl,r=0,u=Fa,i=0;return n.value=function(e){return arguments.length?(t=e,n):t},n.sort=function(t){return arguments.length?(e=t,n):e},n.startAngle=function(t){return arguments.length?(r=t,n):r},n.endAngle=function(t){return arguments.length?(u=t,n):u},n.padAngle=function(t){return arguments.length?(i=t,n):i},n};var bl={};oa.layout.stack=function(){function n(o,l){if(!(h=o.length))return o;var c=o.map(function(e,r){return t.call(n,e,r)}),s=c.map(function(t){return t.map(function(t,e){return[i.call(n,t,e),a.call(n,t,e)]})}),f=e.call(n,s,l);c=oa.permute(c,f),s=oa.permute(s,f);var h,g,p,v,d=r.call(n,s,l),m=c[0].length;for(p=0;m>p;++p)for(u.call(n,c[0][p],v=d[p],s[0][p][1]),g=1;h>g;++g)u.call(n,c[g][p],v+=s[g-1][p][1],s[g][p][1]);return o}var t=y,e=pu,r=vu,u=gu,i=fu,a=hu;return n.values=function(e){return arguments.length?(t=e,n):t},n.order=function(t){return arguments.length?(e="function"==typeof t?t:_l.get(t)||pu,n):e},n.offset=function(t){return arguments.length?(r="function"==typeof t?t:wl.get(t)||vu,n):r},n.x=function(t){return arguments.length?(i=t,n):i},n.y=function(t){return arguments.length?(a=t,n):a},n.out=function(t){return arguments.length?(u=t,n):u},n};var _l=oa.map({"inside-out":function(n){var t,e,r=n.length,u=n.map(du),i=n.map(mu),a=oa.range(r).sort(function(n,t){return u[n]-u[t]}),o=0,l=0,c=[],s=[];for(t=0;r>t;++t)e=a[t],l>o?(o+=i[e],c.push(e)):(l+=i[e],s.push(e));return s.reverse().concat(c)},reverse:function(n){return oa.range(n.length).reverse()},"default":pu}),wl=oa.map({silhouette:function(n){var t,e,r,u=n.length,i=n[0].length,a=[],o=0,l=[];for(e=0;i>e;++e){for(t=0,r=0;u>t;t++)r+=n[t][e][1];r>o&&(o=r),a.push(r)}for(e=0;i>e;++e)l[e]=(o-a[e])/2;return l},wiggle:function(n){var t,e,r,u,i,a,o,l,c,s=n.length,f=n[0],h=f.length,g=[];for(g[0]=l=c=0,e=1;h>e;++e){for(t=0,u=0;s>t;++t)u+=n[t][e][1];for(t=0,i=0,o=f[e][0]-f[e-1][0];s>t;++t){for(r=0,a=(n[t][e][1]-n[t][e-1][1])/(2*o);t>r;++r)a+=(n[r][e][1]-n[r][e-1][1])/o;i+=a*n[t][e][1]}g[e]=l-=u?i/u*o:0,c>l&&(c=l)}for(e=0;h>e;++e)g[e]-=c;return g},expand:function(n){var t,e,r,u=n.length,i=n[0].length,a=1/u,o=[];for(e=0;i>e;++e){for(t=0,r=0;u>t;t++)r+=n[t][e][1];if(r)for(t=0;u>t;t++)n[t][e][1]/=r;else for(t=0;u>t;t++)n[t][e][1]=a}for(e=0;i>e;++e)o[e]=0;return o},zero:vu});oa.layout.histogram=function(){function n(n,i){for(var a,o,l=[],c=n.map(e,this),s=r.call(this,c,i),f=u.call(this,s,c,i),i=-1,h=c.length,g=f.length-1,p=t?1:1/h;++i0)for(i=-1;++i=s[0]&&o<=s[1]&&(a=l[oa.bisect(f,o,1,g)-1],a.y+=p,a.push(n[i]));return l}var t=!0,e=Number,r=bu,u=Mu;return n.value=function(t){return arguments.length?(e=t,n):e},n.range=function(t){return arguments.length?(r=En(t),n):r},n.bins=function(t){return arguments.length?(u="number"==typeof t?function(n){return xu(n,t)}:En(t),n):u},n.frequency=function(e){return arguments.length?(t=!!e,n):t},n},oa.layout.pack=function(){function n(n,i){var a=e.call(this,n,i),o=a[0],l=u[0],c=u[1],s=null==t?Math.sqrt:"function"==typeof t?t:function(){return t};if(o.x=o.y=0,au(o,function(n){n.r=+s(n.value)}),au(o,Nu),r){var f=r*(t?1:Math.max(2*o.r/l,2*o.r/c))/2;au(o,function(n){n.r+=f}),au(o,Nu),au(o,function(n){n.r-=f})}return Cu(o,l/2,c/2,t?1:1/Math.max(2*o.r/l,2*o.r/c)),a}var t,e=oa.layout.hierarchy().sort(_u),r=0,u=[1,1];return n.size=function(t){return arguments.length?(u=t,n):u},n.radius=function(e){return arguments.length?(t=null==e||"function"==typeof e?e:+e,n):t},n.padding=function(t){return arguments.length?(r=+t,n):r},uu(n,e)},oa.layout.tree=function(){function n(n,u){var s=a.call(this,n,u),f=s[0],h=t(f);if(au(h,e),h.parent.m=-h.z,iu(h,r),c)iu(f,i);else{var g=f,p=f,v=f;iu(f,function(n){n.xp.x&&(p=n),n.depth>v.depth&&(v=n)});var d=o(g,p)/2-g.x,m=l[0]/(p.x+o(p,g)/2+d),y=l[1]/(v.depth||1);iu(f,function(n){n.x=(n.x+d)*m,n.y=n.depth*y})}return s}function t(n){for(var t,e={A:null,children:[n]},r=[e];null!=(t=r.pop());)for(var u,i=t.children,a=0,o=i.length;o>a;++a)r.push((i[a]=u={_:i[a],parent:t,children:(u=i[a].children)&&u.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:a}).a=u);return e.children[0]}function e(n){var t=n.children,e=n.parent.children,r=n.i?e[n.i-1]:null;if(t.length){Du(n);var i=(t[0].z+t[t.length-1].z)/2;r?(n.z=r.z+o(n._,r._),n.m=n.z-i):n.z=i}else r&&(n.z=r.z+o(n._,r._));n.parent.A=u(n,r,n.parent.A||e[0])}function r(n){n._.x=n.z+n.parent.m,n.m+=n.parent.m}function u(n,t,e){if(t){for(var r,u=n,i=n,a=t,l=u.parent.children[0],c=u.m,s=i.m,f=a.m,h=l.m;a=Tu(a),u=qu(u),a&&u;)l=qu(l),i=Tu(i),i.a=n,r=a.z+f-u.z-c+o(a._,u._),r>0&&(Ru(Pu(a,n,e),n,r),c+=r,s+=r),f+=a.m,c+=u.m,h+=l.m,s+=i.m;a&&!Tu(i)&&(i.t=a,i.m+=f-s),u&&!qu(l)&&(l.t=u,l.m+=c-h,e=n)}return e}function i(n){n.x*=l[0],n.y=n.depth*l[1]}var a=oa.layout.hierarchy().sort(null).value(null),o=Lu,l=[1,1],c=null;return n.separation=function(t){return arguments.length?(o=t,n):o},n.size=function(t){return arguments.length?(c=null==(l=t)?i:null,n):c?null:l},n.nodeSize=function(t){return arguments.length?(c=null==(l=t)?null:i,n):c?l:null},uu(n,a)},oa.layout.cluster=function(){function n(n,i){var a,o=t.call(this,n,i),l=o[0],c=0;au(l,function(n){var t=n.children;t&&t.length?(n.x=ju(t),n.y=Uu(t)):(n.x=a?c+=e(n,a):0,n.y=0,a=n)});var s=Fu(l),f=Hu(l),h=s.x-e(s,f)/2,g=f.x+e(f,s)/2;return au(l,u?function(n){n.x=(n.x-l.x)*r[0],n.y=(l.y-n.y)*r[1]}:function(n){n.x=(n.x-h)/(g-h)*r[0],n.y=(1-(l.y?n.y/l.y:1))*r[1]}),o}var t=oa.layout.hierarchy().sort(null).value(null),e=Lu,r=[1,1],u=!1;return n.separation=function(t){return arguments.length?(e=t,n):e},n.size=function(t){return arguments.length?(u=null==(r=t),n):u?null:r},n.nodeSize=function(t){return arguments.length?(u=null!=(r=t),n):u?r:null},uu(n,t)},oa.layout.treemap=function(){function n(n,t){for(var e,r,u=-1,i=n.length;++ut?0:t),e.area=isNaN(r)||0>=r?0:r}function t(e){var i=e.children;if(i&&i.length){var a,o,l,c=f(e),s=[],h=i.slice(),p=1/0,v="slice"===g?c.dx:"dice"===g?c.dy:"slice-dice"===g?1&e.depth?c.dy:c.dx:Math.min(c.dx,c.dy);for(n(h,c.dx*c.dy/e.value),s.area=0;(l=h.length)>0;)s.push(a=h[l-1]),s.area+=a.area,"squarify"!==g||(o=r(s,v))<=p?(h.pop(),p=o):(s.area-=s.pop().area,u(s,v,c,!1),v=Math.min(c.dx,c.dy),s.length=s.area=0,p=1/0);s.length&&(u(s,v,c,!0),s.length=s.area=0),i.forEach(t)}}function e(t){var r=t.children;if(r&&r.length){var i,a=f(t),o=r.slice(),l=[];for(n(o,a.dx*a.dy/t.value),l.area=0;i=o.pop();)l.push(i),l.area+=i.area,null!=i.z&&(u(l,i.z?a.dx:a.dy,a,!o.length),l.length=l.area=0);r.forEach(e)}}function r(n,t){for(var e,r=n.area,u=0,i=1/0,a=-1,o=n.length;++ae&&(i=e),e>u&&(u=e));return r*=r,t*=t,r?Math.max(t*u*p/r,r/(t*i*p)):1/0}function u(n,t,e,r){var u,i=-1,a=n.length,o=e.x,c=e.y,s=t?l(n.area/t):0; +if(t==e.dx){for((r||s>e.dy)&&(s=e.dy);++ie.dx)&&(s=e.dx);++ie&&(t=1),1>e&&(n=0),function(){var e,r,u;do e=2*Math.random()-1,r=2*Math.random()-1,u=e*e+r*r;while(!u||u>1);return n+t*e*Math.sqrt(-2*Math.log(u)/u)}},logNormal:function(){var n=oa.random.normal.apply(oa,arguments);return function(){return Math.exp(n())}},bates:function(n){var t=oa.random.irwinHall(n);return function(){return t()/n}},irwinHall:function(n){return function(){for(var t=0,e=0;n>e;e++)t+=Math.random();return t}}},oa.scale={};var Sl={floor:y,ceil:y};oa.scale.linear=function(){return Wu([0,1],[0,1],Mr,!1)};var kl={s:1,g:1,p:1,r:1,e:1};oa.scale.log=function(){return ri(oa.scale.linear().domain([0,1]),10,!0,[1,10])};var Nl=oa.format(".0e"),El={floor:function(n){return-Math.ceil(-n)},ceil:function(n){return-Math.floor(-n)}};oa.scale.pow=function(){return ui(oa.scale.linear(),1,[0,1])},oa.scale.sqrt=function(){return oa.scale.pow().exponent(.5)},oa.scale.ordinal=function(){return ai([],{t:"range",a:[[]]})},oa.scale.category10=function(){return oa.scale.ordinal().range(Al)},oa.scale.category20=function(){return oa.scale.ordinal().range(Cl)},oa.scale.category20b=function(){return oa.scale.ordinal().range(zl)},oa.scale.category20c=function(){return oa.scale.ordinal().range(Ll)};var Al=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(xn),Cl=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(xn),zl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(xn),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(xn);oa.scale.quantile=function(){return oi([],[])},oa.scale.quantize=function(){return li(0,1,[0,1])},oa.scale.threshold=function(){return ci([.5],[0,1])},oa.scale.identity=function(){return si([0,1])},oa.svg={},oa.svg.arc=function(){function n(){var n=Math.max(0,+e.apply(this,arguments)),c=Math.max(0,+r.apply(this,arguments)),s=a.apply(this,arguments)-Oa,f=o.apply(this,arguments)-Oa,h=Math.abs(f-s),g=s>f?0:1;if(n>c&&(p=c,c=n,n=p),h>=Ha)return t(c,g)+(n?t(n,1-g):"")+"Z";var p,v,d,m,y,M,x,b,_,w,S,k,N=0,E=0,A=[];if((m=(+l.apply(this,arguments)||0)/2)&&(d=i===ql?Math.sqrt(n*n+c*c):+i.apply(this,arguments),g||(E*=-1),c&&(E=tn(d/c*Math.sin(m))),n&&(N=tn(d/n*Math.sin(m)))),c){y=c*Math.cos(s+E),M=c*Math.sin(s+E),x=c*Math.cos(f-E),b=c*Math.sin(f-E);var C=Math.abs(f-s-2*E)<=ja?0:1;if(E&&mi(y,M,x,b)===g^C){var z=(s+f)/2;y=c*Math.cos(z),M=c*Math.sin(z),x=b=null}}else y=M=0;if(n){_=n*Math.cos(f-N),w=n*Math.sin(f-N),S=n*Math.cos(s+N),k=n*Math.sin(s+N);var L=Math.abs(s-f+2*N)<=ja?0:1;if(N&&mi(_,w,S,k)===1-g^L){var q=(s+f)/2;_=n*Math.cos(q),w=n*Math.sin(q),S=k=null}}else _=w=0;if(h>Pa&&(p=Math.min(Math.abs(c-n)/2,+u.apply(this,arguments)))>.001){v=c>n^g?0:1;var T=p,R=p;if(ja>h){var D=null==S?[_,w]:null==x?[y,M]:Re([y,M],[S,k],[x,b],[_,w]),P=y-D[0],U=M-D[1],j=x-D[0],F=b-D[1],H=1/Math.sin(Math.acos((P*j+U*F)/(Math.sqrt(P*P+U*U)*Math.sqrt(j*j+F*F)))/2),O=Math.sqrt(D[0]*D[0]+D[1]*D[1]);R=Math.min(p,(n-O)/(H-1)),T=Math.min(p,(c-O)/(H+1))}if(null!=x){var I=yi(null==S?[_,w]:[S,k],[y,M],c,T,g),Y=yi([x,b],[_,w],c,T,g);p===T?A.push("M",I[0],"A",T,",",T," 0 0,",v," ",I[1],"A",c,",",c," 0 ",1-g^mi(I[1][0],I[1][1],Y[1][0],Y[1][1]),",",g," ",Y[1],"A",T,",",T," 0 0,",v," ",Y[0]):A.push("M",I[0],"A",T,",",T," 0 1,",v," ",Y[0])}else A.push("M",y,",",M);if(null!=S){var Z=yi([y,M],[S,k],n,-R,g),V=yi([_,w],null==x?[y,M]:[x,b],n,-R,g);p===R?A.push("L",V[0],"A",R,",",R," 0 0,",v," ",V[1],"A",n,",",n," 0 ",g^mi(V[1][0],V[1][1],Z[1][0],Z[1][1]),",",1-g," ",Z[1],"A",R,",",R," 0 0,",v," ",Z[0]):A.push("L",V[0],"A",R,",",R," 0 0,",v," ",Z[0])}else A.push("L",_,",",w)}else A.push("M",y,",",M),null!=x&&A.push("A",c,",",c," 0 ",C,",",g," ",x,",",b),A.push("L",_,",",w),null!=S&&A.push("A",n,",",n," 0 ",L,",",1-g," ",S,",",k);return A.push("Z"),A.join("")}function t(n,t){return"M0,"+n+"A"+n+","+n+" 0 1,"+t+" 0,"+-n+"A"+n+","+n+" 0 1,"+t+" 0,"+n}var e=hi,r=gi,u=fi,i=ql,a=pi,o=vi,l=di;return n.innerRadius=function(t){return arguments.length?(e=En(t),n):e},n.outerRadius=function(t){return arguments.length?(r=En(t),n):r},n.cornerRadius=function(t){return arguments.length?(u=En(t),n):u},n.padRadius=function(t){return arguments.length?(i=t==ql?ql:En(t),n):i},n.startAngle=function(t){return arguments.length?(a=En(t),n):a},n.endAngle=function(t){return arguments.length?(o=En(t),n):o},n.padAngle=function(t){return arguments.length?(l=En(t),n):l},n.centroid=function(){var n=(+e.apply(this,arguments)+ +r.apply(this,arguments))/2,t=(+a.apply(this,arguments)+ +o.apply(this,arguments))/2-Oa;return[Math.cos(t)*n,Math.sin(t)*n]},n};var ql="auto";oa.svg.line=function(){return Mi(y)};var Tl=oa.map({linear:xi,"linear-closed":bi,step:_i,"step-before":wi,"step-after":Si,basis:zi,"basis-open":Li,"basis-closed":qi,bundle:Ti,cardinal:Ei,"cardinal-open":ki,"cardinal-closed":Ni,monotone:Fi});Tl.forEach(function(n,t){t.key=n,t.closed=/-closed$/.test(n)});var Rl=[0,2/3,1/3,0],Dl=[0,1/3,2/3,0],Pl=[0,1/6,2/3,1/6];oa.svg.line.radial=function(){var n=Mi(Hi);return n.radius=n.x,delete n.x,n.angle=n.y,delete n.y,n},wi.reverse=Si,Si.reverse=wi,oa.svg.area=function(){return Oi(y)},oa.svg.area.radial=function(){var n=Oi(Hi);return n.radius=n.x,delete n.x,n.innerRadius=n.x0,delete n.x0,n.outerRadius=n.x1,delete n.x1,n.angle=n.y,delete n.y,n.startAngle=n.y0,delete n.y0,n.endAngle=n.y1,delete n.y1,n},oa.svg.chord=function(){function n(n,o){var l=t(this,i,n,o),c=t(this,a,n,o);return"M"+l.p0+r(l.r,l.p1,l.a1-l.a0)+(e(l,c)?u(l.r,l.p1,l.r,l.p0):u(l.r,l.p1,c.r,c.p0)+r(c.r,c.p1,c.a1-c.a0)+u(c.r,c.p1,l.r,l.p0))+"Z"}function t(n,t,e,r){var u=t.call(n,e,r),i=o.call(n,u,r),a=l.call(n,u,r)-Oa,s=c.call(n,u,r)-Oa;return{r:i,a0:a,a1:s,p0:[i*Math.cos(a),i*Math.sin(a)],p1:[i*Math.cos(s),i*Math.sin(s)]}}function e(n,t){return n.a0==t.a0&&n.a1==t.a1}function r(n,t,e){return"A"+n+","+n+" 0 "+ +(e>ja)+",1 "+t}function u(n,t,e,r){return"Q 0,0 "+r}var i=Me,a=xe,o=Ii,l=pi,c=vi;return n.radius=function(t){return arguments.length?(o=En(t),n):o},n.source=function(t){return arguments.length?(i=En(t),n):i},n.target=function(t){return arguments.length?(a=En(t),n):a},n.startAngle=function(t){return arguments.length?(l=En(t),n):l},n.endAngle=function(t){return arguments.length?(c=En(t),n):c},n},oa.svg.diagonal=function(){function n(n,u){var i=t.call(this,n,u),a=e.call(this,n,u),o=(i.y+a.y)/2,l=[i,{x:i.x,y:o},{x:a.x,y:o},a];return l=l.map(r),"M"+l[0]+"C"+l[1]+" "+l[2]+" "+l[3]}var t=Me,e=xe,r=Yi;return n.source=function(e){return arguments.length?(t=En(e),n):t},n.target=function(t){return arguments.length?(e=En(t),n):e},n.projection=function(t){return arguments.length?(r=t,n):r},n},oa.svg.diagonal.radial=function(){var n=oa.svg.diagonal(),t=Yi,e=n.projection;return n.projection=function(n){return arguments.length?e(Zi(t=n)):t},n},oa.svg.symbol=function(){function n(n,r){return(Ul.get(t.call(this,n,r))||$i)(e.call(this,n,r))}var t=Xi,e=Vi;return n.type=function(e){return arguments.length?(t=En(e),n):t},n.size=function(t){return arguments.length?(e=En(t),n):e},n};var Ul=oa.map({circle:$i,cross:function(n){var t=Math.sqrt(n/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(n){var t=Math.sqrt(n/(2*Fl)),e=t*Fl;return"M0,"+-t+"L"+e+",0 0,"+t+" "+-e+",0Z"},square:function(n){var t=Math.sqrt(n)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+e+"L"+t+","+-e+" "+-t+","+-e+"Z"},"triangle-up":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+-e+"L"+t+","+e+" "+-t+","+e+"Z"}});oa.svg.symbolTypes=Ul.keys();var jl=Math.sqrt(3),Fl=Math.tan(30*Ia);Aa.transition=function(n){for(var t,e,r=Hl||++Zl,u=Ki(n),i=[],a=Ol||{time:Date.now(),ease:Nr,delay:0,duration:250},o=-1,l=this.length;++oi;i++){u.push(t=[]);for(var e=this[i],o=0,l=e.length;l>o;o++)(r=e[o])&&n.call(r,r.__data__,o,i)&&t.push(r)}return Wi(u,this.namespace,this.id)},Yl.tween=function(n,t){var e=this.id,r=this.namespace;return arguments.length<2?this.node()[r][e].tween.get(n):Y(this,null==t?function(t){t[r][e].tween.remove(n)}:function(u){u[r][e].tween.set(n,t)})},Yl.attr=function(n,t){function e(){this.removeAttribute(o)}function r(){this.removeAttributeNS(o.space,o.local)}function u(n){return null==n?e:(n+="",function(){var t,e=this.getAttribute(o);return e!==n&&(t=a(e,n),function(n){this.setAttribute(o,t(n))})})}function i(n){return null==n?r:(n+="",function(){var t,e=this.getAttributeNS(o.space,o.local);return e!==n&&(t=a(e,n),function(n){this.setAttributeNS(o.space,o.local,t(n))})})}if(arguments.length<2){for(t in n)this.attr(t,n[t]);return this}var a="transform"==n?$r:Mr,o=oa.ns.qualify(n);return Ji(this,"attr."+n,t,o.local?i:u)},Yl.attrTween=function(n,t){function e(n,e){var r=t.call(this,n,e,this.getAttribute(u));return r&&function(n){this.setAttribute(u,r(n))}}function r(n,e){var r=t.call(this,n,e,this.getAttributeNS(u.space,u.local));return r&&function(n){this.setAttributeNS(u.space,u.local,r(n))}}var u=oa.ns.qualify(n);return this.tween("attr."+n,u.local?r:e)},Yl.style=function(n,e,r){function u(){this.style.removeProperty(n)}function i(e){return null==e?u:(e+="",function(){var u,i=t(this).getComputedStyle(this,null).getPropertyValue(n);return i!==e&&(u=Mr(i,e),function(t){this.style.setProperty(n,u(t),r)})})}var a=arguments.length;if(3>a){if("string"!=typeof n){2>a&&(e="");for(r in n)this.style(r,n[r],e);return this}r=""}return Ji(this,"style."+n,e,i)},Yl.styleTween=function(n,e,r){function u(u,i){var a=e.call(this,u,i,t(this).getComputedStyle(this,null).getPropertyValue(n));return a&&function(t){this.style.setProperty(n,a(t),r)}}return arguments.length<3&&(r=""),this.tween("style."+n,u)},Yl.text=function(n){return Ji(this,"text",n,Gi)},Yl.remove=function(){var n=this.namespace;return this.each("end.transition",function(){var t;this[n].count<2&&(t=this.parentNode)&&t.removeChild(this)})},Yl.ease=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].ease:("function"!=typeof n&&(n=oa.ease.apply(oa,arguments)),Y(this,function(r){r[e][t].ease=n}))},Yl.delay=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].delay:Y(this,"function"==typeof n?function(r,u,i){r[e][t].delay=+n.call(r,r.__data__,u,i)}:(n=+n,function(r){r[e][t].delay=n}))},Yl.duration=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].duration:Y(this,"function"==typeof n?function(r,u,i){r[e][t].duration=Math.max(1,n.call(r,r.__data__,u,i))}:(n=Math.max(1,n),function(r){r[e][t].duration=n}))},Yl.each=function(n,t){var e=this.id,r=this.namespace;if(arguments.length<2){var u=Ol,i=Hl;try{Hl=e,Y(this,function(t,u,i){Ol=t[r][e],n.call(t,t.__data__,u,i)})}finally{Ol=u,Hl=i}}else Y(this,function(u){var i=u[r][e];(i.event||(i.event=oa.dispatch("start","end","interrupt"))).on(n,t)});return this},Yl.transition=function(){for(var n,t,e,r,u=this.id,i=++Zl,a=this.namespace,o=[],l=0,c=this.length;c>l;l++){o.push(n=[]);for(var t=this[l],s=0,f=t.length;f>s;s++)(e=t[s])&&(r=e[a][u],Qi(e,s,a,i,{time:r.time,ease:r.ease,delay:r.delay+r.duration,duration:r.duration})),n.push(e)}return Wi(o,a,i)},oa.svg.axis=function(){function n(n){n.each(function(){var n,c=oa.select(this),s=this.__chart__||e,f=this.__chart__=e.copy(),h=null==l?f.ticks?f.ticks.apply(f,o):f.domain():l,g=null==t?f.tickFormat?f.tickFormat.apply(f,o):y:t,p=c.selectAll(".tick").data(h,f),v=p.enter().insert("g",".domain").attr("class","tick").style("opacity",Pa),d=oa.transition(p.exit()).style("opacity",Pa).remove(),m=oa.transition(p.order()).style("opacity",1),M=Math.max(u,0)+a,x=Zu(f),b=c.selectAll(".domain").data([0]),_=(b.enter().append("path").attr("class","domain"),oa.transition(b));v.append("line"),v.append("text");var w,S,k,N,E=v.select("line"),A=m.select("line"),C=p.select("text").text(g),z=v.select("text"),L=m.select("text"),q="top"===r||"left"===r?-1:1;if("bottom"===r||"top"===r?(n=na,w="x",k="y",S="x2",N="y2",C.attr("dy",0>q?"0em":".71em").style("text-anchor","middle"),_.attr("d","M"+x[0]+","+q*i+"V0H"+x[1]+"V"+q*i)):(n=ta,w="y",k="x",S="y2",N="x2",C.attr("dy",".32em").style("text-anchor",0>q?"end":"start"),_.attr("d","M"+q*i+","+x[0]+"H0V"+x[1]+"H"+q*i)),E.attr(N,q*u),z.attr(k,q*M),A.attr(S,0).attr(N,q*u),L.attr(w,0).attr(k,q*M),f.rangeBand){var T=f,R=T.rangeBand()/2;s=f=function(n){return T(n)+R}}else s.rangeBand?s=f:d.call(n,f,s);v.call(n,s,f),m.call(n,f,f)})}var t,e=oa.scale.linear(),r=Vl,u=6,i=6,a=3,o=[10],l=null;return n.scale=function(t){return arguments.length?(e=t,n):e},n.orient=function(t){return arguments.length?(r=t in Xl?t+"":Vl,n):r},n.ticks=function(){return arguments.length?(o=ca(arguments),n):o},n.tickValues=function(t){return arguments.length?(l=t,n):l},n.tickFormat=function(e){return arguments.length?(t=e,n):t},n.tickSize=function(t){var e=arguments.length;return e?(u=+t,i=+arguments[e-1],n):u},n.innerTickSize=function(t){return arguments.length?(u=+t,n):u},n.outerTickSize=function(t){return arguments.length?(i=+t,n):i},n.tickPadding=function(t){return arguments.length?(a=+t,n):a},n.tickSubdivide=function(){return arguments.length&&n},n};var Vl="bottom",Xl={top:1,right:1,bottom:1,left:1};oa.svg.brush=function(){function n(t){t.each(function(){var t=oa.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",i).on("touchstart.brush",i),a=t.selectAll(".background").data([0]);a.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),t.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var o=t.selectAll(".resize").data(v,y);o.exit().remove(),o.enter().append("g").attr("class",function(n){return"resize "+n}).style("cursor",function(n){return $l[n]}).append("rect").attr("x",function(n){return/[ew]$/.test(n)?-3:null}).attr("y",function(n){return/^[ns]/.test(n)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),o.style("display",n.empty()?"none":null);var l,f=oa.transition(t),h=oa.transition(a);c&&(l=Zu(c),h.attr("x",l[0]).attr("width",l[1]-l[0]),r(f)),s&&(l=Zu(s),h.attr("y",l[0]).attr("height",l[1]-l[0]),u(f)),e(f)})}function e(n){n.selectAll(".resize").attr("transform",function(n){return"translate("+f[+/e$/.test(n)]+","+h[+/^s/.test(n)]+")"})}function r(n){n.select(".extent").attr("x",f[0]),n.selectAll(".extent,.n>rect,.s>rect").attr("width",f[1]-f[0])}function u(n){n.select(".extent").attr("y",h[0]),n.selectAll(".extent,.e>rect,.w>rect").attr("height",h[1]-h[0])}function i(){function i(){32==oa.event.keyCode&&(C||(M=null,L[0]-=f[1],L[1]-=h[1],C=2),S())}function v(){32==oa.event.keyCode&&2==C&&(L[0]+=f[1],L[1]+=h[1],C=0,S())}function d(){var n=oa.mouse(b),t=!1;x&&(n[0]+=x[0],n[1]+=x[1]),C||(oa.event.altKey?(M||(M=[(f[0]+f[1])/2,(h[0]+h[1])/2]),L[0]=f[+(n[0]s?(u=r,r=s):u=s),v[0]!=r||v[1]!=u?(e?o=null:a=null,v[0]=r,v[1]=u,!0):void 0}function y(){d(),k.style("pointer-events","all").selectAll(".resize").style("display",n.empty()?"none":null),oa.select("body").style("cursor",null),q.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),z(),w({type:"brushend"})}var M,x,b=this,_=oa.select(oa.event.target),w=l.of(b,arguments),k=oa.select(b),N=_.datum(),E=!/^(n|s)$/.test(N)&&c,A=!/^(e|w)$/.test(N)&&s,C=_.classed("extent"),z=W(b),L=oa.mouse(b),q=oa.select(t(b)).on("keydown.brush",i).on("keyup.brush",v);if(oa.event.changedTouches?q.on("touchmove.brush",d).on("touchend.brush",y):q.on("mousemove.brush",d).on("mouseup.brush",y),k.interrupt().selectAll("*").interrupt(),C)L[0]=f[0]-L[0],L[1]=h[0]-L[1];else if(N){var T=+/w$/.test(N),R=+/^n/.test(N);x=[f[1-T]-L[0],h[1-R]-L[1]],L[0]=f[T],L[1]=h[R]}else oa.event.altKey&&(M=L.slice());k.style("pointer-events","none").selectAll(".resize").style("display",null),oa.select("body").style("cursor",_.style("cursor")),w({type:"brushstart"}),d()}var a,o,l=N(n,"brushstart","brush","brushend"),c=null,s=null,f=[0,0],h=[0,0],g=!0,p=!0,v=Bl[0];return n.event=function(n){n.each(function(){var n=l.of(this,arguments),t={x:f,y:h,i:a,j:o},e=this.__chart__||t;this.__chart__=t,Hl?oa.select(this).transition().each("start.brush",function(){a=e.i,o=e.j,f=e.x,h=e.y,n({type:"brushstart"})}).tween("brush:brush",function(){var e=xr(f,t.x),r=xr(h,t.y);return a=o=null,function(u){f=t.x=e(u),h=t.y=r(u),n({type:"brush",mode:"resize"})}}).each("end.brush",function(){a=t.i,o=t.j,n({type:"brush",mode:"resize"}),n({type:"brushend"})}):(n({type:"brushstart"}),n({type:"brush",mode:"resize"}),n({type:"brushend"}))})},n.x=function(t){return arguments.length?(c=t,v=Bl[!c<<1|!s],n):c},n.y=function(t){return arguments.length?(s=t,v=Bl[!c<<1|!s],n):s},n.clamp=function(t){return arguments.length?(c&&s?(g=!!t[0],p=!!t[1]):c?g=!!t:s&&(p=!!t),n):c&&s?[g,p]:c?g:s?p:null},n.extent=function(t){var e,r,u,i,l;return arguments.length?(c&&(e=t[0],r=t[1],s&&(e=e[0],r=r[0]),a=[e,r],c.invert&&(e=c(e),r=c(r)),e>r&&(l=e,e=r,r=l),(e!=f[0]||r!=f[1])&&(f=[e,r])),s&&(u=t[0],i=t[1],c&&(u=u[1],i=i[1]),o=[u,i],s.invert&&(u=s(u),i=s(i)),u>i&&(l=u,u=i,i=l),(u!=h[0]||i!=h[1])&&(h=[u,i])),n):(c&&(a?(e=a[0],r=a[1]):(e=f[0],r=f[1],c.invert&&(e=c.invert(e),r=c.invert(r)),e>r&&(l=e,e=r,r=l))),s&&(o?(u=o[0],i=o[1]):(u=h[0],i=h[1],s.invert&&(u=s.invert(u),i=s.invert(i)),u>i&&(l=u,u=i,i=l))),c&&s?[[e,u],[r,i]]:c?[e,r]:s&&[u,i])},n.clear=function(){return n.empty()||(f=[0,0],h=[0,0],a=o=null),n},n.empty=function(){return!!c&&f[0]==f[1]||!!s&&h[0]==h[1]},oa.rebind(n,l,"on")};var $l={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Bl=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Wl=go.format=xo.timeFormat,Jl=Wl.utc,Gl=Jl("%Y-%m-%dT%H:%M:%S.%LZ");Wl.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?ea:Gl,ea.parse=function(n){var t=new Date(n);return isNaN(t)?null:t},ea.toString=Gl.toString,go.second=On(function(n){return new po(1e3*Math.floor(n/1e3))},function(n,t){n.setTime(n.getTime()+1e3*Math.floor(t))},function(n){return n.getSeconds()}),go.seconds=go.second.range,go.seconds.utc=go.second.utc.range,go.minute=On(function(n){return new po(6e4*Math.floor(n/6e4))},function(n,t){n.setTime(n.getTime()+6e4*Math.floor(t))},function(n){return n.getMinutes()}),go.minutes=go.minute.range,go.minutes.utc=go.minute.utc.range,go.hour=On(function(n){var t=n.getTimezoneOffset()/60;return new po(36e5*(Math.floor(n/36e5-t)+t))},function(n,t){n.setTime(n.getTime()+36e5*Math.floor(t))},function(n){return n.getHours()}),go.hours=go.hour.range,go.hours.utc=go.hour.utc.range,go.month=On(function(n){return n=go.day(n),n.setDate(1),n},function(n,t){n.setMonth(n.getMonth()+t)},function(n){return n.getMonth()}),go.months=go.month.range,go.months.utc=go.month.utc.range;var Kl=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Ql=[[go.second,1],[go.second,5],[go.second,15],[go.second,30],[go.minute,1],[go.minute,5],[go.minute,15],[go.minute,30],[go.hour,1],[go.hour,3],[go.hour,6],[go.hour,12],[go.day,1],[go.day,2],[go.week,1],[go.month,1],[go.month,3],[go.year,1]],nc=Wl.multi([[".%L",function(n){return n.getMilliseconds()}],[":%S",function(n){return n.getSeconds()}],["%I:%M",function(n){return n.getMinutes()}],["%I %p",function(n){return n.getHours()}],["%a %d",function(n){return n.getDay()&&1!=n.getDate()}],["%b %d",function(n){return 1!=n.getDate()}],["%B",function(n){return n.getMonth()}],["%Y",zt]]),tc={range:function(n,t,e){return oa.range(Math.ceil(n/e)*e,+t,e).map(ua)},floor:y,ceil:y};Ql.year=go.year,go.scale=function(){return ra(oa.scale.linear(),Ql,nc)};var ec=Ql.map(function(n){return[n[0].utc,n[1]]}),rc=Jl.multi([[".%L",function(n){return n.getUTCMilliseconds()}],[":%S",function(n){return n.getUTCSeconds()}],["%I:%M",function(n){return n.getUTCMinutes()}],["%I %p",function(n){return n.getUTCHours()}],["%a %d",function(n){return n.getUTCDay()&&1!=n.getUTCDate()}],["%b %d",function(n){return 1!=n.getUTCDate()}],["%B",function(n){return n.getUTCMonth()}],["%Y",zt]]);ec.year=go.year.utc,go.scale.utc=function(){return ra(oa.scale.linear(),ec,rc)},oa.text=An(function(n){return n.responseText}),oa.json=function(n,t){return Cn(n,"application/json",ia,t)},oa.html=function(n,t){return Cn(n,"text/html",aa,t)},oa.xml=An(function(n){return n.responseXML}),"function"==typeof define&&define.amd?(this.d3=oa,define(oa)):"object"==typeof module&&module.exports?module.exports=oa:this.d3=oa}(); \ No newline at end of file diff --git a/vendor/src/github.com/prometheus/alertmanager/ui/lib/jquery.min.js b/vendor/src/github.com/prometheus/alertmanager/ui/lib/jquery.min.js new file mode 100644 index 0000000..fad9ab1 --- /dev/null +++ b/vendor/src/github.com/prometheus/alertmanager/ui/lib/jquery.min.js @@ -0,0 +1,5 @@ +/*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b="length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){ +return M.access(a,b,c)},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthx",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h]*)\/>/gi,ba=/<([\w:]+)/,ca=/<|&#?\w+;/,da=/<(?:script|style|link)/i,ea=/checked\s*(?:[^=]|=\s*.checked.)/i,fa=/^$|\/(?:java|ecma)script/i,ga=/^true\/(.*)/,ha=/^\s*\s*$/g,ia={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ia.optgroup=ia.option,ia.tbody=ia.tfoot=ia.colgroup=ia.caption=ia.thead,ia.th=ia.td;function ja(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function ka(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function la(a){var b=ga.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function ma(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function na(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function oa(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pa(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=oa(h),f=oa(a),d=0,e=f.length;e>d;d++)pa(f[d],g[d]);if(b)if(c)for(f=f||oa(a),g=g||oa(h),d=0,e=f.length;e>d;d++)na(f[d],g[d]);else na(a,h);return g=oa(h,"script"),g.length>0&&ma(g,!i&&oa(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(ca.test(e)){f=f||k.appendChild(b.createElement("div")),g=(ba.exec(e)||["",""])[1].toLowerCase(),h=ia[g]||ia._default,f.innerHTML=h[1]+e.replace(aa,"<$1>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=oa(k.appendChild(e),"script"),i&&ma(f),c)){j=0;while(e=f[j++])fa.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=ja(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(oa(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&ma(oa(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(oa(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!da.test(a)&&!ia[(ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(aa,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(oa(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(oa(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&ea.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(oa(c,"script"),ka),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,oa(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,la),j=0;g>j;j++)h=f[j],fa.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(ha,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qa,ra={};function sa(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function ta(a){var b=l,c=ra[a];return c||(c=sa(a,b),"none"!==c&&c||(qa=(qa||n("