vm

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Copyright © 2023 Joost Evertse joustie@gmail.com

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Contains

func Contains(list []string, item string) bool

Types

type Result

type Result struct {
	Assignment_type string `json:"assignment_type"`
	Desktop_name    string `json:"desktop_name"`
	User_id         string `json:"user_id"`
	Os              string `json:"os"`
	DisplayName     string `json:"display_name"`
	MacAddr         string `json:"mac"`
	Address         string `json:"address"`
	Notes           string `json:"notes"`
	Id              string `json:"id"`
}

Create a struct with the fields you want to extract from the response and then marshal it to json or print it as text

Jump to

Keyboard shortcuts

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