5 lines
137 B
Go
5 lines
137 B
Go
package archive
|
|
|
|
// ApplyOpt allows setting mutable archive apply properties on creation
|
|
type ApplyOpt func(options *ApplyOptions) error
|