MCPcopy
hub / github.com/syncthing/syncthing / service

Struct service

lib/svcutil/svcutil.go:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112type service struct {
113 creator string
114 serve func(ctx context.Context) error
115 err error
116 mut sync.Mutex
117}
118
119func (s *service) Serve(ctx context.Context) error {
120 s.mut.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected