MCPcopy Create free account
hub / github.com/bytebase/bytebase / WorkSheetVisibility

TypeAlias WorkSheetVisibility

backend/store/worksheet.go:22–22  ·  view source on GitHub ↗

WorkSheetVisibility is the visibility of a sheet.

Source from the content-addressed store, hash-verified

20
21// WorkSheetVisibility is the visibility of a sheet.
22type WorkSheetVisibility string
23
24const (
25 // PrivateWorkSheet is the sheet visibility for PRIVATE. Only sheet OWNER can read/write.

Callers 2

GetListSheetFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected