Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { comfig.Logger types.Copuser comfig.Listenerer IpfsConfiger }
type IpfsConfig ¶
type IpfsConfig struct {
Url string `fig:"url,required"`
}
type IpfsConfiger ¶
type IpfsConfiger interface {
IpfsConfig() *IpfsConfig
}
func NewIpfsConfiger ¶
func NewIpfsConfiger(getter kv.Getter) IpfsConfiger
Click to show internal directories.
Click to hide internal directories.