Documentation
¶
Overview ¶
* * Frank Willem Mulder * __________________ * * Copyright 2026 Frank Willem Mulder. All rights reserved. * Use of this source code is governed license that can be found in the LICENSE file.
Index ¶
Constants ¶
View Source
const USER_CLASS_NAME = "User"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Country ¶
type Country struct {
objecttables.Fact[any]
Code string `fact:"key"`
Name string
}
func NewCountry ¶
type Flight ¶
Click to show internal directories.
Click to hide internal directories.