Versions in this module Expand all Collapse all v0 v0.45.0 Jun 27, 2022 v0.44.0 Jun 27, 2022 Changes in this version + type Error struct + Location *ast.Location + Message string + func (e Error) Error() string + type MoveQuery struct + Modules map[string]*ast.Module + SrcDstMapping map[string]string + func (mq MoveQuery) WithValidation(v bool) MoveQuery + type MoveQueryResult struct + Result map[string]*ast.Module + type Refactor struct + func New() *Refactor + func (r *Refactor) Move(q MoveQuery) (*MoveQueryResult, error)