ReplicaID is a unique identifier for the Coder server.
()
| 33 | |
| 34 | // ReplicaID is a unique identifier for the Coder server. |
| 35 | func (r Root) ReplicaID() File { |
| 36 | r.mustNotEmpty() |
| 37 | return File(filepath.Join(string(r), "replica_id")) |
| 38 | } |
| 39 | |
| 40 | func (r Root) URL() File { |
| 41 | r.mustNotEmpty() |
nothing calls this directly
no test coverage detected