package
Version:
v1.18.0
Opens a new window with list of versions in this module.
Published: Sep 20, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Info struct {
Sources []Source `json:"sources"`
Channels []Channel `json:"channels"`
}
type LakeMeta struct {
Kind string `json:"kind"`
Meta string `json:"meta"`
}
type Path struct {
Kind string `json:"kind"`
URI string `json:"uri"`
Inferred bool `json:"inferred"`
}
type Pool struct {
Kind string `json:"kind"`
Name string `json:"name"`
ID ksuid.KSUID `json:"id"`
Inferred bool `json:"inferred"`
}
type Source interface {
Source()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.