dc_supplemental

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MDropboxBusiness = app_msg.Apply(&MsgDropboxBusiness{}).(*MsgDropboxBusiness)
)
View Source
var (
	MPathVariable = app_msg.Apply(&MsgPathVariable{}).(*MsgPathVariable)
)
View Source
var (
	MTroubleshooting = app_msg.Apply(&MsgTroubleshooting{}).(*MsgTroubleshooting)
)

Functions

func Docs

func Docs(media dc_index.MediaType) []dc_section.Document

func NewDropboxBusiness

func NewDropboxBusiness(media dc_index.MediaType) dc_section.Document

Types

type DropboxBusiness

type DropboxBusiness struct {
	// contains filtered or unexported fields
}

func (DropboxBusiness) DocDesc

func (z DropboxBusiness) DocDesc() app_msg.Message

func (DropboxBusiness) DocId

func (z DropboxBusiness) DocId() dc_index.DocId

func (DropboxBusiness) Sections

func (z DropboxBusiness) Sections() []dc_section.Section

type DropboxBusinessActivities

type DropboxBusinessActivities struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessActivities) Body

func (z DropboxBusinessActivities) Body(ui app_ui.UI)

func (DropboxBusinessActivities) Title

type DropboxBusinessCatalogue

type DropboxBusinessCatalogue interface {
	Recipe(path string) rc_recipe.Spec
	RecipeTable(name string, ui app_ui.UI, paths []string)
	WarnUnmentioned()
}

func NewDbxCatalogue

func NewDbxCatalogue(media dc_index.MediaType) DropboxBusinessCatalogue

type DropboxBusinessConnect

type DropboxBusinessConnect struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessConnect) Body

func (z DropboxBusinessConnect) Body(ui app_ui.UI)

func (DropboxBusinessConnect) Title

type DropboxBusinessContent

type DropboxBusinessContent struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessContent) Body

func (z DropboxBusinessContent) Body(ui app_ui.UI)

func (DropboxBusinessContent) Title

type DropboxBusinessFileLock

type DropboxBusinessFileLock struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessFileLock) Body

func (z DropboxBusinessFileLock) Body(ui app_ui.UI)

func (DropboxBusinessFileLock) Title

type DropboxBusinessFootnote

type DropboxBusinessFootnote struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessFootnote) Body

func (z DropboxBusinessFootnote) Body(ui app_ui.UI)

func (DropboxBusinessFootnote) Title

type DropboxBusinessGroup

type DropboxBusinessGroup struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessGroup) Body

func (z DropboxBusinessGroup) Body(ui app_ui.UI)

func (DropboxBusinessGroup) Title

type DropboxBusinessMember

type DropboxBusinessMember struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessMember) Body

func (z DropboxBusinessMember) Body(ui app_ui.UI)

func (DropboxBusinessMember) Title

type DropboxBusinessPaper

type DropboxBusinessPaper struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessPaper) Body

func (z DropboxBusinessPaper) Body(ui app_ui.UI)

func (DropboxBusinessPaper) Title

type DropboxBusinessSharedLink struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessSharedLink) Body

func (z DropboxBusinessSharedLink) Body(ui app_ui.UI)

func (DropboxBusinessSharedLink) Title

type DropboxBusinessTeamAdmin

type DropboxBusinessTeamAdmin struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessTeamAdmin) Body

func (z DropboxBusinessTeamAdmin) Body(ui app_ui.UI)

func (DropboxBusinessTeamAdmin) Title

type DropboxBusinessUsecase

type DropboxBusinessUsecase struct {
	// contains filtered or unexported fields
}

func (DropboxBusinessUsecase) Body

func (z DropboxBusinessUsecase) Body(ui app_ui.UI)

func (DropboxBusinessUsecase) Title

type ExperimentalFeature

type ExperimentalFeature struct {
}

func (ExperimentalFeature) DocDesc

func (z ExperimentalFeature) DocDesc() app_msg.Message

func (ExperimentalFeature) DocId

func (ExperimentalFeature) Sections

func (z ExperimentalFeature) Sections() []dc_section.Section

type ExperimentalFeatureDefinitions

type ExperimentalFeatureDefinitions struct {
}

func (ExperimentalFeatureDefinitions) Body

func (ExperimentalFeatureDefinitions) Title

type MsgDropboxBusiness

type MsgDropboxBusiness struct {
	DocDesc  app_msg.Message
	Title    app_msg.Message
	Overview app_msg.Message

	CommandHeaderName app_msg.Message
	CommandHeaderDesc app_msg.Message

	MemberTitle                     app_msg.Message
	MemberInfoCommands              app_msg.Message
	MemberInfoOverview              app_msg.Message
	MemberBasicCommands             app_msg.Message
	MemberBasicOverview             app_msg.Message
	MemberQuotaTitle                app_msg.Message
	MemberQuotaInfo                 app_msg.Message
	MemberDirectoryRestrictionTitle app_msg.Message
	MemberDirectoryRestrictionInfo  app_msg.Message
	MemberProfileTitle              app_msg.Message
	MemberProfileInfo               app_msg.Message
	MemberSuspendTitle              app_msg.Message
	MemberSuspendInfo               app_msg.Message

	GroupTitle       app_msg.Message
	GroupMgmtTitle   app_msg.Message
	GroupMgmtInfo    app_msg.Message
	GroupMemberTitle app_msg.Message
	GroupMemberInfo  app_msg.Message
	GroupUnusedTitle app_msg.Message
	GroupUnusedInfo  app_msg.Message

	ContentTitle                     app_msg.Message
	ContentInfo                      app_msg.Message
	ContentAboutNamespace            app_msg.Message
	ContentNamespaceTitle            app_msg.Message
	ContentTeamFolderOperationTitle  app_msg.Message
	ContentTeamFolderOperationInfo   app_msg.Message
	ContentTeamContentTitle          app_msg.Message
	ContentTeamContentInfo           app_msg.Message
	ContentTeamFolderPermissionTitle app_msg.Message
	ContentTeamFolderPermissionInfo  app_msg.Message
	ContentFileRequestTitle          app_msg.Message
	ContentMemberFileTitle           app_msg.Message

	ConnectTitle app_msg.Message
	ConnectInfo  app_msg.Message

	SharedLinkTitle               app_msg.Message
	SharedLinkInfo                app_msg.Message
	SharedLinkCapVsUpdateTitle    app_msg.Message
	SharedLinkCapVsUpdateDesc     app_msg.Message
	SharedLinkWithJqListTitle     app_msg.Message
	SharedLinkWithJqListExample   app_msg.Message
	SharedLinkWithJqDeleteTitle   app_msg.Message
	SharedLinkWithJqDeleteExample app_msg.Message

	ActivitiesTitle app_msg.Message
	ActivitiesInfo  app_msg.Message

	FileLockTitle           app_msg.Message
	FileLockInfo            app_msg.Message
	FileLockMemberTitle     app_msg.Message
	FileLockTeamFolderTitle app_msg.Message

	UsecaseTitle              app_msg.Message
	UsecaseExternalIdTitle    app_msg.Message
	UsecaseExternalIdInfo     app_msg.Message
	UsecaseDataMigrationTitle app_msg.Message
	UsecaseDataMigrationInfo  app_msg.Message
	UsecaseTeamInfoTitle      app_msg.Message

	FootnoteTitle app_msg.Message
	FootnoteInfo  app_msg.Message

	PaperTitle       app_msg.Message
	LegacyPaperTitle app_msg.Message
	LegacyPaperInfo  app_msg.Message

	TeamAdminTitle app_msg.Message
	TeamAdminInfo  app_msg.Message
}

type MsgExperimentalFeature

type MsgExperimentalFeature struct {
	DocDesc     app_msg.Message
	Title       app_msg.Message
	Overview    app_msg.Message
	FeatureName app_msg.Message
	FeatureDesc app_msg.Message
}

type MsgPathVariable

type MsgPathVariable struct {
	DocDesc     app_msg.Message
	Title       app_msg.Message
	Overview    app_msg.Message
	VarVariable app_msg.Message
	VarDesc     app_msg.Message
}

type MsgTroubleshooting

type MsgTroubleshooting struct {
	DocDesc app_msg.Message
	Title   app_msg.Message

	NetworkTitle      app_msg.Message
	NetworkOverview   app_msg.Message
	NetworkProxyNotes app_msg.Message

	GarbledTitle      app_msg.Message
	GarbledOverview   app_msg.Message
	GarbledPowershell app_msg.Message

	SlowTitle     app_msg.Message
	SlowOverview  app_msg.Message
	SlowRateLimit app_msg.Message

	LogTitle                    app_msg.Message
	LogOverview                 app_msg.Message
	LogSecurityDisclaimer       app_msg.Message
	LogFormat                   app_msg.Message
	LogFormatJobFolder          app_msg.Message
	LogFormatJobFolderStructure app_msg.Message
	LogFormatLogsFolder         app_msg.Message
	LogFormatLogFormat          app_msg.Message
	LogDebug                    app_msg.Message
	LogDebugOverview            app_msg.Message
	LogDebugExample             app_msg.Message
	LogCapture                  app_msg.Message
	LogCaptureOverview          app_msg.Message
}

type PathVariable

type PathVariable struct {
}

func (PathVariable) DocDesc

func (z PathVariable) DocDesc() app_msg.Message

func (PathVariable) DocId

func (z PathVariable) DocId() dc_index.DocId

func (PathVariable) Sections

func (z PathVariable) Sections() []dc_section.Section

type PathVariableDefinitions

type PathVariableDefinitions struct {
}

func (PathVariableDefinitions) Body

func (z PathVariableDefinitions) Body(ui app_ui.UI)

func (PathVariableDefinitions) Title

type Troubleshooting

type Troubleshooting struct {
}

func (Troubleshooting) DocDesc

func (z Troubleshooting) DocDesc() app_msg.Message

func (Troubleshooting) DocId

func (z Troubleshooting) DocId() dc_index.DocId

func (Troubleshooting) Sections

func (z Troubleshooting) Sections() []dc_section.Section

type TroubleshootingGarbled

type TroubleshootingGarbled struct {
}

func (TroubleshootingGarbled) Body

func (z TroubleshootingGarbled) Body(ui app_ui.UI)

func (TroubleshootingGarbled) Title

type TroubleshootingLog

type TroubleshootingLog struct {
}

func (TroubleshootingLog) Body

func (z TroubleshootingLog) Body(ui app_ui.UI)

func (TroubleshootingLog) Title

type TroubleshootingNetwork

type TroubleshootingNetwork struct {
}

func (TroubleshootingNetwork) Body

func (z TroubleshootingNetwork) Body(ui app_ui.UI)

func (TroubleshootingNetwork) Title

type TroubleshootingSlow

type TroubleshootingSlow struct {
}

func (TroubleshootingSlow) Body

func (z TroubleshootingSlow) Body(ui app_ui.UI)

func (TroubleshootingSlow) Title

Jump to

Keyboard shortcuts

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