[GH-ISSUE #391] Feat: node name type #102

Closed
opened 2026-02-28 00:40:34 +03:00 by kerem · 0 comments
Owner

Originally created by @Tinyblargon on GitHub (Dec 28, 2024).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/391

Originally assigned to: @Tinyblargon on GitHub.

Add type for node name a validate and string function

type NodeName string

func (name NodeName)Validate() error {
}

func (name NodeName)String() string {
}
Originally created by @Tinyblargon on GitHub (Dec 28, 2024). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/391 Originally assigned to: @Tinyblargon on GitHub. Add type for node name a validate and string function ```go type NodeName string func (name NodeName)Validate() error { } func (name NodeName)String() string { } ```
kerem 2026-02-28 00:40:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#102
No description provided.