feat: ✨ added mvc code
This commit is contained in:
5
interfaces/IObserver.go
Normal file
5
interfaces/IObserver.go
Normal file
@ -0,0 +1,5 @@
|
||||
package interfaces
|
||||
|
||||
type IObserver interface {
|
||||
Update() error
|
||||
}
|
Reference in New Issue
Block a user