完善部分内容
This commit is contained in:
9
pkg/core/page.go
Normal file
9
pkg/core/page.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package core
|
||||
|
||||
type PageContent struct {
|
||||
meta PageMeta
|
||||
}
|
||||
|
||||
func (p *PageContent) GetMeta(domain, path string) (*PageMeta, error) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user