Last active
February 3, 2017 08:49
-
-
Save tejasmanohar/e3c930c71642319295c40b80eab18cac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func (m *Monitor) GetStatus(task *ecs.Task) status { | |
return m.tasks[task.ID] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment