GithubHelp home page GithubHelp logo

straightdave / arion Goto Github PK

View Code? Open in Web Editor NEW
73.0 5.0 13.0 1.13 MB

gRPC toolkit for Go

License: MIT License

Go 42.28% HTML 3.86% CSS 3.57% JavaScript 4.20% Shell 0.08% Smarty 46.00%
grpc stress-test grpc-endpoints grpc-services grpc-toolkit

arion's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @straightdave
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...

arion's People

Contributors

golint-fixer avatar litomore avatar straightdave avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

arion's Issues

Failed when analyzing dependencies with problem about `can't load package`

I use go list -f '{{join .Imports "\n"}}' | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' to analyze the non-standard packages used in deps analyzing process.
However it fails sometime: at least at this time it met an unknown package github.com/gogo/protobuf/gogoproto.
After I installed this package manually (thru go get), go-list command worked again.

So I doubt the go-list has flaws in this way or I SHOULD NOT use go-list to analyze deps in the first place.

use of internal package vendor/google.golang.org/grpc/internal not allowed

output

2018/11/14 14:48:26 generating new pb file: temp-listsvr-694865551/pb.go
2018/11/14 14:48:26 generating meta source file: temp-listsvr-694865551/meta.go
2018/11/14 14:48:26 creating new source file: temp-listsvr-694865551/main.go
2018/11/14 14:48:26 creating new source file: temp-listsvr-694865551/static.go
2018/11/14 14:48:26 change dir to /Users/zhaowentao/go/src/github.com/straightdave/arion/temp-listsvr-694865551
2018/11/14 14:48:26 Analyzing dependencies ...
2018/11/14 14:48:26 Install dependencies ...
stderr ../../../../google.golang.org/grpc/clientconn.go:39:2: use of internal package vendor/google.golang.org/grpc/internal not allowed
error exit status 1
complete
2018/11/14 14:48:27 Build ...
stderr # github.com/straightdave/trunks/lib
stderr ../../trunks/lib/burn.go:287:10: c.Invoke undefined (type *grpc.ClientConn has no field or method Invoke)
stderr ../../trunks/lib/burn.go:287:60: undefined: grpc.CallContentSubtype
stderr ../../trunks/lib/burn.go:291:10: c.Invoke undefined (type *grpc.ClientConn has no field or method Invoke)
error exit status 2

env

gopath ~/go/
repro path ~/go/src/github.com/straightdave/arion

exec ./arion -src path ~/go/src/github.com/straightdave/arion

I can't do simple call

Thanks for this nice tool:
but I have a puzzle๏ผŒ
image
then I use :
image
I am sure that the service is running and the simple call is also successful.
Can you help me ? Thanks

[P0 ISSUE] request/response entity naming

At the moment Arion is not very clever to recognize the request and response entities. It just looks for such entities of the naming pattern 'Request' and 'Response'.

This needs to be fixed ASAP!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.