Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NdoleStudio/httpsms
/ PhoneIDUuid
Method
PhoneIDUuid
api/pkg/requests/phone_delete_request.go:14–16 ·
view source on GitHub ↗
PhoneIDUuid returns the phoneID as uuid.UUID
()
Source
from the content-addressed store, hash-verified
12
13
// PhoneIDUuid returns the phoneID as uuid.UUID
14
func
(input *PhoneDelete) PhoneIDUuid() uuid.UUID {
15
return
uuid.MustParse(input.PhoneID)
16
}
Callers
1
Delete
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected