add interface for apps
This commit is contained in:
parent
f2d9e55385
commit
e93d442c79
5
websiteapp/websiteapp.go
Normal file
5
websiteapp/websiteapp.go
Normal file
@ -0,0 +1,5 @@
|
||||
package websiteapp
|
||||
|
||||
type WebDEApplication interface {
|
||||
Render()
|
||||
}
|
Loading…
Reference in New Issue
Block a user