initial commits
parent
b8a09bf0f7
commit
0bc2bd3c9d
|
@ -0,0 +1,8 @@
|
||||||
|
package frameproto
|
||||||
|
|
||||||
|
const (
|
||||||
|
ButtonActionLink = "link"
|
||||||
|
ButtonActionMint = "mint"
|
||||||
|
ButtonActionPost = "post"
|
||||||
|
ButtonActionPostRedirect = "post_redirect"
|
||||||
|
)
|
Loading…
Reference in New Issue