github.com/zchee/zap-cloudlogging@v0.0.0-20220819025602-19b026d3900e/pkg/detector/container.go (about)

     1  // Copyright 2022 The zap-cloudlogging Authors
     2  // SPDX-License-Identifier: BSD-3-Clause
     3  
     4  package detector
     5  
     6  // TODO(zchee): not implemented yet.
     7  func (d *Detector) isGCE() bool {
     8  	return false
     9  }
    10  
    11  // TODO(zchee): not implemented yet.
    12  func (d *Detector) isGKE() bool {
    13  	return false
    14  }