Create & Init Project...
This commit is contained in:
14
app/interface/main/app-channel/model/feed/feed2.go
Normal file
14
app/interface/main/app-channel/model/feed/feed2.go
Normal file
@ -0,0 +1,14 @@
|
||||
package feed
|
||||
|
||||
import (
|
||||
cardm "go-common/app/interface/main/app-card/model/card"
|
||||
)
|
||||
|
||||
type Show2 struct {
|
||||
Topic cardm.Handler `json:"topic,omitempty"`
|
||||
Feed []cardm.Handler `json:"feed"`
|
||||
}
|
||||
|
||||
type Tab struct {
|
||||
Items []cardm.Handler `json:"items"`
|
||||
}
|
Reference in New Issue
Block a user