Documentation
¶
Index ¶
- Constants
- Variables
- func GetUserAgent() string
- func NewDslogmanagerClient(configRepository repository.ConfigRepository) *dslogmanagerclient.JusticeDslogmanagerService
- type AdminService
- type AllTerminatedServersService
- func (aaa *AllTerminatedServersService) BatchDownloadServerLogsShort(input *all_terminated_servers.BatchDownloadServerLogsParams, writer io.Writer) (*all_terminated_servers.BatchDownloadServerLogsResponse, error)
- func (aaa *AllTerminatedServersService) GetAuthSession() auth.Session
- func (aaa *AllTerminatedServersService) ListAllTerminatedServersShort(input *all_terminated_servers.ListAllTerminatedServersParams) (*all_terminated_servers.ListAllTerminatedServersResponse, error)
- func (aaa *AllTerminatedServersService) ListMetadataServersShort(input *all_terminated_servers.ListMetadataServersParams) (*all_terminated_servers.ListMetadataServersResponse, error)
- func (aaa *AllTerminatedServersService) UpdateFlightId(flightId string)
- type DslogmanagerOperationsService
- func (aaa *DslogmanagerOperationsService) GetAuthSession() auth.Session
- func (aaa *DslogmanagerOperationsService) PublicGetMessagesShort(input *dslogmanager_operations.PublicGetMessagesParams) (*dslogmanager_operations.PublicGetMessagesResponse, error)
- func (aaa *DslogmanagerOperationsService) UpdateFlightId(flightId string)
- type TerminatedServersService
- func (aaa *TerminatedServersService) CheckServerLogsShort(input *terminated_servers.CheckServerLogsParams) (*terminated_servers.CheckServerLogsResponse, error)
- func (aaa *TerminatedServersService) DownloadServerLogsShort(input *terminated_servers.DownloadServerLogsParams, writer io.Writer) (*terminated_servers.DownloadServerLogsResponse, error)
- func (aaa *TerminatedServersService) GetAuthSession() auth.Session
- func (aaa *TerminatedServersService) ListTerminatedServersShort(input *terminated_servers.ListTerminatedServersParams) (*terminated_servers.ListTerminatedServersResponse, error)
- func (aaa *TerminatedServersService) UpdateFlightId(flightId string)
Constants ¶
View Source
const ServiceVersion = "3.7.4"
Variables ¶
View Source
var SDKVersion string
Functions ¶
func GetUserAgent ¶
func GetUserAgent() string
func NewDslogmanagerClient ¶
func NewDslogmanagerClient(configRepository repository.ConfigRepository) *dslogmanagerclient.JusticeDslogmanagerService
Types ¶
type AdminService ¶
type AdminService struct { Client *dslogmanagerclient.JusticeDslogmanagerService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*AdminService) GetAuthSession ¶
func (aaa *AdminService) GetAuthSession() auth.Session
func (*AdminService) GetServerLogsShort ¶
func (aaa *AdminService) GetServerLogsShort(input *admin.GetServerLogsParams) (*admin.GetServerLogsResponse, error)
func (*AdminService) UpdateFlightId ¶
func (aaa *AdminService) UpdateFlightId(flightId string)
type AllTerminatedServersService ¶
type AllTerminatedServersService struct { Client *dslogmanagerclient.JusticeDslogmanagerService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*AllTerminatedServersService) BatchDownloadServerLogsShort ¶
func (aaa *AllTerminatedServersService) BatchDownloadServerLogsShort(input *all_terminated_servers.BatchDownloadServerLogsParams, writer io.Writer) (*all_terminated_servers.BatchDownloadServerLogsResponse, error)
func (*AllTerminatedServersService) GetAuthSession ¶
func (aaa *AllTerminatedServersService) GetAuthSession() auth.Session
func (*AllTerminatedServersService) ListAllTerminatedServersShort ¶
func (aaa *AllTerminatedServersService) ListAllTerminatedServersShort(input *all_terminated_servers.ListAllTerminatedServersParams) (*all_terminated_servers.ListAllTerminatedServersResponse, error)
func (*AllTerminatedServersService) ListMetadataServersShort ¶
func (aaa *AllTerminatedServersService) ListMetadataServersShort(input *all_terminated_servers.ListMetadataServersParams) (*all_terminated_servers.ListMetadataServersResponse, error)
func (*AllTerminatedServersService) UpdateFlightId ¶
func (aaa *AllTerminatedServersService) UpdateFlightId(flightId string)
type DslogmanagerOperationsService ¶
type DslogmanagerOperationsService struct { Client *dslogmanagerclient.JusticeDslogmanagerService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*DslogmanagerOperationsService) GetAuthSession ¶
func (aaa *DslogmanagerOperationsService) GetAuthSession() auth.Session
func (*DslogmanagerOperationsService) PublicGetMessagesShort ¶
func (aaa *DslogmanagerOperationsService) PublicGetMessagesShort(input *dslogmanager_operations.PublicGetMessagesParams) (*dslogmanager_operations.PublicGetMessagesResponse, error)
func (*DslogmanagerOperationsService) UpdateFlightId ¶
func (aaa *DslogmanagerOperationsService) UpdateFlightId(flightId string)
type TerminatedServersService ¶
type TerminatedServersService struct { Client *dslogmanagerclient.JusticeDslogmanagerService ConfigRepository repository.ConfigRepository TokenRepository repository.TokenRepository FlightIdRepository *utils.FlightIdContainer }
func (*TerminatedServersService) CheckServerLogsShort ¶
func (aaa *TerminatedServersService) CheckServerLogsShort(input *terminated_servers.CheckServerLogsParams) (*terminated_servers.CheckServerLogsResponse, error)
func (*TerminatedServersService) DownloadServerLogsShort ¶
func (aaa *TerminatedServersService) DownloadServerLogsShort(input *terminated_servers.DownloadServerLogsParams, writer io.Writer) (*terminated_servers.DownloadServerLogsResponse, error)
func (*TerminatedServersService) GetAuthSession ¶
func (aaa *TerminatedServersService) GetAuthSession() auth.Session
func (*TerminatedServersService) ListTerminatedServersShort ¶
func (aaa *TerminatedServersService) ListTerminatedServersShort(input *terminated_servers.ListTerminatedServersParams) (*terminated_servers.ListTerminatedServersResponse, error)
func (*TerminatedServersService) UpdateFlightId ¶
func (aaa *TerminatedServersService) UpdateFlightId(flightId string)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.