Update store.go
This commit is contained in:
		
							parent
							
								
									10c034f5c7
								
							
						
					
					
						commit
						4917cab857
					
				|  | @ -22,4 +22,7 @@ type IStore interface { | ||||||
| 	DeleteWakeOnHostLanHost(macAddress string) error | 	DeleteWakeOnHostLanHost(macAddress string) error | ||||||
| 	SaveWakeOnLanHost(host model.WakeOnLanHost) error | 	SaveWakeOnLanHost(host model.WakeOnLanHost) error | ||||||
| 	DeleteWakeOnHost(host model.WakeOnLanHost) error | 	DeleteWakeOnHost(host model.WakeOnLanHost) error | ||||||
|  | 	GetPath() string | ||||||
|  | 	SaveHashes(hashes model.ClientServerHashes) error | ||||||
|  | 	GetHashes() (model.ClientServerHashes, error) | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue