Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Walk ¶
func Walk(ctx context.Context, s *source.Source, prefix, start string, walkFn func(ctx context.Context, key string, r io.Reader) error) (string, error)
Walk iterates through the entries in the source and calls walkFn for each key with a reader for consuming the entry.
If start is not empty, entries will be consumed from start.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.