package file
Import Path
github.com/golang-migrate/migrate/v4/source/file (on go.dev )
Dependency Relation
imports 8 packages , and imported by 2 packages
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: alphabet | popularity */
type File (struct)
Fields (total 3, none are exported )
/* 3 unexporteds ... */ /* 3 unexporteds: */
migrations *source .Migrations
path string
url string
Methods (total 7, all are exported )
(*T) Close () error
(*T) First () (version uint , err error )
(*T) Next (version uint ) (nextVersion uint , err error )
(*T) Open (url string ) (source .Driver , error )
(*T) Prev (version uint ) (prevVersion uint , err error )
(*T) ReadDown (version uint ) (r io .ReadCloser , identifier string , err error )
(*T) ReadUp (version uint ) (r io .ReadCloser , identifier string , err error )
Implements (at least 2, both are exported )
*T : github.com/golang-migrate/migrate/v4/source.Driver
*T : io.Closer
The pages are generated with Golds v0.3.2-preview . (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu .
PR and bug reports are welcome and can be submitted to the issue list .
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds .