go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/explorer/explorer.go (about)

     1  // Copyright (c) Mondoo, Inc.
     2  // SPDX-License-Identifier: BUSL-1.1
     3  
     4  package explorer
     5  
     6  //go:generate protoc --proto_path=../:. --go_out=. --go_opt=paths=source_relative --rangerrpc_out=. cnquery_explorer.proto
     7  
     8  const (
     9  	SERVICE_NAME = "explorer.api.mondoo.com"
    10  )