Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InDir ¶
type InDir string
func (InDir) ApplyToOpenGoList ¶
func (d InDir) ApplyToOpenGoList(o *OpenGoListOptions)
type Module ¶
func ReadAllGoListModules ¶
func ReadAllGoListModules(opts ...OpenGoListOption) ([]Module, error)
type OpenGoListOption ¶
type OpenGoListOption interface {
ApplyToOpenGoList(o *OpenGoListOptions)
}
type OpenGoListOptions ¶
func (*OpenGoListOptions) ApplyOptions ¶
func (o *OpenGoListOptions) ApplyOptions(opts []OpenGoListOption)
func (*OpenGoListOptions) ApplyToOpenGoList ¶
func (o *OpenGoListOptions) ApplyToOpenGoList(o2 *OpenGoListOptions)
type ReadCloser ¶
func OpenGoList ¶
func OpenGoList(opts ...OpenGoListOption) (ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.