Documentation ¶
Index ¶
- type Apply
- type Form
- func (form *Form) GetACL() map[string][]string
- func (form *Form) GetAbstract() *translate.MultiLangString
- func (form *Form) GetAllMeta() *search.Metalist
- func (form *Form) GetCatalogs() []string
- func (form *Form) GetCategories() []string
- func (form *Form) GetCollectionTitle() string
- func (form *Form) GetContentMime() string
- func (form *Form) GetContentString() string
- func (form *Form) GetContentType() string
- func (form *Form) GetDate() string
- func (form *Form) GetDateAdded() time.Time
- func (form *Form) GetExtra() *search.Metalist
- func (form *Form) GetLicense() string
- func (form *Form) GetMedia() map[string]search.MediaList
- func (form *Form) GetMeta() *search.Metalist
- func (form *Form) GetNotes() []search.Note
- func (form *Form) GetPersons() []search.Person
- func (form *Form) GetPlace() string
- func (form *Form) GetPoster() *search.Media
- func (form *Form) GetPublisher() string
- func (form *Form) GetQueries() []search.Query
- func (form *Form) GetReferences() []search.Reference
- func (form *Form) GetRights() string
- func (form *Form) GetSeries() string
- func (form *Form) GetSignature() string
- func (form *Form) GetSignatureOriginal() string
- func (form *Form) GetSolrDoc() *solr.Document
- func (form *Form) GetSource() string
- func (form *Form) GetTags() []string
- func (form *Form) GetTitle() *translate.MultiLangString
- func (form *Form) GetUrl() string
- func (form *Form) GetVars() *search.Varlist
- func (form *Form) Name() string
- type FormData
- type FormFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apply ¶
type Apply struct { FormStmt *MySQLReprepareStmt.Stmt DataStmt *MySQLReprepareStmt.Stmt FileStmt *MySQLReprepareStmt.Stmt // contains filtered or unexported fields }
func (*Apply) PrepareStmt ¶
type Form ¶
type Form struct { Id int64 Link string Changed time.Time Files []*FormFile Data map[string]string Project string ProjectTitel string Errors []string // contains filtered or unexported fields }
func (*Form) GetAbstract ¶
func (form *Form) GetAbstract() *translate.MultiLangString
func (*Form) GetAllMeta ¶
func (*Form) GetCatalogs ¶
func (*Form) GetCategories ¶
func (*Form) GetCollectionTitle ¶
func (*Form) GetContentMime ¶
func (*Form) GetContentString ¶
func (*Form) GetContentType ¶
func (*Form) GetDateAdded ¶
func (*Form) GetLicense ¶
func (*Form) GetPersons ¶
func (*Form) GetPublisher ¶
func (*Form) GetQueries ¶
func (*Form) GetReferences ¶
func (*Form) GetSignature ¶
func (*Form) GetSignatureOriginal ¶
func (*Form) GetSolrDoc ¶
func (*Form) GetTitle ¶
func (form *Form) GetTitle() *translate.MultiLangString
Click to show internal directories.
Click to hide internal directories.