Documentation
¶
Index ¶
- func AllowFromString(s string) (allow eris.AllowOps)
- func AllowOps(u *url.URL) (allow eris.AllowOps)
- func CollectCaps(args []string) (caps []eris.ReadCapability, err error)
- func CopyCBOR(ctx context.Context, r io.Reader, args []string) (err error)
- func Dumpfs(ctx context.Context, args []string) (err error)
- func Get(ctx context.Context, w io.Writer, args []string) (err error)
- func Mkfs(ctx context.Context, w io.Writer, r io.Reader, args []string) (err error)
- func OpenSimpleStoreByUrl(u *url.URL) (store eris.Store, err error)
- func ParseFlagsAndOpenStore(ctx context.Context, flagSet *flag.FlagSet, args []string) (store eris.Store, ep *coap.Endpoint, err error)
- func PostServiceChannel(store eris.Store, name string) error
- func Put(ctx context.Context, w io.Writer, r io.Reader, args []string) (err error)
- func Serve(ctx context.Context, args []string) (err error)
- func ServeFuse(ctx context.Context, store eris.Store, mountpoint string) error
- func StoreMerge(ctx context.Context, args []string) (err error)
- func StoreVerify(ctx context.Context, args []string) (err error)
- type ErisFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllowFromString ¶
func CollectCaps ¶
func CollectCaps(args []string) (caps []eris.ReadCapability, err error)
func OpenSimpleStoreByUrl ¶
If the URL schema is not supported then (nil, nil) is returned.
func ParseFlagsAndOpenStore ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.