go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/discovery/common/context.go (about)

     1  // Copyright (c) Mondoo, Inc.
     2  // SPDX-License-Identifier: BUSL-1.1
     3  
     4  package common
     5  
     6  import "context"
     7  
     8  type ContextInitializer interface {
     9  	InitCtx(ctx context.Context) context.Context
    10  }