package
Version:
v0.0.0-...-395d67b
Opens a new window with list of versions in this module.
Published: Jun 16, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type API struct {
DB *gorm.DB
}
API holds all api handler
NewAPI creates a new api and insert the database provided in it
type Site struct {
gorm.Model
Name string `sql:"name" json:"name,omitempty"`
URL string `sql:"url" json:"url,omitempty"`
ContactID uint `sql:"contact_id" json:"contact_id,omitempty"`
}
Site holds site information
NewSite creates a new site
Source Files
¶
Click to show internal directories.
Click to hide internal directories.