(ctx context.Context, project *types.Project, options api.WatchOptions)
| 131 | } |
| 132 | |
| 133 | func (s *composeService) Watch(ctx context.Context, project *types.Project, options api.WatchOptions) error { |
| 134 | wait, err := s.watch(ctx, project, options) |
| 135 | if err != nil { |
| 136 | return err |
| 137 | } |
| 138 | return wait() |
| 139 | } |
| 140 | |
| 141 | type watchRule struct { |
| 142 | types.Trigger |