resource

package
v0.0.0-...-f83813f Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PortalRegistry = &resource.Registry{}
View Source
var ReservedAppIDTXT = PortalRegistry.Register(resource.NewlineJoinedDescriptor{
	Path: "reserved_app_id.txt",
	Parse: func(data []byte) (interface{}, error) {
		return blocklist.New(string(data))
	},
})
View Source
var TemplateCollaboratorInvitationEmailHTML = PortalRegistry.Register(&template.MessageHTML{
	Name: "messages/collaborator_invitation_email.html",
}).(*template.MessageHTML)
View Source
var TemplateCollaboratorInvitationEmailTXT = PortalRegistry.Register(&template.MessagePlainText{
	Name: "messages/collaborator_invitation_email.txt",
}).(*template.MessagePlainText)
View Source
var ThemesJSON = PortalRegistry.Register(&resource.SimpleDescriptor{
	Path: "themes.json",
})
View Source
var TranslationsJSON = PortalRegistry.Register(&resource.SimpleDescriptor{
	Path: "translations.json",
})

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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