Documentation
¶
Index ¶
- func WithJarPath(path string) func(*Packer)
- type Packer
- func (w *Packer) BatchChannels(ctx context.Context, channels []string, baseApkPath string) (string, error)
- func (w *Packer) BatchChannelsWithExtra(ctx context.Context, channels []string, baseApkPath string, ...) (string, error)
- func (w *Packer) PutChannel(ctx context.Context, channel string, baseApkPath, newApkPath string) (string, error)
- func (w *Packer) PutChannelWithExtra(ctx context.Context, channel string, baseApkPath, newApkPath string, ...) (string, error)
- func (w *Packer) PutExtra(ctx context.Context, baseApkPath, newApkPath string, extra map[string]string) (string, error)
- func (w *Packer) ShowApk(ctx context.Context, apkPath string) (map[string]string, error)
- func (w *Packer) ShowDir(ctx context.Context, dir string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithJarPath ¶ added in v0.0.4
Types ¶
type Packer ¶
type Packer struct {
// contains filtered or unexported fields
}
Packer using the CMD command to call jar, so need java environment.
func (*Packer) BatchChannels ¶
func (*Packer) BatchChannelsWithExtra ¶
func (*Packer) PutChannel ¶
func (*Packer) PutChannelWithExtra ¶
Click to show internal directories.
Click to hide internal directories.