Skip to content

Commit

Permalink
fixup! Rename modules.IsModuleV2 to modules.Module
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Nov 11, 2021
1 parent 0c11ee5 commit fc73d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type HasModuleInstancePerVU interface {
NewModuleInstancePerVU() interface{}
}

// Module is the interface js modules should implement to get the version 2 of the system
// Module is the interface js modules should implement in order to get access to the InstanceCore
type Module interface {
// NewModuleInstance will get InstanceCore that should provide the module with *everything* it needs and return an
// Instance implementation (embedding the InstanceCore).
Expand Down

0 comments on commit fc73d7c

Please sign in to comment.