Skip to content

Commit

Permalink
docs efivario/FsContext: update documentation of FsContext structure
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5a17ed committed May 7, 2022
1 parent 9f86e5c commit 426f9dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions efi/efivario/fscontext.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ func getFileName(name string, guid efiguid.GUID) string {
return fmt.Sprintf("%s-%s", name, guid)
}

// FsContext provides an implementation of the Context API
// for platforms using a directory/file-based representation of
// the EFI variable service.
type FsContext struct {
fs afero.Fs
}
Expand Down

0 comments on commit 426f9dc

Please sign in to comment.