Skip to content

Instantly share code, notes, and snippets.

@whyvrafvr
Created November 10, 2021 19:39
Show Gist options
  • Save whyvrafvr/94cdadc23d8e00549c5f44ee6abcad13 to your computer and use it in GitHub Desktop.
Save whyvrafvr/94cdadc23d8e00549c5f44ee6abcad13 to your computer and use it in GitHub Desktop.
EncodeArgs struct
// EncodeArgs are arguments for Encode
type EncodeArgs struct {
Data string `json:"data"`
Encoding formatting.Encoding `json:"encoding"`
Length int32 `json:"length"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment