Delete unused internal/shell package
This is a leftover from the `osbuild/images` split`. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
3da602873d
commit
4eb70326ee
1 changed files with 0 additions and 11 deletions
|
|
@ -1,11 +0,0 @@
|
|||
package shell
|
||||
|
||||
type EnvironmentVariable struct {
|
||||
Key string
|
||||
Value string
|
||||
}
|
||||
|
||||
type InitFile struct {
|
||||
Filename string
|
||||
Variables []EnvironmentVariable
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue