standardized experimental warnings (#3917)

This commit is contained in:
Gaurav Gahlot
2020-10-02 21:41:08 +05:30
committed by GitHub
parent bebda80b05
commit d9063e7af3
20 changed files with 251 additions and 58 deletions

View File

@ -25,7 +25,10 @@ import (
// PreparedMsg is responsible for creating a Marshalled and Compressed object.
//
// This API is EXPERIMENTAL.
// Experimental
//
// Notice: This type is EXPERIMENTAL and may be changed or removed in a
// later release.
type PreparedMsg struct {
// Struct for preparing msg before sending them
encodedData []byte