Skip to content

A UI tool using Fyne and Go for connecting to grpc servers, reading protobuf files, and making client calls to the servers

License

Notifications You must be signed in to change notification settings

okratitan/grpc_ui_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc_ui_tool

A UI tool using Fyne and Go for connecting to grpc servers, reading protobuf files, and making client calls to the servers.

This is a simple tool that allows you to connect to GRPC servers, read protobuf files, and send client requests.

You can save server connection details to be opened again later for ease of use - please use the .gtserver extension. Import paths can be saved - but will always be saved as "imports.gtimport" in the same directory as the open protobuf file.

A Few Current Limitations:

  • Certs/TLS configurations are unimplemented and it uses insecure tls currently
  • Map Types are unimplemented in the input UI
  • Cardinality support other than Unary is unimplemented
  • Only works off physical files - proto reflection via a grpc server should be added as an option.

About

A UI tool using Fyne and Go for connecting to grpc servers, reading protobuf files, and making client calls to the servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages