mirror of https://github.com/mainnika/a-quest.git
parent
6cfe7d338a
commit
728c0273d9
@ -0,0 +1,7 @@ |
|||||||
|
* |
||||||
|
!lib |
||||||
|
!config |
||||||
|
!go.mod |
||||||
|
!go.sum |
||||||
|
!keys.go |
||||||
|
!main.go |
@ -0,0 +1,12 @@ |
|||||||
|
httpApi: |
||||||
|
addr: "0.0.0.0:80" |
||||||
|
base: "/answer" |
||||||
|
|
||||||
|
task: |
||||||
|
addr: "0.0.0.0:31337" |
||||||
|
clients: 4 |
||||||
|
|
||||||
|
redis: |
||||||
|
addr: "localhost:6379" |
||||||
|
scoreKey: "pingpong-scores" |
||||||
|
winnersKey: "pingpong-winners" |
@ -0,0 +1,18 @@ |
|||||||
|
module github.com/mainnika/a-quest/task3-backend |
||||||
|
|
||||||
|
go 1.13 |
||||||
|
|
||||||
|
require ( |
||||||
|
github.com/Microsoft/go-winio v0.4.14 // indirect |
||||||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
||||||
|
github.com/docker/distribution v2.7.1+incompatible // indirect |
||||||
|
github.com/docker/docker v1.13.1 |
||||||
|
github.com/docker/go-connections v0.4.0 // indirect |
||||||
|
github.com/docker/go-units v0.4.0 // indirect |
||||||
|
github.com/go-redis/redis/v7 v7.0.0-beta.5 |
||||||
|
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0 |
||||||
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect |
||||||
|
github.com/sirupsen/logrus v1.4.2 |
||||||
|
github.com/spf13/viper v1.6.1 |
||||||
|
github.com/valyala/fasthttp v1.7.1 |
||||||
|
) |
@ -0,0 +1,211 @@ |
|||||||
|
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= |
||||||
|
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= |
||||||
|
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= |
||||||
|
github.com/Microsoft/go-winio v0.4.14 h1:+hMXMk01us9KgxGb7ftKQt2Xpf5hH/yky+TDA+qxleU= |
||||||
|
github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= |
||||||
|
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= |
||||||
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= |
||||||
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= |
||||||
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= |
||||||
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= |
||||||
|
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= |
||||||
|
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= |
||||||
|
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= |
||||||
|
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= |
||||||
|
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= |
||||||
|
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= |
||||||
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= |
||||||
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= |
||||||
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= |
||||||
|
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= |
||||||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= |
||||||
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= |
||||||
|
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= |
||||||
|
github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug= |
||||||
|
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= |
||||||
|
github.com/docker/docker v1.13.1 h1:IkZjBSIc8hBjLpqeAbeE5mca5mNgeatLHBy3GO78BWo= |
||||||
|
github.com/docker/docker v1.13.1/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= |
||||||
|
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= |
||||||
|
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= |
||||||
|
github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw= |
||||||
|
github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= |
||||||
|
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= |
||||||
|
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= |
||||||
|
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= |
||||||
|
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= |
||||||
|
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= |
||||||
|
github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= |
||||||
|
github.com/go-redis/redis/v7 v7.0.0-beta.5 h1:7bdbDkv2nKZm6Tydrvmay3xOvVaxpAT4ZsNTrSDMZUE= |
||||||
|
github.com/go-redis/redis/v7 v7.0.0-beta.5/go.mod h1:JDNMw23GTyLNC4GZu9njt15ctBQVn7xjRfnwdHj/Dcg= |
||||||
|
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= |
||||||
|
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= |
||||||
|
github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= |
||||||
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= |
||||||
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= |
||||||
|
github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= |
||||||
|
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= |
||||||
|
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= |
||||||
|
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs= |
||||||
|
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= |
||||||
|
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= |
||||||
|
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= |
||||||
|
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= |
||||||
|
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= |
||||||
|
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= |
||||||
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= |
||||||
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= |
||||||
|
github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= |
||||||
|
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= |
||||||
|
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= |
||||||
|
github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= |
||||||
|
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= |
||||||
|
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0 h1:8l02CX1twfboGPYJGLWgvPsxa5mufBJ+v9dzufIFJnM= |
||||||
|
github.com/jackwhelpton/fasthttp-routing/v2 v2.0.0/go.mod h1:k1L/oz6KIjvkPH4QOk+iQNy6Qb6hKr1q/MoeAIAceAw= |
||||||
|
github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= |
||||||
|
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= |
||||||
|
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= |
||||||
|
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= |
||||||
|
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= |
||||||
|
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= |
||||||
|
github.com/klauspost/compress v1.4.0/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= |
||||||
|
github.com/klauspost/compress v1.8.2 h1:Bx0qjetmNjdFXASH02NSAREKpiaDwkO1DRZ3dV2KCcs= |
||||||
|
github.com/klauspost/compress v1.8.2/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= |
||||||
|
github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= |
||||||
|
github.com/klauspost/cpuid v1.2.1 h1:vJi+O/nMdFt0vqm8NZBI6wzALWdA2X+egi0ogNyrC/w= |
||||||
|
github.com/klauspost/cpuid v1.2.1/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= |
||||||
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk= |
||||||
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= |
||||||
|
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= |
||||||
|
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= |
||||||
|
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= |
||||||
|
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= |
||||||
|
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= |
||||||
|
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= |
||||||
|
github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4= |
||||||
|
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= |
||||||
|
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= |
||||||
|
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= |
||||||
|
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= |
||||||
|
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= |
||||||
|
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= |
||||||
|
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= |
||||||
|
github.com/onsi/ginkgo v1.10.1 h1:q/mM8GF/n0shIN8SaAZ0V+jnLPzen6WIVZdiwrRlMlo= |
||||||
|
github.com/onsi/ginkgo v1.10.1/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= |
||||||
|
github.com/onsi/gomega v1.7.0 h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME= |
||||||
|
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= |
||||||
|
github.com/opencontainers/go-digest v1.0.0-rc1 h1:WzifXhOVOEOuFYOJAW6aQqW0TooG2iki3E3Ii+WN7gQ= |
||||||
|
github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= |
||||||
|
github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc= |
||||||
|
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= |
||||||
|
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= |
||||||
|
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= |
||||||
|
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= |
||||||
|
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= |
||||||
|
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= |
||||||
|
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= |
||||||
|
github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= |
||||||
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= |
||||||
|
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= |
||||||
|
github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= |
||||||
|
github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= |
||||||
|
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= |
||||||
|
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= |
||||||
|
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= |
||||||
|
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= |
||||||
|
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= |
||||||
|
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= |
||||||
|
github.com/sirupsen/logrus v1.4.2 h1:SPIRibHv4MatM3XXNO2BJeFLZwZ2LvZgfQ5+UNI2im4= |
||||||
|
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= |
||||||
|
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= |
||||||
|
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= |
||||||
|
github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= |
||||||
|
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= |
||||||
|
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= |
||||||
|
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= |
||||||
|
github.com/spf13/afero v1.1.2 h1:m8/z1t7/fwjysjQRYbP0RD+bUIF/8tJwPdEZsI83ACI= |
||||||
|
github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= |
||||||
|
github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8= |
||||||
|
github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= |
||||||
|
github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= |
||||||
|
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= |
||||||
|
github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg= |
||||||
|
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= |
||||||
|
github.com/spf13/viper v1.6.1 h1:VPZzIkznI1YhVMRi6vNFLHSwhnhReBfgTxIPccpfdZk= |
||||||
|
github.com/spf13/viper v1.6.1/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfDi5k= |
||||||
|
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= |
||||||
|
github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w= |
||||||
|
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= |
||||||
|
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= |
||||||
|
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= |
||||||
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= |
||||||
|
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= |
||||||
|
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw= |
||||||
|
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= |
||||||
|
github.com/valyala/fasthttp v1.0.0/go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s= |
||||||
|
github.com/valyala/fasthttp v1.7.1 h1:UHtt5/7O70RSUZTR/hSu0PNWMAfWx5AtsPp9Jk+g17M= |
||||||
|
github.com/valyala/fasthttp v1.7.1/go.mod h1:FstJa9V+Pj9vQ7OJie2qMHdwemEDaDiSdBnvPM1Su9w= |
||||||
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= |
||||||
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= |
||||||
|
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= |
||||||
|
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= |
||||||
|
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= |
||||||
|
go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= |
||||||
|
go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= |
||||||
|
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= |
||||||
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= |
||||||
|
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= |
||||||
|
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= |
||||||
|
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |
||||||
|
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |
||||||
|
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |
||||||
|
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |
||||||
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |
||||||
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= |
||||||
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= |
||||||
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |
||||||
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 h1:l5EDrHhldLYb3ZRHDUhXF7Om7MvYXnkV9/iQNo1lX6g= |
||||||
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= |
||||||
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= |
||||||
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |
||||||
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |
||||||
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= |
||||||
|
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
||||||
|
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
||||||
|
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
||||||
|
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
||||||
|
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
||||||
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
||||||
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |
||||||
|
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |
||||||
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 h1:/XfQ9z7ib8eEJX2hdgFTZJ/ntt0swNk5oYBziWeTCvY= |
||||||
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= |
||||||
|
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= |
||||||
|
golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= |
||||||
|
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= |
||||||
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= |
||||||
|
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |
||||||
|
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |
||||||
|
golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= |
||||||
|
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= |
||||||
|
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= |
||||||
|
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= |
||||||
|
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= |
||||||
|
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= |
||||||
|
google.golang.org/grpc v1.21.0/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= |
||||||
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= |
||||||
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= |
||||||
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= |
||||||
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= |
||||||
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= |
||||||
|
gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4= |
||||||
|
gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= |
||||||
|
gopkg.in/ini.v1 v1.51.0 h1:AQvPpx3LzTDM0AjnIRlVFwFFGC+npRopjZxLJj6gdno= |
||||||
|
gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= |
||||||
|
gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= |
||||||
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= |
||||||
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= |
||||||
|
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= |
||||||
|
gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |
||||||
|
gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= |
||||||
|
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |
||||||
|
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= |
@ -0,0 +1,71 @@ |
|||||||
|
package lib |
||||||
|
|
||||||
|
import ( |
||||||
|
"context" |
||||||
|
"net/http" |
||||||
|
"strings" |
||||||
|
|
||||||
|
"github.com/docker/docker/client" |
||||||
|
"github.com/go-redis/redis/v7" |
||||||
|
routing "github.com/jackwhelpton/fasthttp-routing/v2" |
||||||
|
"github.com/jackwhelpton/fasthttp-routing/v2/access" |
||||||
|
"github.com/jackwhelpton/fasthttp-routing/v2/cors" |
||||||
|
"github.com/jackwhelpton/fasthttp-routing/v2/fault" |
||||||
|
log "github.com/sirupsen/logrus" |
||||||
|
"github.com/valyala/fasthttp" |
||||||
|
) |
||||||
|
|
||||||
|
const ( |
||||||
|
URLHealthz = "/healthz" |
||||||
|
) |
||||||
|
|
||||||
|
type Api struct { |
||||||
|
Base string |
||||||
|
Docker *client.Client |
||||||
|
Redis *redis.Client |
||||||
|
} |
||||||
|
|
||||||
|
func (a *Api) GetHandler() fasthttp.RequestHandler { |
||||||
|
|
||||||
|
crs := cors.Options{ |
||||||
|
AllowOrigins: "*", |
||||||
|
AllowHeaders: "*", |
||||||
|
AllowMethods: "*", |
||||||
|
AllowCredentials: true, |
||||||
|
} |
||||||
|
|
||||||
|
router := routing.New() |
||||||
|
router.Use( |
||||||
|
access.Logger(log.Debugf), |
||||||
|
cors.Handler(crs), |
||||||
|
fault.PanicHandler(log.Warnf), |
||||||
|
) |
||||||
|
|
||||||
|
base := strings.TrimSuffix(a.Base, "/") |
||||||
|
api := router.Group(base) |
||||||
|
|
||||||
|
api.Get(URLHealthz, a.healthCheck) |
||||||
|
|
||||||
|
return router.HandleRequest |
||||||
|
} |
||||||
|
|
||||||
|
func (a *Api) healthCheck(ctx *routing.Context) (err error) { |
||||||
|
|
||||||
|
_, err = a.Redis.Ping().Result() |
||||||
|
if err != nil { |
||||||
|
ctx.SetStatusCode(http.StatusInternalServerError) |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
_, err = a.Docker.Ping(context.Background()) |
||||||
|
if err != nil { |
||||||
|
ctx.SetStatusCode(http.StatusInternalServerError) |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
ctx.Response.Header.Set("Content-Type", "application/json") |
||||||
|
_, err = ctx.WriteString("{\"health\":\"ok\"}") |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
@ -0,0 +1,22 @@ |
|||||||
|
package lib |
||||||
|
|
||||||
|
var ( |
||||||
|
ConfPath = "config" |
||||||
|
ConfName = "task3" |
||||||
|
) |
||||||
|
|
||||||
|
type AppConfig struct { |
||||||
|
HttpAPI struct { |
||||||
|
Base string `mapstructure:"base"` |
||||||
|
Addr string `mapstructure:"addr"` |
||||||
|
} `mapstructure:"httpApi"` |
||||||
|
Task struct { |
||||||
|
Addr string `mapstructure:"addr"` |
||||||
|
Clients int `mapstructure:"clients"` |
||||||
|
} `mapstructure:"task"` |
||||||
|
Redis struct { |
||||||
|
Addr string `mapstructure:"addr"` |
||||||
|
ScoreKey string `mapstructure:"scoreKey"` |
||||||
|
WinnersKey string `mapstructure:"winnersKey"` |
||||||
|
} `mapstructure:"redis"` |
||||||
|
} |
@ -0,0 +1,38 @@ |
|||||||
|
package configure |
||||||
|
|
||||||
|
import ( |
||||||
|
"strings" |
||||||
|
|
||||||
|
"github.com/sirupsen/logrus" |
||||||
|
"github.com/spf13/viper" |
||||||
|
|
||||||
|
"github.com/mainnika/a-quest/task3-backend/lib" |
||||||
|
"github.com/mainnika/a-quest/task3-backend/lib/env" |
||||||
|
) |
||||||
|
|
||||||
|
var Config lib.AppConfig |
||||||
|
|
||||||
|
func init() { |
||||||
|
|
||||||
|
path := env.ConfigPath |
||||||
|
name := env.ConfigName |
||||||
|
|
||||||
|
if len(path) == 0 { |
||||||
|
path = lib.ConfPath |
||||||
|
} |
||||||
|
|
||||||
|
if len(name) == 0 { |
||||||
|
name = lib.ConfName |
||||||
|
} |
||||||
|
|
||||||
|
viper.AddConfigPath(path) |
||||||
|
viper.SetConfigName(name) |
||||||
|
viper.SetEnvPrefix(env.Prefix) |
||||||
|
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_")) |
||||||
|
viper.AutomaticEnv() |
||||||
|
|
||||||
|
err, _ := viper.ReadInConfig(), viper.Unmarshal(&Config) |
||||||
|
if err != nil { |
||||||
|
logrus.Fatal(err) |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,13 @@ |
|||||||
|
package env |
||||||
|
|
||||||
|
import ( |
||||||
|
"fmt" |
||||||
|
"os" |
||||||
|
) |
||||||
|
|
||||||
|
var ( |
||||||
|
Prefix = "CFG" |
||||||
|
IsDevelopment = len(os.Getenv("DEBUG")) > 0 |
||||||
|
ConfigPath = os.Getenv(fmt.Sprintf("%s_PATH", Prefix)) |
||||||
|
ConfigName = os.Getenv(fmt.Sprintf("%s_NAME", Prefix)) |
||||||
|
) |
@ -0,0 +1,309 @@ |
|||||||
|
package lib |
||||||
|
|
||||||
|
import ( |
||||||
|
"bufio" |
||||||
|
"context" |
||||||
|
"crypto/ecdsa" |
||||||
|
"errors" |
||||||
|
"fmt" |
||||||
|
"net" |
||||||
|
"sync/atomic" |
||||||
|
"time" |
||||||
|
|
||||||
|
jwtgo "github.com/dgrijalva/jwt-go" |
||||||
|
"github.com/docker/docker/api/types" |
||||||
|
"github.com/docker/docker/api/types/container" |
||||||
|
"github.com/docker/docker/api/types/mount" |
||||||
|
"github.com/docker/docker/api/types/network" |
||||||
|
"github.com/docker/docker/client" |
||||||
|
"github.com/go-redis/redis/v7" |
||||||
|
log "github.com/sirupsen/logrus" |
||||||
|
) |
||||||
|
|
||||||
|
type Server struct { |
||||||
|
LetterPath string |
||||||
|
|
||||||
|
Alg string |
||||||
|
Pub *ecdsa.PublicKey |
||||||
|
Priv *ecdsa.PrivateKey |
||||||
|
|
||||||
|
Docker *client.Client |
||||||
|
|
||||||
|
WinnersKey string |
||||||
|
Redis *redis.Client |
||||||
|
|
||||||
|
ClientsLimit uint32 |
||||||
|
connected uint32 |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) Serve(lis net.Listener) (err error) { |
||||||
|
|
||||||
|
for { |
||||||
|
var conn net.Conn |
||||||
|
|
||||||
|
conn, err = lis.Accept() |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
go s.HandleClient(conn) |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) HandleClient(conn net.Conn) { |
||||||
|
|
||||||
|
var err error |
||||||
|
|
||||||
|
defer log.Debugf("done client %v", conn) |
||||||
|
defer atomic.AddUint32(&s.connected, ^uint32(0)) |
||||||
|
|
||||||
|
defer func() { |
||||||
|
if err != nil { |
||||||
|
log.Debug(err) |
||||||
|
} |
||||||
|
|
||||||
|
_ = conn.Close() |
||||||
|
}() |
||||||
|
|
||||||
|
log.Debugf("new client %v", conn) |
||||||
|
|
||||||
|
connected := atomic.AddUint32(&s.connected, 1) |
||||||
|
if connected > s.ClientsLimit { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
now := time.Now().UnixNano() |
||||||
|
claims := &jwtgo.StandardClaims{} |
||||||
|
|
||||||
|
go func() { |
||||||
|
time.Sleep(time.Minute) |
||||||
|
err = conn.Close() |
||||||
|
}() |
||||||
|
|
||||||
|
key, err := s.readKey(conn) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
_, err = jwtgo.ParseWithClaims(key, claims, s.getKey) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
if !s.isWinner(claims.Id) { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
log.Debugf("connected with id %s", claims.Id) |
||||||
|
|
||||||
|
jailId, err := s.createJail(now, claims) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
defer s.removeJailNoErr(jailId) |
||||||
|
|
||||||
|
log.Debugf("jail created %s → %s", claims.Id, jailId) |
||||||
|
|
||||||
|
err = s.startJail(jailId) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
jailConn, err := s.attachJail(jailId) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
greetings := fmt.Sprintf("welcome %s! I have a letter for you, just read it!", claims.Subject) |
||||||
|
cmd := fmt.Sprintf(`echo %s 2>&1 | tee msg /dev/console`, greetings) |
||||||
|
|
||||||
|
err = s.execJail(jailId, []string{"sh", "-c", cmd}) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
err = s.startProxyJail(jailConn, conn) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) getPrivKey(t *jwtgo.Token) (interface{}, error) { |
||||||
|
if _, ok := t.Method.(*jwtgo.SigningMethodECDSA); !ok { |
||||||
|
return nil, errors.New("unexpected signing method") |
||||||
|
} |
||||||
|
return s.Priv, nil |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) getKey(t *jwtgo.Token) (interface{}, error) { |
||||||
|
if _, ok := t.Method.(*jwtgo.SigningMethodECDSA); !ok { |
||||||
|
return nil, errors.New("unexpected signing method") |
||||||
|
} |
||||||
|
return s.Pub, nil |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) isWinner(id string) (winner bool) { |
||||||
|
winner, _ = s.Redis.SIsMember(s.WinnersKey, id).Result() |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) readKey(conn net.Conn) (key string, err error) { |
||||||
|
|
||||||
|
buf := make([]byte, 4096) |
||||||
|
scanner := bufio.NewScanner(conn) |
||||||
|
|
||||||
|
scanner.Buffer(buf, 0) |
||||||
|
|
||||||
|
for { |
||||||
|
err = scanner.Err() |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
if !scanner.Scan() { |
||||||
|
continue |
||||||
|
} |
||||||
|
|
||||||
|
key = scanner.Text() |
||||||
|
break |
||||||
|
} |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) createJail(now int64, claims *jwtgo.StandardClaims) (id string, err error) { |
||||||
|
|
||||||
|
name := fmt.Sprintf("%d-%s", now, claims.Id) |
||||||
|
cfg := &container.Config{ |
||||||
|
NetworkDisabled: true, |
||||||
|
Labels: map[string]string{ |
||||||
|
"id": claims.Id, |
||||||
|
}, |
||||||
|
Image: "alpine", |
||||||
|
User: "nobody", |
||||||
|
OpenStdin: true, |
||||||
|
Tty: true, |
||||||
|
Cmd: []string{"/bin/sh"}, |
||||||
|
} |
||||||
|
letter := mount.Mount{ |
||||||
|
Type: mount.TypeBind, |
||||||
|
Source: s.LetterPath, |
||||||
|
Target: "/letter", |
||||||
|
ReadOnly: true, |
||||||
|
} |
||||||
|
hcfg := &container.HostConfig{ |
||||||
|
NetworkMode: "none", |
||||||
|
Mounts: []mount.Mount{letter}, |
||||||
|
} |
||||||
|
ncfg := &network.NetworkingConfig{} |
||||||
|
created, err := s.Docker.ContainerCreate(context.Background(), cfg, hcfg, ncfg, name) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
id = created.ID |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) removeJailNoErr(id string) { |
||||||
|
_ = s.Docker.ContainerRemove(context.Background(), id, types.ContainerRemoveOptions{Force: true}) |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) startJail(id string) (err error) { |
||||||
|
return s.Docker.ContainerStart(context.Background(), id, types.ContainerStartOptions{}) |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) execJail(id string, cmd []string) (err error) { |
||||||
|
|
||||||
|
ctx := context.Background() |
||||||
|
exec, err := s.Docker.ContainerExecCreate(ctx, id, types.ExecConfig{User: "root", Cmd: cmd, Detach: true}) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
err = s.Docker.ContainerExecStart(ctx, exec.ID, types.ExecStartCheck{Detach: true}) |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) attachJail(id string) (conn net.Conn, err error) { |
||||||
|
|
||||||
|
containerio, err := s.Docker.ContainerAttach(context.Background(), id, types.ContainerAttachOptions{Stdin: true, Stdout: true, Stderr: true, Stream: true}) |
||||||
|
if err != nil { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
conn = containerio.Conn |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func (s *Server) startProxyJail(jailconn net.Conn, userconn net.Conn) (err error) { |
||||||
|
|
||||||
|
closed := new(uint32) |
||||||
|
stdin := createProxyChan(userconn, closed) |
||||||
|
stdout := createProxyChan(jailconn, closed) |
||||||
|
|
||||||
|
defer jailconn.Close() |
||||||
|
|
||||||
|
Proxying: |
||||||
|
for { |
||||||
|
select { |
||||||
|
case data, ok := <-stdin: |
||||||
|
if !ok { |
||||||
|
break Proxying |
||||||
|
} |
||||||
|
_, err = jailconn.Write(data) |
||||||
|
case data, ok := <-stdout: |
||||||
|
if !ok { |
||||||
|
break Proxying |
||||||
|
} |
||||||
|
_, err = userconn.Write(data) |
||||||
|
} |
||||||
|
|
||||||
|
if err != nil { |
||||||
|
break |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func createProxyChan(conn net.Conn, closed *uint32) (out chan []byte) { |
||||||
|
|
||||||
|
out = make(chan []byte) |
||||||
|
b := make([]byte, 1024) |
||||||
|
|
||||||
|
go func() { |
||||||
|
|
||||||
|
defer close(out) |
||||||
|
|
||||||
|
for { |
||||||
|
deadline := time.Now().Add(time.Minute) |
||||||
|
err := conn.SetReadDeadline(deadline) |
||||||
|
if err != nil { |
||||||
|
log.Debugf("conn deadline failed: %v", err) |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
if !atomic.CompareAndSwapUint32(closed, 0, 0) { |
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
n, err := conn.Read(b) |
||||||
|
if n > 0 { |
||||||
|
res := make([]byte, n) |
||||||
|
copy(res, b[:n]) |
||||||
|
out <- res |
||||||
|
} |
||||||
|
if err != nil { |
||||||
|
log.Debugf("conn read failed: %v", err) |
||||||
|
return |
||||||
|
} |
||||||
|
} |
||||||
|
}() |
||||||
|
|
||||||
|
return |
||||||
|
} |
@ -0,0 +1,128 @@ |
|||||||
|
package main |
||||||
|
|
||||||
|
import ( |
||||||
|
"flag" |
||||||
|
"fmt" |
||||||
|
"net" |
||||||
|
"os" |
||||||
|
|
||||||
|
jwtgo "github.com/dgrijalva/jwt-go" |
||||||
|
"github.com/docker/docker/client" |
||||||
|
"github.com/go-redis/redis/v7" |
||||||
|
log "github.com/sirupsen/logrus" |
||||||
|
"github.com/valyala/fasthttp" |
||||||
|
|
||||||
|
"github.com/mainnika/a-quest/task3-backend/lib" |
||||||
|
. "github.com/mainnika/a-quest/task3-backend/lib/configure" |
||||||
|
. "github.com/mainnika/a-quest/task3-backend/lib/env" |
||||||
|
) |
||||||
|
|
||||||
|
var version = "dev" |
||||||
|
var exit = make(chan int) |
||||||
|
|
||||||
|
var ( |
||||||
|
getVersion bool |
||||||
|
) |
||||||
|
|
||||||
|
func init() { |
||||||
|
|
||||||
|
if IsDevelopment { |
||||||
|
log.SetLevel(log.DebugLevel) |
||||||
|
log.Debug("debug mode") |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
func httpStart(apiserv *lib.Api) (httpserv *fasthttp.Server) { |
||||||
|
|
||||||
|
httpserv = &fasthttp.Server{ |
||||||
|
Logger: log.StandardLogger(), |
||||||
|
Handler: apiserv.GetHandler(), |
||||||
|
DisableKeepalive: true, |
||||||
|
} |
||||||
|
|
||||||
|
lis, err := net.Listen("tcp", Config.HttpAPI.Addr) |
||||||
|
if err != nil { |
||||||
|
log.Fatalf("http listen error: %v", err) |
||||||
|
} |
||||||
|
|
||||||
|
err = httpserv.Serve(lis) |
||||||
|
if err != nil { |
||||||
|
log.Fatalf("http serve error: %v", err) |
||||||
|
} |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func taskStart(taskserv *lib.Server) { |
||||||
|
|
||||||
|
lis, err := net.Listen("tcp", Config.Task.Addr) |
||||||
|
if err != nil { |
||||||
|
log.Fatalf("task listen error: %v", err) |
||||||
|
} |
||||||
|
|
||||||
|
err = taskserv.Serve(lis) |
||||||
|
if err != nil { |
||||||
|
log.Fatalf("task serve error: %v", err) |
||||||
|
} |
||||||
|
|
||||||
|
return |
||||||
|
} |
||||||
|
|
||||||
|
func main() { |
||||||
|
|
||||||
|
flag.BoolVar(&getVersion, "v", false, "version") |
||||||
|
flag.Parse() |
||||||
|
|
||||||
|
if getVersion { |
||||||
|
fmt.Println(version) |
||||||
|
os.Exit(0) |
||||||
|
} |
||||||
|
|
||||||
|
log.Debugf("version: %s", version) |
||||||
|
log.Debugf("cfg: %v", Config) |
||||||
|
|
||||||
|
rediclient := redis.NewClient(&redis.Options{ |
||||||
|
Addr: Config.Redis.Addr, |
||||||
|
Password: "", // no password set
|
||||||
|
DB: 0, // use default DB
|
||||||
|
}) |
||||||
|
|
||||||
|
docklient, err := client.NewEnvClient() |
||||||
|
if err != nil { |
||||||
|
log.Fatalf("can not init docklient: %s", err) |
||||||
|
} |
||||||
|
|
||||||
|
pubKey, err := jwtgo.ParseECPublicKeyFromPEM(publicKey) |
||||||
|
if err != nil { |
||||||
|
log.Fatalf("can not parse jwt key: %s", err) |
||||||
|
} |
||||||
|
|
||||||
|
privKey, err := jwtgo.ParseECPrivateKeyFromPEM(privateKey) |
||||||
|
if err != nil { |
||||||
|
log.Fatalf("can not parse jwt key: %s", err) |
||||||
|
} |
||||||
|
|
||||||
|
apiserv := &lib.Api{ |
||||||
|
Base: Config.HttpAPI.Base, |
||||||
|
Docker: docklient, |
||||||
|
Redis: rediclient, |
||||||
|
} |
||||||
|
|
||||||
|
taskserv := &lib.Server{ |
||||||
|
Alg: alg, |
||||||
|
Pub: pubKey, |
||||||
|
Priv: privKey, |
||||||
|
Docker: docklient, |
||||||
|
WinnersKey: Config.Redis.WinnersKey, |
||||||
|
Redis: rediclient, |
||||||
|
ClientsLimit: uint32(Config.Task.Clients), |
||||||
|
} |
||||||
|
|
||||||
|
go httpStart(apiserv) |
||||||
|
go taskStart(taskserv) |
||||||
|
|
||||||
|
code := <-exit |
||||||
|
if code > 0 { |
||||||
|
os.Exit(code) |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue