Documentation
¶
Index ¶
- func OidToUserId(oid OID) *types.UserIdScalar
- type OID
- func AppDataSourceOid(id string) OID
- func AppOid(id string) OID
- func BoardOid(id string) OID
- func BookmarkGroupOid(id string) OID
- func BookmarkOid(id string) OID
- func ChannelActionOid(id string) OID
- func ChannelOid(id string) OID
- func CustomerOid(id string) OID
- func DashboardOid(id string) OID
- func DatasetOid(id string) OID
- func DatastreamOid(id string) OID
- func DatastreamTokenOid(id string) OID
- func FolderOid(id string, wsid string) OID
- func LayeredSettingRecordOid(id string) OID
- func LinkOid(id string) OID
- func MonitorActionOid(id string) OID
- func MonitorOid(id string) OID
- func NewOID(s string) (*OID, error)
- func PollerOid(id string) OID
- func PreferredPathOid(id string) OID
- func RbacGroupOid(id string) OID
- func RbacGroupmemberOid(id string) OID
- func RbacStatementOid(id string) OID
- func SnowflakeOutboundShareOid(id string) OID
- func UserOid(uid types.UserIdScalar) OID
- func WorksheetOid(id string) OID
- func WorkspaceOid(id string) OID
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OidToUserId ¶
func OidToUserId(oid OID) *types.UserIdScalar
Types ¶
type OID ¶
func AppDataSourceOid ¶
func BookmarkGroupOid ¶
func BookmarkOid ¶
func ChannelActionOid ¶
func ChannelOid ¶
func CustomerOid ¶
func DashboardOid ¶
func DatasetOid ¶
func DatastreamOid ¶
func DatastreamTokenOid ¶
func LayeredSettingRecordOid ¶
func MonitorActionOid ¶
func MonitorOid ¶
func PreferredPathOid ¶
func RbacGroupOid ¶
func RbacGroupmemberOid ¶
func RbacStatementOid ¶
func SnowflakeOutboundShareOid ¶ added in v0.14.1
func UserOid ¶
func UserOid(uid types.UserIdScalar) OID
func WorksheetOid ¶
func WorkspaceOid ¶
type Type ¶
type Type string
const ( TypeApp Type = "app" TypeAppDataSource Type = "appdatasource" TypeBoard Type = "board" TypeBookmark Type = "bookmark" TypeBookmarkGroup Type = "bookmarkgroup" TypeChannel Type = "channel" TypeChannelAction Type = "channelaction" TypeCustomer Type = "customer" TypeDashboard Type = "dashboard" TypeDataset Type = "dataset" TypeDatastream Type = "datastream" TypeDatastreamToken Type = "datastreamtoken" TypeFiledrop Type = "filedrop" TypeFolder Type = "folder" TypeLayeredSettingRecord Type = "layeredsettingrecord" TypeLink Type = "link" TypeMonitor Type = "monitor" TypeMonitorAction Type = "monitoraction" TypeMonitorActionAttachment Type = "monitoractionattachment" TypePoller Type = "poller" TypePreferredPath Type = "preferredpath" TypeUser Type = "user" TypeWorksheet Type = "worksheet" TypeWorkspace Type = "workspace" TypeRbacGroup Type = "rbacgroup" TypeRbacGroupmember Type = "rbacgroupmember" TypeRbacStatement Type = "rbacstatement" )
Click to show internal directories.
Click to hide internal directories.