Documentation
¶
Index ¶
Constants ¶
View Source
const (
BlockPrefix = "blocks"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lock ¶
type Lock interface {
Lock(ctx context.Context) (bool, error)
UnLock(ctx context.Context)
Locked(ctx context.Context) (bool, error)
}
Lock ロックを行うためのインターフェース
Click to show internal directories.
Click to hide internal directories.