resource

package
v0.0.0-...-2b8ec9a Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 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.HTML{
	Name: "messages/collaborator_invitation_email.html",
}).(*template.HTML)
View Source
var TemplateCollaboratorInvitationEmailTXT = PortalRegistry.Register(&template.PlainText{
	Name: "messages/collaborator_invitation_email.txt",
}).(*template.PlainText)
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