dchaofei / go-grpc

Go Stubs for Chatie GRPC (DO NOT EDIT: Code generated by protoc-gen-go)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-grpc

Go Stubs for Chatie GRPC

DO NOT EDIT

Code generated by protoc-gen-go.

This repo was generated via DevOps from @chatie/grpc

Usage

github.com/wechaty/go-grpc

package _go

import (
	"testing"

	"github.com/wechaty/go-grpc/wechaty"
)

func TestProto(t *testing.T) {
	var _ wechaty.PuppetClient = wechaty.NewPuppetClient(nil)
}

Author

Copyright & License

  • Code & Docs © 2020-now Huan LI <zixia@zixia.net>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons

About

Go Stubs for Chatie GRPC (DO NOT EDIT: Code generated by protoc-gen-go)

License:Apache License 2.0