Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandLoadUnpacked + type LoadUnpackedParams struct + Path string + func LoadUnpacked(path string) *LoadUnpackedParams + func (p *LoadUnpackedParams) Do(ctx context.Context) (id string, err error) + func (v *LoadUnpackedParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LoadUnpackedParams) UnmarshalJSON(data []byte) error + func (v LoadUnpackedParams) MarshalEasyJSON(w *jwriter.Writer) + func (v LoadUnpackedParams) MarshalJSON() ([]byte, error) + type LoadUnpackedReturns struct + ID string + func (v *LoadUnpackedReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LoadUnpackedReturns) UnmarshalJSON(data []byte) error + func (v LoadUnpackedReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v LoadUnpackedReturns) MarshalJSON() ([]byte, error)