Documentation ¶ Index ¶ type Session func NewSession(cfg *config.GRPC) (*Session, error) func (s *Session) Call(method, data string) (string, error) func (s *Session) Describe(service string) (string, error) func (s *Session) Interactive() error func (s *Session) ListServices() (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Session ¶ type Session struct { Addr string ProtoDir string Reflection bool } func NewSession ¶ func NewSession(cfg *config.GRPC) (*Session, error) func (*Session) Call ¶ func (s *Session) Call(method, data string) (string, error) func (*Session) Describe ¶ func (s *Session) Describe(service string) (string, error) func (*Session) Interactive ¶ func (s *Session) Interactive() error func (*Session) ListServices ¶ func (s *Session) ListServices() (string, error) Source Files ¶ View all Source files grpcurl.gosession.go Click to show internal directories. Click to hide internal directories.