Versions in this module Expand all Collapse all v0 v0.0.2 Jun 13, 2024 v0.0.1 Jun 13, 2024 Changes in this version + func FilesWithSuffix(ctx context.Context, dir string, suffix string, cfg *IOConfig) ([]string, error) + func ReadFile(ctx context.Context, filePath string, cfg *IOConfig) ([]byte, error) + func WriteFile(ctx context.Context, filePath, fileName string, content []byte, cfg *IOConfig) error + type IOConfig struct + GCSEndpoint string