mng2mng

package
v0.0.0-...-b4ebc5e Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct{}

func (Client) CreateStatusFile

func (c Client) CreateStatusFile(jobUUID string) error

func (Client) DeleteShares

func (c Client) DeleteShares(dataID string) error

自分以外のMCにシェア削除リクエストを送信する

func (Client) DeleteStatusFile

func (c Client) DeleteStatusFile(jobUUID string) error

func (Client) Sync

func (c Client) Sync(syncID string) error

自分以外のMCにSyncリクエストを送信する

type M2MClient

type M2MClient interface {
	DeleteShares(string) error
	Sync(string) error
	CreateStatusFile(string) error
	DeleteStatusFile(string) error
}

Jump to

Keyboard shortcuts

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