Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostedLoader ¶
type HostedLoader struct { Type proto.DataAvailabilityType Args LoaderArgs }
func NewHostedLoader ¶
func NewHostedLoader(id string) HostedLoader
func (HostedLoader) ToProto ¶
func (e HostedLoader) ToProto() *proto.Loader
type HostedPublisher ¶
type HostedPublisher struct { Type proto.DataAvailabilityType Args PublisherArgs }
func NewHostedPublisher ¶
func NewHostedPublisher() HostedPublisher
func (HostedPublisher) ToProto ¶
func (e HostedPublisher) ToProto() *proto.Publisher
type IpfsLoader ¶
type IpfsLoader struct { Type proto.DataAvailabilityType Args LoaderArgs }
func NewIpfsLoader ¶
func NewIpfsLoader(hash string) IpfsLoader
func (IpfsLoader) ToProto ¶
func (e IpfsLoader) ToProto() *proto.Loader
type IpfsPublisher ¶
type IpfsPublisher struct { Type proto.DataAvailabilityType Args PublisherArgs }
func NewIpfsPublisher ¶
func NewIpfsPublisher() IpfsPublisher
func (IpfsPublisher) ToProto ¶
func (e IpfsPublisher) ToProto() *proto.Publisher
type LoaderArgs ¶
type LoaderArgs struct {
Id string
}
func (LoaderArgs) ToProto ¶
func (e LoaderArgs) ToProto() *proto.LoaderArgs
type PublisherArgs ¶
type PublisherArgs struct { }
func (PublisherArgs) ToProto ¶
func (e PublisherArgs) ToProto() *proto.PublisherArgs
Click to show internal directories.
Click to hide internal directories.