Commit 35e6312e authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

remove timeStamp model from traffic manager

parent ef7d7992
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
package vistrafficmgr

type TimeStamp struct {
	// The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC.
	NanoSeconds int32 `json:"nanoSeconds"`
	// The seconds part of the time. Time is defined as Unixtime since January 1, 1970, 00:00:00 UTC.
	Seconds int32 `json:"seconds"`
}