org

package
v1.70.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2018 License: AGPL-3.0 Imports: 3 Imported by: 21

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Organization

type Organization struct {
	model.BaseEntity
	Company              string `json:"-"`
	Title                string `json:"title"`
	Message              string `json:"message"`
	Domain               string `json:"domain"`
	Email                string `json:"email"`
	AllowAnonymousAccess bool   `json:"allowAnonymousAccess"`
	AuthProvider         string `json:"authProvider"`
	AuthConfig           string `json:"authConfig"`
	ConversionEndpoint   string `json:"conversionEndpoint"`
	MaxTags              int    `json:"maxTags"`
	Serial               string `json:"-"`
	Active               bool   `json:"-"`
}

Organization defines a company that uses this app.

type SiteMeta

type SiteMeta struct {
	OrgID                string      `json:"orgId"`
	Title                string      `json:"title"`
	Message              string      `json:"message"`
	URL                  string      `json:"url"`
	AllowAnonymousAccess bool        `json:"allowAnonymousAccess"`
	AuthProvider         string      `json:"authProvider"`
	AuthConfig           string      `json:"authConfig"`
	Version              string      `json:"version"`
	MaxTags              int         `json:"maxTags"`
	Edition              string      `json:"edition"`
	Valid                bool        `json:"valid"`
	ConversionEndpoint   string      `json:"conversionEndpoint"`
	License              env.License `json:"license"`
}

SiteMeta holds information associated with an Organization.

type SitemapDocument

type SitemapDocument struct {
	DocumentID string
	Document   string
	FolderID   string
	Folder     string
	Revised    time.Time
}

SitemapDocument details a document that can be exposed via Sitemap.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL