package core type PageContent struct { meta PageMeta } func (p *PageContent) GetMeta(domain, path string) (*PageMeta, error) { }