From 0bc2bd3c9d22780b6080b5c74dbca3f95aa32325 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Tue, 13 Feb 2024 15:21:14 -0800 Subject: [PATCH] initial commits --- buttonactions.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 buttonactions.go diff --git a/buttonactions.go b/buttonactions.go new file mode 100644 index 0000000..f59daa6 --- /dev/null +++ b/buttonactions.go @@ -0,0 +1,8 @@ +package frameproto + +const ( + ButtonActionLink = "link" + ButtonActionMint = "mint" + ButtonActionPost = "post" + ButtonActionPostRedirect = "post_redirect" +)