MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / Getwd

Method Getwd

gov2/demotools/filesystem.go:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17// IFileSystem defines an interface that provides basic file i/o actions.
18type IFileSystem interface {
19 Getwd() (string, error)
20 OpenFile(filename string) (io.ReadWriteCloser, error)
21 CloseFile(file io.ReadWriteCloser)
22}

Callers 3

GetwdMethod · 0.65

Implementers 2

FileSystemgov2/demotools/filesystem.go
MockFileSystemgov2/demotools/filesystem.go

Calls

no outgoing calls

Tested by 2