github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/resources/sidecar_resource.go (about)

     1  package resources
     2  
     3  import "code.cloudfoundry.org/cli/types"
     4  
     5  type Sidecar struct {
     6  	GUID    string               `json:"guid"`
     7  	Name    string               `json:"name"`
     8  	Command types.FilteredString `json:"command"`
     9  }