Versions in this module Expand all Collapse all v0 v0.4.0 May 12, 2026 Changes in this version + func CreateFolder(path string) error + func FileExists(path string) bool + func FolderExists(path string) bool + func GetSchemaConfig(schemaConfigPath string) (*invv1alpha1.Schema, error) + func NewCtxReader(ctx context.Context, r io.ReadCloser) *ctxReader + func SchemaLoadSdcpbSchemaFile(path string) (*sdcpb.Schema, error) + type FileWrapper struct + func NewFileWrapper(ref string) *FileWrapper + func (f *FileWrapper) Bytes() ([]byte, error) + func (f *FileWrapper) ReadCloser(ctx context.Context) (io.ReadCloser, error) + func (f *FileWrapper) SetInsecure(b bool) v0.3.0 Sep 26, 2025