Skip to content

Commit

Permalink
docs: efivario/WindowsContext update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5a17ed committed May 7, 2022
1 parent d5a6d97 commit 9f86e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion efi/efivario/context_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,11 @@ func (it *varNameIterator) Err() error {
return it.err
}

// WindowsContext provides an implementation of the Context API
// for the windows platform.
type WindowsContext struct{}

// Ensure the public facing API in Context is implemented by FsContext.
// Ensure the public facing API in Context is implemented by WindowsContext.
var _ Context = &WindowsContext{}

func (c WindowsContext) Close() error {
Expand Down

0 comments on commit 9f86e5c

Please sign in to comment.