Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNilGithubClient = errors.New("github client cannot be nil") ErrNilNotionClient = errors.New("notion client cannot be nil") )
Functions ¶
This section is empty.
Types ¶
type RequiredProperty ¶
type RequiredProperty struct {
PropertyName string
PropertyType notionapi.PropertyType
}
RequiredProperty represents a required property for the notion database
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.