input

package
v0.0.0-...-6b0aac0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Blobworker

func Blobworker(queue chan format.Flatevent)

Types

type NSGFlowLogs

type NSGFlowLogs struct {
	Records []struct {
		Time          time.Time  `json:"time"`
		SystemID      string     `json:"systemId"`
		MacAddress    string     `json:"macAddress"`
		Category      string     `json:"category"`
		ResourceID    string     `json:"resourceId"`
		OperationName string     `json:"operationName"`
		Properties    properties `json:"properties"`
	} `json:"records"`
}

type Stamp

type Stamp struct {
	Year   int `json:"year"`
	Month  int `json:"month"`
	Day    int `json:"day"`
	Hour   int `json:"hour"`
	Minute int `json:"minute"`
}

type VNETFlowLogs

type VNETFlowLogs struct {
	Records []struct {
		Time              time.Time   `json:"time"`
		FlowLogVersion    int         `json:"flowLogVersion"`
		FlowLogGUID       string      `json:"flowLogGUID"`
		MacAddress        string      `json:"macAddress"`
		Category          string      `json:"category"`
		FlowLogResourceID string      `json:"flowLogResourceID"`
		TargetResourceID  string      `json:"targetResourceID"`
		OperationName     string      `json:"operationName"`
		FlowRecords       flowrecords `json:"flowrecords"`
	} `json:"records"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL