Documentation
¶
Index ¶
- func CreateBuilding(r *http.Request, tx *sql.Tx) (int, interface{})
- func CreateGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func CreateLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func CreateManufacturer(r *http.Request, tx *sql.Tx) (int, interface{})
- func CreateModel(r *http.Request, tx *sql.Tx) (int, interface{})
- func CreatePrinter(r *http.Request, tx *sql.Tx) (int, interface{})
- func CreateUser(r *http.Request, tx *sql.Tx) (int, interface{})
- func DeleteBuilding(r *http.Request, tx *sql.Tx) (int, interface{})
- func DeleteGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func DeleteLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func DeleteManufacturer(r *http.Request, tx *sql.Tx) (int, interface{})
- func DeleteModel(r *http.Request, tx *sql.Tx) (int, interface{})
- func DeletePrinter(r *http.Request, tx *sql.Tx) (int, interface{})
- func DeleteUser(r *http.Request, tx *sql.Tx) (int, interface{})
- func QueryBuildings(r *http.Request, tx *sql.Tx) (int, interface{})
- func QueryGroups(r *http.Request, tx *sql.Tx) (int, interface{})
- func QueryLocations(r *http.Request, tx *sql.Tx) (int, interface{})
- func QueryManufacturers(r *http.Request, tx *sql.Tx) (int, interface{})
- func QueryModels(r *http.Request, tx *sql.Tx) (int, interface{})
- func QueryPrinters(r *http.Request, tx *sql.Tx) (int, interface{})
- func QueryUsers(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadBuilding(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadGroupLocations(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadGroupUsers(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadLocationGroups(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadLocationUsers(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadManufacturer(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadModel(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadPrinter(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadUser(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadUserGroups(r *http.Request, tx *sql.Tx) (int, interface{})
- func ReadUserLocations(r *http.Request, tx *sql.Tx) (int, interface{})
- func RelateGroupLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func RelateGroupUser(r *http.Request, tx *sql.Tx) (int, interface{})
- func RelateLocationGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func RelateLocationUser(r *http.Request, tx *sql.Tx) (int, interface{})
- func RelateUserGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func RelateUserLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func UnrelateGroupLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func UnrelateGroupUser(r *http.Request, tx *sql.Tx) (int, interface{})
- func UnrelateLocationGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func UnrelateLocationUser(r *http.Request, tx *sql.Tx) (int, interface{})
- func UnrelateUserGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func UnrelateUserLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func UpdateBuilding(r *http.Request, tx *sql.Tx) (int, interface{})
- func UpdateGroup(r *http.Request, tx *sql.Tx) (int, interface{})
- func UpdateLocation(r *http.Request, tx *sql.Tx) (int, interface{})
- func UpdateManufacturer(r *http.Request, tx *sql.Tx) (int, interface{})
- func UpdateModel(r *http.Request, tx *sql.Tx) (int, interface{})
- func UpdatePrinter(r *http.Request, tx *sql.Tx) (int, interface{})
- func UpdateUser(r *http.Request, tx *sql.Tx) (int, interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnrelateGroupLocation ¶
func UnrelateLocationGroup ¶
func UnrelateLocationUser ¶
func UnrelateUserLocation ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.