Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseDataAccess ¶
func ParseDataAccess(input []byte) (*data_access.DataAccessResult, error)
func RetrieveDataAccessListForDataSource ¶
func RetrieveDataAccessListForDataSource(config *DataAccessConfig, since int64, flattened bool) (*data_access.DataAccessResult, error)
RetrieveDataAccessListForDataSource fetches the data access right for a specific data source from the Raito backend. It will return 'nil, nil' if no changes happened since the date provided in the 'since' parameter. Use 0 for the 'since' parameter if you want to force the fetching of the data access rights.
Types ¶
type DataAccessConfig ¶
type DataAccessConfig struct {
target.BaseTargetConfig
}
Click to show internal directories.
Click to hide internal directories.