identity_store

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IdentityStoreSyncConfig

type IdentityStoreSyncConfig struct {
	base.BaseTargetConfig
	UserFile        string
	GroupFile       string
	DeleteUntouched bool
	ReplaceGroups   bool
	ReplaceTags     bool
	DeleteTempFiles bool
}

type IdentityStoreSyncer

type IdentityStoreSyncer interface {
	SyncIdentityStore(config *IdentityStoreSyncConfig) (string, error)
}

type IdentityStoreSyncerPlugin

type IdentityStoreSyncerPlugin struct {
	Impl IdentityStoreSyncer
}

func (IdentityStoreSyncerPlugin) Client

func (IdentityStoreSyncerPlugin) Client(b *plugin.MuxBroker, c *rpc.Client) (interface{}, error)

func (*IdentityStoreSyncerPlugin) Server

func (p *IdentityStoreSyncerPlugin) Server(*plugin.MuxBroker) (interface{}, error)

type IdentityStoreSyncerRPC

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

func (*IdentityStoreSyncerRPC) SyncIdentityStore

func (g *IdentityStoreSyncerRPC) SyncIdentityStore(config *IdentityStoreSyncConfig) (string, error)

type IdentityStoreSyncerRPCServer

type IdentityStoreSyncerRPCServer struct {
	Impl IdentityStoreSyncer
}

func (*IdentityStoreSyncerRPCServer) SyncIdentityStore

func (s *IdentityStoreSyncerRPCServer) SyncIdentityStore(config *IdentityStoreSyncConfig, resp *string) error

Jump to

Keyboard shortcuts

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