github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/aagent/watchers/machineswatcher/fs.go (about)

     1  // Copyright (c) 2021, R.I. Pienaar and the Choria Project contributors
     2  //
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package machines
     6  
     7  import (
     8  	_ "embed"
     9  )
    10  
    11  //go:embed machine.yaml
    12  var mdat []byte