Documentation ¶
Index ¶
- Variables
- func ComputeContextForUser(ctx context.Context, name string, user *idm.User) (context.Context, error)
- type ConnectorConfigs
- type MigrateGlobalMetaAction
- func (c *MigrateGlobalMetaAction) FindSlug(ctx context.Context, p8WsId string) string
- func (c *MigrateGlobalMetaAction) GetDescription(lang ...string) actions.ActionDescription
- func (c *MigrateGlobalMetaAction) GetName() string
- func (c *MigrateGlobalMetaAction) GetParametersForm() *forms.Form
- func (c *MigrateGlobalMetaAction) GetRouter() *views.Router
- func (c *MigrateGlobalMetaAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error
- func (c *MigrateGlobalMetaAction) Run(ctx context.Context, channels *actions.RunnableChannels, ...) (jobs.ActionMessage, error)
- type MigratePydioMetaAction
- func (c *MigratePydioMetaAction) BrowseNodesForMeta(ctx context.Context, slug string, channels *actions.RunnableChannels) []error
- func (c *MigratePydioMetaAction) GetDescription(lang ...string) actions.ActionDescription
- func (c *MigratePydioMetaAction) GetName() string
- func (c *MigratePydioMetaAction) GetParametersForm() *forms.Form
- func (c *MigratePydioMetaAction) GetRouter() *views.Router
- func (c *MigratePydioMetaAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error
- func (c *MigratePydioMetaAction) ProvidesProgress() bool
- func (c *MigratePydioMetaAction) Run(ctx context.Context, channels *actions.RunnableChannels, ...) (jobs.ActionMessage, error)
- func (c *MigratePydioMetaAction) WorkspaceHasTemplatePath(ctx context.Context, ws *idm.Workspace) (bool, error)
- type SyncConfigAction
- func (c *SyncConfigAction) GetDescription(lang ...string) actions.ActionDescription
- func (c *SyncConfigAction) GetName() string
- func (c *SyncConfigAction) GetParametersForm() *forms.Form
- func (c *SyncConfigAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error
- func (c *SyncConfigAction) ParseStores(params map[string]string) error
- func (c *SyncConfigAction) ProvidesProgress() bool
- func (c *SyncConfigAction) Run(ctx context.Context, channels *actions.RunnableChannels, ...) (jobs.ActionMessage, error)
- type SyncSharesAction
- func (c *SyncSharesAction) GetDescription(lang ...string) actions.ActionDescription
- func (c *SyncSharesAction) GetName() string
- func (c *SyncSharesAction) GetParametersForm() *forms.Form
- func (c *SyncSharesAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error
- func (c *SyncSharesAction) ParseStores(params map[string]string) error
- func (c *SyncSharesAction) ProvidesProgress() bool
- func (c *SyncSharesAction) Run(ctx context.Context, channels *actions.RunnableChannels, ...) (jobs.ActionMessage, error)
- type SyncUsersAction
- func (c *SyncUsersAction) GetDescription(lang ...string) actions.ActionDescription
- func (c *SyncUsersAction) GetName() string
- func (c *SyncUsersAction) GetParametersForm() *forms.Form
- func (c *SyncUsersAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error
- func (c *SyncUsersAction) ParseStores(params map[string]string) error
- func (c *SyncUsersAction) ProvidesProgress() bool
- func (c *SyncUsersAction) Run(ctx context.Context, channels *actions.RunnableChannels, ...) (jobs.ActionMessage, error)
- type SyncWorkspacesAction
- func (c *SyncWorkspacesAction) GetDescription(lang ...string) actions.ActionDescription
- func (c *SyncWorkspacesAction) GetName() string
- func (c *SyncWorkspacesAction) GetParametersForm() *forms.Form
- func (c *SyncWorkspacesAction) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error
- func (c *SyncWorkspacesAction) ParseStores(params map[string]string) error
- func (c *SyncWorkspacesAction) ProvidesProgress() bool
- func (c *SyncWorkspacesAction) Run(ctx context.Context, channels *actions.RunnableChannels, ...) (jobs.ActionMessage, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
MigrateGlobalMetaName = "actions.etl.p8-global-meta"
)
View Source
var (
MigratePydioMetaActionName = "actions.etl.p8-legacy-meta"
)
View Source
var (
SyncConfigActionName = "actions.etl.configs"
)
View Source
var (
)
View Source
var (
SyncUsersActionName = "actions.etl.users"
)
View Source
var (
SyncWorkspacesActionName = "actions.etl.p8-workspaces"
)
Functions ¶
Types ¶
type ConnectorConfigs ¶
type ConnectorConfigs struct {
// contains filtered or unexported fields
}
type MigrateGlobalMetaAction ¶
type MigrateGlobalMetaAction struct {
// contains filtered or unexported fields
}
func (*MigrateGlobalMetaAction) FindSlug ¶
func (c *MigrateGlobalMetaAction) FindSlug(ctx context.Context, p8WsId string) string
func (*MigrateGlobalMetaAction) GetDescription ¶
func (c *MigrateGlobalMetaAction) GetDescription(lang ...string) actions.ActionDescription
func (*MigrateGlobalMetaAction) GetName ¶
func (c *MigrateGlobalMetaAction) GetName() string
Unique identifier
func (*MigrateGlobalMetaAction) GetParametersForm ¶
func (c *MigrateGlobalMetaAction) GetParametersForm() *forms.Form
func (*MigrateGlobalMetaAction) GetRouter ¶
func (c *MigrateGlobalMetaAction) GetRouter() *views.Router
func (*MigrateGlobalMetaAction) Run ¶
func (c *MigrateGlobalMetaAction) Run(ctx context.Context, channels *actions.RunnableChannels, input jobs.ActionMessage) (jobs.ActionMessage, error)
Run the actual action code
type MigratePydioMetaAction ¶
type MigratePydioMetaAction struct {
// contains filtered or unexported fields
}
func (*MigratePydioMetaAction) BrowseNodesForMeta ¶
func (c *MigratePydioMetaAction) BrowseNodesForMeta(ctx context.Context, slug string, channels *actions.RunnableChannels) []error
func (*MigratePydioMetaAction) GetDescription ¶
func (c *MigratePydioMetaAction) GetDescription(lang ...string) actions.ActionDescription
func (*MigratePydioMetaAction) GetName ¶
func (c *MigratePydioMetaAction) GetName() string
Unique identifier
func (*MigratePydioMetaAction) GetParametersForm ¶
func (c *MigratePydioMetaAction) GetParametersForm() *forms.Form
func (*MigratePydioMetaAction) GetRouter ¶
func (c *MigratePydioMetaAction) GetRouter() *views.Router
func (*MigratePydioMetaAction) ProvidesProgress ¶
func (c *MigratePydioMetaAction) ProvidesProgress() bool
func (*MigratePydioMetaAction) Run ¶
func (c *MigratePydioMetaAction) Run(ctx context.Context, channels *actions.RunnableChannels, input jobs.ActionMessage) (jobs.ActionMessage, error)
Run performs the actual action code
func (*MigratePydioMetaAction) WorkspaceHasTemplatePath ¶
type SyncConfigAction ¶
type SyncConfigAction struct {
// contains filtered or unexported fields
}
func (*SyncConfigAction) GetDescription ¶
func (c *SyncConfigAction) GetDescription(lang ...string) actions.ActionDescription
func (*SyncConfigAction) GetName ¶
func (c *SyncConfigAction) GetName() string
GetName returns the unique identifier of this action.
func (*SyncConfigAction) GetParametersForm ¶
func (c *SyncConfigAction) GetParametersForm() *forms.Form
func (*SyncConfigAction) ParseStores ¶
func (*SyncConfigAction) ProvidesProgress ¶
func (c *SyncConfigAction) ProvidesProgress() bool
func (*SyncConfigAction) Run ¶
func (c *SyncConfigAction) Run(ctx context.Context, channels *actions.RunnableChannels, input jobs.ActionMessage) (jobs.ActionMessage, error)
Run the actual action code.
type SyncSharesAction ¶
type SyncSharesAction struct {
// contains filtered or unexported fields
}
func (*SyncSharesAction) GetDescription ¶
func (c *SyncSharesAction) GetDescription(lang ...string) actions.ActionDescription
func (*SyncSharesAction) GetParametersForm ¶
func (c *SyncSharesAction) GetParametersForm() *forms.Form
func (*SyncSharesAction) ParseStores ¶
func (*SyncSharesAction) ProvidesProgress ¶
func (c *SyncSharesAction) ProvidesProgress() bool
func (*SyncSharesAction) Run ¶
func (c *SyncSharesAction) Run(ctx context.Context, channels *actions.RunnableChannels, input jobs.ActionMessage) (jobs.ActionMessage, error)
Run the actual action code
type SyncUsersAction ¶
type SyncUsersAction struct {
// contains filtered or unexported fields
}
func (*SyncUsersAction) GetDescription ¶
func (c *SyncUsersAction) GetDescription(lang ...string) actions.ActionDescription
func (*SyncUsersAction) GetName ¶
func (c *SyncUsersAction) GetName() string
GetName returns the Unique Identifier of this task.
func (*SyncUsersAction) GetParametersForm ¶
func (c *SyncUsersAction) GetParametersForm() *forms.Form
func (*SyncUsersAction) ParseStores ¶
func (*SyncUsersAction) ProvidesProgress ¶
func (c *SyncUsersAction) ProvidesProgress() bool
func (*SyncUsersAction) Run ¶
func (c *SyncUsersAction) Run(ctx context.Context, channels *actions.RunnableChannels, input jobs.ActionMessage) (jobs.ActionMessage, error)
Run the actual action code
type SyncWorkspacesAction ¶
type SyncWorkspacesAction struct {
// contains filtered or unexported fields
}
func (*SyncWorkspacesAction) GetDescription ¶
func (c *SyncWorkspacesAction) GetDescription(lang ...string) actions.ActionDescription
func (*SyncWorkspacesAction) GetName ¶
func (c *SyncWorkspacesAction) GetName() string
Unique identifier
func (*SyncWorkspacesAction) GetParametersForm ¶
func (c *SyncWorkspacesAction) GetParametersForm() *forms.Form
func (*SyncWorkspacesAction) ParseStores ¶
func (*SyncWorkspacesAction) ProvidesProgress ¶
func (c *SyncWorkspacesAction) ProvidesProgress() bool
func (*SyncWorkspacesAction) Run ¶
func (c *SyncWorkspacesAction) Run(ctx context.Context, channels *actions.RunnableChannels, input jobs.ActionMessage) (jobs.ActionMessage, error)
Run the actual action code
Click to show internal directories.
Click to hide internal directories.