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 ¶
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
Click to show internal directories.
Click to hide internal directories.