Skip to content

Commit 68f31b6

Browse files
committed
Card interface
1 parent 4be1e9f commit 68f31b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

card/card.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package card
2+
3+
import (
4+
"github.com/kirillrdy/nadeshiko/html"
5+
"github.com/sparkymat/webdsl/css"
6+
)
7+
8+
type Card interface {
9+
Html() html.Node
10+
Css() css.CssContainer
11+
}

0 commit comments

Comments
 (0)