From 62e6d072ac194d02986b283a7684de323e62b82c Mon Sep 17 00:00:00 2001 From: Jono Wenger <jono@elixxir.io> Date: Tue, 25 Oct 2022 11:17:00 -0700 Subject: [PATCH] Update speakeasy comments --- wasm/channels.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm/channels.go b/wasm/channels.go index 077632f9..e7a4694d 100644 --- a/wasm/channels.go +++ b/wasm/channels.go @@ -648,7 +648,7 @@ func GetChannelJSON(_ js.Value, args []js.Value) interface{} { // - args[0] - The pretty print of the channel (string). // // The pretty print will be of the format: -// <Speakeasy-v2:Test_Channel|description:Channel description.|level:Public|secrets:+oHcqDbJPZaT3xD5NcdLY8OjOMtSQNKdKgLPmr7ugdU=|rCI0wr01dHFStjSFMvsBzFZClvDIrHLL5xbCOPaUOJ0=|493|1|7cBhJxVfQxWo+DypOISRpeWdQBhuQpAZtUbQHjBm8NQ=> +// <Speakeasy-v3:Test_Channel|description:Channel description.|level:Public|created:1666718081766741100|secrets:+oHcqDbJPZaT3xD5NcdLY8OjOMtSQNKdKgLPmr7ugdU=|rCI0wr01dHFStjSFMvsBzFZClvDIrHLL5xbCOPaUOJ0=|493|1|7cBhJxVfQxWo+DypOISRpeWdQBhuQpAZtUbQHjBm8NQ=> // // Returns: // - JSON of [bindings.ChannelInfo], which describes all relevant channel info @@ -672,7 +672,7 @@ func GetChannelInfo(_ js.Value, args []js.Value) interface{} { // or generated via [GenerateChannel] (string). // // The pretty print will be of the format: -// <Speakeasy-v2:Test_Channel|description:Channel description.|level:Public|secrets:+oHcqDbJPZaT3xD5NcdLY8OjOMtSQNKdKgLPmr7ugdU=|rCI0wr01dHFStjSFMvsBzFZClvDIrHLL5xbCOPaUOJ0=|493|1|7cBhJxVfQxWo+DypOISRpeWdQBhuQpAZtUbQHjBm8NQ=> +// <Speakeasy-v3:Test_Channel|description:Channel description.|level:Public|created:1666718081766741100|secrets:+oHcqDbJPZaT3xD5NcdLY8OjOMtSQNKdKgLPmr7ugdU=|rCI0wr01dHFStjSFMvsBzFZClvDIrHLL5xbCOPaUOJ0=|493|1|7cBhJxVfQxWo+DypOISRpeWdQBhuQpAZtUbQHjBm8NQ=> // // Returns: // - JSON of [bindings.ChannelInfo], which describes all relevant channel info -- GitLab