Documentation
¶
Index ¶
Constants ¶
View Source
const ( ServiceNotion = Service("NOTION") ServiceFile = Service("FILE") )
Variables ¶
View Source
var Services = []Service{ ServiceNotion, ServiceFile, }
Functions ¶
This section is empty.
Types ¶
type SchemanState ¶
type SchemanState struct { *boilingcore.State IgnoreAttributes []string Defs map[Service]definition.Definition }
func New ¶
func New(config *boilingcore.Config) (*SchemanState, error)
func (*SchemanState) Run ¶
func (s *SchemanState) Run() error
Click to show internal directories.
Click to hide internal directories.