Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
Message carries the reply received from the a RAINS server
func QueryRaw ¶
func QueryRaw(name, context string, types []Type, opts []Option, expire, timeout time.Duration, addr net.Addr) (Message, error)
QueryRaw queries the RAINS server at addr for name and returns the raw reply
func (*Message) ParseMessage ¶
ParseMessage parses the message and returns a map mapping all object types found in the assertion to their value
type Option ¶
type Option int
Option enables a client or server to specify performance/privacy tradeoffs
Click to show internal directories.
Click to hide internal directories.