Documentation
¶
Overview ¶
templ: version: v0.3.924
Index ¶
- func RenderFragmentICUMessage(w http.ResponseWriter, r *http.Request, tikID string, msg *ICUMessage)
- func RenderOOBUpdate(w http.ResponseWriter, r *http.Request, tikID string, msg *ICUMessage, ...)
- func RenderPageIndex(w http.ResponseWriter, r *http.Request, data DataIndex)
- func RenderViewIndex(w http.ResponseWriter, r *http.Request, data DataIndex)
- type Catalog
- type DataIndex
- type FilterTIKs
- type ICUMessage
- type TIK
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderFragmentICUMessage ¶
func RenderFragmentICUMessage( w http.ResponseWriter, r *http.Request, tikID string, msg *ICUMessage, )
func RenderOOBUpdate ¶
func RenderOOBUpdate( w http.ResponseWriter, r *http.Request, tikID string, msg *ICUMessage, d DataIndex, )
func RenderPageIndex ¶
func RenderPageIndex(w http.ResponseWriter, r *http.Request, data DataIndex)
func RenderViewIndex ¶
func RenderViewIndex(w http.ResponseWriter, r *http.Request, data DataIndex)
Types ¶
type FilterTIKs ¶
type FilterTIKs int8
const ( FilterTIKsAll FilterTIKs = iota FilterTIKsChanged FilterTIKsEmpty FilterTIKsComplete FilterTIKsIncomplete FilterTIKsInvalid )
type ICUMessage ¶
type ICUMessage struct {
ID string
IncompleteReports []string
Message string
Error string
// MessageOriginal holds the original value before the change.
// This is only relevant when Changed == true.
MessageOriginal string
Catalog *Catalog
// Changed is true when there was a change to this message.
// In that case MessageOriginal holds the original message value.
Changed bool
IsReadOnly bool
}
Click to show internal directories.
Click to hide internal directories.