Skip to content

Instantly share code, notes, and snippets.

@lyuxuan
lyuxuan / main.go
Last active March 23, 2019 10:19
Channelz Demo: Server
/*
*
* Copyright 2018 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
@lyuxuan
lyuxuan / main.go
Last active December 22, 2018 00:24
Channelz Demo: Client
/*
*
* Copyright 2018 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*