entry

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2022 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Overview

cSpell:ignore goginrpf, gonic, paulo ferreira

cSpell:ignore goginrpf, gonic, paulo ferreira

cSpell:ignore ginrpf, gonic, paulo ferreira

cSpell:ignore goginrpf, gonic, paulo ferreira

cSpell:ignore goginrpf, gonic, paulo ferreira

cSpell:ignore goginrpf, gonic, paulo ferreira

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertFolderObject

func AssertFolderObject(r rpf.GINProcessor, c *gin.Context)

func AssertNotFolderObject

func AssertNotFolderObject(r rpf.GINProcessor, c *gin.Context)

func AssertNotRootFolder

func AssertNotRootFolder(r rpf.GINProcessor, c *gin.Context)

func DBStoreObjectDelete added in v0.0.7

func DBStoreObjectDelete(r rpf.GINProcessor, c *gin.Context)

func DBStoreObjectGetByID added in v0.0.7

func DBStoreObjectGetByID(r rpf.GINProcessor, c *gin.Context)

func DBStoreObjectInsert added in v0.0.7

func DBStoreObjectInsert(r rpf.GINProcessor, c *gin.Context)

func DBStoreObjectUpdate added in v0.0.7

func DBStoreObjectUpdate(r rpf.GINProcessor, c *gin.Context)

func DBStoreObjectsDeleteAll added in v0.0.7

func DBStoreObjectsDeleteAll(r rpf.GINProcessor, c *gin.Context)

func DBStoreObjectsList added in v0.0.7

func DBStoreObjectsList(r rpf.GINProcessor, c *gin.Context)

func DecryptStoreObject

func DecryptStoreObject(r rpf.GINProcessor, c *gin.Context)

func EncryptStoreObject

func EncryptStoreObject(r rpf.GINProcessor, c *gin.Context)

func ExportStoreObjectFolder

func ExportStoreObjectFolder(r rpf.GINProcessor, c *gin.Context)

func ExportStoreObjectJSON

func ExportStoreObjectJSON(r rpf.GINProcessor, c *gin.Context)

func ExportStoreObjectList

func ExportStoreObjectList(r rpf.GINProcessor, c *gin.Context)

OBJECTS //

func ExportStoreObjectRegistry

func ExportStoreObjectRegistry(r rpf.GINProcessor, c *gin.Context)

func ExtractGINParameterEntryID

func ExtractGINParameterEntryID(r rpf.GINProcessor, c *gin.Context)

func ExtractGINParameterParentID

func ExtractGINParameterParentID(r rpf.GINProcessor, c *gin.Context)

func ExtractURLParameterTitle

func ExtractURLParameterTitle(r rpf.GINProcessor, c *gin.Context)

Types

type BasicStoreObjectToJSON

type BasicStoreObjectToJSON struct {
	Store  uint64 // Store SHARD ID
	Object *orm.StoreObject
}

func (*BasicStoreObjectToJSON) MarshalJSON

func (o *BasicStoreObjectToJSON) MarshalJSON() ([]byte, error)

Store Object JSON Export

type FullStoreObjectToJSON

type FullStoreObjectToJSON struct {
	Store    uint64 // Store SHARD ID
	Object   *orm.StoreObject
	Template *orm.StoreTemplateObject
}

func (*FullStoreObjectToJSON) MarshalJSON

func (o *FullStoreObjectToJSON) MarshalJSON() ([]byte, error)

Store Object JSON Export

type StoreFolderObjectToJSON

type StoreFolderObjectToJSON struct {
	Store  uint64 // Store SHARD ID
	Object *orm.StoreObject
}

func (*StoreFolderObjectToJSON) MarshalJSON

func (o *StoreFolderObjectToJSON) MarshalJSON() ([]byte, error)

JSON Marshaller

Jump to

Keyboard shortcuts

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