genfs

package
v0.51.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2022 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Package genfs contains gen.FileSystem implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckFS

type CheckFS struct{}

CheckFS is in-memory gen.FileSystem implementation for checking Go sources.

func (CheckFS) WriteFile

func (n CheckFS) WriteFile(baseName string, source []byte) error

WriteFile implements gen.FileSystem.

type FormattedSource

type FormattedSource struct {
	Format bool
	Root   string
}

FormattedSource is gen.FileSystem implementation that format and writes Go sources.

func (FormattedSource) WriteFile

func (t FormattedSource) WriteFile(name string, content []byte) error

WriteFile implements gen.FileSystem.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL