File tree 1 file changed +6
-8
lines changed 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,12 @@ import (
23
23
"github.com/coder/retry"
24
24
)
25
25
26
- var (
27
- // ExternalLogSourceID is the statically-defined ID of a log-source that
28
- // appears as "External" in the dashboard.
29
- //
30
- // This is to support legacy API-consumers that do not create their own
31
- // log-source. This should be removed in the future.
32
- ExternalLogSourceID = uuid .MustParse ("3b579bf4-1ed8-4b99-87a8-e9a1e3410410" )
33
- )
26
+ // ExternalLogSourceID is the statically-defined ID of a log-source that
27
+ // appears as "External" in the dashboard.
28
+ //
29
+ // This is to support legacy API-consumers that do not create their own
30
+ // log-source. This should be removed in the future.
31
+ var ExternalLogSourceID = uuid .MustParse ("3b579bf4-1ed8-4b99-87a8-e9a1e3410410" )
34
32
35
33
// New returns a client that is used to interact with the
36
34
// Coder API from a workspace agent.
You can’t perform that action at this time.
0 commit comments