SubjectGalleryCancel returns the NATS subject to cancel a gallery download.
(opID string)
| 125 | |
| 126 | // SubjectGalleryCancel returns the NATS subject to cancel a gallery download. |
| 127 | func SubjectGalleryCancel(opID string) string { |
| 128 | return subjectGalleryCancelPrefix + sanitizeSubjectToken(opID) + ".cancel" |
| 129 | } |
| 130 | |
| 131 | // Node Backend Lifecycle (Pub/Sub — targeted to specific nodes) |
| 132 | // |
no test coverage detected