Documentation ¶
Overview ¶
Package ontology provides functionality to interact with ontologies stored in a Baserow table. It includes functions to load new terms into the table or update existing entries based on their deprecation status. The package handles the construction and execution of HTTP requests to the Baserow API, and the marshaling and unmarshaling of JSON data as needed for the ontology terms.
Index ¶
Constants ¶
View Source
const ConcurrentTermLoader = 10
Variables ¶
This section is empty.
Functions ¶
func LoadNew ¶
func LoadNew(args *LoadProperties) error
func LoadNewOrUpdate ¶
func LoadNewOrUpdate(args *LoadProperties) error
Types ¶
type FnRunnerProperties ¶
type FnRunnerProperties struct { Fn func(*termRowProperties) error Props *termRowProperties }
type LoadProperties ¶
type LoadingLooper ¶
type LoadingLooper struct {
Handler *FnRunnerProperties
}
func (*LoadingLooper) Run ¶
func (ldo *LoadingLooper) Run() error
Click to show internal directories.
Click to hide internal directories.