Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSFile ¶
type FSFile struct { Name string Path string Version PackageVersion IsFull bool }
FSFile - representation of a file on the Factset server
type Package ¶
type Package struct { Dataset string FSPackage string Product string Bundle string FeedVersion int }
Package - represents a package from Factset
type PackageMetadata ¶
type PackageMetadata struct { Package SchemaVersion PackageVersion SchemaLoadedDate time.Time PackageVersion PackageVersion PackageLoadedDate time.Time }
PackageMetadata - extended package including versioning information
type PackageVersion ¶
PackageVersion - Factset package versioning is two parts
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service - Factset service
func (*Service) Download ¶
Download - downloads the file from Factset and provides a local file object
func (*Service) GetLatestFile ¶
GetLatestFile - Get latest file for a package
func (*Service) GetSchemaInfo ¶
func (s *Service) GetSchemaInfo(pkg Package) (*PackageVersion, error)
GetSchemaInfo - Get the latest schema info from Factset
Click to show internal directories.
Click to hide internal directories.