Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceMessage

import type { InstanceMessage } from "https://googleapis.deno.dev/v1/memcache:v1.ts";
interface InstanceMessage {
code?: "CODE_UNSPECIFIED" | "ZONE_DISTRIBUTION_UNBALANCED";
message?: string;
}

§Properties

§
code?: "CODE_UNSPECIFIED" | "ZONE_DISTRIBUTION_UNBALANCED"
[src]

A code that correspond to one type of user-facing message.

§
message?: string
[src]

Message on memcached instance which will be exposed to users.