github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/exttinygo/consts.go (about)

     1  /*
     2  * Copyright (c) 2023-present unTill Pro, Ltd.
     3  *  @author Michael Saigachenko
     4   */
     5  
     6  package exttinygo
     7  
     8  const (
     9  	StorageEvent             = "sys.Event"
    10  	StorageSendMail          = "sys.SendMail"
    11  	StorageRecord            = "sys.Record"
    12  	StorageView              = "sys.View"
    13  	StorageWLog              = "sys.WLog"
    14  	StorageHttp              = "sys.Http"
    15  	StorageAppSecret         = "sys.AppSecret"
    16  	StorageRequestSubject    = "sys.RequestSubject"
    17  	StorageResult            = "sys.Result"
    18  	StorageCommandContext    = "sys.CommandContext"
    19  	StorageQueryContext      = "sys.QueryContext"
    20  	StorageResponse          = "sys.Response"
    21  	StorageFederationCommand = "sys.FederationCommand"
    22  
    23  	NullEntity = ""
    24  )