Files
sablier/app/stop_instance.go
Alexis Couvreur 4122109349 wip lol
2024-11-16 22:49:35 -05:00

8 lines
125 B
Go

package app
func (s *Sablier) StopInstance() {
// When an instance stops, remove it from promises
s.pubsub.Subscribe()
}