Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableDebug ¶
func EnableDebug(b bool)
Types ¶
type IPFS ¶
type IPFS struct {
// contains filtered or unexported fields
}
func (*IPFS) IsReachable ¶
type Redis ¶
type Redis struct {
// contains filtered or unexported fields
}
func (*Redis) FlushRedis ¶
func (*Redis) IsReachable ¶
type Storage ¶
type Storage interface {
Store(content string) (address common.StorageAddress, err error)
Load(address common.StorageAddress) (content string, err error)
}
Click to show internal directories.
Click to hide internal directories.