# README
/usr/local/bin/protoc -I =./ --go_out=plugins=grpc:./ --go_opt=paths=source_relative ./*.proto --grpc-gateway_out=logtostderr=true:. --proto_path=/Users/johnsiilver/trees/webgear/wasm/examples/snippets/grpc/
# Functions
No description provided by the author
RegisterSnippetsHandler registers the http handlers for service Snippets to "mux".
RegisterSnippetsHandlerClient registers the http handlers for service Snippets to "mux".
RegisterSnippetsHandlerFromEndpoint is same as RegisterSnippetsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterSnippetsHandlerServer registers the http handlers for service Snippets to "mux".
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedSnippetsServer can be embedded to have forward compatible implementations.
# Interfaces
SnippetsClient is the client API for Snippets service.
SnippetsServer is the server API for Snippets service.